@import url("https://fonts.googleapis.com/css?family=Archivo+Black|Roboto:400,500,700,900&display=swap");
@import url("https://use.typekit.net/dgj8nlm.css");
/*
font-family: 'Archivo Black', sans-serif;
font-family: 'Roboto', sans-serif;
 */
body {
  font-family: 'Roboto', sans-serif;
  color: #514F4D; }

p {
  font-family: 'Roboto', sans-serif;
  color: #514F4D;
  font-size: 1.3rem;
  font-weight: 300; }
  p strong {
    font-weight: 900; }

a {
  color: inherit;
  text-decoration: underline; }
  a:hover {
    color: inherit; }

h1 {
  font-family: 'Archivo Black', sans-serif;
  font-size: 2.6rem;
  line-height: 1.2;
  color: #514F4D; }
  h1 u {
    text-decoration: none;
    position: relative; }
    h1 u:after {
      content: '';
      position: absolute;
      left: 0;
      width: 100%;
      border-bottom: 9px solid #F7971D;
      bottom: -4px; }
  h1 + p {
    font-family: 'Roboto', sans-serif;
    color: #514F4D;
    font-size: 1.3rem; }

h2 {
  font-family: 'Archivo Black', sans-serif;
  font-size: 2.5rem;
  line-height: 1;
  color: #514F4D;
  margin-bottom: 20px; }
  h2 u {
    text-decoration: none;
    position: relative; }
    h2 u:after {
      content: '';
      position: absolute;
      left: 0;
      width: 100%;
      border-bottom: 7px solid #F7971D;
      bottom: -4px; }
  h2 + p {
    font-family: 'Roboto', sans-serif;
    color: #514F4D;
    font-size: 1.3rem; }

h3 {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-size: 1.3rem;
  line-height: 1;
  color: #514F4D;
  letter-spacing: 1px; }
  h3 i {
    margin-right: 10px; }
  h3.white {
    color: white; }

@media (max-width: 992px) {
  p {
    font-size: 1.1rem; }
  h1 {
    font-size: 2rem; }
    h1 u:after {
      border-bottom: 7px solid #F7971D; }
    h1 + p {
      font-size: 1.1rem; }
  h2 {
    font-size: 1.5rem; }
    h2 + p {
      font-size: 1.1rem; }
  h3 {
    font-size: 1.2rem; } }

.menu-left {
  height: 100%;
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 0;
  transform: translate(250px);
  width: 250px;
  overflow-x: hidden;
  font-family: 'Archivo Black', sans-serif;
  font-size: 1.2rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: #717073;
  border-left: 3px solid #F7971D;
  padding: 30px 10px; }
  .menu-left ul {
    padding: 0;
    margin: 0;
    list-style: none;
    background: #717073; }
  .menu-left .metismenu {
    background: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .menu-left .metismenu li + li {
      margin-top: 0; }
    .menu-left .metismenu li:first-child {
      margin-top: 0; }
    .menu-left .metismenu li:last-child {
      margin-bottom: 0; }
    .menu-left .metismenu > li {
      /*-webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
      flex: 1 1 0%;*/
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      position: relative; }
  .menu-left a {
    position: relative;
    display: block;
    color: #FFFFFF;
    outline-width: 0;
    transition: all .3s ease-out;
    margin: 5px;
    text-decoration: none; }
    .menu-left a.has-arrow:after {
      right: 0;
      border-width: 2px 0 0 2px;
      border-color: #F7971D; }
  .menu-left .mm-active .has-arrow {
    color: #F7971D; }
  .menu-left ul a {
    padding: 10px; }
    .menu-left ul a.active {
      color: #F7971D; }
    .menu-left ul a:after {
      right: 0; }
  .menu-left ul ul a {
    padding: 5px 20px;
    color: white;
    font-family: 'Roboto', sans-serif;
    text-transform: none; }
    .menu-left ul ul a:active, .menu-left ul ul a:focus, .menu-left ul ul a:hover {
      border: 0;
      text-decoration: underline; }
      .menu-left ul ul a:active:last-child, .menu-left ul ul a:focus:last-child, .menu-left ul ul a:hover:last-child {
        border: 0; }
  .menu-left a:hover,
  .menu-left a:focus,
  .menu-left a:active,
  .menu-left a.active {
    text-decoration: none; }

@media (max-width: 600px) {
  .menu-left {
    margin-top: 0; } }

.login-menu {
  height: 100%;
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 0;
  transform: translate(350px);
  width: 350px;
  overflow-x: hidden;
  background: #717073;
  border-left: 3px solid #F7971D;
  padding: 30px;
  color: white !important; }
  .login-menu h3 {
    color: white;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 700; }
  .login-menu p {
    color: white;
    font-size: .8rem; }
  .login-menu .btn-bh {
    color: white; }

.solid-nav {
  margin-top: 115px; }

.navbar {
  font-family: 'Roboto', sans-serif;
  letter-spacing: 1.2px;
  transition: background-color .4s;
  color: #514F4D;
  background: transparent;
  padding: 0;
  border-bottom: 1px solid #ccc; }
  .navbar .container-fluid {
    padding: 30px 10px 30px 30px;
    transition: background-color .4s; }
  .navbar .navbar-brand {
    padding: 0;
    margin-top: -5px; }
  .navbar.darkmode {
    color: white !important; }
    .navbar.darkmode .logo_top.white {
      opacity: 1; }
  .navbar.white-bg, .navbar.white-bg-solid {
    background-color: white;
    color: #514F4D !important; }
    .navbar.white-bg .container-fluid, .navbar.white-bg-solid .container-fluid {
      background-color: white; }
    .navbar.white-bg .logo_top.white, .navbar.white-bg-solid .logo_top.white {
      opacity: 0; }
  .navbar .toggle_rightmenu {
    cursor: pointer; }
  .navbar .logo_top {
    max-width: 300px;
    position: relative;
    transition: opacity .3s; }
  .navbar li.link {
    cursor: pointer;
    display: inline;
    text-transform: uppercase;
    margin-right: 3px;
    font-size: 0.9rem;
    border: none;
    text-align: center;
    padding: 0 20px;
    margin-top: -5px; }
    .navbar li.link.active a {
      border-bottom: 5px solid #F7971D;
      text-decoration: none; }
      .navbar li.link.active a.btn-navbar {
        border: 2px solid #F7971D;
        background: #F7971D;
        color: white; }
    .navbar li.link a {
      text-decoration: none;
      height: 100%;
      width: 100%;
      display: block;
      color: inherit;
      border-bottom: 5px solid transparent;
      margin-top: 5px;
      font-weight: 700; }
      .navbar li.link a i {
        margin-right: 5px; }
      .navbar li.link a:hover, .navbar li.link a.active {
        border-bottom: 5px solid #F7971D;
        text-decoration: none; }
      .navbar li.link a.btn-navbar {
        border: 2px solid transparent;
        background: #F7971D;
        color: white;
        border-radius: 33px;
        display: block;
        padding: 14px 25px 11px 25px;
        margin-left: 0;
        transition: background-color .3s, color .3s; }
        .navbar li.link a.btn-navbar:hover {
          border: 2px solid #F7971D;
          background: #F7971D;
          color: white; }
  .navbar .desktop-submenu {
    position: absolute;
    top: -200px;
    left: 0;
    z-index: 998;
    background: #fbfbfb;
    display: block;
    width: calc(100%);
    clear: both;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    padding: 15px 0;
    transition: margin-top .5s, top .5s; }
    .navbar .desktop-submenu.active {
      top: 115px; }
    .navbar .desktop-submenu ul.nav-links {
      padding: 10px;
      margin: 0 auto;
      max-width: 1000px;
      text-align: center;
      color: #514F4D; }
      .navbar .desktop-submenu ul.nav-links li {
        display: inline-block;
        text-align: center;
        margin: 0 30px;
        letter-spacing: 0; }
        .navbar .desktop-submenu ul.nav-links li a {
          color: #514F4D;
          text-decoration: none;
          font-size: 10pt; }
          .navbar .desktop-submenu ul.nav-links li a i {
            font-size: 14px; }
          .navbar .desktop-submenu ul.nav-links li a img {
            display: block;
            height: 35px;
            width: auto;
            margin: 5px auto; }
          .navbar .desktop-submenu ul.nav-links li a:hover {
            color: #F7971D; }

.gradient {
  display: none; }

@media (max-width: 1350px) {
  .navbar li.link {
    padding: 0 12px; }
    .navbar li.link a {
      font-size: .8rem; }
      .navbar li.link a.btn-navbar {
        padding: 14px 15px 11px 15px;
        margin-left: 10px; } }

@media (max-width: 1200px) {
  .solid-nav {
    margin-top: 73px; }
  .gradient {
    display: block;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0)); }
  .navbar {
    padding: 4px; }
    .navbar .menu-top {
      padding: 0; }
    .navbar .container-fluid {
      padding: 8px; }
    .navbar.darkmode {
      color: inherit !important; }
      .navbar.darkmode .logo_top.white {
        opacity: 1; }
      .navbar.darkmode .toggle_menu {
        color: white !important; }
    .navbar.white-bg, .navbar.white-bg-solid {
      background-color: white;
      color: #514F4D !important;
      border-bottom: 1px solid #ccc; }
      .navbar.white-bg .logo_top.white, .navbar.white-bg-solid .logo_top.white {
        opacity: 0; }
      .navbar.white-bg .toggle_menu, .navbar.white-bg-solid .toggle_menu {
        color: white !important; }
    .navbar .navbar-brand {
      margin: auto;
      vertical-align: middle;
      text-align: center;
      margin-left: 0; }
    .navbar .logo_top {
      width: 220px;
      margin: 0 0 0 10px; }
    .navbar .toggle_menu {
      margin-left: 10px;
      margin-right: 10px;
      margin-top: 2px;
      float: right;
      padding: 8px 12px;
      display: block;
      background: #F7971D;
      color: white;
      border-radius: 5px; }
      .navbar .toggle_menu i {
        vertical-align: middle;
        font-size: 30px; } }

@media (max-width: 1084px) {
  .navbar li.link {
    padding: 0 9px; }
    .navbar li.link a {
      font-size: .8rem;
      letter-spacing: 0; }
      .navbar li.link a.btn-navbar {
        padding: 14px 15px 11px 15px;
        margin-left: 10px; } }

@media (max-width: 991px) {
  .navbar {
    padding: 4px; }
    .navbar .menu-top {
      padding: 0; }
    .navbar .container-fluid {
      padding: 8px; }
    .navbar .logo_top {
      margin-top: 2px; } }

.btn-bh, .btn-pa {
  display: inline-block;
  padding: 15px 40px;
  border-radius: 30px;
  font-size: 1.2rem;
  text-decoration: none;
  cursor: pointer;
  text-align: center; }
  .btn-bh i, .btn-pa i {
    margin-left: 15px; }
  .btn-bh:disabled, .btn-pa:disabled {
    background-color: #A6A6A9;
    cursor: no-drop; }
    .btn-bh:disabled:hover, .btn-pa:disabled:hover {
      box-shadow: none; }
      .btn-bh:disabled:hover i, .btn-pa:disabled:hover i {
        margin-left: 10px; }

.btn-bh-sm, .btn-pa-sm {
  font-size: .9rem;
  padding: 10px 30px; }
  .btn-bh-sm i, .btn-pa-sm i {
    margin-left: 10px; }

.btn-pa-orange {
  background-color: #F7971D;
  color: #FFFFFF; }
  .btn-pa-orange i {
    color: #FFFFFF;
    transition: margin-left .3s; }
  .btn-pa-orange:hover {
    text-decoration: none;
    color: white; }
    .btn-pa-orange:hover i {
      margin-left: 25px; }

.btn-pa-orange-outline {
  background-color: transparent;
  border: 2px solid #F7971D;
  color: #514F4D;
  transition: background-color .4s; }
  .btn-pa-orange-outline i {
    transition: margin-left .3s; }
  .btn-pa-orange-outline:hover, .btn-pa-orange-outline:active {
    background-color: #F7971D;
    color: white;
    text-decoration: none; }
    .btn-pa-orange-outline:hover i, .btn-pa-orange-outline:active i {
      margin-left: 25px; }

.btn-pa-white-outline {
  background-color: transparent;
  border: 1px solid #FFFFFF;
  color: #FFFFFF !important;
  text-decoration: none !important; }
  .btn-pa-white-outline i {
    transition: margin-left .3s; }
  .btn-pa-white-outline:hover i, .btn-pa-white-outline:active i {
    margin-left: 25px; }

.btn-block {
  padding-left: 10px;
  padding-right: 10px; }

.page-top {
  position: relative; }
  .page-top img {
    z-index: 10; }
  .page-top .title {
    position: absolute;
    z-index: 20; }

@media (max-width: 765px) {
  .page-top {
    position: static; }
    .page-top .title {
      position: static;
      z-index: 20; } }

#footer {
  background-color: #717073;
  color: white;
  padding: 30px 30px 0 30px; }
  #footer .logo_white {
    width: 85%; }
  #footer a {
    color: inherit !important;
    text-decoration: none !important; }
  #footer h1 {
    color: white;
    display: inline-block;
    position: relative;
    letter-spacing: 1px; }
    #footer h1 small {
      position: absolute;
      font-family: 'Roboto', sans-serif;
      right: 31px;
      font-size: 1.6rem;
      bottom: -21px;
      letter-spacing: 15px; }
  #footer p {
    color: white; }
  #footer .copyright {
    font-size: .7rem; }

@media (max-width: 992px) {
  #footer {
    padding: 40px 0 20px 0;
    margin-top: 0; }
    #footer h1 {
      color: white; }
    #footer p {
      color: white; } }

.pin_clinic_info, .list_clinic_info {
  font-family: 'Roboto', sans-serif;
  padding: 5px; }
  .pin_clinic_info .title, .list_clinic_info .title {
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #F7971D; }
  .pin_clinic_info .address, .pin_clinic_info .phone, .list_clinic_info .address, .list_clinic_info .phone {
    margin-bottom: 10px;
    font-size: .9rem; }
    .pin_clinic_info .address i, .pin_clinic_info .phone i, .list_clinic_info .address i, .list_clinic_info .phone i {
      margin-right: 5px; }
  .pin_clinic_info .phone, .list_clinic_info .phone {
    line-height: 1.8; }
  .pin_clinic_info .hours, .list_clinic_info .hours {
    margin-top: 10px;
    font-size: .9rem; }
  .pin_clinic_info .btn, .list_clinic_info .btn {
    background-color: #717073;
    color: white;
    margin: 20px auto 0 auto;
    padding: 5px 10px;
    border-radius: 10px;
    text-decoration: none;
    font-size: .8rem;
    text-transform: uppercase; }

.list_clinic_info {
  padding: 10px;
  border: 1px solid #e2e2e2;
  margin-bottom: 10px;
  border-radius: 3px; }

#loader-quick {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: none;
  background-color: rgba(255, 255, 255, 0.8); }
  #loader-quick .img {
    position: relative;
    top: 50%;
    left: 50%;
    width: 100px;
    height: auto;
    margin: -60px 0 0 -50px;
    text-align: center;
    font-size: 0.8rem;
    text-transform: uppercase;
    line-height: 1; }
    #loader-quick .img img {
      width: 100%; }

.loader_logo {
  width: 60%;
  max-width: 300px;
  position: fixed;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1102; }

#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000; }

#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 70px;
  height: 70px;
  margin: -20px 0 0 -35px;
  border-radius: 50%;
  border: 5px solid transparent;
  border-top-color: #A6A6A9;
  -webkit-animation: spin 2s linear infinite;
  /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 2s linear infinite;
  /* Chrome, Firefox 16+, IE 10+, Opera */
  z-index: 1101; }

#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 5px solid transparent;
  border-top-color: #F7971D;
  -webkit-animation: spin 3s linear infinite;
  /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 3s linear infinite;
  /* Chrome, Firefox 16+, IE 10+, Opera */ }

#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 5px solid transparent;
  border-top-color: #717073;
  -webkit-animation: spin 1.5s linear infinite;
  /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 1.5s linear infinite;
  /* Chrome, Firefox 16+, IE 10+, Opera */ }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg);
    /* IE 9 */
    transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */ }
  100% {
    -webkit-transform: rotate(360deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(360deg);
    /* IE 9 */
    transform: rotate(360deg);
    /* Firefox 16+, IE 10+, Opera */ } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg);
    /* IE 9 */
    transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */ }
  100% {
    -webkit-transform: rotate(360deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(360deg);
    /* IE 9 */
    transform: rotate(360deg);
    /* Firefox 16+, IE 10+, Opera */ } }

#loader-wrapper .loader-section {
  position: fixed;
  top: 0;
  width: 51%;
  height: 100%;
  background: #FFFFFF;
  z-index: 1000;
  -webkit-transform: translateX(0);
  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateX(0);
  /* IE 9 */
  transform: translateX(0);
  /* Firefox 16+, IE 10+, Opera */ }

#loader-wrapper .loader-section.section-left {
  left: 0; }

#loader-wrapper .loader-section.section-right {
  right: 0; }

/* Loaded */
.loaded #loader-wrapper .loader-section.section-left {
  -webkit-transform: translateX(-100%);
  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateX(-100%);
  /* IE 9 */
  transform: translateX(-100%);
  /* Firefox 16+, IE 10+, Opera */
  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }

.loaded #loader-wrapper .loader-section.section-right {
  -webkit-transform: translateX(100%);
  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateX(100%);
  /* IE 9 */
  transform: translateX(100%);
  /* Firefox 16+, IE 10+, Opera */
  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }

.loaded #loader, .loaded .loader_logo {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.loaded #loader-wrapper {
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateY(-100%);
  /* IE 9 */
  transform: translateY(-100%);
  /* Firefox 16+, IE 10+, Opera */
  -webkit-transition: all 0.3s 1s ease-out;
  transition: all 0.3s 1s ease-out; }

/* JavaScript Turned Off */
.no-js #loader-wrapper {
  display: none; }

.no-js h1 {
  color: #222222; }

/* form starting stylings ------------------------------- */
.vete {
  display: none; }

.group {
  position: relative;
  margin-bottom: 35px; }

.error {
  background-color: #c11111;
  text-align: center;
  color: white;
  padding: 10px;
  width: 100%;
  margin: 10px 0;
  border-radius: 10px;
  display: none; }

.radio-inline, .checkbox-inline {
  display: inline-block;
  padding-left: 0;
  margin-right: 25px; }

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

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

.radio label::before {
  border: 2px solid #F7971D;
  background: transparent; }

.radio.lg label {
  padding-left: 13px;
  padding-top: 3px; }

@media (max-width: 765px) {
  .radio-inline, .checkbox-inline {
    width: 48%;
    margin-bottom: 15px;
    margin-right: 0; } }

input[type=text], input[type=password], input[type=email] {
  font-size: 16px;
  padding: 5px 5px 8px 0;
  display: block;
  width: 100%;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #514F4D;
  background: none;
  color: #514F4D; }
  input[type=text]::placeholder, input[type=password]::placeholder, input[type=email]::placeholder {
    color: #ccc; }

.form-dark input[type=text], .form-dark input[type=password], .form-dark input[type=email], .form-dark textarea, .form-dark label {
  border-color: #FFFFFF;
  color: #FFFFFF; }
  .form-dark input[type=text]::placeholder, .form-dark input[type=password]::placeholder, .form-dark input[type=email]::placeholder, .form-dark textarea::placeholder, .form-dark label::placeholder {
    color: #bfbfbf; }

textarea {
  font-size: 14px;
  padding: 10px;
  border: 1px solid #514F4D;
  border-radius: 0;
  background: none;
  color: #514F4D;
  width: 100%;
  min-height: 150px;
  transition: border-color .3s, border-width .3s, padding 0.3s; }
  textarea::placeholder {
    color: #bfbfbf; }
  textarea:focus {
    border: 2px solid black;
    padding: 9px; }

input:focus, textarea:focus {
  outline: none; }

/* LABEL ======================================= */
label {
  color: #514F4D;
  font-size: .8rem;
  font-weight: normal;
  pointer-events: none; }

/* active state */
input:focus ~ label, input:valid ~ label {
  /*top:-15px;
  font-size:12px;*/ }

/* BOTTOM BARS ================================= */
.bar {
  position: relative;
  display: block;
  width: 100%; }

.bar:before, .bar:after {
  content: '';
  height: 2px;
  width: 0;
  bottom: 0;
  position: absolute;
  background: black;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all; }

.form-dark .bar:before, .form-dark .bar:after {
  background-color: white; }

.bar:before {
  left: 50%; }

.bar:after {
  right: 50%; }

/* active state */
input:focus ~ .bar:before, input:focus ~ .bar:after {
  width: 50%; }

.transition-fade {
  transition: .4s;
  opacity: 1; }

html.is-animating .transition-fade {
  opacity: 0; }

#home section {
  position: relative;
  padding: 100px 50px; }

#home .a1, #home .a2, #home .a3 {
  opacity: 0;
  transition: opacity .3s; }
  #home .a1.seen, #home .a2.seen, #home .a3.seen {
    opacity: 1; }

#home .page-top .title {
  color: white;
  text-shadow: 1px 0px 20px rgba(0, 0, 0, 0.67);
  max-width: 40%;
  top: 100px;
  left: 50px; }
  #home .page-top .title h1 {
    line-height: 1.1;
    letter-spacing: 1px;
    color: white;
    font-size: 3rem;
    white-space: nowrap;
    margin-bottom: 20px; }
    #home .page-top .title h1 u {
      color: #F7971D; }
      #home .page-top .title h1 u:after {
        border: none; }
  #home .page-top .title p {
    font-size: 1.4rem;
    letter-spacing: 1px;
    color: white;
    line-height: 1.3;
    font-weight: 500;
    max-width: 85%; }

#home #b1 .text-content {
  max-width: 50%; }

#home #b1 .icons {
  position: absolute;
  width: 45%;
  top: 50%;
  right: 0;
  transform: translateY(-50%); }
  #home #b1 .icons .services {
    width: 100%; }
    #home #b1 .icons .services .service {
      display: inline-block;
      text-align: center;
      width: 31%;
      margin: 30px 0; }
      #home #b1 .icons .services .service img {
        height: 70px; }
      #home #b1 .icons .services .service span {
        margin-top: 15px;
        display: block;
        text-align: center; }
      #home #b1 .icons .services .service a.btn-pa {
        height: 70px;
        width: 70px;
        border-radius: 50%;
        position: relative;
        text-align: center;
        padding: 0;
        display: inline-block;
        vertical-align: middle; }
        #home #b1 .icons .services .service a.btn-pa i {
          position: absolute;
          margin-top: 50%;
          margin-left: 0;
          transform: translate(-50%, -50%); }

#home #b1 .icons-horizontal {
  width: 100%;
  position: static;
  margin: 20px 0;
  text-align: center; }
  #home #b1 .icons-horizontal .services .service {
    display: inline-block;
    width: 18%;
    text-align: center; }
    #home #b1 .icons-horizontal .services .service img {
      height: 80px; }
    #home #b1 .icons-horizontal .services .service span {
      margin-top: 15px;
      display: block;
      text-align: center; }

#home .logo-map-left, #home .logo-map-right {
  position: absolute;
  height: 30px;
  left: 30px;
  top: 30px;
  z-index: 999; }

#home .map_home {
  height: 600px; }

@media (max-width: 1100px) {
  #home section {
    position: relative;
    padding: 50px 30px; }
  #home .page-top .title {
    left: 20px;
    max-width: 60%; }
    #home .page-top .title h1 {
      font-size: 2.5rem; }
    #home .page-top .title p {
      max-width: 60%; }
  #home #b1 .text-content {
    max-width: 40%; }
  #home #b1 .icons {
    width: 60%;
    margin-left: 5%; }
    #home #b1 .icons .services .service {
      width: 30%; }
      #home #b1 .icons .services .service img {
        height: 60px; }
      #home #b1 .icons .services .service span {
        font-size: .9rem; }
      #home #b1 .icons .services .service a.btn-pa {
        width: 60px;
        height: 60px; } }

@media (max-width: 900px) {
  #home section {
    padding: 50px 30px; }
  #home .page-top .title h1 {
    font-size: 2rem; }
  #home .page-top .title p {
    max-width: 70%; }
  #home #b1 .text-content {
    max-width: 50%; }
  #home #b1 .icons {
    width: 50%; }
    #home #b1 .icons .services .service span {
      font-size: .6rem; } }

@media (max-width: 765px) {
  #home section {
    position: static;
    padding: 0;
    margin-top: 20px; }
  #home .page-top img {
    width: 130% !important;
    height: auto;
    margin-left: -30%; }
  #home .page-top .title {
    top: auto;
    left: auto;
    width: 100%;
    max-width: 100%;
    padding: 20px 20px 0 20px;
    text-shadow: none; }
    #home .page-top .title h1 {
      font-size: 1.6rem;
      color: #514F4D;
      width: 100%;
      letter-spacing: 0;
      max-width: 100%; }
      #home .page-top .title h1 u {
        font-size: 1.6rem; }
    #home .page-top .title p {
      width: 100%;
      max-width: 100%;
      color: #514F4D; }
  #home .section-holder {
    padding: 15px;
    position: relative; }
    #home .section-holder .head {
      display: none; }
  #home #b1 {
    padding: 5px; }
    #home #b1 .text-content {
      margin-top: 20px;
      width: 100%;
      max-width: 100%; }
      #home #b1 .text-content h1 {
        margin-bottom: 20px; }
      #home #b1 .text-content p {
        max-width: 100%;
        margin-bottom: 20px;
        font-size: 1.1rem; }
    #home #b1 .icons {
      position: static;
      width: 100%;
      top: 0;
      right: 0;
      transform: none; }
      #home #b1 .icons .services {
        width: 100%;
        margin-top: 30px;
        margin-bottom: 30px; }
        #home #b1 .icons .services .service {
          margin: 10px 20px; }
          #home #b1 .icons .services .service img {
            height: 50px; }
          #home #b1 .icons .services .service a.btn-pa {
            width: 50px;
            height: 50px; }
  #home #map {
    height: 400px; } }

#about_us section {
  position: relative;
  padding: 100px 50px; }

#about_us .left-fader {
  position: absolute;
  height: 100%;
  width: 50%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%); }

#about_us .page-top .title {
  top: 50%;
  transform: translateY(-50%);
  left: 70px;
  max-width: 50%; }
  #about_us .page-top .title h1 {
    margin-bottom: 0; }

#about_us #b1 {
  padding: 70px 100px; }
  #about_us #b1 .text-content {
    max-width: 100%; }
  #about_us #b1 ul {
    font-size: 1.3rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    padding-left: 19px; }
    #about_us #b1 ul li {
      margin-bottom: 15px; }

#about_us .core-title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -50px;
  height: 510px;
  width: 50px;
  background-color: #717073;
  transition: left .3s;
  border-radius: 0 10px 0 0; }
  #about_us .core-title span {
    transform: rotate(-90deg) translate(-232px, -221px);
    display: block;
    width: 510px;
    height: 50px;
    left: 0;
    position: absolute;
    color: white;
    font-size: 1.4rem;
    letter-spacing: 7px; }
  #about_us .core-title.active {
    left: 0; }

#about_us #core div {
  opacity: 0;
  transition: opacity .3s; }
  #about_us #core div.seen {
    opacity: 1; }
  #about_us #core div .initial {
    display: inline-block;
    vertical-align: middle;
    font-size: 2.5rem;
    font-family: 'Archivo Black', sans-serif;
    color: #717073;
    width: 36px;
    text-align: center;
    line-height: 1.4; }
    #about_us #core div .initial.orange {
      color: #F7971D; }
  #about_us #core div .value {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.8rem; }

#about_us #leadership .member {
  text-align: center;
  overflow: hidden;
  clear: both;
  margin-bottom: 50px; }
  #about_us #leadership .member .tm_image {
    float: left;
    display: inline-block;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    padding: 10px;
    border: 1px solid #A6A6A9; }
    #about_us #leadership .member .tm_image img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: calc(100% - 20px);
      border-radius: 50%;
      filter: grayscale(1); }
  #about_us #leadership .member .tm_details {
    margin-left: 300px;
    text-align: left;
    font-size: 1.2rem; }
    #about_us #leadership .member .tm_details .tm_name {
      font-family: 'Archivo Black', sans-serif;
      font-size: 1.8rem;
      line-height: 1; }
    #about_us #leadership .member .tm_details .tm_title {
      font-weight: 700;
      color: #A6A6A9;
      font-size: 1.4rem; }
    #about_us #leadership .member .tm_details .tm_description {
      margin-top: 20px; }

@media (max-width: 1100px) {
  #about_us .core-title {
    height: 400px;
    width: 50px; }
    #about_us .core-title span {
      transform: rotate(-90deg) translate(-171px, -168px);
      display: block;
      width: 400px;
      height: 50px; }
    #about_us .core-title.active {
      left: 0; }
  #about_us #core div .initial {
    font-size: 2rem;
    text-align: center;
    line-height: 1.4; }
  #about_us #core div .value {
    font-size: 1.5rem; } }

@media (max-width: 900px) {
  #about_us .core-title {
    height: 339px; }
    #about_us .core-title span {
      transform: rotate(-90deg) translate(-148px, -167px);
      display: block;
      width: 400px;
      height: 50px; }
    #about_us .core-title.active {
      left: 0; }
  #about_us #core div .initial {
    font-size: 1.6rem;
    text-align: center; }
  #about_us #core div .value {
    font-size: 1.2rem; }
  #about_us #b1 {
    padding: 50px; }
    #about_us #b1 .text-content {
      max-width: 100%; }
    #about_us #b1 #leadership .member {
      text-align: center; }
      #about_us #b1 #leadership .member .tm_image {
        float: none;
        display: block;
        margin: 0 auto 20px auto;
        width: 200px;
        height: 200px; }
      #about_us #b1 #leadership .member .tm_details {
        margin-left: 0;
        text-align: center; } }

@media (max-width: 765px) {
  #about_us .page-top .left-fader {
    display: none; }
  #about_us .page-top img {
    width: 130% !important;
    height: auto;
    margin-left: -30%; }
  #about_us .page-top .title {
    transform: none;
    width: 100%;
    position: static;
    max-width: 100%;
    top: auto;
    left: auto;
    padding: 20px 20px 0 20px;
    text-shadow: none; }
  #about_us .core-title {
    display: none; }
  #about_us #core div .initial {
    font-size: 1.6rem;
    text-align: center; }
  #about_us #core div .value {
    font-size: 1.2rem; }
  #about_us #b1 {
    padding: 20px; }
    #about_us #b1 .text-content {
      max-width: 100%; } }

#services section {
  position: relative;
  padding: 100px 50px;
  margin-top: -20px; }

#services .page-top .title {
  bottom: 0px;
  left: 50px;
  max-width: 44%; }
  #services .page-top .title h1 {
    margin-bottom: 0; }

#services #b1 {
  overflow: hidden;
  padding: 100px 0 100px 50px; }
  #services #b1 .service-list.float {
    float: left;
    width: 60%;
    padding-top: 0;
    margin-top: -30px; }
    #services #b1 .service-list.float .service {
      width: 100%; }
  #services #b1 .service-list .service {
    overflow: hidden;
    width: 80%;
    margin: auto;
    margin-bottom: 40px; }
    #services #b1 .service-list .service .icon {
      float: left;
      width: 150px; }
      #services #b1 .service-list .service .icon img {
        width: 100px;
        margin-right: 30px; }
    #services #b1 .service-list .service .description {
      float: left;
      width: calc(100% - 160px); }
      #services #b1 .service-list .service .description ul {
        font-size: 1.1rem; }
        #services #b1 .service-list .service .description ul li {
          margin-bottom: 10px; }
  #services #b1 .service-images {
    overflow-x: hidden;
    float: right;
    width: 38%;
    margin-top: -30px; }
    #services #b1 .service-images img {
      border-radius: 20px;
      height: 400px;
      margin-bottom: 40px; }

@media (max-width: 1100px) {
  #services section {
    position: relative;
    padding: 50px 30px; }
  #services .page-top .title {
    left: 0;
    bottom: 0;
    max-width: 100%;
    position: static;
    padding: 50px; }
    #services .page-top .title p {
      max-width: 100%; }
  #services #b1 {
    padding: 50px; } }

@media (max-width: 900px) {
  #services #b1 .service-list .service {
    width: 100%; }
    #services #b1 .service-list .service .icon {
      width: 100px; }
      #services #b1 .service-list .service .icon img {
        width: 70px; } }

@media (max-width: 765px) {
  #services .page-top .title {
    padding: 20px; }
  #services #b1 {
    padding: 20px; }
    #services #b1 .service-list {
      text-align: center; }
      #services #b1 .service-list .service {
        width: 100%; }
        #services #b1 .service-list .service .icon {
          float: none;
          width: 100%;
          text-align: center;
          margin-bottom: 20px; }
          #services #b1 .service-list .service .icon img {
            width: 70px;
            margin-right: 0; }
        #services #b1 .service-list .service .description {
          width: 100%;
          float: none; }
          #services #b1 .service-list .service .description ul {
            text-align: left; } }

#sale section {
  position: relative;
  padding: 100px 50px;
  margin-top: -20px; }

#sale .page-top .title {
  bottom: 0px;
  left: 50px;
  max-width: 44%; }
  #sale .page-top .title h1 {
    margin-bottom: 0; }

#sale #b1 {
  padding: 100px; }

@media (max-width: 1100px) {
  #sale section {
    position: relative;
    padding: 50px 30px; }
  #sale .page-top .title {
    left: 0;
    bottom: 0;
    max-width: 100%;
    position: static;
    padding: 50px; }
    #sale .page-top .title p {
      max-width: 100%; }
  #sale #b1 {
    padding: 50px; } }

@media (max-width: 765px) {
  #sale .page-top .title {
    padding: 20px; }
  #sale #b1 {
    padding: 50px 20px 20px 20px; } }

#jobs section {
  position: relative;
  padding: 50px; }

#jobs .page-top .title {
  display: none;
  bottom: 30px;
  left: 100px;
  max-width: 44%; }
  #jobs .page-top .title h1 {
    margin-bottom: 0;
    color: white;
    font-size: 3rem;
    text-shadow: 0px 0px 17px rgba(0, 0, 0, 0.82); }

#jobs #b1 {
  padding: 50px 100px; }

#jobs #job-listings {
  padding: 50px 0 150px 0;
  background-color: #eee; }
  #jobs #job-listings .no-listings {
    text-align: center; }
  #jobs #job-listings .jo {
    text-align: center;
    padding: 30px 20px;
    border: 1px solid #d1d0d2;
    border-radius: 30px;
    background-color: white;
    transition: box-shadow .3s linear; }
    #jobs #job-listings .jo:hover {
      -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.6);
      -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.6);
      box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.6); }
    #jobs #job-listings .jo .jo_title {
      line-height: 1;
      font-family: 'Roboto', sans-serif;
      font-weight: 900;
      font-size: 1.5rem;
      margin-bottom: 0; }
    #jobs #job-listings .jo .btn-pa {
      margin-top: 20px; }

#jobs .job_application {
  padding: 30px;
  border: 1px solid #eee;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3); }

@media (max-width: 1100px) {
  #jobs section {
    position: relative;
    padding: 50px 30px; }
  #jobs .page-top .title {
    left: 0;
    bottom: 0;
    max-width: 100%;
    position: static;
    padding: 50px; }
    #jobs .page-top .title p {
      max-width: 100%; }
  #jobs #b1 {
    padding: 50px; } }

@media (max-width: 900px) {
  #jobs .job_info {
    margin-right: 0; }
  #jobs .job_application {
    margin-top: 20px;
    float: none;
    width: 100%;
    padding: 30px;
    border: 1px solid #eee; } }

@media (max-width: 765px) {
  #jobs section {
    position: relative;
    padding: 20px; }
  #jobs .job_application {
    padding: 20px 10px; }
  #jobs .page-top .title {
    padding: 20px; }
  #jobs #b1 {
    padding: 50px 20px 20px 20px; } }

#find_a_clinic {
  position: relative; }
  #find_a_clinic #locations_list {
    position: absolute;
    top: 30px;
    left: 30px;
    width: 400px;
    height: calc(100vh - 306px);
    z-index: 999;
    background-color: rgba(255, 255, 255, 0.85);
    padding: 10px;
    border-radius: 3px;
    overflow: hidden; }
    #find_a_clinic #locations_list input[type="text"] {
      border-color: #A6A6A9;
      color: #514F4D;
      padding-right: 25px; }
      #find_a_clinic #locations_list input[type="text"]::placeholder {
        color: #ccc; }
      #find_a_clinic #locations_list input[type="text"]:focus {
        border-color: #717073; }
    #find_a_clinic #locations_list .searchbox {
      position: relative; }
      #find_a_clinic #locations_list .searchbox i {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 1.3rem; }
    #find_a_clinic #locations_list .distance {
      background-color: #717073;
      color: white;
      font-size: 0.8rem;
      padding: 2px 8px;
      border-radius: 5px;
      display: inline-block;
      margin-bottom: 5px; }
    #find_a_clinic #locations_list #list {
      padding: 10px;
      height: calc(100% - 50px);
      overflow-y: scroll; }
  #find_a_clinic #map_find {
    height: calc(100vh - 246px); }

@media (max-width: 1095px) {
  #find_a_clinic #map_find {
    height: calc(100vh - 214px); } }

@media (max-width: 765px) {
  #find_a_clinic {
    position: static; }
    #find_a_clinic #locations_list {
      position: static;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 999;
      background-color: rgba(255, 255, 255, 0.85);
      padding: 10px;
      border-radius: 3px;
      overflow: hidden; }
    #find_a_clinic #map_find {
      display: none; } }

#contact {
  background-color: #717073;
  margin-top: 106px;
  z-index: 997;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 106px); }
  #contact .centralizer {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  #contact h1 {
    color: white;
    display: inline-block;
    position: relative;
    letter-spacing: 1px;
    font-size: 2.3rem; }
    #contact h1 a {
      text-decoration: none !important; }
    #contact h1 small {
      position: absolute;
      font-family: 'Roboto', sans-serif;
      right: 28px;
      font-size: 1.4rem;
      bottom: -21px;
      letter-spacing: 14px; }
  #contact .logos {
    text-align: center;
    margin-bottom: 30px;
    overflow: hidden;
    padding: 0 20px; }
    #contact .logos img {
      width: 45%; }
  #contact .radio label {
    color: white !important; }
  #contact.short-screen {
    margin-top: 0;
    padding-top: 50px;
    z-index: 1;
    position: static;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100vh; }
    #contact.short-screen .centralizer {
      position: static;
      top: 0;
      left: 0;
      transform: none; }

.contact-form-sent {
  text-align: center;
  padding: 0 30px; }
  .contact-form-sent p.tag {
    font-weight: bold; }

.form-dark .contact-form-sent h2 {
  color: white; }

.form-dark .contact-form-sent p {
  color: white !important; }

@media (max-width: 1095px) {
  #contact {
    margin-top: 83px; } }

@media (max-width: 990px) {
  #contact .basic-contact {
    margin-bottom: 50px; } }

@media (max-width: 765px) {
  #contact {
    margin-top: 0;
    padding-top: 50px;
    z-index: 1;
    position: static;
    top: 0;
    left: 0;
    width: 100%;
    height: auto; }
    #contact .centralizer {
      position: static;
      top: 0;
      left: 0;
      transform: none; } }

#login {
  background-color: #717073;
  margin-top: 106px;
  min-height: calc(100vh - 85px);
  z-index: 997;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  #login .centralizer {
    position: absolute;
    top: calc(50% - 85px);
    left: 50%;
    transform: translate(-50%, -50%); }
  #login .error {
    display: none;
    background-color: #F7971D;
    color: white;
    padding: 10px;
    text-align: center;
    border-radius: 5px; }
  #login .form {
    background-color: white;
    padding: 40px 20px;
    border-radius: 10px; }

.form-dark .contact-form-sent h2 {
  color: white; }

.form-dark .contact-form-sent p {
  color: white !important; }

@media (max-width: 1095px) {
  #login {
    margin-top: 83px; } }

@media (max-width: 990px) {
  #login .basic-contact {
    margin-bottom: 50px; } }

@media (max-width: 765px) {
  #login {
    margin-top: 0;
    padding-top: 50px;
    z-index: 1;
    position: static;
    top: 0;
    left: 0;
    width: 100%;
    height: auto; }
    #login .centralizer {
      position: static;
      top: 0;
      left: 0;
      transform: none; } }

#client-materials section {
  position: relative;
  padding: 50px; }

#client-materials .page-top .title {
  bottom: 0px;
  left: 50px;
  max-width: 44%; }
  #client-materials .page-top .title h1 {
    margin-bottom: 0; }

#client-materials .file-list {
  padding: 20px;
  background-color: #eee;
  text-align: center;
  border-radius: 0 20px 0 20px; }
  #client-materials .file-list .file {
    text-decoration: none;
    width: 10%;
    vertical-align: top;
    display: inline-block; }
    #client-materials .file-list .file.wide {
      width: 20%; }
    #client-materials .file-list .file .file-icon {
      font-size: 50px; }
    #client-materials .file-list .file .file-name {
      font-size: .9rem;
      color: #514F4D; }

@media (max-width: 900px) {
  #client-materials section {
    position: relative;
    padding: 20px; }
  #client-materials .file-list {
    padding: 20px;
    background-color: #eee;
    text-align: center;
    border-radius: 0 20px 0 20px; }
    #client-materials .file-list .file {
      text-decoration: none;
      width: 30%;
      vertical-align: top;
      display: inline-block; }
      #client-materials .file-list .file.wide {
        width: 100%; }
      #client-materials .file-list .file .file-icon {
        font-size: 50px; }
      #client-materials .file-list .file .file-name {
        font-size: .9rem;
        color: #514F4D; } }

#application {
  /* select2 custom styling */ }
  #application input::-webkit-outer-spin-button,
  #application input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0;
    /* <-- Apparently some margin are still there even though it's hidden */ }
  #application body {
    font-size: 1rem;
    color: #F9F9F9; }
  #application .bg_black {
    background-color: #262626; }
  #application .bg_white {
    background-color: #FFFFFF;
    color: #323232; }
    #application .bg_white h1 {
      color: #323232; }
    #application .bg_white input[type="text"], #application .bg_white input[type="tel"], #application .bg_white input[type="date"], #application .bg_white input[type="email"], #application .bg_white input[type="number"], #application .bg_white textarea, #application .bg_white .sod_select {
      border-color: #323232;
      color: #262626; }
    #application .bg_white::-webkit-input-placeholder {
      color: #4C4C4C; }
    #application .bg_white:-moz-placeholder {
      /* Firefox 18- */
      color: #4C4C4C; }
    #application .bg_white::-moz-placeholder {
      /* Firefox 19+ */
      color: #4C4C4C; }
    #application .bg_white:-ms-input-placeholder {
      color: #4C4C4C; }
  #application .bg_grey {
    background-color: #F7F7F7 !important; }
  #application h3 {
    color: #F9F9F9;
    font-family: 'Roboto', sans-serif;
    font-size: 1.5rem;
    text-transform: uppercase;
    margin-bottom: 10px; }
    #application h3.green {
      color: #14A064; }
    #application h3.black {
      color: #262626; }
  #application h4 {
    color: #F9F9F9;
    font-family: 'Roboto', sans-serif;
    font-size: 1.3rem;
    text-transform: uppercase;
    font-weight: bold;
    margin: 15px 0; }
    #application h4.green {
      color: #14A064; }
    #application h4.black {
      color: #262626; }
  #application a {
    color: #14C580;
    text-decoration: none; }
    #application a:hover {
      text-decoration: underline; }
  #application .gc_form {
    max-width: 900px; }
  #application .gc_form_wide {
    max-width: 1200px; }
  #application .text-center {
    text-align: center; }
  #application .text-right {
    text-align: right; }
  #application .m-t-lg {
    margin-top: 20px; }
  #application .m-t-md {
    margin-top: 10px; }
  #application .m-b-lg {
    margin-bottom: 20px; }
  #application .p-t-md {
    padding-top: 10px; }
  #application .p-md {
    padding: 25px 10px; }
  #application .panel-green {
    background-color: #14A064;
    color: #F9F9F9; }
    #application .panel-green .sod_select {
      border-color: #F9F9F9;
      color: #F9F9F9; }
    #application .panel-green input[type="text"] {
      color: #F9F9F9;
      border-color: #F9F9F9; }
      #application .panel-green input[type="text"]::-webkit-input-placeholder {
        color: #F9F9F9; }
      #application .panel-green input[type="text"]:-moz-placeholder {
        /* Firefox 18- */
        color: #F9F9F9; }
      #application .panel-green input[type="text"]::-moz-placeholder {
        /* Firefox 19+ */
        color: #F9F9F9; }
      #application .panel-green input[type="text"]:-ms-input-placeholder {
        color: #F9F9F9; }
  #application .panel-black {
    background-color: #1A1A1A !important; }
    #application .panel-black .tiny {
      color: white; }
    #application .panel-black label {
      color: white; }
    #application .panel-black input {
      color: white !important; }
  #application .panel-grey {
    background-color: #FBFBFB !important;
    padding: 40px 0;
    border-left: 5px solid #ccc; }
  #application .panel-grey-darker {
    background-color: #F5F5F5 !important;
    padding: 40px 0;
    border-left: 5px solid #4C4C4C; }
  #application .panel-white {
    background-color: white !important;
    padding: 20px 0;
    border-left: 5px solid #14C580; }
  #application input[type="checkbox"] {
    visibility: hidden; }
  #application .has-error input, #application .has-error select, #application .has-error .sod_select, #application .has-error .select_green_bg, #application .has-error > .checkbox_label, #application .has-error textarea, #application .has-danger input, #application .has-danger select, #application .has-danger .sod_select, #application .has-danger .select_green_bg, #application .has-danger > .checkbox_label, #application .has-danger textarea {
    border-color: #F7971D !important;
    border-bottom: 1px solid; }
  #application .has-success input {
    border-color: inherit !important; }
  #application input[type="text"], #application input[type="tel"], #application input[type="date"], #application input[type="email"], #application input[type="number"], #application textarea {
    width: 100%;
    height: 35px;
    margin: 0 0 30px 0;
    font-size: 1.1rem;
    line-height: 21px;
    border-width: 0 0 1px 0;
    font-weight: bold;
    outline: none;
    background: transparent;
    letter-spacing: 2px; }
    #application input[type="text"]::-webkit-input-placeholder, #application input[type="tel"]::-webkit-input-placeholder, #application input[type="date"]::-webkit-input-placeholder, #application input[type="email"]::-webkit-input-placeholder, #application input[type="number"]::-webkit-input-placeholder, #application textarea::-webkit-input-placeholder {
      color: #B2B2B2; }
    #application input[type="text"]:-moz-placeholder, #application input[type="tel"]:-moz-placeholder, #application input[type="date"]:-moz-placeholder, #application input[type="email"]:-moz-placeholder, #application input[type="number"]:-moz-placeholder, #application textarea:-moz-placeholder {
      /* Firefox 18- */
      color: #B2B2B2; }
    #application input[type="text"]::-moz-placeholder, #application input[type="tel"]::-moz-placeholder, #application input[type="date"]::-moz-placeholder, #application input[type="email"]::-moz-placeholder, #application input[type="number"]::-moz-placeholder, #application textarea::-moz-placeholder {
      /* Firefox 19+ */
      color: #B2B2B2; }
    #application input[type="text"]:-ms-input-placeholder, #application input[type="tel"]:-ms-input-placeholder, #application input[type="date"]:-ms-input-placeholder, #application input[type="email"]:-ms-input-placeholder, #application input[type="number"]:-ms-input-placeholder, #application textarea:-ms-input-placeholder {
      color: #B2B2B2; }
  #application .small-input input[type="text"], #application .small-input input[type="tel"], #application .small-input input[type="date"], #application .small-input input[type="email"], #application .small-input input[type="number"], #application .small-input textarea {
    height: 30px;
    margin: 0 0 20px 0; }
  #application textarea {
    border-style: solid;
    height: 70px;
    min-height: auto;
    padding: 0 0 10px 0; }
  #application .input_replacement {
    width: 100%;
    height: 35px;
    margin: 15px 0 15px 0;
    color: #F9F9F9;
    line-height: 21px;
    display: inline-block;
    text-transform: uppercase; }
  #application .logo {
    margin: 20px auto; }
  #application .subsidy_amount {
    opacity: 0;
    transition: all .5s; }
  #application label.tiny {
    display: block;
    font-size: 12px;
    font-weight: bold; }
  #application label {
    font-weight: bold; }
  #application .unit-right {
    position: absolute;
    right: 16px;
    top: 24px; }
  #application .unit-left {
    position: absolute;
    top: 24px;
    left: 15px; }
  #application .legal-text {
    font-size: 13px; }
    #application .legal-text p {
      margin: 5px 0; }
  #application .legal-text-2 {
    font-size: 13px; }
    #application .legal-text-2 p {
      margin: 10px 0; }
  #application .page {
    page-break-after: always;
    overflow: hidden;
    padding: 50px;
    position: relative;
    background-color: white;
    border: 1px solid #eee;
    margin: 30px auto !important;
    -webkit-box-shadow: 2px 3px 17px -4px #bdbdbd;
    -moz-box-shadow: 2px 3px 17px -4px #bdbdbd;
    box-shadow: 2px 3px 17px -4px #bdbdbd; }
    #application .page .header {
      text-align: center;
      margin: 30px 0; }
    #application .page .content {
      margin-top: 60px;
      height: 600px;
      overflow: hidden; }
    #application .page .page_footer {
      text-align: center;
      font-size: 11px;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%; }
  #application .select2-container {
    margin-bottom: 30px; }
  #application .select2-container .select2-choice {
    height: 36px; }
  #application .select2-container .select2-choice {
    border-color: #323232;
    color: #262626;
    border-width: 0 0 1px 0;
    padding-left: 0;
    font-size: 1.1rem; }
  #application .select2-drop-active {
    border: 1px solid #262626; }
  #application .select2-container .select2-choice > .select2-chosen {
    font-weight: 700;
    padding-left: 0;
    padding-bottom: 5px;
    font-size: 1.1rem;
    color: #323232; }

@media (max-width: 800px) {
  #application .page {
    padding: 0 15px 20px 15px;
    margin: 20px -15px 0 -15px !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 0; }
    #application .page h3 {
      font-size: 1.3rem; }
    #application .page h4 {
      font-size: 1.1rem; }
    #application .page .panel-grey {
      padding: 30px 0 0 0; }
    #application .page .panel-grey-darker {
      padding: 30px 0 0 0; } }

#preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #514F4D;
  z-index: 10000; }
  #preloader img {
    width: 200px;
    position: fixed;
    z-index: 10001;
    top: 50%;
    left: 50%;
    transform: translate(-50% -50%); }

#overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9998;
  background-color: rgba(0, 0, 0, 0.7);
  pointer-events: none;
  opacity: 0;
  transition: opacity .5s; }

.grecaptcha-badge {
  display: none !important; }
