@charset "UTF-8";
/**
 * Dream Starter Style LESS
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
.clearfix:before,
.clearfix:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after,
.wrapper:before,
.wrapper:after,
.container:before,
.container:after,
.row:before,
.row:after,
.row-sm:before,
.row-sm:after,
.row-md:before,
.row-md:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.modal-header:after,
.modal-footer:after,
.wrapper:after,
.container:after,
.row:after,
.row-sm:after,
.row-md:after,
.form-horizontal .form-group:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1240px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1240px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1240px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1240px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1240px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.78571429;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 800px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 600px;
  }
}
@media (min-width: 1024px) {
  .modal-lg {
    width: 900px;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 30px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.78571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #FFFFFF;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 22.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 14px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.78571429;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.78571429;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
/* Include this file in your html if you are using the CSP mode. */
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak,
.ng-hide:not(.ng-hide-animate) {
  display: none !important;
}
ng\:form {
  display: block;
}
.ng-animate-shim {
  visibility: hidden;
}
.ng-anchor {
  position: absolute;
}
@keyframes vex-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes vex-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes vex-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes vex-fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes vex-fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-ms-keyframes vex-fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes vex-rotation {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -o-transform: rotate(359deg);
  }
}
@-webkit-keyframes vex-rotation {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes vex-rotation {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -o-transform: rotate(359deg);
  }
}
.vex,
.vex *,
.vex *:before,
.vex *:after {
  box-sizing: border-box;
}
.vex {
  position: fixed;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 1111;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.vex-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
.vex-overlay {
  background: #000;
  filter: alpha(opacity=40);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}
.vex-overlay {
  animation: vex-fadein 0.5s;
  -webkit-animation: vex-fadein 0.5s;
  -moz-animation: vex-fadein 0.5s;
  -ms-animation: vex-fadein 0.5s;
  -o-animation: vex-fadein 0.5s;
  -webkit-backface-visibility: hidden;
  position: fixed;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.vex.vex-closing .vex-overlay {
  animation: vex-fadeout 0.5s;
  -webkit-animation: vex-fadeout 0.5s;
  -moz-animation: vex-fadeout 0.5s;
  -ms-animation: vex-fadeout 0.5s;
  -o-animation: vex-fadeout 0.5s;
  -webkit-backface-visibility: hidden;
}
.vex-content {
  animation: vex-fadein 0.5s;
  -webkit-animation: vex-fadein 0.5s;
  -moz-animation: vex-fadein 0.5s;
  -ms-animation: vex-fadein 0.5s;
  -o-animation: vex-fadein 0.5s;
  -webkit-backface-visibility: hidden;
  background: #fff;
}
.vex.vex-closing .vex-content {
  animation: vex-fadeout 0.5s;
  -webkit-animation: vex-fadeout 0.5s;
  -moz-animation: vex-fadeout 0.5s;
  -ms-animation: vex-fadeout 0.5s;
  -o-animation: vex-fadeout 0.5s;
  -webkit-backface-visibility: hidden;
}
.vex-close:before {
  font-family: Arial, sans-serif;
  content: "\00D7";
}
.vex-dialog-form {
  margin: 0;
}
.vex-dialog-button {
  text-rendering: optimizeLegibility;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.vex-loading-spinner {
  animation: vex-rotation 0.7s linear infinite;
  -webkit-animation: vex-rotation 0.7s linear infinite;
  -moz-animation: vex-rotation 0.7s linear infinite;
  -ms-animation: vex-rotation 0.7s linear infinite;
  -o-animation: vex-rotation 0.7s linear infinite;
  -webkit-backface-visibility: hidden;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
  position: fixed;
  z-index: 1112;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2em;
  width: 2em;
  background: #fff;
}
body.vex-open {
  overflow: hidden;
}
@keyframes vex-flyin {
  0% {
    opacity: 0;
    transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}
@-webkit-keyframes vex-flyin {
  0% {
    opacity: 0;
    transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}
@-ms-keyframes vex-flyin {
  0% {
    opacity: 0;
    transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}
@keyframes vex-flyout {
  0% {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
  }
}
@-webkit-keyframes vex-flyout {
  0% {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
  }
}
@-ms-keyframes vex-flyout {
  0% {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
  }
}
@keyframes vex-pulse {
  0% {
    box-shadow: inset 0 0 0 300px transparent;
  }
  70% {
    box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
  }
  100% {
    box-shadow: inset 0 0 0 300px transparent;
  }
}
@-webkit-keyframes vex-pulse {
  0% {
    box-shadow: inset 0 0 0 300px transparent;
  }
  70% {
    box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
  }
  100% {
    box-shadow: inset 0 0 0 300px transparent;
  }
}
@-ms-keyframes vex-pulse {
  0% {
    box-shadow: inset 0 0 0 300px transparent;
  }
  70% {
    box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
  }
  100% {
    box-shadow: inset 0 0 0 300px transparent;
  }
}
.vex.vex-theme-default {
  padding-top: 160px;
  padding-bottom: 160px;
}
.vex.vex-theme-default.vex-closing .vex-content {
  animation: vex-flyout 0.5s;
  -webkit-animation: vex-flyout 0.5s;
  -moz-animation: vex-flyout 0.5s;
  -ms-animation: vex-flyout 0.5s;
  -o-animation: vex-flyout 0.5s;
  -webkit-backface-visibility: hidden;
}
.vex.vex-theme-default .vex-content {
  animation: vex-flyin 0.5s;
  -webkit-animation: vex-flyin 0.5s;
  -moz-animation: vex-flyin 0.5s;
  -ms-animation: vex-flyin 0.5s;
  -o-animation: vex-flyin 0.5s;
  -webkit-backface-visibility: hidden;
}
.vex.vex-theme-default .vex-content {
  border-radius: 5px;
  font-family: "Helvetica Neue", sans-serif;
  background: #f0f0f0;
  color: #444;
  padding: 1em;
  position: relative;
  margin: 0 auto;
  max-width: 100%;
  width: 450px;
  font-size: 1.1em;
  line-height: 1.5em;
}
.vex.vex-theme-default .vex-content h1,
.vex.vex-theme-default .vex-content h2,
.vex.vex-theme-default .vex-content h3,
.vex.vex-theme-default .vex-content h4,
.vex.vex-theme-default .vex-content h5,
.vex.vex-theme-default .vex-content h6,
.vex.vex-theme-default .vex-content p,
.vex.vex-theme-default .vex-content ul,
.vex.vex-theme-default .vex-content li {
  color: inherit;
}
.vex.vex-theme-default .vex-close {
  border-radius: 5px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.vex.vex-theme-default .vex-close:before {
  border-radius: 3px;
  position: absolute;
  content: "\00D7";
  font-size: 26px;
  font-weight: normal;
  line-height: 31px;
  height: 30px;
  width: 30px;
  text-align: center;
  top: 3px;
  right: 3px;
  color: #bbb;
  background: transparent;
}
.vex.vex-theme-default .vex-close:hover:before,
.vex.vex-theme-default .vex-close:active:before {
  color: #777;
  background: #e0e0e0;
}
.vex.vex-theme-default .vex-dialog-form .vex-dialog-message {
  margin-bottom: .5em;
}
.vex.vex-theme-default .vex-dialog-form .vex-dialog-input {
  margin-bottom: 1em;
}
.vex.vex-theme-default .vex-dialog-form .vex-dialog-input select,
.vex.vex-theme-default .vex-dialog-form .vex-dialog-input textarea,
.vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="date"],
.vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="datetime"],
.vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="datetime-local"],
.vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="email"],
.vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="month"],
.vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="number"],
.vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="password"],
.vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="search"],
.vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="tel"],
.vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="text"],
.vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="time"],
.vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="url"],
.vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="week"] {
  border-radius: 3px;
  background: #fff;
  width: 100%;
  padding: .25em .67em;
  border: 0;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  min-height: 2.5em;
  margin: 0 0 .25em;
}
.vex.vex-theme-default .vex-dialog-form .vex-dialog-input select:focus,
.vex.vex-theme-default .vex-dialog-form .vex-dialog-input textarea:focus,
.vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="date"]:focus,
.vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="datetime"]:focus,
.vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="datetime-local"]:focus,
.vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="email"]:focus,
.vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="month"]:focus,
.vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="number"]:focus,
.vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="password"]:focus,
.vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="search"]:focus,
.vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="tel"]:focus,
.vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="text"]:focus,
.vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="time"]:focus,
.vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="url"]:focus,
.vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="week"]:focus {
  box-shadow: inset 0 0 0 2px #8dbdf1;
  outline: none;
}
.vex.vex-theme-default .vex-dialog-form .vex-dialog-buttons {
  *zoom: 1;
}
.vex.vex-theme-default .vex-dialog-form .vex-dialog-buttons:after {
  content: "";
  display: table;
  clear: both;
}
.vex.vex-theme-default .vex-dialog-button {
  border-radius: 3px;
  border: 0;
  float: right;
  margin: 0 0 0 .5em;
  font-family: inherit;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: .8em;
  line-height: 1em;
  padding: .75em 2em;
}
.vex.vex-theme-default .vex-dialog-button.vex-last {
  margin-left: 0;
}
.vex.vex-theme-default .vex-dialog-button:focus {
  animation: vex-pulse 1.1s infinite;
  -webkit-animation: vex-pulse 1.1s infinite;
  -moz-animation: vex-pulse 1.1s infinite;
  -ms-animation: vex-pulse 1.1s infinite;
  -o-animation: vex-pulse 1.1s infinite;
  -webkit-backface-visibility: hidden;
  outline: none;
}
@media (max-width: 568px) {
  .vex.vex-theme-default .vex-dialog-button:focus {
    animation: none;
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    -o-animation: none;
    -webkit-backface-visibility: hidden;
  }
}
.vex.vex-theme-default .vex-dialog-button.vex-dialog-button-primary {
  background: #3288e6;
  color: #fff;
}
.vex.vex-theme-default .vex-dialog-button.vex-dialog-button-secondary {
  background: #e0e0e0;
  color: #777;
}
.vex-loading-spinner.vex-theme-default {
  box-shadow: 0 0 0 0.5em #f0f0f0, 0 0 1px 0.5em rgba(0, 0, 0, 0.3);
  border-radius: 100%;
  background: #f0f0f0;
  border: .2em solid transparent;
  border-top-color: #bbb;
  top: -1.1em;
  bottom: auto;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/*!
 * ui-select
 * http://github.com/angular-ui/ui-select
 * Version: 0.19.7 - 2017-04-15T14:28:36.790Z
 * License: MIT
 */
/* Style when highlighting a search. */
.ui-select-highlight {
  font-weight: bold;
}
.ui-select-offscreen {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important;
}
.ui-select-choices-row:hover {
  background-color: #f5f5f5;
}
/* Select2 theme */
/* Mark invalid Select2 */
.ng-dirty.ng-invalid > a.select2-choice {
  border-color: #D44950;
}
.select2-result-single {
  padding-left: 0;
}
.select2-locked > .select2-search-choice-close {
  display: none;
}
.select-locked > .ui-select-match-close {
  display: none;
}
body > .select2-container.open {
  z-index: 9999;
  /* The z-index Select2 applies to the select2-drop */
}
/* Handle up direction Select2 */
.ui-select-container[theme="select2"].direction-up .ui-select-match,
.ui-select-container.select2.direction-up .ui-select-match {
  border-radius: 4px;
  /* FIXME hardcoded value :-/ */
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.ui-select-container[theme="select2"].direction-up .ui-select-dropdown,
.ui-select-container.select2.direction-up .ui-select-dropdown {
  border-radius: 4px;
  /* FIXME hardcoded value :-/ */
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-width: 1px;
  /* FIXME hardcoded value :-/ */
  border-top-style: solid;
  box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);
  margin-top: -4px;
  /* FIXME hardcoded value :-/ */
}
.ui-select-container[theme="select2"].direction-up .ui-select-dropdown .select2-search,
.ui-select-container.select2.direction-up .ui-select-dropdown .select2-search {
  margin-top: 4px;
  /* FIXME hardcoded value :-/ */
}
.ui-select-container[theme="select2"].direction-up.select2-dropdown-open .ui-select-match,
.ui-select-container.select2.direction-up.select2-dropdown-open .ui-select-match {
  border-bottom-color: #5897fb;
}
.ui-select-container[theme="select2"] .ui-select-dropdown .ui-select-search-hidden,
.ui-select-container[theme="select2"] .ui-select-dropdown .ui-select-search-hidden input {
  opacity: 0;
  height: 0;
  min-height: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
/* Selectize theme */
/* Helper class to show styles when focus */
.selectize-input.selectize-focus {
  border-color: #007FBB !important;
}
/* Fix input width for Selectize theme */
.selectize-control.single > .selectize-input > input {
  width: 100%;
}
/* Fix line break when there's at least one item selected with the Selectize theme */
.selectize-control.multi > .selectize-input > input {
  margin: 0 !important;
}
/* Fix dropdown width for Selectize theme */
.selectize-control > .selectize-dropdown {
  width: 100%;
}
/* Mark invalid Selectize */
.ng-dirty.ng-invalid > div.selectize-input {
  border-color: #D44950;
}
/* Handle up direction Selectize */
.ui-select-container[theme="selectize"].direction-up .ui-select-dropdown {
  box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);
  margin-top: -2px;
  /* FIXME hardcoded value :-/ */
}
.ui-select-container[theme="selectize"] input.ui-select-search-hidden {
  opacity: 0;
  height: 0;
  min-height: 0;
  padding: 0;
  margin: 0;
  border: 0;
  width: 0;
}
/* Bootstrap theme */
/* Helper class to show styles when focus */
.btn-default-focus {
  color: #333;
  background-color: #EBEBEB;
  border-color: #ADADAD;
  text-decoration: none;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.ui-select-bootstrap .ui-select-toggle {
  position: relative;
}
.ui-select-bootstrap .ui-select-toggle > .caret {
  position: absolute;
  height: 10px;
  top: 50%;
  right: 10px;
  margin-top: -2px;
}
/* Fix Bootstrap dropdown position when inside a input-group */
.input-group > .ui-select-bootstrap.dropdown {
  /* Instead of relative */
  position: static;
}
.input-group > .ui-select-bootstrap > input.ui-select-search.form-control {
  border-radius: 4px;
  /* FIXME hardcoded value :-/ */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .ui-select-bootstrap > input.ui-select-search.form-control.direction-up {
  border-radius: 4px !important;
  /* FIXME hardcoded value :-/ */
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.ui-select-bootstrap .ui-select-search-hidden {
  opacity: 0;
  height: 0;
  min-height: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
.ui-select-bootstrap > .ui-select-match > .btn {
  /* Instead of center because of .btn */
  text-align: left !important;
}
.ui-select-bootstrap > .ui-select-match > .caret {
  position: absolute;
  top: 45%;
  right: 15px;
}
/* See Scrollable Menu with Bootstrap 3 http://stackoverflow.com/questions/19227496 */
.ui-select-bootstrap > .ui-select-choices,
.ui-select-bootstrap > .ui-select-no-choice {
  width: 100%;
  height: auto;
  max-height: 200px;
  overflow-x: hidden;
  margin-top: -1px;
}
body > .ui-select-bootstrap.open {
  z-index: 1000;
  /* Standard Bootstrap dropdown z-index */
}
.ui-select-multiple.ui-select-bootstrap {
  height: auto;
  padding: 3px 3px 0 3px;
}
.ui-select-multiple.ui-select-bootstrap input.ui-select-search {
  background-color: transparent !important;
  /* To prevent double background when disabled */
  border: none;
  outline: none;
  height: 1.666666em;
  margin-bottom: 3px;
}
.ui-select-multiple.ui-select-bootstrap .ui-select-match .close {
  font-size: 1.6em;
  line-height: 0.75;
}
.ui-select-multiple.ui-select-bootstrap .ui-select-match-item {
  outline: 0;
  margin: 0 3px 3px 0;
}
.ui-select-multiple .ui-select-match-item {
  position: relative;
}
.ui-select-multiple .ui-select-match-item.dropping .ui-select-match-close {
  pointer-events: none;
}
.ui-select-multiple:hover .ui-select-match-item.dropping-before:before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  margin-right: 2px;
  border-left: 1px solid #428bca;
}
.ui-select-multiple:hover .ui-select-match-item.dropping-after:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  margin-left: 2px;
  border-right: 1px solid #428bca;
}
.ui-select-bootstrap .ui-select-choices-row > span {
  cursor: pointer;
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.ui-select-bootstrap .ui-select-choices-row > span:hover,
.ui-select-bootstrap .ui-select-choices-row > span:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.ui-select-bootstrap .ui-select-choices-row.active > span {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}
.ui-select-bootstrap .ui-select-choices-row.disabled > span,
.ui-select-bootstrap .ui-select-choices-row.active.disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}
/* fix hide/show angular animation */
.ui-select-match.ng-hide-add,
.ui-select-search.ng-hide-add {
  display: none !important;
}
/* Mark invalid Bootstrap */
.ui-select-bootstrap.ng-dirty.ng-invalid > button.btn.ui-select-match {
  border-color: #D44950;
}
/* Handle up direction Bootstrap */
.ui-select-container[theme="bootstrap"].direction-up .ui-select-dropdown {
  box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);
}
.ui-select-bootstrap .ui-select-match-text {
  width: 100%;
  padding-right: 1em;
}
.ui-select-bootstrap .ui-select-match-text span {
  display: inline-block;
  width: 100%;
  overflow: hidden;
}
.ui-select-bootstrap .ui-select-toggle > a.btn {
  position: absolute;
  height: 10px;
  right: 10px;
  margin-top: -2px;
}
/* Spinner */
.ui-select-refreshing.glyphicon {
  position: absolute;
  right: 0;
  padding: 8px 27px;
}
@-webkit-keyframes ui-select-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes ui-select-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.ui-select-spin {
  -webkit-animation: ui-select-spin 2s infinite linear;
  animation: ui-select-spin 2s infinite linear;
}
.ui-select-refreshing.ng-animate {
  -webkit-animation: none 0s;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/**
 * Lash Creative utilities LESS
 */
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-line-through {
  text-decoration: line-through;
}
.letter-spacing-zero {
  letter-spacing: 0 !important;
}
@media (max-width: 767px) {
  .text-left-xs {
    text-align: left;
  }
  .text-right-xs {
    text-align: right;
  }
  .text-center-xs {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .text-left-sm {
    text-align: left;
  }
  .text-right-sm {
    text-align: right;
  }
  .text-center-sm {
    text-align: center;
  }
}
.table-row {
  display: table;
  table-layout: fixed;
}
.table-row.full-width {
  width: 100%;
}
.table-row.full-height {
  height: 100%;
}
.table-cell {
  display: table-cell;
  min-height: 1px;
}
.align-top {
  vertical-align: top !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-middle {
  vertical-align: middle !important;
}
@media (max-width: 767px) {
  [class*='table-cell'].only-from-sm,
  .table-row.only-from-sm {
    display: block !important;
    width: auto;
  }
}
.appearance-reset {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.list-reset {
  margin: 0;
  padding: 0;
  list-style: none;
}
a.no-decoration:hover {
  text-decoration: none !important;
}
.absolute-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .absolute-wrapper-sm {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
  }
}
.relative-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .full-height-xs {
    position: relative;
    height: 100%;
  }
}
.tab-pane {
  display: none;
  visibility: hidden;
}
.tab-pane.active {
  display: block;
  visibility: visible;
}
/**
 * Lash Creative animations LESS
 */
.fade-in-up-content {
  -webkit-animation-name: fade-in-up-content;
          animation-name: fade-in-up-content;
}
@-webkit-keyframes fade-in-up-content {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
            transform: translate3d(0, 100px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fade-in-up-content {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
            transform: translate3d(0, 100px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
/**
 * Lash Creative debug LESS
 */
/*
@media @from-md {
	::-webkit-scrollbar {
	    -webkit-appearance: none;
	}

	::-webkit-scrollbar:vertical {
	    width: 15px;
	}

	::-webkit-scrollbar:horizontal {
	    height: 15px;
	}

	::-webkit-scrollbar-thumb {
	    background-color: rgba(0, 0, 0, .5);
	    // border-radius: 2px;
	    // border: 1px solid #ffffff;
	}

	::-webkit-scrollbar-track {
	    // border-radius: 10px;
	    background-color: #dddddd;
	}
}
*/
/*
 * ING Direct Fonts LESS
 */
@font-face {
  font-family: 'ING Me Web Bold';
  src: url('../fonts/INGMe/INGMeWeb-Bold.eot');
  /* IE9 */
  src: url('../fonts/INGMe/INGMeWeb-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/INGMe/INGMeWeb-Bold.woff') format('woff');
  /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ING Me Web Bold Italic';
  src: url('../fonts/INGMe/INGMeWeb-BoldItalic.eot');
  /* IE9 */
  src: url('../fonts/INGMe/INGMeWeb-BoldItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/INGMe/INGMeWeb-BoldItalic.woff') format('woff');
  /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ING Me Web Regular';
  src: url('../fonts/INGMe/INGMeWeb-Regular.eot');
  /* IE9 */
  src: url('../fonts/INGMe/INGMeWeb-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/INGMe/INGMeWeb-Regular.woff') format('woff');
  /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ING Me Web Regular Italic';
  src: url('../fonts/INGMe/INGMeWeb-Italic.eot');
  /* IE9 */
  src: url('../fonts/INGMe/INGMeWeb-Italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/INGMe/INGMeWeb-Italic.woff') format('woff');
  /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ING Me Web Light';
  src: url('../fonts/INGMe/INGMeWeb-Light.eot');
  /* IE9 */
  src: url('../fonts/INGMe/INGMeWeb-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/INGMe/INGMeWeb-Light.woff') format('woff');
  /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ING Me Web Light Italic';
  src: url('../fonts/INGMe/INGMeWeb-LightItalic.eot');
  /* IE9 */
  src: url('../fonts/INGMe/INGMeWeb-LightItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/INGMe/INGMeWeb-LightItalic.woff') format('woff');
  /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
/*
 * Dream Starter variables LESS
 */
/*
 * Dream Starter scaffolding LESS
 */
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  background-color: #FFFFFF;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
input,
select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  border-radius: 0;
}
select::-ms-expand {
  display: none;
}
ul,
ol,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}
a {
  color: #525199;
  text-decoration: none;
}
a:hover {
  color: #525199;
  text-decoration: underline;
}
a[data-toggle] {
  color: #444444;
}
a[data-toggle]:hover {
  color: #444444;
  text-decoration: none;
}
a[data-toggle]:focus {
  outline: 0;
}
iframe {
  border: none;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
p {
  margin-top: 0;
  margin-bottom: 15px;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
/**
 * Dream Starter typography LESS
**/
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "ING Me Web Regular", sans-serif;
  font-size: 14px;
  line-height: 1.78571429;
  color: #444444;
  background-color: #FFFFFF;
}
@media (min-width: 768px) {
  body {
    font-size: 14px;
  }
}
@media (min-width: 1024px) {
  body {
    font-size: 16px;
  }
}
.small {
  font-size: 12px;
  line-height: 22px;
}
.smaller {
  font-size: 14px;
  line-height: 1.78571429;
}
.normal {
  font-size: 14px;
  line-height: 1.78571429;
}
.large {
  font-size: 16px;
  line-height: 30px;
}
.bold {
  font-family: "ING Me Web Bold", sans-serif !important;
}
.regular {
  font-family: "ING Me Web Regular", sans-serif !important;
}
.button-height {
  line-height: 58px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "ING Me Web Regular", sans-serif;
  font-weight: normal;
  line-height: 1.2;
  color: #444444;
}
h1,
.h1 {
  font-size: 32px;
  line-height: 38px;
  letter-spacing: 0;
  margin-bottom: 19px;
}
@media (min-width: 768px) {
  h1,
  .h1 {
    font-size: 32px;
    line-height: 44px;
    letter-spacing: 0;
    margin-bottom: 22px;
  }
}
@media (min-width: 1024px) {
  h1,
  .h1 {
    font-size: 57px;
    line-height: 67px;
    letter-spacing: 0;
    margin-bottom: 33.5px;
  }
}
h2,
.h2 {
  font-size: 26px;
  line-height: 34px;
  letter-spacing: 0;
  margin-bottom: 17px;
}
@media (min-width: 768px) {
  h2,
  .h2 {
    font-size: 26px;
    line-height: 38px;
    letter-spacing: 0;
    margin-bottom: 19px;
  }
}
@media (min-width: 1024px) {
  h2,
  .h2 {
    font-size: 38px;
    line-height: 46px;
    letter-spacing: 0;
    margin-bottom: 23px;
  }
}
h3,
.h3 {
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  h3,
  .h3 {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0;
    margin-bottom: 17px;
  }
}
@media (min-width: 1024px) {
  h3,
  .h3 {
    font-size: 30px;
    line-height: 38px;
    letter-spacing: 0;
    margin-bottom: 19px;
  }
}
h4,
.h4 {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  h4,
  .h4 {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0;
    margin-bottom: 12px;
  }
}
@media (min-width: 1024px) {
  h4,
  .h4 {
    font-size: 26px;
    line-height: 34px;
    letter-spacing: 0;
    margin-bottom: 17px;
  }
}
h5,
.h5 {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  h5,
  .h5 {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
    margin-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  h5,
  .h5 {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0;
    margin-bottom: 15px;
  }
}
h6,
.h6 {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0;
  margin-bottom: 9px;
}
@media (min-width: 768px) {
  h6,
  .h6 {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0;
    margin-bottom: 9px;
  }
}
@media (min-width: 1024px) {
  h6,
  .h6 {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    margin-bottom: 12px;
  }
}
.h6-small {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "ING Me Web Regular", sans-serif;
  font-weight: normal;
  line-height: 1.2;
  color: #444444;
  line-height: 18px;
  letter-spacing: 0;
  margin-bottom: 9px;
  font-size: 12px;
  line-height: 22px;
}
@media (min-width: 768px) {
  .h6-small {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0;
    margin-bottom: 9px;
  }
}
@media (min-width: 1024px) {
  .h6-small {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    margin-bottom: 12px;
  }
}
.h6-compact {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "ING Me Web Regular", sans-serif;
  font-weight: normal;
  line-height: 1.2;
  color: #444444;
  line-height: 18px;
  letter-spacing: 0;
  margin-bottom: 9px;
  font-size: 12px;
  line-height: 22px;
  font-size: 12px !important;
}
@media (min-width: 768px) {
  .h6-compact {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0;
    margin-bottom: 9px;
  }
}
@media (min-width: 1024px) {
  .h6-compact {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    margin-bottom: 12px;
  }
}
/*
.feature-hero {
	@media @from-sm {
		font-size: 60px;
		line-height: 70px;
		letter-spacing: 15px;
	}
}
*/
.feature-text {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "ING Me Web Regular", sans-serif;
  font-weight: normal;
  line-height: 1.2;
  color: #444444;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .feature-text {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0;
    margin-bottom: 17px;
  }
}
@media (min-width: 1024px) {
  .feature-text {
    font-size: 30px;
    line-height: 38px;
    letter-spacing: 0;
    margin-bottom: 19px;
  }
}
h1.color-special-feature {
  color: #FFFFFF;
}
@media (min-width: 768px) {
  h1.color-special-feature {
    color: #FF6200;
  }
}
h5.color-special-feature {
  color: #FFFFFF;
}
@media (min-width: 768px) {
  h5.color-special-feature {
    color: #444444;
    width: 75%;
  }
}
.color-white {
  color: #fff;
}
/*
 * Dream Starter Icomoon LESS
 */
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon/icomoon.eot?1wc2vv');
  src: url('../fonts/icomoon/icomoon.eot?1wc2vv#iefix') format('embedded-opentype'), url('../fonts/icomoon/icomoon.ttf?1wc2vv') format('truetype'), url('../fonts/icomoon/icomoon.woff?1wc2vv') format('woff'), url('../fonts/icomoon/icomoon.svg?1wc2vv#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
.icon-font {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Lash Addons =========== */
  position: relative;
  top: 1px;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* General Icon */
.icon-normal:before {
  content: "\e61b";
}
.icon-active:before {
  content: "\e61b";
}
.icon-alert:before {
  content: "\e606";
}
.icon-close:before {
  content: "\e636";
}
.icon-dot:before {
  content: "\e61b";
}
.icon-tick:before {
  content: "\e63f";
}
.icon-edit:before {
  content: "\e64b";
}
.icon-menu:before {
  content: "\e652";
}
.icon-info:before {
  content: "\e639";
}
.icon-logout:before {
  content: "\e63b";
}
.icon-search:before {
  content: "\e620";
}
.icon-plus:before {
  content: "\e64a";
}
.icon-minus:before {
  content: "\e64f";
}
.icon-circle-plus:before {
  content: "\e626";
}
.icon-circle-minus:before {
  content: "\e625";
}
.icon-checkbox-normal:before {
  content: "\e630";
}
.icon-checkbox-selected:before {
  content: "\e631";
}
.icon-radio-normal:before {
  content: "\e62e";
}
.icon-radio-selected:before {
  content: "\e62d";
}
.icon-account:before {
  content: "\e61c";
}
.icon-contact:before {
  content: "\e638";
}
.icon-message:before {
  content: "\e650";
}
.icon-summary:before {
  content: "\e64e";
}
.icon-notification:before {
  content: "\e64d";
}
.icon-product:before {
  content: "\e647";
}
.icon-setting:before {
  content: "\e644";
}
.icon-transfer:before {
  content: "\e63d";
}
.icon-security:before {
  content: "\e64c";
}
.icon-tag:before {
  content: "\e641";
}
.icon-calendar:before {
  content: "\e623";
}
.icon-print:before {
  content: "\e627";
}
.icon-download:before {
  content: "\e624";
}
.icon-trashcan:before {
  content: "\e62f";
}
.icon-arrow-up:before {
  content: "\e634";
}
.icon-arrow-down:before {
  content: "\e60b";
}
.icon-arrow-left:before {
  content: "\e611";
}
.icon-arrow-right:before {
  content: "\e614";
}
.icon-arrow-up-filled:before {
  content: "\e61e";
}
.icon-arrow-down-filled:before {
  content: "\e60a";
}
.icon-arrow-left-filled:before {
  content: "\e60c";
}
.icon-arrow-right-filled:before {
  content: "\e612";
}
.icon-arrow-left-double:before {
  content: "\e62b";
}
.icon-arrow-right-double:before {
  content: "\e62c";
}
.icon-facebook:before {
  content: "\e61d";
}
.icon-twitter:before {
  content: "\e621";
}
.icon-youtube:before {
  content: "\e622";
}
.icon-blog:before {
  content: "\e62a";
}
.icon-visitor-lock:before {
  content: "\e61f";
}
.icon-visitor-search:before {
  content: "\e645";
}
.icon-visitor-hamburger:before {
  content: "\e651";
}
/* not ready */
.icon-chapter:before {
  content: "\e900";
}
.icon-search2:before {
  content: "\e901";
}
.icon-search3:before {
  content: "\e607";
}
.icon-star:before {
  content: "\e643";
}
.icon-plus2:before {
  content: "\e608";
}
.icon-minus2:before {
  content: "\e609";
}
.icon-menu2:before {
  content: "\e61a";
}
.icon-lock:before {
  content: "\e613";
}
.icon-important:before {
  content: "\e610";
}
.icon-check:before {
  content: "\e60e";
}
.icon-blog2:before {
  content: "\e60f";
}
.icon-close2:before {
  content: "\e653";
}
.icon-question:before {
  content: "\e615";
}
.icon-dot2:before {
  content: "\e616";
}
.icon-call:before {
  content: "\e640";
}
.icon-instruction:before {
  content: "\e63e";
}
.icon-share:before {
  content: "\e637";
}
.icon-tick-fillbox:before {
  content: "\e646";
}
.icon-tick-box-invert:before {
  content: "\e628";
}
.icon-untick-box:before {
  content: "\e629";
}
.icon-form-check-on:before {
  content: "\e618";
}
.icon-form-check-off:before {
  content: "\e619";
}
.icon-triangle-left:before {
  content: "\e605";
}
.icon-triangle-right:before {
  content: "\e604";
}
.icon-triangle-up:before {
  content: "\e603";
}
.icon-triangle-down:before {
  content: "\e648";
}
.icon-arrow-left2:before {
  content: "\e654";
}
.icon-arrow-right2:before {
  content: "\e655";
}
.icon-arrow-up2:before {
  content: "\e657";
}
.icon-arrow-down2:before {
  content: "\e617";
}
.icon-arrow-small:before {
  content: "\e656";
}
.icon-double-arrow-left:before {
  content: "\e649";
}
.icon-double-arrow-right:before {
  content: "\e642";
}
.icon-youtube2:before {
  content: "\e600";
}
.icon-twitter2:before {
  content: "\e602";
}
.icon-whatsapp:before {
  content: "\e902";
}
.icon-facebook2:before {
  content: "\e60d";
}
.icon-share-linkedin:before {
  content: "\e63c";
}
.icon-share-email:before {
  content: "\e63a";
}
.icon-share-googleplus:before {
  content: "\e635";
}
.icon-share-facebook:before {
  content: "\e633";
}
.icon-share-twitter:before {
  content: "\e632";
}
.icon-quote-left:before {
  content: "\e904";
}
.icon-quote-right:before {
  content: "\e903";
}
.icon-dollar:before {
  content: "\e905";
}
.icon-bullet:before {
  content: "\e906";
}
.icon-web:before {
  content: "\e90b";
}
.icon-brand-facebook:before {
  content: "\e907";
}
.icon-brand-instagram:before {
  content: "\e908";
}
.icon-brand-linkedin:before {
  content: "\e909";
}
.icon-brand-twitter:before {
  content: "\e90c";
}
.icon-brand-youtube:before {
  content: "\e90a";
}
.icon-brand-pinterest:before {
  content: "\e90d";
}
.icon-picture:before {
  content: "\e910";
}
/*
 * Dream Starter SVG Symbols LESS
 */
.svg-symbol > svg {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 64px;
  height: 64px;
  fill: #FF6200;
  stroke: #FF6200;
  transition: all 0.3s;
}
.svg-symbol .size-small > svg {
  width: 32px;
  height: 32px;
}
.svg-symbol .size-large > svg {
  width: 128px;
  height: 128px;
}
.svg-symbol .color-black > svg {
  fill: #000000;
  stroke: #000000;
}
.svg-symbol .color-white > svg {
  fill: #FFFFFF;
  stroke: #FFFFFF;
}
.svg-symbol:hover > svg {
  fill: #525199;
  stroke: #525199;
}
/*
 * Dream Starter custom bootstrap responsive grid system LESS
 */
.wrapper {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  background-color: #FFFFFF;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .container {
    width: 744px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 1024px) {
  .container {
    width: 1008px;
    padding-left: 13px;
    padding-right: 13px;
  }
}
@media (min-width: 1240px) {
  .container {
    width: 1224px;
    padding-left: 17px;
    padding-right: 17px;
  }
}
@media (min-width: 768px) {
  .container.half-left {
    margin-left: 0;
    margin-right: auto;
    width: 372px;
  }
}
@media (min-width: 1024px) {
  .container.half-left {
    width: 504px;
  }
}
@media (min-width: 1240px) {
  .container.half-left {
    width: 612px;
  }
}
@media (min-width: 768px) {
  .container.half-right {
    margin-left: auto;
    margin-right: 0;
    width: 372px;
  }
}
@media (min-width: 1024px) {
  .container.half-right {
    width: 504px;
  }
}
@media (min-width: 1240px) {
  .container.half-right {
    width: 612px;
  }
}
@media (max-width: 767px) {
  .container.width-small {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .container.width-small {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (min-width: 1024px) {
  .container.width-small {
    width: 840px;
  }
}
@media (min-width: 1240px) {
  .container.width-small {
    width: 1020px;
  }
}
@media (max-width: 767px) {
  .container.width-compact {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .container.width-compact {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (min-width: 1024px) {
  .container.width-compact {
    width: 672px;
  }
}
@media (min-width: 1240px) {
  .container.width-compact {
    width: 816px;
  }
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
@media (min-width: 768px) {
  .row {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (min-width: 1024px) {
  .row {
    margin-left: -13px;
    margin-right: -13px;
  }
}
@media (min-width: 1240px) {
  .row {
    margin-left: -17px;
    margin-right: -17px;
  }
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12,
.col-sm-five,
.col-md-five {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .col-xs-1,
  .col-sm-1,
  .col-md-1,
  .col-lg-1,
  .col-xs-2,
  .col-sm-2,
  .col-md-2,
  .col-lg-2,
  .col-xs-3,
  .col-sm-3,
  .col-md-3,
  .col-lg-3,
  .col-xs-4,
  .col-sm-4,
  .col-md-4,
  .col-lg-4,
  .col-xs-5,
  .col-sm-5,
  .col-md-5,
  .col-lg-5,
  .col-xs-6,
  .col-sm-6,
  .col-md-6,
  .col-lg-6,
  .col-xs-7,
  .col-sm-7,
  .col-md-7,
  .col-lg-7,
  .col-xs-8,
  .col-sm-8,
  .col-md-8,
  .col-lg-8,
  .col-xs-9,
  .col-sm-9,
  .col-md-9,
  .col-lg-9,
  .col-xs-10,
  .col-sm-10,
  .col-md-10,
  .col-lg-10,
  .col-xs-11,
  .col-sm-11,
  .col-md-11,
  .col-lg-11,
  .col-xs-12,
  .col-sm-12,
  .col-md-12,
  .col-lg-12,
  .col-sm-five,
  .col-md-five {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 1024px) {
  .col-xs-1,
  .col-sm-1,
  .col-md-1,
  .col-lg-1,
  .col-xs-2,
  .col-sm-2,
  .col-md-2,
  .col-lg-2,
  .col-xs-3,
  .col-sm-3,
  .col-md-3,
  .col-lg-3,
  .col-xs-4,
  .col-sm-4,
  .col-md-4,
  .col-lg-4,
  .col-xs-5,
  .col-sm-5,
  .col-md-5,
  .col-lg-5,
  .col-xs-6,
  .col-sm-6,
  .col-md-6,
  .col-lg-6,
  .col-xs-7,
  .col-sm-7,
  .col-md-7,
  .col-lg-7,
  .col-xs-8,
  .col-sm-8,
  .col-md-8,
  .col-lg-8,
  .col-xs-9,
  .col-sm-9,
  .col-md-9,
  .col-lg-9,
  .col-xs-10,
  .col-sm-10,
  .col-md-10,
  .col-lg-10,
  .col-xs-11,
  .col-sm-11,
  .col-md-11,
  .col-lg-11,
  .col-xs-12,
  .col-sm-12,
  .col-md-12,
  .col-lg-12,
  .col-sm-five,
  .col-md-five {
    padding-left: 13px;
    padding-right: 13px;
  }
}
@media (min-width: 1240px) {
  .col-xs-1,
  .col-sm-1,
  .col-md-1,
  .col-lg-1,
  .col-xs-2,
  .col-sm-2,
  .col-md-2,
  .col-lg-2,
  .col-xs-3,
  .col-sm-3,
  .col-md-3,
  .col-lg-3,
  .col-xs-4,
  .col-sm-4,
  .col-md-4,
  .col-lg-4,
  .col-xs-5,
  .col-sm-5,
  .col-md-5,
  .col-lg-5,
  .col-xs-6,
  .col-sm-6,
  .col-md-6,
  .col-lg-6,
  .col-xs-7,
  .col-sm-7,
  .col-md-7,
  .col-lg-7,
  .col-xs-8,
  .col-sm-8,
  .col-md-8,
  .col-lg-8,
  .col-xs-9,
  .col-sm-9,
  .col-md-9,
  .col-lg-9,
  .col-xs-10,
  .col-sm-10,
  .col-md-10,
  .col-lg-10,
  .col-xs-11,
  .col-sm-11,
  .col-md-11,
  .col-lg-11,
  .col-xs-12,
  .col-sm-12,
  .col-md-12,
  .col-lg-12,
  .col-sm-five,
  .col-md-five {
    padding-left: 17px;
    padding-right: 17px;
  }
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-five {
    float: left;
  }
}
@media (min-width: 768px) {
  .col-sm-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 768px) {
  .col-sm-2 {
    width: 16.66666667%;
  }
}
@media (min-width: 768px) {
  .col-sm-3 {
    width: 25%;
  }
}
@media (min-width: 768px) {
  .col-sm-4 {
    width: 33.33333333%;
  }
}
@media (min-width: 768px) {
  .col-sm-5 {
    width: 41.66666667%;
  }
}
@media (min-width: 768px) {
  .col-sm-6 {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .col-sm-7 {
    width: 58.33333333%;
  }
}
@media (min-width: 768px) {
  .col-sm-8 {
    width: 66.66666667%;
  }
}
@media (min-width: 768px) {
  .col-sm-9 {
    width: 75%;
  }
}
@media (min-width: 768px) {
  .col-sm-10 {
    width: 83.33333333%;
  }
}
@media (min-width: 768px) {
  .col-sm-11 {
    width: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-sm-12 {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .col-sm-five {
    width: 20%;
  }
}
@media (min-width: 768px) {
  .col-sm-pull-0 {
    right: auto;
  }
}
@media (min-width: 768px) {
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
}
@media (min-width: 768px) {
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
}
@media (min-width: 768px) {
  .col-sm-pull-3 {
    right: 25%;
  }
}
@media (min-width: 768px) {
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
}
@media (min-width: 768px) {
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
}
@media (min-width: 768px) {
  .col-sm-pull-6 {
    right: 50%;
  }
}
@media (min-width: 768px) {
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
}
@media (min-width: 768px) {
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
}
@media (min-width: 768px) {
  .col-sm-pull-9 {
    right: 75%;
  }
}
@media (min-width: 768px) {
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
}
@media (min-width: 768px) {
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-sm-pull-12 {
    right: 100%;
  }
}
@media (min-width: 768px) {
  .col-sm-push-0 {
    left: auto;
  }
}
@media (min-width: 768px) {
  .col-sm-push-1 {
    left: 8.33333333%;
  }
}
@media (min-width: 768px) {
  .col-sm-push-2 {
    left: 16.66666667%;
  }
}
@media (min-width: 768px) {
  .col-sm-push-3 {
    left: 25%;
  }
}
@media (min-width: 768px) {
  .col-sm-push-4 {
    left: 33.33333333%;
  }
}
@media (min-width: 768px) {
  .col-sm-push-5 {
    left: 41.66666667%;
  }
}
@media (min-width: 768px) {
  .col-sm-push-6 {
    left: 50%;
  }
}
@media (min-width: 768px) {
  .col-sm-push-7 {
    left: 58.33333333%;
  }
}
@media (min-width: 768px) {
  .col-sm-push-8 {
    left: 66.66666667%;
  }
}
@media (min-width: 768px) {
  .col-sm-push-9 {
    left: 75%;
  }
}
@media (min-width: 768px) {
  .col-sm-push-10 {
    left: 83.33333333%;
  }
}
@media (min-width: 768px) {
  .col-sm-push-11 {
    left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-sm-push-12 {
    left: 100%;
  }
}
@media (min-width: 768px) {
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
}
@media (min-width: 768px) {
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
}
@media (min-width: 768px) {
  .col-sm-offset-3 {
    margin-left: 25%;
  }
}
@media (min-width: 768px) {
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
}
@media (min-width: 768px) {
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
}
@media (min-width: 768px) {
  .col-sm-offset-6 {
    margin-left: 50%;
  }
}
@media (min-width: 768px) {
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
}
@media (min-width: 768px) {
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
}
@media (min-width: 768px) {
  .col-sm-offset-9 {
    margin-left: 75%;
  }
}
@media (min-width: 768px) {
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
}
@media (min-width: 768px) {
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1024px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-five {
    float: left;
  }
}
@media (min-width: 1024px) {
  .col-md-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 1024px) {
  .col-md-2 {
    width: 16.66666667%;
  }
}
@media (min-width: 1024px) {
  .col-md-3 {
    width: 25%;
  }
}
@media (min-width: 1024px) {
  .col-md-4 {
    width: 33.33333333%;
  }
}
@media (min-width: 1024px) {
  .col-md-5 {
    width: 41.66666667%;
  }
}
@media (min-width: 1024px) {
  .col-md-6 {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .col-md-7 {
    width: 58.33333333%;
  }
}
@media (min-width: 1024px) {
  .col-md-8 {
    width: 66.66666667%;
  }
}
@media (min-width: 1024px) {
  .col-md-9 {
    width: 75%;
  }
}
@media (min-width: 1024px) {
  .col-md-10 {
    width: 83.33333333%;
  }
}
@media (min-width: 1024px) {
  .col-md-11 {
    width: 91.66666667%;
  }
}
@media (min-width: 1024px) {
  .col-md-12 {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .col-md-five {
    width: 20%;
  }
}
@media (min-width: 1024px) {
  .col-md-pull-0 {
    right: auto;
  }
}
@media (min-width: 1024px) {
  .col-md-pull-1 {
    right: 8.33333333%;
  }
}
@media (min-width: 1024px) {
  .col-md-pull-2 {
    right: 16.66666667%;
  }
}
@media (min-width: 1024px) {
  .col-md-pull-3 {
    right: 25%;
  }
}
@media (min-width: 1024px) {
  .col-md-pull-4 {
    right: 33.33333333%;
  }
}
@media (min-width: 1024px) {
  .col-md-pull-5 {
    right: 41.66666667%;
  }
}
@media (min-width: 1024px) {
  .col-md-pull-6 {
    right: 50%;
  }
}
@media (min-width: 1024px) {
  .col-md-pull-7 {
    right: 58.33333333%;
  }
}
@media (min-width: 1024px) {
  .col-md-pull-8 {
    right: 66.66666667%;
  }
}
@media (min-width: 1024px) {
  .col-md-pull-9 {
    right: 75%;
  }
}
@media (min-width: 1024px) {
  .col-md-pull-10 {
    right: 83.33333333%;
  }
}
@media (min-width: 1024px) {
  .col-md-pull-11 {
    right: 91.66666667%;
  }
}
@media (min-width: 1024px) {
  .col-md-pull-12 {
    right: 100%;
  }
}
@media (min-width: 1024px) {
  .col-md-push-0 {
    left: auto;
  }
}
@media (min-width: 1024px) {
  .col-md-push-1 {
    left: 8.33333333%;
  }
}
@media (min-width: 1024px) {
  .col-md-push-2 {
    left: 16.66666667%;
  }
}
@media (min-width: 1024px) {
  .col-md-push-3 {
    left: 25%;
  }
}
@media (min-width: 1024px) {
  .col-md-push-4 {
    left: 33.33333333%;
  }
}
@media (min-width: 1024px) {
  .col-md-push-5 {
    left: 41.66666667%;
  }
}
@media (min-width: 1024px) {
  .col-md-push-6 {
    left: 50%;
  }
}
@media (min-width: 1024px) {
  .col-md-push-7 {
    left: 58.33333333%;
  }
}
@media (min-width: 1024px) {
  .col-md-push-8 {
    left: 66.66666667%;
  }
}
@media (min-width: 1024px) {
  .col-md-push-9 {
    left: 75%;
  }
}
@media (min-width: 1024px) {
  .col-md-push-10 {
    left: 83.33333333%;
  }
}
@media (min-width: 1024px) {
  .col-md-push-11 {
    left: 91.66666667%;
  }
}
@media (min-width: 1024px) {
  .col-md-push-12 {
    left: 100%;
  }
}
@media (min-width: 1024px) {
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1024px) {
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
}
@media (min-width: 1024px) {
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
}
@media (min-width: 1024px) {
  .col-md-offset-3 {
    margin-left: 25%;
  }
}
@media (min-width: 1024px) {
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
}
@media (min-width: 1024px) {
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
}
@media (min-width: 1024px) {
  .col-md-offset-6 {
    margin-left: 50%;
  }
}
@media (min-width: 1024px) {
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
}
@media (min-width: 1024px) {
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
}
@media (min-width: 1024px) {
  .col-md-offset-9 {
    margin-left: 75%;
  }
}
@media (min-width: 1024px) {
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
}
@media (min-width: 1024px) {
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1024px) {
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1024px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
}
@media (min-width: 1240px) {
  .col-lg-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 1240px) {
  .col-lg-2 {
    width: 16.66666667%;
  }
}
@media (min-width: 1240px) {
  .col-lg-3 {
    width: 25%;
  }
}
@media (min-width: 1240px) {
  .col-lg-4 {
    width: 33.33333333%;
  }
}
@media (min-width: 1240px) {
  .col-lg-5 {
    width: 41.66666667%;
  }
}
@media (min-width: 1240px) {
  .col-lg-6 {
    width: 50%;
  }
}
@media (min-width: 1240px) {
  .col-lg-7 {
    width: 58.33333333%;
  }
}
@media (min-width: 1240px) {
  .col-lg-8 {
    width: 66.66666667%;
  }
}
@media (min-width: 1240px) {
  .col-lg-9 {
    width: 75%;
  }
}
@media (min-width: 1240px) {
  .col-lg-10 {
    width: 83.33333333%;
  }
}
@media (min-width: 1240px) {
  .col-lg-11 {
    width: 91.66666667%;
  }
}
@media (min-width: 1240px) {
  .col-lg-12 {
    width: 100%;
  }
}
@media (min-width: 1240px) {
  .col-lg-pull-0 {
    right: auto;
  }
}
@media (min-width: 1240px) {
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
}
@media (min-width: 1240px) {
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
}
@media (min-width: 1240px) {
  .col-lg-pull-3 {
    right: 25%;
  }
}
@media (min-width: 1240px) {
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
}
@media (min-width: 1240px) {
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
}
@media (min-width: 1240px) {
  .col-lg-pull-6 {
    right: 50%;
  }
}
@media (min-width: 1240px) {
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
}
@media (min-width: 1240px) {
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
}
@media (min-width: 1240px) {
  .col-lg-pull-9 {
    right: 75%;
  }
}
@media (min-width: 1240px) {
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
}
@media (min-width: 1240px) {
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
}
@media (min-width: 1240px) {
  .col-lg-pull-12 {
    right: 100%;
  }
}
@media (min-width: 1240px) {
  .col-lg-push-0 {
    left: auto;
  }
}
@media (min-width: 1240px) {
  .col-lg-push-1 {
    left: 8.33333333%;
  }
}
@media (min-width: 1240px) {
  .col-lg-push-2 {
    left: 16.66666667%;
  }
}
@media (min-width: 1240px) {
  .col-lg-push-3 {
    left: 25%;
  }
}
@media (min-width: 1240px) {
  .col-lg-push-4 {
    left: 33.33333333%;
  }
}
@media (min-width: 1240px) {
  .col-lg-push-5 {
    left: 41.66666667%;
  }
}
@media (min-width: 1240px) {
  .col-lg-push-6 {
    left: 50%;
  }
}
@media (min-width: 1240px) {
  .col-lg-push-7 {
    left: 58.33333333%;
  }
}
@media (min-width: 1240px) {
  .col-lg-push-8 {
    left: 66.66666667%;
  }
}
@media (min-width: 1240px) {
  .col-lg-push-9 {
    left: 75%;
  }
}
@media (min-width: 1240px) {
  .col-lg-push-10 {
    left: 83.33333333%;
  }
}
@media (min-width: 1240px) {
  .col-lg-push-11 {
    left: 91.66666667%;
  }
}
@media (min-width: 1240px) {
  .col-lg-push-12 {
    left: 100%;
  }
}
@media (min-width: 1240px) {
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1240px) {
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
}
@media (min-width: 1240px) {
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
}
@media (min-width: 1240px) {
  .col-lg-offset-3 {
    margin-left: 25%;
  }
}
@media (min-width: 1240px) {
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
}
@media (min-width: 1240px) {
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
}
@media (min-width: 1240px) {
  .col-lg-offset-6 {
    margin-left: 50%;
  }
}
@media (min-width: 1240px) {
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
}
@media (min-width: 1240px) {
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
}
@media (min-width: 1240px) {
  .col-lg-offset-9 {
    margin-left: 75%;
  }
}
@media (min-width: 1240px) {
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
}
@media (min-width: 1240px) {
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1240px) {
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
/* --> if I use this tool, I can't use real .col- class name in my less files.
.make-custom-grid-columns();

.make-grid(xs);
@media @from-sm {
 .make-grid(sm);
}
@media @from-md {
 .make-grid(md);
}
@media @from-lg {
 .make-grid(lg);
}

.make-custom-grid-columns() {
  // Common styles for all sizes of grid columns, widths 1-12
  .col(@index) { // initial
    @item: ~".col-xs-@{index}, .col-sm-@{index}, .col-md-@{index}, .col-lg-@{index}";
    .col((@index + 1), @item);
  }
  .col(@index, @list) when (@index =< @grid-columns) { // general; "=<" isn't a typo
    @item: ~".col-xs-@{index}, .col-sm-@{index}, .col-md-@{index}, .col-lg-@{index}";
    .col((@index + 1), ~"@{list}, @{item}");
  }
  .col(@index, @list) when (@index > @grid-columns) { // terminal
    @{list} {
      position: relative;
      // Prevent columns from collapsing when empty
      min-height: 1px;
      // Inner gutter via padding
      padding-left:  (@grid-gutter-xs / 2);
      padding-right: (@grid-gutter-xs / 2);
      @media @from-sm {
	      padding-left:  (@grid-gutter-sm / 2);
	      padding-right: (@grid-gutter-sm / 2);
      }
      @media @from-md {
	      padding-left:  (@grid-gutter-md / 2);
	      padding-right: (@grid-gutter-md / 2);
      }
      @media @from-lg {
	      padding-left:  (@grid-gutter-lg / 2);
	      padding-right: (@grid-gutter-lg / 2);
      }
    }
  }
  .col(1); // kickstart it
}
*/
.table-cell-1,
.table-cell-2,
.table-cell-3,
.table-cell-4,
.table-cell-5,
.table-cell-6,
.table-cell-7,
.table-cell-8,
.table-cell-9,
.table-cell-10,
.table-cell-11,
.table-cell-12 {
  display: table-cell;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .table-cell-1,
  .table-cell-2,
  .table-cell-3,
  .table-cell-4,
  .table-cell-5,
  .table-cell-6,
  .table-cell-7,
  .table-cell-8,
  .table-cell-9,
  .table-cell-10,
  .table-cell-11,
  .table-cell-12 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 1024px) {
  .table-cell-1,
  .table-cell-2,
  .table-cell-3,
  .table-cell-4,
  .table-cell-5,
  .table-cell-6,
  .table-cell-7,
  .table-cell-8,
  .table-cell-9,
  .table-cell-10,
  .table-cell-11,
  .table-cell-12 {
    padding-left: 13px;
    padding-right: 13px;
  }
}
@media (min-width: 1240px) {
  .table-cell-1,
  .table-cell-2,
  .table-cell-3,
  .table-cell-4,
  .table-cell-5,
  .table-cell-6,
  .table-cell-7,
  .table-cell-8,
  .table-cell-9,
  .table-cell-10,
  .table-cell-11,
  .table-cell-12 {
    padding-left: 17px;
    padding-right: 17px;
  }
}
.table-cell-1 {
  width: 8.33333333%;
}
.table-cell-2 {
  width: 16.66666667%;
}
.table-cell-3 {
  width: 25%;
}
.table-cell-4 {
  width: 33.33333333%;
}
.table-cell-5 {
  width: 41.66666667%;
}
.table-cell-6 {
  width: 50%;
}
.table-cell-7 {
  width: 58.33333333%;
}
.table-cell-8 {
  width: 66.66666667%;
}
.table-cell-9 {
  width: 75%;
}
.table-cell-10 {
  width: 83.33333333%;
}
.table-cell-11 {
  width: 91.66666667%;
}
.table-cell-12 {
  width: 100%;
}
@media (min-width: 768px) {
  .table-cell-sm-1 {
    display: table-cell;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    width: 8.33333333%;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .table-cell-sm-1 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  .table-cell-sm-1 {
    padding-left: 13px;
    padding-right: 13px;
  }
}
@media (min-width: 768px) and (min-width: 1240px) {
  .table-cell-sm-1 {
    padding-left: 17px;
    padding-right: 17px;
  }
}
@media (min-width: 768px) {
  .table-cell-sm-2 {
    display: table-cell;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    width: 16.66666667%;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .table-cell-sm-2 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  .table-cell-sm-2 {
    padding-left: 13px;
    padding-right: 13px;
  }
}
@media (min-width: 768px) and (min-width: 1240px) {
  .table-cell-sm-2 {
    padding-left: 17px;
    padding-right: 17px;
  }
}
@media (min-width: 768px) {
  .table-cell-sm-3 {
    display: table-cell;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    width: 25%;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .table-cell-sm-3 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  .table-cell-sm-3 {
    padding-left: 13px;
    padding-right: 13px;
  }
}
@media (min-width: 768px) and (min-width: 1240px) {
  .table-cell-sm-3 {
    padding-left: 17px;
    padding-right: 17px;
  }
}
@media (min-width: 768px) {
  .table-cell-sm-4 {
    display: table-cell;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    width: 33.33333333%;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .table-cell-sm-4 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  .table-cell-sm-4 {
    padding-left: 13px;
    padding-right: 13px;
  }
}
@media (min-width: 768px) and (min-width: 1240px) {
  .table-cell-sm-4 {
    padding-left: 17px;
    padding-right: 17px;
  }
}
@media (min-width: 768px) {
  .table-cell-sm-5 {
    display: table-cell;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    width: 41.66666667%;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .table-cell-sm-5 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  .table-cell-sm-5 {
    padding-left: 13px;
    padding-right: 13px;
  }
}
@media (min-width: 768px) and (min-width: 1240px) {
  .table-cell-sm-5 {
    padding-left: 17px;
    padding-right: 17px;
  }
}
@media (min-width: 768px) {
  .table-cell-sm-6 {
    display: table-cell;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    width: 50%;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .table-cell-sm-6 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  .table-cell-sm-6 {
    padding-left: 13px;
    padding-right: 13px;
  }
}
@media (min-width: 768px) and (min-width: 1240px) {
  .table-cell-sm-6 {
    padding-left: 17px;
    padding-right: 17px;
  }
}
@media (min-width: 768px) {
  .table-cell-sm-7 {
    display: table-cell;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    width: 58.33333333%;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .table-cell-sm-7 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  .table-cell-sm-7 {
    padding-left: 13px;
    padding-right: 13px;
  }
}
@media (min-width: 768px) and (min-width: 1240px) {
  .table-cell-sm-7 {
    padding-left: 17px;
    padding-right: 17px;
  }
}
@media (min-width: 768px) {
  .table-cell-sm-8 {
    display: table-cell;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    width: 66.66666667%;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .table-cell-sm-8 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  .table-cell-sm-8 {
    padding-left: 13px;
    padding-right: 13px;
  }
}
@media (min-width: 768px) and (min-width: 1240px) {
  .table-cell-sm-8 {
    padding-left: 17px;
    padding-right: 17px;
  }
}
@media (min-width: 768px) {
  .table-cell-sm-9 {
    display: table-cell;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    width: 75%;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .table-cell-sm-9 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  .table-cell-sm-9 {
    padding-left: 13px;
    padding-right: 13px;
  }
}
@media (min-width: 768px) and (min-width: 1240px) {
  .table-cell-sm-9 {
    padding-left: 17px;
    padding-right: 17px;
  }
}
@media (min-width: 768px) {
  .table-cell-sm-10 {
    display: table-cell;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    width: 83.33333333%;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .table-cell-sm-10 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  .table-cell-sm-10 {
    padding-left: 13px;
    padding-right: 13px;
  }
}
@media (min-width: 768px) and (min-width: 1240px) {
  .table-cell-sm-10 {
    padding-left: 17px;
    padding-right: 17px;
  }
}
@media (min-width: 768px) {
  .table-cell-sm-11 {
    display: table-cell;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    width: 91.66666667%;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .table-cell-sm-11 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  .table-cell-sm-11 {
    padding-left: 13px;
    padding-right: 13px;
  }
}
@media (min-width: 768px) and (min-width: 1240px) {
  .table-cell-sm-11 {
    padding-left: 17px;
    padding-right: 17px;
  }
}
@media (min-width: 768px) {
  .table-cell-sm-12 {
    display: table-cell;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .table-cell-sm-12 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  .table-cell-sm-12 {
    padding-left: 13px;
    padding-right: 13px;
  }
}
@media (min-width: 768px) and (min-width: 1240px) {
  .table-cell-sm-12 {
    padding-left: 17px;
    padding-right: 17px;
  }
}
@media (min-width: 1024px) {
  .table-cell-md-1 {
    display: table-cell;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    width: 8.33333333%;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .table-cell-md-1 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .table-cell-md-1 {
    padding-left: 13px;
    padding-right: 13px;
  }
}
@media (min-width: 1024px) and (min-width: 1240px) {
  .table-cell-md-1 {
    padding-left: 17px;
    padding-right: 17px;
  }
}
@media (min-width: 1024px) {
  .table-cell-md-2 {
    display: table-cell;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    width: 16.66666667%;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .table-cell-md-2 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .table-cell-md-2 {
    padding-left: 13px;
    padding-right: 13px;
  }
}
@media (min-width: 1024px) and (min-width: 1240px) {
  .table-cell-md-2 {
    padding-left: 17px;
    padding-right: 17px;
  }
}
@media (min-width: 1024px) {
  .table-cell-md-3 {
    display: table-cell;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    width: 25%;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .table-cell-md-3 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .table-cell-md-3 {
    padding-left: 13px;
    padding-right: 13px;
  }
}
@media (min-width: 1024px) and (min-width: 1240px) {
  .table-cell-md-3 {
    padding-left: 17px;
    padding-right: 17px;
  }
}
@media (min-width: 1024px) {
  .table-cell-md-4 {
    display: table-cell;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    width: 33.33333333%;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .table-cell-md-4 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .table-cell-md-4 {
    padding-left: 13px;
    padding-right: 13px;
  }
}
@media (min-width: 1024px) and (min-width: 1240px) {
  .table-cell-md-4 {
    padding-left: 17px;
    padding-right: 17px;
  }
}
@media (min-width: 1024px) {
  .table-cell-md-5 {
    display: table-cell;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    width: 41.66666667%;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .table-cell-md-5 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .table-cell-md-5 {
    padding-left: 13px;
    padding-right: 13px;
  }
}
@media (min-width: 1024px) and (min-width: 1240px) {
  .table-cell-md-5 {
    padding-left: 17px;
    padding-right: 17px;
  }
}
@media (min-width: 1024px) {
  .table-cell-md-6 {
    display: table-cell;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    width: 50%;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .table-cell-md-6 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .table-cell-md-6 {
    padding-left: 13px;
    padding-right: 13px;
  }
}
@media (min-width: 1024px) and (min-width: 1240px) {
  .table-cell-md-6 {
    padding-left: 17px;
    padding-right: 17px;
  }
}
@media (min-width: 1024px) {
  .table-cell-md-7 {
    display: table-cell;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    width: 58.33333333%;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .table-cell-md-7 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .table-cell-md-7 {
    padding-left: 13px;
    padding-right: 13px;
  }
}
@media (min-width: 1024px) and (min-width: 1240px) {
  .table-cell-md-7 {
    padding-left: 17px;
    padding-right: 17px;
  }
}
@media (min-width: 1024px) {
  .table-cell-md-8 {
    display: table-cell;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    width: 66.66666667%;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .table-cell-md-8 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .table-cell-md-8 {
    padding-left: 13px;
    padding-right: 13px;
  }
}
@media (min-width: 1024px) and (min-width: 1240px) {
  .table-cell-md-8 {
    padding-left: 17px;
    padding-right: 17px;
  }
}
@media (min-width: 1024px) {
  .table-cell-md-9 {
    display: table-cell;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    width: 75%;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .table-cell-md-9 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .table-cell-md-9 {
    padding-left: 13px;
    padding-right: 13px;
  }
}
@media (min-width: 1024px) and (min-width: 1240px) {
  .table-cell-md-9 {
    padding-left: 17px;
    padding-right: 17px;
  }
}
@media (min-width: 1024px) {
  .table-cell-md-10 {
    display: table-cell;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    width: 83.33333333%;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .table-cell-md-10 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .table-cell-md-10 {
    padding-left: 13px;
    padding-right: 13px;
  }
}
@media (min-width: 1024px) and (min-width: 1240px) {
  .table-cell-md-10 {
    padding-left: 17px;
    padding-right: 17px;
  }
}
@media (min-width: 1024px) {
  .table-cell-md-11 {
    display: table-cell;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    width: 91.66666667%;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .table-cell-md-11 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .table-cell-md-11 {
    padding-left: 13px;
    padding-right: 13px;
  }
}
@media (min-width: 1024px) and (min-width: 1240px) {
  .table-cell-md-11 {
    padding-left: 17px;
    padding-right: 17px;
  }
}
@media (min-width: 1024px) {
  .table-cell-md-12 {
    display: table-cell;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .table-cell-md-12 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .table-cell-md-12 {
    padding-left: 13px;
    padding-right: 13px;
  }
}
@media (min-width: 1024px) and (min-width: 1240px) {
  .table-cell-md-12 {
    padding-left: 17px;
    padding-right: 17px;
  }
}
.row-sm {
  margin-left: -10px;
  margin-right: -10px;
}
@media (min-width: 768px) {
  .row-sm {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (min-width: 1024px) {
  .row-sm {
    margin-left: -13px;
    margin-right: -13px;
  }
}
@media (min-width: 1240px) {
  .row-sm {
    margin-left: -17px;
    margin-right: -17px;
  }
}
@media (max-width: 767px) {
  .row-sm {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.row-md {
  margin-left: -10px;
  margin-right: -10px;
}
@media (min-width: 768px) {
  .row-md {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (min-width: 1024px) {
  .row-md {
    margin-left: -13px;
    margin-right: -13px;
  }
}
@media (min-width: 1240px) {
  .row-md {
    margin-left: -17px;
    margin-right: -17px;
  }
}
@media (max-width: 1023px) {
  .row-md {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (min-width: 768px) {
  .table-row-sm {
    display: table;
    table-layout: fixed;
  }
  .table-row-sm.full-width {
    width: 100%;
  }
  .table-row-sm.full-height {
    height: 100%;
  }
}
@media (min-width: 1024px) {
  .table-row-md {
    display: table;
    table-layout: fixed;
  }
  .table-row-md.full-width {
    width: 100%;
  }
  .table-row-md.full-height {
    height: 100%;
  }
}
/*
 * Dream Starter Layout LESS
 */
html {
  position: relative;
  min-height: 100%;
}
body {
  margin-top: 60px;
}
@media (min-width: 1024px) {
  body {
    margin-top: 130px;
  }
}
/*
 * Dream Starter buttons LESS
 */
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  font-family: "ING Me Web Regular", sans-serif;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  padding: 18px 50px;
  font-size: 16px;
  line-height: 14px;
  border-radius: 0;
  min-width: 180px;
  border: 1px solid transparent;
  border-radius: 8px;
  white-space: nowrap;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .btn {
    margin-bottom: 10px;
  }
}
.btn.long-label {
  padding: 18px 20px;
  font-size: 16px;
  line-height: 14px;
  border-radius: 8px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  outline: 0;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
}
.btn-default {
  color: #FFFFFF !important;
  background-color: #525199;
  border-color: #525199;
}
.btn-default:hover,
.btn-default:active,
.btn-default:focus,
.btn-default.active,
.open > .dropdown-toggle.btn-default,
.btn-default[aria-expanded="true"] {
  color: #FFFFFF !important;
  background-color: #39386C;
  border-color: #39386C;
}
.btn-default:hover .icon-font,
.btn-default:active .icon-font,
.btn-default:focus .icon-font,
.btn-default.active .icon-font,
.open > .dropdown-toggle.btn-default .icon-font,
.btn-default[aria-expanded="true"] .icon-font {
  color: #FFFFFF !important;
}
.btn-default:active,
.btn-default.active,
.btn-default:focus,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #E2E2E2 !important;
  color: #999999 !important;
  border-color: #DBDBDB !important;
}
.btn-default.disabled span:before,
.btn-default[disabled] span:before,
fieldset[disabled] .btn-default span:before,
.btn-default.disabled:hover span:before,
.btn-default[disabled]:hover span:before,
fieldset[disabled] .btn-default:hover span:before,
.btn-default.disabled:focus span:before,
.btn-default[disabled]:focus span:before,
fieldset[disabled] .btn-default:focus span:before,
.btn-default.disabled.focus span:before,
.btn-default[disabled].focus span:before,
fieldset[disabled] .btn-default.focus span:before,
.btn-default.disabled:active span:before,
.btn-default[disabled]:active span:before,
fieldset[disabled] .btn-default:active span:before,
.btn-default.disabled.active span:before,
.btn-default[disabled].active span:before,
fieldset[disabled] .btn-default.active span:before {
  color: #999999 !important;
}
.btn-default .badge {
  color: #525199;
  background-color: #FFFFFF;
}
.btn-blue {
  color: #FFFFFF !important;
  background-color: #525199;
  border-color: #525199;
}
.btn-blue:hover,
.btn-blue:active,
.btn-blue:focus,
.btn-blue.active,
.open > .dropdown-toggle.btn-blue,
.btn-blue[aria-expanded="true"] {
  color: #FFFFFF !important;
  background-color: #39386C;
  border-color: #39386C;
}
.btn-blue:hover .icon-font,
.btn-blue:active .icon-font,
.btn-blue:focus .icon-font,
.btn-blue.active .icon-font,
.open > .dropdown-toggle.btn-blue .icon-font,
.btn-blue[aria-expanded="true"] .icon-font {
  color: #FFFFFF !important;
}
.btn-blue:active,
.btn-blue.active,
.btn-blue:focus,
.open > .dropdown-toggle.btn-blue {
  background-image: none;
}
.btn-blue.disabled,
.btn-blue[disabled],
fieldset[disabled] .btn-blue,
.btn-blue.disabled:hover,
.btn-blue[disabled]:hover,
fieldset[disabled] .btn-blue:hover,
.btn-blue.disabled:focus,
.btn-blue[disabled]:focus,
fieldset[disabled] .btn-blue:focus,
.btn-blue.disabled.focus,
.btn-blue[disabled].focus,
fieldset[disabled] .btn-blue.focus,
.btn-blue.disabled:active,
.btn-blue[disabled]:active,
fieldset[disabled] .btn-blue:active,
.btn-blue.disabled.active,
.btn-blue[disabled].active,
fieldset[disabled] .btn-blue.active {
  background-color: #E2E2E2 !important;
  color: #999999 !important;
  border-color: #DBDBDB !important;
}
.btn-blue.disabled span:before,
.btn-blue[disabled] span:before,
fieldset[disabled] .btn-blue span:before,
.btn-blue.disabled:hover span:before,
.btn-blue[disabled]:hover span:before,
fieldset[disabled] .btn-blue:hover span:before,
.btn-blue.disabled:focus span:before,
.btn-blue[disabled]:focus span:before,
fieldset[disabled] .btn-blue:focus span:before,
.btn-blue.disabled.focus span:before,
.btn-blue[disabled].focus span:before,
fieldset[disabled] .btn-blue.focus span:before,
.btn-blue.disabled:active span:before,
.btn-blue[disabled]:active span:before,
fieldset[disabled] .btn-blue:active span:before,
.btn-blue.disabled.active span:before,
.btn-blue[disabled].active span:before,
fieldset[disabled] .btn-blue.active span:before {
  color: #999999 !important;
}
.btn-blue .badge {
  color: #525199;
  background-color: #FFFFFF;
}
.btn-orange {
  color: #FFFFFF !important;
  background-color: #FF6200;
  border-color: #FF6200;
}
.btn-orange:hover,
.btn-orange:active,
.btn-orange:focus,
.btn-orange.active,
.open > .dropdown-toggle.btn-orange,
.btn-orange[aria-expanded="true"] {
  color: #FFFFFF !important;
  background-color: #cc4e00;
  border-color: #cc4e00;
}
.btn-orange:hover .icon-font,
.btn-orange:active .icon-font,
.btn-orange:focus .icon-font,
.btn-orange.active .icon-font,
.open > .dropdown-toggle.btn-orange .icon-font,
.btn-orange[aria-expanded="true"] .icon-font {
  color: #FFFFFF !important;
}
.btn-orange:active,
.btn-orange.active,
.btn-orange:focus,
.open > .dropdown-toggle.btn-orange {
  background-image: none;
}
.btn-orange.disabled,
.btn-orange[disabled],
fieldset[disabled] .btn-orange,
.btn-orange.disabled:hover,
.btn-orange[disabled]:hover,
fieldset[disabled] .btn-orange:hover,
.btn-orange.disabled:focus,
.btn-orange[disabled]:focus,
fieldset[disabled] .btn-orange:focus,
.btn-orange.disabled.focus,
.btn-orange[disabled].focus,
fieldset[disabled] .btn-orange.focus,
.btn-orange.disabled:active,
.btn-orange[disabled]:active,
fieldset[disabled] .btn-orange:active,
.btn-orange.disabled.active,
.btn-orange[disabled].active,
fieldset[disabled] .btn-orange.active {
  background-color: #E2E2E2 !important;
  color: #999999 !important;
  border-color: #DBDBDB !important;
}
.btn-orange.disabled span:before,
.btn-orange[disabled] span:before,
fieldset[disabled] .btn-orange span:before,
.btn-orange.disabled:hover span:before,
.btn-orange[disabled]:hover span:before,
fieldset[disabled] .btn-orange:hover span:before,
.btn-orange.disabled:focus span:before,
.btn-orange[disabled]:focus span:before,
fieldset[disabled] .btn-orange:focus span:before,
.btn-orange.disabled.focus span:before,
.btn-orange[disabled].focus span:before,
fieldset[disabled] .btn-orange.focus span:before,
.btn-orange.disabled:active span:before,
.btn-orange[disabled]:active span:before,
fieldset[disabled] .btn-orange:active span:before,
.btn-orange.disabled.active span:before,
.btn-orange[disabled].active span:before,
fieldset[disabled] .btn-orange.active span:before {
  color: #999999 !important;
}
.btn-orange .badge {
  color: #FF6200;
  background-color: #FFFFFF;
}
.btn-white-blue {
  color: #525199 !important;
  background-color: transparent;
  border-color: #525199;
}
.btn-white-blue:hover,
.btn-white-blue:active,
.btn-white-blue:focus,
.btn-white-blue.active,
.open > .dropdown-toggle.btn-white-blue,
.btn-white-blue[aria-expanded="true"] {
  color: #FFFFFF !important;
  background-color: #525199;
  border-color: #525199;
}
.btn-white-blue:hover .icon-font,
.btn-white-blue:active .icon-font,
.btn-white-blue:focus .icon-font,
.btn-white-blue.active .icon-font,
.open > .dropdown-toggle.btn-white-blue .icon-font,
.btn-white-blue[aria-expanded="true"] .icon-font {
  color: #FFFFFF !important;
}
.btn-white-blue:active,
.btn-white-blue.active,
.btn-white-blue:focus,
.open > .dropdown-toggle.btn-white-blue {
  background-image: none;
}
.btn-white-blue.disabled,
.btn-white-blue[disabled],
fieldset[disabled] .btn-white-blue,
.btn-white-blue.disabled:hover,
.btn-white-blue[disabled]:hover,
fieldset[disabled] .btn-white-blue:hover,
.btn-white-blue.disabled:focus,
.btn-white-blue[disabled]:focus,
fieldset[disabled] .btn-white-blue:focus,
.btn-white-blue.disabled.focus,
.btn-white-blue[disabled].focus,
fieldset[disabled] .btn-white-blue.focus,
.btn-white-blue.disabled:active,
.btn-white-blue[disabled]:active,
fieldset[disabled] .btn-white-blue:active,
.btn-white-blue.disabled.active,
.btn-white-blue[disabled].active,
fieldset[disabled] .btn-white-blue.active {
  background-color: #E2E2E2 !important;
  color: #999999 !important;
  border-color: #DBDBDB !important;
}
.btn-white-blue.disabled span:before,
.btn-white-blue[disabled] span:before,
fieldset[disabled] .btn-white-blue span:before,
.btn-white-blue.disabled:hover span:before,
.btn-white-blue[disabled]:hover span:before,
fieldset[disabled] .btn-white-blue:hover span:before,
.btn-white-blue.disabled:focus span:before,
.btn-white-blue[disabled]:focus span:before,
fieldset[disabled] .btn-white-blue:focus span:before,
.btn-white-blue.disabled.focus span:before,
.btn-white-blue[disabled].focus span:before,
fieldset[disabled] .btn-white-blue.focus span:before,
.btn-white-blue.disabled:active span:before,
.btn-white-blue[disabled]:active span:before,
fieldset[disabled] .btn-white-blue:active span:before,
.btn-white-blue.disabled.active span:before,
.btn-white-blue[disabled].active span:before,
fieldset[disabled] .btn-white-blue.active span:before {
  color: #999999 !important;
}
.btn-white-blue .badge {
  color: transparent;
  background-color: #525199;
}
.btn-white-orange {
  color: #FF6200 !important;
  background-color: transparent;
  border-color: #FF6200;
}
.btn-white-orange:hover,
.btn-white-orange:active,
.btn-white-orange:focus,
.btn-white-orange.active,
.open > .dropdown-toggle.btn-white-orange,
.btn-white-orange[aria-expanded="true"] {
  color: #FFFFFF !important;
  background-color: #FF6200;
  border-color: #FF6200;
}
.btn-white-orange:hover .icon-font,
.btn-white-orange:active .icon-font,
.btn-white-orange:focus .icon-font,
.btn-white-orange.active .icon-font,
.open > .dropdown-toggle.btn-white-orange .icon-font,
.btn-white-orange[aria-expanded="true"] .icon-font {
  color: #FFFFFF !important;
}
.btn-white-orange:active,
.btn-white-orange.active,
.btn-white-orange:focus,
.open > .dropdown-toggle.btn-white-orange {
  background-image: none;
}
.btn-white-orange.disabled,
.btn-white-orange[disabled],
fieldset[disabled] .btn-white-orange,
.btn-white-orange.disabled:hover,
.btn-white-orange[disabled]:hover,
fieldset[disabled] .btn-white-orange:hover,
.btn-white-orange.disabled:focus,
.btn-white-orange[disabled]:focus,
fieldset[disabled] .btn-white-orange:focus,
.btn-white-orange.disabled.focus,
.btn-white-orange[disabled].focus,
fieldset[disabled] .btn-white-orange.focus,
.btn-white-orange.disabled:active,
.btn-white-orange[disabled]:active,
fieldset[disabled] .btn-white-orange:active,
.btn-white-orange.disabled.active,
.btn-white-orange[disabled].active,
fieldset[disabled] .btn-white-orange.active {
  background-color: #E2E2E2 !important;
  color: #999999 !important;
  border-color: #DBDBDB !important;
}
.btn-white-orange.disabled span:before,
.btn-white-orange[disabled] span:before,
fieldset[disabled] .btn-white-orange span:before,
.btn-white-orange.disabled:hover span:before,
.btn-white-orange[disabled]:hover span:before,
fieldset[disabled] .btn-white-orange:hover span:before,
.btn-white-orange.disabled:focus span:before,
.btn-white-orange[disabled]:focus span:before,
fieldset[disabled] .btn-white-orange:focus span:before,
.btn-white-orange.disabled.focus span:before,
.btn-white-orange[disabled].focus span:before,
fieldset[disabled] .btn-white-orange.focus span:before,
.btn-white-orange.disabled:active span:before,
.btn-white-orange[disabled]:active span:before,
fieldset[disabled] .btn-white-orange:active span:before,
.btn-white-orange.disabled.active span:before,
.btn-white-orange[disabled].active span:before,
fieldset[disabled] .btn-white-orange.active span:before {
  color: #999999 !important;
}
.btn-white-orange .badge {
  color: transparent;
  background-color: #FF6200;
}
.btn-white-orange.selected {
  color: #FFFFFF !important;
  background-color: #FF6200;
  border-color: #FF6200;
}
.btn-white-orange.selected:hover,
.btn-white-orange.selected:active,
.btn-white-orange.selected:focus,
.btn-white-orange.selected.active,
.open > .dropdown-toggle.btn-white-orange.selected,
.btn-white-orange.selected[aria-expanded="true"] {
  color: #FFFFFF !important;
  background-color: #cc4e00;
  border-color: #cc4e00;
}
.btn-white-orange.selected:hover .icon-font,
.btn-white-orange.selected:active .icon-font,
.btn-white-orange.selected:focus .icon-font,
.btn-white-orange.selected.active .icon-font,
.open > .dropdown-toggle.btn-white-orange.selected .icon-font,
.btn-white-orange.selected[aria-expanded="true"] .icon-font {
  color: #FFFFFF !important;
}
.btn-white-orange.selected:active,
.btn-white-orange.selected.active,
.btn-white-orange.selected:focus,
.open > .dropdown-toggle.btn-white-orange.selected {
  background-image: none;
}
.btn-white-orange.selected.disabled,
.btn-white-orange.selected[disabled],
fieldset[disabled] .btn-white-orange.selected,
.btn-white-orange.selected.disabled:hover,
.btn-white-orange.selected[disabled]:hover,
fieldset[disabled] .btn-white-orange.selected:hover,
.btn-white-orange.selected.disabled:focus,
.btn-white-orange.selected[disabled]:focus,
fieldset[disabled] .btn-white-orange.selected:focus,
.btn-white-orange.selected.disabled.focus,
.btn-white-orange.selected[disabled].focus,
fieldset[disabled] .btn-white-orange.selected.focus,
.btn-white-orange.selected.disabled:active,
.btn-white-orange.selected[disabled]:active,
fieldset[disabled] .btn-white-orange.selected:active,
.btn-white-orange.selected.disabled.active,
.btn-white-orange.selected[disabled].active,
fieldset[disabled] .btn-white-orange.selected.active {
  background-color: #E2E2E2 !important;
  color: #999999 !important;
  border-color: #DBDBDB !important;
}
.btn-white-orange.selected.disabled span:before,
.btn-white-orange.selected[disabled] span:before,
fieldset[disabled] .btn-white-orange.selected span:before,
.btn-white-orange.selected.disabled:hover span:before,
.btn-white-orange.selected[disabled]:hover span:before,
fieldset[disabled] .btn-white-orange.selected:hover span:before,
.btn-white-orange.selected.disabled:focus span:before,
.btn-white-orange.selected[disabled]:focus span:before,
fieldset[disabled] .btn-white-orange.selected:focus span:before,
.btn-white-orange.selected.disabled.focus span:before,
.btn-white-orange.selected[disabled].focus span:before,
fieldset[disabled] .btn-white-orange.selected.focus span:before,
.btn-white-orange.selected.disabled:active span:before,
.btn-white-orange.selected[disabled]:active span:before,
fieldset[disabled] .btn-white-orange.selected:active span:before,
.btn-white-orange.selected.disabled.active span:before,
.btn-white-orange.selected[disabled].active span:before,
fieldset[disabled] .btn-white-orange.selected.active span:before {
  color: #999999 !important;
}
.btn-white-orange.selected .badge {
  color: #FF6200;
  background-color: #FFFFFF;
}
.btn-transparent {
  color: #525199 !important;
  background-color: transparent;
  border-color: transparent;
}
.btn-transparent:hover,
.btn-transparent:active,
.btn-transparent:focus,
.btn-transparent.active,
.open > .dropdown-toggle.btn-transparent,
.btn-transparent[aria-expanded="true"] {
  color: #39386C !important;
  background-color: #FFFFFF;
  border-color: #525199;
}
.btn-transparent:hover .icon-font,
.btn-transparent:active .icon-font,
.btn-transparent:focus .icon-font,
.btn-transparent.active .icon-font,
.open > .dropdown-toggle.btn-transparent .icon-font,
.btn-transparent[aria-expanded="true"] .icon-font {
  color: #39386C !important;
}
.btn-transparent:active,
.btn-transparent.active,
.btn-transparent:focus,
.open > .dropdown-toggle.btn-transparent {
  background-image: none;
}
.btn-transparent.disabled,
.btn-transparent[disabled],
fieldset[disabled] .btn-transparent,
.btn-transparent.disabled:hover,
.btn-transparent[disabled]:hover,
fieldset[disabled] .btn-transparent:hover,
.btn-transparent.disabled:focus,
.btn-transparent[disabled]:focus,
fieldset[disabled] .btn-transparent:focus,
.btn-transparent.disabled.focus,
.btn-transparent[disabled].focus,
fieldset[disabled] .btn-transparent.focus,
.btn-transparent.disabled:active,
.btn-transparent[disabled]:active,
fieldset[disabled] .btn-transparent:active,
.btn-transparent.disabled.active,
.btn-transparent[disabled].active,
fieldset[disabled] .btn-transparent.active {
  background-color: #E2E2E2 !important;
  color: #999999 !important;
  border-color: #DBDBDB !important;
}
.btn-transparent.disabled span:before,
.btn-transparent[disabled] span:before,
fieldset[disabled] .btn-transparent span:before,
.btn-transparent.disabled:hover span:before,
.btn-transparent[disabled]:hover span:before,
fieldset[disabled] .btn-transparent:hover span:before,
.btn-transparent.disabled:focus span:before,
.btn-transparent[disabled]:focus span:before,
fieldset[disabled] .btn-transparent:focus span:before,
.btn-transparent.disabled.focus span:before,
.btn-transparent[disabled].focus span:before,
fieldset[disabled] .btn-transparent.focus span:before,
.btn-transparent.disabled:active span:before,
.btn-transparent[disabled]:active span:before,
fieldset[disabled] .btn-transparent:active span:before,
.btn-transparent.disabled.active span:before,
.btn-transparent[disabled].active span:before,
fieldset[disabled] .btn-transparent.active span:before {
  color: #999999 !important;
}
.btn-transparent .badge {
  color: transparent;
  background-color: #525199;
}
.btn-transparent[aria-expanded="true"] {
  background-color: transparent;
  border-color: transparent;
}
.btn-small {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0;
  padding: 10px 30px;
}
.btn-small-padding {
  padding-left: 30px;
  padding-right: 30px;
  min-width: 0;
}
.btn-compact {
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0;
  padding: 10px 15px;
  min-width: 0;
}
.btn-static {
  width: 200px;
  height: 58px;
}
.btn-static.btn-small {
  height: 42px;
}
.btn-play {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  font-family: "ING Me Web Regular", sans-serif;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  padding: 18px 50px;
  font-size: 16px;
  line-height: 14px;
  border-radius: 0;
  min-width: 180px;
  border: 1px solid transparent;
  border-radius: 8px;
  white-space: nowrap;
  transition: all 0.3s;
  color: #FFFFFF !important;
  background-color: #525199;
  border-color: #525199;
  min-width: 0;
  border-radius: 46px;
  padding: 0;
  color: #FFFFFF;
  width: 60px;
  height: 60px;
  font-size: 24px;
  line-height: 60px;
}
@media (max-width: 767px) {
  .btn-play {
    margin-bottom: 10px;
  }
}
.btn-play.long-label {
  padding: 18px 20px;
  font-size: 16px;
  line-height: 14px;
  border-radius: 8px;
}
.btn-play:hover,
.btn-play:focus,
.btn-play.focus {
  outline: 0;
  text-decoration: none;
}
.btn-play:active,
.btn-play.active {
  outline: 0;
  background-image: none;
}
.btn-play.disabled,
.btn-play[disabled],
fieldset[disabled] .btn-play {
  cursor: not-allowed;
  pointer-events: none;
}
.btn-play:hover,
.btn-play:active,
.btn-play:focus,
.btn-play.active,
.open > .dropdown-toggle.btn-play,
.btn-play[aria-expanded="true"] {
  color: #FFFFFF !important;
  background-color: #39386C;
  border-color: #39386C;
}
.btn-play:hover .icon-font,
.btn-play:active .icon-font,
.btn-play:focus .icon-font,
.btn-play.active .icon-font,
.open > .dropdown-toggle.btn-play .icon-font,
.btn-play[aria-expanded="true"] .icon-font {
  color: #FFFFFF !important;
}
.btn-play:active,
.btn-play.active,
.btn-play:focus,
.open > .dropdown-toggle.btn-play {
  background-image: none;
}
.btn-play.disabled,
.btn-play[disabled],
fieldset[disabled] .btn-play,
.btn-play.disabled:hover,
.btn-play[disabled]:hover,
fieldset[disabled] .btn-play:hover,
.btn-play.disabled:focus,
.btn-play[disabled]:focus,
fieldset[disabled] .btn-play:focus,
.btn-play.disabled.focus,
.btn-play[disabled].focus,
fieldset[disabled] .btn-play.focus,
.btn-play.disabled:active,
.btn-play[disabled]:active,
fieldset[disabled] .btn-play:active,
.btn-play.disabled.active,
.btn-play[disabled].active,
fieldset[disabled] .btn-play.active {
  background-color: #E2E2E2 !important;
  color: #999999 !important;
  border-color: #DBDBDB !important;
}
.btn-play.disabled span:before,
.btn-play[disabled] span:before,
fieldset[disabled] .btn-play span:before,
.btn-play.disabled:hover span:before,
.btn-play[disabled]:hover span:before,
fieldset[disabled] .btn-play:hover span:before,
.btn-play.disabled:focus span:before,
.btn-play[disabled]:focus span:before,
fieldset[disabled] .btn-play:focus span:before,
.btn-play.disabled.focus span:before,
.btn-play[disabled].focus span:before,
fieldset[disabled] .btn-play.focus span:before,
.btn-play.disabled:active span:before,
.btn-play[disabled]:active span:before,
fieldset[disabled] .btn-play:active span:before,
.btn-play.disabled.active span:before,
.btn-play[disabled].active span:before,
fieldset[disabled] .btn-play.active span:before {
  color: #999999 !important;
}
.btn-play .badge {
  color: #525199;
  background-color: #FFFFFF;
}
@media (min-width: 768px) {
  .btn-play {
    width: 72px;
    height: 72px;
    font-size: 30px;
    line-height: 72px;
  }
}
@media (min-width: 1024px) {
  .btn-play {
    width: 92px;
    height: 92px;
    font-size: 30px;
    line-height: 92px;
  }
}
.btn-play.make-center {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
/*
.btn-big {
  @media @from-sm {
    .button-size(@control-padding-vt-big; @btn-padding-hr-big; @control-font-size-big; @control-line-height-big; 0);
  }
}

.btn-jumbo {
  @media @from-sm {
    .button-size(@control-padding-vt-big * 1.2; @btn-padding-hr-big * 1.5; @control-font-size-big * 1.2; @control-line-height-big * 1.2; 0);
  }
}

.btn-tag {
	.button-variant-ex(@text-white, @text-white, @EDWY-green, darken(@EDWY-green, 10%), @EDWY-green, darken(@EDWY-green, 10%));
	.button-size(@btn-padding-vt-small, @btn-padding-hr-small, @font-size-base, 1, 0);
  margin-top: 0 !important;
  width: auto !important;
	margin-left: 0;
	margin-right: 2px;
	margin-bottom: 2px;
	.pull-left;
}

.btn-share {
	.btn-big;
  .btn-block;

  position: relative;
  margin-bottom: @space-xs;
  padding-right: 0;
  padding-left: @btn-share-symbol-width;
  .text-center;
  @media @from-sm {
    margin-bottom: @space-sm;
    padding-right: 0;
    padding-left: @btn-share-symbol-width-sm;
  }
  @media @from-md {
    margin-bottom: @space-md;
  }
  @media @from-lg {
    margin-bottom: @space-lg;
  }

  .icon-email;
  &:before {
    .icon-font;
    position: absolute;
    width: @btn-share-symbol-width;
    height: @btn-share-symbol-height;
    top: -1px;
    left: -1px;
    border-right: 1px solid @btn-share-symbol-border-color;
    font-size: @btn-share-symbol-font-size;
    line-height: @btn-share-symbol-line-height;
    .text-center;
    @media @from-sm {
      width: @btn-share-symbol-width-sm;
      height: @btn-share-symbol-height-sm;
      font-size: @btn-share-symbol-font-size-sm;
      line-height: @btn-share-symbol-line-height-sm;
    }
  }

  &.googleplus {
    .button-variant-ex(@text-white, @text-white, @btn-share-bg-googleplus, @btn-share-bg-googleplus-hover, @btn-share-bg-googleplus, @btn-share-bg-googleplus-hover);
    .icon-googleplus;
  }
  &.facebook {
    .button-variant-ex(@text-white, @text-white, @btn-share-bg-facebook, @btn-share-bg-facebook-hover, @btn-share-bg-facebook, @btn-share-bg-facebook-hover);
    .icon-facebook;
  }
}
*/
.close-button {
  width: 24px;
  height: 24px;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  background-image: none;
  cursor: pointer;
  border: none;
  margin: 0;
  padding: 0;
  background-color: transparent;
  color: #FF6200;
}
.close-button:hover,
.close-button:focus,
.close-button.focus {
  outline: 0;
  text-decoration: none;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  min-width: 0;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .btn-block-xs {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    min-width: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  [class*="btn-block"] + [class*="btn-block"] {
    margin-top: 10px;
  }
}
.btn-text-margin-top {
  margin-top: 18px;
}
.btn-link {
  color: #525199;
  font-weight: normal;
  font-family: "ING Me Web Regular", sans-serif;
  letter-spacing: 0;
  cursor: pointer;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link.disabled,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  outline: none !important;
}
.btn-link:hover,
.btn-link:focus {
  color: #525199;
  text-decoration: underline;
}
.btn-link.disabled,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  color: #999999;
}
.btn-link.disabled:hover,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link.disabled:focus,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  cursor: not-allowed;
  color: #999999;
}
.btn-link.white,
.btn-link.white * {
  color: #FFFFFF;
}
.btn-link.white:hover,
.btn-link.white *:hover,
.btn-link.white:focus,
.btn-link.white *:focus {
  color: #FFFFFF;
}
.btn-link.search-style {
  position: relative;
  padding-right: 20px;
}
.btn-link.search-style .icon-font {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
@media (max-width: 767px) {
  .btn-link.search-style .icon-font {
    height: 30px;
    margin-top: auto;
    margin-bottom: auto;
  }
}
/*
.btn-login,
.btn-logout,
.btn-signup {
	@media @from-sm {
		width: @header-login-button-width-sm;
		padding-left: 0;
		padding-right: 0;
	}
	@media @from-lg {
		width: @header-login-button-width-lg;
	}
}

.btn-account {
	@media @from-sm {
		display: block;
		width: ((@header-login-button-width-sm * 2) + @header-button-gap);
		padding-left: 0;
		padding-right: 0;
	}
	@media @from-lg {
		width: ((@header-login-button-width-lg * 2) + @header-button-gap);
	}
}

.btn-login,
.btn-account {
	.button-variant-ex(@text-white, @text-black, transparent, @bg-white, @signup-gray, @bg-white);
}

.btn-signup,
.btn-logout {
	.button-variant-ex(@text-white, @text-black, @signup-gray, @bg-white, @signup-gray, @bg-white);
}
*/
.btn-loader .normal {
  display: inherit;
  line-height: 1;
}
.btn-loader .loading {
  display: none;
}
.btn-loader.loading .normal {
  display: none;
}
.btn-loader.loading .loading {
  display: inherit;
}
.btn-loader .info {
  color: #444444;
  font-size: 14px;
  font-family: "ING Me Web Regular", sans-serif;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.counter-container {
  width: 170px;
}
.counter-container.inline-style {
  display: inline-block;
}
.counter-container .counter .input-group-btn:first-child .btn {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  margin-right: -2px;
}
.counter-container .counter .input-group-btn:last-child .btn {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.counter-container .counter .btn {
  min-width: auto;
  border-width: 1px;
  height: 58px;
  color: #444444 !important;
  background-color: #FFFFFF;
  border-color: #DBDBDB;
}
.counter-container .counter .btn:hover,
.counter-container .counter .btn:active,
.counter-container .counter .btn:focus,
.counter-container .counter .btn.active,
.open > .dropdown-toggle.counter-container .counter .btn,
.counter-container .counter .btn[aria-expanded="true"] {
  color: #444444 !important;
  background-color: #FFFFFF;
  border-color: #DBDBDB;
}
.counter-container .counter .btn:hover .icon-font,
.counter-container .counter .btn:active .icon-font,
.counter-container .counter .btn:focus .icon-font,
.counter-container .counter .btn.active .icon-font,
.open > .dropdown-toggle.counter-container .counter .btn .icon-font,
.counter-container .counter .btn[aria-expanded="true"] .icon-font {
  color: #444444 !important;
}
.counter-container .counter .btn:active,
.counter-container .counter .btn.active,
.counter-container .counter .btn:focus,
.open > .dropdown-toggle.counter-container .counter .btn {
  background-image: none;
}
.counter-container .counter .btn.disabled,
.counter-container .counter .btn[disabled],
fieldset[disabled] .counter-container .counter .btn,
.counter-container .counter .btn.disabled:hover,
.counter-container .counter .btn[disabled]:hover,
fieldset[disabled] .counter-container .counter .btn:hover,
.counter-container .counter .btn.disabled:focus,
.counter-container .counter .btn[disabled]:focus,
fieldset[disabled] .counter-container .counter .btn:focus,
.counter-container .counter .btn.disabled.focus,
.counter-container .counter .btn[disabled].focus,
fieldset[disabled] .counter-container .counter .btn.focus,
.counter-container .counter .btn.disabled:active,
.counter-container .counter .btn[disabled]:active,
fieldset[disabled] .counter-container .counter .btn:active,
.counter-container .counter .btn.disabled.active,
.counter-container .counter .btn[disabled].active,
fieldset[disabled] .counter-container .counter .btn.active {
  background-color: #E2E2E2 !important;
  color: #999999 !important;
  border-color: #DBDBDB !important;
}
.counter-container .counter .btn.disabled span:before,
.counter-container .counter .btn[disabled] span:before,
fieldset[disabled] .counter-container .counter .btn span:before,
.counter-container .counter .btn.disabled:hover span:before,
.counter-container .counter .btn[disabled]:hover span:before,
fieldset[disabled] .counter-container .counter .btn:hover span:before,
.counter-container .counter .btn.disabled:focus span:before,
.counter-container .counter .btn[disabled]:focus span:before,
fieldset[disabled] .counter-container .counter .btn:focus span:before,
.counter-container .counter .btn.disabled.focus span:before,
.counter-container .counter .btn[disabled].focus span:before,
fieldset[disabled] .counter-container .counter .btn.focus span:before,
.counter-container .counter .btn.disabled:active span:before,
.counter-container .counter .btn[disabled]:active span:before,
fieldset[disabled] .counter-container .counter .btn:active span:before,
.counter-container .counter .btn.disabled.active span:before,
.counter-container .counter .btn[disabled].active span:before,
fieldset[disabled] .counter-container .counter .btn.active span:before {
  color: #999999 !important;
}
.counter-container .counter .btn .badge {
  color: #FFFFFF;
  background-color: #444444;
}
.counter-container .counter input.form-control {
  box-shadow: none;
  text-align: center;
}
/**
 * Dream Starter Forms Style LESS
**/
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 30px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
}
input[type="search"] {
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.78571429;
  color: #444444;
}
.form-control-container {
  position: relative;
}
.form-control-container.with-left-symbol .form-control {
  padding-left: 45px;
}
.form-control-container.with-left-symbol .form-control-symbol {
  left: 16px;
}
.form-control-container.with-right-symbol .form-control {
  padding-right: 45px;
}
.form-control-container.with-right-symbol .form-control-symbol {
  right: 16px;
}
.form-control-container.with-status .form-control {
  padding-right: 45px;
}
.form-control-container.with-status .form-control-status {
  right: 16px;
}
.form-control-container.compact .form-control {
  padding: 10px 15px;
  height: 42px;
  border-radius: 6px;
}
.form-control-container.compact .form-control-symbol,
.form-control-container.compact .form-status {
  font-size: 20px;
  line-height: 20px;
  height: 20px;
}
.form-control-container.compact.with-left-symbol .form-control-symbol {
  left: 9px;
}
.form-control-container.compact.with-right-symbol .form-control-symbol,
.form-control-container.compact.with-status .form-control-status {
  right: 9px;
}
.form-control-container.compact.with-left-symbol .form-control {
  padding-left: 40px;
}
.form-control-container.compact.with-right-symbol .form-control,
.form-control-container.compact.with-status .form-control {
  padding-right: 40px;
}
.form-control-container.error .form-control {
  border-color: #D0021B !important;
}
.form-control-container.error .form-control-status {
  color: #D0021B !important;
}
.form-control-container.error .form-control-status > .error {
  display: inline !important;
}
.form-control-container.pass .form-control {
  border-color: #2FA268 !important;
}
.form-control-container.pass .form-control-status {
  color: #2FA268 !important;
}
.form-control-container .form-control-symbol {
  position: absolute;
  pointer-events: none;
  height: 24px;
  line-height: 24px;
  font-size: 24px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.form-control-container .form-control-symbol .dropdown-style {
  font-size: 20px;
  color: #525199;
}
.form-control-container .form-control-status {
  position: absolute;
  pointer-events: none;
  height: 24px;
  line-height: 24px;
  font-size: 24px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.form-control-container .form-control-status > .error {
  display: none;
}
.form-control {
  display: block;
  width: 100%;
  height: 58px;
  padding: 18px 20px;
  font-size: 14px;
  line-height: 20px;
  color: #444444;
  background-color: #FFFFFF;
  background-image: none;
  border: 1px solid #E2E2E2;
  border-radius: 8px;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
@media (min-width: 768px) {
  .form-control {
    font-size: 14px;
  }
}
.form-control:focus {
  border-color: #999999;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(153, 153, 153, 0.6);
}
.form-control:focus {
  box-shadow: none;
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 58px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 42px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 502px;
  }
}
.form-group {
  margin-bottom: 15px;
}
@media (min-width: 1240px) {
  .form-group {
    margin-bottom: 22.5px;
  }
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 30px;
  padding-left: 30px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
  position: relative;
}
.radio label:before,
.checkbox label:before {
  z-index: 1;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Lash Addons =========== */
  position: relative;
  top: 1px;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  color: #FF6200;
  top: 2px;
  bottom: 0;
  left: 0px;
  margin: 0;
  background-color: transparent;
}
.radio.error label,
.checkbox.error label,
.radio.error label:before,
.checkbox.error label:before {
  color: #D0021B;
}
.radio .filter-message,
.checkbox .filter-message {
  padding-left: 30px;
}
.radio label:after {
  border-radius: 50%;
}
.radio input + label:before {
  content: "\e62e";
}
.radio input:checked + label:before {
  content: "\e62d";
}
.checkbox input ~ label:before {
  content: "\e630";
}
.checkbox input:checked ~ label:before {
  content: "\e631";
}
.checkbox-simple {
  position: relative;
  display: inline-block;
}
.checkbox-simple input[type="checkbox"] {
  display: none;
}
.checkbox-simple label {
  margin-bottom: 0;
  cursor: pointer;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Lash Addons =========== */
  position: relative;
  top: 1px;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  color: #999999;
  transition: color 0.3s;
}
.checkbox-simple input ~ label:before {
  content: "\e630";
}
.checkbox-simple input:checked ~ label {
  color: #FF6200;
}
.checkbox-simple input:checked ~ label:before {
  content: "\e631";
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  display: none;
  position: absolute;
  margin: 5px;
  background-color: transparent;
  border: 1px solid transparent;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
  color: #DBDBDB;
}
.radio.disabled label:after,
.checkbox.disabled label:after,
fieldset[disabled] .radio label:after,
fieldset[disabled] .checkbox label:after {
  border-color: #DBDBDB;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 30px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 44px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 42px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 22px;
  border-radius: 6px;
}
select.input-sm {
  height: 42px;
  line-height: 42px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 42px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 22px;
  border-radius: 6px;
}
.form-group-sm select.form-control {
  height: 42px;
  line-height: 42px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 42px;
  min-height: 42px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 22px;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 72.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 58px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 502px;
  height: 502px;
  line-height: 502px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 42px;
  height: 42px;
  line-height: 42px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 35px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #848484;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 37px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
/*
.dropdown-filter {
  position: relative;
  background-color: @color-white;
  @media @only-xs {
    margin-bottom: (@grid-gutter-xs / 2);
  }
  .icon-tp_arrow_down;
  &:before {
    .icon-font;
    position: absolute;
    height: 100%;
    width: 40px;
    text-align: center;
    color: @color-gray-dark;
    background-color: @color-white;
    border-left: 1px solid @color-gray-light;
    line-height: @input-height-base;

    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
  }

  .form-control {
    display: block;
    width: 100%;
    // height: auto;
    // padding: 6px 15px 2px 15px;
    // border: @line-thin solid @TR-black;
    // border-radius: 0;

    //.text-style-button;
    // @input-border-focus: @color-theme;
    // .form-control-focus(@TP-blue);

    position: relative;
    // color: @TR-black;
    background-color: transparent;
  }

  // &.white {
  //   &:before {
  //     border-left: @line-thin solid @TR-white;
  //     border-right: @line-thin solid @TR-white;
  //   }
  //   .form-control {
  //     color: @TR-white !important;
  //     border-color: @TR-white !important;
  //   }
  //   option {
  //     color: @TR-black !important;
  //     background-color: @TR-white !important;
  //   }
  // }

}
*/
@-moz-document url-prefix() {
  .dropdown-filter {
    overflow: hidden;
  }
  .dropdown-filter .form-control {
    width: 110%;
  }
}
.ie9 .dropdown-filter {
  overflow: hidden;
}
.ie9 .dropdown-filter .form-control {
  width: 115%;
}
/*
 * Dream Starter Labels LESS
 */
.label {
  display: inline;
  padding: 5px 15px 7px;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 15px;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-white {
  background-color: #FFFFFF;
  color: #444444;
}
.label-white[href]:hover,
.label-white[href]:focus {
  background-color: #e6e6e6;
}
.label-white-gray {
  background-color: #F4F4F4;
  color: #444444;
}
.label-white-gray[href]:hover,
.label-white-gray[href]:focus {
  background-color: #dbdbdb;
}
.label-transparent {
  background-color: transparent;
  color: #444444;
}
.label-transparent[href]:hover,
.label-transparent[href]:focus {
  background-color: rgba(0, 0, 0, 0);
}
.label-tab {
  background-color: #F4F4F4;
  color: #444444;
}
.label-tab[href]:hover,
.label-tab[href]:focus {
  background-color: #dbdbdb;
}
/*
 * Dream Starter Thumbnails LESS
 */
.thumbnail {
  border-radius: 6px;
  overflow: hidden;
  background-color: #FFFFFF;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .thumbnail {
    border-radius: 8px;
  }
}
.thumbnail .image-container {
  overflow: hidden;
}
.thumbnail .image-container .image {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: none;
}
.thumbnail .image-container .image.ratio-4-3 {
  padding-top: 75%;
}
.thumbnail .image-container .image.ratio-16-9 {
  padding-top: 56.25%;
}
.thumbnail .image-container img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 100%;
  height: auto;
}
.thumbnail .image-container.with-play-icon {
  position: relative;
}
.thumbnail .image-container.with-play-icon:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Lash Addons =========== */
  position: relative;
  top: 1px;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  content: '\e604';
  font-size: 20px;
  color: #FFFFFF;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
  background-color: #525199;
  text-align: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: color 0.5s;
}
.thumbnail .image-container.with-play-icon:hover:after {
  color: #FF6200;
}
.thumbnail .content-container .text-container {
  padding: 20px 20px;
}
@media (min-width: 1024px) {
  .thumbnail .content-container .text-container {
    padding: 30px 30px;
  }
}
.thumbnail .content-container .text-container .inner-container {
  overflow: hidden;
  position: relative;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 767px) {
  .thumbnail .content-container .text-container .inner-container {
    padding-bottom: 0 !important;
  }
}
.thumbnail .content-container .text-container .title-cell a:hover,
.thumbnail .content-container .text-container .title-cell a:hover h3 {
  text-decoration: none;
  color: #FF6200;
}
.thumbnail .content-container .text-container .title-cell h3 {
  transition: color 0.3s;
}
.thumbnail .content-container .text-container .detail-cell p {
  margin-bottom: 0;
}
.thumbnail .content-container .text-container .btn-cell {
  margin-top: 25px;
  border-top: 1px solid #E2E2E2;
  padding-top: 25px;
}
.thumbnail .content-container .feature-container {
  background-color: #FFFFFF;
  padding: 20px 20px;
  padding-top: 0 !important;
}
@media (min-width: 1024px) {
  .thumbnail .content-container .feature-container {
    padding: 30px 30px;
  }
}
.thumbnail .content-container .feature-container.with-border {
  border-top: 1px solid #E2E2E2;
  padding-top: 10px !important;
}
@media (min-width: 1024px) {
  .thumbnail .content-container .feature-container.with-border {
    padding-top: 20px !important;
  }
}
@media (max-width: 767px) {
  .thumbnail .content-container .feature-container .funding-progress {
    margin-bottom: 55px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .thumbnail .content-container .feature-container .funding-progress {
    margin-bottom: 55px;
  }
}
@media (min-width: 1024px) {
  .thumbnail .content-container .feature-container .funding-progress {
    margin-bottom: 55px;
  }
}
@media (min-width: 1240px) {
  .thumbnail .content-container .feature-container .funding-progress {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .thumbnail.feature-style {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .thumbnail.feature-style.full-width {
    width: 100%;
  }
  .thumbnail.feature-style.full-height {
    height: 100%;
  }
}
@media (min-width: 768px) {
  .thumbnail.feature-style .image-container {
    display: table-cell;
    min-height: 1px;
    vertical-align: top !important;
    width: 30%;
  }
}
@media (min-width: 1024px) {
  .thumbnail.feature-style .image-container {
    width: 50%;
  }
}
.thumbnail.feature-style .image-container .image {
  padding-top: 80%;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .thumbnail.feature-style .image-container .image {
    padding-top: 180%;
  }
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .thumbnail.feature-style .image-container .image {
    padding-top: 90%;
  }
}
@media (min-width: 768px) {
  .thumbnail.feature-style .content-container {
    display: table-cell;
    min-height: 1px;
    vertical-align: middle !important;
    width: 70%;
    position: relative;
  }
}
@media (min-width: 1024px) {
  .thumbnail.feature-style .content-container {
    vertical-align: top !important;
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .thumbnail.feature-style .content-container .text-container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 40px 50px;
  }
}
@media (min-width: 1024px) {
  .thumbnail.feature-style .content-container .feature-container {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 40px 50px;
  }
}
@media (min-width: 768px) {
  .thumbnail.feature-style .content-container .feature-container .funding-progress {
    margin-bottom: 0 !important;
  }
}
.thumbnail.hero-style {
  border-radius: 0;
}
@media (max-width: 767px) {
  .thumbnail.hero-style {
    overflow: inherit;
  }
}
@media (min-width: 768px) {
  .thumbnail.hero-style {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .thumbnail.hero-style.full-width {
    width: 100%;
  }
  .thumbnail.hero-style.full-height {
    height: 100%;
  }
}
@media (min-width: 768px) {
  .thumbnail.hero-style .image-container,
  .thumbnail.hero-style .content-container {
    display: table-cell;
    min-height: 1px;
    vertical-align: middle !important;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .thumbnail.hero-style .image-container {
    border-radius: 0;
    margin-left: -20px;
    margin-right: -20px;
  }
}
.thumbnail.hero-style .image-container .image {
  padding-top: 80%;
}
@media (min-width: 768px) {
  .thumbnail.hero-style .image-container .image {
    border-radius: 12px;
  }
}
@media (min-width: 1024px) {
  .thumbnail.hero-style .image-container .image {
    border-radius: 16px;
  }
}
.thumbnail.hero-style .image-container .caption {
  padding-top: 10px;
  font-size: 12px;
  font-family: "ING Me Web Bold", sans-serif !important;
}
@media (max-width: 767px) {
  .thumbnail.hero-style .image-container .caption {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .thumbnail.hero-style .content-container .text-container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1024px) {
  .thumbnail.hero-style .content-container .text-container {
    padding: 40px 50px;
  }
}
.thumbnail.hero-style .content-container .text-container .detail-cell p + p {
  margin-top: 15px;
}
@media (max-width: 767px) {
  .thumbnail.hero-style .content-container .feature-container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1024px) {
  .thumbnail.hero-style .content-container .feature-container {
    padding: 40px 50px;
  }
}
@media (min-width: 768px) {
  .thumbnail.hero-style.reverse {
    direction: rtl !important;
  }
  .thumbnail.hero-style.reverse .image-container,
  .thumbnail.hero-style.reverse .content-container {
    direction: ltr !important;
  }
}
.thumbnail.news-style {
  border-radius: 0 !important;
  background-color: transparent;
}
.thumbnail.news-style .image-container {
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .thumbnail.news-style .image-container {
    border-radius: 8px;
  }
}
.thumbnail.news-style .content-container h5 {
  font-family: "ING Me Web Bold", sans-serif !important;
}
.thumbnail.news-style .content-container p {
  font-size: 12px;
  line-height: 22px;
}
.thumbnail.news-style,
.thumbnail.news-style h1,
.thumbnail.news-style h2,
.thumbnail.news-style h3,
.thumbnail.news-style h4,
.thumbnail.news-style h5,
.thumbnail.news-style h6,
.thumbnail.news-style p {
  color: #FFFFFF !important;
}
@media (min-width: 768px) {
  .thumbnail.marketing-style {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .thumbnail.marketing-style.full-width {
    width: 100%;
  }
  .thumbnail.marketing-style.full-height {
    height: 100%;
  }
}
@media (min-width: 768px) {
  .thumbnail.marketing-style .image-container,
  .thumbnail.marketing-style .content-container {
    display: table-cell;
    min-height: 1px;
    vertical-align: middle !important;
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 1024px) {
  .thumbnail.marketing-style .image-container,
  .thumbnail.marketing-style .content-container {
    padding-left: 13px;
    padding-right: 13px;
  }
}
@media (min-width: 1240px) {
  .thumbnail.marketing-style .image-container,
  .thumbnail.marketing-style .content-container {
    padding-left: 17px;
    padding-right: 17px;
  }
}
@media (max-width: 767px) {
  .thumbnail.marketing-style .content-container {
    text-align: center;
  }
}
.thumbnail.marketing-style .content-container .btn {
  margin-top: 15px;
}
.thumbnail.marketing-style .content-container .mobile-image-container {
  display: none !important;
  padding-top: 10px;
}
@media (max-width: 767px) {
  .thumbnail.marketing-style .content-container .mobile-image-container {
    display: block !important;
  }
  table.thumbnail.marketing-style .content-container .mobile-image-container {
    display: table !important;
  }
  tr.thumbnail.marketing-style .content-container .mobile-image-container {
    display: table-row !important;
  }
  th.thumbnail.marketing-style .content-container .mobile-image-container,
  td.thumbnail.marketing-style .content-container .mobile-image-container {
    display: table-cell !important;
  }
}
.thumbnail.marketing-style .content-container .mobile-image {
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 100%;
  height: auto;
}
.thumbnail.dynamic {
  transition: .4s;
  opacity: 0;
  -webkit-transform: scale(0.75) translate3d(0, 200px, 0);
  transform: scale(0.75) translate3d(0, 200px, 0);
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.thumbnail.dynamic.angular-grid-item {
  opacity: 1;
  -webkit-transform: scale(1) translate3d(0, 0, 0);
  transform: scale(1) translate3d(0, 0, 0);
}
.thumbnail.dynamic > .content-container {
  width: 100% !important;
}
/*
 * Dream Starter Components LESS
 */
.bg-white {
  background-color: #FFFFFF !important;
}
.bg-black {
  background-color: #000000 !important;
}
.bg-white-gray {
  background-color: #F4F4F4 !important;
}
.bg-cyan {
  background-color: #E7F2F8 !important;
}
.bg-orange {
  background-color: #FF6200 !important;
  color: #FFFFFF !important;
}
.bg-image-style {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}
.color-white {
  color: #FFFFFF;
}
a.color-white:hover,
a.color-white:focus {
  color: #e6e6e6;
}
.color-black {
  color: #444444;
}
a.color-black:hover,
a.color-black:focus {
  color: #2b2b2b;
}
.color-orange {
  color: #FF6200;
}
a.color-orange:hover,
a.color-orange:focus {
  color: #cc4e00;
}
.color-blue {
  color: #525199;
}
a.color-blue:hover,
a.color-blue:focus {
  color: #403f78;
}
.color-gray-light {
  color: #DBDBDB;
}
a.color-gray-light:hover,
a.color-gray-light:focus {
  color: #c2c2c2;
}
.color-red {
  color: #D0021B;
}
a.color-red:hover,
a.color-red:focus {
  color: #9d0214;
}
.symbol-title {
  position: relative;
}
@media (max-width: 767px) {
  .symbol-title {
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .symbol-title .symbol {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .symbol-title .symbol {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.symbol-title .symbol > svg {
  fill: #444444;
  stroke: #444444;
}
@media (max-width: 767px) {
  .symbol-title .symbol > svg {
    width: 50px;
    height: 50px;
  }
}
@media (min-width: 768px) {
  .symbol-title .symbol > svg {
    position: absolute;
    left: 0;
  }
}
.symbol-title.symbol-orange .symbol > svg {
  fill: #FF6200;
  stroke: #FF6200;
}
.symbol-title.symbol-blue .symbol > svg {
  fill: #525199;
  stroke: #525199;
}
@media (min-width: 768px) {
  .symbol-title.size-h3 {
    padding-left: 35.2px;
  }
}
@media (min-width: 1024px) {
  .symbol-title.size-h3 {
    padding-left: 38.4px;
  }
}
@media (min-width: 768px) {
  .symbol-title.size-h3 .symbol > svg {
    top: 3.4px;
    width: 27.2px;
    height: 27.2px;
  }
}
@media (min-width: 1024px) {
  .symbol-title.size-h3 .symbol > svg {
    top: 3.8px;
    width: 30.4px;
    height: 30.4px;
  }
}
@media (max-width: 767px) {
  .circle-number-title {
    position: relative;
    padding-left: 70px;
    min-height: 50px;
  }
}
.circle-number-title .number {
  border-radius: 50%;
  display: block;
  background-color: #FFFFFF;
  color: #FF6200;
  text-align: center;
}
@media (max-width: 767px) {
  .circle-number-title .number {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .circle-number-title .number {
    position: relative;
    margin-bottom: 10px;
    width: 52px;
    height: 52px;
    line-height: 52px;
    font-size: 20px;
  }
}
.circle-number-title .title {
  color: #FF6200;
}
a.circle-number-title .title:hover,
a.circle-number-title .title:focus {
  color: #cc4e00;
}
.stat-content {
  padding-left: 60px;
  position: relative;
}
.stat-content .symbol {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
  left: 0;
  margin: auto;
}
.stat-content .symbol > svg {
  width: 50px;
  height: 50px;
  fill: #FF6200;
  stroke: #FF6200;
}
.stat-content .content h3,
.stat-content .content p {
  margin-bottom: 0;
}
.stat-content .content p {
  font-size: 12px;
  line-height: 22px;
}
@media (max-width: 767px) {
  .stat-content .content p {
    line-height: 1;
  }
}
@media (min-width: 768px) {
  .stat-content .content p {
    line-height: 1.2 !important;
  }
}
@media (min-width: 1240px) {
  .stat-content .content p {
    font-size: 14px;
    line-height: 1.78571429;
  }
}
.symbol-content {
  position: relative;
}
@media (min-width: 768px) {
  .symbol-content {
    padding: 20px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .symbol-content .symbol {
    position: absolute;
    top: 10px;
    left: 0;
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 768px) {
  .symbol-content .symbol {
    margin-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  .symbol-content .symbol {
    margin-bottom: 20px;
  }
}
.symbol-content .symbol > svg {
  fill: #FF6200;
  stroke: #FF6200;
  width: 40px;
  height: 40px;
}
@media (min-width: 768px) {
  .symbol-content .symbol > svg {
    width: 60px;
    height: 60px;
  }
}
@media (min-width: 1024px) {
  .symbol-content .symbol > svg {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 767px) {
  .symbol-content .content {
    padding-left: 60px;
  }
}
@media (max-width: 767px) {
  .symbol-content .content h3 {
    margin-bottom: 0;
  }
}
.symbol-content .content p {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .symbol-content .content p {
    font-size: 12px;
    line-height: 22px;
  }
}
.symbol-circle {
  position: relative;
  border-radius: 50%;
  background-color: #FFFFFF;
}
@media (max-width: 767px) {
  .symbol-circle {
    width: 120px;
    height: 120px;
  }
}
@media (min-width: 768px) {
  .symbol-circle {
    width: 100%;
    padding-top: 100%;
    max-width: 166px;
  }
}
@media (min-width: 1024px) {
  .symbol-circle {
    max-width: 226px;
  }
}
@media (min-width: 1240px) {
  .symbol-circle {
    max-width: 272px;
  }
}
.symbol-circle > svg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  width: 40%;
  height: 40%;
  fill: #FF6200;
  stroke: #FF6200;
}
.quote-block {
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 1024px) {
  .quote-block {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.quote-block:before,
.quote-block:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Lash Addons =========== */
  position: relative;
  top: 1px;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  color: #FF6200;
  font-size: 18px;
  line-height: 24px;
  height: 24px;
  width: 24px;
}
@media (min-width: 768px) {
  .quote-block:before,
  .quote-block:after {
    font-size: 18px;
    line-height: 24px;
    height: 24px;
    width: 24px;
  }
}
@media (min-width: 1024px) {
  .quote-block:before,
  .quote-block:after {
    font-size: 22px;
    line-height: 34px;
    height: 34px;
    width: 34px;
  }
}
.quote-block:before {
  content: '\e904';
  left: 0;
}
.quote-block:after {
  content: '\e903';
  right: 0;
}
.quote-block h4 {
  line-height: 28px;
}
@media (min-width: 768px) {
  .quote-block h4 {
    line-height: 29px;
  }
}
@media (min-width: 1024px) {
  .quote-block h4 {
    line-height: 44px;
  }
}
.funding-progress {
  font-size: 14px;
  line-height: 18px;
}
.funding-progress .value-container {
  margin-bottom: 10px;
}
.funding-progress .value-container:before,
.funding-progress .value-container:after {
  content: " ";
  display: table;
}
.funding-progress .value-container:after {
  clear: both;
}
.funding-progress .value-container:before,
.funding-progress .value-container:after {
  content: " ";
  display: table;
}
.funding-progress .value-container:after {
  clear: both;
}
.funding-progress .value-container .value-current {
  float: left !important;
  width: 50%;
  text-align: left;
}
.funding-progress .value-container .value-goal {
  float: left !important;
  width: 50%;
  text-align: right;
}
.funding-progress .progress-bar {
  width: 100%;
  height: 9px;
  background-color: #E2E2E2;
  position: relative;
  margin-bottom: 60px;
}
.funding-progress .progress-bar .progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #FF6200;
}
.funding-progress .progress-bar .marker {
  position: absolute;
  margin-left: -25%;
  width: 50%;
  height: 1px;
  bottom: -5px;
  left: 0;
  text-align: center;
}
.funding-progress .progress-bar.btn-less {
  margin-bottom: 40px;
}
.three-steps {
  position: relative;
  height: 65px;
  z-index: 0;
}
@media (min-width: 768px) {
  .three-steps {
    height: 70px;
  }
}
.three-steps:before,
.three-steps:after {
  content: '';
  z-index: -1;
  position: absolute;
  width: 50%;
  height: 1px;
  background-color: #999999;
  bottom: 18px;
  margin: auto;
}
.three-steps:before {
  left: 0;
}
.three-steps:after {
  left: 50%;
}
.three-steps .title {
  font-size: 12px;
  font-family: "ING Me Web Bold", sans-serif !important;
  text-align: center;
}
@media (min-width: 768px) {
  .three-steps .title {
    font-size: 14px;
  }
}
.three-steps .step {
  position: absolute;
  height: 100%;
  width: 120px;
  bottom: 0;
  z-index: 0;
}
@media (min-width: 768px) {
  .three-steps .step {
    width: 200px;
  }
}
.three-steps .step.left {
  left: -60px;
}
.three-steps .step.right {
  right: -60px;
}
.three-steps .step.center {
  left: 0;
  right: 0;
  margin: auto;
}
@media (min-width: 768px) {
  .three-steps .step.left {
    left: -100px;
  }
  .three-steps .step.right {
    right: -100px;
  }
}
.three-steps .step:after {
  content: '';
  position: absolute;
  width: 50%;
  height: 1px;
  bottom: 18px;
  right: 0;
  background-color: transparent;
  z-index: -1;
}
.three-steps .step .dot {
  position: absolute;
  width: 36px;
  height: 36px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.three-steps .step .dot:before {
  content: '';
  z-index: 0;
  position: absolute;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: transparent;
}
.three-steps .step .dot:after {
  content: '';
  z-index: 0;
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #999999;
}
.three-steps.step-0 .step.left:after {
  background-color: #FF6200;
}
.three-steps.step-0 .step.left .dot:before {
  background-color: #FFFFFF;
}
.three-steps.step-0 .step.left .dot:after {
  background-color: #FF6200;
}
.three-steps.step-0 .step.left .title {
  color: #FF6200;
}
.three-steps.step-1:before {
  background-color: #FF6200;
}
.three-steps.step-1 .step.left .dot:after {
  background-color: #FF6200;
}
.three-steps.step-1 .step.center:after {
  background-color: #FF6200;
}
.three-steps.step-1 .step.center .dot:before {
  background-color: #FFFFFF;
}
.three-steps.step-1 .step.center .dot:after {
  background-color: #FF6200;
}
.three-steps.step-1 .step.left .title {
  color: #FF6200;
}
.three-steps.step-1 .step.center .title {
  color: #FF6200;
}
.three-steps.step-2:before {
  background-color: #FF6200;
}
.three-steps.step-2:after {
  background-color: #FF6200;
}
.three-steps.step-2 .step.left .dot:after {
  background-color: #FF6200;
}
.three-steps.step-2 .step.center .dot:after {
  background-color: #FF6200;
}
.three-steps.step-2 .step.right .dot:before {
  background-color: #FFFFFF;
}
.three-steps.step-2 .step.right .dot:after {
  background-color: #FF6200;
}
.three-steps.step-2 .step.left .title {
  color: #FF6200;
}
.three-steps.step-2 .step.center .title {
  color: #FF6200;
}
.three-steps.step-2 .step.right .title {
  color: #FF6200;
}
.content-divider {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 0;
  width: 100%;
  height: 0;
  border: none;
  border-top: 1px solid #DBDBDB;
}
.number-list-style {
  padding-left: 25px;
}
.number-list-style > li {
  list-style-type: decimal;
  list-style-position: outside;
}
.number-list-style.alpha > li {
  list-style-type: lower-alpha;
}
.number-list-style.roman > li {
  list-style-type: lower-roman;
}
.number-list-style > li + li {
  margin-top: 10px;
}
.number-list-style > li > ul,
.number-list-style > li > ol {
  margin-top: 10px;
}
.symbol-list-style {
  padding-left: 25px;
}
.symbol-list-style > li {
  list-style-position: outside;
  position: relative;
}
.symbol-list-style > li:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Lash Addons =========== */
  position: relative;
  top: 1px;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 1.78571429;
  position: absolute;
  top: 0;
  left: -25px;
}
@media (min-width: 768px) {
  .symbol-list-style > li:before {
    font-size: 14px;
  }
}
@media (min-width: 1024px) {
  .symbol-list-style > li:before {
    font-size: 16px;
  }
}
.symbol-list-style > li + li {
  margin-top: 10px;
}
.symbol-list-style > li > ul,
.symbol-list-style > li > ol {
  margin-top: 10px;
}
.symbol-list-style.symbol-check > li:before {
  content: "\e60e";
}
.symbol-list-style.symbol-dot > li:before {
  content: "\e906";
}
.symbol-list-style.symbol-disc > li:before {
  content: "\00b0";
}
.symbol-list-style.symbol-green > li:before {
  color: #2FA268;
}
.symbol-list-style.symbol-orange > li:before {
  color: #FF6200;
}
.symbol-list-style.small-text > li {
  font-size: 12px;
  line-height: 22px;
}
.symbol-list-style.small-text > li:before {
  font-size: 12px !important;
}
.symbol-list-style.small-text > li + li {
  margin-top: 0;
}
.link-white,
.link-white span {
  color: #FFFFFF !important;
}
.link-white:hover,
.link-white:focus {
  text-decoration: underline;
}
.no-margin-top {
  margin-top: 0 !important;
}
.no-margin-bottom {
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .no-margin-bottom-xs {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 768px) {
  .no-margin-top-sm {
    margin-top: 0 !important;
  }
  .no-margin-bottom-sm {
    margin-bottom: 0 !important;
  }
}
.no-padding-top {
  padding-top: 0 !important;
}
.no-padding-bottom {
  padding-bottom: 0 !important;
}
@media (max-width: 767px) {
  .no-padding-top-xs {
    padding-top: 0 !important;
  }
}
@media (max-width: 767px) {
  .page-bottom-padding {
    padding-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .page-bottom-padding {
    padding-bottom: 80px;
  }
}
.margin-top-small {
  margin-top: 10px;
}
.margin-bottom-small {
  margin-bottom: 10px;
}
.margin-top {
  margin-top: 20px;
}
.margin-bottom {
  margin-bottom: 20px;
}
.margin-top-large {
  margin-top: 40px;
}
.margin-bottom-large {
  margin-bottom: 40px !important;
}
.padding-top-small {
  padding-top: 10px;
}
.padding-bottom-small {
  padding-bottom: 10px;
}
.padding-top {
  padding-top: 20px;
}
.padding-bottom {
  padding-bottom: 20px;
}
.padding-top-large {
  padding-top: 40px;
}
.padding-bottom-large {
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .margin-top-xs {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .margin-bottom-xs {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .margin-bottom-sm {
    margin-bottom: 20px;
  }
}
.link-style {
  transition: color 0.3s;
  color: #FF6200 !important;
}
.link-style:hover {
  cursor: pointer;
  color: #FF6200 !important;
  text-decoration: underline;
}
.popup-video {
  text-decoration: none !important;
}
.popup-video .icon-font {
  transition: color 0.3s;
}
.popup-video:hover .icon-font {
  color: #FF6200 !important;
}
.popup-video:focus {
  outline: 0;
}
.acc-hidden {
  position: absolute;
  z-index: 9999;
  left: -99999px;
  top: -99999px;
}
.row.small-gap {
  margin-left: -10px;
  margin-right: -10px;
}
[class*='col-'].small-gap {
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .pull-left-from-sm {
    float: left !important;
  }
}
@media (min-width: 768px) {
  .pull-right-from-sm {
    float: right !important;
  }
}
.full-size-image-bg {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
}
.round-corner-image {
  border-radius: 8px;
  max-width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.table.form-style {
  border: none !important;
}
.table.form-style > thead {
  background-color: #222222;
  color: #FFFFFF;
}
.table.form-style > thead > tr > th,
.table.form-style > tbody > tr > th,
.table.form-style > tfoot > tr > th,
.table.form-style > thead > tr > td,
.table.form-style > tbody > tr > td,
.table.form-style > tfoot > tr > td {
  border: none !important;
}
.table.form-style > thead > tr > th,
.table.form-style > thead > tr > td {
  border-bottom-width: 2px;
}
.table.form-style > tbody > tr {
  background-color: #F4F4F4 !important;
}
.table.form-style th[scope="row"] {
  width: 30%;
}
.table.form-style td {
  vertical-align: middle;
  padding: 10px 0;
}
.table.form-style td.main-cell {
  width: 50%;
}
.table.form-style td.sub-cell {
  width: 25%;
}
.table.form-style td + td {
  padding-left: 10px;
}
@media (min-width: 768px) {
  .table.form-style td + td {
    padding-left: 20px;
  }
}
@media (min-width: 1024px) {
  .table.form-style td + td {
    padding-left: 30px;
  }
}
.table.form-style tr {
  border-bottom: 1px solid #999999;
}
.table.form-style tr:first-child {
  border-top: 1px solid #999999;
}
@media (max-width: 767px) {
  .block-overlap-bottom-padding {
    padding-bottom: 41px;
  }
}
@media (min-width: 768px) {
  .block-overlap-bottom-padding {
    padding-bottom: 41px;
  }
}
@media (max-width: 767px) {
  .block-overlap-top-margin {
    margin-top: -41px;
  }
}
@media (min-width: 768px) {
  .block-overlap-top-margin {
    margin-top: -41px;
  }
}
.border-top {
  border-top: 1px solid #E2E2E2;
}
.border-bottom {
  border-bottom: 1px solid #E2E2E2;
}
@media (min-width: 768px) {
  .border-left-sm {
    border-left: 1px solid #E2E2E2;
  }
}
.padding-box {
  border-radius: 8px;
  padding: 20px;
}
@media (min-width: 768px) {
  .padding-box {
    padding: 20px 30px;
  }
}
@media (min-width: 1024px) {
  .padding-box {
    padding: 20px 40px;
  }
}
.richtext-style img,
.richtext-style ul {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .richtext-style img,
  .richtext-style ul {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.richtext-style img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.richtext-style ul {
  padding-left: 20px;
}
.richtext-style ul li {
  list-style: disc;
}
.loader-container {
  overflow: hidden;
}
.loader {
  font-size: 10px;
  margin: auto;
  text-indent: -9999em;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #FF6200;
  background: linear-gradient(to right, #FF6200 10%, rgba(255, 255, 255, 0) 42%);
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.loader:before {
  width: 50%;
  height: 50%;
  background: #FF6200;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}
.loader:after {
  background: #FFFFFF;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*
 * Dream Starter Sections LESS
 */
.section-simple.with-overlap-story {
  position: relative;
}
.section-generic {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .section-generic {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .section-generic {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.section-generic .container {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .section-generic .title-container {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .section-generic .title-container {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin-bottom: 40px;
  }
  .section-generic .title-container.full-width {
    width: 100%;
  }
  .section-generic .title-container.full-height {
    height: 100%;
  }
}
@media (max-width: 767px) {
  .section-generic .title-container.small-margin {
    margin-top: -10px;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .section-generic .title-container.small-margin {
    margin-top: -20px;
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .section-generic .title-container .title-cell {
    display: table-cell;
    min-height: 1px;
    vertical-align: bottom !important;
  }
}
.section-generic .title-container .title-cell h2 {
  color: #FF6200;
}
a.section-generic .title-container .title-cell h2:hover,
a.section-generic .title-container .title-cell h2:focus {
  color: #cc4e00;
}
@media (min-width: 768px) {
  .section-generic .title-container .title-cell h2 {
    margin-bottom: 0;
  }
}
.section-generic .title-container .title-cell h5 {
  font-family: "ING Me Web Bold", sans-serif !important;
}
@media (min-width: 768px) {
  .section-generic .title-container .title-cell h5 {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .section-generic .title-container .extra-cell {
    display: table-cell;
    min-height: 1px;
    vertical-align: bottom !important;
    text-align: right;
  }
}
@media (min-width: 1024px) {
  .section-generic.no-title-style {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (min-width: 768px) {
  .section-project-detail {
    position: relative;
  }
}
.section-project-detail .layout-container {
  position: relative;
  z-index: 0;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section-project-detail .layout-container:before {
    content: '';
    z-index: -1;
    position: absolute;
    height: 100%;
    width: 50%;
    top: 0;
    right: 0;
    background-color: #E7F2F8 !important;
  }
}
@media (min-width: 768px) {
  .section-project-detail {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .section-project-detail.full-width {
    width: 100%;
  }
  .section-project-detail.full-height {
    height: 100%;
  }
}
@media (min-width: 768px) {
  .section-project-detail .content-row {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .section-project-detail .content-row.full-width {
    width: 100%;
  }
  .section-project-detail .content-row.full-height {
    height: 100%;
  }
}
@media (min-width: 768px) {
  .section-project-detail .content-side,
  .section-project-detail .info-side {
    padding: 30px 0;
  }
}
@media (min-width: 1024px) {
  .section-project-detail .content-side,
  .section-project-detail .info-side {
    padding: 40px 0;
  }
}
@media (min-width: 1240px) {
  .section-project-detail .content-side,
  .section-project-detail .info-side {
    padding: 60px 0;
  }
}
@media (min-width: 768px) {
  .section-project-detail .content-side {
    display: table-cell;
    min-height: 1px;
    vertical-align: top !important;
    width: 70%;
    background-color: #FFFFFF !important;
    padding-right: 20px;
  }
}
@media (min-width: 1024px) {
  .section-project-detail .content-side {
    padding-right: 24px;
  }
}
@media (min-width: 1240px) {
  .section-project-detail .content-side {
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .section-project-detail .info-side {
    background-color: #E7F2F8 !important;
    margin-left: -20px;
    marign-right: -20px;
    padding: 40px 20px 20px;
  }
}
@media (min-width: 768px) {
  .section-project-detail .info-side {
    display: table-cell;
    min-height: 1px;
    vertical-align: top !important;
    width: 30%;
    padding-left: 20px;
  }
}
@media (min-width: 1024px) {
  .section-project-detail .info-side {
    background-color: #E7F2F8 !important;
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 1240px) {
  .section-project-detail .info-side {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1024px) {
  .section-story-detail {
    position: relative;
  }
  .section-story-detail:before,
  .section-story-detail:after {
    content: " ";
    display: table;
  }
  .section-story-detail:after {
    clear: both;
  }
  .section-story-detail:before,
  .section-story-detail:after {
    content: " ";
    display: table;
  }
  .section-story-detail:after {
    clear: both;
  }
}
@media (min-width: 1024px) {
  .section-story-detail .overview-side {
    float: left !important;
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .section-story-detail .overview-side .content-wrapper {
    position: absolute;
    width: 100%;
    right: 0;
    bottom: 0;
    background-color: #FFFFFF;
  }
}
@media (min-width: 1024px) {
  .section-story-detail .overview-side .content-container {
    padding-top: 30px;
  }
}
@media (min-width: 1240px) {
  .section-story-detail .overview-side .content-container {
    padding-top: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section-story-detail .overview-side .inner-container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 1024px) {
  .section-story-detail .overview-side .inner-container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1240px) {
  .section-story-detail .overview-side .inner-container {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 1024px) {
  .section-story-detail .detail-side {
    float: right !important;
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section-story-detail .detail-side .content-container {
    width: 100%;
  }
}
@media (min-width: 1024px) {
}
@media (min-width: 1240px) {
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section-story-detail .detail-side .inner-container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 1024px) {
  .section-story-detail .detail-side .inner-container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1240px) {
  .section-story-detail .detail-side .inner-container {
    padding-left: 50px;
    padding-right: 50px;
  }
}
/*
 * Dream Starter Modules LESS
 */
.DS-body {
  background-color: #F4F4F4;
}
.module-tab-header {
  overflow: hidden;
  background-color: #FFFFFF;
  height: 76px;
}
@media (min-width: 768px) {
  .module-tab-header {
    height: 112px;
  }
}
@media (min-width: 1024px) {
  .module-tab-header {
    height: 120px;
  }
}
.module-tab-header .tab-header-list {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  background-color: #FFFFFF;
}
.module-tab-header .tab-header-list.full-width {
  width: 100%;
}
.module-tab-header .tab-header-list.full-height {
  height: 100%;
}
.module-tab-header .tab-header-list.column-3 .tab-header-cell {
  width: 33.33333333%;
}
.module-tab-header .tab-header-list.column-4 .tab-header-cell {
  width: 25%;
}
.module-tab-header .tab-header-list.column-5 .tab-header-cell {
  width: 20%;
}
.module-tab-header .tab-header-cell {
  display: table-cell;
  min-height: 1px;
  position: relative;
}
.module-tab-header .tab-header-cell.active .tab-header {
  border-bottom-color: #FF6200;
}
.module-tab-header .tab-header-cell > a {
  display: block;
}
.module-tab-header .tab-header-cell > a:hover {
  text-decoration: none;
  cursor: pointer;
}
.module-tab-header .tab-header-cell > a:hover h6 {
  color: #FF6200;
}
.module-tab-header .tab-header-cell + .tab-header-cell:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 60%;
  width: 1px;
  background: #E2E2E2;
}
.module-tab-header .tab-header {
  position: relative;
  border-bottom-width: 5px;
  border-bottom-color: transparent;
  border-bottom-style: solid;
  padding-top: 10px;
  transition: border-bottom-color 0.3s;
}
@media (min-width: 768px) {
  .module-tab-header .tab-header {
    padding-top: 20px;
    border-bottom-width: 9px;
  }
}
.module-tab-header .tab-header .tab-symbol {
  text-align: center;
}
.module-tab-header .tab-header .tab-symbol svg {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 24px;
  height: 24px;
  margin-bottom: 10px;
  fill: #FF6200;
  stroke: #FF6200;
}
@media (min-width: 768px) {
  .module-tab-header .tab-header .tab-symbol svg {
    width: 45px;
    height: 45px;
  }
}
.module-tab-header .tab-header .tab-title h6 {
  font-family: "ING Me Web Bold", sans-serif !important;
  text-align: center;
  transition: color 0.3s;
}
.module-tab-content {
  background-color: #F4F4F4 !important;
  border-radius: 8px;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .module-tab-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .module-tab-content {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 1024px) {
  .module-tab-content {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 1240px) {
  .module-tab-content {
    padding-top: 70px;
  }
}
.module-key-stats {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .module-key-stats {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .module-key-stats.full-width {
    width: 100%;
  }
  .module-key-stats.full-height {
    height: 100%;
  }
}
@media (min-width: 1024px) {
  .module-key-stats {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .module-key-stats .title-container h3 {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .module-key-stats .title-container {
    display: table-cell;
    min-height: 1px;
    vertical-align: middle !important;
    width: 25%;
  }
}
@media (min-width: 1024px) {
  .module-key-stats .title-container {
    width: 15%;
  }
}
@media (min-width: 1240px) {
  .module-key-stats .title-container {
    width: 20%;
  }
}
@media (min-width: 768px) {
  .module-key-stats .content-container {
    display: table-cell;
    min-height: 1px;
    vertical-align: middle !important;
    width: 75%;
  }
}
@media (min-width: 1024px) {
  .module-key-stats .content-container {
    width: 80%;
  }
}
@media (max-width: 1023px) {
  .module-key-stats .content-container .stat-container {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.module-key-infos {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.module-key-infos.full-width {
  width: 100%;
}
.module-key-infos.full-height {
  height: 100%;
}
.module-key-infos .info-cell {
  display: table-cell;
  min-height: 1px;
  vertical-align: top !important;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  background-color: transparent;
  transition: background-color 0.3s;
}
.module-key-infos .info-cell + .info-cell {
  border-left: 1px solid #E2E2E2;
}
.module-key-infos .info-cell:hover {
  background-color: #E2E2E2;
  cursor: default;
}
.module-key-infos .info-cell h3,
.module-key-infos .info-cell h4 {
  margin-bottom: 0 !important;
  color: #FF6200;
}
a.module-key-infos .info-cell h3:hover,
a.module-key-infos .info-cell h4:hover,
a.module-key-infos .info-cell h3:focus,
a.module-key-infos .info-cell h4:focus {
  color: #cc4e00;
}
.module-key-infos .info-cell p {
  margin-bottom: 0 !important;
  font-size: 12px;
  line-height: 22px;
}
@media (min-width: 1024px) {
  .module-key-infos .info-cell .pledged-amount {
    font-size: 20px;
  }
}
.module-circle-symbol-content-list {
  padding-top: 20px;
}
@media (min-width: 768px) {
  .module-circle-symbol-content-list {
    padding-top: 30px;
  }
}
@media (min-width: 1024px) {
  .module-circle-symbol-content-list {
    padding-top: 40px;
  }
}
.module-circle-symbol-content-list .col-sm-3 + .col-sm-3 .symbol-content-container,
.module-circle-symbol-content-list .col-sm-five + .col-sm-five .symbol-content-container {
  position: relative;
  z-index: 0;
}
@media (max-width: 767px) {
  .module-circle-symbol-content-list .col-sm-3 + .col-sm-3 .symbol-content-container,
  .module-circle-symbol-content-list .col-sm-five + .col-sm-five .symbol-content-container {
    margin-top: 30px;
    padding-top: 20px;
  }
  .module-circle-symbol-content-list .col-sm-3 + .col-sm-3 .symbol-content-container:before,
  .module-circle-symbol-content-list .col-sm-five + .col-sm-five .symbol-content-container:before {
    content: '';
    position: absolute;
    z-index: -1;
    bottom: 100%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    height: 30px;
    width: 0;
    border-left: 5px dotted #999999;
  }
}
@media (min-width: 768px) {
  .module-circle-symbol-content-list .col-sm-3 + .col-sm-3 .symbol-circle:before,
  .module-circle-symbol-content-list .col-sm-five + .col-sm-five .symbol-circle:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 50%;
    right: 100%;
    height: 0;
    width: 20px;
    border-top: 5px dotted #999999;
  }
}
@media (min-width: 1024px) {
  .module-circle-symbol-content-list .col-sm-3 + .col-sm-3 .symbol-circle:before,
  .module-circle-symbol-content-list .col-sm-five + .col-sm-five .symbol-circle:before {
    top: 50%;
    width: 26px;
  }
}
@media (min-width: 1240px) {
  .module-circle-symbol-content-list .col-sm-3 + .col-sm-3 .symbol-circle:before,
  .module-circle-symbol-content-list .col-sm-five + .col-sm-five .symbol-circle:before {
    top: 50%;
    width: 34px;
  }
}
@media (max-width: 767px) {
  .module-circle-symbol-content-list .symbol-content-container {
    padding-bottom: 1px;
  }
}
.module-circle-symbol-content-list .symbol-content-container .symbol-circle {
  margin-bottom: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1024px) {
  .module-circle-symbol-content-list .symbol-content-container .symbol-circle {
    margin-bottom: 30px;
  }
}
.module-circle-symbol-content-list .symbol-content-container .content-container {
  text-align: center;
}
@media (min-width: 768px) {
  .module-circle-symbol-content-list .symbol-content-container .content-container {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .module-symbol-content-list {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .module-symbol-content-list.full-width {
    width: 100%;
  }
  .module-symbol-content-list.full-height {
    height: 100%;
  }
}
@media (max-width: 767px) {
  .module-symbol-content-list .symbol-content-container {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .module-symbol-content-list .symbol-content-container {
    display: table-cell;
    min-height: 1px;
    vertical-align: top !important;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 1024px) {
  .module-symbol-content-list .symbol-content-container {
    padding-left: 13px;
    padding-right: 13px;
  }
}
@media (min-width: 1240px) {
  .module-symbol-content-list .symbol-content-container {
    padding-left: 17px;
    padding-right: 17px;
  }
}
@media (max-width: 767px) {
  .module-symbol-content-list .symbol-content-container + .symbol-content-container {
    border-top: 1px solid #E2E2E2;
  }
}
@media (min-width: 768px) {
  .module-symbol-content-list .symbol-content-container + .symbol-content-container {
    position: relative;
  }
  .module-symbol-content-list .symbol-content-container + .symbol-content-container:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 80%;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: #E2E2E2;
  }
}
.module-hero-slider,
.module-story-slider,
.module-hero {
  overflow: hidden;
}
@media (min-width: 768px) {
  .module-hero-slider .slick-container,
  .module-story-slider .slick-container,
  .module-hero .slick-container,
  .module-hero-slider .slick-list,
  .module-story-slider .slick-list,
  .module-hero .slick-list,
  .module-hero-slider .slick-slide,
  .module-story-slider .slick-slide,
  .module-hero .slick-slide {
    position: relative;
    height: 100% !important;
    width: 100%;
  }
}
.module-hero-slider .slick-container .slick-track,
.module-story-slider .slick-container .slick-track,
.module-hero .slick-container .slick-track {
  height: 100%;
}
@media (max-width: 767px) {
  .module-hero-slider .slick-prev,
  .module-story-slider .slick-prev,
  .module-hero .slick-prev,
  .module-hero-slider .slick-next,
  .module-story-slider .slick-next,
  .module-hero .slick-next {
    display: none !important;
  }
}
.module-hero-slider .slick-dots,
.module-story-slider .slick-dots,
.module-hero .slick-dots {
  bottom: 20px;
}
@media (min-width: 768px) {
  .module-hero-slider .slick-dots,
  .module-story-slider .slick-dots,
  .module-hero .slick-dots {
    bottom: 30px;
  }
}
@media (max-width: 767px) {
  .module-hero-slider .slick-dots li button,
  .module-story-slider .slick-dots li button,
  .module-hero .slick-dots li button {
    border: 1px solid #FFFFFF;
  }
}
.module-hero-slider,
.module-story-slider,
.module-hero,
.module-hero-slider .slide-container,
.module-story-slider .slide-container,
.module-hero .slide-container {
  position: relative;
  height: auto;
  width: 100%;
}
@media (min-width: 768px) {
  .module-hero-slider,
  .module-story-slider,
  .module-hero,
  .module-hero-slider .slide-container,
  .module-story-slider .slide-container,
  .module-hero .slide-container {
    height: 330px;
  }
}
@media (min-width: 1024px) {
  .module-hero-slider,
  .module-story-slider,
  .module-hero,
  .module-hero-slider .slide-container,
  .module-story-slider .slide-container,
  .module-hero .slide-container {
    height: 600px;
  }
}
@media (max-width: 767px) {
  .module-hero-slider .image-container,
  .module-story-slider .image-container,
  .module-hero .image-container {
    position: relative;
  }
}
@media (min-width: 768px) {
  .module-hero-slider .image-container,
  .module-story-slider .image-container,
  .module-hero .image-container {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .module-hero-slider .image-container .image,
  .module-story-slider .image-container .image,
  .module-hero .image-container .image {
    padding-top: 75%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media (min-width: 768px) {
  .module-hero-slider .image-container .image,
  .module-story-slider .image-container .image,
  .module-hero .image-container .image {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media (min-width: 1240px) {
  .module-hero-slider .image-container .image.wide-style,
  .module-story-slider .image-container .image.wide-style,
  .module-hero .image-container .image.wide-style {
    background-size: auto;
  }
}
@media (max-width: 767px) {
  .module-hero-slider .image-container .btn-play,
  .module-story-slider .image-container .btn-play,
  .module-hero .image-container .btn-play {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
}
@media (min-width: 768px) {
  .module-hero-slider .image-container .btn-play,
  .module-story-slider .image-container .btn-play,
  .module-hero .image-container .btn-play {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .module-hero-slider .content-container,
  .module-story-slider .content-container,
  .module-hero .content-container {
    position: relative;
    height: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .module-hero-slider .content-container .container h5.color-white,
  .module-story-slider .content-container .container h5.color-white,
  .module-hero .content-container .container h5.color-white {
    width: 75%;
  }
}
@media (min-width: 768px) {
  .module-hero-slider .content-container .container,
  .module-story-slider .content-container .container,
  .module-hero .content-container .container {
    position: relative;
    height: 100%;
  }
}
.module-hero-slider .content-container .reference-viewer,
.module-story-slider .content-container .reference-viewer,
.module-hero .content-container .reference-viewer {
  font-size: 12px;
  line-height: 22px;
  font-family: "ING Me Web Bold", sans-serif !important;
  position: absolute;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  padding: 10px 20px;
  background-color: #FFFFFF;
  bottom: 0;
  right: 10px;
}
@media (max-width: 767px) {
  .module-hero-slider .content-container .reference-viewer,
  .module-story-slider .content-container .reference-viewer,
  .module-hero .content-container .reference-viewer {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .module-hero-slider .content-container .reference-viewer,
  .module-story-slider .content-container .reference-viewer,
  .module-hero .content-container .reference-viewer {
    right: 13px;
  }
}
@media (min-width: 1240px) {
  .module-hero-slider .content-container .reference-viewer,
  .module-story-slider .content-container .reference-viewer,
  .module-hero .content-container .reference-viewer {
    right: 17px;
  }
}
@media (min-width: 768px) {
  .module-hero-slider .content-container .content-row,
  .module-story-slider .content-container .content-row,
  .module-hero .content-container .content-row {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
  }
  .module-hero-slider .content-container .content-row.full-width,
  .module-story-slider .content-container .content-row.full-width,
  .module-hero .content-container .content-row.full-width {
    width: 100%;
  }
  .module-hero-slider .content-container .content-row.full-height,
  .module-story-slider .content-container .content-row.full-height,
  .module-hero .content-container .content-row.full-height {
    height: 100%;
  }
}
@media (min-width: 768px) {
  .module-hero-slider .content-container .content-row.half-width,
  .module-story-slider .content-container .content-row.half-width,
  .module-hero .content-container .content-row.half-width {
    margin-left: 0;
    width: 70%;
  }
}
@media (min-width: 1024px) {
  .module-hero-slider .content-container .content-row.half-width,
  .module-story-slider .content-container .content-row.half-width,
  .module-hero .content-container .content-row.half-width {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .module-hero-slider .content-container .content-cell,
  .module-story-slider .content-container .content-cell,
  .module-hero .content-container .content-cell {
    display: table-cell;
    min-height: 1px;
    vertical-align: middle !important;
  }
}
@media (max-width: 1023px) {
  .module-hero-slider .content-container .content-cell .btn,
  .module-story-slider .content-container .content-cell .btn,
  .module-hero .content-container .content-cell .btn {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0;
    padding: 10px 30px;
    margin-top: 10px;
  }
}
@media (min-width: 1024px) {
  .module-hero-slider .content-container .content-cell .btn,
  .module-story-slider .content-container .content-cell .btn,
  .module-hero .content-container .content-cell .btn {
    margin-top: 20px;
  }
}
.module-hero-slider .content-container .mobile-down-arrow,
.module-story-slider .content-container .mobile-down-arrow,
.module-hero .content-container .mobile-down-arrow {
  display: none !important;
  text-align: center;
  font-size: 18px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .module-hero-slider .content-container .mobile-down-arrow,
  .module-story-slider .content-container .mobile-down-arrow,
  .module-hero .content-container .mobile-down-arrow {
    display: block !important;
  }
  table.module-hero-slider .content-container .mobile-down-arrow,
  table.module-story-slider .content-container .mobile-down-arrow,
  table.module-hero .content-container .mobile-down-arrow {
    display: table !important;
  }
  tr.module-hero-slider .content-container .mobile-down-arrow,
  tr.module-story-slider .content-container .mobile-down-arrow,
  tr.module-hero .content-container .mobile-down-arrow {
    display: table-row !important;
  }
  th.module-hero-slider .content-container .mobile-down-arrow,
  th.module-story-slider .content-container .mobile-down-arrow,
  th.module-hero .content-container .mobile-down-arrow,
  td.module-hero-slider .content-container .mobile-down-arrow,
  td.module-story-slider .content-container .mobile-down-arrow,
  td.module-hero .content-container .mobile-down-arrow {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .module-hero-slider,
  .module-hero {
    background-color: #FF6200 !important;
    color: #FFFFFF !important;
  }
  .module-hero-slider .content-container,
  .module-hero .content-container {
    padding-top: 20px;
    padding-bottom: 50px;
  }
  .module-hero-slider .slick-slide,
  .module-hero .slick-slide {
    height: auto;
  }
}
@media (max-width: 767px) {
  .module-story-slider .slick-dots {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .module-story-slider .slick-dots {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .module-story-slider .half-content-container {
    position: relative;
    height: 100%;
    width: 70%;
    margin-left: 0;
  }
}
@media (min-width: 1024px) {
  .module-story-slider .half-content-container {
    width: 60%;
    padding-bottom: 50px;
  }
}
@media (min-width: 1240px) {
  .module-story-slider .half-content-container {
    width: 50%;
  }
}
.module-story-slider .white-wrapper {
  background-color: #FFFFFF;
}
@media (min-width: 768px) {
  .module-story-slider .white-wrapper {
    border-radius: 8px;
  }
}
@media (min-width: 1024px) {
  .module-story-slider .white-wrapper {
    border-radius: 12px;
  }
}
@media (max-width: 767px) {
  .module-story-slider .white-wrapper .content-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .module-story-slider .white-wrapper .content-wrapper {
    padding: 20px;
  }
}
@media (min-width: 1024px) {
  .module-story-slider .white-wrapper .content-wrapper {
    padding: 30px 40px 20px;
  }
}
.module-story-slider .white-wrapper .content-wrapper a:hover,
.module-story-slider .white-wrapper .content-wrapper a:hover h3 {
  text-decoration: none;
  color: #FF6200;
}
.module-story-slider .white-wrapper .content-wrapper h3 {
  transition: color 0.3s;
}
.module-story-slider .white-wrapper .footer-wrapper {
  text-align: right;
  border-top: 1px solid #E2E2E2;
  padding: 20px 40px;
}
@media (max-width: 767px) {
  .module-story-slider .white-wrapper .footer-wrapper {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .module-story-slider .white-wrapper .footer-wrapper {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .module-hero {
    height: 330px;
  }
}
@media (min-width: 1024px) {
  .module-hero {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .module-hero .image-container .image {
    padding-top: 50%;
  }
}
.module-hero .hero-container {
  position: relative;
  height: auto;
  width: 100%;
}
@media (min-width: 768px) {
  .module-hero .hero-container {
    height: 330px;
  }
}
@media (min-width: 1024px) {
  .module-hero .hero-container {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .module-crowdfund-hero {
    margin-bottom: 20px;
  }
}
.module-crowdfund-hero .hero-container {
  position: relative;
  height: auto;
  width: 100%;
}
@media (min-width: 768px) {
  .module-crowdfund-hero .hero-container {
    height: 500px;
  }
}
@media (min-width: 1024px) {
  .module-crowdfund-hero .hero-container {
    height: 600px;
  }
}
@media (max-width: 767px) {
  .module-crowdfund-hero .image-container {
    position: relative;
  }
}
@media (min-width: 768px) {
  .module-crowdfund-hero .image-container {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .module-crowdfund-hero .image-container .image {
    padding-top: 75%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media (min-width: 768px) {
  .module-crowdfund-hero .image-container .image {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.module-crowdfund-hero .image-container .mobile-button {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media (min-width: 768px) {
  .module-crowdfund-hero .image-container .mobile-button {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .module-crowdfund-hero .content-container {
    position: relative;
    display: table;
    table-layout: fixed;
    width: 100%;
    margin-left: auto;
    margin-right: 0;
    height: 100%;
  }
  .module-crowdfund-hero .content-container.full-width {
    width: 100%;
  }
  .module-crowdfund-hero .content-container.full-height {
    height: 100%;
  }
}
@media (min-width: 768px) {
  .module-crowdfund-hero .content-container .content-cell {
    display: table-cell;
    min-height: 1px;
    vertical-align: middle !important;
  }
}
@media (max-width: 767px) {
  .module-crowdfund-hero .content-container .content-cell > .container.half-left {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .module-crowdfund-hero .content-container .info-container {
    background-color: #FFFFFF;
    border-radius: 12px;
    overflow: hidden;
  }
}
.module-crowdfund-hero .content-container .info-container .title-container,
.module-crowdfund-hero .content-container .info-container .feature-container {
  background-color: #F4F4F4;
}
.module-crowdfund-hero .content-container .info-container .progress-container {
  background-color: #FFFFFF;
}
@media (max-width: 767px) {
  .module-crowdfund-hero .content-container .info-container .inner-container {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .module-crowdfund-hero .content-container .info-container .inner-container {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .module-crowdfund-hero .content-container .info-container .inner-container {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .module-crowdfund-hero .content-container .info-container .inner-container.right-side {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1024px) {
  .module-crowdfund-hero .content-container .info-container .inner-container.right-side {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 768px) {
  .module-crowdfund-hero .content-container .info-container .inner-container.left-side {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1024px) {
  .module-crowdfund-hero .content-container .info-container .inner-container.left-side {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .module-crowdfund-hero .content-container .info-container .inner-container .funding-progress {
    padding-bottom: 10px;
  }
}
.module-generic-slider {
  position: relative;
}
.module-generic-slider .container {
  position: initial;
}
.module-generic-slider .slick-slider {
  position: initial;
}
.module-generic-slider .slick-dots {
  left: 0;
  rifght: 0;
}
.module-generic-slider .slick-dots li button {
  background-color: #999999;
}
.module-fullsize-slider {
  position: relative;
  width: 100%;
  height: 100%;
}
.module-fullsize-slider .slick-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.module-fullsize-slider .slick-list,
.module-fullsize-slider .slick-track,
.module-fullsize-slider .slick-slide {
  position: relative;
  height: 100%;
}
@media (min-width: 1024px) {
  .module-fullsize-slider .slick-prev {
    left: 10px;
  }
}
@media (min-width: 1024px) {
  .module-fullsize-slider .slick-next {
    right: 10px;
  }
}
.module-content-slider .slick-container {
  position: relative;
}
.module-content-slider .slick-prev {
  left: -10px;
}
@media (min-width: 768px) {
  .module-content-slider .slick-prev {
    left: -20px;
  }
}
.module-content-slider .slick-next {
  right: -10px;
}
@media (min-width: 768px) {
  .module-content-slider .slick-next {
    right: -20px;
  }
}
@media (min-width: 1024px) {
  .module-dreamstarter-news {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.module-dreamstarter-news,
.module-dreamstarter-news h1,
.module-dreamstarter-news h2,
.module-dreamstarter-news h3,
.module-dreamstarter-news h4,
.module-dreamstarter-news h5,
.module-dreamstarter-news h6,
.module-dreamstarter-news p {
  color: #FFFFFF !important;
}
.bg-cyan .module-dreamstarter-news,
.bg-cyan .module-dreamstarter-news h1,
.bg-cyan .module-dreamstarter-news h2,
.bg-cyan .module-dreamstarter-news h3,
.bg-cyan .module-dreamstarter-news h4,
.bg-cyan .module-dreamstarter-news h5,
.bg-cyan .module-dreamstarter-news h6,
.bg-cyan .module-dreamstarter-news p {
  color: #444444 !important;
}
.bg-cyan .module-dreamstarter-news .color-orange {
  color: #FF6200 !important;
}
.module-dreamstarter-news .slick-prev,
.module-dreamstarter-news .slick-next {
  bottom: auto;
  top: 68.5px;
}
@media (min-width: 768px) {
  .module-dreamstarter-news .slick-prev,
  .module-dreamstarter-news .slick-next {
    top: 47.5px;
  }
}
@media (min-width: 1024px) {
  .module-dreamstarter-news .slick-prev,
  .module-dreamstarter-news .slick-next {
    top: 57px;
  }
}
@media (min-width: 1240px) {
  .module-dreamstarter-news .slick-prev,
  .module-dreamstarter-news .slick-next {
    top: 75px;
  }
}
.module-dreamstarter-news .slick-prev {
  left: 0;
}
.module-dreamstarter-news .slick-next {
  right: 0;
}
.module-dreamstarter-news .slick-dots {
  left: 0;
  rifght: 0;
}
@media (max-width: 767px) {
  .module-dreamstarter-news .slick-dots {
    bottom: -10px;
  }
}
.module-dreamstarter-news .slick-dots li button {
  background-color: #FFFFFF;
}
.module-dreamstarter-news .slick-dots li.slick-active button {
  background-color: #cc4e00;
}
.bg-cyan .module-dreamstarter-news .slick-dots li button {
  background-color: #999999;
}
.bg-cyan .module-dreamstarter-news .slick-dots li.slick-active button {
  background-color: #FF6200;
}
.module-testimonial {
  text-align: center;
}
.module-testimonial .quote-block {
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .module-testimonial .quote-block {
    margin-bottom: 40px;
  }
}
.module-content-style .content-block {
  margin-bottom: 20px;
}
.module-content-style .content-block:before,
.module-content-style .content-block:after {
  content: " ";
  display: table;
}
.module-content-style .content-block:after {
  clear: both;
}
.module-content-style .content-block:before,
.module-content-style .content-block:after {
  content: " ";
  display: table;
}
.module-content-style .content-block:after {
  clear: both;
}
@media (min-width: 1024px) {
  .module-content-style .content-block {
    margin-bottom: 40px;
  }
}
@media (min-width: 1240px) {
  .module-content-style .content-block {
    margin-bottom: 40px;
  }
}
.module-content-style img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.module-content-style hr {
  margin: 20px 0;
  border: 0 none;
  border-top: 1px solid #E2E2E2;
}
@media (min-width: 768px) {
  .module-content-style hr {
    margin: 40px 0;
  }
}
.module-content-style ol {
  margin: 0 0 20px 20px;
}
.module-content-style ol > li {
  list-style-type: decimal;
}
.module-content-style ul {
  padding-left: 25px;
}
.module-content-style ul > li {
  list-style-position: outside;
  position: relative;
}
.module-content-style ul > li:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Lash Addons =========== */
  position: relative;
  top: 1px;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 1.78571429;
  position: absolute;
  top: 0;
  left: -25px;
}
@media (min-width: 768px) {
  .module-content-style ul > li:before {
    font-size: 14px;
  }
}
@media (min-width: 1024px) {
  .module-content-style ul > li:before {
    font-size: 16px;
  }
}
.module-content-style ul > li + li {
  margin-top: 10px;
}
.module-content-style ul > li > ul,
.module-content-style ul > li > ol {
  margin-top: 10px;
}
.module-content-style ul.symbol-check > li:before {
  content: "\e60e";
}
.module-content-style ul.symbol-dot > li:before {
  content: "\e906";
}
.module-content-style ul.symbol-disc > li:before {
  content: "\00b0";
}
.module-content-style ul.symbol-green > li:before {
  color: #2FA268;
}
.module-content-style ul.symbol-orange > li:before {
  color: #FF6200;
}
.module-content-style ul.small-text > li {
  font-size: 12px;
  line-height: 22px;
}
.module-content-style ul.small-text > li:before {
  font-size: 12px !important;
}
.module-content-style ul.small-text > li + li {
  margin-top: 0;
}
.module-content-style ul > li:before {
  content: "\e906";
}
.module-content-style .image-left {
  text-align: left;
}
.module-content-style .image-left img {
  margin-left: 0;
  margin-right: auto;
  display: inline-block;
}
.module-content-style .table {
  border: 1px solid #FFFFFF;
}
.module-content-style .table > thead {
  background-color: #222222;
  color: #FFFFFF;
}
.module-content-style .table > thead > tr > th,
.module-content-style .table > tbody > tr > th,
.module-content-style .table > tfoot > tr > th,
.module-content-style .table > thead > tr > td,
.module-content-style .table > tbody > tr > td,
.module-content-style .table > tfoot > tr > td {
  border: 1px solid #FFFFFF;
}
.module-content-style .table > thead > tr > th,
.module-content-style .table > thead > tr > td {
  border-bottom-width: 2px;
}
.module-content-style .table > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.module-content-style .table th[scope="row"] {
  width: 30%;
}
@media (min-width: 1024px) {
  .module-story-overview-style {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
  }
}
@media (max-width: 1023px) {
  .module-story-overview-style .floating-container {
    height: auto !important;
  }
}
@media (min-width: 1024px) {
  .module-story-overview-style .floating-container {
    position: fixed;
    width: 50%;
    max-width: 960px;
    height: auto;
    min-height: 500px;
    top: 130px;
    bottom: auto;
    right: 50%;
    background: gray;
  }
}
@media (min-width: 1024px) {
  .module-story-overview-style .floating-container.attach-bottom {
    position: absolute;
    width: 100%;
    height: auto;
    min-height: 500px;
    left: 0;
    bottom: 0;
    top: auto;
    background: gray;
  }
}
.module-story-overview-style .image-container {
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .module-story-overview-style .image-container {
    border-bottom: 1px solid #E2E2E2;
  }
}
@media (max-width: 1023px) {
  .module-story-overview-style .image-container {
    padding-bottom: 0 !important;
  }
}
@media (min-width: 1024px) {
  .module-story-overview-style .image-container {
    height: 100%;
  }
}
.module-story-overview-style .image-container .image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .module-story-overview-style .image-container .image {
    height: 210px;
    position: relative;
  }
}
@media (min-width: 768px) {
  .module-story-overview-style .image-container .image {
    height: 300px;
    position: relative;
  }
}
@media (min-width: 1024px) {
  .module-story-overview-style .image-container .image {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    position: relative;
    height: 100%;
  }
}
.module-story-overview-style .image-container .btn-play {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 767px) {
  .module-story-overview-style .content-container {
    padding: 20px 20px 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .module-story-overview-style .content-container {
    padding: 20px 10px 0;
  }
}
.module-story-overview-style .module-key-infos {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .module-story-overview-style .module-key-infos {
    padding-right: 40%;
  }
}
@media (max-width: 767px) {
  .module-story-detail-style {
    border-top: 1px solid #E2E2E2;
  }
}
@media (min-width: 768px) {
  .module-story-detail-style {
    position: relative;
    height: 100%;
  }
}
@media (max-width: 1023px) {
  .module-story-detail-style .tab-header-container {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    z-index: 1000;
    border-top: 1px solid #E2E2E2;
    background-color: #FFFFFF;
  }
}
@media (min-width: 1024px) {
  .module-story-detail-style .tab-header-container {
    border-bottom: 1px solid #E2E2E2;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #FFFFFF;
  }
}
@media (min-width: 768px) {
  .module-story-detail-style .tab-pane {
    position: relative;
    height: 100%;
  }
}
@media (min-width: 1024px) {
  .module-story-detail-style .detail-container {
    position: relative;
    height: 100%;
    padding-top: 120px;
  }
}
.module-story-detail-style .detail-container .content-container {
  position: relative;
  height: 100%;
}
.module-story-detail-style .detail-container .inner-container {
  position: relative;
  height: 100%;
  overflow: auto;
}
.module-story-detail-style .detail-container .scrolling-content {
  height: auto;
}
@media (max-width: 767px) {
  .module-story-detail-style .detail-container .scrolling-content {
    padding: 20px 20px;
  }
}
@media (min-width: 768px) {
  .module-story-detail-style .detail-container .scrolling-content {
    padding-top: 30px;
  }
}
@media (min-width: 1024px) {
  .module-story-detail-style .detail-container .scrolling-content {
    padding-top: 40px;
  }
}
@media (max-width: 1023px) {
  .module-story-detail-style .floating-height-member {
    min-height: initial !important;
  }
}
@media (min-width: 1024px) {
  .module-story-detail-style .floating-height-member.bg-white-gray:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 48.57142857px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -48.57142857px;
    background-color: #F4F4F4;
  }
}
@media (min-width: 768px) {
  .module-apply-style {
    position: relative;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .module-apply-style .tab-header-container {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    z-index: 1000;
    border-top: 1px solid #E2E2E2;
  }
}
.module-timeline .title-container {
  text-align: center;
}
.module-timeline .timeline-container {
  position: relative;
  padding-top: 24px;
}
@media (min-width: 768px) {
  .module-timeline .timeline-container {
    padding-top: 30px;
  }
}
@media (min-width: 1024px) {
  .module-timeline .timeline-container {
    padding-top: 36px;
  }
}
.module-timeline .timeline-container:after {
  content: '';
  position: absolute;
  border: 2px solid #999999;
  border-radius: 50%;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  background-color: #F4F4F4;
  width: 24px;
  height: 24px;
}
@media (min-width: 768px) {
  .module-timeline .timeline-container:after {
    width: 30px;
    height: 30px;
  }
}
@media (min-width: 1024px) {
  .module-timeline .timeline-container:after {
    width: 36px;
    height: 36px;
  }
}
.module-timeline .timeline-container:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 1px;
  height: 100%;
  background-color: #999999;
}
.module-timeline .timeline-list > li {
  position: relative;
}
@media (max-width: 767px) {
  .module-timeline .timeline-list > li {
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  .module-timeline .timeline-list > li {
    width: 50%;
  }
}
.module-timeline .timeline-list > li:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
}
@media (max-width: 767px) {
  .module-timeline .timeline-list > li:before {
    top: -10px;
    left: 0;
    right: 0;
    margin: auto;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #FFFFFF;
  }
}
@media (min-width: 768px) {
  .module-timeline .timeline-list > li:before {
    top: 40px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
  }
}
@media (min-width: 1024px) {
  .module-timeline .timeline-list > li:before {
    top: 50px;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
  }
}
.module-timeline .timeline-list > li:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #FF6200;
}
@media (max-width: 767px) {
  .module-timeline .timeline-list > li:after {
    top: -22px;
    left: 0;
    right: 0;
    margin: auto;
  }
}
@media (min-width: 768px) {
  .module-timeline .timeline-list > li:after {
    top: 50px;
  }
}
@media (min-width: 1024px) {
  .module-timeline .timeline-list > li:after {
    top: 65px;
  }
}
.module-timeline .timeline-list > li:nth-child(odd) {
  margin-left: 0;
  margin-right: auto;
}
@media (min-width: 768px) {
  .module-timeline .timeline-list > li:nth-child(odd) {
    padding-right: 20px;
  }
}
@media (min-width: 1024px) {
  .module-timeline .timeline-list > li:nth-child(odd) {
    padding-right: 25px;
  }
}
@media (min-width: 768px) {
  .module-timeline .timeline-list > li:nth-child(odd):before {
    right: 5px;
    border-left: 15px solid #FFFFFF;
  }
}
@media (min-width: 1024px) {
  .module-timeline .timeline-list > li:nth-child(odd):before {
    border-left: 20px solid #FFFFFF;
  }
}
@media (min-width: 768px) {
  .module-timeline .timeline-list > li:nth-child(odd):after {
    right: -5px;
  }
}
.module-timeline .timeline-list > li:nth-child(even) {
  margin-left: auto;
  margin-right: 0;
}
@media (min-width: 768px) {
  .module-timeline .timeline-list > li:nth-child(even) {
    padding-left: 20px;
  }
}
@media (min-width: 1024px) {
  .module-timeline .timeline-list > li:nth-child(even) {
    padding-left: 25px;
  }
}
@media (min-width: 768px) {
  .module-timeline .timeline-list > li:nth-child(even):before {
    left: 5px;
    border-right: 15px solid #FFFFFF;
  }
}
@media (min-width: 1024px) {
  .module-timeline .timeline-list > li:nth-child(even):before {
    border-right: 20px solid #FFFFFF;
  }
}
@media (min-width: 768px) {
  .module-timeline .timeline-list > li:nth-child(even):after {
    left: -5px;
  }
}
@media (min-width: 768px) {
  .module-timeline .timeline-list > li + li {
    margin-top: -60px;
  }
}
@media (min-width: 1024px) {
  .module-timeline .timeline-list > li + li {
    margin-top: -100px;
  }
}
.module-timeline .timeline-list .thumbnail > .content-container {
  width: 100% !important;
}
.module-timeline .timeline-list .thumbnail > .content-container > .text-container .small {
  font-size: 14px !important;
  line-height: 28px !important;
}
@media (min-width: 768px) {
  .module-title-social-container:before,
  .module-title-social-container:after {
    content: " ";
    display: table;
  }
  .module-title-social-container:after {
    clear: both;
  }
  .module-title-social-container:before,
  .module-title-social-container:after {
    content: " ";
    display: table;
  }
  .module-title-social-container:after {
    clear: both;
  }
}
@media (min-width: 768px) {
  .module-title-social-container .title-cell {
    float: left !important;
    width: 70%;
  }
}
@media (min-width: 1024px) {
  .module-title-social-container .title-cell {
    width: 70%;
  }
}
@media (min-width: 1240px) {
  .module-title-social-container .title-cell {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .module-title-social-container .social-cell {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .module-title-social-container .social-cell {
    float: left !important;
    text-align: right;
    width: 30%;
  }
}
@media (min-width: 1024px) {
  .module-title-social-container .social-cell {
    width: 30%;
  }
}
@media (min-width: 1240px) {
  .module-title-social-container .social-cell {
    width: 20%;
  }
}
.module-share {
  display: inline-block;
}
.module-share .social-title {
  display: inline-block;
  font-family: "ING Me Web Bold", sans-serif !important;
  font-size: 12px;
  line-height: 30px;
  float: left !important;
}
.module-share .social-list {
  float: left !important;
}
.module-share .social-list:before,
.module-share .social-list:after {
  content: " ";
  display: table;
}
.module-share .social-list:after {
  clear: both;
}
.module-share .social-list:before,
.module-share .social-list:after {
  content: " ";
  display: table;
}
.module-share .social-list:after {
  clear: both;
}
.module-share .social-list > li {
  float: left !important;
  margin-left: 10px;
}
.module-share .social-list > li button {
  color: #444444;
  transition: color 0.3s;
}
a.module-share .social-list > li button:hover,
a.module-share .social-list > li button:focus {
  color: #2b2b2b;
}
.module-share .social-list > li button:hover {
  color: #525199;
}
.module-filter-group {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .module-filter-group {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .module-filter-group.full-width {
    width: 100%;
  }
  .module-filter-group.full-height {
    height: 100%;
  }
}
@media (min-width: 768px) {
  .module-filter-group .title-cell,
  .module-filter-group .filter-cell {
    display: table-cell;
    min-height: 1px;
    vertical-align: top !important;
  }
}
@media (min-width: 768px) {
  .module-filter-group .title-cell {
    padding-right: 20px;
    text-align: left;
    width: 40%;
  }
}
@media (min-width: 1024px) {
  .module-filter-group .title-cell {
    width: 30%;
  }
}
@media (min-width: 768px) {
  .module-filter-group .filter-cell {
    padding-left: 20px;
    text-align: right;
    width: 60%;
  }
}
@media (min-width: 1024px) {
  .module-filter-group .filter-cell {
    width: 70%;
  }
}
.module-filter-group .filter-cell .btn {
  margin-bottom: 3px;
  margin-left: 3px;
}
@media (max-width: 767px) {
  .module-partner-group {
    margin-bottom: 20px;
    border-top: 1px solid #E2E2E2;
    padding-top: 20px;
    padding-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .module-partner-group {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .module-partner-group.full-width {
    width: 100%;
  }
  .module-partner-group.full-height {
    height: 100%;
  }
}
@media (min-width: 1024px) {
  .module-partner-group {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .module-partner-group .title-cell,
  .module-partner-group .partner-cell {
    display: table-cell;
    min-height: 1px;
    vertical-align: middle !important;
  }
}
@media (max-width: 767px) {
  .module-partner-group .title-cell {
    text-align: center;
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .module-partner-group .title-cell {
    padding-right: 20px;
    text-align: left;
    width: 20%;
  }
}
@media (min-width: 1024px) {
  .module-partner-group .title-cell {
    width: 35%;
  }
}
@media (min-width: 768px) {
  .module-partner-group .title-cell h4 {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 767px) {
  .module-partner-group .partner-cell img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .module-partner-group .partner-cell {
    padding-left: 20px;
    text-align: right;
  }
}
@media (max-width: 767px) {
  .module-partner-group .partner-cell img {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .module-partner-group .partner-cell img {
    display: inline-block;
    margin-right: 0;
    margin-left: 0;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .module-partner-group .partner-cell img + img {
    margin-left: 30px;
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  .module-partner-group .partner-cell img + img {
    margin-left: 50px;
  }
}
.module-faq-list {
  padding-left: 0 !important;
  border-top: 1px solid #E2E2E2;
}
.module-faq-list > li {
  border-bottom: 1px solid #E2E2E2;
}
.module-faq-list > li:before {
  content: none !important;
}
.module-faq-list > li > a .collapse-header h5,
.module-faq-list > li > a .collapse-header .h5 {
  color: #525199;
}
.module-faq-list > li > a .collapse-header:before {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.module-faq-list > li > a[aria-expanded="true"] .collapse-header h5,
.module-faq-list > li > a[aria-expanded="true"] .collapse-header .h5 {
  color: #444444;
}
.module-faq-list > li > a[aria-expanded="true"] .collapse-header:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.module-faq-list > li .collapse-header {
  position: relative;
  padding: 20px 40px 20px 0;
}
.module-faq-list > li .collapse-header h5,
.module-faq-list > li .collapse-header .h5 {
  margin-bottom: 0;
  transition: color 0.3s;
}
.module-faq-list > li .collapse-header:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Lash Addons =========== */
  position: relative;
  top: 1px;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e614";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  height: 20px;
  line-height: 20px;
  font-size: 20px;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}
@media (min-width: 768px) {
  .module-faq-list > li .collapse-header:before {
    height: 20px;
    line-height: 20px;
    font-size: 20px;
  }
}
.module-faq-list > li .collapse-content {
  padding-bottom: 20px;
}
@media (max-width: 1023px) {
  .module-success-story-slider {
    background-color: #FF6200;
  }
}
@media (min-width: 1024px) {
  .module-success-story-slider {
    background-color: transparent;
  }
}
@media (min-width: 1024px) {
  .module-success-story-slider .story-slider-header {
    border-bottom: 10px solid #FF6200;
    background-color: transparent;
  }
  .module-success-story-slider .story-slider-header:before,
  .module-success-story-slider .story-slider-header:after {
    content: " ";
    display: table;
  }
  .module-success-story-slider .story-slider-header:after {
    clear: both;
  }
  .module-success-story-slider .story-slider-header:before,
  .module-success-story-slider .story-slider-header:after {
    content: " ";
    display: table;
  }
  .module-success-story-slider .story-slider-header:after {
    clear: both;
  }
  .module-success-story-slider .story-slider-header .icon-font:before {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    display: block;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
  }
  .module-success-story-slider .story-slider-header a[aria-expanded="true"] .icon-font:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@media (max-width: 1023px) {
  .module-success-story-slider .story-slider-header .tab-header {
    padding: 10px 0;
    color: #FFFFFF;
  }
}
@media (min-width: 1024px) {
  .module-success-story-slider .story-slider-header .tab-header {
    float: left !important;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    padding: 10px 20px;
    background-color: #FF6200;
    color: #FFFFFF;
  }
  .module-success-story-slider .story-slider-header .tab-header:hover {
    cursor: pointer;
  }
}
@media (min-width: 768px) {
  .module-success-story-slider .story-slider-container {
    background-color: #FF6200;
    padding-top: 10px;
  }
}
.module-success-story-slider .slick-prev {
  left: -10px;
}
.module-success-story-slider .slick-next {
  right: -10px;
}
.module-success-story-slider .slick-prev,
.module-success-story-slider .slick-next {
  bottom: auto;
  top: 68.5px;
}
@media (min-width: 768px) {
  .module-success-story-slider .slick-prev,
  .module-success-story-slider .slick-next {
    top: 47.5px;
  }
}
@media (min-width: 1024px) {
  .module-success-story-slider .slick-prev,
  .module-success-story-slider .slick-next {
    top: 33px;
  }
}
@media (min-width: 1240px) {
  .module-success-story-slider .slick-prev,
  .module-success-story-slider .slick-next {
    top: 46px;
  }
}
.module-blue-box {
  padding: 25px 30px;
  background-color: #E7F2F8;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .module-blue-box .content-row {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .module-blue-box .content-row.full-width {
    width: 100%;
  }
  .module-blue-box .content-row.full-height {
    height: 100%;
  }
}
@media (max-width: 767px) {
  .module-blue-box .content-row .content-cell:first-child {
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .module-blue-box .content-row .content-cell {
    display: table-cell;
    min-height: 1px;
    vertical-align: middle !important;
  }
  .module-blue-box .content-row .content-cell:first-child {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .module-blue-box .content-row .content-cell .btn {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .module-blue-box .content-row .content-cell.title-side {
    width: 75%;
  }
}
@media (min-width: 768px) {
  .module-blue-box .content-row .content-cell.button-side {
    width: 25%;
  }
  .module-blue-box .content-row .content-cell.button-side .btn {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .module-blue-box .social-inline-list {
    display: table;
    table-layout: fixed;
  }
  .module-blue-box .social-inline-list.full-width {
    width: 100%;
  }
  .module-blue-box .social-inline-list.full-height {
    height: 100%;
  }
}
.module-blue-box .social-inline-list > li:before {
  content: none;
}
@media (min-width: 768px) {
  .module-blue-box .social-inline-list > li {
    display: table-cell;
    min-height: 1px;
    vertical-align: middle !important;
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
  }
  .module-blue-box .social-inline-list > li + li {
    border-left: 1px solid #E2E2E2;
  }
  .module-blue-box .social-inline-list > li:first-child {
    padding-left: 1px;
  }
}
.module-blue-box .social-inline-list > li .icon-font {
  font-size: 18px;
}
.module-blue-box .content-divider {
  margin-top: 20px;
  margin-bottom: 20px;
}
.section-module-gift-that-gives-features {
  background-color: #F4F4F4 !important;
  position: relative;
}
@media (min-width: 768px) {
  .section-module-gift-that-gives-features {
    background-color: #FFFFFF !important;
  }
}
.section-module-gift-that-gives-features .gift-bg-top,
.section-module-gift-that-gives-features .gift-bg-mid,
.section-module-gift-that-gives-features .gift-bg-bot {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.section-module-gift-that-gives-features .gift-bg-top {
  top: 0;
  background-image: url("/assets-dreamstarter/img/giftsthatgives/background-01.jpg");
}
.section-module-gift-that-gives-features .gift-bg-mid {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("/assets-dreamstarter/img/giftsthatgives/background-02.jpg");
}
.section-module-gift-that-gives-features .gift-bg-bot {
  bottom: 0;
  background-image: url("/assets-dreamstarter/img/giftsthatgives/background-02.jpg");
  background-position: bottom center;
}
.module-gift-that-gives-features {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
@media (min-width: 768px) {
  .module-gift-that-gives-features {
    -ms-flex-direction: row;
        flex-direction: row;
  }
}
.module-gift-that-gives-features .box {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
}
@media (min-width: 768px) {
  .module-gift-that-gives-features .box {
    margin: 0 15px;
  }
}
@media (max-width: 767px) {
  .module-gift-that-gives-features .bg-image {
    background-image: none !important;
  }
}
@media (min-width: 768px) {
  .module-gift-that-gives-features .bg-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    z-index: 0;
  }
}
.module-gift-that-gives-features .container-large,
.module-gift-that-gives-features .container-small {
  width: 100%;
  -ms-flex-positive: 1;
      flex-grow: 1;
  margin-bottom: 30px;
}
.module-gift-that-gives-features .container-large .description-container,
.module-gift-that-gives-features .container-small .description-container {
  background: white;
  display: block;
  padding: 20px;
  color: #444444;
  cursor: pointer;
}
.module-gift-that-gives-features .container-large .description-container:hover,
.module-gift-that-gives-features .container-small .description-container:hover {
  text-decoration: none;
}
.module-gift-that-gives-features .container-large .description-container:hover span,
.module-gift-that-gives-features .container-small .description-container:hover span,
.module-gift-that-gives-features .container-large .description-container:hover h4,
.module-gift-that-gives-features .container-small .description-container:hover h4,
.module-gift-that-gives-features .container-large .description-container:hover p,
.module-gift-that-gives-features .container-small .description-container:hover p {
  text-decoration: none;
}
.module-gift-that-gives-features .container-large .description-container h4,
.module-gift-that-gives-features .container-small .description-container h4 {
  color: #444444;
}
@media (min-width: 768px) {
  .module-gift-that-gives-features .container-large .description-container,
  .module-gift-that-gives-features .container-small .description-container {
    padding: 32px 34px;
    color: white;
  }
  .module-gift-that-gives-features .container-large .description-container h4,
  .module-gift-that-gives-features .container-small .description-container h4 {
    color: white;
  }
}
.module-gift-that-gives-features .container-large .description-container.single-box,
.module-gift-that-gives-features .container-small .description-container.single-box {
  position: relative !important;
}
@media (min-width: 768px) {
  .module-gift-that-gives-features .container-large .description-container {
    position: absolute;
    width: 100%;
    bottom: 0px;
    padding-top: 25%;
    transition: all 0.4s ease-out;
  }
}
.module-gift-that-gives-features .container-large .box {
  height: 100%;
}
.module-gift-that-gives-features .container-small .box.first {
  margin-bottom: 20px;
}
.module-gift-that-gives-features .container-small .box.second {
  margin-top: 20px;
}
.module-gift-that-gives-features .container-small .description-container {
  width: 100%;
  background: white;
}
@media (min-width: 768px) {
  .module-gift-that-gives-features .container-small .description-container {
    transition: all 0.4s ease-out;
  }
}
.module-gift-that-gives-features .container-small .description-container p {
  width: 100%;
}
@media (min-width: 1024px) {
  .module-gift-that-gives-features .container-small .description-container p {
    width: 50%;
  }
}
.module-gift-that-gives-features-v2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
@media (min-width: 768px) {
  .module-gift-that-gives-features-v2 {
    -ms-flex-direction: row;
        flex-direction: row;
  }
}
.module-gift-that-gives-features-v2 .box {
  position: relative;
  border-radius: 8px;
  cursor: pointer;
  background: white;
}
@media (min-width: 768px) {
  .module-gift-that-gives-features-v2 .box {
    margin: 0 15px;
    overflow: hidden;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .module-gift-that-gives-features-v2 .box:hover .bg-image {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@media (max-width: 767px) {
  .module-gift-that-gives-features-v2 .bg-image {
    background-image: none !important;
  }
}
@media (min-width: 768px) {
  .module-gift-that-gives-features-v2 .bg-image {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    transition: -webkit-transform .8s;
    transition: transform .8s;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.module-gift-that-gives-features-v2 .description-container-box {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
@media (min-width: 768px) {
  .module-gift-that-gives-features-v2 .description-container-box {
    position: absolute;
    top: 0;
    background: rgba(0, 0, 0, 0.14);
    transition: all 0.4s ease-out;
  }
  .module-gift-that-gives-features-v2 .description-container-box:hover {
    background: rgba(0, 0, 0, 0.5);
  }
  .module-gift-that-gives-features-v2 .description-container-box .btn {
    position: absolute;
    bottom: 34px;
    left: 34px;
  }
}
.module-gift-that-gives-features-v2 .container-large,
.module-gift-that-gives-features-v2 .container-small {
  width: 100%;
  -ms-flex-positive: 1;
      flex-grow: 1;
  margin-bottom: 30px;
}
.module-gift-that-gives-features-v2 .container-large .description-container-box,
.module-gift-that-gives-features-v2 .container-small .description-container-box {
  width: 100%;
}
.module-gift-that-gives-features-v2 .container-large .description-container-box .description-container,
.module-gift-that-gives-features-v2 .container-small .description-container-box .description-container {
  display: block;
  padding: 0;
  color: #444444;
  cursor: pointer;
  padding: 20px;
}
@media (min-width: 768px) {
  .module-gift-that-gives-features-v2 .container-large .description-container-box .description-container .description,
  .module-gift-that-gives-features-v2 .container-small .description-container-box .description-container .description {
    padding: 0;
    max-height: 0px;
    opacity: 0;
    overflow: hidden;
    transition: all 0.4s ease-out;
  }
}
.module-gift-that-gives-features-v2 .container-large .description-container-box h4,
.module-gift-that-gives-features-v2 .container-small .description-container-box h4,
.module-gift-that-gives-features-v2 .container-large .description-container-box p,
.module-gift-that-gives-features-v2 .container-small .description-container-box p,
.module-gift-that-gives-features-v2 .container-large .description-container-box span,
.module-gift-that-gives-features-v2 .container-small .description-container-box span {
  color: #444444;
  display: block;
}
@media (min-width: 768px) {
  .module-gift-that-gives-features-v2 .container-large .description-container-box,
  .module-gift-that-gives-features-v2 .container-small .description-container-box {
    padding: 32px 34px;
    color: white;
  }
  .module-gift-that-gives-features-v2 .container-large .description-container-box h4,
  .module-gift-that-gives-features-v2 .container-small .description-container-box h4,
  .module-gift-that-gives-features-v2 .container-large .description-container-box p,
  .module-gift-that-gives-features-v2 .container-small .description-container-box p,
  .module-gift-that-gives-features-v2 .container-large .description-container-box span,
  .module-gift-that-gives-features-v2 .container-small .description-container-box span {
    color: white;
  }
  .module-gift-that-gives-features-v2 .container-large .description-container-box h4,
  .module-gift-that-gives-features-v2 .container-small .description-container-box h4 {
    margin-bottom: 0;
  }
  .module-gift-that-gives-features-v2 .container-large .description-container-box .author,
  .module-gift-that-gives-features-v2 .container-small .description-container-box .author,
  .module-gift-that-gives-features-v2 .container-large .description-container-box .amount,
  .module-gift-that-gives-features-v2 .container-small .description-container-box .amount {
    margin-bottom: 14px;
  }
}
.module-gift-that-gives-features-v2 .container-large .description-container-box.single-box,
.module-gift-that-gives-features-v2 .container-small .description-container-box.single-box {
  position: relative !important;
}
.module-gift-that-gives-features-v2 .container-large .description-container-box:hover span,
.module-gift-that-gives-features-v2 .container-small .description-container-box:hover span,
.module-gift-that-gives-features-v2 .container-large .description-container-box:hover h4,
.module-gift-that-gives-features-v2 .container-small .description-container-box:hover h4,
.module-gift-that-gives-features-v2 .container-large .description-container-box:hover p,
.module-gift-that-gives-features-v2 .container-small .description-container-box:hover p {
  text-decoration: none;
}
.module-gift-that-gives-features-v2 .container-large .description-container-box:hover .description,
.module-gift-that-gives-features-v2 .container-small .description-container-box:hover .description {
  opacity: 1;
}
@media (min-width: 768px) {
  .module-gift-that-gives-features-v2 .container-large .description-container-box .description-container {
    width: 100%;
  }
}
.module-gift-that-gives-features-v2 .container-large .description-container-box:hover .description {
  max-height: 200px;
}
.module-gift-that-gives-features-v2 .container-large .box {
  height: 100%;
}
@media (min-width: 768px) {
  .module-gift-that-gives-features-v2 .container-small .box {
    height: 340px;
  }
}
.module-gift-that-gives-features-v2 .container-small .box.first {
  margin-bottom: 20px;
}
.module-gift-that-gives-features-v2 .container-small .box.second {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .module-gift-that-gives-features-v2 .container-small .description-container-box {
    padding-bottom: 76px;
  }
}
.module-gift-that-gives-features-v2 .container-small .description-container-box .description-container {
  width: 100%;
}
.module-gift-that-gives-features-v2 .container-small .description-container-box:hover .description {
  max-height: 125px;
}
.module-news-list .thumbnail .image-container {
  position: relative;
  height: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.module-news-list .thumbnail .image-container .btn-play {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.module-news-list .content-container .text-container .date {
  font-size: 14px;
  line-height: 18px;
}
.module-subscribe {
  color: #fff;
}
.module-subscribe h3 {
  color: #fff;
}
.border-top-orange {
  border-top: 10px solid #FF6200;
}
.border-bottom-orange {
  border-bottom: 10px solid #FF6200;
}
/*
 * Dream Starter Effects LESS
 */
.effect-parallax {
  overflow: hidden;
}
.effect-parallax img.parallax-target {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  display: block;
  max-width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .effect-animation .animation-target {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
            transform: translate3d(0, 100px, 0);
    transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, transform 1s;
  }
}
@media (min-width: 768px) {
  .effect-animation.active .animation-target {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
/*
 * Dream Starter Header LESS
 */
.main-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: auto;
  max-width: 1920px;
  z-index: 1030;
  background-color: #FFFFFF;
}
@media (max-width: 1023px) {
  .main-header {
    max-width: 100%;
    min-width: 100%;
  }
}
.main-header > .wrapper {
  height: 60px;
  border-top: 9px solid #FF6200;
  position: relative;
  background-color: transparent;
  box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.1);
}
@media (min-width: 1024px) {
  .main-header > .wrapper {
    height: 130px;
  }
}
.main-header .container {
  height: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .main-header .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .main-header .container {
    position: initial;
  }
}
.main-header .menu-row {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
}
.main-header .menu-row.full-width {
  width: 100%;
}
.main-header .menu-row.full-height {
  height: 100%;
}
.main-header .menu-row .menu-cell {
  display: table-cell;
  min-height: 1px;
  vertical-align: middle !important;
}
.main-header .menu-row .menu-cell.logo-cell {
  text-align: left;
}
@media (max-width: 1023px) {
  .main-header .menu-row .menu-cell.logo-cell img {
    height: 40px;
  }
}
.main-header .menu-row .menu-cell.main-cell {
  text-align: right;
  width: 100%;
}
@media (max-width: 767px) {
  .main-header .menu-row .menu-cell.main-cell {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .main-header .menu-row .menu-cell.main-cell {
    display: none !important;
  }
}
.main-header .menu-row .menu-cell.main-cell .menu-list > li {
  display: inline-block;
  padding: 0;
  margin-left: 26px;
}
@media (min-width: 1240px) {
  .main-header .menu-row .menu-cell.main-cell .menu-list > li {
    margin-left: 40px;
  }
}
.main-header .menu-row .menu-cell.main-cell .menu-list > li a {
  color: #FFFFFF;
}
.main-header .menu-row .menu-cell.main-cell .menu-list > li a h5 {
  margin-bottom: 0 !important;
  font-family: "ING Me Web Regular", sans-serif !important;
  border-bottom: 1px solid transparent;
  transition: all 0.3s;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.main-header .menu-row .menu-cell.main-cell .menu-list > li.selected,
.main-header .menu-row .menu-cell.main-cell .menu-list > li a:hover {
  color: #FF6200;
  text-decoration: none;
}
.main-header .menu-row .menu-cell.main-cell .menu-list > li.selected h5,
.main-header .menu-row .menu-cell.main-cell .menu-list > li a:hover h5 {
  color: #FF6200;
  border-bottom-color: #FF6200;
}
.main-header .menu-row .menu-cell.main-cell .menu-list > li a:hover h5 {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.main-header .menu-row .menu-cell.side-menu-cell {
  text-align: right;
  width: 20%;
}
@media (min-width: 1024px) {
  .main-header .menu-row .menu-cell.side-menu-cell {
    display: none !important;
  }
}
.side-menu-button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  font-family: "ING Me Web Regular", sans-serif;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  padding: 18px 50px;
  font-size: 16px;
  line-height: 14px;
  border-radius: 0;
  min-width: 180px;
  border: 1px solid transparent;
  border-radius: 8px;
  white-space: nowrap;
  transition: all 0.3s;
  padding: 5px !important;
  margin: 0 !important;
  border: 0;
  min-width: 0;
  background-color: transparent;
  color: #999999;
  width: 40px;
  height: 40px;
}
@media (max-width: 767px) {
  .side-menu-button {
    margin-bottom: 10px;
  }
}
.side-menu-button.long-label {
  padding: 18px 20px;
  font-size: 16px;
  line-height: 14px;
  border-radius: 8px;
}
.side-menu-button:hover,
.side-menu-button:focus,
.side-menu-button.focus {
  outline: 0;
  text-decoration: none;
}
.side-menu-button:active,
.side-menu-button.active {
  outline: 0;
  background-image: none;
}
.side-menu-button.disabled,
.side-menu-button[disabled],
fieldset[disabled] .side-menu-button {
  cursor: not-allowed;
  pointer-events: none;
}
.side-menu-button .icon-font {
  font-size: 30px;
  line-height: 30px;
  text-align: center;
}
.side-nav {
  display: none;
}
.side-nav .mobile-menu {
  display: none;
}
@media (max-width: 1023px) {
  .side-nav .mobile-menu {
    display: block;
    position: fixed;
    width: 250px;
    height: 100%;
    z-index: 1030;
    background-color: #444444;
    top: 0;
    right: -250px;
    transition: right 0.5s;
  }
}
.side-nav .mobile-menu .table-cell {
  width: 100%;
}
.side-nav .mobile-menu .mobile-menu-button {
  top: 10px;
  right: 10px;
  position: absolute;
  color: #FFFFFF;
  background-color: transparent;
  border: none;
}
.side-nav .mobile-menu .content-box {
  width: 100%;
  padding-left: 30px;
  padding-right: 20px;
  padding-top: 50px;
}
.side-nav .mobile-menu .menu-list {
  width: 100%;
  margin-bottom: 20px;
}
.side-nav .mobile-menu .menu-list > li {
  padding-top: 15px;
  padding-bottom: 15px;
}
.side-nav .mobile-menu .menu-list > li + li {
  border-top: 1px solid #666666;
}
.side-nav .mobile-menu .menu-list > li .icon-font,
.side-nav .mobile-menu .menu-list > li h5 {
  color: #FFFFFF;
  display: inline-block;
  margin-bottom: 0 !important;
}
.side-nav .mobile-menu .menu-list > li .icon-font {
  font-size: 14px;
  line-height: 18px;
  margin-right: 10px;
}
.side-nav .mobile-menu .menu-list > li.selected h5 {
  color: #FF6200;
}
.side-nav .mobile-menu .global-menu {
  text-align: center;
  font-size: 12px;
  line-height: 22px;
}
.side-nav .mobile-menu .global-menu span,
.side-nav .mobile-menu .global-menu a {
  color: #999999;
}
.side-nav .mobile-tint {
  display: none;
}
@media (max-width: 1023px) {
  .side-nav .mobile-tint {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1030;
    background-color: transparent;
    top: 0;
    left: 0;
    transition: background-color 0.5s;
  }
}
.side-nav.active .mobile-menu {
  right: 0;
}
.side-nav.active .mobile-tint {
  background-color: rgba(0, 0, 0, 0.5);
}
/*
 * Dream Starter Footer LESS
 */
.main-footer {
  /* 
	no more fixed for the footer
	this was implemented for page has less content so that footer is fixed at the bottom
	updating it to be dynamic
	@media @from-sm {
		height: @footer-height-sm;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
	}
	@media @from-md {
		height: @footer-height-md;
	} 
	*/
}
.main-footer > .wrapper {
  height: 100%;
  background-color: #F4F4F4;
}
.main-footer .top-menu-container {
  padding-top: 30px;
}
@media (min-width: 768px) {
  .main-footer .top-menu-container {
    border-bottom: 1px solid #E2E2E2;
    padding-top: 40px;
  }
}
@media (min-width: 1024px) {
  .main-footer .top-menu-container {
    padding-top: 80px;
  }
}
@media (min-width: 768px) {
  .main-footer .bottom-menu-container {
    height: 50px;
  }
}
@media (min-width: 1024px) {
  .main-footer .bottom-menu-container {
    height: 50px;
  }
}
.main-footer .footer-menu-title {
  margin-bottom: 10px;
  display: inline-block;
}
@media (min-width: 768px) {
  .main-footer .footer-menu-title {
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .main-footer .footer-menu-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .main-footer .footer-menu-list {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .main-footer .footer-menu-list > li {
    margin-bottom: 15px;
  }
}
@media (min-width: 1024px) {
  .main-footer .footer-menu-list > li {
    margin-bottom: 20px;
  }
}
.main-footer .footer-menu-list a,
.main-footer .footer-menu-list h6 {
  color: #525199;
  font-family: "ING Me Web Bold", sans-serif !important;
}
a.main-footer .footer-menu-list a:hover,
a.main-footer .footer-menu-list h6:hover,
a.main-footer .footer-menu-list a:focus,
a.main-footer .footer-menu-list h6:focus {
  color: #403f78;
}
@media (max-width: 1023px) {
  .main-footer .footer-social-list {
    display: inline;
    margin-left: 10px;
  }
  .main-footer .footer-social-list > li {
    display: inline;
    margin-left: 10px;
  }
}
@media (min-width: 1024px) {
  .main-footer .footer-social-list {
    float: left !important;
  }
  .main-footer .footer-social-list:before,
  .main-footer .footer-social-list:after {
    content: " ";
    display: table;
  }
  .main-footer .footer-social-list:after {
    clear: both;
  }
  .main-footer .footer-social-list:before,
  .main-footer .footer-social-list:after {
    content: " ";
    display: table;
  }
  .main-footer .footer-social-list:after {
    clear: both;
  }
  .main-footer .footer-social-list > li {
    float: left !important;
    margin-left: 20px;
  }
  .main-footer .footer-social-list > li a {
    color: #444444;
    transition: color 0.3s;
  }
  a.main-footer .footer-social-list > li a:hover,
  a.main-footer .footer-social-list > li a:focus {
    color: #2b2b2b;
  }
  .main-footer .footer-social-list > li a:hover {
    color: #FF6200;
  }
}
@media (min-width: 1024px) and (min-width: 768px) and (max-width: 1023px) {
  .main-footer .footer-social-list > li {
    margin-left: 0;
    margin-right: 20px;
    margin-top: -15px;
  }
}
@media (max-width: 767px) {
  .main-footer .footer-logo {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .main-footer .footer-logo img {
    height: 40px;
  }
}
@media (min-width: 768px) {
  .main-footer .footer-logo {
    text-align: right;
  }
}
@media (min-width: 1024px) {
  .main-footer .footer-logo {
    margin-top: -40px;
    margin-bottom: 40px;
  }
}
.main-footer .footer-tnc ul li + li {
  margin-top: 0;
}
.main-footer .footer-tnc ul li ul {
  margin-top: 0;
}
@media (max-width: 767px) {
  .main-footer .footer-tnc {
    border-bottom: 1px solid #E2E2E2;
    overflow: hidden;
    padding-top: 15px;
  }
  .main-footer .footer-tnc h6 {
    text-align: center;
  }
  .main-footer .footer-tnc .small {
    font-size: 8px;
    line-height: 12px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .main-footer .footer-tnc {
    margin-top: 20px;
  }
  .main-footer .footer-tnc .small {
    font-size: 8px;
    line-height: 12px;
  }
}
@media (min-width: 1024px) {
  .main-footer .footer-tnc {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .main-footer .footer-copyright {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .main-footer .footer-copyright {
    text-align: right;
    margin-top: 10px;
  }
}
@media (min-width: 768px) {
  .main-footer .footer-btn-email {
    padding-left: 30px !important;
    padding-right: 30px !important;
    min-width: 0;
  }
}
@media (max-width: 767px) {
  .main-footer .footer-border-box-xs {
    border-top: 1px solid #E2E2E2;
    border-bottom: 1px solid #E2E2E2;
    overflow: hidden;
    padding: 10px 0;
  }
  .main-footer .footer-border-box-xs .footer-menu-title {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 1024px) {
  .main-footer .pull-left-md {
    float: left !important;
  }
}
/*
 * Dream Starter Modals LESS
 */
/*
 * ING Direct Modal for mobile instead of popover
 */
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade.right {
  padding-right: 0 !important;
}
.modal.fade:not(.in).right .modal-dialog {
  -webkit-transform: translate3d(125%, 0, 0);
  transform: translate3d(125%, 0, 0);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
  height: 100%;
}
.modal-dialog.sm-size {
  max-width: 600px;
}
.modal-content {
  position: relative;
  border: 1px solid #999;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
  top: 30px;
  padding: 1px;
  color: #444444;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.78571429px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.78571429;
}
.modal-body {
  position: relative;
  padding: 15px 20px;
  font-size: 15px;
}
.modal-body h4 {
  color: #444444;
  line-height: 1.2;
  margin-bottom: 10px;
}
.modal-body p {
  margin-bottom: 10px;
}
.modal-body a > p {
  margin-bottom: 0;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 600px;
  }
}
@media (min-width: 1024px) {
  .modal-dialog {
    width: 800px;
  }
}
@media (min-width: 1240px) {
  .modal-dialog {
    width: 900px;
  }
}
@media (min-width: 1024px) {
  .modal-lg {
    width: 900px;
  }
}
.modal-close {
  color: #FF6200;
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 20px;
  position: absolute;
  top: 12px !important;
  right: 12px;
  margin-right: 0;
  z-index: 1;
}
.modal-close:hover,
.modal-close:focus {
  cursor: pointer;
}
.modal.modal-generic {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.modal.modal-generic .modal-dialog {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  overflow: hidden;
}
@media (max-width: 767px) {
  .modal.modal-generic .modal-dialog {
    padding: 10px;
  }
}
@media (min-width: 768px) {
  .modal.modal-generic .modal-dialog {
    width: 90%;
    height: 90%;
    top: 5%;
  }
}
@media (min-width: 1024px) {
  .modal.modal-generic .modal-dialog {
    width: 840px;
    height: 90%;
    max-height: 800px;
    top: 5%;
  }
}
.modal.modal-generic .modal-content {
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  border: 0;
}
.modal.modal-generic .modal-header {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 50px;
  top: 30px;
  left: 0;
  right: 0;
  padding: 14px 20px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom: 0;
  background-color: transparent;
}
.modal.modal-generic .modal-header > .pull-left {
  max-width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #FFFFFF;
}
.modal.modal-generic .modal-header .header-button,
.modal.modal-generic .modal-header .header-button > span {
  color: #FFFFFF;
}
.modal.modal-generic .modal-header .header-button:hover {
  text-decoration: underline;
  cursor: pointer;
}
.modal.modal-generic .modal-header .header-button .icon-font {
  margin-right: 5px;
}
.modal.modal-generic .modal-body {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  top: 0;
  left: 0;
  right: 0;
}
.modal.modal-generic .modal-body.with-header {
  padding-top: 80px;
}
.modal.modal-generic .modal-body.with-footer {
  padding-bottom: 65px;
}
.modal.modal-generic .modal-footer {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 65px;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 20px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: 0;
  background-color: transparent;
}
.modal.modal-generic .modal-outer-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
.modal.modal-generic .modal-inner-container {
  padding: 20px 20px;
}
@media (min-width: 768px) {
  .modal.modal-generic .modal-inner-container {
    padding: 20px 30px;
  }
}
.modal.modal-generic .dynamic-content-style {
  color: #444444;
}
.modal.modal-generic .dynamic-content-style h3 {
  color: #FF6200;
  font-weight: normal;
  margin-bottom: 20px;
}
.modal.modal-form {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.modal.modal-form .modal-dialog {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  overflow: hidden;
}
@media (max-width: 767px) {
  .modal.modal-form .modal-dialog {
    padding: 10px;
  }
}
@media (min-width: 768px) {
  .modal.modal-form .modal-dialog {
    width: 90%;
    height: 90%;
    top: 5%;
  }
}
@media (min-width: 1024px) {
  .modal.modal-form .modal-dialog {
    width: 840px;
    height: 90%;
    max-height: 800px;
    top: 5%;
  }
}
.modal.modal-form .modal-content {
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  border: 0;
}
.modal.modal-form .modal-header {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 50px;
  top: 30px;
  left: 0;
  right: 0;
  padding: 14px 20px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom: 0;
  background-color: transparent;
}
.modal.modal-form .modal-header > .pull-left {
  max-width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #FFFFFF;
}
.modal.modal-form .modal-header .header-button,
.modal.modal-form .modal-header .header-button > span {
  color: #FFFFFF;
}
.modal.modal-form .modal-header .header-button:hover {
  text-decoration: underline;
  cursor: pointer;
}
.modal.modal-form .modal-header .header-button .icon-font {
  margin-right: 5px;
}
.modal.modal-form .modal-body {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  top: 0;
  left: 0;
  right: 0;
}
.modal.modal-form .modal-body.with-header {
  padding-top: 80px;
}
.modal.modal-form .modal-body.with-footer {
  padding-bottom: 65px;
}
.modal.modal-form .modal-footer {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 65px;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 20px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: 0;
  background-color: transparent;
}
.modal.modal-form .modal-outer-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
.modal.modal-form .modal-inner-container {
  padding: 20px 20px;
}
@media (min-width: 768px) {
  .modal.modal-form .modal-inner-container {
    padding: 20px 30px;
  }
}
.modal.modal-form .dynamic-content-style {
  color: #444444;
}
.modal.modal-form .dynamic-content-style h3 {
  color: #FF6200;
  font-weight: normal;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .modal.modal-form .modal-dialog {
    max-height: 550px;
  }
}
.modal.slide-open .modal-dialog {
  width: 100%;
  height: 100%;
  margin: 0;
}
@media (min-width: 1240px) {
  .modal.slide-open .modal-dialog {
    max-width: 1440px;
    float: right;
  }
}
.modal.slide-open .modal-dialog .slide-modal-content {
  width: 100%;
  height: 100%;
  position: relative;
}
.modal.slide-open .modal-dialog .slide-modal-content .close-tab-label {
  background-color: #FFFFFF;
  color: #525199;
}
.modal.slide-open .modal-dialog .slide-modal-content .close-tab-label .close-btn {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  font-size: 16px;
  line-height: 1;
  padding: 12px;
  text-align: center;
  background-color: #FFFFFF;
  cursor: pointer;
  z-index: 10;
  box-shadow: -7px 2px 14px 0px rgba(0, 0, 0, 0.15);
  margin-right: 17px;
}
.modal.slide-open .modal-dialog .slide-modal-content .close-tab-label:hover {
  color: #39386C;
}
.modal.slide-open .modal-dialog .slide-modal-content .slide-modal-body {
  background-color: #FFFFFF;
  padding-top: 11px;
  min-height: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
@media (min-width: 768px) {
  .modal.slide-open .modal-dialog .slide-modal-content {
    padding-left: 75px;
  }
  .modal.slide-open .modal-dialog .slide-modal-content .close-tab-label {
    position: absolute;
    left: -1px;
    top: 70px;
    width: 75px;
    height: 140px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
  }
  .modal.slide-open .modal-dialog .slide-modal-content .close-tab-label .close-btn {
    position: absolute;
    width: 140px;
    margin-right: 0;
    top: 34px;
    left: -30px;
    right: auto;
    font-size: 20px;
    padding: 25px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    box-shadow: none;
  }
  .modal.slide-open .modal-dialog .slide-modal-content .slide-modal-body {
    padding-top: 0;
  }
}
.modal.slide-open .modal-dialog .slide-modal-content .btn-link {
  display: inline-block;
  margin-top: 10px;
}
@media (min-width: 1240px) {
  .modal.slide-open .modal-dialog .slide-modal-content .btn-link {
    margin-top: 5px;
  }
}
@media (min-width: 1240px) {
  .modal.slide-open .modal-dialog .slide-modal-content .btn-row {
    display: inline-block;
    width: 100%;
    margin-left: -10px;
    margin-right: -10px;
  }
  .modal.slide-open .modal-dialog .slide-modal-content .btn-row .left-btn-cell {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
  }
  .modal.slide-open .modal-dialog .slide-modal-content .btn-row .right-btn-cell {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: right;
  }
}
@media (min-width: 1240px) and (min-width: 768px) {
  .modal.slide-open .modal-dialog .slide-modal-content .btn-row {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (min-width: 1240px) and (min-width: 1024px) {
  .modal.slide-open .modal-dialog .slide-modal-content .btn-row {
    margin-left: -13px;
    margin-right: -13px;
  }
}
@media (min-width: 1240px) and (min-width: 1240px) {
  .modal.slide-open .modal-dialog .slide-modal-content .btn-row {
    margin-left: -17px;
    margin-right: -17px;
  }
}
@media (min-width: 1240px) and (min-width: 768px) {
  .modal.slide-open .modal-dialog .slide-modal-content .btn-row .left-btn-cell {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 1240px) and (min-width: 1024px) {
  .modal.slide-open .modal-dialog .slide-modal-content .btn-row .left-btn-cell {
    padding-left: 13px;
    padding-right: 13px;
  }
}
@media (min-width: 1240px) and (min-width: 1240px) {
  .modal.slide-open .modal-dialog .slide-modal-content .btn-row .left-btn-cell {
    padding-left: 17px;
    padding-right: 17px;
  }
}
@media (min-width: 1240px) and (min-width: 1024px) {
  .modal.slide-open .modal-dialog .slide-modal-content .btn-row .left-btn-cell {
    float: left;
  }
}
@media (min-width: 1240px) and (min-width: 1240px) {
  .modal.slide-open .modal-dialog .slide-modal-content .btn-row .left-btn-cell {
    width: 50%;
  }
}
@media (min-width: 1240px) and (min-width: 768px) {
  .modal.slide-open .modal-dialog .slide-modal-content .btn-row .right-btn-cell {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 1240px) and (min-width: 1024px) {
  .modal.slide-open .modal-dialog .slide-modal-content .btn-row .right-btn-cell {
    padding-left: 13px;
    padding-right: 13px;
  }
}
@media (min-width: 1240px) and (min-width: 1240px) {
  .modal.slide-open .modal-dialog .slide-modal-content .btn-row .right-btn-cell {
    padding-left: 17px;
    padding-right: 17px;
  }
}
@media (min-width: 1240px) and (min-width: 1024px) {
  .modal.slide-open .modal-dialog .slide-modal-content .btn-row .right-btn-cell {
    float: left;
  }
}
@media (min-width: 1240px) and (min-width: 1240px) {
  .modal.slide-open .modal-dialog .slide-modal-content .btn-row .right-btn-cell {
    width: 50%;
  }
}
.modal.slide-open .modal-dialog .slide-modal-content .shorter-content-container {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .modal.slide-open .modal-dialog .slide-modal-content .shorter-content-container {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1240px) {
  .modal.slide-open .modal-dialog .slide-modal-content .shorter-content-container {
    margin-bottom: 50px;
  }
}
.modal.slide-open .modal-dialog .slide-modal-content .module-story-slider .content-container .content-cell .white-wrapper .footer-wrapper {
  display: block !important;
  text-align: left;
  padding: 25px 0;
}
.modal.slide-open .modal-dialog .slide-modal-content .module-story-slider .content-container .content-cell .white-wrapper .footer-wrapper .btn {
  margin-top: 0;
}
@media (max-width: 767px) {
  .modal.slide-open .modal-dialog .slide-modal-content .module-story-slider .image-container .image {
    padding-top: 45%;
  }
}
@media (min-width: 768px) {
  .modal.slide-open .modal-dialog .slide-modal-content .module-story-slider {
    height: auto;
    min-height: 330px;
  }
  .modal.slide-open .modal-dialog .slide-modal-content .module-story-slider .slide-container {
    height: auto;
    min-height: 330px;
  }
  .modal.slide-open .modal-dialog .slide-modal-content .module-story-slider .slide-container .content-container .content-cell .white-wrapper {
    margin: 30px 0;
  }
  .modal.slide-open .modal-dialog .slide-modal-content .module-story-slider .slide-container .content-container .content-cell .white-wrapper .footer-wrapper {
    padding: 20px 30px;
  }
}
@media (min-width: 1024px) {
  .modal.slide-open .modal-dialog .slide-modal-content .module-story-slider .content-container .content-cell .btn {
    margin-top: 0;
  }
  .modal.slide-open .modal-dialog .slide-modal-content .module-story-slider .half-content-container {
    padding-bottom: 0;
  }
}
@media (min-width: 1240px) {
  .modal.slide-open .modal-dialog .slide-modal-content .module-story-slider .white-wrapper {
    margin: 50px 0;
  }
}
@media (min-width: 768px) {
  .modal.slide-open .modal-dialog .slide-modal-content .container {
    width: 90%;
  }
}
.modal.slide-open .modal-dialog .slide-modal-content .thumbnail.hero-style {
  margin-bottom: 0;
}
.modal.slide-open .modal-dialog .slide-modal-content .thumbnail.hero-style .content-container .text-container {
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .modal.slide-open .modal-dialog .slide-modal-content .thumbnail {
    margin-bottom: 0;
  }
  .modal.slide-open .modal-dialog .slide-modal-content .thumbnail.hero-style .image-container {
    vertical-align: top !important;
  }
}
@media (min-width: 768px) {
  .modal.slide-open .modal-dialog .slide-modal-content .section-generic {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 1240px) {
  .modal.slide-open .modal-dialog .slide-modal-content .section-generic {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
/*
 * Dream Starter Custom Slick Slider LESS
 */
.slick-container:focus,
.slick-list:focus,
.slick-slide:focus,
.slick-container.focus,
.slick-list.focus,
.slick-slide.focus,
.slick-container:active,
.slick-list:active,
.slick-slide:active,
.slick-container.active,
.slick-list.active,
.slick-slide.active {
  outline: 0;
}
.slick-prev,
.slick-next {
  position: absolute;
  background-image: none;
  background-color: transparent;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 0;
  border-radius: 4px;
  border: 0;
  background-color: rgba(68, 68, 68, 0.5);
  z-index: 1;
  text-align: center;
  transition: background-color 0.3s;
}
@media (max-width: 767px) {
  .slick-prev,
  .slick-next {
    width: 32px;
    height: 43px;
  }
}
@media (min-width: 768px) {
  .slick-prev,
  .slick-next {
    width: 25px;
    height: 33px;
  }
}
@media (min-width: 1024px) {
  .slick-prev,
  .slick-next {
    width: 44px;
    height: 60px;
  }
}
.slick-prev .icon-font,
.slick-next .icon-font {
  top: 0;
  font-size: 16px;
  line-height: 43px;
  color: #FFFFFF;
}
@media (min-width: 768px) {
  .slick-prev .icon-font,
  .slick-next .icon-font {
    font-size: 16px;
    line-height: 33px;
  }
}
@media (min-width: 1024px) {
  .slick-prev .icon-font,
  .slick-next .icon-font {
    font-size: 24px;
    line-height: 60px;
  }
}
.slick-prev:hover,
.slick-next:hover {
  cursor: pointer;
  background-color: #222222;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
}
.slick-prev {
  left: 5px;
}
@media (min-width: 768px) {
  .slick-prev {
    left: 10px;
  }
}
@media (min-width: 1024px) {
  .slick-prev {
    left: 30px;
  }
}
.slick-next {
  right: 5px;
}
@media (min-width: 768px) {
  .slick-next {
    right: 10px;
  }
}
@media (min-width: 1024px) {
  .slick-next {
    right: 30px;
  }
}
.slick-dots {
  position: absolute;
  list-style: none;
  display: block;
  text-align: center;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0;
  cursor: pointer;
}
.slick-dots li + li {
  margin-left: 10px;
}
@media (min-width: 768px) {
  .slick-dots li + li {
    margin-left: 10px;
  }
}
@media (min-width: 1024px) {
  .slick-dots li + li {
    margin-left: 10px;
  }
}
.slick-dots li button {
  display: block;
  width: 10px;
  height: 10px;
  border: 0;
  background-color: #FFFFFF;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  line-height: 0;
  font-size: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .slick-dots li button {
    width: 10px;
    height: 10px;
  }
}
@media (min-width: 1024px) {
  .slick-dots li button {
    width: 10px;
    height: 10px;
  }
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li.slick-active button {
  background-color: #FF6200;
}
/*
 * Dream Starter Custom Angular Animate LESS
 */
.fadein,
.fadeout {
  transition: opacity 0.5s;
}
.fadein.doubletime,
.fadeout.doubletime {
  transition: opacity 5s !important;
}
.fadein.ng-hide-remove,
.fadeout.ng-hide-add.ng-hide-add-active {
  opacity: 0;
  display: block !important;
}
.fadeout.ng-hide-add,
.fadein.ng-hide-remove.ng-hide-remove-active {
  opacity: 1;
  display: block !important;
}
.slidedown,
.slideup {
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
.slidedown.ng-hide-remove,
.slideup.ng-hide-add.ng-hide-add-active {
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
  display: block !important;
}
.slideup.ng-hide-add,
.slidedown.ng-hide-remove.ng-hide-remove-active {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  display: block !important;
}
.slideleft,
.slideright {
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
.slideleft.ng-hide-remove,
.slideright.ng-hide-add.ng-hide-add-active {
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
  display: block !important;
}
.slideright.ng-hide-add,
.slideleft.ng-hide-remove.ng-hide-remove-active {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  display: block !important;
}
.fade.ng-leave,
.fade.ng-enter {
  transition: opacity 0.5s;
}
.fade.ng-leave {
  opacity: 1;
  display: block !important;
}
.fade.ng-leave.ng-leave-active {
  opacity: 0;
  display: block !important;
}
.fade.ng-enter {
  opacity: 0;
  display: block !important;
}
.fade.ng-enter.ng-enter-active {
  opacity: 1;
  display: block !important;
}
.slide-fromright.ng-leave,
.slide-fromright.ng-enter {
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
.slide-fromright.ng-leave {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  display: block !important;
}
.slide-fromright.ng-leave.ng-leave-active {
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
  display: block !important;
}
.slide-fromright.ng-enter {
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
  display: block !important;
}
.slide-fromright.ng-enter.ng-enter-active {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  display: block !important;
}
.slide-fromtop.ng-leave,
.slide-fromtop.ng-enter {
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
.slide-fromtop.ng-leave {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  display: block !important;
}
.slide-fromtop.ng-leave.ng-leave-active {
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
  display: block !important;
}
.slide-fromtop.ng-enter {
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
  display: block !important;
}
.slide-fromtop.ng-enter.ng-enter-active {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  display: block !important;
}
/*
 * Dream Starter Custom angular-ui-select LESS
 */
.btn-default-focus {
  outline: 0 !important;
  box-shadow: none;
  background-color: transparent;
}
.ui-select-search {
  width: 100% !important;
}
.ui-select-container .btn.form-control {
  font-family: "ING Me Web Regular", sans-serif;
  letter-spacing: 0;
  font-weight: normal;
  text-transform: none;
  color: #444444 !important;
  padding-top: 19px;
}
.ui-select-container .btn.form-control:hover,
.ui-select-container .btn.form-control:active,
.ui-select-container .btn.form-control:focus,
.ui-select-container .btn.form-control.active,
.open > .dropdown-toggle.ui-select-container .btn.form-control,
.ui-select-container .btn.form-control[aria-expanded="true"] {
  color: #444444 !important;
  background-color: #FFFFFF;
  border-color: #E2E2E2;
}
.ui-select-container .btn.form-control:hover .icon-font,
.ui-select-container .btn.form-control:active .icon-font,
.ui-select-container .btn.form-control:focus .icon-font,
.ui-select-container .btn.form-control.active .icon-font,
.open > .dropdown-toggle.ui-select-container .btn.form-control .icon-font,
.ui-select-container .btn.form-control[aria-expanded="true"] .icon-font {
  color: #444444 !important;
}
.ui-select-container .btn.form-control:active,
.ui-select-container .btn.form-control.active,
.ui-select-container .btn.form-control:focus,
.open > .dropdown-toggle.ui-select-container .btn.form-control {
  background-image: none;
}
.ui-select-container .btn.form-control.disabled,
.ui-select-container .btn.form-control[disabled],
fieldset[disabled] .ui-select-container .btn.form-control,
.ui-select-container .btn.form-control.disabled:hover,
.ui-select-container .btn.form-control[disabled]:hover,
fieldset[disabled] .ui-select-container .btn.form-control:hover,
.ui-select-container .btn.form-control.disabled:focus,
.ui-select-container .btn.form-control[disabled]:focus,
fieldset[disabled] .ui-select-container .btn.form-control:focus,
.ui-select-container .btn.form-control.disabled.focus,
.ui-select-container .btn.form-control[disabled].focus,
fieldset[disabled] .ui-select-container .btn.form-control.focus,
.ui-select-container .btn.form-control.disabled:active,
.ui-select-container .btn.form-control[disabled]:active,
fieldset[disabled] .ui-select-container .btn.form-control:active,
.ui-select-container .btn.form-control.disabled.active,
.ui-select-container .btn.form-control[disabled].active,
fieldset[disabled] .ui-select-container .btn.form-control.active {
  background-color: #E2E2E2 !important;
  color: #999999 !important;
  border-color: #DBDBDB !important;
}
.ui-select-bootstrap > .ui-select-choices {
  margin-top: 5px !important;
  border-radius: 18px;
  border-color: #FF6200;
  background-color: #F4F4F4;
}
.ui-select-bootstrap .ui-select-choices-row.active > span {
  background-color: #FF6200;
}
.ui-select-bootstrap .ui-select-toggle > .caret {
  right: 20px;
}
.dropdown-menu .divider {
  background-color: #FFFFFF;
}
