/*
pineapple-sass este suportat default de Scout-app
Mai multe detalii aici: https://github.com/ArunMichaelDsouza/pineapple-sass
*/
/* ==========================================================================
COLORS - BEGIN
========================================================================== */
/* ==========================================================================
COLORS - END
========================================================================== */
/* ==========================================================================
FONTS - BEGIN
========================================================================== */
/* ==========================================================================
FONTS - END
========================================================================== */
/* ==========================================================================
BREAKPOINTS - BEGIN
========================================================================== */
/* ==========================================================================
BREAKPOINTS - END
========================================================================== */
/* ==========================================================================
HELPER MIXINS - BGN
========================================================================== */
/* ==========================================================================
HEADER - BEGIN
========================================================================== */
/* BGN Header */
.Header {
  min-height: 113px; }
  @media (min-width: 1px) and (max-width: 767px) {
    .Header {
      height: 53px;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 9999;
      background-color: #fff;
      border-bottom: 1px solid #1d4a98;
      min-height: 1px; } }
  .Header.inner {
    border-bottom: 1px solid #1d4a98; }
    @media (min-width: 768px) and (max-width: 1024px) {
      .Header.inner .Hero__appointment--large {
        display: block !important;
        height: auto !important;
        bottom: auto;
        right: 15px;
        position: absolute;
        left: auto;
        top: 113px; } }
  .Header__logo {
    display: inline-block;
    padding: 10px 0px 15px;
    margin: auto; }
    @media (min-width: 1px) and (max-width: 1024px) {
      .Header__logo {
        padding-top: 5px;
        padding-bottom: 17px;
        width: 150px; } }
    @media (min-width: 1px) and (max-width: 767px) {
      .Header__logo {
        padding: 0 0 3px;
        width: 132px; } }
    @media (min-width: 992px) and (max-width: 1024px) {
      .Header__logo {
        padding-top: 14px;
        padding-bottom: 0; } }
  .Header__top-phones {
    position: absolute;
    top: 8px; }
    @media (min-width: 768px) and (max-width: 1024px) {
      .Header__top-phones {
        top: 10px; } }
  .Header__top-info {
    padding-top: 7px;
    padding-bottom: 0;
    position: relative; }
    @media (min-width: 768px) {
      .Header__top-info {
        padding-bottom: 10px;
        padding-top: 7px; } }
    @media (min-width: 768px) and (max-width: 1024px) {
      .Header__top-info {
        padding-right: 15px; } }
  .Header__nav {
    display: block;
    margin-top: 6px;
    background-color: #fff;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease; }
    @media (min-width: 1px) and (max-width: 991px) {
      .Header__nav {
        margin-top: 0; } }
    @media (min-width: 1px) and (max-width: 767px) {
      .Header__nav {
        pointer-events: none;
        position: fixed;
        z-index: 9999;
        margin-top: 0;
        top: 52px;
        width: 100%;
        height: 100vh;
        padding: 0 15px 15px;
        max-height: calc(100vh - 53px);
        padding-top: 67px;
        overflow: hidden;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%); } }
    @media (min-width: 1px) and (max-width: 767px) {
      .Header__nav .nav {
        overflow-y: scroll;
        position: relative;
        width: 120%;
        padding-right: 20%;
        height: 100%;
        max-height: calc(100vh - 120px);
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); } }
    @media (min-width: 768px) and (max-width: 1024px) {
      .Header__nav .nav {
        padding-right: 15px; } }
    .Header__nav .nav > li {
      display: inline-block;
      margin-left: 25px; }
      @media (min-width: 1px) and (max-width: 767px) {
        .Header__nav .nav > li {
          width: 100%;
          margin: 0;
          float: left;
          -webkit-transform: translate3d(0, 0, 0);
          -moz-transform: translate3d(0, 0, 0);
          -o-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); } }
      @media (min-width: 768px) and (max-width: 1024px) {
        .Header__nav .nav > li {
          margin-left: 12px; } }
      @media (min-width: 768px) and (max-width: 992px) {
        .Header__nav .nav > li {
          margin-left: 6px; } }
      @media (min-width: 1025px) and (max-width: 1050px) {
        .Header__nav .nav > li {
          margin-left: 15px; } }
    .Header__nav .nav > li:first-child {
      margin: 0; }
    .Header__nav .nav > li > a {
      padding: 15px 0;
      font-size: 16px;
      line-height: 18px;
      color: #000;
      font-weight: 400;
      position: relative;
      overflow: hidden; }
      @media (min-width: 768px) {
        .Header__nav .nav > li > a {
          padding-top: 0; } }
      @media (min-width: 768px) and (max-width: 1024px) {
        .Header__nav .nav > li > a {
          font-size: 14px; } }
    @media (min-width: 768px) and (max-width: 1024px) {
      .Header__nav .nav > li:not(:last-child) > a {
        padding-right: 7px; } }
    .Header__nav .nav > li > a:before {
      content: '';
      position: absolute;
      display: block;
      left: 0;
      bottom: 0;
      width: 0;
      height: 6px;
      background-color: #ed9405;
      -webkit-transition: all 0.2s ease-in;
      -moz-transition: all 0.2s ease-in;
      -o-transition: all 0.2s ease-in;
      -ms-transition: all 0.2s ease-in;
      transition: all 0.2s ease-in; }
    @media (min-width: 1025px) {
      .Header__nav .nav > li > a:hover:before, .Header__nav .Header__nav .nav > li.active > a:before {
        width: 100%; } }
    .Header__nav .nav > li.current-menu-item > a::before {
      width: 100%; }
    .Header__nav .nav > li.dropdown > a:hover:before {
      width: 0; }
  @media (min-width: 1px) and (max-width: 767px) {
    .Header__nav.open {
      pointer-events: auto;
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0); } }
  .Header__navMask {
    display: block;
    z-index: 9998;
    background: rgba(21, 24, 62, 0.8);
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease; }
    @media (min-width: 768px) {
      .Header__navMask {
        display: none !important; } }
  .Header__navMask.open {
    pointer-events: auto;
    opacity: 1; }
  .Header__language {
    line-height: 18px; }
  .Header__languageWrap {
    width: 20px;
    height: 15px;
    float: left;
    margin-top: 3px;
    margin-right: 8px; }
    .Header__languageWrap svg {
      max-width: 15px;
      max-height: 15px; }
  .Header__languageCurrent {
    margin-right: 15px;
    font-size: 14px;
    font-weight: 300;
    color: #a8a8a8;
    line-height: 18px;
    padding-top: 9px;
    padding-bottom: 10px; }
    @media (min-width: 768px) {
      .Header__languageCurrent {
        margin: 0; } }
  .Header__languageList.dropdown-menu {
    position: absolute;
    right: auto;
    left: 0;
    top: 16px;
    min-width: 118px;
    margin-top: 29px;
    border-radius: 0;
    padding: 0 8px;
    background: #ed9405;
    border-color: #ed9405;
    bottom: auto; }
    @media (min-width: 768px) {
      .Header__languageList.dropdown-menu {
        right: 0;
        left: auto;
        top: 100%;
        position: absolute; } }
    .Header__languageList.dropdown-menu > li {
      float: left;
      width: 100%; }
    .Header__languageList.dropdown-menu > li:not(:last-child) {
      border-bottom: solid 1px #f5a31e; }
    .Header__languageList.dropdown-menu > li > a {
      padding: 4px 0;
      color: #fff;
      font-size: 13px;
      font-weight: 400;
      line-height: 24px;
      display: block;
      float: left;
      width: 100%;
      background: #ed9405; }
      .Header__languageList.dropdown-menu > li > a.active {
        color: #444;
        opacity: .5; }
        .Header__languageList.dropdown-menu > li > a.active:hover {
          opacity: 1; }
      .Header__languageList.dropdown-menu > li > a :hover {
        color: #fff !important;
        text-decoration: underline; }
    .Header__languageList.dropdown-menu > li > a:hover {
      color: #000 !important; }
  @media (min-width: 1025px) {
    .Header .dropdown:hover .dropdown-menu {
      display: block; } }
  .Header__searchBar {
    display: block;
    position: fixed;
    background: #fff;
    pointer-events: none;
    opacity: 0;
    z-index: 2;
    top: 52px;
    left: 0;
    right: 0;
    width: 100%;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease; }
    @media (min-width: 768px) {
      .Header__searchBar {
        position: static;
        float: right;
        max-width: 371px; } }
  .Header__searchBar.open {
    pointer-events: auto;
    opacity: 1; }
  .Header__searchToggle {
    padding: 7px;
    margin-right: 17px;
    font-size: 22px;
    background: none;
    border: 0;
    line-height: 18px;
    color: #1d4a98; }
    @media (min-width: 768px) {
      .Header__searchToggle {
        font-size: 18px;
        margin-right: 45px;
        line-height: 22px; } }
    @media (min-width: 768px) {
      .Header__searchToggle.active, .Header__searchToggle:hover {
        color: #ea9507; } }
  .Header__searchContainer {
    border-bottom: 1px solid #1d4a98;
    position: relative;
    margin-top: -1px;
    width: 100%;
    padding: 6px 0 10px 13px;
    background: #fff;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease; }
    @media (min-width: 768px) {
      .Header__searchContainer {
        border-color: transparent;
        padding-top: 0;
        padding-bottom: 0;
        margin-top: 0; } }
  .Header__searchClose {
    position: absolute;
    right: 15px;
    top: 6px;
    font-size: 26px;
    color: #1d4a98; }
    @media (min-width: 768px) {
      .Header__searchClose {
        float: right;
        font-size: 20px;
        right: 7px;
        top: 2px; } }
    .Header__searchClose i {
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      display: inline-block; }
  .Header__searchInput {
    width: calc(100% - 132px);
    border: none;
    padding: 0;
    height: 35px;
    line-height: 38px;
    margin-right: 15px;
    border-bottom: 4px solid #ed9405; }
    .Header__searchInput:focus {
      outline: none; }
  .Header__searchSubmit.btn.btn-secondary {
    padding: 0 5px;
    border: none;
    display: block;
    margin-top: 4px;
    width: 68px;
    min-width: 1px;
    height: 32px;
    line-height: 32px;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    text-shadow: 0 0 1px #000; }
    @media (min-width: 768px) {
      .Header__searchSubmit.btn.btn-secondary {
        width: 82px; } }

#menuTrigger {
  width: 63px;
  min-width: 1px;
  font-size: 13px;
  height: 32px;
  line-height: 34px;
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 15px;
  letter-spacing: 1px;
  font-weight: 400;
  overflow: hidden;
  text-shadow: 0 0 1px #000; }
  #menuTrigger:focus {
    background-color: #1d4a98;
    box-shadow: 0 2px 4px 0 #15183f, 0 4px 6px 0 #1d4a98; }
  @media (min-width: 1px) and (max-width: 767px) {
    #menuTrigger:hover {
      box-shadow: 0 2px 4px 0 #15183f, 0 4px 6px 0 #1d4a98;
      background-color: #1d4a98; } }
  #menuTrigger.active {
    color: #fff !important;
    background-color: #ed9405 !important;
    box-shadow: 0 2px 4px 0 #b06d00, 0 4px 6px 0 #ed9405 !important; }
  #menuTrigger:active {
    box-shadow: none !important; }

.Hero__appointment {
  position: absolute;
  top: 113px;
  right: 0;
  z-index: 1;
  width: 240px;
  color: #15163f;
  font-size: 24px;
  font-weight: 700;
  line-height: 25px;
  bottom: 20px;
  left: 15px;
  right: auto;
  top: auto; }
  @media (min-width: 768px) and (max-width: 1024px) {
    .Hero__appointment {
      right: 15px;
      top: 109px; } }
  .Hero__appointment:hover, .Hero__appointment:focus {
    color: #f5a31e; }
  .Hero__appointment.hidden-md {
    position: absolute;
    min-width: 1px;
    text-align: left;
    padding: 0 15px;
    height: 32px;
    line-height: 32px;
    font-size: 13px;
    width: auto;
    letter-spacing: 1px;
    text-shadow: 0 0 1px #000;
    bottom: 20px;
    left: 15px;
    top: auto; }
    @media (min-width: 768px) and (max-width: 1024px) {
      .Hero__appointment.hidden-md {
        left: -110px;
        bottom: 54px;
        line-height: 48px;
        height: 47px;
        font-size: 16px;
        letter-spacing: 0;
        right: auto;
        width: 220;
        text-align: center; } }
    @media (min-width: 768px) and (max-width: 1024px) {
      .Hero__appointment.hidden-md strong {
        left: 0;
        bottom: 34px;
        line-height: 48px;
        height: 47px;
        font-weight: 700; } }
  .Hero__appointmentWrap {
    position: fixed;
    padding: 15px 15px 10px;
    background: #fff;
    border-top: 1px solid #eee;
    top: 0;
    right: 0;
    width: 75vw;
    z-index: 1000; }
    .Hero__appointmentWrap .Hero__appointment.hidden-md {
      position: static;
      top: auto;
      bottom: auto; }
  @media (min-width: 1025px) {
    .Hero__appointment--large {
      top: 195px;
      bottom: auto;
      right: 0;
      left: auto; } }

.Hero__appointmentForm {
  position: absolute;
  z-index: 1;
  width: 240px;
  background-color: #0b2254;
  color: #fff;
  padding: 13px 5px 13px 62px;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  min-height: 69px;
  right: auto;
  top: 113px;
  bottom: auto;
  right: 0;
  left: auto;
  text-align: center;
  border: 0px; }
  .Hero__appointmentForm:hover {
    color: #fff;
    background-color: #1e47a1; }
  .Hero__appointmentForm span {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 36px;
    display: block;
    line-height: 69px;
    padding: 0 15px;
    background-color: #1e47a1; }
  @media (min-width: 1px) and (max-width: 767px) {
    .Hero__appointmentForm {
      display: none; } }

/* ==========================================================================
HEADER - END
========================================================================== */
.breadcrumb {
  margin-bottom: 20px;
  font-weight: 300;
  font-size: 13px;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px; }
  @media (min-width: 768px) {
    .breadcrumb {
      font-size: 14px;
      margin-top: 20px;
      max-width: calc(100% - 270px); } }
  @media (min-width: 768px) and (max-width: 1024px) {
    .breadcrumb {
      margin-top: 68px;
      max-width: 100%; } }
  .breadcrumb a {
    font-weight: 700;
    color: #212121; }

@media (min-width: 1025px) and (max-width: 1280px) {
  .Header__nav .nav > li {
    margin-left: 13px; }

  .Header__nav .nav > li > a {
    font-size: 14px; } }
#makeappointment {
  z-index: 9999; }
  #makeappointment .modal-dialog {
    margin-top: 50px; }
    @media (min-width: 1px) and (max-width: 767px) {
      #makeappointment .modal-dialog {
        margin-top: 15px; } }
  #makeappointment .modal-header {
    padding: 30px 30px 15px;
    border-bottom: none; }
    @media (min-width: 1px) and (max-width: 767px) {
      #makeappointment .modal-header {
        padding: 30px 15px 0px; } }
  #makeappointment .modal-content {
    background: #eeeeee; }
  #makeappointment .HomeBooking {
    padding: 0px 0px 0px; }
    #makeappointment .HomeBooking > .wpcf7 {
      padding: 0 30px;
      font-size: 14px; }
      @media (min-width: 1px) and (max-width: 767px) {
        #makeappointment .HomeBooking > .wpcf7 {
          padding: 0px 15px; } }
    #makeappointment .HomeBooking::before {
      content: none; }
    #makeappointment .HomeBooking .form-control {
      font-size: 14px; }
    #makeappointment .HomeBooking form {
      overflow: hidden;
      padding: 30px 0px; }
    #makeappointment .HomeBooking .input-group:last-of-type {
      margin-bottom: 10px; }
    @media (min-width: 1px) and (max-width: 767px) {
      #makeappointment .HomeBooking .input-group {
        margin-bottom: 40px; } }

/* ==========================================================================
STRUCTURE, MARKUP ELEMENTS - BEGIN
========================================================================== */
/*
	font-family: 'Roboto', sans-serif;
	font-weight: 300;	-> Light
	font-weight: 400;	-> Regular
	font-weight: 700;	-> Light
*/
body {
  font-family: 'Roboto', 'Rubik', sans-serif; }
  @media (min-width: 1px) and (max-width: 767px) {
    body {
      padding-top: 51px; } }
  body.lock {
    overflow: hidden; }

i {
  font-style: normal; }

p {
  margin: 0 0 20px;
  line-height: 1.75;
  font-weight: 300; }

[class^="icon-"]:before, [class*=" icon-"]:before {
  margin: 0;
  width: auto;
  line-height: inherit; }

.transition {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease; }

a {
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  -ms-transition: all .2s ease;
  transition: all .2s ease; }

a.text-muted:hover {
  color: #ed9405; }

a:hover, a:focus {
  color: #1d4a98; }

a:focus {
  outline: 0;
  outline-offset: 0; }

.list--styled {
  list-style-type: none;
  padding: 0;
  display: block;
  float: left; }
  .list--styled li {
    padding-left: 20px;
    position: relative;
    font-weight: 300;
    float: left;
    width: 100%; }
    .list--styled li::before {
      content: "";
      position: absolute;
      top: 10px;
      left: 0;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 3px 0 3px 6px;
      border-color: transparent transparent transparent #e9940b; }

@media only screen and (min-width: 1px) and (max-width: 1350px) {
  .container {
    width: 100% !important; } }
input, textarea, select, button {
  -webkit-appearance: none; }

textarea {
  resize: none;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1.75 !important; }

.btn {
  min-width: 190px;
  padding: 10px 0;
  line-height: 27px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  text-align: center;
  outline: none !important;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  -ms-transition: all .2s ease;
  transition: all .2s ease; }

.btn.btn-primary {
  background-color: #ed9405;
  box-shadow: 0 2px 4px 0 #b06d00, 0 4px 6px 0 #ed9405; }
  .btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active {
    color: #fff;
    background-color: #1d4a98;
    box-shadow: 0 2px 4px 0 #15183f, 0 4px 6px 0 #1d4a98; }

.btn.btn-secondary {
  background-color: #1d4a98;
  box-shadow: 0 2px 4px 0 #15183f, 0 4px 6px 0 #1d4a98;
  border: none; }
  .btn.btn-secondary:hover, .btn.btn-secondary:focus, .btn.btn-secondary:active {
    color: #fff;
    background-color: #ed9405;
    box-shadow: 0 2px 4px 0 #b06d00, 0 4px 6px 0 #ed9405; }

hr {
  border-color: #e7e7e7;
  margin: 25px 0; }

h1, .h1 {
  line-height: 1.2; }
  @media (min-width: 1px) and (max-width: 767px) {
    h1, .h1 {
      font-size: 20px; } }

@media (min-width: 1px) and (max-width: 767px) {
  h2, .h2 {
    font-size: 20px;
    line-height: 28px; } }

.caret {
  border-top-color: #1d4a98; }
  @media (min-width: 768px) and (max-width: 1024px) {
    .caret {
      position: absolute;
      display: inline-block !important;
      right: 50%;
      top: 18px;
      float: left; } }

/* ==========================================================================
STRUCTURE, MARKUP ELEMENTS - END
========================================================================== */
/* ==========================================================================
HELPERS - BEGIN
========================================================================== */
.w100 {
  width: 100%; }

.p0 {
  padding-left: 0px;
  padding-right: 0px; }

@media (min-width: 1px) and (max-width: 1024px) {
  .p0mob {
    padding-left: 0px;
    padding-right: 0px; } }

@media (min-width: 1px) and (max-width: 767px) {
  .pull-left--mob {
    padding-left: 0px;
    float: left !important; } }

.m0 {
  margin: 0px; }

.mt0 {
  margin-top: 0px; }

.mb0 {
  margin-bottom: 0px; }

.mt15 {
  margin-top: 15px; }

.mt30 {
  margin-top: 30px; }

.mt60 {
  margin-top: 30px; }
  @media (min-width: 1025px) {
    .mt60 {
      margin-top: 60px; } }

.mb5 {
  margin-bottom: 5px; }

.mb10 {
  margin-bottom: 10px; }

.mb15 {
  margin-bottom: 15px; }

.mb20 {
  margin-bottom: 20px; }

.mb30 {
  margin-bottom: 30px; }

.mb60 {
  margin-bottom: 30px; }
  @media (min-width: 1025px) {
    .mb60 {
      margin-bottom: 60px; } }

@media (min-width: 1px) and (max-width: 767px) {
  .mb30--xs {
    margin-bottom: 30px; } }

@media (min-width: 1px) and (max-width: 767px) {
  .mb15--xs {
    margin-bottom: 15px; } }

@media (min-width: 1px) and (max-width: 767px) {
  .mb0--xs {
    margin-bottom: 0; } }

.dbl {
  display: block; }

.dtb {
  display: table; }

.dtbc {
  display: table-cell; }

.vam {
  vertical-align: middle; }

.dib {
  display: inline-block; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.flex-center {
  justify-content: center;
  align-items: center; }

.flex-left {
  justify-content: flex-start;
  align-items: center; }

.posrel {
  position: relative; }

.rotate180 {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

.font-extrabold {
  font-weight: 800; }

.font-bold {
  font-weight: 700; }

.font-normal {
  font-weight: 400; }

.font-thin {
  font-weight: 300; }

.font-sans {
  font-family: "Roboto", sans-serif; }

.font-serif {
  font-family: "Roboto Slab", serif; }

.fz13 {
  font-size: 13px; }

.fz14 {
  font-size: 14px; }

.fz16 {
  font-size: 16px; }

.fz18 {
  font-size: 18px; }

.fz20 {
  font-size: 20px; }

.fz24 {
  font-size: 24px; }

.fz32 {
  font-size: 32px; }
  @media (min-width: 1px) and (max-width: 767px) {
    .fz32 {
      font-size: 20px; } }

.fz30 {
  font-size: 30px; }
  @media (min-width: 1px) and (max-width: 767px) {
    .fz30 {
      font-size: 20px; } }

.fz40 {
  font-size: 40px; }
  @media (min-width: 1px) and (max-width: 767px) {
    .fz40 {
      font-size: 24px; } }

.lh1 {
  line-height: 1; }

.lh133 {
  line-height: 1.33; }

.lh143 {
  line-height: 1.43; }

.lh15 {
  line-height: 1.5; }

.lh175 {
  line-height: 1.75; }

.lh20 {
  line-height: 20px; }

@media (min-width: 1px) and (max-width: 767px) {
  .text-center--mob {
    text-align: center; } }

.text-grey {
  color: #a7a7a7; }

.text-blue {
  color: #1d4a98; }

.text-black {
  color: #000000; }

.hover--primary:hover {
  color: #ed9405 !important; }

.transition-2s-ease {
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  -ms-transition: all .2s ease;
  transition: all .2s ease; }

.transition-2s-linear {
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  -ms-transition: all .2s ease;
  transition: all .2s ease; }

.transition-3s-ease {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease; }

.transition-3s-linear {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease; }

.transition-4s-linear {
  -webkit-transition: all .4s linear;
  -moz-transition: all .4s linear;
  -o-transition: all .4s linear;
  -ms-transition: all .4s linear;
  transition: all .4s linear; }

.transition-4s-ease {
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  -ms-transition: all .4s ease;
  transition: all .4s ease; }

.transition-8s-ease {
  -webkit-transition: all .8s ease;
  -moz-transition: all .8s ease;
  -o-transition: all .8s ease;
  -ms-transition: all .8s ease;
  transition: all .8s ease; }

/* ==========================================================================
HELPERS - END
========================================================================== */
.StyledContent {
  /* ==========================================================================
  TABLES - Begin
  ========================================================================== */
  /* ==========================================================================
  TABLES - END
  ========================================================================== */ }
  .StyledContent ul {
    list-style-type: none;
    padding: 0;
    display: block;
    width: 100%;
    margin-bottom: 30px; }
    .StyledContent ul.mb0 {
      margin-bottom: 0; }
    .StyledContent ul li {
      padding-left: 20px;
      position: relative;
      font-weight: 300; }
      .StyledContent ul li::before {
        content: "";
        position: absolute;
        top: 10px;
        left: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 3px 0 3px 6px;
        border-color: transparent transparent transparent #e9940b; }
  .StyledContent img {
    clear: both;
    display: block;
    max-width: 100%;
    height: auto;
    margin-top: 15px;
    margin-bottom: 15px; }
  .StyledContent img.mt0 {
    margin-top: 0; }
  .StyledContent img.mb0 {
    margin-bottom: 0; }
  .StyledContent img.m0 {
    margin-bottom: 0; }
  .StyledContent a {
    color: #1d4a98;
    font-weight: 700; }
    .StyledContent a:hover {
      color: #ed9405; }
  .StyledContent a.btn {
    color: #fff; }
  .StyledContent h3 {
    font-size: 16px; }
  .StyledContent .related_articles {
    background-color: #f1f1f1;
    padding: 25px 20px 5px;
    margin-top: 10px;
    margin-bottom: 40px; }
    .StyledContent .related_articles h2 {
      margin-top: 0;
      margin-bottom: 25px; }
    .StyledContent .related_articles a {
      display: block;
      width: 100%;
      float: left;
      margin-bottom: 20px; }
      .StyledContent .related_articles a:hover h3 {
        color: #ed9405; }
      .StyledContent .related_articles a h3 {
        font-size: 15px;
        line-height: 25px;
        margin: 0; }
        @media (min-width: 1px) and (max-width: 767px) {
          .StyledContent .related_articles a h3 {
            font-size: 14px;
            line-height: 18px; } }
      .StyledContent .related_articles a span {
        float: left;
        width: 100px;
        height: 75px;
        background-size: cover !important;
        margin-right: 20px; }
        @media (min-width: 1px) and (max-width: 767px) {
          .StyledContent .related_articles a span {
            margin-right: 15px; } }
  .StyledContent table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 15px;
    line-height: 1.33;
    font-weight: 300;
    background-color: #fff; }
    @media (min-width: 1px) and (max-width: 1024px) {
      .StyledContent table {
        font-size: 13px;
        display: block;
        width: 100%;
        overflow-x: auto;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border-right: 1px solid #eee;
        border-left: 1px solid #eee;
        border-bottom: 1px solid #eee; } }
    .StyledContent table th, .StyledContent table td {
      padding: 10px;
      vertical-align: top;
      border-top: 1px solid #eee; }
    .StyledContent table thead th {
      vertical-align: bottom;
      border-bottom: 2px solid #eee; }
    .StyledContent table tbody + tbody {
      border-top: 2px solid #eee; }
    .StyledContent table tr:hover {
      background-color: #d3daea; }
    .StyledContent table tr:nth-child(even) {
      background-color: #e8ecf4; }
    .StyledContent table tr:nth-child(even):hover {
      background-color: #d3daea; }

.PatientInfo {
  position: relative; }
  .PatientInfo__icon {
    margin-top: -3px;
    position: absolute;
    left: 0;
    top: 21px;
    font-size: 40px; }
  .PatientInfo__fileLink {
    position: relative;
    padding-left: 47px; }
  .PatientInfo__fileLink:hover, .PatientInfo__fileLink:hover span, .PatientInfo__fileLink:hover .PatientInfo__icon {
    color: #1d4a98; }
  .PatientInfo__fileLink:hover .PatientInfo__icon {
    margin-right: 10px; }

.StyledContent .Faq__extraLink {
  display: block;
  line-height: 25px;
  float: left;
  clear: both;
  font-weight: 400; }
  .StyledContent .Faq__extraLink span {
    display: inline-block;
    float: left;
    overflow: hidden;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    padding-top: 1px;
    opacity: 0;
    position: absolute;
    width: 21px;
    height: 21px;
    left: -5px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease; }
  .StyledContent .Faq__extraLink:hover {
    color: #111130;
    font-weight: 700; }
  .StyledContent .Faq__extraLink:hover span {
    opacity: 1;
    left: 0; }

.mlp-quicklinks {
  background: #f1f1f1;
  border: 1px solid #000; }

.Article__share {
  font-weight: 700;
  padding: 15px 0;
  border-top: 1px solid #eee;
  margin-top: 30px;
  text-align: right; }
  @media (min-width: 1px) and (max-width: 767px) {
    .Article__share {
      font-size: 12px; } }
  .Article__share .Share__btn {
    font-size: 24px;
    color: #fff;
    background: #1d4a98;
    border-radius: 100px;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center; }
    .Article__share .Share__btn:not(:last-child) {
      margin-right: 5px; }
    .Article__share .Share__btn:hover, .Article__share .Share__btn:focus, .Article__share .Share__btn:active {
      background-color: #15183f;
      box-shadow: 0 2px 3px 0 rgba(33, 33, 33, 0.7), 0 4px 5px 0 rgba(21, 24, 63, 0.7); }
    .Article__share .Share__btn:active {
      -webkit-transform: translateY(2px);
      -moz-transform: translateY(2px);
      -o-transform: translateY(2px);
      transform: translateY(2px);
      box-shadow: none; }

.HomeAbout, .PatientInfo, .PhysicianProfile, .StaticPage, .form--overflow {
  overflow-x: hidden; }

.HomeBooking {
  padding: 30px 0 20px;
  position: relative; }
  @media (min-width: 768px) {
    .HomeBooking {
      padding: 60px 0 25px 0; } }
  .HomeBooking .input-group {
    margin-bottom: 45px; }
  .HomeBooking::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    background-color: #e9940b;
    width: 3000px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }
  .HomeBooking__heading {
    margin-top: 0;
    margin-bottom: 25px;
    font-size: 24px;
    line-height: 30px;
    color: #fff; }
    @media (min-width: 768px) {
      .HomeBooking__heading {
        margin-top: 0;
        margin-bottom: 55px;
        font-size: 32px;
        line-height: 38px; } }
  .HomeBooking .btn {
    border: none; }
  .HomeBooking form > .row span.wpcf7-not-valid-tip {
    left: 0;
    bottom: -17px; }
  .HomeBooking form > .row .wpcf7-textarea + span[role="alert"] {
    bottom: -8px; }
  .HomeBooking textarea {
    overflow: hidden;
    height: 36px; }

.HomeBooking .form-control {
  background: transparent;
  border: none;
  border-bottom: 4px solid #000;
  outline: none !important;
  font-size: 16px;
  line-height: 20px;
  padding-bottom: 8px;
  width: 100%;
  padding-left: 0;
  font-weight: 300;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  -ms-transition: all .2s ease;
  transition: all .2s ease; }
  .HomeBooking .form-control:hover, .HomeBooking .form-control:focus, .HomeBooking .form-control.HomeBooking__FloatLabel {
    border-color: #1d4a98; }
  .HomeBooking .form-control:focus + .HomeBooking__label {
    position: absolute;
    top: -23px;
    left: 0;
    margin-left: 0;
    font-weight: 700; }
  .HomeBooking .form-control + .HomeBooking__label {
    position: absolute;
    top: 2px;
    left: 0;
    pointer-events: none;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease; }
  .HomeBooking .form-control[disabled="disabled"] + .HomeBooking__label {
    top: -23px;
    left: 0; }
  .HomeBooking .form-control.HomeBooking__FloatLabel + .HomeBooking__label {
    top: -23px;
    left: 0;
    font-weight: 700; }

.HomeBooking input::-webkit-input-placeholder, .HomeBooking textarea::-webkit-input-placeholder {
  color: transparent; }
.HomeBooking input::-moz-placeholder, .HomeBooking textarea::-moz-placeholder {
  color: transparent; }
.HomeBooking input:-ms-input-placeholder, .HomeBooking textarea:-ms-input-placeholder {
  color: transparent; }
.HomeBooking input:-moz-placeholder, .HomeBooking textarea:-moz-placeholder {
  color: transparent; }

.HomeBooking.FooterArea .form-control {
  border-bottom: 4px solid #fff; }

.HomeBooking.FooterArea .wpcf7-form-control-wrap {
  color: #fff; }

.HomeBooking.FooterArea .wpcf7-not-valid-tip {
  color: #fff !important; }

.Header__hp-form.HomeBooking {
  width: 320px;
  height: 480px;
  position: absolute;
  top: 113px;
  right: 0;
  background: #1e47a1;
  z-index: 1;
  padding: 18px; }
  @media (min-width: 1px) and (max-width: 767px) {
    .Header__hp-form.HomeBooking {
      width: 100%;
      height: auto;
      position: relative;
      top: auto;
      right: auto;
      margin-bottom: 60px;
      margin-top: 20px; } }
  @media (min-width: 768px) and (max-width: 1024px) {
    .Header__hp-form.HomeBooking {
      width: 255px;
      height: 365px; } }
  .Header__hp-form.HomeBooking:before {
    display: none; }
  .Header__hp-form.HomeBooking input, .Header__hp-form.HomeBooking textarea {
    width: 100%; }
  .Header__hp-form.HomeBooking #consultation_option input {
    width: auto; }
  .Header__hp-form.HomeBooking #consultation_option span {
    color: #fff; }
  .Header__hp-form.HomeBooking #consultation_option input[type="radio"]:before {
    content: '';
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-right: 10px; }
  .Header__hp-form.HomeBooking .form-control {
    color: #fff;
    border-color: #fff;
    padding-bottom: 5px; }
    @media (min-width: 768px) and (max-width: 1024px) {
      .Header__hp-form.HomeBooking .form-control {
        font-size: 14px; } }
    .Header__hp-form.HomeBooking .form-control:focus + .HomeBooking__label, .Header__hp-form.HomeBooking .form-control.HomeBooking__FloatLabel + .HomeBooking__label {
      top: -12px;
      font-size: 14px; }
    .Header__hp-form.HomeBooking .form-control + .HomeBooking__label {
      color: #fff;
      line-height: 18px;
      top: 8px; }
      @media (min-width: 768px) and (max-width: 1024px) {
        .Header__hp-form.HomeBooking .form-control + .HomeBooking__label {
          font-size: 14px; } }
  .Header__hp-form.HomeBooking h3 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 21px; }
    @media (min-width: 1px) and (max-width: 767px) {
      .Header__hp-form.HomeBooking h3 {
        font-size: 20px; } }
    @media (min-width: 768px) and (max-width: 1024px) {
      .Header__hp-form.HomeBooking h3 {
        font-size: 16px;
        margin-bottom: 10px; } }
  .Header__hp-form.HomeBooking .input-group {
    margin-bottom: 30px; }
    @media (min-width: 768px) and (max-width: 1024px) {
      .Header__hp-form.HomeBooking .input-group {
        margin-bottom: 17px; } }
  .Header__hp-form.HomeBooking .btn {
    margin-top: 10px; }
    .Header__hp-form.HomeBooking .btn:hover, .Header__hp-form.HomeBooking .btn:focus {
      background-color: #ed9405d1;
      box-shadow: 0 2px 4px 0 #b06d00, 0 4px 6px 0 #ed9405; }
    @media (min-width: 768px) and (max-width: 1024px) {
      .Header__hp-form.HomeBooking .btn {
        line-height: 18px; } }
  .Header__hp-form.HomeBooking span.wpcf7-not-valid-tip {
    bottom: -15px;
    color: #fff !important; }
  .Header__hp-form.HomeBooking p {
    margin-bottom: 0; }
  .Header__hp-form.HomeBooking div.wpcf7-validation-errors {
    font-size: 12px;
    position: absolute;
    left: 18px;
    bottom: 33px; }
    @media (min-width: 1px) and (max-width: 767px) {
      .Header__hp-form.HomeBooking div.wpcf7-validation-errors {
        bottom: 7px; } }
    @media (min-width: 768px) and (max-width: 1024px) {
      .Header__hp-form.HomeBooking div.wpcf7-validation-errors {
        bottom: 10px; } }
  .Header__hp-form.HomeBooking div.wpcf7-response-output {
    margin-top: -10px; }

/* ==========================================================================
FOOTER - BEGIN
========================================================================== */
.Footer {
  background: #212121;
  padding: 24px 0px; }
  @media (min-width: 768px) {
    .Footer {
      padding: 54px 0px; } }
  .Footer__copy {
    line-height: 40px; }
  .Footer__menu li a {
    font-size: 13px;
    color: #fff;
    line-height: 40px; }
    .Footer__menu li a :hover {
      color: #ed9405; }
    @media (min-width: 768px) {
      .Footer__menu li a {
        font-size: 14px;
        line-height: 1.43; } }
  .Footer__menu li a:hover {
    color: #ed9405; }
  .Footer__menu.split li {
    width: 50%;
    float: left; }
  @media (min-width: 1px) and (max-width: 767px) {
    .Footer .media-left, .Footer .media-right, .Footer .media-body {
      display: block;
      float: left;
      margin-bottom: 30px;
      width: 100%; } }
  .Footer__menuTrigger {
    margin-top: -2px; }
  @media (min-width: 1px) and (max-width: 767px) {
    .Footer__menuWrap {
      display: none; } }
  @media (min-width: 768px) and (max-width: 1024px) {
    .Footer__socialLink {
      font-size: 13px; } }

.SubscribeForm {
  position: relative;
  margin-bottom: 15px; }
  .SubscribeForm__input {
    background: transparent;
    border: none;
    border-bottom: 4px solid #fff;
    line-height: 22px;
    padding-bottom: 8px;
    color: #fff;
    outline: none !important;
    padding-right: 28px;
    width: 100%;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease; }
  .SubscribeForm__btn {
    background: transparent;
    border: none;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    outline: none !important;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease; }
  .SubscribeForm:hover .SubscribeForm__input, .SubscribeForm .SubscribeForm__input:focus {
    border-color: #ed9405; }
  .SubscribeForm:hover .SubscribeForm__btn {
    right: -5px; }
  .SubscribeForm input[type="submit"] {
    width: 32px; }
  .SubscribeForm .icon-right-open {
    position: absolute;
    right: 0;
    top: 0;
    pointer-events: none; }

/* ==========================================================================
FOOTER - END
========================================================================== */
/* ==========================================================================
Evonomix tag/footer - Begin
========================================================================== */
#evonomix {
  padding-right: 0px;
  height: 32px;
  line-height: 40px;
  display: inline-block;
  float: none; }
  @media (min-width: 768px) {
    #evonomix {
      float: right;
      display: block;
      height: 40px; } }
  #evonomix a:hover {
    color: #606060; }
    #evonomix a:hover span {
      opacity: 1;
      transform: scale(1, 1);
      -webkit-transform: scale(1, 1); }
  #evonomix i {
    font-size: 22px;
    width: 19px;
    height: 22px;
    line-height: 22px;
    display: inline-block;
    color: #452d9d;
    margin-left: 5px;
    float: left; }
  #evonomix span {
    max-height: 22px;
    word-wrap: normal;
    word-break: keep-all;
    float: left;
    overflow: hidden;
    display: inline-block;
    text-decoration: none; }
    @media (min-width: 1025px) {
      #evonomix span {
        opacity: 0;
        transform: scale(0, 1);
        -webkit-transform: scale(0, 1);
        transform-origin: 100%;
        -webkit-transform-origin: 100%;
        transition: transform 0.3s ease-in .2s, -webkit-transform 0.3s ease-in .2s,  opacity 0.6s ease-out .1s, color; } }
  #evonomix em {
    color: #452d9d;
    font-style: normal; }
  #evonomix p {
    float: right;
    margin: 8px 0 0; }

.copyright p, .copy-text a {
  font-size: 13px;
  margin: 0;
  color: #8f8f8f; }

.copyright {
  padding: 10px 0; }

.copy-text {
  margin: 2px 0; }

/* ==========================================================================
Evonomix tag/footer - END
========================================================================== */
/* ==========================================================================
Scroll to top - Begin
========================================================================== */
.scrollTop {
  position: fixed;
  width: 32px;
  height: 32px;
  bottom: -45px;
  right: -15px;
  background: #1d4a98;
  text-align: center;
  font-size: 22px;
  display: block;
  color: #fff;
  cursor: pointer;
  opacity: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  border: 1px solid #1d4a98;
  box-shadow: 0 2px 3px 0 #15183f, 0 2px 4px 0 #1d4a98;
  line-height: 28px;
  z-index: 999; }

.scrollTop.active {
  opacity: 1;
  bottom: 58px;
  right: 15px; }

.scrollTop i,
.scrollTop i:before {
  display: block;
  width: 30px;
  height: 32px;
  line-height: 28px; }

.scrollTop:hover, .scrollTop:focus, .scrollTop:active {
  border-color: #ed9405;
  background-color: #ed9405;
  box-shadow: 0 2px 3px 0 #b06d00, 0 2px 4px 0 #ed9405; }

/* ==========================================================================
Scroll to top - END
========================================================================== */
/* ==========================================================================
Cookie bar - Begin
========================================================================== */
#cookie_bar {
  display: none;
  width: 320px;
  position: fixed;
  left: 10px;
  bottom: 10px;
  z-index: 10000;
  background-color: white;
  padding: 15px 10px;
  border: 1px solid #848484; }
  #cookie_bar .btn {
    padding: 0 5px;
    border: none;
    max-width: 127px !important;
    display: block;
    float: right;
    margin-top: 7px;
    min-width: 52px;
    line-height: 26px;
    font-size: 14px; }
  #cookie_bar p {
    font-size: 13px;
    margin-bottom: 0; }
    #cookie_bar p a {
      font-size: 13px;
      color: #1d4a98;
      font-weight: 700; }

.notice-text {
  max-width: 230px; }

/* ==========================================================================
Cookie bar - END
========================================================================== */
/* ==========================================================================
SIDEBAR - BEGIN
========================================================================== */
.Sidebar {
  display: block;
  top: 62px;
  position: fixed;
  right: -10px;
  max-width: 300px;
  max-height: calc(100vh - 132px);
  overflow-y: scroll;
  z-index: 1499;
  background-color: #15183e;
  box-shadow: 0 2px 3px 0 #000000, 0 2px 4px 0 #15183f;
  transform: translate3d(0, 0, 0);
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  -ms-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%); }
  @media (min-width: 768px) {
    .Sidebar {
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0);
      position: absolute;
      display: block;
      top: 0;
      right: auto;
      margin: 40px 0;
      overflow-y: auto;
      max-width: 290px;
      width: 100%;
      max-height: 100vh; } }
  @media (min-width: 1px) and (max-width: 991px) {
    .Sidebar {
      max-width: 236px; } }
  @media (min-width: 768px) and (max-width: 1024px) {
    .Sidebar {
      box-shadow: none !important; } }
  .Sidebar.active {
    width: 290px; }
  .Sidebar.open {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    right: 15px; }
  .Sidebar h2 {
    margin: 0;
    font-size: 18px;
    color: #fff;
    font-weight: 700; }
    @media (min-width: 768px) and (max-width: 1024px) {
      .Sidebar h2 {
        font-size: 16px;
        background-color: #15183e; } }
  .Sidebar__trigger--mob.btn.btn-secondary {
    height: 32px;
    width: 30px;
    min-width: 1px;
    padding: 0;
    margin-right: 19px; }
    .Sidebar__trigger--mob.btn.btn-secondary:focus {
      background-color: #1d4a98;
      box-shadow: 0 2px 4px 0 #15183f, 0 4px 6px 0 #1d4a98; }
    @media (min-width: 1px) and (max-width: 767px) {
      .Sidebar__trigger--mob.btn.btn-secondary:hover {
        box-shadow: 0 2px 4px 0 #15183f, 0 4px 6px 0 #1d4a98;
        background-color: #1d4a98; } }
    .Sidebar__trigger--mob.btn.btn-secondary.active {
      color: #fff;
      background-color: #ed9405 !important;
      box-shadow: 0 2px 4px 0 #b06d00, 0 4px 6px 0 #ed9405 !important; }
    .Sidebar__trigger--mob.btn.btn-secondary:active {
      box-shadow: none !important; }
  .Sidebar__list {
    list-style-type: none;
    margin: 0;
    padding: 5px 15px 10px;
    background-color: #282b5a; }
  .Sidebar__itemLink {
    color: #fff;
    font-size: 14px;
    position: relative;
    line-height: 35px;
    padding-top: 5px; }
    .Sidebar__itemLink:hover, .Sidebar__itemLink:focus, .Sidebar__itemLink.active {
      color: #fff; }
    .Sidebar__itemLink:before, .Sidebar__itemLink:after {
      content: '';
      width: 100%;
      height: 1px;
      background: #4c508b;
      position: absolute;
      left: 0;
      bottom: 0;
      -webkit-transition: all .3s ease;
      -moz-transition: all .3s ease;
      -o-transition: all .3s ease;
      -ms-transition: all .3s ease;
      transition: all .3s ease; }
    .Sidebar__itemLink:after {
      bottom: -2px; }
    .Sidebar__itemLink.active:before, .Sidebar__itemLink.active:after, .Sidebar__itemLink:hover:before, .Sidebar__itemLink:focus:before, .Sidebar__itemLink:hover:after, .Sidebar__itemLink:focus:after {
      background: #fff; }
  .Sidebar__expand {
    padding: 15px 40px 15px 15px;
    color: #fff;
    position: relative;
    font-size: 17px; }
    @media (min-width: 768px) {
      .Sidebar__expand {
        padding: 19px 40px 19px 15px; } }
    .Sidebar__expand i {
      position: absolute;
      right: 15px;
      top: 16px; }
      @media (min-width: 768px) {
        .Sidebar__expand i {
          top: 20px; } }
    .Sidebar__expand[aria-expanded="true"] i.icon-plus {
      opacity: 0; }
    .Sidebar__expand[aria-expanded="true"] i.icon-minus {
      opacity: 1; }
    .Sidebar__expand:hover, .Sidebar__expand:focus {
      color: #fff; }

/* ==========================================================================
SIDEBAR - END
========================================================================== */
@media (min-width: 992px) and (max-width: 1233px) {
  .Sidebar {
    max-width: 236px; } }
.is_stuck {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  .is_stuck > * {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

div.wpcf7-mail-sent-ok, div.wpcf7-validation-errors {
  border: none;
  background: #398f14;
  color: #fff;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding: 0 15px;
  border-radius: 3px;
  font-size: 12px; }

div.wpcf7-validation-errors {
  margin: 0 !important;
  border: none !important;
  background-color: #e85c41 !important;
  width: auto;
  float: left;
  font-size: 14px;
  padding: 3px 12px !important; }

.wpcf7-form-control-wrap {
  position: static !important; }

span.wpcf7-not-valid-tip {
  border: none;
  font-size: 10px !important;
  display: block;
  position: absolute;
  top: auto;
  bottom: 4px;
  left: 0px;
  min-width: 260px;
  padding: 0;
  z-index: 9;
  color: #e85c41 !important;
  border-radius: 3px;
  width: calc(100% - 15px);
  line-height: 14px; }

form > .row span.wpcf7-not-valid-tip {
  left: 15px;
  bottom: 0;
  width: calc(100% - 45px); }

.wpcf7-form-control-wrap {
  position: relative !important;
  float: left;
  width: 100%; }

span.wpcf7-list-item {
  margin: 0 1em 0 0 !important; }

button {
  outline: none; }

/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus
input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  background-color: transparent !important;
  color: #606060 !important; }

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000; }

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type=number] {
  -moz-appearance: textfield; }

input[type="search"] {
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  -ms-appearance: none !important;
  appearance: none !important;
  border-radius: 0 !important; }

input {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border-radius: 0; }
  input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #f4f1ef inset; }

fieldset {
  padding: 0;
  margin: 0;
  border: 0; }

textarea, select {
  border-radius: 0; }

.btn {
  min-width: 190px;
  padding: 10px 0;
  line-height: 27px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  text-align: center;
  outline: none !important;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  -ms-transition: all .2s ease;
  transition: all .2s ease; }
  .btn:active {
    -webkit-transform: translateY(2px);
    -moz-transform: translateY(2px);
    -o-transform: translateY(2px);
    transform: translateY(2px);
    box-shadow: none !important; }

.btn.btn-primary {
  background-color: #ed9405;
  box-shadow: 0 2px 4px 0 #b06d00, 0 4px 6px 0 #ed9405; }
  .btn.btn-primary:hover, .btn.btn-primary:focus {
    color: #fff;
    background-color: #1d4a98;
    box-shadow: 0 2px 4px 0 #15183f, 0 4px 6px 0 #1d4a98; }

.btn.btn-secondary {
  background-color: #1d4a98;
  box-shadow: 0 2px 4px 0 #15183f, 0 4px 6px 0 #1d4a98;
  border: none; }
  .btn.btn-secondary:hover, .btn.btn-secondary:focus {
    background-color: #15183f;
    box-shadow: 0 1px 3px 0 rgba(33, 33, 33, 0.5), 0 3px 5px 0 rgba(21, 24, 63, 0.7); }
  .btn.btn-secondary.btn-sm {
    height: 32px;
    line-height: 32px;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 0 30px;
    min-width: 1px;
    font-size: 15px; }

.formError {
  left: -1px !important;
  top: -2px !important; }
  .formError .formErrorContent {
    font-family: "Roboto", sans-serif;
    max-width: 191px !important;
    padding: 4px 15px;
    background: #891c3b; }
  .formError .formErrorArrow {
    display: none !important; }

.greenPopup .formErrorContent {
  background: #1c893b !important;
  color: #fff; }

.dropdown-menu {
  border-radius: 2px;
  border: none;
  margin: 0;
  background: #ed9405;
  padding: 0 8px;
  right: 0;
  left: auto;
  min-width: 124px;
  max-width: 290px;
  top: calc(100% - 6px); }
  @media (min-width: 1px) and (max-width: 767px) {
    .dropdown-menu {
      width: 100%;
      position: static;
      max-width: 100%;
      float: left;
      z-index: 99999; } }
  @media (min-width: 768px) {
    .dropdown-menu.active {
      display: block; } }
  .dropdown-menu li {
    border-bottom: solid 1px #f5a31e;
    float: left;
    width: 100%; }
    .dropdown-menu li.current-menu-item.active a {
      color: #000;
      cursor: default; }
    .dropdown-menu li a {
      padding: 4px;
      color: #fff;
      font-size: 16px;
      line-height: 36px;
      font-weight: 400;
      display: block;
      float: left;
      width: 100%;
      background: #ed9405 !important;
      z-index: 99999999;
      position: relative; }
      @media (min-width: 768px) and (max-width: 1024px) {
        .dropdown-menu li a {
          font-size: 13px;
          line-height: 36px; } }

.dropdown-toggle.active .caret {
  border-top-color: #ed9405; }
@media (min-width: 1px) and (max-width: 1024px) {
  .dropdown-toggle.active + .dropdown-menu {
    display: block; } }
@media (min-width: 768px) and (max-width: 1024px) {
  .dropdown-toggle.active + .dropdown-menu {
    z-index: 9999; } }

.wpcf7 .screen-reader-response {
  display: none !important; }

input.datepicker {
  border-radius: 0;
  height: 36px;
  line-height: 36px; }

div.datepicker {
  right: auto;
  border-radius: 0;
  padding: 0;
  margin-top: 36px;
  background: #e18c05; }
  @media (min-width: 1px) and (max-width: 767px) {
    div.datepicker {
      position: absolute !important;
      left: 15px !important;
      right: auto !important;
      width: 290px !important; } }
  @media (min-width: 768px) and (max-width: 1024px) {
    div.datepicker {
      margin-top: -36px; } }

.datepicker table {
  color: #fff; }

.datepicker table thead, .datepicker table tbody {
  background: #ed9405; }

.datepicker table tr td {
  font-weight: 700;
  color: #fff;
  border-radius: 0;
  padding: 5px 10px; }

.datepicker table tr th {
  color: #1d4a98;
  border-radius: 0;
  padding: 5px 10px; }

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
  color: #1d4a98;
  font-weight: 300;
  background: #e18c05 !important; }

.datepicker .datepicker-switch:hover, .datepicker .next:hover, .datepicker .prev:hover, .datepicker tfoot tr th:hover {
  background: transparent;
  color: #1d4a98;
  font-weight: 300; }

.datepicker .next, .datepicker .prev {
  visibility: visible !important; }

.datepicker .next:hover, .datepicker .prev:hover {
  font-weight: 700;
  color: #fff; }

.datepicker-switch {
  font-weight: 700 !important;
  color: #1d4a98; }

.datepicker table tr td.day:hover, .datepicker table tr td.focused {
  background: #1d4a98;
  color: #fff; }

.datepicker table tr td.day.disabled:hover, .datepicker table tr td.focused.disabled {
  background: transparent;
  color: #1d4a98;
  cursor: disabled; }

.datepicker table tr td.old, .datepicker table tr td.new {
  background: #e18c05;
  color: #e18c05;
  border-radius: 0;
  font-weight: 700;
  pointer-events: none; }

.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #ed9405; }

.datepicker .datepicker-switch {
  width: 145px;
  color: #fff;
  font-weight: 700; }

.datepicker table tr td.today {
  color: #000;
  background-color: transparent;
  border-color: #ffb733; }

/* ==========================================================================
Alignments - Begin
========================================================================== */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/* ==========================================================================
Alignments - END
========================================================================== */
/* ==========================================================================
WP RESETS - Begin
========================================================================== */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption .wp-caption-text {
  margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }

.gallery-item img {
  max-width: 98%;
  height: auto;
  margin: 1%; }

.gallery-columns-2 .gallery-item {
  max-width: 50%; }

.gallery-columns-3 .gallery-item {
  max-width: 33.33%; }

.gallery-columns-4 .gallery-item {
  max-width: 25%; }

.gallery-columns-5 .gallery-item {
  max-width: 20%; }

.gallery-columns-6 .gallery-item {
  max-width: 16.66%; }

.gallery-columns-7 .gallery-item {
  max-width: 14.28%; }

.gallery-columns-8 .gallery-item {
  max-width: 12.5%; }

.gallery-columns-9 .gallery-item {
  max-width: 11.11%; }

.gallery-caption {
  display: block; }

/* ==========================================================================
WP RESETS - Begin
========================================================================== */

/*# sourceMappingURL=static_default.css.map */