﻿@font-face {
  font-family: 'Segoe UI Semibold';
  src: url('../assets/fonts/seguisb.woff2') format('woff2'),
       url('../assets/fonts/seguisb.woff') format('woff'),
       url('../assets/fonts/seguisb.ttf') format('truetype');
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../assets/fonts/HelveticaNeue-Thin.woff2') format('woff2'),
       url('../assets/fonts/HelveticaNeue-Thin.woff') format('woff'),
       url('../assets/fonts/HelveticaNeue-Thin.ttf') format('truetype');
}
@font-face {
  font-family: 'Segoe UI Light';
  src: url('../assets/fonts/segoeuil.woff2') format('woff2'),
       url('../assets/fonts/segoeuil.woff') format('woff'),
       url('../assets/fonts/segoeuil.ttf') format('truetype');
}
@font-face {
  font-family: 'Segoe UI Bold';
  src: url('../assets/fonts/segoeuib.woff2') format('woff2'),
       url('../assets/fonts/segoeuib.woff') format('woff'),
       url('../assets/fonts/segoeuib.ttf') format('truetype');
}
@font-face {
  font-family: 'Segoe UI';
  src: url('../assets/fonts/segoeui.woff2') format('woff2'),
       url('../assets/fonts/segoeui.woff') format('woff'),
       url('../assets/fonts/segoeui.ttf') format('truetype');
}
html { font-size: 16px; }
body { 
    font-size: 16px; 
    font-size: 1rem; /*16/16=1*/
    font-family: Arial, sans-serif;
    color: #54575a;
}
a {
    color: #fa4c06;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
    color: #fa4c06;
}
.container {
    padding-left: 10px;
    padding-right: 10px;
}
.fragment--style01 {
    background: #fff;
}
@media (min-width: 768px) { 
    .container {
        width: 100%;
        max-width: 100%;
    }
}
@media (min-width: 1220px) { 
    .container {
        width: 1200px;
        max-width: 1200px;
    }
}
@media (max-width: 1220px) { 
    .container {
        width: 100%;
        max-width: 100%;
    }
}
@media (min-width: 768px) and (max-width: 1200px) {
    .container {
        padding-left: 3.5%;
        padding-right: 3.5%;
    }
}
@media (max-width: 767px) {
    .container {
        padding-left: 5%;
        padding-right: 5%;
    }
}

/* page header */
.page-header {
    margin: 0;
    padding-bottom: 0;
    border: none;
}
.page-header__info {
    padding: 13px 0 7px;
}
.page-header > .container {
    overflow: visible;
}
.page-header__contact {
    margin: 0 -24px 0 0;
}
.page-header .ico-email,
.page-header .ico-linkedin {
    width: 34px !important;
    height: 34px !important;
    margin: 0 0 0 7px;
}
.page-header__contact .office {
    float: right;
    font-size: 14px;
    font: 0.87rem "Segoe UI Semibold"; /*14px*/
    color: #54575a;
    margin: 9px 9px 0 0;
}
.page-header__contact__details {
    clear: both;
    text-align: right;
}
.page-header__contact__details .tel {
    background: url('../assets/images/ico-sm-call.gif') no-repeat;
    font-size: 25px;
    font: 1.56rem "Segoe UI Semibold"; /*25px*/
    padding: 0 0 2px 41px;
    color: #54575a;
    margin-top: 4px;
}
/* navigation */
.navigation__menu {
    background: #8a8d8e;
}
.navigation__menu ul {
    text-align: center;
    font-family: "Segoe UI Semibold";
}
.navigation__menu__item > a {
    padding: 19px 42px;
    font-weight: normal;
}
.navigation__menu__item.is-open > a,
.navigation__menu__item > a:active,
.navigation__menu__item > a:focus,
.navigation__menu__item > a.active,
.navigation__menu__item.active > a {
    background: #fa4c06;
    color: #fff;
}
/* carousel */
#main-carousel {
    margin: 42px 0 -29px;
}
#main-carousel .item img {
    width: 100%;
}
#main-carousel .carousel-caption,
.bxslider .carousel-caption {
    left: 50%;
    right: auto;
    top: 0;
    bottom: auto;
    width: 1180px;
    margin-left: -593px;
    padding: 54px 0 0;
    text-align: left;
}
#main-carousel .carousel-caption h2,
.bxslider .carousel-caption h2 {
    font-size: 65px;
    font: 4.06rem/1.15 "Segoe UI Light";/*65px*/
    color: #fa4c06;
    font-weight: normal;
    margin: 0 0 50px;
    text-shadow: none;
    max-width: 50%;
}
.btn {
    background: none;
    border: 1px solid #abadae;
    border-radius: 12px;
    text-transform: uppercase;
    font-size: 14px;
    font: 0.87rem "Segoe UI Bold";/*14px*/
    color: #9c9da1;
    text-decoration: none;
    padding: 18px 5px 21px;
    width: 244px;
    max-width: 100%;
    text-shadow: none;
}
.btn:hover,
.btn:focus {
    background: #fa4c06;
    border-color: transparent;
    color: #fff;
    box-shadow: none;
    transition: none;
}
.btn-white,
.fragment__alt-ctas a {
    border-color: #fff;
    color: #fff;
}
.fragment--style05 .btn-white {
    border-color: #fa4c06;
    color: #fa4c06 !important;
}
.fragment--style05 .btn-white:hover,
.fragment--style05 .btn-white:focus {
    color: #fff !important;
}
.carousel-caption .btn {
    margin-left: 2px;
}
.carousel-indicators {
    bottom: -6px;
    margin-bottom: 0;
}
.carousel-indicators li {
    width: 11px;
    height: 11px;
    border: none;
    background: #dfe0e1;
    border-radius: 50%;
    margin: 0 2px 0 3px;
}
.carousel-indicators li.active,
.carousel-indicators li:hover {
    width: 11px;
    height: 11px;
    background: #fa4c06;
    margin: 0 2px 0 3px;
}
.page-header__actions {
    display: none;
}
.navigation__toggle {
    background: #fa4c06;
}
#main-carousel .item img {
    min-width: 330px;
}
.bx-wrapper img,
.bxslider img {
    width: 100%;
}
.bx-wrapper {
    margin: 42px 0 -29px;
    border: none;
    box-shadow: none;
}
.bxslider {
     padding: 42px 0 0;
     margin-bottom: -29px;
}
.bxslider li {
    position: relative;
}
.bx-wrapper .bxslider {
    padding: 0;
    margin-bottom: 0;
}
.bx-wrapper .bx-pager {
    padding: 0;
    bottom: 0;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    width: 11px;
    height: 11px;
    background: #dfe0e1;
}
.bx-wrapper .bx-pager.bx-default-pager a.active, 
.bx-wrapper .bx-pager.bx-default-pager a:focus, 
.bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: #fa4c06;
}
/* intro section */
section.highlight {
    background: #f8f7f7;
}
section.section {
    color: #54575a;
    line-height: 1.5;
    padding-bottom: 55px;
}
section.section.intro {
    padding-bottom: 77px;
}
h2.pts-section-title {
    color: #fa4c06;
    font-size: 45px;
    font: 2.81rem "Segoe UI Light"; /*45px*/
    margin-bottom: 29px;
    margin-top: 30px;
    text-transform: capitalize;
}
section.intro h2.pts-section-title {
    margin-bottom: 46px;
    margin-top: 60px;
}
section.intro {
    margin-bottom: 23px;
}
.componentText {
    color: #54575a;
    margin-bottom: 30px;
}
.componentText p {
    line-height: 1.25;
}
.pts-section-title__inner {
    padding-bottom: 10px;
}
.pts-section-title__inner:after {
    left: 0;
    right: 0;
    border-color: #f9c3ae;
}
.slider__arrow {
    background: #8a8d8e;
}
.slider__arrow svg {
    color: #dcdddd;
}
/* fragment styles */
.fragment {
    border-top: none;
}
.fragment__content {
    padding-top: 20px;
}
.fragment__tag + .fragment__content {
    padding-top: 14px;
}
.fragment:hover,
.fragment:focus {
    color: #fa4c06;
}
.cta {
    padding-top: 10px;
}
.fragment-rte .title-xl {
    font-size: 35px;
    font: 2.18rem/1.14 'Segoe UI Semibold'; /*35px*/
    margin-bottom: 20px;
}
.fragment--style06 {
    border-color: #fa4c06;
}
.fragment--style06, 
.fragment--style06 .fragment__content--semi:before {
    background-color: #fa4c06;
    border-color: #fa4c06;
}
.fragment--style03,
 .fragment--style03 .fragment__content--semi:before {
    background-color: #8a8d8e;
    border-color: #8a8d8e;
    color: #fff;
}
.fragment--style05 {
    color: #54575a;
}
.fragment__content .fragment-rte {
    text-align: left !important;
}
.fragment-rte .para-large {
    font: 1.25rem/1.25 'Segoe UI Semibold'; /*20px*/
}
.fragment--video {
    padding-bottom: 0;
}
.fragment--video .fragment__row:first-child .fragment__cell:after {
    color: #fff;
    width: 121px;
    height: 121px;
    font-size: 121px;
}
.fragment--video .fragment__row:first-child .fragment__cell:before,
 .fragment--video .fragment__row:first-child .fragment__cell:after {
    width: 120px;
    height: 120px;
    margin-left: -60px;
    margin-top: -60px;
}
.cols-xxl-3 .fragment--video .fragment__row:first-child .fragment__cell:before,
.cols-xxl-3 .fragment--video .fragment__row:first-child .fragment__cell:after {
    width: 101px;
    height: 101px;
    margin-left: -50px;
    margin-top: -35px;
    font-size: 101px;
}
.fragment--video .video-caption {
    background: #8a8d8e;
    font: 1.125rem/1.25 'Segoe UI Semibold';
    color: #fff;
    display: block;
}
.video-caption:hover,
.video-caption:focus {
    background-color: #fa4c06;
    color: #fff;
}
.fragment__image + .fragment__content:not([class*="padding"]),
.cols-xxl-3 .fragment__tag + .fragment__image + .fragment__content {
    margin-top: 10px;
}
.fragment-rte .title-01,
.h3,
.rte .h3 {
    font: 1.56rem/1.25 'Segoe UI Semibold'; /*25px*/
}
.h3 {
    margin-bottom: 25px;
}
.fragment-rte p {
    font-size: 16px;
    font: 1rem/1.25 "Segoe UI"; /*16px*/
}
.fragment--bottom-text .fragment-rte p {
    font-family: "Segoe UI Semibold";
}
.fragment--style03 .fragment-rte p {
    color: #fff;
}
.fragment--bottom-text .fragment__row .fragment__content h2 {
    margin-bottom: 43px;
}
.fragment:hover,
.fragment:focus,
a.fragment:hover,
a.fragment:focus {
    border-bottom-color: #fa4c06;
    color: #fa4c06;
}
a.fragment.fragment--style03:hover,
a.fragment.fragment--style03:focus,
a.fragment.fragment--style03 .fragment__row:hover,
a.fragment.fragment--style03 .fragment__row:focus {
    background: #fa4c06;
    color: #fff;
    border-bottom-color: #fa4c06;
}
.fragment--style01.fragment--bottom-text .fragment__row .fragment__content h2 {
    color: #fa4c06;
}
.breadcrumb + .cs a.fragment--video {
     text-decoration: none;
}
.slider__counter {
    font-size: 14px;
    font-size: 0.87rem; /*14px*/
}
.description-section {
    padding: 0;
}
.hpContentRow {
    background-color: #8a8d8e;
    padding-bottom: 75px;
}
.description-section div .contentSlideContainer:first-child .hpcontentrow--image {
    border-top: 1px solid #dfe0e1;
}
.description-section .hpcontentrow--image {
    background-repeat: no-repeat;
    background-size: 100%;
}
.hpContentRow__title {
    font-size: 45px;
    font: 2.81rem/1.15 "Segoe UI Light"; /*45px*/
    color: #fff;
    margin-top: 25px;
    margin-bottom: 60px;
    text-transform: capitalize;
}
.home-content-slider .rte {
    color: #fff;
}
.home-content-slider .rte p {
    margin-bottom: 25px;
}
.fragment--style01 > .fragment__row .cta,
.fragment--style05 > .fragment__row .cta,
.fragment--style03 > .fragment__row .cta,
.fragment--style02 > .fragment__row .cta {
    background: #8a8d8e;
    border: none;
    font-size: 15px;
    font: 0.93rem "Segoe UI Bold"; /*15px*/
    color: #fff;
}
.fragment--style01 > .fragment__row .cta:hover,
.fragment--style01 > .fragment__row .cta:focus,
.fragment--style05 > .fragment__row .cta:hover,
.fragment--style05 > .fragment__row .cta:focus,
.fragment--style03 > .fragment__row .cta:hover,
.fragment--style03 > .fragment__row .cta:focus,
.fragment--style02 > .fragment__row .cta:hover,
.fragment--style02 > .fragment__row .cta:focus {
    color: #fff;
    background: #fa4c06;
}
.cs {
    width: auto;
}
.section-news .cs > [class*="cols"] {
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
}
@media (min-width: 75em) {
    .section-news .cs > .cols-l-6 {
     width: 50%;
    } 
    .cs {
        margin-left:-10px;
        margin-right:-10px;
    }
}
.fragment__tag {
    background: #8a8d8e;
    font-size: 12px;
    font: 0.75rem "Segoe UI Bold"; /*12px*/
    padding: 9px 12px 9px 14px;
    color: #eeeeed;
}
.link-list__item a {
    border-bottom-color: #d7d6d5;
    font-size: 20px;
    font: 1.25rem/1.3 "Segoe UI Semibold"; /*20px*/
    font-weight: normal;
    color: #54575a;
    padding: 8px 25px 10px;
}
.link-list__item a > h2 {
    margin: 0;
    font: inherit;
}
.cols-xxl-3 .link-list__item a {
    padding: 6px 25px 4px;
}
.link-list__item a .link-list__item__text {
    color: #54575a;
    margin:0 0 10px;
}
.fragment__tag + .fragment__content .link-list:first-child .link-list__item:first-child > a {
    padding-top: 4px;
}
.link-list__item a .date {
    font-size: 15px;
    font: 0.93rem "Segoe UI Semibold"; /*15px*/
    color: #fa4c06;
}
.link-list__item a:hover {
    border-bottom-color: #d7d6d5;
}
.link-list__item a > img {
    margin: -8px 25px -10px -25px;
    position: relative;
    width: 139px;
}
.fragment__tag + .fragment__content .link-list:first-child .link-list__item:first-child > a > img {
    margin-top: -4px;
} 
.fragment__tag {
    margin-top: 0;
}
.fragment__tag + .fragment__image {
    margin-top: 0;
}
.section-news {
    padding-bottom: 60px;
}
.section-news h2.pts-section-title {
    margin-top: -14px;
    margin-bottom: 77px;
}
.news-story .fragment__content,
.news-story .fragment__image + .fragment__content:not([class*="padding"]) {
    overflow: hidden;
    padding-left: 24px;
    padding-top: 14px;
}
.news-story .fragment__image {
    position: relative;
}
.news-story .fragment__image:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    background: url('../assets/images/image-mask-new.png') no-repeat 100% 50%;
}
.fragment-rte .date {
    color: #fa4c06;
    font-size: 20px;
    font: 1.25rem/1.16 "Segoe UI Semibold"; /*20px*/
    margin-bottom: 13px;
}
.fragment-rte .title-01б {
    font-size: 30px;
    font: 1.87rem/1.16 "Segoe UI Semibold"; /*30px*/
    margin-bottom: 27px;
}
.news-story .fragment-rte p {
    font: 0.93rem/1.33 "Segoe UI"; /*15px*/
    color: #333;
}
.fragment__image--small {
    margin-right: 60px;
}

/* footer styles */
.page-footer {
    background: #eeeeed url('../assets/images/bg-footer.gif') no-repeat 100% 0;
    margin-top: 0;
}
.page-footer__address {
    background: #8a8d8e;
    font-size: 12px;
    font: 0.75rem "Segoe UI Semibold"; /*12px*/
    border-top: 1px solid #c5c6c7;
}
.page-footer__links {
    background: none;
}
.page-footer__links {
    color: #8a8d8e;
    font-size: 13px;
    font: 0.81rem "Segoe UI Semibold"; /*13px*/
}
.page-footer__links a:hover,
.page-footer__links a:focus {
    color: #8a8d8e;
}
.page-footer ul {
    float: left;
}
.page-footer__links__social {
    margin-right: -50px;
    padding-top: 92px;
}
.page-footer__links__social li {
    position: relative;
    width: 37px;
    height:37px;
    margin-left: 18px;
    float: left;
}
.page-footer__links__social a {
    position: relative;
    padding: 0;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
}
.page-footer__links__social li:before {
    content: "";
    width: 37px;
    height:37px;
    position: absolute;
    border-radius: 5px;
    left: 0;
    top: 0;
    background: #9d9ea2;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.page-footer__links__social svg {
    width: 22px;
    height: 26px;
    display: block;
    margin: 5px 0 0 3px;
}
.page-footer__links__social li.rss svg {
    width: 18px;
    height: 19px;
    margin: 8px 0 0 10px;
}
.page-footer__links__social li .glyphicon {
    font-size: 22px;
    font-size: 1.4rem;/*22px*/
    color: #fff;
    top: 7px;
    left: 1px;
}
.page-footer__links__content {
    padding-top: 112px;
    padding-bottom: 40px;
}
.page-footer__links__content ul {
    padding-left: 4px;
}
.page-footer__links__content li a {
    padding-left: 18px;
    padding-right: 18px;
}
.hpContentRowAlt {
    background: #8a8d8e;
    padding: 127px 60px 85px;
}
.hpContentRowAlt__title {
    color: #fff;
    font-size: 45px;
    font: 2.81rem/1.15 "Segoe UI Light";/*45px*/
    margin: 0 0 43px;
    text-transform: capitalize;
}
.btns-holder {
    margin-bottom: -11px;
}
.btns-holder .btn {
    display: inline-block;
    margin: 0 11px 11px;
}
.hpContentRowAlt .rte {
    margin-bottom: 66px;
}
.fragment--capabilities .fragment__image--full {
    text-align: center;
    padding: 20px 0 8px;
}
.cols-xxl-3 .fragment--capabilities .fragment__image img {
    width: auto;
    height: auto;
    display: inline-block;
}
a.fragment.fragment--capabilities:hover,
a.fragment.fragment--capabilities:focus {
    background-color: #fa4c06;
    border-color: #fa4c06;
}
.fragment--capabilities .fragment-rte .title-01 {
    font-size: 30px;
    font: 1.87rem/1.16 "Segoe UI Light"; /*30px*/
    color: #fff;
}
.fragment--capabilities .fragment__content h1 {
    font-size: 90px;
    font: 5.62rem/1 "Segoe UI Bold"; /*90px*/
    margin: -21px 0 5px;
    color: #010101;
}
.fragment--capabilities .fragment__content h2:not(.title-01) {
    margin: 0;
    color: #010101;
    font-size: 30px;
    font: 1.87rem/1 "Segoe UI Semibold"; /*30px*/
}
.fragment--capabilities {
    min-height: 320px;
}

/* About Us page styles */
.breadcrumb {
    background: none;
    padding: 3px 0 0;
    margin-left: -16px;
}
.breadcrumb svg {
    fill: #fa4c06;
}
.breadcrumb__item a {
    color: #4c4d4f;
    border-bottom: 1px solid #fff;
}
.breadcrumb__item a:hover,
.breadcrumb__item a:focus {
    border-bottom-color: #4c4d4f;
    text-decoration: none;
}
.cs .cols-xxl-3.column-left {
    width: 22.7853%;
    padding:0 0 0 4px !important;
    margin-right: 0;
    margin-left: 0;
}
.tertiary-nav__title {
     font: 1.25rem/1.5 "Segoe UI Semibold"; /*20px*/
     color: #54575a;
     margin-top: 23px;
     padding-bottom: 5px;
     border-color: #8a8d8e;
     margin-bottom: 14px;
}
.tertiary-nav__items li {
    font: 0.93rem/1.5 "Segoe UI Semibold"; /*15px*/
}
.tertiary-nav__item > a {
    color: #54575a;
    border-bottom-color: #ececec;
}
.tertiary-nav__item > a:hover,
.tertiary-nav__item > a:focus {
    color: #fff;
    background: #fa4c06;
    border-color: #fa4c06;
}
.cs .cols-xxl-9.column-right {
    width: 74.3%;
    padding: 0 !important;
    margin-left: 0;
    margin-right: -3px !important;
} 
.title-section__title {
    font: 2.81rem/1.15 "Segoe UI Light";/*45px*/
    color: #fa4c06;
    padding-top: 13px;
}
.title-section {
    margin-bottom: 14px;
}
.hero-slider {
    margin-bottom: 20px;
}
.hero-slider__item__content {
    width: 100%;
    background: none;
    min-height: 357px;
    padding: 54px 350px 10px 36px;
}
.hero-slider__item__title,
.rte h2.hero-slider__item__title {
    font: 2.5rem/1.15 "Segoe UI Light";/*40px*/
    color: #fa4c06;
}
.hero-slider__item__content .rte {
    padding-right: 80px;
}
.rte {
    color: #54575a;
}
.breadcrumb + .cs > .column-right .rte,
.breadcrumb + .cs > .column-right .rte p {
    font: 1rem/1.56 "Segoe UI";/*16px*/
}
.breadcrumb + .cs > .column-right .rte p {
    margin-bottom: 25px;
}
.cs > .column-right .hero-slider__item__content .rte  p {
    font: 1.25rem/1.35 "Segoe UI Semibold"; /*20px*/
    color: #54575a;
}
.breadcrumb + .cs .rte a {
    text-decoration: underline;
    color: #fa4c06;
}
.breadcrumb + .cs .rte a:hover {
    text-decoration: none;
    border-bottom: none;
}
.landing-info-title-top {
    font: 1.25rem/1.20 "Segoe UI Semibold"; /*20px*/
}
.landing-info-title,
.rte h4.landing-info-title {
    font: 1.25rem/1.35 "Segoe UI Bold"; /*20px*/
}
.cs .tertiary-nav__title a {
    text-decoration: none;
}
.cs .tertiary-nav__item > a {
    text-decoration: none;
}
.ul, .rte ul {
    list-style: none;
    padding-left: 36px;
}
.ul li, .rte ul li {
    position: relative;
    padding: 0 0 0 10px;
    margin: 0;
}
.ul li, .rte ul li:after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background: #54575a;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 10px;
}
.ul li + li, 
.rte ul li + li,
.rte .ul li + li {
    margin-top: 0;
}
.rte__bottom-section {
    padding-top: 22px;
}
.pagination {
    display: block;
}
.pagination__item button {
    font-size: 0.93rem; /*15px*/
}
.pagination__item button:hover:not(:disabled),
.pagination__item button:focus:not(:disabled),
.pagination__item.is-current button:not(:disabled) {
    color: #fff;
    background: #cbcccd;
    border-color: #cbcccd;
}
.pagination__item--last button:not(:disabled):after {
    color: #fff;
}
.tertiary-nav__item.is-current > a {
    background: #eeeeed;
    color: #4c4d4f;
    border: none;
}
.tertiary-nav__item.is-current > a:hover,
.tertiary-nav__item.is-current > a:focus {
    background: #fa4c06;
    color: #fff;
}
.pagination__item--first button,
 .pagination__item--last button {
    background-color: #fa4c06;
    border-color: #fa4c06;
    color: #fff;
}
/* contact us page styles */
form .contourPage {
    width: 100%;
    background: #eeeeed;
    padding: 17px 17px 0;
}
.rte form .contourPageName {
    font: 2.1875rem/1.35 "Segoe UI Light" !important; /*35px*/
    color: #fa4c06;
}
.container #contour label.fieldLabel,
.container .contour label.fieldLabel {
    font: 0.75rem/1.35 "Segoe UI Semibold"; /*12px*/
    color: #575757;
    font-weight: normal;
    border-bottom: 1px solid #acacab;
    padding: 0 0 5px;
}
#contour fieldset,
 .contour fieldset,
.bl_form .contourPage .contourFieldSet {
    padding-right: 0;
}
.bl_form input[type="text"],
 input[type="email"],
 input[type="number"] {
    border-bottom-color: #acacab;
    padding-bottom: 0.4em;
}
.bl_form .additionalinfo input[type="text"] {
    height: 130px;
    background: #fff;
}
.bl_form .additionalinfo input[type="text"]::-webkit-input-placeholder {
    top: 0;
    position: absolute;
    left: 0;
}
.bl_form input[type="text"]:focus,
 input[type="email"]:focus,
 input[type="number"]:focus {
    border-bottom-color: #fa4c06;
}
.lb_label {
    color:  #fa4c06 !important;
}
.lb_wrap {
    margin-top: 29px;
}
.container #contour input.text,
.container #contour textarea,
.container .contour input.text,
.container .contour textarea,
.container #contour input.title, 
.container #contour select,
.container .contour input.title,
.container .contour select {
    max-width: 100% !important;
    width: 100%;
    display: block;
    background: none;
    border: none;
    border-bottom: 1px solid #acacab;
}
.container #contour input.text:focus,
.container #contour textarea:focus,
.container .contour input.text:focus,
.container .contour textarea:focus,
.container #contour input.title:focus, 
.container #contour select:focus,
.container .contour input.title:focus,
.container .contour select:focus {
    border: none;
    border-bottom: 1px solid #fa4c06;
}
::-webkit-input-placeholder { 
  color: #575757;
  opacity: 1;
}
::-moz-placeholder { 
  color: #575757;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #575757;
  opacity: 1;
}
.container #contour textarea, 
.container .contour textarea {
    height: 35px;
    margin: 0;
    padding: 0;
    font-size: 12px;
    background: #fff;
    border-bottom: none;
}
.container .textarea label {
    margin: 0 0 8px 0;
    display: block !important;
    padding: 0;
    text-align: left;
}
.contourNavigation {
    overflow: hidden;
    background: #8a8d8e;
    margin: 0 -17px;
    padding: 25px;
    text-align: center;
}
.contourPage span[id*="-error"] {
    color: #c00;
}
.contour .custom-checkbox .label {
    text-align: left;
    padding-left: 0;
}
.custom-checkbox input:checked ~ .label::after {
    color: #fa4c06;
    top: -5px;
    left: 3px;
}
.cols-xxl-3 .fragment__image {
    display: block;
}
.breadcrumb + .cs > .cols-xxl-9  .hero-slider + .rte:after {
    content: "";
    display: block;
    height: 20px;
}
.hero-slider .slick-dots {
    width: 100%;
    margin-left: 0;
    left: 0;
}
.hero-slider .slick-dots li.slick-active button {
    background: #fa4c06 !important;
}
.image__holder {
   margin-bottom: 27px;
}
.image__holder img {
    width: 100%;
    height: auto;
}
.address_data span {
    display: block;
    padding-bottom: 3px;
}
.contact__description {
    margin: -5px 0 16px;
}
.contact__description .landing-info-title-top {
    display: block;
    padding-bottom: 20px;
}
.address_data a[href*="tel"] {
    color: #54575a;
    text-decoration: none !important;
}
/* site cookies box styles */
.cc-cookies {
    background: #8a8d8e !important;
}
.cc-cookies a.cc-cookie-accept, 
.cc-cookies-error a.cc-cookie-accept, 
.cc-cookies a.cc-cookie-decline, 
.cc-cookies-error a.cc-cookie-decline, 
.cc-cookies a.cc-cookie-reset {
    background: #fa4c06 !important;
}
.page-footer__address span.divider {
    display: inline-block;
    position: relative;
    top: -1px;
    margin: 0 8px;
}
.fragment__content--small-top-btm .fragment__categories {
    display: none;
}
/* news page styles */
form[data-item-template="news"] {
    padding-top: 6px;
}
form[data-item-template="news"] .fragment--style01 {
    background: #eeeeed;
}
form[data-item-template="news"] .fragment:hover .fragment__row+.fragment__row,
form[data-item-template="news"] .fragment--style01:hover,
form[data-item-template="news"] .fragment--style01:focus {
    background: #fff;
}
@media (min-width: 75em) {
    form[data-item-template="news"]  .cs>.cols-xxl-3.filter-fadein {
        width: 30.1%;
        margin-left: 1.95098%;
        margin-right: 0.3%;
    }
}
/* sitemap page styles */
.sitemap__title--home {
    background: #fa4c06;
    border-bottom-color: #fa4c06;
    font-family: 'Segoe UI Semibold';
}
.sitemap__title__link {
    font-family: 'Segoe UI Bold';
    font-weight: normal;
    color: #54575a;
}
.sitemap__title__toggle .icon [class*=inner] {
    background-color: #fa4c06;
    border-color: #fa4c06;
}
.sitemap__title__link:hover,
 .sitemap__title__link:focus {
    color: #fa4c06;
}
.sitemap__title {
    border-bottom-color: #ececec;
}

.overlay--share .overlay__inner3 {
    background: #8a8d8e;
}
.modal-dialog img {
    width: 100%;
    height: auto;
}
.modal-body {
    padding: 0;
}
.modal-dialog .modal-body img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    display: block;
    margin: 0 auto;
}
.modal-backdrop.in {
   opacity: 0.7;
}
.modal-dialog {
  position:absolute;
  top:50% !important;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  -webkit-transform: translate(-50%, -50%) !important;
  margin:0;
}
.modal-content {
    border-radius: 0;
    background-color: #333;
    -moz-box-shadow: none;
   -webkit-box-shadow: none;
    box-shadow: none;
}
.modal-dialog .close {
    opacity: 1;
}
.modal-header {
    border-bottom: none;
}
.modal-footer {
    border-top: none;
}
.modal-dialog .close svg {
    width: 15px;
    height: 20px;
    fill: #fff;
}
.modal-footer {
    text-align: left;
    color: #fff;
}
/*styles for the large descktop*/
@media (min-width: 75em) {
    .fragment__image {
        max-width: none;
    }
    .breadcrumb + .cs > .cols-xxl-9  .hero-slider + .rte + div[id*="widget-"] > .cols-xxl-3 {
        width: 29.9%;
        margin: 0 1.18%;
    }
    .modal-dialog {
        width: 1165px;
        margin: 0;
    }
    .modal-footer {
        font-size: 30px;
        font-size: 1.875rem;
        line-height: 1.83333;
    }
    .modal-dialog .close svg {
        width: 30px;
        height: 45px;
    }
    .page-header__contact {
        text-align: right;
    }
    .page-header__contact__buttons {
         float: none;
         display: inline-block;
    }
    .page-header__contact .office {
        float: left;
        display: inline-block;
        margin: 6px 0 3px;
        vertical-align: top;
        position: relative;
    }
    .page-header__contact .icon-holder {
        display: inline-block;
        position: relative;
        width: 34px;
        height: 34px;
        text-align: center;
        top: 4px;
        left: 3px;
    }
    .page-header__contact .icon-holder:after {
       content: "";
        width: 28px;
        height:28px;
        position: absolute;
        border-radius: 5px;
        left: 0;
        top: 0;
        background: #fa4c06;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .page-header__contact .office a {
        text-decoration: none;
        font-size: 25px;
        font: 1.56rem "Segoe UI Semibold"; /*25px*/
        padding: 0 0 2px;
        color: #54575a;
    }
    .page-header__contact .icon-holder i {
         position: relative;
         z-index: 10;
         color: #fff;
         font-size: 15px;
         line-height: 18px;
         left: -3px;
         top: -5px;
     }
    .page-header__contact .office a:hover {
        text-decoration: underline;
    }
    .page-header__contact__details .tel {
        float: left;
    }
}
@media (max-width: 1452px) {
    .hpContentRow,
    .hpContentRowAlt {
        padding: 20px 60px;
    }
    .hpContentRowAlt {
        padding-top: 40px;
    }
    .description-section .contentSlideContainer:first-child .home-content-slider {
        width: 100%;
        max-width: 100%;
    }
    .description-section .contentSlideContainer:first-child .home-content-slider > article {
       padding-bottom: 0 !important;
   }
   
}
@media (min-width: 1200px) {
    .slider {
        margin-left: -14px;
        margin-right: -10px;
    }
    .has-js .slider {
        padding: 0 35px;
    }
    .description-section .home-content-slider {
        margin: 0;
        max-width: 590px;
    }
    .description-section .contentSlideContainer:first-child .home-content-slider {
        width: 550px;
        float: right;
    }
}
@media (max-width: 1199px) { 
    .page-header__actions {
        display: block;
    }
     .hpContentRow,
    .hpContentRowAlt {
        padding: 20px;
    }
    .hpContentRowAlt {
        padding-top: 40px;
    }
    .description-section .home-content-slider {
        margin-bottom: 0;
    }
    .btns-holder .btn {
        width: 40%;
    }
    .hpContentRow__title,
    .hpContentRowAlt__title {
        margin-top: 0;
        margin-bottom: 10px;
    }
    /* about us page styles*/
    .cs .cols-xxl-9.column-right {
        display: inline-block;
        font-size: 1rem;
        margin-left: 1.46324%;
        margin-right: 1.46324%;
        vertical-align: top;
        width: 96.5735%;
    }
    .title-section__title {
        position: static;
        font-size: 1.75rem;
        line-height: 1.42857;
        padding: 0;
    }
    .title-section .title-section__title {
        margin-top: -2.5rem;
    }
    .title-section .title-section__nav + .title-section__title {
        position: absolute;
        left: 0;
        top: 0;
        margin-top: 0;
    }
    .title-section__nav__toggle,
    .title-section__nav__toggle__icon {
        background-color: #fa4c06;
    }
    .title-section__nav.is-open .title-section__nav__toggle {
        color: #54575a;
        background-color: #eeeeed;
    }
    .title-section__nav__dropdown {
        background-color: #eeeeed;
    }
    .title-section__nav__dropdown > ul {
        background-color: #eeeeed;
        border-bottom-color: #8a8d8e;
    }
    .cs .title-section__nav__dropdown__item > a {
        color: #54575a;
        text-decoration: none;
    }
    .news-story .fragment__content,
    .news-story .fragment__image + .fragment__content:not([class*="padding"]) {
        padding-top: 24px;
    }
}
@media (max-width: 1320px) { 
    .page-footer__links__social,
    .page-header__contact {
        margin-right: 0;
    }
}
@media (max-width: 1023px) { 
    .page-footer ul {
        float: none;
    }
    .page-footer__links__social {
        overflow: hidden;
        position: relative;
        padding: 26px 0 10px;
        min-height: 76px;
    }
    .page-footer__links__social ul {
        float: left;
        position: absolute;
        left: 50%;
        margin-right: -50%;
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
    .page-footer__links__content {
        padding-top: 0;
        padding-bottom: 0;
    }
    .page-footer {
        background-image: none;
    }
    .slider .fragment__image--full img,
    .slider .cols-xxl-3 .fragment__image img {
        width: 30%;
    }
    .slider .fragment__content h1 {
        font-size: 3.75rem;
    }
    .slider .fragment-rte .title-01,
    .slider .fragment__content h2:not(.title-01) {
        font-size: 1.25rem;
    }
}

/* styles for the mobile devices*/
@media (min-width: 48em) {
    .cs > .column-right > .cs > .cols-l-8 > .cs > .cols-l-6 {
         width: 95.04%;
    }
}
@media (min-width: 600px) and (max-width: 1200px) {
    .page-header__contact__details {
        clear: both;
        text-align: left;
    }
    .page-header__contact .office {
        display: none;
    }
    .page-header__contact__details .tel {
        margin-top: 12px;
        font-size: 1.2rem;
        background-size: auto 100%;
        padding-left: 36px;
    }
    #main-carousel,
    .bxslider {
        margin-top: 0;
    }
    #main-carousel .carousel-caption,
    .bxslider .carousel-caption {
        padding: 20px 3.5% 0;
        left: 0;
        margin-left: 0;
        width: 100%;
    }
    #main-carousel .carousel-caption h2,
    .bxslider .carousel-caption h2 {
        max-width: 52%;
        margin-bottom: 26px;
        font-size: 40px;
        font: 2.5rem/1.15 "Segoe UI Light";/*65px*/
    }
     #main-carousel .btn,
    .bxslider .btn {
       width: 222px;
    }
    .carousel-indicators {
        bottom: 12px;
    }
    .title-section {
        margin-top: 0;
    }
}
@media (max-width: 767px) {
    #main-carousel .carousel-caption,
    .bxslider .carousel-caption {
        padding: 15px 5% 0;
        left: 0;
        margin-left: 0;
        width: 100%;
    }
    #main-carousel .carousel-caption h2,
    .bxslider .carousel-caption h2 {
        font-size: 3rem;
    }
    #main-carousel .carousel-caption .btn,
    .bxslider .carousel-caption .btn {
        margin: 0 auto;
        display: block;
    }
    #main-carousel,
    .bxslider {
        margin-top: 0;
    }
    .cs > .cols-l-6 {
        width: 100%;
    } 
    .hero-slider__item {
        background-size: cover;
        padding: 10px;
    }
    .title-section__nav__dropdown {
        padding: 0;
    }
    .title-section__nav__dropdown.container-padding-reverse {
        margin: 0;
    }
    form .contourPage {
        width: 90%;
        margin: 0 5%;
    }
    .page-footer__address span.divider {
        display: none;
    }
    #img-modal {
        display: none !important;
    }
    .modal-backdrop.in {
        display: none !important;
    }
}
@media (max-width: 599px) {
    .page-header__contact__details {
        clear: both;
        text-align: left;
    }
    .page-header__contact .office {
        display: none;
    }
    .page-header__contact__details .tel {
        font-size: 22px;
        font-size: 1.375rem;/*22px*/
        background-size: 24px 24px;
        background-position: 0 50%;
        margin-top: 32px;
        padding-left: 31px;
    }
    #main-carousel .carousel-caption h2,
    .bxslider .carousel-caption h2 {
        font-size: 28px;
        font-size: 1.75rem;/*28px*/
        max-width: 85%;
        margin-bottom: 16px;
    }
    .carousel-indicators {
        bottom: 12px;
    }
    #main-carousel .carousel-caption,
    .bxslider .carousel-caption {
        padding-top: 5px;
    }
    .carousel-indicators {
        bottom: 0;
    }
}
.hpcontentrow--image.visible-mobile {
    display: none;
}
@media (max-width: 991px) {
   .hpContentRow,
   .hpContentRowAlt {
       display: block;
       width: 100%;
       padding: 3.5%;
   }
   .home-content-slider {
       max-width: 100%;
   }
   .hpContentRowAlt {
       display: block;
       width: 100%;
   }
   .description-section .hpcontentrow--image {
       background: none !important;
       padding: 0;
   }
   .description-section .contentSlideContainer:first-child .hpcontentrow--image {
       display: none;
   }
   .description-section .contentSlideContainer:first-child .hpcontentrow--image.visible-mobile {
       display: block;
   }
   .description-section .hpcontentrow--image img {
       display: block;
       width: 100%;
       height: auto;
   }
   .hpContentRowAlt {
       padding-bottom: 0;
   }
   .description-section .contentSlideContainer:first-child .home-content-slider {
       margin-bottom: 0;
   }
    .btns-holder .btn {
        width: 244px;
    }
    h2.pts-section-title,
    .hpContentRow__title,
    .hpContentRowAlt__title {
        font-size: 40px;
    }
    .hero-slider__item__content {
        padding-right: 35%;
    }
}
@media (max-width: 767px) {
    .hpContentRow,
   .hpContentRowAlt {
       display: block;
       width: 100%;
       padding: 5%;
   }
    h2.pts-section-title,
    .hpContentRow__title,
    .hpContentRowAlt__title {
        font-size: 30px;
    }
    .title-section__title {
        position: static;
        font-size: 1.5625rem;
        line-height: 1.32;
        margin-bottom: 0;
        margin-top: 0;
    }
    .hero-slider__item__content {
        min-height: 240px;
        overflow: hidden;
        padding: 10px 0;
    }
    .hero-slider__item__title {
        font-size: 1.5625rem;
        line-height: 1.2;
        margin: 0 0 1rem;
    }
    
    .hero-slider__item__content p {
        font-size: 1rem;
        line-height: 1.5;
        margin-bottom: 1rem;
        margin-top: 0;
    }
}

/* promo fragment styles */
.fragment--promo .fragment-rte .para-large {
    font-family: 'Segoe UI';
    color: #fa4c06;
}
.fragment--style03.fragment--promo:hover .fragment-rte .para-large,
.fragment--style03.fragment--promo:focus .fragment-rte .para-large {
    color: #fff;
}
a[data-caption="Infographic"] {
    border-bottom: none;
}
a.fragment--promo:hover,
a.fragment--promo:focus {
    background: none;
}
a.fragment--promo:hover .fragment-rte .title-04,
a.fragment--promo:focus .fragment-rte .title-04,
.fragment--promo.fragment:not(.fragment--style03):hover .fragment-rte .title-04 {
    color: #54575a;
}
/* sats fragment*/
.fragment--style04 {
    background: #eeeeed;
    border-bottom-color: #eeeeed;
}
.fragment--style04:hover {
    border-bottom-color: #eeeeed;
}
.stat__main {
     color: #fa4c06;
     font: 2.65rem/1.1 'Segoe UI Bold'; /*42px*/
}
.stat:hover .stat__main,
 .stat:focus .stat__main {
    color: #fa4c06;
}
.stat__secondary {
    font-family: 'Segoe UI Semibold';
    color: #54575a;
}
.stat:hover,
.stat:focus {
    background-color: inherit;
    color: inherit;
}
.stat__inner {
    padding: 0;
}
.stat:first-child .stat__inner {
    padding-top: 18px;
}
.stat:last-child .stat__inner {
    padding-bottom: 11px;
}
.fragment a.fragment {
    margin-bottom: 0;
}
/* quick links fragment*/
.fragment--style04 a:focus,
.fragment--style04 a:hover,
.container .fragment .fragment__content ul.links .links__link a:hover,
.container .fragment .fragment__content ul.links .links__link a:focus {
    color: #fa4c06;
}
.links__link {
    font: 1.25rem/1.3 'Segoe UI Semibold'; /*25px*/
    padding: .37em 0;
}
.container .fragment .fragment__content ul.links .links__link a {
    color: #54575a;
}
.cols-xxl-3 .fragment--general .fragment-rte p {
    font-size: 1rem;
    color: #fa4c06;
    line-height: 1.4;
}
.fragment--general .fragment-rte .title-01+p {
    margin-top: 0.9em;
}
.links {
    padding-top: 8px;
}
/*socia media fragmentl*/
.fragment.fragment--social.fragment--style03:hover,
.fragment.fragment--social.fragment--style03:focus {
    background-color: #fff;
}
.fragment--style03.fragment--social:hover .fragment-rte p {
    color: #fa4c06;
}
.social-links {
    border: none;
    background: #eeeeed;
}
.fragment.fragment--social.fragment--style03 .fragment__row:first-child .fragment__cell {
    border: 1px solid #8a8d8e;
}
.fragment.fragment--social.fragment--style03:hover .fragment__row:first-child .fragment__cell {
    border: 1px solid #eeeeed;
}
.fragment--social-status {
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: color 0 ease-in;
    transition: none;
}
.fragment--social-status:hover h2 {
    color: #54575a;
}
.social__buttons {
    padding-top: 25px;
}
@media (min-width: 75em) {
    .cols-xxl-3 .social-links {
        padding: 5px 5px 6px;
    }
}
.social-icon,
.social-icon:hover,
.social-icon:focus,
.social-links__item a:hover .social-icon,
 .social-links__item:focus .social-icon {
    background-color: #fa4c06;
}
.news-article__actions__item .social-icon--share {
    background: #000;
} 
.news-article__actions__item .social-icon--print {
    background: #8a8d8e;
} 
.news-article__actions__item .social-icon--close svg {
    fill: #fff;
}
.news-article h2 {
    font-family: "Segoe UI";
}
.news-article > .date {
    font-family: "Segoe UI Semibold";
    color: #8a8d8e;
}
a.fragment:focus, a.fragment__row:focus {
    background: none;
}
/* image library fragment */
.fragment__gallery-image img {
    width: auto;
    height: 100%;
    max-width: none;
}
.fragment--slider .fragment--slider__nav.fragment__hover {
    background: #8a8d8e;
    border-color: #8a8d8e;
    color: #fff;
}
.fragment--slider .fragment--slider__nav.fragment__hover:hover,
.fragment--slider .fragment--slider__nav.fragment__hover:focus {
    background: #fa4c06;
    border-color: #fa4c06;
}
.fragment-rte .title-02 {
    font: 1.5625rem/1.25 'Segoe UI Semibold';
}
.fragment__gallery-image {
    vertical-align: top;
    overflow: hidden;
}
.fragment--gallery.fragment--style03:hover,
.fragment--gallery.fragment--style03:focus,
.fragment--gallery a.fragment:focus,
.fragment--gallery a.fragment:hover,
 .fragment--gallery a.fragment__row:hover,
 .fragment--gallery a.fragment__row:focus {
    background: #8a8d8e;
}
/* testimonial fragment styles*/
.fragment .blockquote {
    border: none;
}
.container .fragment .blockquote p {
    font: 1.125rem/1.389 'Segoe UI';
    color: #54575a;
}
.container .fragment .blockquote p:first-child:before,
.container .fragment .blockquote p:first-child:after {
    font-family: Arial, sans-serif;
    font-weight: bold;
    color: #fa4c06;
    margin-bottom: -.1em;
}
.container .fragment .blockquote p:first-child:after {
    padding-top: .39em;
}
.blockquote__cite {
    margin-bottom: -5px;
}
.blockquote__cite cite {
     font: 1rem/1.25 'Segoe UI Semibold';
     color: #54575a;
}
/* related article fragment styles*/
.cols-xxl-3 .fragment-rte .date  {
    font-size: 0.937rem;
    margin-bottom: 9px;
}
.fragment--article .fragment__tag + .fragment__content {
    padding-top: 22px;
}
.fragment--article .fragment-rte .title-02 {
    font-size: 1.25rem;
    line-height: 1.25;
}
.fragment--article .fragment__image + .fragment__content:not([class*="padding"]),
 .cols-xxl-3 .fragment--article .fragment__tag + .fragment__image + .fragment__content {
    margin-top: 5px;
}
.cols-xxl-3 .fragment--article .fragment-rte .date {
    margin-bottom: 1px;
}
 .cols-xxl-3 .fragment--no-btn .fragment__ctas {
    display: none;
}
/* latest news listing and latest events fragment */
.cols-xxl-3 .fragment.fragment--news-selection .fragment__content--flush {
    padding-top:35px;
}
.cols-xxl-3 .fragment.fragment--events .fragment__content--flush  {
    padding-top:37px;
}
.cols-xxl-3 .fragment.fragment--events .link-list__item a {
    padding-left: 0;
    padding-right: 5px;
}
.cols-xxl-3 .link-list__item a > img {
    max-width: 30%;
    margin-top: 0;
    margin-right: 12px;
}
.cols-xxl-3 .link-list__item a .date {
    font-size: 0.875rem;
    margin-top: 3px;
}
.cols-xxl-3 .link-list .link-list__item:nth-child(even) {background: #FFF;}
.cols-xxl-3 .link-list__item a:hover,
.cols-xxl-3 .link-list__item a:focus {
    background-color: transparent;
    color: #fa4c06;
}
.link-list__item a:hover .link-list__item__text,
.link-list__item a:focus .link-list__item__text {
    color: #fa4c06;
}
.fragment--style03 .link-list__item a .link-list__item__text,
.fragment--style03 .link-list__item a .date {
    color: #fff;
}
.fragment--style03 .link-list__item a:hover .link-list__item__text,
.fragment--style03 .link-list__item a:hover .date {
    color: #fa4c06;
}
.fragment--events .link-list__item a {
    padding-bottom: 8px;
}
.cols-xxl-3 .fragment--news-selection .link-list__item a > img {
    display: none;
}
.fragment--news-selection .link-list .link-list__item:nth-child(even) {background: none;} 
.fragment--news-selection .link-list__item a {
    border-bottom-color: #fff;
}
.cols-xxl-3 .fragment--news-selection .link-list__item a {
    padding-right: 11px;
    padding-left: 11px;
    padding-top: 12px;
}
/* media downloads */
.link-list__item a .link-list__item__text .file-type {
    color: #fa4c06;
}
.fragment--media .link-list__item a {
    border-bottom: none;
}
.cols-xxl-3 .fragment--media .fragment__content--flush {
    padding-top: 35px;
}
.cols-xxl-3 .fragment--media .link-list__item a {
    padding: 16px 14px 9px;
}
.fragment--media .link-list__item a:focus {
    text-decoration: none;
}
.cols-xxl-3 .fragment--media .link-list__item:first-child a {
    padding-bottom: 3px;
}
.link-list__item a {
    overflow: hidden;
}
/* download brochure */
.cols-xxl-3 .fragment__image.depend-height + .fragment__content {
    display: none;
}
.cols-xxl-3 .fragment__image.depend-height {
    text-align: center;
    position: relative;
    height: 100%;
}
.cols-xxl-3 .fragment__image.depend-height img {
    width: auto;
    height: auto !important;
    max-width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform:    translate(-50%, -50%);
    -ms-transform:     translate(-50%, -50%);
    -o-transform:      translate(-50%, -50%);
    transform:         translate(-50%, -50%);
}
.cols-xxl-3 .news-story .fragment__image:after {
    display: none;
}
.cols-xxl-3 .news-story .cta--arrow-right:before {
    -webkit-transform: rotate(90deg);
    -moz-transform:    rotate(90deg);
    -ms-transform:     rotate(90deg);
    -o-transform:      rotate(90deg);
    transform:         rotate(90deg);
    font-size: 1.17rem;
}
.news-story > .fragment__row:first-child > .fragment__cell {
    height: 100%;
}
.cols-xxl-3 .cta--arrow-right:before, .cta--arrow-down:before {
    font-size: 1.375rem; /* 22px */
}
.news-story .cta--arrow-right:before {
    position: relative;
    top: 2px;
}
.cols-xxl-3 .cta {
    padding-top: 10px;
    padding-bottom: 11px;
}
/* archives fragment styles */
.arrow-link:before {
    color: #fa4c06;
}
.fragment--no-border {
    border-bottom: none;
}
/* downloads fragment styles */
.fragment--downloads .fragment__ctas li {
    border-top: 1px solid #818281;
}
.fragment--downloads h2 {
    font-family: 'Segoe UI Semibold';
    margin-top: 28px;
    line-height: 1.167;
}
.fragment--downloads .fragment__content {
    border-top: 1px solid #797874;
}
.fragment--downloads:hover .fragment__content {
    border-top-color: transparent;
}
.fragment--downloads .fragment__image + .fragment__content {
    border-top: none;
}
.fragment .fragment-rte .file-type {
    font-family: 'Segoe UI Bold';
}
.fragment__ctas li+li {
    margin-top: 0;
}
.downloads__link {
    padding: 0 0 13px 18px;
}
.container .fragment .downloads__link a,
.fragment .downloads__link a:not([class*=fragment--style]):not(:hover):not(:focus):not(.cta) {
    color: #fa4c06;
}
.downloads__link {
     font: 1.25rem/1.25 'Segoe UI Semibold';
}
.fragment--style05 > .fragment__row .cta:hover {
    background: #fa4c06;
    border-bottom-color: #fa4c06;
}
.fragment--style05:hover,
.fragment--style05:focus,
a.fragment--style05:hover,
a.fragment--style05:focus {
    background: #eeeeed;
}
a:focus {
    text-decoration: none;
}
.fragment--profile-filter:hover .fragment-rte p {
    color: #54575a;
}
.custom-select select:focus+.custom-select__value {
    -webkit-box-shadow:0 0 5px 0 #fa4c06;
    box-shadow:0 0 5px 0 #fa4c06;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border-bottom:1px solid #fa4c06;
    color: #fa4c06;
}
.custom-select select:focus + .custom-select__value + .custom-select__arrow svg {
    display: none;
}
/* profile filter fragment styles */
.custom-select__value {
    background: none;
    border: none;
    border-bottom: 1px solid #8b8b8b;
    padding-left: 0;
    font: 0.75rem/1.25 'Segoe UI Bold';
    text-transform: uppercase;
    color: #54575a;
    height: 1.6925rem;
}
.custom-select__arrow {
    right: 0;
    width: 20px;
    height: 10px;
}
.custom-select__arrow svg {
    width: 20px;
    height: 10px;
    fill: #55575b;
}
.form__question {
    margin-top: 1.8em;
}
.form__question:first-child {
    margin-top: 1.2em;
}
/* social media integration */
.social__button {
    margin-top: -7px;
    margin-bottom: 20px;
}
.add__info {
    padding: 5px 18px 14px;
    font: 1.25rem/1.25 'Segoe UI';
    color: #54575a;
}
.fragment:hover .add__info {
    color: #fa4c06;
}
.fragment-rte .title-03 {
    font: 1.25rem/1.25 'Segoe UI Semibold';
    margin-top: -9px;
    margin-bottom: 13px;
}
/* color variations fagments */
.fragment-rte .title-04 {
    font: 1.875rem/1.25 'Segoe UI Semibold';
    margin: 0 0 5PX;
    color: #54575a;
}
.fragment:not(.fragment--style03):hover .fragment-rte .title-04,
.fragment:not(.fragment--style03):focus .fragment-rte .title-04 {
    color: #fa4c06;
}
.fragment--style03 .fragment-rte .title-04 {
    color: #fff;
}
.fragment__image + .fragment__content .fragment-rte .title-04 {
    margin-top: -7px;
}
.fragment--style01 .fragment-rte p {
    color: #fa4c06;
}
/* case studies fragment styles */
.fragment--case {
    background: #8a8d8e;
}
a.fragment.fragment--case:hover,
a.fragment.fragment--case:focus {
    background: #fa4c06;
}
.fragment--case .fragment-rte p {
    color: #fff;
    font: 1.25rem/1.2 'Segoe UI';
}
/* course fragments styles */
.fragment--course .fragment__content .fragment-rte {
    text-align: center !important;
}
.fragment--course:hover {
    border-bottom-color: transparent;
} 
.fragment--course:hover a.btn-white,
.fragment a.btn-white:not([class*=fragment--style]):not(:hover):not(:focus):not(.cta) {
    color: #fff;
}
.fragment--course .fragment-rte p {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.fragment__content--small-top-btm {
    padding-top: 3px;
}
.fragment--summary .title-03 {
    font-size: 18px;
    line-height: 1.16;
    padding-top: 7px;
    margin-bottom: 8px;
}
.fragment--summary:hover {
    color: inherit;
}
.fragment--summary.fragment--style03:hover {
    color: #fff;
}
.summary {
    font-family: 'Segoe UI';
}
.summary table td {
    border-bottom-color: #a1a2a3;
}
.summary table {
    line-height: 1.93333;
}
.summary table {
    margin-top: 0;
}
.summary table.summary__total {
    border-bottom-color: #a1a2a3;
}
.summary__total strong {
    font-size: 18px;
    font-weight: normal;
}
.fragment--summary {
    border-bottom: none;
}
.fragment--testimonial {
    border-bottom: none;
}
.fragment--downloads {
    border-top: none;
}
/* double fragments styles */
@media (min-width: 75em) {
    .cols-l-6:not(.cols-xxl-3) > .fragment--article .fragment__image {
        max-width: 50%;
    }
    .cols-l-6:not(.cols-xxl-3) > .fragment--article .fragment__cell {
        height: 100%;
    }
    .cols-l-6:not(.cols-xxl-3) > .fragment--article .fragment__image+.fragment__content:not([class*=padding]) {
        padding-top: 23px;
    }
    .cols-l-6:not(.cols-xxl-3) .links:nth-last-child(n+2),
    .cols-l-6:not(.cols-xxl-3) .links:nth-last-child(n+2) ~ .links {
        padding-left: 30px;
        padding-right: 10px;
    }
    .cols-l-6:not(.cols-xxl-3) > .fragment--general .fragment__content {
        padding-left: 20px;
        padding-right: 20px;
    }
    .cols-l-6:not(.cols-xxl-3) .blockquote p:first-child::before {
        padding-top: .285em;
    }
}
.cols-l-6:not(.cols-xxl-3) .container .fragment .blockquote p:first-child:after {
    padding-top: .34em;
}
.cols-l-6:not(.cols-xxl-3) .blockquote__cite {
    margin-bottom: 5px;
}
.cols-l-6:not(.cols-xxl-3) > .fragment--article .fragment-rte .date {
    font-size: 15px;
    font-size: 0.9375rem;
    margin-bottom: 23px;
}
.cols-l-6:not(.cols-xxl-3) > .fragment--article .fragment-rte .title-04 {
    font-size: 2.1875rem;
    line-height: 1.1428;
}
.cols-l-6:not(.cols-xxl-3) >.fragment--links .fragment__content {
    overflow: hidden;
    padding-left: 17px;
}
.cols-l-6:not(.cols-xxl-3) > .fragment.fragment--news-selection .fragment__content--flush,
.cols-l-6:not(.cols-xxl-3) > .fragment.fragment--events .fragment__content--flush {
    padding-top:0;
}
.cols-l-6:not(.cols-xxl-3) > .fragment.fragment--events .fragment__content .link-list__item > a {
    padding-top: 15px;
}
.cols-l-6:not(.cols-xxl-3) > .fragment.fragment--news-selection .fragment__content .link-list__item > a {
    padding-top: 7px;
}
.cols-l-6:not(.cols-xxl-3) > .fragment.fragment--events .fragment__content .link-list__item a > img {
    margin-top: -15px;
}
.cols-l-6:not(.cols-xxl-3) > .fragment.fragment--news-selection .fragment__content .link-list__item a > img {
    margin-top: -7px;
}
.cols-l-6:not(.cols-xxl-3) > .fragment.fragment--events .fragment__content .link-list__item:first-child > a {
    padding-top: 27px;
}
.cols-l-6:not(.cols-xxl-3) > .fragment.fragment--events .fragment__content .link-list__item:first-child a > img {
    margin-top: -27px;
}
.cols-l-6:not(.cols-xxl-3) .link-list__item a .date {
    margin-bottom: 3px;
}
.cols-l-6:not(.cols-xxl-3) > .fragment--media .fragment__tag + .fragment__content {
    padding-top: 49px;
}
.container .cols-l-6:not(.cols-xxl-3) > .fragment .blockquote p {
    font-size: 1.562rem;
    line-height: 1.2;
}
.cols-l-6:not(.cols-xxl-3) > .fragment--case .fragment__image--full img {
    width: 100%;
    height: auto;
}
.cols-l-6:not(.cols-xxl-3) > .fragment--case .fragment__content.padding-b-sml {
    padding-bottom: 13px;
}
.cols-l-6:not(.cols-xxl-3) > .fragment--media .link-list__item {
    border-bottom: 1px solid #d7d6d5;
}
.cols-l-6:not(.cols-xxl-3) > .fragment--media .link-list__item:last-child {
    border: none;
}
.cols-l-6:not(.cols-xxl-3) > .fragment--media .link-list__item a {
    overflow: hidden;
    font-size: 0.9375rem;
    padding: 8px 11px 8px 10px;
}
.cols-l-6:not(.cols-xxl-3) .link-list__item a .link-list__item__text .file-type {
    float: right;
    color: #54575a;
}
.cols-l-6:not(.cols-xxl-3)  > .fragment--media .link-list__item a .link-list__item__text {
    margin-bottom: 0;
}
.cols-l-6:not(.cols-xxl-3)  > .fragment--media .link-list__item a:hover,
.cols-l-6:not(.cols-xxl-3)  > .fragment--media .link-list__item a:focus {
    background: none;
}
.cols-l-6:not(.cols-xxl-3)  > .fragment--media .link-list__item a:hover .file-type,
.cols-l-6:not(.cols-xxl-3)  > .fragment--media .link-list__item a:focus .file-type {
    color: #fa4c06;
}
.cols-l-6:not(.cols-xxl-3)  > .fragment--general:hover {
    color: inherit;
}
.cols-l-6:not(.cols-xxl-3) > .fragment:not(.fragment--article):not(.fragment--course):not(.news-story) .fragment__image {
    float: none;
    width: 100%;
    margin-right: 0;
    max-height: 330px;
    overflow: hidden;
}
.cols-l-6:not(.cols-xxl-3) > .fragment:not(.fragment--article):not(.fragment--course) .fragment__image img {
    width: 100%;
    height: auto;
}
@media (min-width: 75em) {
    .cols-l-6:not(.cols-xxl-3) > .fragment:not(.fragment--article):not(.fragment--course) .fragment__image+.fragment__content:not([class*=padding]) {
        padding: 8px 3px 1px 15px;
    }
}
.cols-l-6:not(.cols-xxl-3)  > .fragment--course .fragment__row:first-child .fragment__cell {
    height: 100%;
}
.cols-l-6:not(.cols-xxl-3)  > .fragment--course .fragment__row:first-child .fragment__image {
    height: 100%;
    max-width: 31.4%;
    overflow: hidden;
    margin-right: 17px;
}
.cols-l-6:not(.cols-xxl-3)  > .fragment--course .fragment__row:first-child .fragment__image img {
    height: 100%;
    width: auto;
}
.cols-l-6:not(.cols-xxl-3)  > .fragment--course .fragment__row:first-child .fragment__image + .fragment__content {
    overflow: hidden;
    padding: 15px 0 0;
    margin: 0;
}
.cols-l-6:not(.cols-xxl-3)  > .fragment--course .fragment__row:first-child .fragment__image + .fragment__content .fragment-rte {
    text-align: left !important;
}
.cols-l-6:not(.cols-xxl-3)  > .fragment--course .fragment__row:first-child .fragment__image + .fragment__content .fragment-rte {
    color: #54575a;
}
.cols-l-6:not(.cols-xxl-3)  > .fragment--course .fragment__row:first-child .fragment__image + .fragment__content p {
     color: #54575a;
}
.cols-l-6:not(.cols-xxl-3) a.fragment:hover, 
.cols-l-6:not(.cols-xxl-3) a.fragment:focus, 
.cols-l-6:not(.cols-xxl-3) a.fragment__row:hover, 
.cols-l-6:not(.cols-xxl-3) a.fragment__row:focus {
    background: inherit;
}
.cols-l-6:not(.cols-xxl-3)  > .fragment--course .fragment-rte .title-02 {
    margin-bottom: 11px;
}
@media (min-width: 64em) {
    .fragment__alt-ctas {
        padding: 13px 6px 13px;
    }
}
.fragment__alt-ctas {
    background: #8a8d8e;
}
.fragment__alt-ctas a {
    padding: 16px 5px 15px;
    font-size: 14px;
}
 .cols-l-6:not(.cols-xxl-3) .fragment--course .fragment__alt-ctas .btn-white {
    border-color: #fff;
    color: #fff !important;
    margin: 0 21px;
    width: calc(100% - 42px);
}
 .cols-l-6:not(.cols-xxl-3) .fragment--course .fragment__alt-ctas .btn-white:hover,
   .cols-l-6:not(.cols-xxl-3) .fragment--course .fragment__alt-ctas .btn-white:focus {
     border-color: #fa4c06;
     background: #fa4c06;
}
.cols-l-6:not(.cols-xxl-3) .fragment--promo .fragment-rte p {
    margin-top: 5px;
}


@media screen and (max-width: 75em) {
    .cols-xxl-3 .fragment__image.depend-height {
       height: 100% !important;
    }

    .cols-xxl-3 .fragment__image.depend-height img {
        max-height: 100%;
        max-width: 100%;
        width: auto !important;
        height: auto !important;
        position: relative;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%);
        transform: translate(0, -50%);
        display: inline-block;
        margin: 0 auto;
        left: 0;
        vertical-align: middle;
    }
   /* .fragment--slider .slick-list {
        width: 99.9%;
        overflow: hidden;
    }*/
}
