.center-column {
  float: none;
  margin: 0 auto;
}

.align-right {
  float: right;
}

.align-left {
  float: left;
}

html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent font scaling in landscape while allowing user zoom */
}

*:focus {
  outline: none;
}

*,
*::after,
*::before {
  box-sizing: inherit;
}

* {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: "Work Sans", sans-serif;
}

main {
  min-height: 500px;
}

.row-clr {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  border: 0;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

.clear {
  clear: both;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

a {
  text-decoration: none;
}
a:active, a:hover {
  text-decoration: none;
}
a:focus {
  text-decoration: none;
  outline: none;
}

button,
input[type=text],
input[type=email],
input[type=button],
input[type=submit],
select {
  -webkit-appearance: none;
  /* Safari */
  -moz-appearance: none;
  /* Fire Fox */
  text-indent: 1px;
  text-overflow: "";
  background-color: transparent;
  border: none;
  border-radius: 0;
  outline: none;
}

/* For IE */
select::-ms-expand {
  display: none;
}

/*iframe*/
iframe {
  border: none;
  width: 100%;
}

.layerContent {
  outline: none;
}

.center-wrapper {
  float: none;
  margin: 0 auto;
}

.fancybox-is-open .fancybox-bg {
  opacity: 1;
}

/*Tab devices*/
@media (min-width: 768px) and (max-width: 991px) {
  .fw-divider-space {
    display: none;
  }
}
/*Mobile phones*/
@media (max-width: 767px) {
  br {
    visibility: hidden;
  }
  .fw-divider-space {
    display: none;
  }
}
@media (min-width: 768px) {
  body,
body p {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  body,
body p {
    line-height: 140%;
  }
}
h1, *.sensient-h1, .sensient-h1 > * {
  font-weight: 700;
  letter-spacing: -1px;
}

@media (min-width: 768px) {
  h1, *.sensient-h1, .sensient-h1 > * {
    font-size: 44px;
    line-height: 52px;
  }
}
@media (max-width: 767px) {
  h1, *.sensient-h1, .sensient-h1 > * {
    font-size: 34px;
    line-height: 140%;
  }
}
.content-page-heading.content-page h1.heading-map, .resource-featured-wrapper .base-blurb__card__body__summery h3, h2, *.sensient-h2, .sensient-h2 > * {
  font-weight: 300;
  letter-spacing: -0.5px;
}

@media (min-width: 768px) {
  .content-page-heading.content-page h1.heading-map, .resource-featured-wrapper .base-blurb__card__body__summery h3, h2, *.sensient-h2, .sensient-h2 > * {
    font-size: 34px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .content-page-heading.content-page h1.heading-map, .resource-featured-wrapper .base-blurb__card__body__summery h3, h2, *.sensient-h2, .sensient-h2 > * {
    font-size: 28px;
    line-height: 140%;
  }
}
.content-page-heading.content-page h2.heading-map, .timeline-section .timeline ul li div time, .custom-post-block-wrapper .lower-press-box-wrapper .post-block__content h4, .post-container .post-item-wrapper .description-wrapper h4, h3, *.sensient-h3, .sensient-h3 > * {
  font-weight: 400;
  letter-spacing: -0.5px;
}

@media (min-width: 768px) {
  .content-page-heading.content-page h2.heading-map, .timeline-section .timeline ul li div time, .custom-post-block-wrapper .lower-press-box-wrapper .post-block__content h4, .post-container .post-item-wrapper .description-wrapper h4, h3, *.sensient-h3, .sensient-h3 > * {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .content-page-heading.content-page h2.heading-map, .timeline-section .timeline ul li div time, .custom-post-block-wrapper .lower-press-box-wrapper .post-block__content h4, .post-container .post-item-wrapper .description-wrapper h4, h3, *.sensient-h3, .sensient-h3 > * {
    font-size: 20px;
    line-height: 140%;
  }
}
h4, *.sensient-h4, .sensient-h4 > * {
  font-weight: 500;
}

@media (min-width: 768px) {
  h4, *.sensient-h4, .sensient-h4 > * {
    font-size: 18px;
    line-height: 21px;
  }
}
@media (max-width: 767px) {
  h4, *.sensient-h4, .sensient-h4 > * {
    font-size: 16px;
    line-height: 140%;
  }
}
.category-tag,
.hover-overlay-blurb .base-blurb__card__body h4,
.post-container .post-item-wrapper .featured-img-wrapper .category-label, h5, *.sensient-h5, .sensient-h5 > * {
  font-weight: 500;
}

@media (min-width: 768px) {
  .category-tag,
.hover-overlay-blurb .base-blurb__card__body h4,
.post-container .post-item-wrapper .featured-img-wrapper .category-label, h5, *.sensient-h5, .sensient-h5 > * {
    font-size: 16px;
    line-height: 19px;
  }
}
@media (max-width: 767px) {
  .category-tag,
.hover-overlay-blurb .base-blurb__card__body h4,
.post-container .post-item-wrapper .featured-img-wrapper .category-label, h5, *.sensient-h5, .sensient-h5 > * {
    font-size: 15px;
    line-height: 140%;
  }
}
main li,
.sensient-list li {
  font-weight: 400;
  color: #000000;
}

@media (min-width: 768px) {
  main li,
.sensient-list li {
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  main li,
.sensient-list li {
    line-height: 140%;
  }
}
dd dt,
dd dl {
  font-weight: 400;
  color: #000000;
}

@media (min-width: 768px) {
  dd dt,
dd dl {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  dd dt,
dd dl {
    line-height: 140%;
  }
}
* pre {
  font-weight: 500;
  color: #000000;
}

@media (min-width: 768px) {
  * pre {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  * pre {
    line-height: 140%;
  }
}
.sensient-list-items ul {
  padding-left: 10px;
}
.sensient-list-items ul li {
  position: relative;
  margin: 5px 0;
  padding-left: 25px;
}
.sensient-list-items ul li:before {
  content: "";
  width: 2px;
  height: 2px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  background-color: #5e6d7c;
}

@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-display: swap;
}
.header-full-wrapper .navbar-default {
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

.primary-link-arrow:after,
.timeline-section .timeline ul li div a.learn-more-link:after,
.custom-post-block-wrapper .lower-press-box-wrapper .post-block__content__links h6.read-more-link:after,
.resource-featured-wrapper .base-blurb__card__body__summery .post-block__content__links__read-more h5:after,
.image-content-float-box-section .base-blurb__card__body h5:after,
.post-container .post-item-wrapper .description-wrapper h6.read-more-link:after,
.base-pro-button.primary.primary-link-arrow:after,
.slick-slider .slick-prev,
.slick-slider .slick-next {
  background-repeat: no-repeat;
  background-image: url(../images/icons/sprite2x.png);
  background-size: auto 100px;
}

.career-section .multi-functional-slider .container-fluid .slick-slide .block-left .video-img,
.career-section .multi-functional-slider .container-fluid .slick-slide .block-left .video-placeholder-image,
.career-section .multi-functional-slider .container-fluid .slick-slide .block-left .slide-image, .leadership-team-section .base-blurb__card__body__thumbnail, .common-video-popup .left-video-img .slide-img, .custom-post-block-wrapper .lower-press-box-wrapper .post-block__image, .resource-featured-wrapper .base-blurb__card,
.resource-featured-wrapper .base-blurb .overlay-wrapper, .left-right-image-content-section-with-curve.type-four .content-section:after, .left-right-image-content-section-with-curve.type-two .content-section:before, .left-right-image-content-section-with-curve .image-section:after,
.left-right-image-content-section-with-curve .base-text-block:after, .common-bg-image-block .image-section, .image-content-float-box-section .base-blurb__card__body__thumbnail, .common-inner-page-banner, .post-container .post-item-wrapper .featured-img-wrapper,
.background-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.resource-post-detail-section img,
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.primary-link-arrow:after,
.timeline-section .timeline ul li div a.learn-more-link:after,
.custom-post-block-wrapper .lower-press-box-wrapper .post-block__content__links h6.read-more-link:after,
.resource-featured-wrapper .base-blurb__card__body__summery .post-block__content__links__read-more h5:after,
.image-content-float-box-section .base-blurb__card__body h5:after,
.post-container .post-item-wrapper .description-wrapper h6.read-more-link:after,
.base-pro-button.primary.primary-link-arrow:after,
.slick-slider .slick-prev,
.slick-slider .slick-next {
  display: inline-block;
  position: absolute;
  content: "";
}

.slick-slider .slick-prev,
.slick-slider .slick-next {
  width: 61px;
  height: 61px;
  z-index: 99;
}

.slick-slider .slick-prev {
  background-position: -14px -4px;
}

.slick-slider .slick-next {
  background-position: -79px -4px;
}

.primary-link-arrow:after,
.timeline-section .timeline ul li div a.learn-more-link:after,
.custom-post-block-wrapper .lower-press-box-wrapper .post-block__content__links h6.read-more-link:after,
.resource-featured-wrapper .base-blurb__card__body__summery .post-block__content__links__read-more h5:after,
.image-content-float-box-section .base-blurb__card__body h5:after,
.post-container .post-item-wrapper .description-wrapper h6.read-more-link:after,
.base-pro-button.primary.primary-link-arrow:after {
  background-position: -160px -5px;
  width: 10px;
  height: 9px;
}

.all-text-white *,
.resource-featured-wrapper .base-blurb__card * {
  color: #ffffff;
}

.overlap-margin {
  margin-top: -125px;
}

.without-banner-section {
  margin-top: 120px;
}

/*Tab devices*/
@media (min-width: 992px) and (max-width: 1199px) {
  .without-banner-section {
    margin-top: 95px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .without-banner-section {
    margin-top: 95px;
  }
}
/*Mobile phones*/
@media (max-width: 767px) {
  .without-banner-section {
    margin-top: 90px;
  }
}
/* extends */
.primary-btn,
.subscribe-form-section .form-control_fields .contact-form-submit input[type=submit],
.req-product-form-section .subscribe-form-right-section .form-control_fields .contact-form-submit input[type=submit],
.req-product-form-section .form-control_fields .contact-form-submit input[type=submit],
.base-pro-button.primary,
.secondary-btn,
.base-pro-button.secondary,
.sensient-blue-btn,
.base-pro-button.sensient-blue-btn {
  font-family: "Work Sans", sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  background-color: transparent;
  border: none;
  display: inline-block;
  vertical-align: top;
  border-radius: 4px;
  padding: 11.5px 29.2px;
  cursor: pointer;
}
.primary-btn:hover,
.subscribe-form-section .form-control_fields .contact-form-submit input[type=submit]:hover,
.req-product-form-section .form-control_fields .contact-form-submit input[type=submit]:hover,
.base-pro-button.primary:hover,
.secondary-btn:hover,
.base-pro-button.secondary:hover,
.sensient-blue-btn:hover {
  opacity: 1;
}
.primary-btn img,
.subscribe-form-section .form-control_fields .contact-form-submit input[type=submit] img,
.req-product-form-section .subscribe-form-right-section .form-control_fields .contact-form-submit input[type=submit] img,
.req-product-form-section .form-control_fields .contact-form-submit input[type=submit] img,
.base-pro-button.primary img,
.secondary-btn img,
.base-pro-button.secondary img,
.sensient-blue-btn img,
.base-pro-button.sensient-blue-btn img {
  display: none;
}

.primary-btn,
.subscribe-form-section .form-control_fields .contact-form-submit input[type=submit],
.req-product-form-section .subscribe-form-right-section .form-control_fields .contact-form-submit input[type=submit],
.req-product-form-section .form-control_fields .contact-form-submit input[type=submit],
.base-pro-button.primary {
  color: #ffffff;
  border: 1px solid #ffffff;
}
.primary-btn:hover,
.subscribe-form-section .form-control_fields .contact-form-submit input[type=submit]:hover,
.req-product-form-section .form-control_fields .contact-form-submit input[type=submit]:hover,
.base-pro-button.primary:hover {
  color: #000000;
  background-color: #ffffff;
}

.secondary-btn,
.base-pro-button.secondary {
  color: #000000;
  border: 1px solid #000000;
}
.secondary-btn:hover,
.base-pro-button.secondary:hover {
  color: #ffffff;
  background-color: #000000;
}

.sensient-blue-btn,
.base-pro-button.sensient-blue-btn {
  color: #224A8D;
  border: 1px solid #224A8D;
}
.sensient-blue-btn:hover {
  color: #ffffff;
  background-color: #224A8D;
}

.tab-btn,
.common-sub-nav-section .base-pro-button.primary,
.common-sub-nav-section .base-pro-button.secondary,
.common-sub-nav-section a {
  font-size: 14px;
  font-weight: 700;
  color: #012169;
  text-transform: uppercase;
  background-color: #ffffff;
  border: solid 1px #012169;
  border-radius: 23px;
  padding: 12px 29px;
}
.tab-btn:hover,
.common-sub-nav-section .base-pro-button.primary:hover,
.common-sub-nav-section .base-pro-button.secondary:hover,
.common-sub-nav-section a:hover {
  color: #ffffff;
  background-color: #012169;
}

.tab-btn-active,
.sub-nav-section ul.wp-base-menu li.active a,
.common-sub-nav-section .base-pro-button.primary.active,
.common-sub-nav-section .base-pro-button.secondary.active,
.common-sub-nav-section a.active {
  color: #ffffff;
  background-color: #012169;
}
.tab-btn-active:hover,
.sub-nav-section ul.wp-base-menu li.active a:hover,
.common-sub-nav-section .base-pro-button.primary.active:hover,
.common-sub-nav-section .base-pro-button.secondary.active:hover,
.common-sub-nav-section a.active:hover {
  color: #ffffff;
  background-color: #012169;
}

.primary-link,
.base-pro-button.primary.primary-link,
.primary-link-arrow,
.timeline-section .timeline ul li div a.learn-more-link,
.custom-post-block-wrapper .lower-press-box-wrapper .post-block__content__links h6.read-more-link,
.resource-featured-wrapper .base-blurb__card__body__summery .post-block__content__links__read-more h5,
.image-content-float-box-section .base-blurb__card__body h5,
.post-container .post-item-wrapper .description-wrapper h6.read-more-link,
.base-pro-button.primary.primary-link-arrow {
  font-family: "Work Sans", sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #ffd333;
  text-align: center;
  text-transform: uppercase;
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  cursor: pointer;
}
.primary-link:hover,
.base-pro-button.primary.primary-link:hover,
.primary-link-arrow:hover,
.timeline-section .timeline ul li div a.learn-more-link:hover,
.custom-post-block-wrapper .lower-press-box-wrapper .post-block__content__links h6.read-more-link:hover,
.resource-featured-wrapper .base-blurb__card__body__summery .post-block__content__links__read-more h5:hover,
.image-content-float-box-section .base-blurb__card__body h5:hover,
.post-container .post-item-wrapper .description-wrapper h6.read-more-link:hover,
.base-pro-button.primary.primary-link-arrow:hover {
  text-decoration: underline;
  opacity: 1;
}
.primary-link:focus,
.base-pro-button.primary.primary-link:focus,
.primary-link-arrow:focus,
.timeline-section .timeline ul li div a.learn-more-link:focus,
.custom-post-block-wrapper .lower-press-box-wrapper .post-block__content__links h6.read-more-link:focus,
.resource-featured-wrapper .base-blurb__card__body__summery .post-block__content__links__read-more h5:focus,
.image-content-float-box-section .base-blurb__card__body h5:focus,
.post-container .post-item-wrapper .description-wrapper h6.read-more-link:focus,
.base-pro-button.primary.primary-link-arrow:focus {
  color: #ffd333;
}

.primary-link-arrow,
.timeline-section .timeline ul li div a.learn-more-link,
.custom-post-block-wrapper .lower-press-box-wrapper .post-block__content__links h6.read-more-link,
.resource-featured-wrapper .base-blurb__card__body__summery .post-block__content__links__read-more h5,
.image-content-float-box-section .base-blurb__card__body h5,
.post-container .post-item-wrapper .description-wrapper h6.read-more-link,
.base-pro-button.primary.primary-link-arrow {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding-right: 20px;
}
.primary-link-arrow:after,
.timeline-section .timeline ul li div a.learn-more-link:after,
.custom-post-block-wrapper .lower-press-box-wrapper .post-block__content__links h6.read-more-link:after,
.resource-featured-wrapper .base-blurb__card__body__summery .post-block__content__links__read-more h5:after,
.image-content-float-box-section .base-blurb__card__body h5:after,
.post-container .post-item-wrapper .description-wrapper h6.read-more-link:after,
.base-pro-button.primary.primary-link-arrow:after {
  top: 5px;
  right: 0;
}

.category-tag,
.hover-overlay-blurb .base-blurb__card__body h4,
.post-container .post-item-wrapper .featured-img-wrapper .category-label {
  color: #ffffff;
  background-color: rgba(2, 33, 105, 0.75);
  padding: 15px 20px;
}

/* layout */
@media (min-width: 1200px) {
  header .container,
* .container,
.fw-container,
main .fw-container {
    width: 1200px;
  }
  * .container,
header .container,
.fw-container,
main .fw-container,
*[class^=col-lg],
*[class^=col-md],
*[class^=col-sm],
*[class^=col-xs],
*[class^=fw-col-lg],
*[class^=fw-col-md],
*[class^=fw-col-sm],
*[class^=fw-col-xs] {
    padding-left: 15px;
    padding-right: 15px;
  }
  .row,
.fw-row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
main .fw-container-fluid {
  padding: 0;
}
main .fw-container-fluid > .row,
main .fw-container-fluid > .fw-row {
  margin-left: 0;
  margin-right: 0;
}
main .fw-container-fluid > .row > *[class^=col-lg],
main .fw-container-fluid > .row > *[class^=col-md],
main .fw-container-fluid > .row > *[class^=col-sm],
main .fw-container-fluid > .row > *[class^=col-xs],
main .fw-container-fluid > .row > *[class^=fw-col-lg],
main .fw-container-fluid > .row > *[class^=fw-col-md],
main .fw-container-fluid > .row > *[class^=fw-col-sm],
main .fw-container-fluid > .row > *[class^=fw-col-xs],
main .fw-container-fluid > .fw-row > *[class^=col-lg],
main .fw-container-fluid > .fw-row > *[class^=col-md],
main .fw-container-fluid > .fw-row > *[class^=col-sm],
main .fw-container-fluid > .fw-row > *[class^=col-xs],
main .fw-container-fluid > .fw-row > *[class^=fw-col-lg],
main .fw-container-fluid > .fw-row > *[class^=fw-col-md],
main .fw-container-fluid > .fw-row > *[class^=fw-col-sm],
main .fw-container-fluid > .fw-row > *[class^=fw-col-xs] {
  padding-left: 0;
  padding-right: 0;
}

/*Main Navigation*/
.header-full-wrapper .navbar-default {
  background-color: transparent;
  border: none;
  border-bottom: none;
  width: 100%;
  min-height: 0;
  padding: 0;
  margin-bottom: 0;
  z-index: 12;
  border-radius: 0;
}
.header-full-wrapper .navbar-default ul {
  padding: 0;
}
.header-full-wrapper .navbar-default .navbar-toggle {
  background-color: #ffffff;
  border-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
  margin-top: 10px;
  margin-right: 25px;
}
.header-full-wrapper .navbar-default .navbar-toggle:hover {
  background-color: #ffffff;
}
.header-full-wrapper .navbar-default .navbar-toggle:focus .icon-bar {
  background-color: #000000;
}
.header-full-wrapper .navbar-default .navbar-toggle .icon-bar {
  background-color: #000000;
  border-radius: 0;
  width: 30px;
  height: 5px;
  margin-top: 5px;
}
.header-full-wrapper .navbar-default .navbar-header {
  margin-top: -14px;
  margin-left: -50px;
}
.header-full-wrapper .navbar-default .navbar-header .navbar-brand {
  height: auto;
  padding: 4px 0;
}
.header-full-wrapper .navbar-default .navbar-nav {
  float: right;
}
.header-full-wrapper .navbar-default .navbar-nav li {
  position: relative;
}
.header-full-wrapper .navbar-default .navbar-nav li.current_page_item a, .header-full-wrapper .navbar-default .navbar-nav li.current_menu_item a {
  background-color: transparent;
  color: #ffd333;
}
.header-full-wrapper .navbar-default .navbar-nav li.current_page_ancestor a, .header-full-wrapper .navbar-default .navbar-nav li.current-menu-ancestor a {
  background-color: transparent;
  color: #ffd333;
}
.header-full-wrapper .navbar-default .navbar-nav li.menu-item-has-children .mobile-drop {
  background-image: url(../images/icons/header-menu-down-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 75%;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 30px;
  float: right;
  margin-top: 5px;
  margin-right: 20px;
}
.header-full-wrapper .navbar-default .navbar-nav li a {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  text-transform: capitalize;
  text-decoration: none;
  padding: 13px 15px 17px;
  display: inline-block;
}
.header-full-wrapper .navbar-default .navbar-nav li a:hover {
  color: #ffd333;
}
.header-full-wrapper .navbar-default .navbar-nav .request-btn {
  margin-left: 15px;
}
.header-full-wrapper .navbar-default .navbar-nav .request-btn a {
  font-size: 13px;
  font-weight: 700;
  background-color: #012169;
  border-radius: 4px;
  padding: 12.5px 20px;
  text-transform: uppercase;
}
.header-full-wrapper .navbar-default .navbar-nav .request-btn a:hover {
  background-color: #ffffff;
  color: #012169;
}
.header-full-wrapper .navbar-default .navbar-nav .request-btn.current_page_item a {
  background-color: #ffffff;
  color: #012169;
}
.header-full-wrapper .navbar-default .navbar-nav .active-item > a,
.header-full-wrapper .navbar-default .navbar-nav .open > a {
  color: #ffd333;
  background-color: transparent;
  border-color: transparent;
}
.header-full-wrapper .navbar-default .navbar-nav .sub-menu {
  display: none;
  text-align: left;
  position: absolute;
  left: -24px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.15);
  border: none;
  border-radius: 2px;
  width: 213px;
  padding: 13px 0 12px;
  z-index: 6;
}
.header-full-wrapper .navbar-default .navbar-nav .sub-menu:before {
  content: " ";
  width: 18px;
  height: 8px;
  position: absolute;
  top: -8px;
  left: 14px;
  right: 0;
  margin: 0 auto;
  border-bottom: 8px solid rgba(255, 255, 255, 0.9);
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
}
.header-full-wrapper .navbar-default .navbar-nav .sub-menu li.active a {
  color: #ffffff;
  background-color: #012169;
}
.header-full-wrapper .navbar-default .navbar-nav .sub-menu li.active a:hover {
  color: #ffffff;
}
.header-full-wrapper .navbar-default .navbar-nav .sub-menu li:last-of-type {
  margin-right: 0;
}
.header-full-wrapper .navbar-default .navbar-nav .sub-menu li a {
  font-size: 14px;
  font-weight: 600;
  color: #4c4c4c;
  line-height: 1.43;
  text-transform: none;
  border-bottom: none;
  padding: 7.5px 30px;
  padding-right: 15px;
  display: block;
}
.header-full-wrapper .navbar-default .navbar-nav .sub-menu li a:hover {
  color: #ffffff;
  background-color: #012169;
}
.header-full-wrapper .navbar-default .nav-row-one {
  text-align: right;
  margin-top: 3px;
}
.header-full-wrapper .navbar-default .nav-row-one .container {
  text-align: right;
}
.header-full-wrapper .navbar-default .nav-row-one .top-navigation,
.header-full-wrapper .navbar-default .nav-row-one .search-wrapper,
.header-full-wrapper .navbar-default .nav-row-one .language-wrapper {
  display: inline-block;
  vertical-align: top;
}
.header-full-wrapper .navbar-default .nav-row-one ul li > a {
  font-size: 12px;
  text-transform: uppercase;
  padding: 12px 12.5px 20px;
}
.header-full-wrapper .navbar-default .nav-row-one ul.sub-menu {
  text-align: left;
  left: -70px;
}
.header-full-wrapper .navbar-default .nav-row-two {
  padding-bottom: 12px;
  margin-top: 3px;
}
.header-full-wrapper .navbar-default .search-wrapper {
  margin-top: 14px;
  margin-left: 15px;
}
.header-full-wrapper .navbar-default .search-wrapper a {
  background-image: url(../images/icons/search-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}
.header-full-wrapper .navbar-default .search-wrapper a i.fa-search {
  font-size: 0;
}
.header-full-wrapper .navbar-default .language-wrapper {
  display: none !important;
  color: #ffffff;
  margin-top: 14px;
  margin-left: 41px;
}
.header-full-wrapper .scrollMenu {
  background-color: rgba(0, 0, 0, 0.8);
}

.color-header .header-full-wrapper .navbar-default {
  background-color: rgba(0, 0, 0, 0.8);
}

/*Search Box*/
#searchModal {
  background-color: rgba(0, 0, 0, 0.8);
}
#searchModal .modal-header {
  display: none;
}
#searchModal .modal-body {
  padding: 0;
}
#searchModal .modal-dialog {
  background-color: transparent;
  border-radius: 5px;
  width: 70% !important;
  margin: 0 auto;
  margin-top: 12%;
}
#searchModal .modal-dialog input[type=text],
#searchModal .modal-dialog input[type=password],
#searchModal .modal-dialog input[type=url],
#searchModal .modal-dialog input[type=tel],
#searchModal .modal-dialog input[type=search],
#searchModal .modal-dialog input[type=number],
#searchModal .modal-dialog input[type=datetime],
#searchModal .modal-dialog input[type=email] {
  background-color: #ffffff;
  height: 65px;
  padding: 0 20px;
}

/*Macbook*/
@media (min-width: 1200px) and (max-width: 1299px) {
  .header-full-wrapper .navbar-default .navbar-header {
    margin-left: 0;
  }
}
/*Tab devices*/
/*Portrait & Landscape*/
@media (max-width: 1199px) {
  /*Mobile Navigation*/
  .navbar-header {
    float: none;
  }
  .navbar-left, .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
  }
  .collapse.in {
    display: block !important;
  }
  .navbar-toggle {
    margin-top: 15px;
  }
  .header-full-wrapper .navbar-default {
    background-color: #000000;
    padding: 20px 0 0;
  }
  .header-full-wrapper .navbar-default .navbar-header {
    padding-bottom: 20px;
    margin-top: 0;
    margin-left: 0;
  }
  .header-full-wrapper .navbar-default .navbar-header .navbar-brand {
    width: 55%;
    padding: 0 0 0 15px;
  }
  .header-full-wrapper .navbar-default .navbar-nav {
    float: left;
    padding-bottom: 20px;
  }
  .header-full-wrapper .navbar-default .navbar-nav .open > a {
    color: #ffd333 !important;
  }
  .header-full-wrapper .navbar-default .navbar-nav .open .sub-menu {
    display: none;
    position: relative;
    left: 0;
    width: 100%;
    padding: 0 10px;
    display: block !important;
    background-color: transparent;
    box-shadow: none;
  }
  .header-full-wrapper .navbar-default .navbar-nav .open .sub-menu:before {
    display: none;
  }
  .header-full-wrapper .navbar-default .navbar-nav .open .sub-menu li a {
    color: #ffffff;
    padding: 10px 30px;
  }
  .header-full-wrapper .navbar-default .navbar-nav .open .sub-menu li.active a {
    color: #ffd333;
    background-color: transparent;
  }
  .header-full-wrapper .navbar-default .navbar-collapse {
    max-height: 750px;
    padding: 0 15px;
  }
  .header-full-wrapper .navbar-default .search-wrapper,
.header-full-wrapper .navbar-default .language-wrapper {
    float: right;
  }
  .header-full-wrapper .navbar-default .search-wrapper {
    margin: 0 30px;
    margin-top: 12px;
  }
  .header-full-wrapper .navbar-default .search-wrapper a {
    background-size: 100%;
    width: 20px;
    height: 20px;
  }
  .header-full-wrapper .navbar-default .language-wrapper {
    margin: 0 30px;
    margin-top: 15px;
  }
}
/*Mobile phones*/
@media (max-width: 767px) {
  .header-full-wrapper .navbar-default .navbar-collapse {
    max-height: 450px;
  }
  .header-full-wrapper .navbar-default .language-wrapper {
    margin: 0;
    margin-top: 12px;
  }
  /*Search Box*/
  #searchModal .modal-dialog {
    width: 90% !important;
  }
  .color-header .header-full-wrapper .navbar-default {
    background-color: #000000;
  }
}
/*Mobile phones*/
/*Landscape*/
@media (max-width: 767px) and (orientation: landscape) {
  .header-full-wrapper .navbar-default .navbar-collapse {
    max-height: 270px;
  }
}
footer {
  background-color: #171923;
  padding: 50px 0;
}
footer *,
footer p {
  font-size: 12px;
  color: #ffffff;
}
footer a:hover, footer a:focus {
  color: #ffd333;
}
footer h5 {
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  text-transform: uppercase;
  margin-bottom: 11px;
}
footer img {
  margin-bottom: 20px;
}
footer .navbar-nav li {
  float: none;
}
footer .navbar-nav li a {
  line-height: 21px;
  text-align: left;
  padding: 0;
}
footer .navbar-nav li a:hover, footer .navbar-nav li a:focus {
  background-color: transparent;
}
footer .footer-top-wrapper {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
footer .footer-top-wrapper .footer-left-container,
footer .footer-top-wrapper .footer-right-container,
footer .footer-top-wrapper .column {
  float: left;
}
footer .footer-top-wrapper .footer-left-container {
  width: 73.4%;
}
footer .footer-top-wrapper .footer-left-container .column {
  width: 26%;
  padding-left: 48px;
  padding-right: 10px;
}
footer .footer-top-wrapper .footer-left-container .column.column-one {
  width: 21%;
  padding-left: 0;
}
footer .footer-top-wrapper .footer-left-container .column.column-one p {
  line-height: 21px;
}
footer .footer-top-wrapper .footer-left-container .column.column-one ul {
  margin-top: 22px;
}
footer .footer-top-wrapper .footer-left-container .column.column-one ul li {
  display: inline-block;
  margin-right: 10px;
}
footer .footer-top-wrapper .footer-left-container .column.column-one ul li img {
  width: 20px;
  margin: 0;
}
footer .footer-top-wrapper .footer-left-container .column.column-one ul li img:hover {
  opacity: 0.5;
}
footer .footer-top-wrapper .footer-right-container {
  float: right;
  border-left: 1px solid #71748c;
  width: 26.5%;
  padding-left: 40px;
  min-height: 152px;
}
footer .footer-top-wrapper .footer-right-container p {
  font-size: 14px;
  line-height: 21px;
}
footer .footer-top-wrapper .footer-right-container a.primary-link-arrow {
  margin-top: 29px;
}
footer .footer-bottom-wrapper {
  text-align: center;
  margin-top: 60px;
}

/*Tab devices*/
/*Landscape*/
@media (min-width: 768px) and (max-width: 991px) {
  footer .footer-top-wrapper .footer-left-container .column {
    padding-left: 20px;
  }
  footer .footer-top-wrapper .footer-right-container {
    padding-left: 30px;
  }
}
/*Mobile phones*/
@media (max-width: 767px) {
  footer img {
    margin: 0 auto 20px;
  }
  footer .navbar-nav li a {
    text-align: center;
  }
  footer .footer-top-wrapper {
    display: block;
    width: 100%;
  }
  footer .footer-top-wrapper .footer-left-container {
    width: 100%;
  }
  footer .footer-top-wrapper .footer-left-container .column {
    text-align: center;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  footer .footer-top-wrapper .footer-left-container .column.column-one {
    width: 100%;
  }
  footer .footer-top-wrapper .footer-right-container {
    text-align: center;
    float: left;
    border-left: none;
    border-bottom: 1px solid #71748c;
    width: 100%;
    padding-left: 0;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
}
/* components */
.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-dots {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 7px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  width: 12px;
  height: 12px;
  background-color: #121212;
  border: none;
  border-radius: 10px;
  padding: 0;
}
.slick-dots li button:before {
  display: none;
}
.slick-dots li button:hover {
  opacity: 0.4;
}
.slick-dots li.slick-active button {
  background-color: #ffd333;
}
.slick-dots li.slick-active button:hover {
  opacity: 1;
}

.slick-slider .slick-next:hover,
.slick-slider .slick-prev:hover {
  opacity: 0.6;
}
.slick-slider .slick-next:before,
.slick-slider .slick-prev:before {
  content: "";
}
.slick-slider .slick-next.slick-disabled,
.slick-slider .slick-prev.slick-disabled {
  opacity: 0.6;
}
.slick-slider .slick-prev {
  left: 0;
}
.slick-slider .slick-next {
  right: 0;
}

.white-dot-slider .slick-dots li button {
  background-color: #ffffff;
}
.white-dot-slider .slick-dots li.slick-active button {
  background-color: #ffd333;
}
.white-dot-slider .slick-dots li.slick-active button:hover {
  opacity: 1;
}

/*Left & Right Sections have White Color BG*/
.white-bg-slider .slick-slider:before, .white-bg-slider .slick-slider:after {
  content: "";
  position: absolute;
  top: 0;
  background-color: rgba(255, 255, 255, 0.6);
  width: 105px;
  height: 100%;
  z-index: 6;
}
.white-bg-slider .slick-slider:before {
  left: 0;
}
.white-bg-slider .slick-slider:after {
  right: 0;
}

/*Mobile & I-Pad Portrait*/
@media (max-width: 991px) {
  .white-bg-slider .slick-slider:before, .white-bg-slider .slick-slider:after {
    display: none;
  }
}
.main-slider .base-banner__image, .main-slider .base-banner__mask, .main-slider .base-banner__video-container {
  height: 700px;
  background-repeat: no-repeat;
  background-size: cover;
}
.main-slider .base-banner__content {
  width: 770px;
  padding: 0;
  margin: 0 auto;
  margin-top: 245px;
}
.main-slider .base-banner__content h1,
.main-slider .base-banner__content h2,
.main-slider .base-banner__content h3,
.main-slider .base-banner__content h4,
.main-slider .base-banner__content h5,
.main-slider .base-banner__content h6 {
  margin-bottom: 19px;
}
.main-slider .base-banner__content p {
  font-size: 26px;
  font-weight: 400;
  line-height: 30px;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.26);
}
.main-slider .base-banner__content a.banner-btn {
  font-size: 16px;
  padding: 14px 29px;
  margin-top: 50px;
}
.main-slider .base-banner__content a.banner-btn:hover {
  color: #000000;
}
.main-slider .slick-dots {
  bottom: 30px;
}

/*Mobile & I-Pad Portrait*/
@media (max-width: 991px) {
  .main-slider .base-banner__content {
    width: 100%;
  }
}
/*Tab devices*/
/*Portrait*/
@media (min-width: 768px) and (max-width: 991px) {
  .main-slider .base-banner__content {
    margin-top: 200px;
  }
}
/*Mobile phones*/
@media (max-width: 767px) {
  .main-slider {
    height: 550px;
  }
  .main-slider .base-banner__image, .main-slider .base-banner__mask, .main-slider .base-banner__video-container {
    height: auto;
    padding-bottom: 50px;
  }
  .main-slider .base-banner__content {
    margin-top: 130px;
  }
}
@media (min-width: 1200px) {
  .main-slider {
    height: 700px;
  }
}
/*********************************
	Component :: Form Elements
==================================
Form elements
- Select field
- Textarea
- Disabled elements
Form field's validation states
- Valid
- Invalid
*********************************/
input[type=text],
input[type=password],
input[type=url],
input[type=tel],
input[type=search],
input[type=number],
input[type=datetime],
input[type=email],
select,
textarea,
.custom-combobox-input.ui-widget {
  font-family: "Work Sans", sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  color: #4c4c4c;
  line-height: 1.5;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  min-width: 1px;
  border: 1px solid #e0e0e0;
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: none;
  outline: 0;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=url]:focus,
input[type=tel]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=datetime]:focus,
input[type=email]:focus,
select:focus,
textarea:focus,
.custom-combobox-input.ui-widget:focus {
  color: #4c4c4c;
  border: 1px solid #e0e0e0;
  box-shadow: none;
}

select {
  background-image: url(../images/icons/select-box-arrow.png);
  background-size: 8px 13px;
  background-repeat: no-repeat;
  background-position: right 20px center;
  padding-right: 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
}
select::-ms-expand {
  display: none; /* IE  */
}

span.custom-combobox {
  position: relative;
  display: inline-block;
  width: 298px;
  box-shadow: none;
  outline: none;
}
span.custom-combobox .custom-combobox-input.ui-widget {
  border: 1px solid #e0e0e0 !important;
  border-right: none !important;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding: 17px 14px 15px 19px;
}
span.custom-combobox .custom-combobox-toggle {
  position: absolute;
  right: -3px;
  background-color: transparent;
  border: 1px solid #e0e0e0;
  border-left: none;
  padding: 17px 19px 17px 0;
}
span.custom-combobox .custom-combobox-toggle:hover, span.custom-combobox .custom-combobox-toggle:focus {
  background-color: transparent;
  border: 1px solid #e0e0e0;
  border-left: none;
}
span.custom-combobox .custom-combobox-toggle .ui-button-icon.ui-icon {
  background-image: url(../images/icons/select-box-arrow.png);
  background-position: right center;
  background-size: 10px 19px;
  width: 10px;
  height: 19px;
  margin: 0;
}

select#combobox {
  width: 298px;
  height: 55px;
}
select#combobox option {
  font-family: "Work Sans", sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  color: #4c4c4c;
  line-height: 1.5;
}

.fw-flash-messages {
  display: none;
}

.form-wrapper .form-message-wrapper ul.fw-flash-type-success li {
  color: #270;
  padding: 10px 0 0;
}
.form-wrapper .fw-form-errors li {
  padding: 10px 0 0;
}
.form-wrapper .wrap-forms .field-text,
.form-wrapper .wrap-forms .field-select,
.form-wrapper .wrap-forms .field-checkbox,
.form-wrapper .wrap-forms .field-textarea {
  margin-bottom: 30px;
}
.form-wrapper .wrap-forms .field-label label {
  font-family: "Work Sans", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  font-weight: normal;
}
.form-wrapper .wrap-forms input[type=text],
.form-wrapper .wrap-forms input[type=password],
.form-wrapper .wrap-forms input[type=url],
.form-wrapper .wrap-forms input[type=tel],
.form-wrapper .wrap-forms input[type=search],
.form-wrapper .wrap-forms input[type=number],
.form-wrapper .wrap-forms input[type=datetime],
.form-wrapper .wrap-forms input[type=email],
.form-wrapper .wrap-forms select,
.form-wrapper .wrap-forms textarea {
  font-family: "Work Sans", sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  color: #000000;
  line-height: 1.5;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  min-width: 1px;
  border: 1px solid #e0e0e0;
  background-color: #f5f5f5;
  border-radius: 4px;
  box-shadow: none;
  outline: 0;
}
.form-wrapper .wrap-forms input[type=text]:focus,
.form-wrapper .wrap-forms input[type=password]:focus,
.form-wrapper .wrap-forms input[type=url]:focus,
.form-wrapper .wrap-forms input[type=tel]:focus,
.form-wrapper .wrap-forms input[type=search]:focus,
.form-wrapper .wrap-forms input[type=number]:focus,
.form-wrapper .wrap-forms input[type=datetime]:focus,
.form-wrapper .wrap-forms input[type=email]:focus,
.form-wrapper .wrap-forms select:focus,
.form-wrapper .wrap-forms textarea:focus {
  color: #000000;
  border: 1px solid #e0e0e0;
  box-shadow: none;
}
.form-wrapper .wrap-forms input[type=text],
.form-wrapper .wrap-forms input[type=password],
.form-wrapper .wrap-forms input[type=url],
.form-wrapper .wrap-forms input[type=tel],
.form-wrapper .wrap-forms input[type=search],
.form-wrapper .wrap-forms input[type=number],
.form-wrapper .wrap-forms input[type=datetime],
.form-wrapper .wrap-forms input[type=email],
.form-wrapper .wrap-forms select {
  height: 45px;
}
.form-wrapper .wrap-forms input[type=text]::-webkit-input-placeholder, .form-wrapper .wrap-forms input[type=password]::-webkit-input-placeholder, .form-wrapper .wrap-forms input[type=url]::-webkit-input-placeholder, .form-wrapper .wrap-forms input[type=tel]::-webkit-input-placeholder, .form-wrapper .wrap-forms input[type=search]::-webkit-input-placeholder, .form-wrapper .wrap-forms input[type=number]::-webkit-input-placeholder, .form-wrapper .wrap-forms input[type=datetime]::-webkit-input-placeholder, .form-wrapper .wrap-forms input[type=email]::-webkit-input-placeholder, .form-wrapper .wrap-forms textarea::-webkit-input-placeholder {
  color: #000000;
  font-style: normal;
  font-style: normal;
}

.form-wrapper .wrap-forms input[type=text]:-moz-placeholder, .form-wrapper .wrap-forms input[type=password]:-moz-placeholder, .form-wrapper .wrap-forms input[type=url]:-moz-placeholder, .form-wrapper .wrap-forms input[type=tel]:-moz-placeholder, .form-wrapper .wrap-forms input[type=search]:-moz-placeholder, .form-wrapper .wrap-forms input[type=number]:-moz-placeholder, .form-wrapper .wrap-forms input[type=datetime]:-moz-placeholder, .form-wrapper .wrap-forms input[type=email]:-moz-placeholder, .form-wrapper .wrap-forms textarea:-moz-placeholder {
  color: #000000;
  font-style: normal;
  font-style: normal;
}

.form-wrapper .wrap-forms input[type=text]::-moz-placeholder, .form-wrapper .wrap-forms input[type=password]::-moz-placeholder, .form-wrapper .wrap-forms input[type=url]::-moz-placeholder, .form-wrapper .wrap-forms input[type=tel]::-moz-placeholder, .form-wrapper .wrap-forms input[type=search]::-moz-placeholder, .form-wrapper .wrap-forms input[type=number]::-moz-placeholder, .form-wrapper .wrap-forms input[type=datetime]::-moz-placeholder, .form-wrapper .wrap-forms input[type=email]::-moz-placeholder, .form-wrapper .wrap-forms textarea::-moz-placeholder {
  color: #000000;
  font-style: normal;
  font-style: normal;
}

.form-wrapper .wrap-forms input[type=text]:-ms-input-placeholder, .form-wrapper .wrap-forms input[type=password]:-ms-input-placeholder, .form-wrapper .wrap-forms input[type=url]:-ms-input-placeholder, .form-wrapper .wrap-forms input[type=tel]:-ms-input-placeholder, .form-wrapper .wrap-forms input[type=search]:-ms-input-placeholder, .form-wrapper .wrap-forms input[type=number]:-ms-input-placeholder, .form-wrapper .wrap-forms input[type=datetime]:-ms-input-placeholder, .form-wrapper .wrap-forms input[type=email]:-ms-input-placeholder, .form-wrapper .wrap-forms textarea:-ms-input-placeholder {
  color: #000000;
  font-style: normal;
  font-style: normal;
}

.form-wrapper .wrap-forms textarea {
  resize: none;
  height: 150px;
  padding: 12px 16px;
}
.form-wrapper .wrap-forms input[type=text][disabled], .form-wrapper .wrap-forms input[type=text].disabled,
.form-wrapper .wrap-forms input[type=password][disabled],
.form-wrapper .wrap-forms input[type=password].disabled,
.form-wrapper .wrap-forms input[type=url][disabled],
.form-wrapper .wrap-forms input[type=url].disabled,
.form-wrapper .wrap-forms input[type=tel][disabled],
.form-wrapper .wrap-forms input[type=tel].disabled,
.form-wrapper .wrap-forms input[type=search][disabled],
.form-wrapper .wrap-forms input[type=search].disabled,
.form-wrapper .wrap-forms input[type=number][disabled],
.form-wrapper .wrap-forms input[type=number].disabled,
.form-wrapper .wrap-forms input[type=datetime][disabled],
.form-wrapper .wrap-forms input[type=datetime].disabled,
.form-wrapper .wrap-forms input[type=email][disabled],
.form-wrapper .wrap-forms input[type=email].disabled,
.form-wrapper .wrap-forms input[type=radio][disabled],
.form-wrapper .wrap-forms input[type=radio].disabled,
.form-wrapper .wrap-forms input[type=checkbox][disabled],
.form-wrapper .wrap-forms input[type=checkbox].disabled,
.form-wrapper .wrap-forms input[type=submit][disabled],
.form-wrapper .wrap-forms input[type=submit].disabled,
.form-wrapper .wrap-forms input[type=reset][disabled],
.form-wrapper .wrap-forms input[type=reset].disabled,
.form-wrapper .wrap-forms *.action.primary[disabled],
.form-wrapper .wrap-forms *.action.primary.disabled,
.form-wrapper .wrap-forms *.action.secondary[disabled],
.form-wrapper .wrap-forms *.action.secondary.disabled,
.form-wrapper .wrap-forms *.action.tertiary[disabled],
.form-wrapper .wrap-forms *.action.tertiary.disabled,
.form-wrapper .wrap-forms *.action.quartenary[disabled],
.form-wrapper .wrap-forms *.action.quartenary.disabled,
.form-wrapper .wrap-forms *.action.special[disabled],
.form-wrapper .wrap-forms *.action.special.disabled,
.form-wrapper .wrap-forms button[disabled],
.form-wrapper .wrap-forms button.disabled,
.form-wrapper .wrap-forms input[type=button][disabled],
.form-wrapper .wrap-forms input[type=button].disabled,
.form-wrapper .wrap-forms select[disabled],
.form-wrapper .wrap-forms select.disabled,
.form-wrapper .wrap-forms textarea[disabled],
.form-wrapper .wrap-forms textarea.disabled,
.form-wrapper .wrap-forms *[disabled],
.form-wrapper .wrap-forms *.disabled {
  background-color: #ffffff;
  border-color: #e0e0e0;
  color: #e0e0e0;
  cursor: not-allowed;
}
.form-wrapper .wrap-forms input[type=text][disabled]::-webkit-input-placeholder, .form-wrapper .wrap-forms input[type=text].disabled::-webkit-input-placeholder, .form-wrapper .wrap-forms input[type=password][disabled]::-webkit-input-placeholder, .form-wrapper .wrap-forms input[type=password].disabled::-webkit-input-placeholder, .form-wrapper .wrap-forms input[type=url][disabled]::-webkit-input-placeholder, .form-wrapper .wrap-forms input[type=url].disabled::-webkit-input-placeholder, .form-wrapper .wrap-forms input[type=tel][disabled]::-webkit-input-placeholder, .form-wrapper .wrap-forms input[type=tel].disabled::-webkit-input-placeholder, .form-wrapper .wrap-forms input[type=search][disabled]::-webkit-input-placeholder, .form-wrapper .wrap-forms input[type=search].disabled::-webkit-input-placeholder, .form-wrapper .wrap-forms input[type=number][disabled]::-webkit-input-placeholder, .form-wrapper .wrap-forms input[type=number].disabled::-webkit-input-placeholder, .form-wrapper .wrap-forms input[type=datetime][disabled]::-webkit-input-placeholder, .form-wrapper .wrap-forms input[type=datetime].disabled::-webkit-input-placeholder, .form-wrapper .wrap-forms input[type=email][disabled]::-webkit-input-placeholder, .form-wrapper .wrap-forms input[type=email].disabled::-webkit-input-placeholder {
  color: #e0e0e0;
  font-style: normal;
  font-style: normal;
}

.form-wrapper .wrap-forms input[type=text][disabled]:-moz-placeholder, .form-wrapper .wrap-forms input[type=text].disabled:-moz-placeholder, .form-wrapper .wrap-forms input[type=password][disabled]:-moz-placeholder, .form-wrapper .wrap-forms input[type=password].disabled:-moz-placeholder, .form-wrapper .wrap-forms input[type=url][disabled]:-moz-placeholder, .form-wrapper .wrap-forms input[type=url].disabled:-moz-placeholder, .form-wrapper .wrap-forms input[type=tel][disabled]:-moz-placeholder, .form-wrapper .wrap-forms input[type=tel].disabled:-moz-placeholder, .form-wrapper .wrap-forms input[type=search][disabled]:-moz-placeholder, .form-wrapper .wrap-forms input[type=search].disabled:-moz-placeholder, .form-wrapper .wrap-forms input[type=number][disabled]:-moz-placeholder, .form-wrapper .wrap-forms input[type=number].disabled:-moz-placeholder, .form-wrapper .wrap-forms input[type=datetime][disabled]:-moz-placeholder, .form-wrapper .wrap-forms input[type=datetime].disabled:-moz-placeholder, .form-wrapper .wrap-forms input[type=email][disabled]:-moz-placeholder, .form-wrapper .wrap-forms input[type=email].disabled:-moz-placeholder {
  color: #e0e0e0;
  font-style: normal;
  font-style: normal;
}

.form-wrapper .wrap-forms input[type=text][disabled]::-moz-placeholder, .form-wrapper .wrap-forms input[type=text].disabled::-moz-placeholder, .form-wrapper .wrap-forms input[type=password][disabled]::-moz-placeholder, .form-wrapper .wrap-forms input[type=password].disabled::-moz-placeholder, .form-wrapper .wrap-forms input[type=url][disabled]::-moz-placeholder, .form-wrapper .wrap-forms input[type=url].disabled::-moz-placeholder, .form-wrapper .wrap-forms input[type=tel][disabled]::-moz-placeholder, .form-wrapper .wrap-forms input[type=tel].disabled::-moz-placeholder, .form-wrapper .wrap-forms input[type=search][disabled]::-moz-placeholder, .form-wrapper .wrap-forms input[type=search].disabled::-moz-placeholder, .form-wrapper .wrap-forms input[type=number][disabled]::-moz-placeholder, .form-wrapper .wrap-forms input[type=number].disabled::-moz-placeholder, .form-wrapper .wrap-forms input[type=datetime][disabled]::-moz-placeholder, .form-wrapper .wrap-forms input[type=datetime].disabled::-moz-placeholder, .form-wrapper .wrap-forms input[type=email][disabled]::-moz-placeholder, .form-wrapper .wrap-forms input[type=email].disabled::-moz-placeholder {
  color: #e0e0e0;
  font-style: normal;
  font-style: normal;
}

.form-wrapper .wrap-forms input[type=text][disabled]:-ms-input-placeholder, .form-wrapper .wrap-forms input[type=text].disabled:-ms-input-placeholder, .form-wrapper .wrap-forms input[type=password][disabled]:-ms-input-placeholder, .form-wrapper .wrap-forms input[type=password].disabled:-ms-input-placeholder, .form-wrapper .wrap-forms input[type=url][disabled]:-ms-input-placeholder, .form-wrapper .wrap-forms input[type=url].disabled:-ms-input-placeholder, .form-wrapper .wrap-forms input[type=tel][disabled]:-ms-input-placeholder, .form-wrapper .wrap-forms input[type=tel].disabled:-ms-input-placeholder, .form-wrapper .wrap-forms input[type=search][disabled]:-ms-input-placeholder, .form-wrapper .wrap-forms input[type=search].disabled:-ms-input-placeholder, .form-wrapper .wrap-forms input[type=number][disabled]:-ms-input-placeholder, .form-wrapper .wrap-forms input[type=number].disabled:-ms-input-placeholder, .form-wrapper .wrap-forms input[type=datetime][disabled]:-ms-input-placeholder, .form-wrapper .wrap-forms input[type=datetime].disabled:-ms-input-placeholder, .form-wrapper .wrap-forms input[type=email][disabled]:-ms-input-placeholder, .form-wrapper .wrap-forms input[type=email].disabled:-ms-input-placeholder {
  color: #e0e0e0;
  font-style: normal;
  font-style: normal;
}

.form-wrapper .wrap-forms input[type=text].valid,
.form-wrapper .wrap-forms input[type=password].valid,
.form-wrapper .wrap-forms input[type=url].valid,
.form-wrapper .wrap-forms input[type=tel].valid,
.form-wrapper .wrap-forms input[type=search].valid,
.form-wrapper .wrap-forms input[type=number].valid,
.form-wrapper .wrap-forms input[type=datetime].valid,
.form-wrapper .wrap-forms input[type=email].valid,
.form-wrapper .wrap-forms select.valid,
.form-wrapper .wrap-forms textarea.valid {
  border-color: #000000;
}
.form-wrapper .wrap-forms input[type=text].error,
.form-wrapper .wrap-forms input[type=password].error,
.form-wrapper .wrap-forms input[type=url].error,
.form-wrapper .wrap-forms input[type=tel].error,
.form-wrapper .wrap-forms input[type=search].error,
.form-wrapper .wrap-forms input[type=number].error,
.form-wrapper .wrap-forms input[type=datetime].error,
.form-wrapper .wrap-forms input[type=email].error,
.form-wrapper .wrap-forms select.error,
.form-wrapper .wrap-forms textarea.error {
  border-color: #D8000C;
  color: #D8000C;
}
.form-wrapper .wrap-forms label.error,
.form-wrapper .wrap-forms .control label.error {
  color: #D8000C;
  font-weight: normal;
  font-size: 13px;
}
.form-wrapper .wrap-forms .control label.error {
  margin-left: 10px;
}
.form-wrapper .wrap-forms .control {
  position: relative;
  display: block;
  padding-left: 26px;
  cursor: pointer;
}
.form-wrapper .wrap-forms .control input {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  cursor: pointer;
}
.form-wrapper .wrap-forms .control input:focus ~ .control__indicator {
  background: #f5f5f5;
}
.form-wrapper .wrap-forms .control input:checked ~ .control__indicator {
  background: #f5f5f5;
  border-color: #e0e0e0;
}
.form-wrapper .wrap-forms .control input:checked ~ .control__indicator:after {
  display: block;
}
.form-wrapper .wrap-forms .control input:checked:focus ~ .control__indicator {
  background: #f5f5f5;
}
.form-wrapper .wrap-forms .control input:disabled ~ .control__indicator {
  pointer-events: none;
  opacity: 0.6;
  background: #e6e6e6;
}
.form-wrapper .wrap-forms .control__indicator {
  position: absolute;
  top: 3px;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background-color: #f5f5f5;
  border: 1px solid #e0e0e0;
}
.form-wrapper .wrap-forms .control__indicator:after {
  position: absolute;
  display: none;
  content: "";
}
.form-wrapper .wrap-forms .control:hover input ~ .control__indicator {
  background: #f5f5f5;
}
.form-wrapper .wrap-forms .control--checkbox .control__indicator:after {
  top: 2px;
  left: 5px;
  width: 5px;
  height: 9px;
  transform: rotate(45deg);
  border: solid #e0e0e0;
  border-width: 0 2px 2px 0;
}
.form-wrapper .wrap-forms .control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b;
}
.form-wrapper .wrap-forms .custom-checkbox {
  padding-bottom: 2px;
}

/*Home Page - Request Product Form*/
.req-product-form-section .wrap-forms input[type=text],
.req-product-form-section .wrap-forms input[type=password],
.req-product-form-section .wrap-forms input[type=url],
.req-product-form-section .wrap-forms input[type=tel],
.req-product-form-section .wrap-forms input[type=search],
.req-product-form-section .wrap-forms input[type=number],
.req-product-form-section .wrap-forms input[type=datetime],
.req-product-form-section .wrap-forms input[type=email],
.req-product-form-section .wrap-forms select,
.req-product-form-section .wrap-forms textarea {
  color: #ffffff;
  padding-left: 0;
  padding-right: 0;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  background-color: transparent;
  border-radius: 0;
}
.req-product-form-section .wrap-forms input[type=text]:focus,
.req-product-form-section .wrap-forms input[type=password]:focus,
.req-product-form-section .wrap-forms input[type=url]:focus,
.req-product-form-section .wrap-forms input[type=tel]:focus,
.req-product-form-section .wrap-forms input[type=search]:focus,
.req-product-form-section .wrap-forms input[type=number]:focus,
.req-product-form-section .wrap-forms input[type=datetime]:focus,
.req-product-form-section .wrap-forms input[type=email]:focus,
.req-product-form-section .wrap-forms select:focus,
.req-product-form-section .wrap-forms textarea:focus {
  color: #ffffff;
  border: none;
  border-bottom: 1px solid rgb(255, 255, 255);
}
.req-product-form-section .wrap-forms input[type=text].error,
.req-product-form-section .wrap-forms input[type=password].error,
.req-product-form-section .wrap-forms input[type=url].error,
.req-product-form-section .wrap-forms input[type=tel].error,
.req-product-form-section .wrap-forms input[type=search].error,
.req-product-form-section .wrap-forms input[type=number].error,
.req-product-form-section .wrap-forms input[type=datetime].error,
.req-product-form-section .wrap-forms input[type=email].error,
.req-product-form-section .wrap-forms select.error,
.req-product-form-section .wrap-forms textarea.error {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.req-product-form-section .wrap-forms input[type=text],
.req-product-form-section .wrap-forms input[type=password],
.req-product-form-section .wrap-forms input[type=url],
.req-product-form-section .wrap-forms input[type=tel],
.req-product-form-section .wrap-forms input[type=search],
.req-product-form-section .wrap-forms input[type=number],
.req-product-form-section .wrap-forms input[type=datetime],
.req-product-form-section .wrap-forms input[type=email],
.req-product-form-section .wrap-forms select {
  height: 40px;
}
.req-product-form-section .wrap-forms select {
  background-position: right center;
}
.req-product-form-section .wrap-forms select.error {
  color: #ffffff;
}
.req-product-form-section .wrap-forms option {
  color: #000000;
}
.req-product-form-section .wrap-forms textarea {
  height: 50px;
}
.req-product-form-section .wrap-forms input[type=text]::-webkit-input-placeholder, .req-product-form-section .wrap-forms input[type=password]::-webkit-input-placeholder, .req-product-form-section .wrap-forms input[type=url]::-webkit-input-placeholder, .req-product-form-section .wrap-forms input[type=tel]::-webkit-input-placeholder, .req-product-form-section .wrap-forms input[type=search]::-webkit-input-placeholder, .req-product-form-section .wrap-forms input[type=number]::-webkit-input-placeholder, .req-product-form-section .wrap-forms input[type=datetime]::-webkit-input-placeholder, .req-product-form-section .wrap-forms input[type=email]::-webkit-input-placeholder, .req-product-form-section .wrap-forms textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-style: normal;
}

.req-product-form-section .wrap-forms input[type=text]:-moz-placeholder, .req-product-form-section .wrap-forms input[type=password]:-moz-placeholder, .req-product-form-section .wrap-forms input[type=url]:-moz-placeholder, .req-product-form-section .wrap-forms input[type=tel]:-moz-placeholder, .req-product-form-section .wrap-forms input[type=search]:-moz-placeholder, .req-product-form-section .wrap-forms input[type=number]:-moz-placeholder, .req-product-form-section .wrap-forms input[type=datetime]:-moz-placeholder, .req-product-form-section .wrap-forms input[type=email]:-moz-placeholder, .req-product-form-section .wrap-forms textarea:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-style: normal;
}

.req-product-form-section .wrap-forms input[type=text]::-moz-placeholder, .req-product-form-section .wrap-forms input[type=password]::-moz-placeholder, .req-product-form-section .wrap-forms input[type=url]::-moz-placeholder, .req-product-form-section .wrap-forms input[type=tel]::-moz-placeholder, .req-product-form-section .wrap-forms input[type=search]::-moz-placeholder, .req-product-form-section .wrap-forms input[type=number]::-moz-placeholder, .req-product-form-section .wrap-forms input[type=datetime]::-moz-placeholder, .req-product-form-section .wrap-forms input[type=email]::-moz-placeholder, .req-product-form-section .wrap-forms textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-style: normal;
}

.req-product-form-section .wrap-forms input[type=text]:-ms-input-placeholder, .req-product-form-section .wrap-forms input[type=password]:-ms-input-placeholder, .req-product-form-section .wrap-forms input[type=url]:-ms-input-placeholder, .req-product-form-section .wrap-forms input[type=tel]:-ms-input-placeholder, .req-product-form-section .wrap-forms input[type=search]:-ms-input-placeholder, .req-product-form-section .wrap-forms input[type=number]:-ms-input-placeholder, .req-product-form-section .wrap-forms input[type=datetime]:-ms-input-placeholder, .req-product-form-section .wrap-forms input[type=email]:-ms-input-placeholder, .req-product-form-section .wrap-forms textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-style: normal;
}

.req-product-form-section .wrap-forms input[type=text].valid,
.req-product-form-section .wrap-forms input[type=password].valid,
.req-product-form-section .wrap-forms input[type=url].valid,
.req-product-form-section .wrap-forms input[type=tel].valid,
.req-product-form-section .wrap-forms input[type=search].valid,
.req-product-form-section .wrap-forms input[type=number].valid,
.req-product-form-section .wrap-forms input[type=datetime].valid,
.req-product-form-section .wrap-forms input[type=email].valid,
.req-product-form-section .wrap-forms select.valid,
.req-product-form-section .wrap-forms textarea.valid {
  border-color: #ffffff;
}
.req-product-form-section .form-control_fields .contact-form-submit input[type=submit] {
  min-width: 235px;
}

.icon-text-section {
  padding: 100px 0 98px;
}
.icon-text-section h2 {
  color: #000000;
}
.icon-text-section .base-blurb__card {
  text-align: center;
  padding: 0 20px;
  margin-top: 70px;
}
.icon-text-section .base-blurb__card__body__figure {
  text-align: center;
  margin-bottom: 25px;
}
.icon-text-section .base-blurb__card__body__figure img {
  width: auto;
}
.icon-text-section .base-blurb__card__body__summery h4 {
  margin-bottom: 10px;
}
.icon-text-section .base-blurb__card__body__summery p {
  color: #4c4c4c;
}

.natural-ingredients-icon-section {
  padding: 0;
  padding-bottom: 30px;
}
.natural-ingredients-icon-section.center-block .section-container .fw-row {
  display: flex;
  justify-content: center;
  align-items: center;
}
.natural-ingredients-icon-section .fw-row {
  padding: 0 9%;
}
.natural-ingredients-icon-section h3 {
  color: #000000;
  margin-bottom: 20px;
}
.natural-ingredients-icon-section .base-blurb__card {
  margin-top: 39px;
}
.natural-ingredients-icon-section .base-blurb__card__body__figure {
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.natural-ingredients-icon-section .base-blurb__card__body__figure img {
  width: inherit;
}

/*Tab devices*/
/*Portrait*/
@media (min-width: 768px) and (max-width: 991px) {
  .icon-text-section .base-blurb__card {
    padding: 0;
  }
}
/*Mobile phones*/
@media (max-width: 767px) {
  .icon-text-section {
    padding: 50px 0;
  }
  .natural-ingredients-icon-section {
    padding: 30px 0;
  }
  .natural-ingredients-icon-section.center-block .section-container .fw-row {
    display: block;
    justify-content: initial;
    align-items: initial;
  }
}
.diagram-section {
  background-position: right center;
  background-size: 69.8% 100%;
  height: 555px;
  margin-bottom: 100px;
  overflow: hidden;
}
.diagram-section .fw-container {
  padding: 0;
}
.diagram-section .image-section {
  padding: 0;
  margin-top: 45px;
}
.diagram-section .content-section {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 550px;
  padding-left: 85px;
  padding-right: 5px;
}
.diagram-section .content-section .pro-button-container {
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
}
.diagram-section .content-section .pro-button-container:last-of-type {
  margin-right: 0;
}
.diagram-section .content-section .pro-button-container:last-of-type .primary-btn {
  padding: 11.5px 23.5px;
}
.diagram-section .base-text-block h1,
.diagram-section .base-text-block h2,
.diagram-section .base-text-block h3,
.diagram-section .base-text-block h4,
.diagram-section .base-text-block h5,
.diagram-section .base-text-block h6 {
  margin-bottom: 20px;
}
.diagram-section .base-text-block p {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 25px;
}

/*Tab devices*/
/*Landscape*/
@media (min-width: 992px) and (max-width: 1199px) {
  .diagram-section {
    margin-bottom: 70px;
  }
  .diagram-section .content-section {
    padding-left: 20px;
  }
}
/*Tab devices*/
/*Portrait*/
@media (min-width: 768px) and (max-width: 991px) {
  .diagram-section .image-section,
.diagram-section .content-section {
    width: 100%;
  }
  .diagram-section .content-section {
    display: block;
    height: auto;
    margin-top: 20px;
  }
}
/*Mobile & I-Pad Portrait*/
@media (max-width: 991px) {
  .diagram-section {
    text-align: center;
    background-position: center;
    background-size: cover;
    height: auto;
    padding-bottom: 40px;
    margin-bottom: 0;
  }
  .diagram-section .fw-container,
.diagram-section .image-section,
.diagram-section .content-section {
    padding: 0 15px;
  }
}
/*Mobile phones*/
@media (max-width: 767px) {
  .diagram-section .content-section {
    display: block;
    height: auto;
    margin-top: 20px;
  }
  .diagram-section .content-section .pro-button-container {
    display: block;
    margin: 10px 0;
  }
}
.req-product-form-section {
  background-size: cover;
  padding: 0;
  padding-bottom: 10px;
}
.req-product-form-section:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.75);
  width: 100%;
  height: 125px;
}
.req-product-form-section .header.title h1,
.req-product-form-section .header.title h2,
.req-product-form-section .header.title h3,
.req-product-form-section .header.title h4,
.req-product-form-section .header.title h5,
.req-product-form-section .header.title h6 {
  margin-bottom: 20px;
}
.req-product-form-section .header.title p {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 41px;
}
.req-product-form-section .form-section {
  padding-bottom: 140px;
  padding-left: 85px;
  margin-top: 94px;
}
.req-product-form-section .form-section .form-wrapper .wrap-forms .form-builder-item {
  margin-bottom: 20px;
}
.req-product-form-section .form-section .form-wrapper .wrap-forms label {
  display: none;
}
.req-product-form-section .form-section .form-wrapper .wrap-forms label.error {
  font-size: 12px;
  display: block;
}
.req-product-form-section .form-section .form-wrapper .wrap-forms .field-text {
  margin-bottom: 0;
}
.req-product-form-section .form-section .form-wrapper .wrap-forms .field-textarea {
  margin-top: -11px;
  margin-bottom: 0;
}
.req-product-form-section .form-section .form-wrapper .wrap-forms .field-checkbox label,
.req-product-form-section .form-section .form-wrapper .wrap-forms .field-select label {
  display: block;
  font-size: 14px;
  font-weight: 400;
  font-size: 12px;
}
.req-product-form-section .form-section .form-wrapper .wrap-forms .field-checkbox {
  position: relative;
}
.req-product-form-section .form-section .form-wrapper .wrap-forms .field-checkbox .options {
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
}
.req-product-form-section .form-section .form-wrapper .wrap-forms .field-checkbox .options label {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  margin-top: 12px;
  vertical-align: top;
  font-size: 12px;
  font-weight: 300;
  cursor: pointer;
}
.req-product-form-section .form-section .form-wrapper .wrap-forms .field-checkbox .options label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  padding: 7px;
  margin-right: 14px;
  vertical-align: middle;
  border: 1px solid #ffffff;
  border-radius: 2px;
  background-color: transparent;
  -webkit-appearance: none;
  cursor: pointer;
}
.req-product-form-section .form-section .form-wrapper .wrap-forms .field-checkbox .options label.error {
  position: absolute;
  left: 0;
  bottom: -20px;
}
.req-product-form-section .form-section .form-wrapper .wrap-forms .field-checkbox .options label.error:before {
  display: none;
}
.req-product-form-section .form-section .form-wrapper .wrap-forms .field-checkbox .options input:checked + label + label:after {
  content: "u221a";
  position: absolute;
  display: block;
  width: 6px;
  height: 10px;
  top: 3px;
  left: 5px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  font-size: 0;
}
.req-product-form-section .form-section .form-wrapper .wrap-forms .field-checkbox .options input {
  width: 0;
  opacity: 0;
}
.req-product-form-section .form-section .form-wrapper .wrap-forms .field-checkbox .options input:checked + label:after {
  content: "u221a";
  font-size: 0;
  display: block;
  position: absolute;
  top: 3px;
  left: 5px;
  width: 6px;
  height: 10px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.req-product-form-section .form-section .form-wrapper .wrap-forms .field-checkbox .options input:checked + label.error:after {
  display: none;
}
.req-product-form-section .form-section .form-wrapper .wrap-forms .field-checkbox .options input:checked + label:before {
  background-color: transparent;
  border: 1px solid #ffffff;
}
.req-product-form-section .form-section .form-wrapper .wrap-forms .fw-row:nth-last-child(2) .form-builder-item label {
  display: none;
}
.req-product-form-section .form-section .form-wrapper .wrap-forms .fw-row:nth-last-child(2) .form-builder-item .options label {
  display: inline-block;
}
.req-product-form-section .subscribe-form-left-section h6 {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  width: 420px;
  height: 78px;
  padding-left: 105px;
  margin-top: -20px;
  margin-left: 33px;
  overflow: hidden;
}
.req-product-form-section .subscribe-form-right-section .wrap-forms,
.req-product-form-section .subscribe-form-right-section .form-control_fields {
  float: left;
}
.req-product-form-section .subscribe-form-right-section .form-wrapper label {
  display: none;
  margin: 0;
}
.req-product-form-section .subscribe-form-right-section .form-wrapper label.error {
  display: block;
}
.req-product-form-section .subscribe-form-right-section .form-wrapper .form-builder-item {
  width: 100%;
  padding-left: 13px;
}
.req-product-form-section .subscribe-form-right-section .form-wrapper .form-builder-item .field-text {
  margin: 0;
}
.req-product-form-section .subscribe-form-right-section .form-wrapper .wrap-forms,
.req-product-form-section .subscribe-form-right-section .form-wrapper .form-control_fields {
  margin-top: -15px;
}
.req-product-form-section .subscribe-form-right-section .form-wrapper .wrap-forms {
  width: 389px;
  margin-right: 8px;
}
.req-product-form-section .subscribe-form-right-section .form-wrapper .wrap-forms input[type=text],
.req-product-form-section .subscribe-form-right-section .form-wrapper .wrap-forms input[type=password],
.req-product-form-section .subscribe-form-right-section .form-wrapper .wrap-forms input[type=url],
.req-product-form-section .subscribe-form-right-section .form-wrapper .wrap-forms input[type=tel],
.req-product-form-section .subscribe-form-right-section .form-wrapper .wrap-forms input[type=search],
.req-product-form-section .subscribe-form-right-section .form-wrapper .wrap-forms input[type=number],
.req-product-form-section .subscribe-form-right-section .form-wrapper .wrap-forms input[type=datetime],
.req-product-form-section .subscribe-form-right-section .form-wrapper .wrap-forms input[type=email],
.req-product-form-section .subscribe-form-right-section .form-wrapper .wrap-forms textarea {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 4px;
  height: 45px;
  padding: 0 18px;
}
.req-product-form-section .subscribe-form-right-section .form-wrapper .wrap-forms input[type=text]::-webkit-input-placeholder, .req-product-form-section .subscribe-form-right-section .form-wrapper .wrap-forms input[type=password]::-webkit-input-placeholder, .req-product-form-section .subscribe-form-right-section .form-wrapper .wrap-forms input[type=url]::-webkit-input-placeholder, .req-product-form-section .subscribe-form-right-section .form-wrapper .wrap-forms input[type=tel]::-webkit-input-placeholder, .req-product-form-section .subscribe-form-right-section .form-wrapper .wrap-forms input[type=search]::-webkit-input-placeholder, .req-product-form-section .subscribe-form-right-section .form-wrapper .wrap-forms input[type=number]::-webkit-input-placeholder, .req-product-form-section .subscribe-form-right-section .form-wrapper .wrap-forms input[type=datetime]::-webkit-input-placeholder, .req-product-form-section .subscribe-form-right-section .form-wrapper .wrap-forms input[type=email]::-webkit-input-placeholder, .req-product-form-section .subscribe-form-right-section .form-wrapper .wrap-forms textarea::-webkit-input-placeholder {
  color: #ffffff;
  font-style: normal;
}

.req-product-form-section .subscribe-form-right-section .form-wrapper .wrap-forms input[type=text]:-moz-placeholder, .req-product-form-section .subscribe-form-right-section .form-wrapper .wrap-forms input[type=password]:-moz-placeholder, .req-product-form-section .subscribe-form-right-section .form-wrapper .wrap-forms input[type=url]:-moz-placeholder, .req-product-form-section .subscribe-form-right-section .form-wrapper .wrap-forms input[type=tel]:-moz-placeholder, .req-product-form-section .subscribe-form-right-section .form-wrapper .wrap-forms input[type=search]:-moz-placeholder, .req-product-form-section .subscribe-form-right-section .form-wrapper .wrap-forms input[type=number]:-moz-placeholder, .req-product-form-section .subscribe-form-right-section .form-wrapper .wrap-forms input[type=datetime]:-moz-placeholder, .req-product-form-section .subscribe-form-right-section .form-wrapper .wrap-forms input[type=email]:-moz-placeholder, .req-product-form-section .subscribe-form-right-section .form-wrapper .wrap-forms textarea:-moz-placeholder {
  color: #ffffff;
  font-style: normal;
}

.req-product-form-section .subscribe-form-right-section .form-wrapper .wrap-forms input[type=text]::-moz-placeholder, .req-product-form-section .subscribe-form-right-section .form-wrapper .wrap-forms input[type=password]::-moz-placeholder, .req-product-form-section .subscribe-form-right-section .form-wrapper .wrap-forms input[type=url]::-moz-placeholder, .req-product-form-section .subscribe-form-right-section .form-wrapper .wrap-forms input[type=tel]::-moz-placeholder, .req-product-form-section .subscribe-form-right-section .form-wrapper .wrap-forms input[type=search]::-moz-placeholder, .req-product-form-section .subscribe-form-right-section .form-wrapper .wrap-forms input[type=number]::-moz-placeholder, .req-product-form-section .subscribe-form-right-section .form-wrapper .wrap-forms input[type=datetime]::-moz-placeholder, .req-product-form-section .subscribe-form-right-section .form-wrapper .wrap-forms input[type=email]::-moz-placeholder, .req-product-form-section .subscribe-form-right-section .form-wrapper .wrap-forms textarea::-moz-placeholder {
  color: #ffffff;
  font-style: normal;
}

.req-product-form-section .subscribe-form-right-section .form-wrapper .wrap-forms input[type=text]:-ms-input-placeholder, .req-product-form-section .subscribe-form-right-section .form-wrapper .wrap-forms input[type=password]:-ms-input-placeholder, .req-product-form-section .subscribe-form-right-section .form-wrapper .wrap-forms input[type=url]:-ms-input-placeholder, .req-product-form-section .subscribe-form-right-section .form-wrapper .wrap-forms input[type=tel]:-ms-input-placeholder, .req-product-form-section .subscribe-form-right-section .form-wrapper .wrap-forms input[type=search]:-ms-input-placeholder, .req-product-form-section .subscribe-form-right-section .form-wrapper .wrap-forms input[type=number]:-ms-input-placeholder, .req-product-form-section .subscribe-form-right-section .form-wrapper .wrap-forms input[type=datetime]:-ms-input-placeholder, .req-product-form-section .subscribe-form-right-section .form-wrapper .wrap-forms input[type=email]:-ms-input-placeholder, .req-product-form-section .subscribe-form-right-section .form-wrapper .wrap-forms textarea:-ms-input-placeholder {
  color: #ffffff;
  font-style: normal;
}

.req-product-form-section .subscribe-form-right-section .form-wrapper .wrap-forms .field-recaptcha {
  margin-top: 10px;
}
.req-product-form-section .subscribe-form-right-section .form-control_fields {
  width: 134px;
}
.req-product-form-section .subscribe-form-right-section .form-control_fields .contact-form-submit input[type=submit] {
  width: 100%;
  min-width: 134px;
}

/*Tab devices*/
/*Landscape*/
@media (min-width: 992px) and (max-width: 1199px) {
  .req-product-form-section {
    background-position: right 65% center;
  }
  .req-product-form-section .subscribe-form-left-section h6 {
    width: 100%;
    padding: 0;
    margin-left: 0;
  }
  .req-product-form-section .subscribe-form-right-section .form-wrapper .wrap-forms {
    width: 340px;
  }
}
/*Tab devices*/
/*Portrait*/
@media (min-width: 768px) and (max-width: 991px) {
  .req-product-form-section {
    background-position: right 65% center;
    padding: 40px 0 20px;
  }
  .req-product-form-section:after {
    height: 170px;
  }
  .req-product-form-section .form-section {
    padding-left: 0;
  }
  .req-product-form-section .subscribe-form-left-section {
    padding-top: 0;
  }
  .req-product-form-section .subscribe-form-left-section h6 {
    font-size: 16px;
    width: 100%;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
  }
  .req-product-form-section .subscribe-form-right-section .wrap-forms,
.req-product-form-section .subscribe-form-right-section .form-control_fields {
    float: none;
  }
  .req-product-form-section .subscribe-form-right-section .form-wrapper .form-builder-item {
    padding-left: 13px;
    margin-bottom: 15px;
  }
  .req-product-form-section .subscribe-form-right-section .form-wrapper .wrap-forms,
.req-product-form-section .subscribe-form-right-section .form-wrapper .form-control_fields {
    width: 100%;
    margin-top: 0;
  }
  .req-product-form-section .subscribe-form-right-section .form-wrapper .wrap-forms {
    margin-right: 0;
  }
  .req-product-form-section .subscribe-form-right-section .form-control_fields .contact-form-submit input[type=submit] {
    width: auto;
  }
}
/*Mobile phones*/
@media (max-width: 767px) {
  .req-product-form-section {
    height: auto;
    padding: 50px 0;
  }
  .req-product-form-section:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.75);
    width: 100%;
    height: 100%;
  }
  .req-product-form-section:after {
    display: none;
  }
  .req-product-form-section .form-control_fields .contact-form-submit input[type=submit] {
    width: 100%;
  }
  .req-product-form-section .form-section {
    padding-left: 15px;
    margin: 0;
  }
  .req-product-form-section .subscribe-form-left-section {
    border-top: 1px solid #ffffff;
    padding-top: 30px;
  }
  .req-product-form-section .subscribe-form-left-section h6 {
    text-align: center;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
  }
  .req-product-form-section .subscribe-form-right-section .wrap-forms,
.req-product-form-section .subscribe-form-right-section .form-control_fields {
    float: none;
  }
  .req-product-form-section .subscribe-form-right-section .form-wrapper .form-builder-item {
    padding-left: 15px;
    margin-bottom: 20px;
  }
  .req-product-form-section .subscribe-form-right-section .form-wrapper .wrap-forms,
.req-product-form-section .subscribe-form-right-section .form-wrapper .form-control_fields {
    width: 100%;
    margin-top: 0;
  }
  .req-product-form-section .subscribe-form-right-section .form-wrapper .wrap-forms {
    margin-right: 0;
  }
}
.subscribe-form-section {
  background-color: rgba(0, 0, 0, 0.75);
  padding: 35px 0;
  height: 125px;
  overflow: hidden;
}
.subscribe-form-section label {
  display: none;
  margin: 0;
}
.subscribe-form-section h6 {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  width: 400px;
  height: 78px;
  padding-left: 94px;
  margin: 0 auto;
  margin-top: 1px;
  overflow: hidden;
}
.subscribe-form-section .fw-row {
  margin: 0;
}
.subscribe-form-section .form-builder-item {
  width: 100%;
  padding: 0;
}
.subscribe-form-section .form-builder-item .field-text {
  margin-bottom: 0;
}
.subscribe-form-section .wrap-forms,
.subscribe-form-section .form-control_fields {
  float: left;
}
.subscribe-form-section .form-wrapper .wrap-forms {
  width: 390px;
  margin-right: 10px;
}
.subscribe-form-section .form-wrapper .wrap-forms input[type=text],
.subscribe-form-section .form-wrapper .wrap-forms input[type=password],
.subscribe-form-section .form-wrapper .wrap-forms input[type=url],
.subscribe-form-section .form-wrapper .wrap-forms input[type=tel],
.subscribe-form-section .form-wrapper .wrap-forms input[type=search],
.subscribe-form-section .form-wrapper .wrap-forms input[type=number],
.subscribe-form-section .form-wrapper .wrap-forms input[type=datetime],
.subscribe-form-section .form-wrapper .wrap-forms input[type=email],
.subscribe-form-section .form-wrapper .wrap-forms textarea {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.25);
  border: none;
  padding: 0 19px;
}
.subscribe-form-section .form-wrapper .wrap-forms input[type=text]::-webkit-input-placeholder, .subscribe-form-section .form-wrapper .wrap-forms input[type=password]::-webkit-input-placeholder, .subscribe-form-section .form-wrapper .wrap-forms input[type=url]::-webkit-input-placeholder, .subscribe-form-section .form-wrapper .wrap-forms input[type=tel]::-webkit-input-placeholder, .subscribe-form-section .form-wrapper .wrap-forms input[type=search]::-webkit-input-placeholder, .subscribe-form-section .form-wrapper .wrap-forms input[type=number]::-webkit-input-placeholder, .subscribe-form-section .form-wrapper .wrap-forms input[type=datetime]::-webkit-input-placeholder, .subscribe-form-section .form-wrapper .wrap-forms input[type=email]::-webkit-input-placeholder, .subscribe-form-section .form-wrapper .wrap-forms textarea::-webkit-input-placeholder {
  color: #ffffff;
  font-style: normal;
}

.subscribe-form-section .form-wrapper .wrap-forms input[type=text]:-moz-placeholder, .subscribe-form-section .form-wrapper .wrap-forms input[type=password]:-moz-placeholder, .subscribe-form-section .form-wrapper .wrap-forms input[type=url]:-moz-placeholder, .subscribe-form-section .form-wrapper .wrap-forms input[type=tel]:-moz-placeholder, .subscribe-form-section .form-wrapper .wrap-forms input[type=search]:-moz-placeholder, .subscribe-form-section .form-wrapper .wrap-forms input[type=number]:-moz-placeholder, .subscribe-form-section .form-wrapper .wrap-forms input[type=datetime]:-moz-placeholder, .subscribe-form-section .form-wrapper .wrap-forms input[type=email]:-moz-placeholder, .subscribe-form-section .form-wrapper .wrap-forms textarea:-moz-placeholder {
  color: #ffffff;
  font-style: normal;
}

.subscribe-form-section .form-wrapper .wrap-forms input[type=text]::-moz-placeholder, .subscribe-form-section .form-wrapper .wrap-forms input[type=password]::-moz-placeholder, .subscribe-form-section .form-wrapper .wrap-forms input[type=url]::-moz-placeholder, .subscribe-form-section .form-wrapper .wrap-forms input[type=tel]::-moz-placeholder, .subscribe-form-section .form-wrapper .wrap-forms input[type=search]::-moz-placeholder, .subscribe-form-section .form-wrapper .wrap-forms input[type=number]::-moz-placeholder, .subscribe-form-section .form-wrapper .wrap-forms input[type=datetime]::-moz-placeholder, .subscribe-form-section .form-wrapper .wrap-forms input[type=email]::-moz-placeholder, .subscribe-form-section .form-wrapper .wrap-forms textarea::-moz-placeholder {
  color: #ffffff;
  font-style: normal;
}

.subscribe-form-section .form-wrapper .wrap-forms input[type=text]:-ms-input-placeholder, .subscribe-form-section .form-wrapper .wrap-forms input[type=password]:-ms-input-placeholder, .subscribe-form-section .form-wrapper .wrap-forms input[type=url]:-ms-input-placeholder, .subscribe-form-section .form-wrapper .wrap-forms input[type=tel]:-ms-input-placeholder, .subscribe-form-section .form-wrapper .wrap-forms input[type=search]:-ms-input-placeholder, .subscribe-form-section .form-wrapper .wrap-forms input[type=number]:-ms-input-placeholder, .subscribe-form-section .form-wrapper .wrap-forms input[type=datetime]:-ms-input-placeholder, .subscribe-form-section .form-wrapper .wrap-forms input[type=email]:-ms-input-placeholder, .subscribe-form-section .form-wrapper .wrap-forms textarea:-ms-input-placeholder {
  color: #ffffff;
  font-style: normal;
}

.subscribe-form-section .form-wrapper .wrap-forms .field-recaptcha {
  margin-top: 10px;
}
.subscribe-form-section .form-control_fields {
  width: 134px;
}
.subscribe-form-section .form-control_fields .contact-form-submit input[type=submit] {
  width: 100%;
}
.subscribe-form-section .right-section {
  padding: 0 10px;
  margin-top: 5px;
}

/*Mobile, I-Pad Devices*/
@media (max-width: 1199px) {
  .subscribe-form-section h6 {
    width: 100%;
    padding-left: 0;
  }
}
/*Tab devices*/
/*Landscape*/
@media (min-width: 992px) and (max-width: 1199px) {
  .subscribe-form-section {
    height: auto;
  }
  .subscribe-form-section .form-wrapper .wrap-forms {
    width: 300px;
  }
}
/*Mobile & I-Pad Portrait*/
@media (max-width: 991px) {
  .subscribe-form-section {
    height: auto;
    margin-top: 0;
  }
  .subscribe-form-section h6 {
    height: auto;
  }
  .subscribe-form-section .form-wrapper .wrap-forms {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }
  .subscribe-form-section .form-control_fields {
    width: 50%;
  }
}
/*Tab devices*/
/*Portrait*/
@media (min-width: 768px) and (max-width: 991px) {
  .subscribe-form-section .form-wrapper .wrap-forms {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }
  .subscribe-form-section .form-control_fields {
    width: 50%;
  }
}
/*Mobile phones*/
@media (max-width: 767px) {
  .subscribe-form-section {
    text-align: center;
  }
  .subscribe-form-section .form-builder-item .field-text {
    margin: 30px 0;
  }
  .subscribe-form-section .form-wrapper .wrap-forms,
.subscribe-form-section .form-wrapper .form-control_fields {
    width: 100%;
  }
  .subscribe-form-section .form-wrapper .wrap-forms {
    margin-right: 0;
  }
}
.two-column-box-section {
  padding-bottom: 90px;
}
.two-column-box-section .base-blurb {
  margin: 0;
  margin-bottom: 10px;
  overflow: hidden;
}
.two-column-box-section .base-blurb__card {
  border: none !important;
  padding: 0;
  margin: 0;
}
.two-column-box-section .base-blurb__card__body {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 10;
}
.two-column-box-section .base-blurb__card__body__thumbnail {
  position: relative;
  height: 290px;
}
.two-column-box-section .base-blurb__card__body__thumbnail:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0), #000000);
  width: 100%;
  height: 100%;
}
.two-column-box-section .base-blurb__card__body__summery {
  width: 200px;
}
.two-column-box-section .base-blurb__card__body__summery h3,
.two-column-box-section .base-blurb__card__body__summery p {
  color: #ffffff;
}
.two-column-box-section .base-blurb__card__body__summery h3 {
  margin-bottom: 15px;
}
.two-column-box-section .base-blurb.featured-blurb .base-blurb__card__body__thumbnail {
  height: 370px;
}
.two-column-box-section .base-blurb.featured-blurb .base-blurb__card__body__thumbnail:before {
  left: 0;
}
.two-column-box-section .base-blurb.featured-blurb .base-blurb__card__body {
  top: 90px;
  left: 60px;
}
.two-column-box-section .base-blurb.featured-blurb .base-blurb__card__body__summery {
  width: 250px;
}
.two-column-box-section .base-blurb.featured-blurb .base-blurb__card__body__summery .primary-link-arrow {
  margin-top: 28px;
}
.two-column-box-section .base-blurb.hover-blurb .base-blurb__card__body .base-text-block__inner {
  opacity: 0;
  transition: all 0.5s ease;
}
.two-column-box-section .base-blurb.hover-blurb .base-blurb__card__body__thumbnail:before {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0), #000000);
}
.two-column-box-section .base-blurb.hover-blurb:hover .base-blurb__card__body .base-text-block__inner {
  opacity: 1;
}
.two-column-box-section .base-blurb.hover-blurb:hover .base-blurb__card__body__thumbnail:before {
  background-image: none;
  background-color: rgba(0, 0, 0, 0.75);
}
.two-column-box-section .left-section {
  margin-top: 40px;
}
.two-column-box-section .left-section .base-blurb.hover-blurb {
  float: left;
  width: 290px;
  margin-left: 23.4%;
  margin-right: 9.5px;
}
.two-column-box-section .left-section .base-blurb.hover-blurb.left-last-blurb {
  margin: 0;
}
.two-column-box-section .right-section {
  padding: 0;
  padding-right: 10px;
  margin-left: -5px;
}
.two-column-box-section .right-section .base-blurb.small-blurb .base-blurb__card__body__thumbnail {
  width: 270px;
  height: 270px;
}
.two-column-box-section .right-section .base-blurb.large-blurb .base-blurb__card__body__thumbnail {
  height: 390px;
}
.two-column-box-section .right-section .base-blurb.large-blurb .base-blurb__card__body {
  top: 85px;
}
.two-column-box-section .right-section .base-blurb.large-blurb .base-blurb__card__body__summery {
  width: 250px;
}
.two-column-box-section .right-section .base-blurb.large-blurb .base-blurb__card__body__summery .primary-link-arrow {
  margin-top: 28px;
}

/*Tab devices*/
/*Landscape*/
@media (min-width: 992px) and (max-width: 1199px) {
  .two-column-box-section {
    padding-bottom: 50px;
  }
  .two-column-box-section .left-section .base-blurb.hover-blurb {
    width: 49.2%;
  }
}
/*Mobile & I-Pad*/
@media (max-width: 1199px) {
  .two-column-box-section {
    padding-bottom: 30px;
  }
  .two-column-box-section .base-blurb__card__body {
    top: 20px;
    left: 20px;
  }
  .two-column-box-section .base-blurb__card__body__summery {
    width: 90%;
  }
  .two-column-box-section .base-blurb.featured-blurb .base-blurb__card__body {
    top: 30px;
    left: 30px;
  }
  .two-column-box-section .base-blurb.featured-blurb .base-blurb__card__body__summery {
    width: 90%;
  }
  .two-column-box-section .base-blurb.hover-blurb .base-blurb__card__body .base-text-block__inner {
    opacity: 1;
  }
  .two-column-box-section .base-blurb.hover-blurb:hover .base-blurb__card__body__thumbnail:before {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0), #000000);
    background-color: transparent;
  }
  .two-column-box-section .left-section,
.two-column-box-section .right-section {
    padding: 0 5px;
  }
  .two-column-box-section .left-section {
    margin-bottom: 10px;
  }
  .two-column-box-section .left-section .base-blurb.hover-blurb {
    width: 48.8%;
    margin-left: 0;
    margin-right: 10px;
  }
  .two-column-box-section .right-section {
    margin-left: 0;
  }
  .two-column-box-section .right-section .base-blurb.small-blurb .base-blurb__card__body__thumbnail {
    width: 100%;
  }
  .two-column-box-section .right-section .base-blurb.large-blurb .base-blurb__card__body {
    top: 20px;
  }
  .two-column-box-section .right-section .base-blurb.large-blurb .base-blurb__card__body__summery {
    width: 90%;
  }
}
/*Mobile phones*/
@media (max-width: 767px) {
  .two-column-box-section .left-section {
    margin-bottom: 10px;
  }
  .two-column-box-section .left-section .base-blurb.hover-blurb {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  .two-column-box-section .left-section,
.two-column-box-section .right-section {
    padding: 0 15px;
  }
}
.image-slider-section {
  background-size: cover;
  padding: 95px 0;
}
.image-slider-section .grid-container .left-container,
.image-slider-section .grid-container .right-container {
  float: left;
}
.image-slider-section .grid-container .left-container {
  width: 41.4%;
}
.image-slider-section .grid-container .left-container .description-wrapper h2 {
  color: #000000;
  margin-bottom: 20px;
}
.image-slider-section .grid-container .left-container .description-wrapper p {
  font-size: 18px;
  color: #4c4c4c;
  line-height: 26px;
  margin-bottom: 40px;
}
.image-slider-section .grid-container .left-container .container-inner {
  width: 370px;
  padding-left: 22px;
  margin: 0 auto;
  margin-top: 31px;
}
.image-slider-section .grid-container .right-container {
  width: 58.5%;
}
.image-slider-section .grid-container .filter-option label {
  font-size: 14px;
  font-weight: 400;
  color: #616161;
  margin-bottom: 10px;
}
.image-slider-section .grid-container .filter-option select {
  background-size: 10px 19px;
  background-position: right 19px center;
  width: 300px;
  height: 55px;
  margin-bottom: 40px;
}
.image-slider-section .grid-container .post-container {
  position: relative;
}
.image-slider-section .grid-container .post-container .post-wrap {
  margin: 0;
}
.image-slider-section .grid-container .post-container .slick-arrow {
  top: 226px;
}
.image-slider-section .grid-container .post-container .slick-prev {
  left: -51px;
}
.image-slider-section .grid-container .post-container .slick-next {
  right: 24px;
}

/*Tab devices*/
/*Landscape*/
@media (min-width: 992px) and (max-width: 1199px) {
  .recipe-slider-section .grid-container .left-container .container-inner {
    padding-right: 35px;
    padding-left: 0;
  }
}
/*Tab devices*/
/*Portrait*/
@media (min-width: 768px) and (max-width: 991px) {
  .image-slider-section {
    padding: 60px 0;
  }
  .image-slider-section .grid-container .filter-option label {
    margin-right: 20px;
  }
}
/*Mobile & I-Pad Portrait*/
@media (max-width: 991px) {
  .image-slider-section {
    padding: 50px 0;
  }
  .image-slider-section .section-container {
    padding: 0 15px;
  }
  .image-slider-section .grid-container .left-container,
.image-slider-section .grid-container .right-container {
    float: none;
  }
  .image-slider-section .grid-container .left-container {
    width: 100%;
    margin-bottom: 100px;
  }
  .image-slider-section .grid-container .left-container .container-inner {
    width: 100%;
    padding-left: 0;
    margin: 0 auto;
    margin-top: 0;
  }
  .image-slider-section .grid-container .right-container {
    width: 100%;
  }
  .image-slider-section .grid-container .post-container {
    position: relative;
  }
  .image-slider-section .grid-container .post-container .slick-arrow {
    top: -50px;
  }
  .image-slider-section .grid-container .post-container .slick-prev {
    left: auto;
    right: 100px;
  }
  .image-slider-section .grid-container .post-container .slick-next {
    right: 0;
  }
}
/*Mobile phones*/
@media (max-width: 767px) {
  .image-slider-section {
    padding: 30px 0;
  }
}
/*Mobile phones*/
/*Landscape*/
@media (max-width: 767px) and (orientation: landscape) {
  .image-slider-section .grid-container .right-container {
    width: 60%;
    margin: 0 auto;
  }
}
.post-container .post-item-wrapper {
  padding: 0 10px;
  transition: all 0.5s ease;
}
.post-container .post-item-wrapper:hover .featured-img-wrapper {
  opacity: 0.5;
}
.post-container .post-item-wrapper:hover .description-wrapper h6.read-more-link {
  text-decoration: underline;
}
.post-container .post-item-wrapper .featured-img-wrapper,
.post-container .post-item-wrapper .description-wrapper {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
}
.post-container .post-item-wrapper .featured-img-wrapper {
  border-bottom: none;
  position: relative;
  height: 278px;
}
.post-container .post-item-wrapper .featured-img-wrapper .category-label {
  position: absolute;
  bottom: 29px;
  left: 0;
}
.post-container .post-item-wrapper .description-wrapper {
  padding: 29px 39px 30px;
}
.post-container .post-item-wrapper .description-wrapper h5,
.post-container .post-item-wrapper .description-wrapper p {
  color: #4c4c4c;
}
.post-container .post-item-wrapper .description-wrapper h4 {
  font-weight: 700;
  color: #000000;
  margin-bottom: 20px;
}
.post-container .post-item-wrapper .description-wrapper h5 {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
}
.post-container .post-item-wrapper .description-wrapper h6.read-more-link {
  line-height: 17px;
  margin-top: 30px;
}

.additional-resource-slider-section .post-item-wrapper {
  padding: 0 15px;
}
.additional-resource-slider-section .post-item-wrapper .featured-img-wrapper {
  height: 220px;
}
.additional-resource-slider-section .slick-arrow {
  top: 48.5%;
}
.additional-resource-slider-section .slick-prev {
  left: 30px;
}
.additional-resource-slider-section .slick-next {
  right: 30px;
}

/*Mobile & I-Pad*/
@media (max-width: 1199px) {
  .post-container .post-item-wrapper .featured-img-wrapper {
    height: 200px;
  }
  .post-container .post-item-wrapper .description-wrapper {
    padding: 20px;
  }
}
/*Mobile & I-Pad Portrait*/
@media (max-width: 991px) {
  .post-container .slick-arrow,
.additional-resource-slider-section .slick-arrow {
    top: -50px;
  }
  .post-container .slick-prev,
.additional-resource-slider-section .slick-prev {
    left: auto;
    right: 100px;
  }
  .post-container .slick-next,
.additional-resource-slider-section .slick-next {
    right: 0;
  }
  .additional-resource-slider-section.post-container .section-container {
    padding: 0 15px;
  }
}
/*Mobile phones*/
@media (max-width: 767px) {
  .post-container .post-item-wrapper .featured-img-wrapper .category-label {
    padding: 10px 15px;
  }
  .post-container .slick-slide {
    padding: 1px;
  }
  .additional-resource-slider-section.post-container .post-item-wrapper {
    padding: 0;
  }
}
/*Mobile phones*/
/*Landscape*/
@media (max-width: 767px) and (orientation: landscape) {
  .additional-resource-slider-section {
    width: 60%;
    margin: 0 auto;
  }
}
.left-right-image-content-section {
  padding: 100px 0 95px;
}
.left-right-image-content-section h1,
.left-right-image-content-section h2,
.left-right-image-content-section h3,
.left-right-image-content-section h4,
.left-right-image-content-section h5,
.left-right-image-content-section h6 {
  color: #000000;
  margin-bottom: 19px;
}
.left-right-image-content-section p {
  font-size: 18px;
  color: #4c4c4c;
  line-height: 26px;
  margin-bottom: 26px;
}
.left-right-image-content-section .pro-button-container a {
  padding: 11.5px 26.5px 11.5px 20.5px;
}
.left-right-image-content-section .content-section {
  margin-top: 38px;
}
.left-right-image-content-section .content-section ul li {
  background-image: url(../images/icons/bullet-oval.svg);
  background-repeat: no-repeat;
  background-position: left top 8px;
  padding-bottom: 10px;
  padding-left: 25px;
  font-size: 18px;
  color: #4c4c4c;
}
.left-right-image-content-section.image-right .content-section {
  padding-right: 0;
}
.left-right-image-content-section.image-right .image-section {
  text-align: right;
  float: right;
}

/*Tab devices*/
/*Portrait*/
@media (min-width: 768px) and (max-width: 991px) {
  .left-right-image-content-section {
    padding: 50px 0;
  }
}
/*Mobile phones*/
@media (max-width: 767px) {
  .left-right-image-content-section {
    padding: 40px 0;
  }
  .left-right-image-content-section.image-right .content-section {
    text-align: center;
    padding-right: 15px;
  }
  .left-right-image-content-section.image-right .image-section {
    text-align: center;
    float: none;
  }
}
.slider-filter-section {
  padding-bottom: 50px;
}
.slider-filter-section h2 {
  color: #000000;
  margin-bottom: 20px;
}
.slider-filter-section .base-custom_posts .filter-text {
  font-size: 14px;
  font-weight: 400;
  color: #616161;
  text-transform: uppercase;
  display: block;
}
.slider-filter-section .base-custom_posts select {
  background-size: 10px 19px;
  background-position: right 19px center;
  width: 300px;
  height: 55px;
  padding: 0 30px 0 18px;
  margin-top: 10px;
  margin-bottom: 59px;
}
.slider-filter-section .base-custom_posts .post-item-wrapper {
  padding: 0 15px;
  margin-bottom: 30px;
}
.slider-filter-section .base-custom_posts .post-item-wrapper .description-wrapper h6.read-more-link {
  margin-top: 30px;
}

.common-inner-page-banner {
  text-align: center;
  min-height: 400px;
  padding-bottom: 30px;
}
.common-inner-page-banner .base-text-block {
  margin-top: 211px;
}
.common-inner-page-banner .base-text-block h1,
.common-inner-page-banner .base-text-block h2,
.common-inner-page-banner .base-text-block h3,
.common-inner-page-banner .base-text-block h4,
.common-inner-page-banner .base-text-block h5,
.common-inner-page-banner .base-text-block h6 {
  color: #ffffff;
}

/*Mobile phones*/
@media (max-width: 767px) {
  .common-inner-page-banner {
    min-height: 300px;
  }
  .common-inner-page-banner .base-text-block {
    margin-top: 160px;
  }
}
.image-content-float-box-section {
  padding: 40px 0 20px;
}
.image-content-float-box-section h2 {
  color: #000000;
  margin-bottom: 50px;
}
.image-content-float-box-section .base-blurb__card {
  display: inline-block;
  vertical-align: top;
  background-color: #ffffff;
  border: none !important;
  border-radius: 10px;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}
.image-content-float-box-section .base-blurb__card:hover {
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.5);
}
.image-content-float-box-section .base-blurb__card__header, .image-content-float-box-section .base-blurb__card__body {
  float: left;
}
.image-content-float-box-section .base-blurb__card__header {
  width: 250px;
}
.image-content-float-box-section .base-blurb__card__body {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 320px;
  min-height: 270px;
  padding: 15px 30px;
}
.image-content-float-box-section .base-blurb__card__body h3 {
  color: #000000;
  margin-bottom: 15px;
}
.image-content-float-box-section .base-blurb__card__body p {
  color: #4c4c4c;
  margin-bottom: 30px;
}
.image-content-float-box-section .base-blurb__card__body__thumbnail {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  min-height: 270px;
}

/*Mobile, I-Pad Devices*/
@media (max-width: 1199px) {
  .image-content-float-box-section .base-blurb__card__header, .image-content-float-box-section .base-blurb__card__body {
    float: none;
    width: 100%;
  }
  .image-content-float-box-section .base-blurb__card__body {
    display: block;
    min-height: initial;
    padding: 20px;
  }
  .image-content-float-box-section .base-blurb__card__body__thumbnail {
    border-bottom-left-radius: 0;
    border-top-right-radius: 10px;
    min-height: 250px;
  }
}
/*Tab devices*/
/*Portrait & Landscape*/
@media (min-width: 768px) and (max-width: 1199px) {
  .image-content-float-box-section .base-blurb__card__body__thumbnail {
    height: 250px;
  }
}
/*Mobile phones*/
/*Landscape*/
@media (max-width: 767px) and (orientation: landscape) {
  .image-content-float-box-section {
    width: 70%;
    margin: 0 auto;
  }
}
.common-bg-image-block .image-section {
  border-radius: 10px;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
  width: 600px;
  height: 450px;
}
.common-bg-image-block .content-section h2 {
  color: #000000;
  margin-bottom: 20px;
}
.common-bg-image-block .content-section p {
  font-size: 18px;
  color: #4c4c4c;
  line-height: 26px;
  margin-bottom: 35px;
}
.common-bg-image-block .content-section ul li {
  background-image: url(../images/icons/bullet-oval.svg);
  background-repeat: no-repeat;
  background-position: left top 8px;
  padding-bottom: 10px;
  padding-left: 25px;
  font-size: 18px;
  color: #4c4c4c;
}
.common-bg-image-block .career-common-content {
  margin-top: 11px;
}
.common-bg-image-block .career-common-content a.base-pro-button {
  padding: 11.5px 25px;
}
.common-bg-image-block.image-right .image-section {
  float: right;
}
.common-bg-image-block.video-popup-block .image-section {
  position: relative;
}
.common-bg-image-block.video-popup-block .image-section:hover {
  box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.7);
}
.common-bg-image-block.video-popup-block .image-section:hover .base-video-popup .left-video-img figure {
  transform: scale(1.1);
}
.common-bg-image-block.video-popup-block .image-section .base-video-popup .left-video-img figure {
  position: absolute;
  top: 32%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 130px;
  height: 130px;
}

.common-gradient-text-block .content-section .base-text-block {
  background-color: #e0e0e0;
  display: flex;
  align-items: center;
  justify-content: left;
  padding: 15px 85px;
  overflow: hidden;
}
.common-gradient-text-block .content-section .base-text-block__inner {
  position: relative;
  z-index: 7;
}

.default-image-content-section .fw-row {
  margin: 0;
}
.default-image-content-section .common-section {
  min-height: 450px;
}
.default-image-content-section.normal-block .content-section {
  display: flex;
  align-items: center;
  justify-content: left;
  padding-left: 55px;
}
.default-image-content-section.normal-block.image-right .content-section {
  padding: 0;
}

.left-right-image-content-section-with-curve .image-section:after,
.left-right-image-content-section-with-curve .base-text-block:after {
  background-size: cover;
  content: "";
  position: absolute;
  height: 130px;
  z-index: 6;
}
.left-right-image-content-section-with-curve .content-section {
  padding: 0;
  padding-right: 13px;
}
.left-right-image-content-section-with-curve .content-section .base-text-block {
  height: 404px;
  margin-top: 23px;
}
.left-right-image-content-section-with-curve .content-section .base-text-block:after {
  background-image: url(../images/icons/path-image-block-curve-1.svg);
  width: 1170px;
  height: 200px;
  bottom: -18px;
  left: 0;
  right: 0;
}
.left-right-image-content-section-with-curve.image-right .image-section {
  margin-left: -130px;
}
.left-right-image-content-section-with-curve.common-type .fw-container {
  position: unset;
}
.left-right-image-content-section-with-curve.common-type .common-inner-type {
  position: absolute;
}
.left-right-image-content-section-with-curve.type-two .image-section {
  border-radius: 0;
  box-shadow: none;
  left: 0;
  width: 51.04%;
  height: 550px;
  z-index: -1;
}
.left-right-image-content-section-with-curve.type-two .image-section:after {
  display: none;
}
.left-right-image-content-section-with-curve.type-two .content-section {
  position: unset;
  float: right;
  padding: 0 15px;
  margin-top: 0;
}
.left-right-image-content-section-with-curve.type-two .content-section:before {
  background-size: 100%;
  content: "";
  position: absolute;
  background-image: url(../images/icons/path-image-block-curve-2.svg);
  width: 98.7vw;
  bottom: -83px;
  left: 0;
  right: 0;
  height: 270px;
  z-index: 6;
}
.left-right-image-content-section-with-curve.type-two .content-section .base-text-block {
  height: 416px;
  margin-top: 67px;
}
.left-right-image-content-section-with-curve.type-two .content-section .base-text-block:after {
  display: none;
}
.left-right-image-content-section-with-curve.careers-block .base-text-block__inner {
  margin-top: 33px !important;
}
.left-right-image-content-section-with-curve.type-three .image-section {
  position: relative;
  border-radius: 20px;
  margin-top: 81px;
  z-index: 66;
}
.left-right-image-content-section-with-curve.type-three .image-section:after {
  display: none;
}
.left-right-image-content-section-with-curve.type-three .content-section {
  left: 0;
  width: 54%;
  padding: 0;
  margin-top: 0;
}
.left-right-image-content-section-with-curve.type-three .content-section .base-text-block {
  height: 555px;
  padding-left: 135px;
  padding-right: 120px;
}
.left-right-image-content-section-with-curve.type-three .content-section .base-text-block:after {
  background-image: url(../images/icons/content-block-curve-3.svg);
  background-size: 100%;
  width: 92%;
  height: 200px;
  bottom: -5px;
  left: 0;
}
.left-right-image-content-section-with-curve.type-four .image-section {
  left: 0;
  width: 570px;
  height: 440px;
  margin-top: 58px;
  z-index: 1;
}
.left-right-image-content-section-with-curve.type-four .content-section {
  position: absolute;
  right: 0;
  float: none;
  width: 69.8%;
  padding: 0;
}
.left-right-image-content-section-with-curve.type-four .content-section:before {
  display: none;
}
.left-right-image-content-section-with-curve.type-four .content-section:after {
  background-size: 100%;
  content: "";
  position: absolute;
  background-image: url(../images/icons/path-image-block-curve-4.svg);
  width: 99.9vw;
  bottom: 5px;
  right: 0;
  height: 270px;
  z-index: 6;
}
.left-right-image-content-section-with-curve.type-four .content-section .base-text-block {
  height: 555px;
  padding-left: 36.8%;
  padding-right: 110px;
  margin-top: 0;
}
.left-right-image-content-section-with-curve.type-four .content-section .base-text-block a.base-pro-button {
  padding: 11.5px 46.4px;
  margin: 10px 0;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .left-right-image-content-section-with-curve.type-two .content-section:before {
    width: 88vw;
    bottom: -50px;
    left: -510px;
  }
}

/*Desktop*/
@media (min-width: 1200px) {
  .left-right-image-content-section-with-curve.type-four .image-section {
    margin-left: 15px;
  }
}
/*Mobile & I-Pad Portrait*/
@media (max-width: 991px) {
  .common-bg-image-block {
    padding: 40px 0;
  }
  .common-bg-image-block .image-section,
.common-bg-image-block .content-section {
    width: 100%;
  }
  .common-bg-image-block .content-section {
    text-align: center;
  }
  .common-bg-image-block.image-right .image-section {
    float: none;
  }
  .common-gradient-text-block .content-section .base-text-block {
    display: block;
    padding: 20px;
  }
  .default-image-content-section .common-section {
    min-height: initial;
  }
  .left-right-image-content-section-with-curve .image-section:after,
.left-right-image-content-section-with-curve .base-text-block:after {
    display: none;
  }
  .left-right-image-content-section-with-curve .content-section {
    padding-right: 0;
  }
  .left-right-image-content-section-with-curve .content-section .base-text-block {
    height: auto;
  }
  .left-right-image-content-section-with-curve.image-right .image-section {
    margin-left: 0;
  }
  .left-right-image-content-section-with-curve.common-type .common-inner-type {
    position: relative;
  }
  .left-right-image-content-section-with-curve.type-two .fw-row {
    margin: 0;
  }
  .left-right-image-content-section-with-curve.type-two .image-section {
    border-radius: 10px;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
  }
  .left-right-image-content-section-with-curve.type-two .content-section {
    float: left;
    padding: 0;
  }
  .left-right-image-content-section-with-curve.type-two .content-section:before {
    display: none;
  }
  .left-right-image-content-section-with-curve.type-two .content-section .base-text-block {
    margin-top: 25px;
  }
  .left-right-image-content-section-with-curve.type-two .image-section, .left-right-image-content-section-with-curve.type-three .image-section, .left-right-image-content-section-with-curve.type-four .image-section {
    width: 100%;
    height: 250px;
  }
  .left-right-image-content-section-with-curve.type-two .content-section .base-text-block, .left-right-image-content-section-with-curve.type-three .content-section .base-text-block, .left-right-image-content-section-with-curve.type-four .content-section .base-text-block {
    height: auto;
  }
  .left-right-image-content-section-with-curve.type-three .content-section, .left-right-image-content-section-with-curve.type-four .content-section {
    width: 100%;
  }
  .left-right-image-content-section-with-curve.type-three .content-section .base-text-block, .left-right-image-content-section-with-curve.type-four .content-section .base-text-block {
    padding-left: 15px;
    padding-right: 15px;
  }
  .left-right-image-content-section-with-curve.type-three .image-section {
    margin-top: 0;
  }
  .left-right-image-content-section-with-curve.type-four .content-section {
    position: relative;
  }
  .left-right-image-content-section-with-curve.type-four .content-section:after {
    display: none;
  }
}
/*Tab devices*/
/*Landscape*/
@media (min-width: 992px) and (max-width: 1199px) {
  .common-bg-image-block .image-section {
    width: 50%;
  }
  .common-bg-image-block.image-right .image-section {
    float: right;
  }
  .common-gradient-text-block .content-section .base-text-block {
    padding: 15px 40px;
  }
  .default-image-content-section .fw-row,
.left-right-image-content-section-with-curve.type-two .fw-row {
    margin: 0 -15px;
  }
  .left-right-image-content-section-with-curve .image-section:after,
.left-right-image-content-section-with-curve .base-text-block:after {
    background-size: contain;
  }
  .left-right-image-content-section-with-curve .image-section:after {
    width: 100%;
    right: -2px;
  }
  .left-right-image-content-section-with-curve .content-section .base-text-block:after {
    width: 971px;
  }
  .left-right-image-content-section-with-curve.image-right .image-section {
    margin-left: -100px;
  }
  .left-right-image-content-section-with-curve.type-two .image-section:after {
    bottom: 50px;
  }
  .left-right-image-content-section-with-curve.type-two .content-section .base-text-block:after {
    width: 98%;
    bottom: 18px;
  }
  .left-right-image-content-section-with-curve.type-three .content-section .base-text-block {
    padding-left: 55px;
    padding-right: 70px;
  }
  .left-right-image-content-section-with-curve.type-three .content-section .base-text-block:after {
    width: 92.5%;
  }
  .left-right-image-content-section-with-curve.type-four .content-section {
    width: 75%;
  }
  .left-right-image-content-section-with-curve.type-four .content-section .base-text-block {
    padding-left: 50%;
    padding-right: 80px;
  }
}
/*Tab devices*/
/*Portrait*/
@media (min-width: 768px) and (max-width: 991px) {
  .common-bg-image-block .image-section {
    width: 100%;
    height: 450px !important;
    margin-bottom: 40px;
  }
  .common-bg-image-block .content-section {
    height: auto !important;
  }
}
/*Mobile phones*/
@media (max-width: 767px) {
  .common-bg-image-block .image-section {
    width: 100%;
    height: 250px;
    margin-bottom: 20px;
  }
  .default-image-content-section.normal-block .content-section {
    padding-left: 55px;
  }
  .default-image-content-section.normal-block.image-right .content-section {
    padding: 0;
  }
  .left-right-image-content-section-with-curve.careers-block {
    padding: 0;
  }
}
/*Mobile phones*/
/*Landscape*/
@media (max-width: 767px) and (orientation: landscape) {
  .common-bg-image-block {
    width: 70%;
    margin: 0 auto;
  }
}
ul.wp-base-menu li,
ul.wp-base-menu a {
  display: inline-block;
  vertical-align: top;
}

.common-sub-nav-section {
  text-align: center;
}
.sub-nav-section {
  padding: 75px 0 55px;
}
.sub-nav-section h1,
.sub-nav-section h2,
.sub-nav-section h3,
.sub-nav-section h4,
.sub-nav-section h5,
.sub-nav-section h6 {
  color: #000000;
  margin-bottom: 60px;
}
.sub-nav-section ul.wp-base-menu {
  display: table;
  margin: 0 auto;
}
.sub-nav-section ul.wp-base-menu li {
  margin: 5px 5px;
}
/*Mobile phones*/
/*Landscape*/
@media (max-width: 767px) {
  .sub-nav-section {
    padding: 40px 0;
  }
  .sub-nav-section ul.wp-base-menu li {
    margin: 10px;
  }
}
.full-width-image-slider-section {
  background-image: linear-gradient(to bottom, #e6eaf1, #f8fafd);
  padding: 80px 0 45px;
}
.full-width-image-slider-section .pro-button-container {
  display: inline-block;
  vertical-align: top;
  margin: 0 13px;
}
.full-width-image-slider-section .pro-button-container a.base-pro-button {
  min-width: 170px;
  padding: 11.5px 20px;
  margin-top: 15px;
}
.full-width-image-slider-section .text-block {
  text-align: center;
  float: none;
  margin: 0 auto;
  margin-bottom: 44px;
}
.full-width-image-slider-section .text-block .inner-text-block p {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 26px;
}
.full-width-image-slider-section .post-item-wrapper {
  padding: 0 15px;
}
.full-width-image-slider-section .post-item-wrapper .description-wrapper {
  padding: 30px 39px 32px;
}
.full-width-image-slider-section .slick-arrow {
  top: 47.5%;
}
.full-width-image-slider-section .slick-prev {
  left: 30px;
}
.full-width-image-slider-section .slick-next {
  right: 30px;
}

/*Tab devices*/
/*Landscape*/
@media (min-width: 992px) and (max-width: 1199px) {
  .full-width-image-slider-section .slick-slider:before, .full-width-image-slider-section .slick-slider:after {
    width: 109px;
  }
  .full-width-image-slider-section .post-item-wrapper {
    padding: 0 12px;
  }
}
/*Mobile & I-Pad*/
@media (max-width: 1199px) {
  .full-width-image-slider-section .post-item-wrapper .description-wrapper {
    padding: 20px;
  }
}
/*Mobile & I-Pad Portrait*/
@media (max-width: 991px) {
  .full-width-image-slider-section .section-container {
    padding: 0 15px;
  }
  .full-width-image-slider-section .text-block {
    margin-bottom: 100px;
  }
  .full-width-image-slider-section .slick-arrow {
    top: -50px;
  }
  .full-width-image-slider-section .slick-prev {
    left: auto;
    right: 100px;
  }
  .full-width-image-slider-section .slick-next {
    right: 0;
  }
}
/*Mobile phones*/
@media (max-width: 767px) {
  .full-width-image-slider-section {
    padding: 40px 0;
  }
  .full-width-image-slider-section .pro-button-container {
    display: block;
    margin: 0;
  }
  .full-width-image-slider-section .pro-button-container a.base-pro-button {
    min-width: auto;
  }
  .full-width-image-slider-section .post-item-wrapper {
    padding: 0 10px;
  }
}
.sub-nav-type-two:after {
  content: "";
  position: absolute;
  bottom: -1px;
  background-color: #e0e0e0;
  width: 100%;
  height: 1px;
  z-index: 6;
}
.sub-nav-type-two ul.wp-base-menu {
  padding-top: 4px;
}
.sub-nav-type-two ul.wp-base-menu li a {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  border-bottom: 2px solid transparent;
  padding: 21px 38.3px;
}
.sub-nav-type-two ul.wp-base-menu li a:hover {
  border-bottom: 2px solid #ffd333;
}
.sub-nav-type-two ul.wp-base-menu li.active a {
  border-bottom: 2px solid #ffd333;
}
.sub-nav-type-two ul.wp-base-menu li.active a:hover {
  border-bottom: 2px solid #ffd333;
}

/*Mobile phones*/
@media (max-width: 767px) {
  .sub-nav-type-two ul.wp-base-menu {
    text-align: center;
  }
  .sub-nav-type-two ul.wp-base-menu li a {
    padding: 21px 38.3px;
  }
}
.resource-post-section {
  padding: 62px 0 80px;
}
.resource-post-section.no-filter .resource-inner-wrapper {
  display: none;
}
.resource-post-section .resource-inner-wrapper {
  margin-bottom: 40px;
}
.resource-post-section .resource-inner-wrapper .filter-text {
  font-size: 14px;
  font-weight: 400;
  color: #616161;
  text-transform: uppercase;
  display: block;
  margin-bottom: 9px;
}
.resource-post-section .resource-inner-wrapper .filter-inner-wrapper input[type=submit] {
  display: none;
}

.resource-featured-wrapper .base-blurb:hover {
  box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.7);
}
.resource-featured-wrapper .base-blurb:hover .overlay-wrapper {
  background-image: none;
  background-color: rgba(0, 0, 0, 0.75);
}
.resource-featured-wrapper .base-blurb__card,
.resource-featured-wrapper .base-blurb .overlay-wrapper {
  width: 100%;
  height: 480px;
  overflow: hidden;
}
.resource-featured-wrapper .base-blurb__card {
  position: relative;
  padding: 60px;
}
.resource-featured-wrapper .base-blurb__card__body__summery {
  position: relative;
  width: 410px;
  height: 363px;
  z-index: 4;
}
.resource-featured-wrapper .base-blurb__card__body__summery span {
  font-size: 14px;
  font-weight: 400;
  display: block;
  margin-bottom: 10px;
}
.resource-featured-wrapper .base-blurb__card__body__summery h5 {
  display: none;
}
.resource-featured-wrapper .base-blurb__card__body__summery h3 {
  font-weight: 700;
  margin-bottom: 20px;
}
.resource-featured-wrapper .base-blurb__card__body__summery .post-block__content__links__read-more {
  position: absolute;
  bottom: 0;
  left: 0;
}
.resource-featured-wrapper .base-blurb .overlay-wrapper {
  background-image: url(../images/placeholders/feature-post-mask.svg);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.custom-post-block-wrapper {
  margin: 0 -30px;
}
.custom-post-block-wrapper .inner-wrapper {
  padding: 0;
}
.custom-post-block-wrapper .lower-press-box-wrapper {
  margin-top: 30px;
}
.custom-post-block-wrapper .lower-press-box-wrapper .post-block:hover .post-block__image {
  opacity: 0.5;
}
.custom-post-block-wrapper .lower-press-box-wrapper .post-block:hover .post-block__content__links h6.read-more-link {
  text-decoration: underline;
}
.custom-post-block-wrapper .lower-press-box-wrapper .post-block__image, .custom-post-block-wrapper .lower-press-box-wrapper .post-block__content {
  border: 1px solid #e0e0e0;
}
.custom-post-block-wrapper .lower-press-box-wrapper .post-block__image {
  border-bottom: none;
  height: 220px;
}
.custom-post-block-wrapper .lower-press-box-wrapper .post-block__content {
  background-color: #ffffff;
  padding: 30px 39px 31px;
}
.custom-post-block-wrapper .lower-press-box-wrapper .post-block__content h5,
.custom-post-block-wrapper .lower-press-box-wrapper .post-block__content p {
  color: #4c4c4c;
}
.custom-post-block-wrapper .lower-press-box-wrapper .post-block__content h4 {
  font-weight: 700;
  color: #000000;
  margin-bottom: 20px;
}
.custom-post-block-wrapper .lower-press-box-wrapper .post-block__content h5 {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
}
.custom-post-block-wrapper .lower-press-box-wrapper .post-block__content__links {
  margin-top: 28px;
}
.custom-post-block-wrapper .lower-press-box-wrapper .post-block__content__links h6.read-more-link {
  line-height: 20px;
}

/*Tab devices*/
/*Landscape*/
@media (min-width: 992px) and (max-width: 1199px) {
  .custom-post-block-wrapper .lower-press-box-wrapper .post-block__content {
    padding: 30px;
  }
}
/*Tab devices*/
/*Portrait*/
@media (min-width: 768px) and (max-width: 991px) {
  .custom-post-block-wrapper .lower-press-box-wrapper .post-block__content {
    padding: 30px;
  }
}
/*Mobile phones*/
@media (max-width: 767px) {
  .resource-featured-wrapper .base-blurb__card,
.resource-featured-wrapper .base-blurb .overlay-wrapper {
    height: auto;
  }
  .resource-featured-wrapper .base-blurb__card {
    position: relative;
    padding: 30px;
  }
  .resource-featured-wrapper .base-blurb__card:before {
    content: "";
    background-color: rgba(0, 0, 0, 0.45);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .resource-featured-wrapper .base-blurb__card__body__summery {
    width: 100%;
    height: auto;
  }
  .resource-featured-wrapper .base-blurb__card__body__summery .post-block__content__links__read-more {
    position: relative;
    margin-top: 20px;
  }
  .resource-featured-wrapper .base-blurb .overlay-wrapper {
    display: none;
  }
  .custom-post-block-wrapper .lower-press-box-wrapper .post-block__content {
    padding: 20px;
  }
}
/*Mobile phones*/
/*Landscape*/
@media (max-width: 767px) and (orientation: landscape) {
  .resource-featured-wrapper,
.custom-post-block-wrapper {
    width: 60%;
    margin: 0 auto;
  }
  .custom-post-block-wrapper .lower-press-box-wrapper {
    padding: 0;
  }
}
.common-pagination {
  text-align: center;
  margin-top: 80px;
}
.common-pagination .page-numbers {
  font-size: 14px;
  font-weight: 700;
  color: #616161;
  background-color: #f5f5f5;
  display: inline-block;
  vertical-align: top;
  width: 43px;
  height: 40px;
  padding-top: 10px;
  margin: 0 -3px;
  transition: all 0.3s ease;
}
.common-pagination .page-numbers:hover {
  color: #ffd333;
}
.common-pagination .page-numbers.current {
  color: #ffffff;
  background-color: #012169;
}
.common-pagination .page-numbers.current:hover {
  color: #ffffff;
}
.common-pagination .page-numbers.prev, .common-pagination .page-numbers.next {
  background-color: transparent;
  margin: 0 18px;
}
.common-pagination .page-numbers.prev:hover, .common-pagination .page-numbers.next:hover {
  opacity: 0.5;
}

.post-date {
  width: 970px;
  padding: 80px 0 10px;
  margin: 120px auto 0;
}
.post-date .container {
  width: 100%;
}

.resource-post-detail-section {
  padding: 0;
}
.resource-post-detail-section .mid-content-column {
  float: none;
  margin: 0 auto;
}
.resource-post-detail-section .post-heading h1,
.resource-post-detail-section .post-heading h2,
.resource-post-detail-section .post-heading h3,
.resource-post-detail-section .post-heading h4,
.resource-post-detail-section .post-heading h5,
.resource-post-detail-section .post-heading h6 {
  margin-bottom: 40px;
}
.resource-post-detail-section .inner-content-block {
  margin-top: 31px;
}
.resource-post-detail-section .inner-content-block h1,
.resource-post-detail-section .inner-content-block h2,
.resource-post-detail-section .inner-content-block h3,
.resource-post-detail-section .inner-content-block h4,
.resource-post-detail-section .inner-content-block h5,
.resource-post-detail-section .inner-content-block h6 {
  margin-bottom: 10px;
}
.resource-post-detail-section .inner-content-block p {
  margin-bottom: 30px;
}
.resource-post-detail-section .inner-content-block ul,
.resource-post-detail-section .inner-content-block ol {
  padding-left: 100px;
  padding-right: 90px;
  margin-bottom: 29px;
}
.resource-post-detail-section .inner-content-block ul li {
  background-image: url(../images/icons/bullet-oval.svg);
  background-repeat: no-repeat;
  background-position: left top 8px;
  padding-bottom: 10px;
  padding-left: 25px;
}
.resource-post-detail-section .quote-block {
  background-color: #f5f5f5;
  border: solid 1px #e0e0e0;
  padding: 29px;
}
.resource-post-detail-section .quote-block p {
  font-weight: 500;
}
.resource-post-detail-section .common-video-popup {
  margin-top: 19px;
}
.resource-post-detail-section .common-video-popup .left-video-img {
  width: 770px;
  margin: 0 auto;
}
.resource-post-detail-section .social-share {
  border-bottom: 1px solid #e0e0e0;
  text-align: right;
  padding-top: 28px;
  padding-bottom: 16px;
}
.resource-post-detail-section .social-share .social-share-text,
.resource-post-detail-section .social-share .social-share-list,
.resource-post-detail-section .social-share li {
  display: inline-block;
  vertical-align: top;
}
.resource-post-detail-section .social-share .social-share-text {
  margin-top: 2px;
  margin-right: 10px;
}
.resource-post-detail-section .social-share .social-share-list li {
  margin-left: 26px;
}
.resource-post-detail-section .social-share .social-share-list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 25px;
}
.resource-post-detail-section .social-share .social-share-list li a:hover img {
  opacity: 0.7;
}

/*Mobile & I-Pad Portrait*/
@media (max-width: 991px) {
  .post-date {
    width: 100%;
    padding: 40px 90px;
    margin: 90px auto 0;
  }
  .resource-post-detail-section {
    padding: 0;
  }
  .resource-post-detail-section .inner-content-block ul,
.resource-post-detail-section .inner-content-block ol {
    padding-left: 20px;
    padding-right: 15px;
  }
  .resource-post-detail-section .quote-block {
    padding: 20px;
  }
  .resource-post-detail-section .common-video-popup .left-video-img {
    width: 100%;
  }
}
/*Mobile phones*/
@media (max-width: 767px) {
  .post-date {
    padding: 40px 20px;
  }
  .resource-post-detail-section .social-share {
    text-align: center;
  }
}
.common-video-popup .left-video-img {
  position: relative;
}
.common-video-popup .left-video-img:hover {
  box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.7);
}
.common-video-popup .left-video-img:hover .icon-img {
  transform: scale(1.1);
}
.common-video-popup .left-video-img .slide-img {
  height: 450px;
}
.common-video-popup .left-video-img .icon-img {
  position: absolute;
  top: 155px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

/*Tab devices*/
/*Portrait*/
@media (min-width: 768px) and (max-width: 991px) {
  .common-video-popup .left-video-img .slide-img {
    height: 350px;
  }
  .common-video-popup .left-video-img .icon-img {
    top: 110px;
  }
}
/*Mobile phones*/
@media (max-width: 767px) {
  .common-video-popup .left-video-img .slide-img {
    height: 250px;
  }
  .common-video-popup .left-video-img .icon-img {
    top: 90px;
    width: 80px;
  }
}
.additional-resource-slider-section {
  padding: 80px 0;
}
.additional-resource-slider-section h2 {
  text-align: center;
  margin-bottom: 60px;
}

/*Tab devices*/
/*Portrait*/
@media (min-width: 768px) and (max-width: 991px) {
  .additional-resource-slider-section h2 {
    margin-bottom: 120px;
  }
}
/*Mobile phones*/
@media (max-width: 767px) {
  .additional-resource-slider-section {
    padding: 40px 0;
  }
  .additional-resource-slider-section h2 {
    margin-bottom: 100px;
  }
}
.contact-form-full-section {
  padding: 80px 0;
}
.contact-form-full-section .req-sample-form .form-inner .form-wrapper .wrap-forms .field-checkbox .options {
  display: inline-block !important;
}
.contact-form-full-section .left-wrapper {
  display: inline-block;
  vertical-align: top;
}
.contact-form-full-section .left-wrapper p,
.contact-form-full-section .left-wrapper a {
  color: #4c4c4c;
}
.contact-form-full-section .left-wrapper .top-text-block {
  padding-right: 65px;
  margin-bottom: 56px;
}
.contact-form-full-section .left-wrapper .top-text-block p {
  font-size: 18px;
  line-height: 26px;
}
.contact-form-full-section .left-wrapper .common-block {
  width: 50%;
  float: left;
  margin-bottom: 48px;
}
.contact-form-full-section .left-wrapper .common-block p,
.contact-form-full-section .left-wrapper .common-block a {
  font-size: 14px;
  line-height: 20px;
}
.contact-form-full-section .left-wrapper .common-block a:hover {
  color: #ffd333;
}
.contact-form-full-section .left-wrapper .contact-item {
  padding-right: 80px;
}
.contact-form-full-section .left-wrapper .contact-item:nth-of-type(2n+1) {
  padding-left: 15px;
  padding-right: 40px;
}
.contact-form-full-section .left-wrapper .contact-item h3 {
  font-size: 16px;
  font-weight: 600;
  color: #012169;
  letter-spacing: 4px;
  text-transform: uppercase;
}
.contact-form-full-section .left-wrapper .base-blurb__card {
  border: none !important;
  text-align: center !important;
  padding: 0 20px;
}
.contact-form-full-section .left-wrapper .base-blurb__card__body__figure img {
  width: auto;
  margin-bottom: 20px;
}
.contact-form-full-section .left-wrapper .base-blurb__card__body__summery h3 {
  font-size: 18px;
  color: #000000;
  margin-bottom: 7px;
}
.contact-form-full-section .left-wrapper .base-blurb__card__body__summery p {
  padding: 0 20px;
}
.contact-form-full-section .form-section.right-wrapper {
  padding-left: 0;
  padding-bottom: 55px;
  margin-top: 0;
}
.contact-form-full-section .form-section.right-wrapper .form-inner {
  background-color: #171923;
  padding: 50px;
}
.contact-form-full-section .form-section.right-wrapper .form-inner .field-recaptcha {
  margin-bottom: 20px;
}
.contact-form-full-section .form-section.right-wrapper .form-inner .form-wrapper .wrap-forms .field-checkbox {
  margin-top: 11px;
}
.contact-form-full-section .form-section.right-wrapper .form-inner .form-wrapper .wrap-forms .field-checkbox .options {
  display: block;
}
.contact-form-full-section .form-section.right-wrapper .form-inner .form-wrapper .wrap-forms .field-checkbox .options label {
  margin-top: 0;
  display: block;
}
.contact-form-full-section .form-section.right-wrapper.consultation-wrapper .base-animation--enabled .form-wrapper .wrap-forms .field-checkbox .options {
  display: inline-block !important;
}
@-moz-document url-prefix() {
  .contact-form-full-section .form-section.right-wrapper.consultation-wrapper .base-animation--enabled .form-wrapper .wrap-forms .field-checkbox .options input {
    margin-left: -15px;
  }
}
.contact-form-full-section .form-section.right-wrapper.consultation-wrapper .base-animation--enabled .form-wrapper .wrap-forms .field-checkbox .options label {
  margin-top: 12px;
  display: inline-block !important;
}

.custom-override:after {
  content: none !important;
}

.req-product-sample-section .left-section {
  padding-left: 8px;
}
.req-product-sample-section .left-section .left-wrapper .top-text-block {
  text-align: center;
  margin-bottom: 52px;
}
.req-product-sample-section .left-section .left-wrapper .common-block {
  margin-bottom: 16px;
}
.req-product-sample-section .form-section.right-wrapper .form-inner .header.title {
  display: none;
}

.req-consultation-section .left-section .left-wrapper .common-block {
  margin-bottom: 28px;
}

/*Tab devices*/
/*Landscape*/
@media (min-width: 992px) and (max-width: 1199px) {
  .contact-form-full-section .left-wrapper .top-text-block {
    padding-right: 15px;
  }
}
/*Mobile & I-Pad Portrait*/
@media (max-width: 991px) {
  .contact-form-full-section {
    padding: 40px 0 0;
  }
  .contact-form-full-section:before {
    display: none;
  }
  .contact-form-full-section .left-wrapper {
    text-align: center;
  }
  .contact-form-full-section .left-wrapper .top-text-block {
    padding-right: 0;
  }
  .contact-form-full-section .left-wrapper .common-block {
    width: 100%;
    padding-right: 0;
  }
  .contact-form-full-section .left-wrapper .contact-item:nth-of-type(2n+1) {
    padding-left: 0;
    padding-right: 0;
  }
  .contact-form-full-section .left-wrapper .base-blurb__card {
    padding: 0;
  }
  .contact-form-full-section .form-section.right-wrapper {
    padding: 0;
  }
  .contact-form-full-section .form-section.right-wrapper .form-inner {
    padding: 30px;
  }
  .req-product-sample-section .left-section {
    padding-bottom: 30px;
    padding-left: 15px;
  }
}
.inner-text-block,
.top-text-section,
.top-column,
.mid-column {
  text-align: center;
}
.inner-text-block h1,
.inner-text-block h2,
.inner-text-block h3,
.inner-text-block h4,
.inner-text-block h5,
.inner-text-block h6,
.top-text-section h1,
.top-text-section h2,
.top-text-section h3,
.top-text-section h4,
.top-text-section h5,
.top-text-section h6,
.top-column h1,
.top-column h2,
.top-column h3,
.top-column h4,
.top-column h5,
.top-column h6,
.mid-column h1,
.mid-column h2,
.mid-column h3,
.mid-column h4,
.mid-column h5,
.mid-column h6 {
  color: #000000;
  margin-bottom: 19px;
}
.inner-text-block p,
.top-text-section p,
.top-column p,
.mid-column p {
  color: #4c4c4c;
}
.inner-text-block a.base-pro-button,
.top-text-section a.base-pro-button,
.top-column a.base-pro-button,
.mid-column a.base-pro-button {
  min-width: 177px;
  margin-top: 41px;
}
.inner-text-block ul li,
.top-text-section ul li,
.top-column ul li,
.mid-column ul li {
  background-image: url(../images/icons/bullet-oval.svg);
  background-repeat: no-repeat;
  background-position: left top 8px;
  padding-bottom: 10px;
  padding-left: 25px;
}

.inner-text-block {
  width: 970px;
  margin: 0 auto;
}

.top-text-section {
  padding: 80px 0 45px;
}

.top-column {
  padding: 50px 0 45px;
}
.top-column h1,
.top-column h2,
.top-column h3,
.top-column h4,
.top-column h5,
.top-column h6 {
  margin-bottom: 20px;
}
.top-column p {
  font-size: 18px;
  line-height: 26px;
}

.mid-column h1,
.mid-column h2,
.mid-column h3,
.mid-column h4,
.mid-column h5,
.mid-column h6 {
  margin-bottom: 30px;
}

/*Mobile, I-Pad Devices*/
@media (max-width: 1199px) {
  .inner-text-block {
    width: 100%;
    padding: 0 15px;
  }
}
.timeline-section .timeline ul {
  background-color: transparent;
  position: relative;
  overflow: hidden;
}
.timeline-section .timeline ul li {
  background-color: #e0e0e0;
  width: 7px;
  transform: translate3d(0, 0, 0);
}
.timeline-section .timeline ul li:after {
  bottom: 6px;
  width: 40px;
  height: 40px;
  background-color: transparent;
  background-image: url(../images/icons/timeline-dot.svg);
  background-repeat: no-repeat;
  background-position: center;
  z-index: 5;
  transition: background 0s ease-in-out;
}
.timeline-section .timeline ul li:nth-child(odd) div {
  left: 73px;
}
.timeline-section .timeline ul li:nth-child(odd) div:before {
  left: -25px;
}
.timeline-section .timeline ul li:nth-child(even) div {
  left: -437px;
}
.timeline-section .timeline ul li:nth-child(even) div:before {
  right: -25px;
  transform: rotate(180deg);
}
.timeline-section .timeline ul li div {
  background-color: #ffffff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  width: 370px;
  padding: 0;
  padding-bottom: 28px;
}
.timeline-section .timeline ul li div:before {
  bottom: 3px;
  width: 25px;
  height: 45px;
  border: none;
  background-image: url(../images/icons/timeline-content-triangle.svg);
  background-repeat: no-repeat;
}
.timeline-section .timeline ul li div time,
.timeline-section .timeline ul li div p,
.timeline-section .timeline ul li div a.learn-more-link {
  margin-left: 40px;
}
.timeline-section .timeline ul li div time,
.timeline-section .timeline ul li div p {
  padding-right: 30px;
}
.timeline-section .timeline ul li div time {
  font-weight: 700;
  padding-top: 30px;
  margin-bottom: 15px;
}
.timeline-section .timeline ul li div p {
  font-size: 14px;
  color: #4c4c4c;
  line-height: 1.43;
}
.timeline-section .timeline ul li div img {
  display: block;
  margin: 0 auto;
}
.timeline-section .timeline ul li div a.learn-more-link {
  line-height: 17px;
  margin-top: 30px;
}
.timeline-section .timeline ul li.in-view {
  background-color: #e0e0e0;
  width: 7px;
}

/*Large Devices*/
/*Without Mobile*/
@media (min-width: 768px) {
  .timeline-section .timeline ul {
    padding-top: 0;
  }
  .timeline-section .timeline ul li:first-of-type:before {
    content: "";
    background-color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 7px;
    height: 207px;
    margin: 0 auto;
  }
}
/*Tab devices*/
/*Portrait*/
@media (min-width: 768px) and (max-width: 991px) {
  .timeline-section .timeline ul li:nth-child(odd) div {
    left: 45px;
  }
  .timeline-section .timeline ul li:nth-child(even) div {
    left: -345px;
  }
  .timeline-section .timeline ul li div {
    width: 305px;
  }
  .timeline-section .timeline ul li div time,
.timeline-section .timeline ul li div p,
.timeline-section .timeline ul li div a.learn-more-link {
    margin-left: 20px;
  }
  .timeline-section .timeline ul li div time,
.timeline-section .timeline ul li div p {
    padding-right: 20px;
  }
  .timeline-section .timeline ul li div time {
    padding-top: 20px;
  }
}
/*Mobile phones*/
@media (max-width: 767px) {
  .timeline-section {
    overflow: hidden;
    padding-top: 20px;
  }
  .timeline-section .timeline ul {
    padding: 20px 0;
  }
  .timeline-section .timeline ul li:nth-child(odd) div, .timeline-section .timeline ul li:nth-child(even) div {
    left: 45px;
  }
  .timeline-section .timeline ul li:nth-child(even) div:before {
    right: initial;
    left: -25px;
    transform: rotate(0deg);
  }
  .timeline-section .timeline ul li div {
    width: calc(100vw - 90px);
    visibility: visible;
    transform: none;
    transition: none;
    opacity: 1;
  }
  .timeline-section .timeline ul li div time,
.timeline-section .timeline ul li div p,
.timeline-section .timeline ul li div a.learn-more-link {
    margin-left: 20px;
  }
  .timeline-section .timeline ul li.in-view {
    transform: none;
  }
  .timeline-section .timeline ul li:nth-child(odd) {
    transform: none;
  }
}
/*Mobile phones*/
/*Landscape*/
@media (max-width: 767px) and (orientation: landscape) {
  .timeline-section .timeline ul li:nth-child(odd) div {
    left: 45px;
  }
  .timeline-section .timeline ul li:nth-child(even) div {
    left: -305px;
  }
  .timeline-section .timeline ul li:nth-child(even) div:before {
    right: -25px;
    left: initial;
    transform: rotate(180deg);
  }
  .timeline-section .timeline ul li div {
    width: 270px;
  }
  .timeline-section .timeline ul li div time,
.timeline-section .timeline ul li div p,
.timeline-section .timeline ul li div a.learn-more-link {
    margin-left: 15px;
  }
  .timeline-section .timeline ul li div time,
.timeline-section .timeline ul li div p {
    padding-right: 15px;
  }
  .timeline-section .timeline ul li div time {
    padding-top: 15px;
  }
}
.leadership-team-section {
  padding: 87px 0 80px;
}
.leadership-team-section .top-text-block h1,
.leadership-team-section .top-text-block h2,
.leadership-team-section .top-text-block h3,
.leadership-team-section .top-text-block h4,
.leadership-team-section .top-text-block h5,
.leadership-team-section .top-text-block h6 {
  color: #000000;
  margin-bottom: 30px;
}
.leadership-team-section .base-blurb {
  margin-top: 30px;
}
.leadership-team-section .base-blurb__card {
  border: none !important;
}
.leadership-team-section .base-blurb__card__body__thumbnail {
  height: 220px;
}
.leadership-team-section .base-blurb__card__body__summery {
  border: 1px solid #e0e0e0;
  border-top: none;
  padding: 30px 39px 29px;
}
.leadership-team-section .base-blurb__card__body__summery h3,
.leadership-team-section .base-blurb__card__body__summery h4 {
  color: #000000;
}
.leadership-team-section .base-blurb__card__body__summery h3,
.leadership-team-section .base-blurb__card__body__summery p {
  margin-bottom: 5px;
}
.leadership-team-section .base-blurb__card__body__summery h3 {
  font-weight: 700;
}
.leadership-team-section .base-blurb__card__body__summery h4 {
  font-weight: 300;
  margin-bottom: 20px;
}
.leadership-team-section .base-blurb__card__body__summery p {
  color: #4c4c4c;
}

/*Mobile phones & I-Pad*/
@media (max-width: 1199px) {
  .leadership-team-section {
    padding: 40px 0;
  }
  .leadership-team-section .base-blurb {
    margin-top: 30px;
  }
  .leadership-team-section .base-blurb__card__body__summery {
    padding: 20px;
  }
}
/*Tab devices*/
/*Portrait*/
@media (min-width: 768px) and (max-width: 991px) {
  .leadership-team-section .base-blurb__card__body__thumbnail {
    height: 130px;
  }
}
/*Mobile phones*/
/*Landscape*/
@media (max-width: 767px) and (orientation: landscape) {
  .leadership-team-section {
    width: 60%;
    margin: 0 auto;
  }
}
.sub-nav-type-three {
  padding-bottom: 15px;
}
.sub-nav-type-three .section-container {
  display: table;
  margin: 0 auto;
}
.sub-nav-type-three .section-container .fw-row {
  display: inline-block;
  vertical-align: top;
}
.sub-nav-type-three .section-container .fw-row .pro-button-container {
  margin: 0 5px;
}

.hover-overlay-blurb {
  margin-top: 30px;
}
.hover-overlay-blurb:hover .base-blurb__card__body {
  background-color: rgba(1, 33, 105, 0.75);
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: initial;
  top: 0;
  width: 100%;
  height: 278px;
}
.hover-overlay-blurb:hover .base-blurb__card__body .hover-text-block {
  display: block;
}
.hover-overlay-blurb:hover .base-blurb__card__body h4 {
  display: none;
}
.hover-overlay-blurb .base-blurb__card__body__thumbnail {
  height: 278px;
}
.hover-overlay-blurb .base-blurb__card__body {
  position: absolute;
  bottom: 31px;
  left: 0;
  transition: all 0.5s ease;
}
.hover-overlay-blurb .base-blurb__card__body .hover-text-block {
  display: none;
  padding: 0 40px;
}
.hover-overlay-blurb .base-blurb__card__body p {
  color: #ffffff;
}

/*Mobile & I-Pad*/
@media (max-width: 1199px) {
  .hover-overlay-blurb .base-blurb__card__body .hover-text-block {
    padding: 0 15px;
  }
}
/*Tab devices*/
/*Portrait*/
@media (min-width: 768px) and (max-width: 991px) {
  .blurb-column {
    width: 50%;
  }
}
/*Mobile phones*/
@media (max-width: 767px) {
  .blurb-column {
    padding: 0;
  }
}
.career-section {
  padding: 67px 0 63px;
}
.career-section .multi-functional-slider {
  margin-top: 30px;
}
.career-section .multi-functional-slider .container-fluid {
  padding: 0;
}
.career-section .multi-functional-slider .container-fluid .slick-slide {
  padding: 0 15px;
}
.career-section .multi-functional-slider .container-fluid .slick-slide:hover .block-left .video-img .video-placeholder-image:before {
  background-color: rgba(0, 0, 0, 0.3);
}
.career-section .multi-functional-slider .container-fluid .slick-slide .block-left .img-tag {
  display: none;
}
.career-section .multi-functional-slider .container-fluid .slick-slide .block-left .video-img,
.career-section .multi-functional-slider .container-fluid .slick-slide .block-left .video-placeholder-image,
.career-section .multi-functional-slider .container-fluid .slick-slide .block-left .slide-image {
  height: 220px;
}
.career-section .multi-functional-slider .container-fluid .slick-slide .block-left .video-placeholder-image {
  position: relative;
}
.career-section .multi-functional-slider .container-fluid .slick-slide .block-left .video-placeholder-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
}
.career-section .multi-functional-slider .container-fluid .slick-slide .block-left .video-img {
  position: relative;
}
.career-section .multi-functional-slider .container-fluid .slick-slide .block-left .video-img .play-icon {
  background-image: url(../images/icons/play-icon-video.svg);
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 32%;
  left: 0;
  right: 0;
  width: 80px;
  height: 90px;
  margin: 0 auto;
}
.career-section .multi-functional-slider .container-fluid .slick-slide .block-left .slide-image {
  border-bottom: none;
}
.career-section .multi-functional-slider .container-fluid .slick-slide .block-right {
  border: 1px solid #e0e0e0;
  padding: 29px 40px;
}
.career-section .multi-functional-slider .container-fluid .slick-slide .block-right h3,
.career-section .multi-functional-slider .container-fluid .slick-slide .block-right h4 {
  color: #000000;
}
.career-section .multi-functional-slider .container-fluid .slick-slide .block-right h3,
.career-section .multi-functional-slider .container-fluid .slick-slide .block-right p {
  margin-bottom: 5px;
}
.career-section .multi-functional-slider .container-fluid .slick-slide .block-right h3 {
  font-weight: 700;
}
.career-section .multi-functional-slider .container-fluid .slick-slide .block-right h4 {
  font-weight: 300;
  margin-bottom: 20px;
}
.career-section .multi-functional-slider .container-fluid .slick-slide .block-right p {
  color: #4c4c4c;
}
.career-section .multi-functional-slider .slick-prev {
  left: 30px;
}
.career-section .multi-functional-slider .slick-next {
  right: 30px;
}

/*Mobile phones & I-Pad*/
@media (max-width: 1199px) {
  .career-section .multi-functional-slider .container-fluid .slick-slide {
    margin-right: 0;
  }
}
/*Tab devices*/
/*Portrait & Landscape*/
@media (min-width: 768px) and (max-width: 1199px) {
  .career-section .multi-functional-slider {
    padding-bottom: 40px;
  }
  .career-section .multi-functional-slider .container-fluid .slick-slide {
    margin-right: 10px;
    margin-left: 10px;
  }
}
/*Mobile & I-Pad Portrait*/
@media (max-width: 991px) {
  .career-section .top-text-block h2 {
    margin-bottom: 100px;
  }
  .career-section .multi-functional-slider .container-fluid {
    padding: 0 15px;
  }
  .career-section .multi-functional-slider .slick-arrow {
    top: -50px;
  }
  .career-section .multi-functional-slider .slick-prev {
    left: auto;
    right: 100px;
  }
  .career-section .multi-functional-slider .slick-next {
    right: 0;
  }
}
#cookie-law-info-bar span {
  font-size: 14px;
}
#cookie-law-info-bar span a {
  text-transform: uppercase;
  font-size: 12px;
  border-radius: 4px;
  text-decoration: none;
}
#cookie-law-info-bar span a:hover {
  background-color: #ffffff !important;
  color: #012169 !important;
}

/* pages */
.full-section {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  background-size: cover;
  background-position: center;
}
.full-section .mid-wrapper {
  text-align: center;
}
.full-section .mid-wrapper h2 {
  font-size: 26px;
  font-weight: 300;
  color: #ffffff;
  line-height: 35px;
  letter-spacing: 1.5px;
  margin: 30px 0 30px;
}
.full-section .mid-wrapper a.primary-btn {
  font-size: 16px;
  padding: 14.5px 21px;
  margin: 0;
}
.full-section .mid-wrapper img {
  width: 30%;
}

/*Mobile phones & I-Pad*/
@media (max-width: 1199px) {
  .full-section {
    height: calc(100vh + 100px);
  }
  .full-section .mid-wrapper {
    margin-top: 0;
  }
}
.history-top-section {
  padding: 80px 0 10px;
}
.history-top-section .inner-text-block h1,
.history-top-section .inner-text-block h2,
.history-top-section .inner-text-block h3,
.history-top-section .inner-text-block h4,
.history-top-section .inner-text-block h5,
.history-top-section .inner-text-block h6,
.history-top-section .inner-text-block p {
  margin-bottom: 20px;
}
.history-top-section .inner-text-block h1,
.history-top-section .inner-text-block h2,
.history-top-section .inner-text-block h3,
.history-top-section .inner-text-block h4,
.history-top-section .inner-text-block h5,
.history-top-section .inner-text-block h6 {
  font-size: 26px;
  font-weight: 400;
  line-height: 30px;
}
.history-top-section .inner-text-block p {
  margin-bottom: 10px;
}

/*Mobile phones*/
@media (max-width: 767px) {
  .history-top-section {
    padding: 40px 0;
  }
}
.search {
  margin-top: 120px;
}
.search .search-container {
  padding: 80px 0 80px 0;
}
.search .search-container h1 {
  font-weight: 300;
  margin-bottom: 30px;
}
.search .search-container .serach-item-wrapper h2 {
  font-weight: 300;
  color: #000000;
  margin-bottom: 20px;
  font-size: 26px;
}
.search .search-container .serach-item-wrapper a {
  font-weight: 300;
  color: #000000;
  margin-bottom: 18px;
  font-size: 14px;
  text-transform: uppercase;
}

/*Mobile phones*/
@media (max-width: 767px) {
  .search {
    margin-top: 85px;
  }
  .search .search-container {
    padding: 40px 0 40px 0;
  }
}
/*Tab devices*/
/*Portrait*/
@media (min-width: 768px) and (max-width: 991px) {
  .search {
    margin-top: 95px;
  }
}
.content-page {
  padding-top: 50px;
  padding-bottom: 30px;
}
.content-page h1,
.content-page h2,
.content-page h3,
.content-page h4,
.content-page h5,
.content-page h6 {
  color: #000000;
  margin-bottom: 20px;
}
.content-page p {
  color: #4c4c4c;
  margin-bottom: 20px;
}
.content-page a.base-pro-button {
  min-width: 177px;
  margin-top: 20px;
}
.content-page ul, .content-page ol {
  margin-bottom: 20px;
}
.content-page ul li, .content-page ol li {
  padding-bottom: 10px;
}
.content-page ol {
  padding-left: 20px;
}
.content-page ol li {
  background-repeat: no-repeat;
  background-position: left top 8px;
  padding-left: 10px;
}
.content-page ul li {
  background-image: url(../images/icons/bullet-oval.svg);
  background-repeat: no-repeat;
  background-position: left top 8px;
  padding-left: 25px;
}

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