/* Apply border-box to everything */
*, *::before, *::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: auto !important;
}

html {
  font-size: 10px;
}

body {
  font-family:'NeueHaasUnicaPro-Regular';
  font-size: 20px;
  font-weight: normal !important;
  line-height: 1.26;
  color: #454545;
  padding: 0;
  margin: 0;
  opacity: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-name: fade-in;
  animation-name: fade-in;
}

@-webkit-keyframes fade-in {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes fade-in {
  0% { opacity: 0; }
  100% { opacity: 1; }
} 

@media print {   
  body {
    opacity: 1 !important;
    overflow-x: hidden !important;
  }
}

h1, h2, h3, h4, h5, h6  {
  font-family:'NeueHaasUnicaPro-Medium';
  font-weight: normal !important;
  color: #253b5f;
  font-style: normal;
}

h1 {
  font-size: 42px;
  line-height: 1.1;  
  color: #fff;  
  margin-bottom: 0.5em;
}

h2 {
  font-size: 38px;
  line-height: 1.1;  
  margin-bottom: 0.5em;
}

h2.ssize {
  font-size: 36px;
}

@media (min-width: 768px) { 
  h1 {
    font-size: 45px;
    line-height: 1.1;  
    color: #fff;  
    margin-bottom: 0.5em;
  }
  
  h2 {
    font-size: 45px;
    line-height: 1.1;  
    margin-bottom: 0.5em;
  }

  h2.ssize {
    font-size: 40px;
  }
}

h3 {
  font-size: 30px;
  line-height: 1.1;  
  margin-bottom: 0.5em;
}

h3.ssize {
  font-size: 28px;
}

h3.lsize {
  font-size: 35px;
}

@media (min-width: 768px) { 
  h3 {
    font-size: 30px;
    line-height: 1.1;  
    margin-bottom: 0.5em;
  }

  h3.ssize {
    font-size: 28px;
  }
  
  h3.lsize {
    font-size: 35px;
  }
}

h4 {
  font-size: 26px;
  line-height: 1.2;  
  margin-bottom: 0.8em;
}

h5 {
  font-size: 24px;
  line-height: 1.2;  
  margin-bottom: 0.8em;
}

h6 {
  font-size: 20px;
  line-height: 1.2;  
  margin-bottom: 0.8em;
}

strong {
  font-family: NeueHaasUnicaPro-Bold;
  font-weight: normal;
}

bold {
  font-family: NeueHaasUnicaPro-Bold;
  font-weight: normal;
} 

a {
  color: inherit; 
  font-family: inherit;
}

a:hover, a:focus, a:active {
  color: inherit; 
}

p {
  margin-bottom: 1.5rem;
}

ul {
  padding: 0;
  margin: 0;
}

ul li {
  list-style: none;
}

.genesis-skip-link li {
  height: 0;
  width: 0;
}

.screen-reader-shortcut, .screen-reader-text, .screen-reader-text span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.author-box::before, .clearfix::before, .entry::before, .entry-content::before, .footer-widgets::before, .nav-primary::before, .nav-secondary::before, .pagination::before, .site-container::before, .site-footer::before, .site-header::before, .site-inner::before, .widget::before, .wrap::before {
  content: " ";
  display: table;
}

.author-box::after, .clearfix::after, .entry::after, .entry-content::after, .footer-widgets::after, .nav-primary::after, .nav-secondary::after, .pagination::after, .site-container::after, .site-footer::after, .site-header::after, .site-inner::after, .widget::after, .wrap::after {
  clear: both;
  content: " ";
  display: table;
}

.footer-widgets .wrap:before, .footer-widgets .wrap:after {
  display: none;
}

a, button, input:focus, input[type="button"], input[type="reset"], input[type="submit"], textarea:focus, .button, .gallery img {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

input[type=reset], input[type=submit], button, html input[type=button] {
  font-family: inherit;
  color: inherit;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 4px; 
  cursor: pointer;    
}

input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), textarea {
  font-family: inherit;
  color: inherit;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 4px; 
  background: none;
  border: 1px solid #444e59; 
  padding: 10px 10px 10px 15px;
}

:focus {
  outline: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

::-webkit-input-placeholder {
  color: #aaa;
}
:-moz-placeholder {
  color: #aaa;
}
::-moz-placeholder {
  color: #aaa;
}
:-ms-input-placeholder {
  color: #aaa;
}

blockquote {
  position: relative;
  font-style: normal;
  color: #444e59; 
  background: #fff;
  border-left: 7px solid #444e59;
  padding: 30px 37px 30px 30px;
  margin: 3.5rem 0 3.5rem 0;
}

blockquoteX:after {
  position: absolute;
  content: "\f10e";
  bottom: 25px;
  right: 25px;
  font: normal normal normal 20px/20px FontAwesome;
  color: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

@media (min-width: 768px) {
  blockquote {
    margin-left: 4rem;
  } 
}

caption {
  color: inherit; 
}

img {
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

.search-wrap {
  position: relative;
}

.search-wrap .fa-search {
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 14px;
  color: #6f6f6f;
  z-index: 1;
}

.search-wrap input[type="search"] {
  width: 100%; 
  font-size: 14px;
  padding: 8px 45px 8px 10px;
} 

.select-wrap {
  position: relative;
}

.select-wrap:after {
  content: "\25BA";
  position: absolute;
  top: 16px; 
  right: 10px;
  font-size: 10px;
  color: #8a8a8a;
  -ms-transform: rotate(90deg); /* IE 9 */
  -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
  transform: rotate(90deg);
  pointer-events: none; 
}

.select-wrap select {
  font-family: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0; 
  height: 45px;
  line-height: 26px;
  padding-left: 14px;
  width: 100%;
  font-size: 1.5rem;
  border-color: #ccc;
  background: none;
} 


/*For IE10+*/
.select-wrap select::-ms-expand { 
  display: none;
}

.textf-15 {
  font-size: 15px;  
}

.textf-19 {
  font-size: 19px;  
}

.textf-23 {
  font-size: 23px;  
}

.textf-24 {
  font-size: 24px;  
}

.textf-25 {
  font-size: 25px;  
}

.textf-26 {
  font-size: 26px;  
}

.textf-30 {
  font-size: 30px;  
}

.textf-light {
  font-family:'NeueHaasUnicaPro-Light'; 
}

.textf-regular {
  font-family:'NeueHaasUnicaPro-Regular'; 
}

.textf-medium {
  font-family:'NeueHaasUnicaPro-Medium'; 
}

.textf-bold {
  font-family:'NeueHaasUnicaPro-Bold'; 
}

/* Animations
*/

.sec-custom-group-animation-left {
}

.sec-custom-group-animation-left .wpb_animate_when_almost_visible.el-icon:before,
.sec-custom-group-animation-right .wpb_animate_when_almost_visible.el-icon:before {
  opacity: 0;
}

.sec-custom-group-animation-left .wpb_start_animation.wpb_animate_when_almost_visible.el-icon:before,
.sec-custom-group-animation-right .wpb_start_animation.wpb_animate_when_almost_visible.el-icon:before {
    opacity: 1;
    transition: opacity 2.5s ease 0.5s; /* 1s duration, 0.5s delay */
}

.sec-custom-group-animation-left .wpb_start_animation.wpb_animate_when_almost_visible.el-icon .vc_single_image-wrapper {
  animation-name: mesAnimationLeft1;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

.sec-custom-group-animation-right .wpb_start_animation.wpb_animate_when_almost_visible.el-icon .vc_single_image-wrapper {
  animation-name: mesAnimationRight1;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

.sec-custom-group-animation-left .wpb_start_animation.wpb_animate_when_almost_visible.el-icon:before,
.sec-custom-group-animation-right .wpb_start_animation.wpb_animate_when_almost_visible.el-icon:before {
  /*
  animation-name: mesAnimationFadeIn;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  */
}

.sec-custom-group-animation-left .col-text-group .el-1.wpb_start_animation.wpb_animate_when_almost_visible,
.sec-custom-group-animation-left .col-text-group .el-2.wpb_start_animation.wpb_animate_when_almost_visible,
.sec-custom-group-animation-left .col-text-group .el-sub.wpb_start_animation.wpb_animate_when_almost_visible,
.sec-custom-group-animation-left .col-text-group h4.wpb_start_animation.wpb_animate_when_almost_visible,
.sec-custom-group-animation-left .col-text-group h2.wpb_start_animation.wpb_animate_when_almost_visible {
  animation-name: mesAnimationRight1;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

.sec-custom-group-animation-right .col-text-group .el-1.wpb_start_animation.wpb_animate_when_almost_visible,
.sec-custom-group-animation-right .col-text-group .el-2.wpb_start_animation.wpb_animate_when_almost_visible,
.sec-custom-group-animation-right .col-text-group .el-sub.wpb_start_animation.wpb_animate_when_almost_visible,
.sec-custom-group-animation-right .col-text-group h4.wpb_start_animation.wpb_animate_when_almost_visible,
.sec-custom-group-animation-right .col-text-group h2.wpb_start_animation.wpb_animate_when_almost_visible {
  animation-name: mesAnimationLeft1;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@keyframes mesAnimationFadeIn {
    0%{opacity:0;}
    100%{opacity:1;}
}

@keyframes mesAnimationLeft1 {
    0%{opacity:0;-webkit-transform:translateX(-75px);transform:translateX(-75px)}
    100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}
}

@keyframes mesAnimationRight1 {
    0%{opacity:0;-webkit-transform:translateX(75px);transform:translateX(75px)}
    100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}
}



body .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: 0.5s;
}

body .fadeInLeft {
  -webkit-animation-name: fadeInLeft1;
  animation-name: fadeInLeft1;
}

@-webkit-keyframes fadeInLeft1 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInLeft1 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

body .fadeInRight {
  -webkit-animation-name: fadeInRight1;
  animation-name: fadeInRight1;
}

@-webkit-keyframes fadeInRight1 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  100% {
      opacity: 1;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
  }
}
@keyframes fadeInRight1 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  100% {
      opacity: 1;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
  }
}

