@charset "UTF-8";
@font-face {
  font-family: 'aktiv_grotesk';
  src: url("font/aktivgrotesk_std_bd-webfont.eot");
  src: url("font/aktivgrotesk_std_bd-webfont.eot?#iefix") format("embedded-opentype"), url("font/aktivgrotesk_std_bd-webfont.woff2") format("woff2"), url("font/aktivgrotesk_std_bd-webfont.woff") format("woff"), url("font/aktivgrotesk_std_bd-webfont.ttf") format("truetype"), url("font/aktivgrotesk_std_bd-webfont.svg#aktiv_groteskbold") format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'aktiv_grotesk';
  src: url("font/aktivgrotesk_std_bdit-webfont.eot");
  src: url("font/aktivgrotesk_std_bdit-webfont.eot?#iefix") format("embedded-opentype"), url("font/aktivgrotesk_std_bdit-webfont.woff2") format("woff2"), url("font/aktivgrotesk_std_bdit-webfont.woff") format("woff"), url("font/aktivgrotesk_std_bdit-webfont.ttf") format("truetype"), url("font/aktivgrotesk_std_bdit-webfont.svg#aktiv_groteskbold_italic") format("svg");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: 'aktiv_grotesk';
  src: url("font/aktivgrotesk_std_it-webfont.eot");
  src: url("font/aktivgrotesk_std_it-webfont.eot?#iefix") format("embedded-opentype"), url("font/aktivgrotesk_std_it-webfont.woff2") format("woff2"), url("font/aktivgrotesk_std_it-webfont.woff") format("woff"), url("font/aktivgrotesk_std_it-webfont.ttf") format("truetype"), url("font/aktivgrotesk_std_it-webfont.svg#aktiv_groteskitalic") format("svg");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'aktiv_grotesk';
  src: url("font/aktivgrotesk_std_rg-webfont.eot");
  src: url("font/aktivgrotesk_std_rg-webfont.eot?#iefix") format("embedded-opentype"), url("font/aktivgrotesk_std_rg-webfont.woff2") format("woff2"), url("font/aktivgrotesk_std_rg-webfont.woff") format("woff"), url("font/aktivgrotesk_std_rg-webfont.ttf") format("truetype"), url("font/aktivgrotesk_std_rg-webfont.svg#aktiv_groteskregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.checkbox {
  padding-left: 20px; }
  .checkbox label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px; }
    .checkbox label::before {
      content: "";
      display: inline-block;
      position: absolute;
      width: 17px;
      height: 17px;
      left: 0;
      margin-left: -20px;
      border: 1px solid #ccc;
      border-radius: 3px;
      background-color: #fff;
      -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }
    .checkbox label::after {
      display: inline-block;
      position: absolute;
      width: 16px;
      height: 16px;
      left: 0;
      top: 0;
      margin-left: -20px;
      padding-left: 5px;
      padding-top: 1px;
      font-size: 11px;
      color: #555555; }
  .checkbox input[type="checkbox"],
  .checkbox input[type="radio"] {
    opacity: 0;
    z-index: 1; }
    .checkbox input[type="checkbox"]:focus + label::before,
    .checkbox input[type="radio"]:focus + label::before {
      outline: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
    .checkbox input[type="checkbox"]:checked + label::after,
    .checkbox input[type="radio"]:checked + label::after {
      font-family: "FontAwesome";
      content: ""; }
    .checkbox input[type="checkbox"]:disabled + label,
    .checkbox input[type="radio"]:disabled + label {
      opacity: 0.65; }
      .checkbox input[type="checkbox"]:disabled + label::before,
      .checkbox input[type="radio"]:disabled + label::before {
        background-color: #eeeeee;
        cursor: not-allowed; }
  .checkbox.checkbox-circle label::before {
    border-radius: 50%; }
  .checkbox.checkbox-inline {
    margin-top: 0; }

.checkbox-primary input[type="checkbox"]:checked + label::before,
.checkbox-primary input[type="radio"]:checked + label::before {
  background-color: white;
  border-color: #337ab7; }

.checkbox-primary input[type="checkbox"]:checked + label::after,
.checkbox-primary input[type="radio"]:checked + label::after {
  color: black; }

.checkbox-danger input[type="checkbox"]:checked + label::before,
.checkbox-danger input[type="radio"]:checked + label::before {
  background-color: white;
  border-color: #d9534f; }

.checkbox-danger input[type="checkbox"]:checked + label::after,
.checkbox-danger input[type="radio"]:checked + label::after {
  color: black; }

.checkbox-info input[type="checkbox"]:checked + label::before,
.checkbox-info input[type="radio"]:checked + label::before {
  background-color: white;
  border-color: #5bc0de; }

.checkbox-info input[type="checkbox"]:checked + label::after,
.checkbox-info input[type="radio"]:checked + label::after {
  color: black; }

.checkbox-warning input[type="checkbox"]:checked + label::before,
.checkbox-warning input[type="radio"]:checked + label::before {
  background-color: white;
  border-color: #f0ad4e; }

.checkbox-warning input[type="checkbox"]:checked + label::after,
.checkbox-warning input[type="radio"]:checked + label::after {
  color: black; }

.checkbox-success input[type="checkbox"]:checked + label::before,
.checkbox-success input[type="radio"]:checked + label::before {
  background-color: white;
  border-color: #5cb85c; }

.checkbox-success input[type="checkbox"]:checked + label::after,
.checkbox-success input[type="radio"]:checked + label::after {
  color: black; }

.radio {
  padding-left: 20px; }
  .radio label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px; }
    .radio label::before {
      content: "";
      display: inline-block;
      position: absolute;
      width: 17px;
      height: 17px;
      left: 0;
      margin-left: -20px;
      border: 1px solid #ccc;
      border-radius: 50%;
      background-color: #fff;
      -webkit-transition: border 0.15s ease-in-out;
      -o-transition: border 0.15s ease-in-out;
      transition: border 0.15s ease-in-out; }
    .radio label::after {
      display: inline-block;
      position: absolute;
      content: " ";
      width: 11px;
      height: 11px;
      left: 3px;
      top: 3px;
      margin-left: -20px;
      border-radius: 50%;
      background-color: #555555;
      -webkit-transform: scale(0, 0);
      -ms-transform: scale(0, 0);
      -o-transform: scale(0, 0);
      transform: scale(0, 0);
      -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); }
  .radio input[type="radio"] {
    opacity: 0;
    z-index: 1; }
    .radio input[type="radio"]:focus + label::before {
      outline: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
    .radio input[type="radio"]:checked + label::after {
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      -o-transform: scale(1, 1);
      transform: scale(1, 1); }
    .radio input[type="radio"]:disabled + label {
      opacity: 0.65; }
      .radio input[type="radio"]:disabled + label::before {
        cursor: not-allowed; }
  .radio.radio-inline {
    margin-top: 0; }

.radio-primary input[type="radio"] + label::after {
  background-color: #337ab7; }

.radio-primary input[type="radio"]:checked + label::before {
  border-color: #337ab7; }

.radio-primary input[type="radio"]:checked + label::after {
  background-color: #337ab7; }

.radio-danger input[type="radio"] + label::after {
  background-color: #d9534f; }

.radio-danger input[type="radio"]:checked + label::before {
  border-color: #d9534f; }

.radio-danger input[type="radio"]:checked + label::after {
  background-color: #d9534f; }

.radio-info input[type="radio"] + label::after {
  background-color: #5bc0de; }

.radio-info input[type="radio"]:checked + label::before {
  border-color: #5bc0de; }

.radio-info input[type="radio"]:checked + label::after {
  background-color: #5bc0de; }

.radio-warning input[type="radio"] + label::after {
  background-color: #f0ad4e; }

.radio-warning input[type="radio"]:checked + label::before {
  border-color: #f0ad4e; }

.radio-warning input[type="radio"]:checked + label::after {
  background-color: #f0ad4e; }

.radio-success input[type="radio"] + label::after {
  background-color: #5cb85c; }

.radio-success input[type="radio"]:checked + label::before {
  border-color: #5cb85c; }

.radio-success input[type="radio"]:checked + label::after {
  background-color: #5cb85c; }

input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after {
  font-family: 'FontAwesome';
  content: "\f00c"; }

input[type="checkbox"] .styled:checked + label::before,
input[type="radio"] .styled:checked + label::before {
  color: #fff; }

input[type="checkbox"] .styled:checked + label::after,
input[type="radio"] .styled:checked + label::after {
  color: #fff; }

.multiselect-dropdown {
  display: block;
  padding: 4px 10px;
  border: solid 1px black;
  background-color: white;
  position: relative; }

.multiselect-dropdown span.optext, .multiselect-dropdown span.placeholder {
  margin-right: 0.5em;
  margin-bottom: 2px;
  padding: 1px 0;
  display: inline-block; }

.multiselect-dropdown span.optext {
  background-color: #e8e8e8;
  font-size: 12px;
  padding: 4px 15px 4px 4px;
  line-height: 1;
  display: inline-flex;
  align-items: center; }

.multiselect-dropdown span.optext .optdel {
  float: right;
  margin: 0 -6px 1px 5px;
  margin-top: 2px;
  font-weight: bold;
  cursor: pointer;
  color: #666;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1; }

.multiselect-dropdown span.optext .optdel:hover {
  color: #c66; }

.multiselect-dropdown span.placeholder {
  color: #0088c1;
  font-size: 12px; }

.multiselect-dropdown-list-wrapper {
  box-shadow: gray 0 3px 8px;
  z-index: 100;
  padding: 2px;
  border: solid 1px #ced4da;
  display: none;
  margin: -1px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: white; }

.multiselect-dropdown-list-wrapper .multiselect-dropdown-search {
  margin-bottom: 5px; }

.multiselect-dropdown-list {
  padding: 2px;
  height: 15rem;
  overflow-y: auto;
  overflow-x: hidden; }

.multiselect-dropdown-list::-webkit-scrollbar {
  width: 6px; }

.multiselect-dropdown-list::-webkit-scrollbar-thumb {
  background-color: #bec4ca;
  border-radius: 3px; }

.multiselect-dropdown-list div {
  padding: 5px;
  display: flex;
  align-items: center; }
  .multiselect-dropdown-list div label {
    color: #333333 !important; }

.multiselect-dropdown-list input {
  margin-right: 0.35em; }

.multiselect-dropdown-list div:hover {
  background-color: #ced4da; }

.multiselect-dropdown span.maxselected {
  width: 100%; }

.multiselect-dropdown-all-selector {
  border-bottom: solid 1px #999; }

.checkbox {
  padding-left: 20px; }
  .checkbox label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px; }
    .checkbox label::before {
      content: "";
      display: inline-block;
      position: absolute;
      width: 17px;
      height: 17px;
      left: 0;
      margin-left: -20px;
      border: 1px solid #ccc;
      border-radius: 3px;
      background-color: #fff;
      -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }
    .checkbox label::after {
      display: inline-block;
      position: absolute;
      width: 16px;
      height: 16px;
      left: 0;
      top: 0;
      margin-left: -20px;
      padding-left: 5px;
      padding-top: 1px;
      font-size: 11px;
      color: #555555; }
  .checkbox input[type="checkbox"],
  .checkbox input[type="radio"] {
    opacity: 0;
    z-index: 1; }
    .checkbox input[type="checkbox"]:focus + label::before,
    .checkbox input[type="radio"]:focus + label::before {
      outline: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
    .checkbox input[type="checkbox"]:checked + label::after,
    .checkbox input[type="radio"]:checked + label::after {
      font-family: "FontAwesome";
      content: ""; }
    .checkbox input[type="checkbox"]:disabled + label,
    .checkbox input[type="radio"]:disabled + label {
      opacity: 0.65; }
      .checkbox input[type="checkbox"]:disabled + label::before,
      .checkbox input[type="radio"]:disabled + label::before {
        background-color: #eeeeee;
        cursor: not-allowed; }
  .checkbox.checkbox-circle label::before {
    border-radius: 50%; }
  .checkbox.checkbox-inline {
    margin-top: 0; }

.checkbox-primary input[type="checkbox"]:checked + label::before,
.checkbox-primary input[type="radio"]:checked + label::before {
  background-color: white;
  border-color: #337ab7; }

.checkbox-primary input[type="checkbox"]:checked + label::after,
.checkbox-primary input[type="radio"]:checked + label::after {
  color: black; }

.checkbox-danger input[type="checkbox"]:checked + label::before,
.checkbox-danger input[type="radio"]:checked + label::before {
  background-color: white;
  border-color: #d9534f; }

.checkbox-danger input[type="checkbox"]:checked + label::after,
.checkbox-danger input[type="radio"]:checked + label::after {
  color: black; }

.checkbox-info input[type="checkbox"]:checked + label::before,
.checkbox-info input[type="radio"]:checked + label::before {
  background-color: white;
  border-color: #5bc0de; }

.checkbox-info input[type="checkbox"]:checked + label::after,
.checkbox-info input[type="radio"]:checked + label::after {
  color: black; }

.checkbox-warning input[type="checkbox"]:checked + label::before,
.checkbox-warning input[type="radio"]:checked + label::before {
  background-color: white;
  border-color: #f0ad4e; }

.checkbox-warning input[type="checkbox"]:checked + label::after,
.checkbox-warning input[type="radio"]:checked + label::after {
  color: black; }

.checkbox-success input[type="checkbox"]:checked + label::before,
.checkbox-success input[type="radio"]:checked + label::before {
  background-color: white;
  border-color: #5cb85c; }

.checkbox-success input[type="checkbox"]:checked + label::after,
.checkbox-success input[type="radio"]:checked + label::after {
  color: black; }

.radio {
  padding-left: 20px; }
  .radio label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px; }
    .radio label::before {
      content: "";
      display: inline-block;
      position: absolute;
      width: 17px;
      height: 17px;
      left: 0;
      margin-left: -20px;
      border: 1px solid #ccc;
      border-radius: 50%;
      background-color: #fff;
      -webkit-transition: border 0.15s ease-in-out;
      -o-transition: border 0.15s ease-in-out;
      transition: border 0.15s ease-in-out; }
    .radio label::after {
      display: inline-block;
      position: absolute;
      content: " ";
      width: 11px;
      height: 11px;
      left: 3px;
      top: 3px;
      margin-left: -20px;
      border-radius: 50%;
      background-color: #555555;
      -webkit-transform: scale(0, 0);
      -ms-transform: scale(0, 0);
      -o-transform: scale(0, 0);
      transform: scale(0, 0);
      -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); }
  .radio input[type="radio"] {
    opacity: 0;
    z-index: 1; }
    .radio input[type="radio"]:focus + label::before {
      outline: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
    .radio input[type="radio"]:checked + label::after {
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      -o-transform: scale(1, 1);
      transform: scale(1, 1); }
    .radio input[type="radio"]:disabled + label {
      opacity: 0.65; }
      .radio input[type="radio"]:disabled + label::before {
        cursor: not-allowed; }
  .radio.radio-inline {
    margin-top: 0; }

.radio-primary input[type="radio"] + label::after {
  background-color: #337ab7; }

.radio-primary input[type="radio"]:checked + label::before {
  border-color: #337ab7; }

.radio-primary input[type="radio"]:checked + label::after {
  background-color: #337ab7; }

.radio-danger input[type="radio"] + label::after {
  background-color: #d9534f; }

.radio-danger input[type="radio"]:checked + label::before {
  border-color: #d9534f; }

.radio-danger input[type="radio"]:checked + label::after {
  background-color: #d9534f; }

.radio-info input[type="radio"] + label::after {
  background-color: #5bc0de; }

.radio-info input[type="radio"]:checked + label::before {
  border-color: #5bc0de; }

.radio-info input[type="radio"]:checked + label::after {
  background-color: #5bc0de; }

.radio-warning input[type="radio"] + label::after {
  background-color: #f0ad4e; }

.radio-warning input[type="radio"]:checked + label::before {
  border-color: #f0ad4e; }

.radio-warning input[type="radio"]:checked + label::after {
  background-color: #f0ad4e; }

.radio-success input[type="radio"] + label::after {
  background-color: #5cb85c; }

.radio-success input[type="radio"]:checked + label::before {
  border-color: #5cb85c; }

.radio-success input[type="radio"]:checked + label::after {
  background-color: #5cb85c; }

input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after {
  font-family: 'FontAwesome';
  content: "\f00c"; }

input[type="checkbox"] .styled:checked + label::before,
input[type="radio"] .styled:checked + label::before {
  color: #fff; }

input[type="checkbox"] .styled:checked + label::after,
input[type="radio"] .styled:checked + label::after {
  color: #fff; }

/*
	General styles
*/
body.cc-form {
  font-family: 'Montserrat', sans-serif; }
  body.cc-form .modal a {
    background: #235BA8;
    text-decoration: none;
    display: block;
    text-align: center;
    border: none;
    color: #ffffff;
    font-size: 16px;
    padding: 10px 15px;
    border-radius: 40px;
    margin-top: 30px;
    font-weight: 600;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s; }
    body.cc-form .modal a:hover {
      background: #000000; }
  body.cc-form .modal button {
    background: #235BA8;
    text-decoration: none;
    display: block;
    text-align: center;
    border: none;
    color: #ffffff;
    font-size: 16px;
    padding: 10px 15px;
    border-radius: 40px;
    margin-top: 30px;
    font-weight: 600;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s; }
    body.cc-form .modal button:hover {
      background: #000000; }

.cc-banner {
  background: url(img/cc-banner.jpg) no-repeat center bottom;
  background-size: cover;
  height: 650px;
  text-align: center;
  color: #ffffff; }
  .cc-banner .applyBtn {
    background: #0088c1;
    display: inline-block;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-transform: uppercase;
    font-size: 34px;
    padding: 10px;
    width: 50%;
    font-weight: bold;
    margin-top: 15px; }
  .cc-banner.form {
    background-position: center center;
    height: 320px;
    text-align: right; }
    .cc-banner.form .formTitle {
      text-align: left;
      padding-top: 10px;
      clear: both; }
      @media (min-width: 768px) {
        .cc-banner.form .formTitle {
          padding-top: 25px; } }
      .cc-banner.form .formTitle h1 {
        font-size: 48px;
        font-family: 'Montserrat', sans-serif;
        font-weight: bold;
        margin-bottom: 15px; }
        @media (max-width: 992px) {
          .cc-banner.form .formTitle h1 {
            font-size: 32px; } }
        @media (max-width: 768px) {
          .cc-banner.form .formTitle h1 {
            font-size: 24px; } }
      .cc-banner.form .formTitle h3 {
        font-family: 'Montserrat', sans-serif;
        font-size: 18px;
        font-weight: bold;
        margin-top: 0; }
        @media (max-width: 768px) {
          .cc-banner.form .formTitle h3 {
            font-size: 18px; } }
  .cc-banner .subpage-logo {
    text-align: left;
    padding-top: 30px;
    float: right; }
    @media (min-width: 768px) {
      .cc-banner .subpage-logo {
        padding-top: 50px; } }
    .cc-banner .subpage-logo:after {
      content: '';
      display: block;
      clear: both; }

#consultationForm {
  text-align: center;
  font-size: 18px;
  padding-top: 30px;
  padding-bottom: 30px;
  color: black; }
  #consultationForm hr {
    margin-top: 45px;
    margin-bottom: 30px; }
    #consultationForm hr.line {
      background: #000000; }
  #consultationForm .description h2 {
    font-weight: bold;
    font-size: 22px;
    font-family: 'Lora', serif;
    margin-bottom: 20px; }
  #consultationForm .description p {
    font-size: 16px;
    font-family: 'Lora', serif; }
  #consultationForm h2 {
    font-size: 26px;
    margin-bottom: 30px; }
  #consultationForm strong {
    color: #235BA8; }
  #consultationForm span strong {
    color: black; }
  #consultationForm p {
    margin-bottom: 15px; }
  #consultationForm #form {
    text-align: left;
    padding-bottom: 60px; }
    #consultationForm #form label {
      font-size: 12px;
      padding-left: 5px;
      color: #000000;
      font-weight: 500;
      line-height: 20px; }
    #consultationForm #form h3 {
      text-align: center;
      color: #235BA8;
      font-size: 26px;
      font-weight: 600;
      margin-top: -50px;
      font-family: 'Montserrat', sans-serif; }
      #consultationForm #form h3 span {
        background: #ffffff;
        display: inline-block;
        padding-left: 10px;
        padding-right: 10px; }
    #consultationForm #form h4 {
      font-family: 'Montserrat', sans-serif;
      font-size: 15px;
      font-weight: 500; }
      #consultationForm #form h4.extra {
        font-size: 13px; }
    #consultationForm #form p {
      font-size: 14px;
      margin-bottom: 0;
      color: #235BA8;
      font-weight: 500;
      font-family: 'Montserrat', sans-serif; }
    #consultationForm #form input[type="text"], #consultationForm #form textarea, #consultationForm #form input[type="email"] {
      border: 1px solid black;
      width: 100%;
      font-size: 12px;
      padding: 5px;
      -webkit-appearance: none;
      border-radius: 0;
      -moz-border-radius: 0; }
    #consultationForm #form textarea {
      max-width: 100%;
      min-height: 90px; }
    #consultationForm #form input[type="text"].highlight, #consultationForm #form input[type="email"].highlight {
      border-color: red; }
    #consultationForm #form .has-error .form-control {
      border-color: red; }
    #consultationForm #form .has-error .help-block {
      background: red;
      color: #ffffff;
      padding: 5px;
      margin-top: 10px; }
      #consultationForm #form .has-error .help-block .list-unstyled {
        margin-bottom: 0;
        font-size: 12px; }
    #consultationForm #form .flex-this {
      display: flex;
      align-items: center; }
      #consultationForm #form .flex-this .phone-prefix {
        font-size: 12px;
        margin-right: 5px;
        font-weight: 600;
        color: #666666; }
    #consultationForm #form .question {
      padding: 4px 20px;
      position: relative; }
      #consultationForm #form .question input.short {
        width: 40%;
        margin-top: 10px; }
      #consultationForm #form .question select {
        width: 100%;
        border: 1px solid black;
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        font-size: 12px;
        background: none;
        padding: 5px 10px;
        color: #0088c1; }
        #consultationForm #form .question select::-ms-expand {
          display: none; }
      #consultationForm #form .question .checkbox {
        padding-left: 5px;
        padding-top: 10px; }
        #consultationForm #form .question .checkbox input[type="radio"] {
          position: relative; }
        #consultationForm #form .question .checkbox label {
          margin-right: 15px; }
        #consultationForm #form .question .checkbox label::before {
          border-color: black;
          height: 20px;
          width: 20px; }
      #consultationForm #form .question.arrowdown:after {
        content: "\f107";
        display: block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transform: translate(0, 0);
        position: absolute;
        right: 16px;
        bottom: 4px;
        width: 28px;
        height: 28px;
        line-height: 28px;
        z-index: -2;
        border-left: 1px solid black;
        text-align: center; }
      #consultationForm #form .question.productbg {
        background: #e8f6fb;
        padding: 20px; }
        #consultationForm #form .question.productbg .nourkrin {
          float: right; }
    #consultationForm #form #submitButton {
      display: block;
      background: #48b986;
      color: white;
      width: 100%;
      border: none;
      border-radius: 40px;
      font-size: 16px;
      padding: 10px 15px;
      font-weight: 600; }
    #consultationForm #form .disclaimer {
      margin: 0;
      padding: 30px 0;
      font-weight: 300;
      font-size: 18px;
      color: #000000;
      font-family: 'Lora', serif; }
      #consultationForm #form .disclaimer strong {
        color: #235BA8; }
    #consultationForm #form .terms {
      text-align: center;
      padding-bottom: 30px; }
      #consultationForm #form .terms h4 {
        font-size: 14px;
        font-family: 'Lora', serif;
        font-weight: 700;
        margin-top: 0; }
      #consultationForm #form .terms p {
        font-size: 14px;
        line-height: 1.8;
        font-weight: 400;
        color: #000000;
        font-family: 'Lora', serif; }
  #consultationForm .asteriskDesc {
    text-align: right; }

.modal-backdrop {
  position: fixed;
  height: 100%;
  width: 100%; }

html {
  height: 100%; }

body {
  font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
  color: #484848;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  line-height: 1.4;
  height: 100%;
  font-size: 15px; }

h1, h2, h3 {
  font-family: 'Gotham SSm A', 'Gotham SSm B',Georgia, serif;
  font-weight: normal;
  line-height: 1.4; }

img {
  max-width: 100%; }

.alignCenter {
  text-align: center; }

hr {
  background: url(img/hrLine.png) repeat-x;
  height: 1px;
  border: none;
  margin-top: 30px; }

/*
.home.page{ 
	background:url(img/frontpage_bg.jpg) no-repeat top center;
	background-size:cover;
}
*/
.login {
  color: white;
  margin-top: 200px;
  text-align: center; }
  .login h2 {
    font-size: 48px;
    margin-bottom: 25px; }
  .login input {
    color: #333333;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 10px 15px;
    border: none;
    font-size: 14px;
    width: 320px;
    font-family: 'aktiv_grotesk', sans-serif; }
    .login input#user_pass {
      width: 218px; }
    .login input#wp-submit {
      width: 100px;
      background: #0088c1;
      color: white; }
  .login h5 {
    margin-top: 20px;
    font-size: 16px;
    opacity: 0.47;
    line-height: 1.4;
    font-weight: normal; }

#logo {
  margin-top: 100px; }

.banner {
  background: url(img/frontpage_bg.jpg) no-repeat top center;
  background-size: cover;
  height: 650px;
  text-align: center;
  color: #ffffff; }
  .banner h1 {
    font-size: 32px;
    margin: 0;
    line-height: 1.3; }
  .banner h3 {
    opacity: 0.6;
    font-size: 20px;
    font-style: italic; }
  .banner .applyBtn {
    background: #0088c1;
    display: inline-block;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-transform: uppercase;
    font-size: 34px;
    padding: 10px;
    width: 50%;
    font-weight: bold;
    margin-top: 15px; }
  .banner.form {
    background-position: top center;
    height: 320px;
    text-align: right; }
    .banner.form .formTitle {
      text-align: left;
      padding-top: 10px; }
      @media (min-width: 768px) {
        .banner.form .formTitle {
          padding-top: 25px; } }
      .banner.form .formTitle h1 {
        font-size: 50px;
        margin-bottom: 0; }
      .banner.form .formTitle h3 {
        margin-top: 0;
        opacity: 1;
        font-style: normal; }
  .banner .subpage-logo {
    text-align: left;
    padding-top: 30px; }
    @media (min-width: 768px) {
      .banner .subpage-logo {
        padding-top: 50px; } }
#description h2 {
  font-size: 23px;
  padding: 20px;
  text-align: center;
  color: black; }

#description .borderRight {
  position: relative; }

#description .borderRight:after {
  content: '';
  display: inline-block;
  background: url(img/verticalLine.png) repeat-y;
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0; }

#description .borderTop {
  background: url(img/hrLine.png) repeat-x;
  height: 1px;
  width: 100%; }

#description .borderBottom {
  background: url(img/hrLine.png) repeat-x;
  height: 1px;
  width: 100%; }

#description .box {
  font-size: 15px;
  padding: 30px 10px; }
  #description .box strong {
    color: #0088c1; }

#description .aboutTrial {
  padding: 30px 10px; }
  #description .aboutTrial strong {
    color: #0088c1; }
  #description .aboutTrial li {
    margin-bottom: 10px; }

#description .applyBtn {
  background: #0088c1;
  display: inline-block;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  text-transform: uppercase;
  font-size: 34px;
  padding: 10px;
  width: 50%;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 45px; }

.asteriskDesc {
  text-align: left;
  color: red;
  font-size: 12px;
  font-style: italic;
  padding: 0 20px;
  margin-top: 10px; }

.redasterisk {
  color: red;
  vertical-align: super;
  font-size: small; }

.important {
  margin-top: 15px;
  margin-bottom: 30px;
  text-align: center; }

.padtopnone {
  padding-top: 0 !important; }

#descriptionForm {
  text-align: center;
  font-size: 18px;
  padding-top: 30px;
  color: black; }
  #descriptionForm h2 {
    font-size: 26px;
    margin-bottom: 30px; }
  #descriptionForm strong {
    color: #0088c1; }
  #descriptionForm span strong {
    color: black; }
  #descriptionForm p {
    margin-bottom: 15px; }
  #descriptionForm #form {
    text-align: left;
    padding-bottom: 60px; }
    #descriptionForm #form label {
      font-size: 12px;
      padding-left: 5px;
      color: #0088c1;
      font-weight: 500;
      line-height: 20px; }
    #descriptionForm #form h3 {
      text-align: center;
      color: #0088c1;
      font-size: 18px;
      font-weight: 600;
      margin-top: -35px; }
      #descriptionForm #form h3 span {
        background: #ffffff;
        display: inline-block;
        padding-left: 10px;
        padding-right: 10px; }
    #descriptionForm #form h4 {
      font-size: 12px;
      font-weight: bold; }
    #descriptionForm #form p {
      font-size: 16px;
      margin-bottom: 0; }
    #descriptionForm #form input[type="text"], #descriptionForm #form textarea, #descriptionForm #form input[type="email"], #descriptionForm #form input[type="tel"] {
      border: 1px solid black;
      width: 100%;
      font-size: 12px;
      padding: 5px;
      -webkit-appearance: none;
      border-radius: 0;
      -moz-border-radius: 0; }
    #descriptionForm #form textarea {
      max-width: 100%;
      min-height: 90px; }
    #descriptionForm #form input[type="text"].highlight, #descriptionForm #form input[type="email"].highlight {
      border-color: red; }
    #descriptionForm #form .d-flex {
      display: flex; }
      #descriptionForm #form .d-flex .wrap {
        margin-right: 25px;
        min-width: 60px; }
    #descriptionForm #form .has-error .form-control {
      border-color: red; }
    #descriptionForm #form .has-error .help-block {
      background: red;
      color: #ffffff;
      padding: 5px;
      margin-top: 10px; }
      #descriptionForm #form .has-error .help-block .list-unstyled {
        margin-bottom: 0;
        font-size: 12px; }
    #descriptionForm #form .flex-this {
      display: flex;
      align-items: center; }
      #descriptionForm #form .flex-this .phone-prefix {
        font-size: 12px;
        margin-right: 5px;
        font-weight: 600;
        color: #666666; }
    #descriptionForm #form .question {
      padding: 4px 20px;
      position: relative; }
      #descriptionForm #form .question input.short {
        width: 40%; }
      #descriptionForm #form .question select {
        width: 100%;
        border: 1px solid black;
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        font-size: 12px;
        background: none;
        padding: 0px 10px;
        line-height: 28px;
        color: #0088c1; }
        #descriptionForm #form .question select::-ms-expand {
          display: none; }
      #descriptionForm #form .question .checkbox {
        padding-left: 5px;
        padding-top: 10px;
        position: relative; }
        #descriptionForm #form .question .checkbox input[type="radio"] {
          position: relative; }
        #descriptionForm #form .question .checkbox label {
          margin-right: 15px; }
        #descriptionForm #form .question .checkbox label::before {
          border-color: black;
          height: 20px;
          width: 20px; }
      #descriptionForm #form .question.arrowdown:after {
        content: "\f107";
        display: block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transform: translate(0, 0);
        position: absolute;
        right: 21px;
        bottom: 4px;
        width: 28px;
        height: 28px;
        line-height: 28px;
        z-index: -2;
        border-left: 1px solid black;
        text-align: center; }
      #descriptionForm #form .question.productbg {
        background: #e8f6fb;
        padding: 20px; }
        #descriptionForm #form .question.productbg .nourkrin {
          float: right; }
    #descriptionForm #form #submitButton {
      display: block;
      background: #0088c1;
      color: white;
      width: 100%;
      border: none;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      font-size: 38px;
      text-transform: uppercase;
      padding: 10px;
      font-weight: 600; }
    #descriptionForm #form .disclaimer {
      margin: 0;
      padding: 30px 0;
      font-weight: 300;
      font-size: 18px; }
      #descriptionForm #form .disclaimer strong {
        color: black; }
    #descriptionForm #form .terms {
      text-align: center;
      padding-bottom: 60px; }
      #descriptionForm #form .terms h4 {
        font-size: 14px; }
      #descriptionForm #form .terms p {
        font-size: 14px;
        line-height: 1.8; }

.modal .modal-dialog {
  width: 460px; }

.modal .modal-body {
  padding: 30px;
  font-size: 14px; }

.modal .modal-content {
  border-radius: 0; }

.modal h2 {
  margin: 0px 0 15px; }

.modal h3 {
  color: #0088c1;
  margin: 0;
  font-weight: 600;
  font-size: 20px; }

.modal button {
  background: #009ee3;
  display: block;
  width: 100%;
  border: none;
  color: white;
  padding: 20px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 20px; }

.three-meses h1, .three-meses h2, .three-meses h3, .three-meses h4 {
  font-family: 'Montserrat', sans-serif; }

.three-meses .banner.form {
  background: url("img/hlt_bg.jpg") no-repeat center center;
  background-size: cover; }
  .three-meses .banner.form h1 {
    margin: 15px 0;
    line-height: 1.1;
    font-weight: 600; }
  .three-meses .banner.form h3 {
    font-size: 20px; }

.three-meses #descriptionForm h2 {
  font-size: 24px;
  font-family: 'Lora', sans-serif;
  margin-bottom: 30px;
  font-weight: 600; }
  @media (max-width: 768px) {
    .three-meses #descriptionForm h2 {
      font-size: 18px; } }
.three-meses #descriptionForm p {
  font-family: 'Lora', serif; }

.three-meses #descriptionForm strong {
  color: #235ba9; }

.three-meses #descriptionForm #form h3 {
  color: #235ba9;
  font-size: 24px;
  font-weight: 600;
  margin-top: -39px; }

.three-meses #descriptionForm #form .question h4 {
  font-size: 12px;
  font-weight: 500; }

.three-meses #descriptionForm #form .question label {
  color: #000000;
  font-size: 12px;
  padding-left: 5px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  line-height: 20px; }

.three-meses #descriptionForm #form .info h4 {
  font-size: 12px;
  font-weight: 500; }

.three-meses #descriptionForm #form .info label {
  color: #000000; }

.three-meses #descriptionForm #form #submitButton {
  background: #00bc81;
  text-align: center;
  display: block;
  margin: 0 auto;
  color: white;
  font-family: 'Montserrat', sans-serif;
  text-decoration: none;
  border-radius: 40px;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  font-size: 20px;
  padding: 10px;
  width: 100%;
  font-weight: 600;
  border: none;
  margin-top: 15px; }

.three-meses #descriptionForm #form .disclaimer {
  margin-top: 0; }

.three-meses #descriptionForm hr.line {
  background: #000000; }

.three-meses #descriptionForm .asteriskDesc {
  margin-top: 5px;
  text-align: left;
  color: red;
  font-size: 11px;
  line-height: 1.2;
  font-style: normal;
  font-family: 'Montserrat', sans-serif;
  padding: 0 20px; }
  @media (min-width: 768px) {
    .three-meses #descriptionForm .asteriskDesc {
      text-align: right; } }
.three-meses #descriptionForm .redasterisk {
  font-size: small;
  vertical-align: unset; }

.three-month.modal h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
  font-family: 'Montserrat', sans-serif; }

.three-month.modal p {
  font-family: 'Montserrat', sans-serif; }

.three-month.modal h3 {
  color: #235ba9;
  font-family: 'Montserrat', sans-serif; }

.three-month.modal button {
  background: #235ba9;
  font-family: 'Montserrat', sans-serif;
  padding: 10px;
  border-radius: 40px;
  font-size: 16px;
  margin-top: 15px; }

@media (max-width: 768px) {
  #logo {
    width: 200px;
    margin-top: 100px; }
  #logoForm {
    width: 220px; }
  .banner {
    height: 550px; }
    .banner h1 {
      font-size: 24px; }
    .banner h3 br {
      display: none; }
    .banner.form {
      height: 240px; }
      .banner.form .formTitle h1 {
        font-size: 32px; }
      .banner.form .formTitle h3 {
        font-size: 24px; } }

@media (max-width: 480px) {
  #LogoFirst {
    max-width: 50%; }
  .login {
    margin: 0; }
    .login h2 {
      font-size: 20px; }
    .login input {
      max-width: 100%; }
      .login input#user_pass {
        width: 100%; }
      .login input#wp-submit {
        width: 100%;
        margin-top: 10px; }
    .login h5 {
      font-size: 12px; }
  .banner h3 {
    font-size: 14px; }
  .banner h1 {
    font-size: 16px; }
  .banner .applyBtn {
    width: 100%;
    font-size: 24px; }
  .banner.form .formTitle h1 {
    margin-top: 30px;
    font-size: 20px; }
  .banner.form .formTitle h3 {
    font-size: 16px; }
  #description h2 {
    font-size: 16px;
    padding: 0; }
  #description .borderRight:after {
    background: url(img/hrLine.png) repeat-x;
    bottom: 0;
    width: 100%;
    top: auto;
    height: 1px; }
  #description ul {
    padding-left: 15px; }
  #description .aboutTrial .applyBtn {
    width: 100%;
    font-size: 24px; }
  #descriptionForm {
    font-size: 14px; }
    #descriptionForm h2 {
      font-size: 18px; }
    #descriptionForm #form .question.productbg .nourkrin {
      width: 80px; }
    #descriptionForm #form .question .checkbox {
      padding-left: 20px; }
      #descriptionForm #form .question .checkbox input[type="radio"] {
        margin-bottom: 0px;
        height: 0; }
      #descriptionForm #form .question .checkbox label {
        display: block; }
    #descriptionForm #form #submitButton {
      font-size: 24px; } }

.q-fieldset {
  margin: 0;
  padding: 10px; }

.dropdown {
  position: relative; }
  .dropdown.arrowdown:after {
    content: "\f107";
    display: block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    position: absolute;
    right: 0px;
    top: 0;
    width: 28px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: -2;
    border-left: 1px solid black;
    text-align: center; }
  .dropdown.multiple {
    margin-top: 5px; }
    .dropdown.multiple .wrap {
      font-size: 12px;
      display: flex;
      align-items: center;
      margin-bottom: 5px; }
      .dropdown.multiple .wrap input[type="checkbox"] {
        margin-right: 10px; }
