body {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    color: #767676;
    text-rendering: optimizeLegibility;
}

p {
    margin: 0;
    padding: 0 0 15px 0;
}

p.large {
    font-size: 22px;
    line-height: 1.45;
}

p.highlighted {
    background-color: #f4f4f4;
    display: inline-block;
    padding: 10px 40px;
    margin-bottom: 45px;
    border-radius: 50px;
    font-size: 16px;
}

.region--gray-background p.highlighted {
    background-color: #ffffff;
}

.region--light-typography p.highlighted {
    background-color: rgba(255, 255, 255, 0.1);
}

a {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

a:hover {
    text-decoration: none;
}

a:focus {
    outline: none;
    text-decoration: none;
}

.region--light-typography.region--dark-background a.is-active {
    color: #ddd;
}

a.link--bordered, .link--bordered a {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    text-decoration: none;
}

a.link--bordered:hover, .link--bordered a:hover {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    text-decoration: none;
    border-color: transparent;
}

.region--light-typography a.link--bordered, .region--light-typography .link--bordered a {
    border-color: #ffffff;
    text-decoration: none;
}

.region--light-typography a.link--bordered:hover, .region--light-typography .link--bordered a:hover {
    border-color: transparent;
    text-decoration: none;
}

a.link--hover-style-2, .link--hover-style-2 a {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    display: block;
}

a.link--hover-style-2:before, .link--hover-style-2 a:before {
    position: absolute;
    left: -15px;
    top: 50%;
    margin-top: -5px;
    font-family: "FontAwesome";
    font-size: 10px;
    line-height: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    opacity: 0;
    filter: alpha(opacity=0);
    content: "\f105";
}

a.link--hover-style-2:hover, .link--hover-style-2 a:hover {
    padding-left: 20px;
    text-decoration: none;
}

a.link--hover-style-2:hover:before, .link--hover-style-2 a:hover:before {
    left: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.region--light-typography.region--dark-background a.link--hover-style-2:before, .region--light-typography.region--dark-background .link--hover-style-2 a:before {
    color: #ffffff;
}

.link--hover-style-3 {
    background-repeat: repeat-x;
    background-size: 0px 0px;
    background-position: 0 25%;
    transition: 150ms ease-in-out;
}

.link--hover-style-3:hover {
    background-size: 1.2em 1.4em;
    color: #fff;
    text-decoration: none;
}

.region--light-typography .link--hover-style-3:hover {
    background-image: linear-gradient(#ffffff 0%, #ffffff 100%);
}

.region--light-typography.region--dark-background .text--dark, .region--light-typography.region--black-background .text--dark {
    color: #ffffff;
}

.region--light-typography.region--colored-background .text--colored, .region--light-typography.region--black-background .text--colored {
    color: #ffffff;
}

.region--light-typography {
    color: #ffffff;
}

.subfooter.region--light-typography.region--black-background {
    color: #9c9c9c;
}

.region--light-typography a, .region--light-typography a.link--dark, .region--light-typography .link--dark a {
    color: #ffffff;
    text-decoration: underline;
}

.region--light-typography a:hover, .region--light-typography a:focus, .region--light-typography a.link--dark:hover, .region--light-typography a.link--dark:focus, .region--light-typography .link--dark a:hover, .region--light-typography .link--dark a:focus {
    color: #ffffff;
    text-decoration: none;
}

.region--light-typography.region--dark-background a:hover, .region--light-typography.region--dark-background a:focus {
    color: #ffffff;
    text-decoration: none;
}

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

img.img--bordered, .img--bordered img {
    border: 1px solid #e5e5e5;
}

.region--light-typography img.img--bordered, .region--light-typography .img--bordered img {
    border-color: rgba(255, 255, 255, 0.15);
}

code, pre {
    word-wrap: break-word;
    word-break: break-all;
    white-space: pre;
    white-space: pre-wrap;
    font-family: 'Source Code Pro', Consolas, Monaco, Courier;
}

pre {
    background: #f6f6f6;
    border: none;
    border-left: 10px solid #d3d1cd;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding: 20px;
    font-size: 12px;
    max-height: 57px;
    overflow: hidden;
    margin: 40px 0 40px 45px;
}

pre:hover {
    max-height: 10000px;
    -webkit-transition: all ease-in-out 2s;
    -moz-transition: all ease-in-out 2s;
    -o-transition: all ease-in-out 2s;
    -ms-transition: all ease-in-out 2s;
    transition: all ease-in-out 2s;
}

blockquote {
    font-size: 22px;
    padding: 0 0 0 150px;
    border-left: none;
    position: relative;
    margin: 40px 0 50px;
}

p+blockquote {
    margin-top: 30px;
}

blockquote p {
    line-height: 1.4;
}

blockquote:before {
    position: absolute;
    font-family: Georgia, Times New Roman, Serif;
    content: "“";
    left: 70px;
    top: 0;
    font-style: normal;
    font-size: 122px;
    line-height: 1;
    font-weight: 400;
}

.region--colored-background blockquote:before, .region--black-background blockquote:before, .region--dark-background blockquote:before {
    color: #ffffff;
}

@media (max-width:767px) {
    blockquote {
        padding: 0 0 0 50px;
    }

    blockquote:before {
        font-size: 90px;
        left: 0;
    }
}

hr {
    border-top: 1px solid #ebebeb;
    margin-bottom: 40px;
    margin-top: 40px;
}

.region--gray-background hr {
    border-color: #e7e7e7;
}

.region--light-typography hr {
    border-color: #ffffff;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.20;
    padding: 0;
    margin: 20px 0 10px 0;
    font-weight: 700;
    text-transform: uppercase;
    color: #363636;
}

.region--light-typography h1, .region--light-typography h2, .region--light-typography h3, .region--light-typography h4, .region--light-typography h5, .region--light-typography h6 {
    color: #ffffff;
}

.headings-wide-spacing-enabled h1, .headings-wide-spacing-enabled h2, .headings-wide-spacing-enabled h3, .headings-wide-spacing-enabled h4, .headings-wide-spacing-enabled h5, .headings-wide-spacing-enabled h6 {
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

h1 {
    font-size: 36px;
    font-weight: 400;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 17px;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    text-decoration: underline;
}

.region--light-typography h1 a, .region--light-typography h2 a, .region--light-typography h3 a, .region--light-typography h4 a, .region--light-typography h5 a, .region--light-typography h6 a {
    text-decoration: underline;
    color: #ffffff;
}

.region--light-typography h1 a:hover, .region--light-typography h2 a:hover, .region--light-typography h3 a:hover, .region--light-typography h4 a:hover, .region--light-typography h5 a:hover, .region--light-typography h6 a:hover {
    text-decoration: none;
    color: #ffffff;
}

h1.title {
    margin-top: 0;
}

h1.page-title {
    font-size: 50px;
    margin-bottom: 0.5em;
}

@media (min-width:1200px) {
    .lg-text-center {
        text-align: center;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .md-text-center {
        text-align: center;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .sm-text-center {
        text-align: center;
    }
}

@media (max-width:767px) {
    .xs-text-center {
        text-align: center;
    }
}

.block-title {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 10px 0;
}

.block-title--large {
    font-size: 40px;
    margin-bottom: 15px;
}

.block-title--extra-large {
    font-size: 50px;
    margin-bottom: 15px;
}

@media (max-width:767px) {
    .block-title--large {
        font-size: 30px;
    }

    .block-title--extra-large {
        font-size: 35px;
    }
}

.headings-wide-spacing-enabled .block-title--large {
    letter-spacing: 0.55em;
    text-transform: uppercase;
}

h2.block-title {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 10px 0;
}

h2.title, nav>h2, .block-search>h2 {
    font-size: 22px;
    margin: 0 0 10px 0;
}

.footer__section h2.title, .footer__section nav>h2, .footer__section .block-search>h2, .footer-bottom__section h2.title, .footer-bottom__section nav>h2, .footer-bottom__section .block-search>h2, .subfooter__section h2.title, .subfooter__section nav>h2, .subfooter__section .block-search>h2 {
    font-size: 24px;
    margin-bottom: 25px;
}

.region--dark-typography .footer__section h2.title, .region--dark-typography .footer__section nav>h2, .region--dark-typography .footer__section .block-search>h2, .region--dark-typography .footer-bottom__section h2.title, .region--dark-typography .footer-bottom__section nav>h2, .region--dark-typography .footer-bottom__section .block-search>h2, .region--dark-typography .subfooter__section h2.title, .region--dark-typography .subfooter__section nav>h2, .region--dark-typography .subfooter__section .block-search>h2 {
    color: #666666;
}

.col-md-12 h2.title, .col-md-12 nav>h2, .col-md-12 .block-search>h2 {
    font-size: 36px;
    margin: 20px 0 30px;
    font-weight: 400;
    text-align: center;
}

.slideout__section h2.title, .slideout__section nav>h2, .slideout__section .block-search>h2 {
    margin: 0 0 20px 0;
}

.region-content h2.title, .region-content nav>h2, .region-content .block-search>h2 {
    margin: 20px 0;
}

.bottom-spacing-small {
    padding-bottom: 25px;
}

.bottom-spacing-medium {
    padding-bottom: 50px;
}

.bottom-spacing-large {
    padding-bottom: 90px;
}

.top-spacing-small {
    padding-top: 25px;
}

.top-spacing-medium {
    padding-top: 50px;
}

.top-spacing-large {
    padding-top: 90px;
}

.mt-no-opacity {
    opacity: 0;
}

.region--white-background {
    background-color: #ffffff;
}

.region--gray-background {
    background-color: #f5f5f5;
}

.region--black-background {
    background-color: #1d1d1d;
}

.region--white-pattern {
    background-image: url(/corporate-lite/site/themes/contrib/corporate_lite/images/white-pattern.png);
    background-repeat: repeat;
    background-position: 0 0;
}

.header-top-highlighted__container {
    position: relative;
    z-index: 498;
}

.header-top-highlighted__section {
    font-size: 13px;
}

.header-top {
    position: relative;
    z-index: 1;
}

.header-top__container {
    padding: 15px 0 5px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: transparent;
}

.region--white-background .header-top__container, .region--gray-background .header-top__container {
    border-bottom-color: #cdcdcd;
}

.region--light-typography .header-top__container {
    border-bottom-color: rgba(255, 255, 255, 0.2);
}

.header-top__container p:last-child:first-child {
    padding-bottom: 0;
}

.header-top__section {
    font-size: 14px;
    font-weight: 400;
}

.region--dark-typography .header-top__section {
    color: #363636;
}

@media (max-width:767px) {
    .header-top__section {
        text-align: center;
    }
}

.header-container {
    padding: 0;
    position: relative;
    z-index: 100;
}

.header__container {
    padding: 32px 0 33px;
    position: relative;
}

.header-container .header.region--gray-background {
    background-color: #f1f1f1;
}

.header-first {
    padding: 5px 0;
}

@media (max-width:767px) {
    .header__container {
        padding: 15px 0;
    }
}

.banner {
    padding: 30px 0;
}

.content-top__section {
    padding: 25px 0;
}

.content-top-highlighted__section {
    padding: 30px 0;
}

.content-top-highlighted.region--dark-typography.region--no-separator {
    -webkit-box-shadow: inset 0px 8px 13px rgba(0, 0, 0, 0.08);
    box-shadow: inset 0px 8px 13px rgba(0, 0, 0, 0.08);
}

.main-content__section, .sidebar__section {
    padding: 60px 0;
}

@media (max-width:991px) {
    .sidebar__section {
        padding-top: 0;
    }
}

@media (min-width:1200px) {
    .fix-sidebar-second {
        padding-left: 65px;
    }

    .fix-sidebar-first {
        padding-right: 65px;
    }
}

.content-bottom__section {
    padding: 40px 0;
}

.featured-top__section {
    padding: 40px 0;
}

.featured__section {
    padding: 40px 0;
}

.featured-bottom__section {
    padding: 40px 0 30px;
}

.sub-featured__section {
    padding: 40px 0;
}

.highlighted-top__section {
    padding: 70px 0 80px;
}

.highlighted__section {
    padding: 60px 0;
}

.footer-top__section {
    padding: 20px 0;
}

.footer {
    position: relative;
}

.footer__section {
    padding: 50px 0 40px;
    font-size: 15px;
}

@media (max-width:767px) {
    .footer__section {
        text-align: center;
    }
}

.footer-bottom__container {
    padding: 60px 0;
}

.region--black-background+.region--black-background .footer-bottom__container, .region--colored-background+.region--colored-background .footer-bottom__container, .region--dark-background+.region--dark-background .footer-bottom__container, .region--white-background+.region--white-background .footer-bottom__container, .region--gray-background+.region--gray-background .footer-bottom__container {
    padding-top: 0;
}

@media (max-width:767px) {
    .footer-bottom__section {
        text-align: center;
    }
}

.subfooter__container {
    padding: 30px 0;
}

.subfooter__section {
    font-size: 11px;
    font-weight: 400;
}

.region--dark-typography .subfooter__section {
    color: #a5a5a5;
}

.headings-wide-spacing-enabled .subfooter__section {
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

@media (max-width:991px) {
    .subfooter__section {
        text-align: center;
    }
}

.region--separator-border-top:before {
    height: 1px;
    max-width: 1140px;
    display: block;
    margin: 0 auto;
}

@media (max-width:1170px) {
    .region--separator-border-top:before {
        margin: 0 15px;
    }
}

.region--white-background+.region--white-background.region--separator-border-top:before, .region--gray-background+.region--gray-background.region--separator-border-top:before {
    background-color: #e5e5e5;
}

.region--colored-background+.region--colored-background.region--separator-border-top:before, .region--dark-background+.region--dark-background.region--separator-border-top:before, .region--black-background+.region--black-background.region--separator-border-top:before {
    background-color: rgba(255, 255, 255, 0.5);
}

.region--separator-incline-diagonal {
    padding-top: 210px;
    position: relative;
    overflow: hidden;
}

.region--separator-incline-diagonal:before {
    position: absolute;
    top: 0;
    left: -5%;
    height: 140px;
    width: 110%;
    display: block;
}

.region--white-background+.region--separator-incline-diagonal:before {
    background: linear-gradient(to bottom right, #ffffff 49.5%, transparent 50%);
}

.region--gray-background+.region--separator-incline-diagonal:before {
    background: linear-gradient(to bottom right, #f5f5f5 49.5%, transparent 50%);
}

.region--black-background+.region--separator-incline-diagonal:before {
    background: linear-gradient(to bottom right, #1d1d1d 49.5%, transparent 50%);
}

.region--white-background+.region--white-background.region--separator-incline-diagonal:before, .region--gray-background+.region--gray-background.region--separator-incline-diagonal:before, .region--colored-background+.region--colored-background.region--separator-incline-diagonal:before, .region--dark-background+.region--dark-background.region--separator-incline-diagonal:before, .region--black-background+.region--black-background.region--separator-incline-diagonal:before {
    background: none;
}

@media (max-width:767px) {
    .region--separator-incline-diagonal {
        padding-top: 100px;
    }

    .region--separator-incline-diagonal:before {
        height: 70px;
    }
}

.region--separator-decline-diagonal {
    padding-top: 210px;
    position: relative;
    overflow: hidden;
}

.region--separator-decline-diagonal:before {
    position: absolute;
    top: 0;
    left: -5%;
    height: 140px;
    width: 110%;
    display: block;
}

.region--white-background+.region--separator-decline-diagonal:before {
    background: linear-gradient(to bottom left, #ffffff 49.5%, transparent 50%);
}

.region--gray-background+.region--separator-decline-diagonal:before {
    background: linear-gradient(to bottom left, #f5f5f5 49.5%, transparent 50%);
}

.region--black-background+.region--separator-decline-diagonal:before {
    background: linear-gradient(to bottom left, #1d1d1d 49.5%, transparent 50%);
}

.region--white-background+.region--white-background.region--separator-decline-diagonal:before, .region--gray-background+.region--gray-background.region--separator-decline-diagonal:before, .region--colored-background+.region--colored-background.region--separator-decline-diagonal:before, .region--dark-background+.region--dark-background.region--separator-decline-diagonal:before, .region--black-background+.region--black-background.region--separator-decline-diagonal:before {
    background: none;
}

@media (max-width:767px) {
    .region--separator-decline-diagonal {
        padding-top: 100px;
    }

    .region--separator-decline-diagonal:before {
        height: 70px;
    }
}

.region--no-paddings, .slideout.region--no-paddings, .region--no-paddings .header-top__container, .region--no-paddings .header__container, .region--no-paddings .content-top__section, .region--no-paddings .content-top-highlighted__section, .region--no-paddings .main-content__section, .region--no-paddings .sidebar__section, .region--no-paddings .sidebar__section, .region--no-paddings .content-bottom__section, .region--no-paddings .featured-top__section, .region--no-paddings .featured__section, .region--no-paddings .featured-bottom__section, .region--no-paddings .sub-featured__section, .region--no-paddings .highlighted-top__section, .region--no-paddings .highlighted__section, .region--no-paddings .footer-top__section, .region--no-paddings .footer__section, .region--no-paddings .footer-bottom__container, .region--no-paddings .subfooter__container {
    padding-top: 0;
    padding-bottom: 0;
}

.container--bordered-left {
    padding-left: 70px;
    border-width: 0 0 0 3px;
    border-color: #efefef;
    border-style: solid;
}

.grid-gutter-0 {
    margin-right: 0px;
    margin-left: 0px;
}

.container-fluid .grid-gutter-0 {
    margin-right: -15px;
    margin-left: -15px;
}

.grid-gutter-0 .col-lg-6, .grid-gutter-0 .col-lg-4, .grid-gutter-0 .col-lg-3, .grid-gutter-0 .col-md-6, .grid-gutter-0 .col-md-4, .grid-gutter-0 .col-md-3, .grid-gutter-0 .col-sm-6, .grid-gutter-0 .col-sm-4, .grid-gutter-0 .col-sm-3, .grid-gutter-0 .col-xs-6, .grid-gutter-0 .col-xs-4, .grid-gutter-0 .col-xs-3 {
    padding-left: 0px;
    padding-right: 0px;
}

.grid-gutter-5 {
    margin-right: -5px;
    margin-left: -5px;
}

.container-fluid .grid-gutter-5 {
    margin-right: -15px;
    margin-left: -15px;
}

.grid-gutter-5 .col-lg-6, .grid-gutter-5 .col-lg-4, .grid-gutter-5 .col-lg-3, .grid-gutter-5 .col-md-6, .grid-gutter-5 .col-md-4, .grid-gutter-5 .col-md-3, .grid-gutter-5 .col-sm-6, .grid-gutter-5 .col-sm-4, .grid-gutter-5 .col-sm-3, .grid-gutter-5 .col-xs-6, .grid-gutter-5 .col-xs-4, .grid-gutter-5 .col-xs-3 {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
}

.grid-gutter-10 {
    margin-right: -10px;
    margin-left: -10px;
}

.container-fluid .grid-gutter-10 {
    margin-right: -15px;
    margin-left: -15px;
}

.grid-gutter-10 .col-lg-6, .grid-gutter-10 .col-lg-4, .grid-gutter-10 .col-lg-3, .grid-gutter-10 .col-md-6, .grid-gutter-10 .col-md-4, .grid-gutter-10 .col-md-3, .grid-gutter-10 .col-sm-6, .grid-gutter-10 .col-sm-4, .grid-gutter-10 .col-sm-3, .grid-gutter-10 .col-xs-6, .grid-gutter-10 .col-xs-4, .grid-gutter-10 .col-xs-3 {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}

.boxed .banner__section {
    overflow: hidden;
}

@media (min-width:768px) {
    .boxed .page-container {
        margin-right: auto;
        margin-left: auto;
        position: relative;
        background-color: #fff;
        border-left: 1px solid #c2c2c2;
        border-right: 1px solid #c2c2c2;
        border-bottom: 1px solid #c2c2c2;
    }

    .boxed .page-container {
        width: 750px;
    }

    .onscroll.boxed .page-container .header-container .header.js-fixed {
        width: 748px;
    }

    .boxed.page-container-border-enabled .page-container, .onscroll.boxed.page-container-border-enabled .page-container .header-container .js-fixed {
        width: 780px;
    }
}

@media (min-width:992px) {
    .boxed .page-container {
        width: 970px;
    }

    .onscroll.boxed .page-container .header-container .header.js-fixed {
        width: 968px;
    }

    .boxed.page-container-border-enabled .page-container, .onscroll.boxed.page-container-border-enabled .page-container .header-container .js-fixed {
        width: 1000px;
    }
}

@media (min-width:1200px) {
    .boxed .page-container {
        width: 1170px;
    }

    .onscroll.boxed .page-container .header-container .header.js-fixed {
        width: 1168px;
    }

    .boxed.page-container-border-enabled .page-container, .onscroll.boxed.page-container-border-enabled .page-container .header-container .js-fixed {
        width: 1200px;
    }
}

.page-container-border-enabled .page-container {
    border-width: 10px;
    border-style: solid;
    overflow: hidden;
}

.page-container-border-enabled.transparent-header-active .page-container {
    position: relative;
}

.page-container-border-enabled .page-container>div, .page-container-border-enabled .page-container>.footer {
    margin-left: -10px;
    margin-right: -10px;
}

.page-container-border-enabled:not(.onscroll) .page-container>.js-transparent-header, .page-container-border-enabled .container-fluid .grid-gutter-10, .page-container-border-enabled .container-fluid .grid-gutter-5, .page-container-border-enabled .container-fluid .grid-gutter-0 {
    margin-left: 0;
    margin-right: 0;
}

@media (min-width:992px) {
    .page-container-border-enabled .page-container {
        border-width: 15px;
    }

    .page-container-border-enabled .page-container>div, .page-container-border-enabled .page-container>.footer {
        margin-left: -15px;
        margin-right: -15px;
    }

    .page-container-border-enabled:not(.onscroll) .page-container>.js-transparent-header, .page-container-border-enabled .container-fluid .grid-gutter-10, .page-container-border-enabled .container-fluid .grid-gutter-5, .page-container-border-enabled .container-fluid .grid-gutter-0, .page-container-border-enabled .container-fluid .field--mt-background-image-block {
        margin-left: 0;
        margin-right: 0;
    }
}

.container-fluid .banner__section {
    margin: 0 -15px;
}

.action-links {
    margin: 1em 0;
    padding: 0;
    list-style: none;
}

[dir="rtl"] .action-links {
    margin-right: 0;
}

.action-links li {
    display: inline-block;
    margin: 0 0.3em;
}

.action-links li:first-child {
    margin-left: 0;
}

[dir="rtl"] .action-links li:first-child {
    margin-right: 0;
    margin-left: 0.3em;
}

.button-action {
    display: inline-block;
    padding: 0.2em 0.5em 0.3em;
    text-decoration: none;
    line-height: 160%;
}

.button-action:before {
    margin-left: -0.1em;
    padding-right: 0.2em;
    content: "+";
    font-weight: 900;
}

[dir="rtl"] .button-action:before {
    margin-right: -0.1em;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0.2em;
}

.button, .image-button {
    margin-right: 1em;
    margin-left: 1em;
}

.button:first-child, .image-button:first-child {
    margin-right: 0;
    margin-left: 0;
}

.collapse-processed>summary {
    padding-right: 0.5em;
    padding-left: 0.5em;
}

.collapse-processed>summary:before {
    float: left;
    width: 1em;
    height: 1em;
    content: "";
    background: url(/corporate-lite/site/core/misc/menu-expanded.png) 0 100% no-repeat;
}

[dir="rtl"] .collapse-processed>summary:before {
    float: right;
    background-position: 100% 100%;
}

.collapse-processed:not([open])>summary:before {
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    background-position: 25% 35%;
}

[dir="rtl"] .collapse-processed:not([open])>summary:before {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    background-position: 75% 35%;
}

.container-inline label:after, .container-inline .label:after {
    content: ":";
}

.form-type-radios .container-inline label:after, .form-type-checkboxes .container-inline label:after {
    content: "";
}

.form-type-radios .container-inline .form-type-radio, .form-type-checkboxes .container-inline .form-type-checkbox {
    margin: 0 1em;
}

.container-inline .form-actions, .container-inline.form-actions {
    margin-top: 0;
    margin-bottom: 0;
}

details {
    margin-top: 1em;
    margin-bottom: 1em;
    border: 1px solid #ccc;
}

details>.details-wrapper {
    padding: 0.5em 1.5em;
}

summary {
    padding: 0.2em 0.5em;
    cursor: pointer;
}

.exposed-filters .filters {
    float: left;
    margin-right: 1em;
}

[dir="rtl"] .exposed-filters .filters {
    float: right;
    margin-right: 0;
    margin-left: 1em;
}

.exposed-filters .form-item {
    margin: 0 0 0.1em 0;
    padding: 0;
}

.exposed-filters .form-item label {
    float: left;
    width: 10em;
    font-weight: normal;
}

[dir="rtl"] .exposed-filters .form-item label {
    float: right;
}

.exposed-filters .form-select {
    width: 14em;
}

.exposed-filters .current-filters {
    margin-bottom: 1em;
}

.exposed-filters .current-filters .placeholder {
    font-weight: bold;
    font-style: normal;
}

.exposed-filters .additional-filters {
    float: left;
    margin-right: 1em;
}

[dir="rtl"] .exposed-filters .additional-filters {
    float: right;
    margin-right: 0;
    margin-left: 1em;
}

.field__label {
    font-weight: bold;
}

.field--label-inline .field__label, .field--label-inline .field__items {
    float: left;
}

.field--label-inline .field__label, .field--label-inline>.field__item, .field--label-inline .field__items {
    padding-right: 0.5em;
}

[dir="rtl"] .field--label-inline .field__label, [dir="rtl"] .field--label-inline .field__items {
    padding-right: 0;
    padding-left: 0.5em;
}

.field--label-inline .field__label::after {
    content: ":";
}

form .field-multiple-table {
    margin: 0;
}

form .field-multiple-table .field-multiple-drag {
    width: 30px;
    padding-right: 0;
}

[dir="rtl"] form .field-multiple-table .field-multiple-drag {
    padding-left: 0;
}

form .field-multiple-table .field-multiple-drag .tabledrag-handle {
    padding-right: 0.5em;
}

[dir="rtl"] form .field-multiple-table .field-multiple-drag .tabledrag-handle {
    padding-right: 0;
    padding-left: 0.5em;
}

form .field-add-more-submit {
    margin: 0.5em 0 0;
}

.form-item, .form-actions {
    margin-top: 1em;
    margin-bottom: 1em;
}

tr.odd .form-item, tr.even .form-item {
    margin-top: 0;
    margin-bottom: 0;
}

.form-composite>.fieldset-wrapper>.description, .form-item .description {
    font-size: 0.85em;
}

label.option {
    display: inline;
    font-weight: normal;
}

.form-composite>legend, .label {
    display: inline;
    margin: 0;
    padding: 0;
    font-size: inherit;
    font-weight: bold;
}

.form-checkboxes .form-item, .form-radios .form-item {
    margin-top: 0.4em;
    margin-bottom: 0.4em;
}

.form-type-radio .description, .form-type-checkbox .description {
    margin-left: 2.4em;
}

[dir="rtl"] .form-type-radio .description, [dir="rtl"] .form-type-checkbox .description {
    margin-right: 2.4em;
    margin-left: 0;
}

.marker {
    color: #e00;
}

.form-required:after {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0.3em;
    content: "";
    vertical-align: super;
    background-image: url(/corporate-lite/site/core/misc/icons/ee0000/required.svg);
    background-repeat: no-repeat;
    background-size: 6px 6px;
}

abbr.tabledrag-changed, abbr.ajax-changed {
    border-bottom: none;
}

.form-item input.error, .form-item textarea.error, .form-item select.error {
    border: 2px solid red;
}

.form-item--error-message:before {
    display: inline-block;
    width: 14px;
    height: 14px;
    content: "";
    vertical-align: sub;
    background: url(/corporate-lite/site/core/misc/icons/e32700/error.svg) no-repeat;
    background-size: contain;
}

.icon-help {
    padding: 1px 0 1px 20px;
    background: url(/corporate-lite/site/core/misc/help.png) 0 50% no-repeat;
}

[dir="rtl"] .icon-help {
    padding: 1px 20px 1px 0;
    background-position: 100% 50%;
}

.feed-icon {
    display: block;
    overflow: hidden;
    width: 16px;
    height: 16px;
    text-indent: -9999px;
    background: url(/corporate-lite/site/core/misc/feed.svg) no-repeat;
}

.form--inline .form-item {
    float: left;
    margin-right: 0.5em;
}

[dir="rtl"] .form--inline .form-item {
    float: right;
    margin-right: 0;
    margin-left: 0.5em;
}

[dir="rtl"] .views-filterable-options-controls .form-item {
    margin-right: 2%;
}

.form--inline .form-item-separator {
    margin-top: 2.3em;
    margin-right: 1em;
    margin-left: 0.5em;
}

[dir="rtl"] .form--inline .form-item-separator {
    margin-right: 0.5em;
    margin-left: 1em;
}

.form--inline .form-actions {
    clear: left;
}

[dir="rtl"] .form--inline .form-actions {
    clear: right;
}

.item-list .title {
    font-weight: bold;
}

.item-list ul {
    margin: 0 0 0.75em 0;
    padding: 0;
}

.item-list li {
    margin: 0 0 0.25em 1.5em;
    padding: 0;
}

[dir="rtl"] .item-list li {
    margin: 0 1.5em 0.25em 0;
}

.item-list--comma-list {
    display: inline;
}

.item-list--comma-list .item-list__comma-list, .item-list__comma-list li, [dir="rtl"] .item-list--comma-list .item-list__comma-list, [dir="rtl"] .item-list__comma-list li {
    margin: 0;
}

button.link {
    margin: 0;
    padding: 0;
    cursor: pointer;
    border: 0;
    background: transparent;
    font-size: 1em;
}

label button.link {
    font-weight: bold;
}

ul.inline, ul.links.inline {
    display: inline;
    padding-left: 0;
}

[dir="rtl"] ul.inline, [dir="rtl"] ul.links.inline {
    padding-right: 0;
    padding-left: 15px;
}

ul.inline li {
    display: inline;
    padding: 0 0.5em;
    list-style-type: none;
}

ul.links a.is-active {
    color: #000;
}

ul.menu {
    margin-left: 1em;
    padding: 0;
    list-style: none outside;
    text-align: left;
}

[dir="rtl"] ul.menu {
    margin-right: 1em;
    margin-left: 0;
    text-align: right;
}

.menu-item--expanded {
    list-style-type: circle;
    list-style-image: url(/corporate-lite/site/core/misc/menu-expanded.png);
}

.menu-item--collapsed {
    list-style-type: disc;
    list-style-image: url(/corporate-lite/site/core/misc/menu-collapsed.png);
}

[dir="rtl"] .menu-item--collapsed {
    list-style-image: url(/corporate-lite/site/core/misc/menu-collapsed-rtl.png);
}

.menu-item {
    margin: 0;
    padding-top: 0.2em;
}

ul.menu a.is-active {
    color: #000;
}

.more-link {
    display: block;
    text-align: right;
}

[dir="rtl"] .more-link {
    text-align: left;
}

tr.drag {
    background-color: #fffff0;
}

tr.drag-previous {
    background-color: #ffd;
}

body div.tabledrag-changed-warning {
    margin-bottom: 0.5em;
}

tr.selected td {
    background: #ffc;
}

td.checkbox, th.checkbox {
    text-align: center;
}

[dir="rtl"] td.checkbox, [dir="rtl"] th.checkbox {
    text-align: center;
}

th.is-active img {
    display: inline;
}

td.is-active {
    background-color: #ddd;
}

div.tabs {
    margin: 1em 0;
}

ul.tabs {
    margin: 0 0 0.5em;
    padding: 0;
    list-style: none;
}

.tabs>li {
    display: inline-block;
    margin-right: 0.3em;
}

[dir="rtl"] .tabs>li {
    margin-right: 0;
    margin-left: 0.3em;
}

.tabs a {
    display: block;
    padding: 0.2em 1em;
    text-decoration: none;
}

.tabs a.is-active {
    background-color: #eee;
}

.tabs a:focus, .tabs a:hover {
    background-color: #f5f5f5;
}

.form-textarea-wrapper textarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
}

.ui-dialog--narrow {
    max-width: 500px;
}

@media screen and (max-width:600px) {
    .ui-dialog--narrow {
        min-width: 95%;
        max-width: 95%;
    }
}

.messages {
    padding: 15px 20px 15px 35px;
    word-wrap: break-word;
    border: 1px solid;
    border-width: 1px 1px 1px 0;
    border-radius: 2px;
    background: no-repeat 10px 17px;
    overflow-wrap: break-word;
}

[dir="rtl"] .messages {
    padding-right: 35px;
    padding-left: 20px;
    text-align: right;
    border-width: 1px 0 1px 1px;
    background-position: right 10px top 17px;
}

.messages+.messages {
    margin-top: 1.538em;
}

.messages__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.messages__item+.messages__item {
    margin-top: 0.769em;
}

.messages--status {
    color: #325e1c;
    border-color: #c9e1bd #c9e1bd #c9e1bd transparent;
    background-color: #f3faef;
    background-image: url(/corporate-lite/site/core/misc/icons/73b355/check.svg);
    box-shadow: -8px 0 0 #77b259;
}

[dir="rtl"] .messages--status {
    margin-left: 0;
    border-color: #c9e1bd transparent #c9e1bd #c9e1bd;
    box-shadow: 8px 0 0 #77b259;
}

.messages--warning {
    color: #734c00;
    border-color: #f4daa6 #f4daa6 #f4daa6 transparent;
    background-color: #fdf8ed;
    background-image: url(/corporate-lite/site/core/misc/icons/e29700/warning.svg);
    box-shadow: -8px 0 0 #e09600;
}

[dir="rtl"] .messages--warning {
    border-color: #f4daa6 transparent #f4daa6 #f4daa6;
    box-shadow: 8px 0 0 #e09600;
}

.messages--error {
    color: #a51b00;
    border-color: #f9c9bf #f9c9bf #f9c9bf transparent;
    background-color: #fcf4f2;
    background-image: url(/corporate-lite/site/core/misc/icons/e32700/error.svg);
    box-shadow: -8px 0 0 #e62600;
}

[dir="rtl"] .messages--error {
    border-color: #f9c9bf transparent #f9c9bf #f9c9bf;
    box-shadow: 8px 0 0 #e62600;
}

.messages--error p.error {
    color: #a51b00;
}

.node--unpublished {
    background-color: #fff4f4;
}

.header-top-highlighted__section .alert {
    padding: 10px 0;
    margin: 0;
    font-size: 14px;
}

.alert .close {
    opacity: 1;
    filter: alpha(opacity=1);
    text-shadow: none;
    padding: 0 10px;
    height: 100%;
    top: -6px;
    right: 0;
    font-size: 34px;
}

.alert .close:hover {
    color: inherit;
}

.panel-group {
    margin: 0 0 25px 0;
    border-width: 1px;
    border-style: solid;
    border-color: #eaeaea;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}

.panel-group .panel {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border-width: 0 0 1px 0;
    border-color: #eaeaea;
    background-color: transparent;
    box-shadow: none;
}

.panel-group .panel:last-child {
    border-bottom: none;
}

.panel-group .panel+.panel {
    margin: 0;
}

.panel-default>.panel-heading {
    background-color: #ffffff;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

.panel-title a {
    font-weight: 600;
    font-size: 12px;
    padding: 20px;
    display: inline-block;
    width: 100%;
    text-decoration: none;
    display: inline-block;
    background-color: #f4f4f4;
}

.headings-wide-spacing-enabled .panel-title a {
    letter-spacing: 0.25em;
    text-transform: uppercase;
}

.panel-title a.collapsed {
    background-color: #ffffff;
}

.panel-title a:hover, .panel-title a:focus {
    background-color: #f4f4f4;
}

.panel:first-child .panel-title a {
    border-radius: 5px 5px 0 0;
}

.panel:last-child .panel-title a {
    border-radius: 0 0 5px 5px;
}

.panel-title a i {
    padding-right: 5px;
}

.panel-heading--trigger-icon .panel-title a {
    position: relative;
    padding-right: 65px;
}

.panel-heading--trigger-icon .panel-title a:after {
    position: absolute;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    top: 50%;
    right: 30px;
    margin-top: -15px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    font-family: "FontAwesome";
    line-height: 30px;
    content: "\f106";
    -webkit-transition: background-color 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
}

.headings-wide-spacing-enabled .panel-heading--trigger-icon .panel-title a:after {
    letter-spacing: 0;
}

.panel-heading--trigger-icon .panel-title a.collapsed:after {
    content: "\f107";
}

.panel-title span {
    display: inline-block;
    padding-right: 5px;
}

.panel-body {
    padding: 20px;
    background-color: #fff;
    color: #2d2d2d;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #eaeaea;
}

.panel:last-child .panel-body {
    border-radius: 0 0 5px 5px;
}

.region--gray-background .panel-title a {
    background-color: #ffffff;
}

.panel-group.panel-group--style-2 {
    border-width: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    overflow: visible;
}

.panel-group.panel-group--style-2 .panel {
    border-width: 0;
}

.panel-group.panel-group--style-2 .panel+.panel {
    margin-top: 10px;
}

.panel-group.panel-group--style-2 .panel-default>.panel-heading {
    background-color: transparent;
}

.panel-group.panel-group--style-2 .panel .panel-title a {
    border-radius: 5px;
    color: #ffffff;
}

.panel-group.panel-group--style-2 .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top: none;
    padding: 15px 25px;
}

.panel-group.panel-group--style-2 .panel-heading--trigger-icon .panel-title a {
    padding-right: 35px;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
}

.panel-group.panel-group--style-2 .panel-heading--trigger-icon .panel-title a:after {
    right: 10px;
    content: "\f056";
    background-color: transparent;
    color: inherit;
}

.panel-group.panel-group--style-2 .panel-heading--trigger-icon .panel-title a.collapsed:after {
    content: "\f055";
}

.panel-group.panel-group--style-2 .panel-body {
    background-color: transparent;
    color: inherit;
}

.region--light-typography .panel-group.panel-group--style-2 .panel-heading--trigger-icon .panel-title a.collapsed {
    background-color: transparent;
    color: #ffffff;
    border-color: #ffffff;
}

.region--light-typography .panel-group.panel-group--style-2 .panel-heading--trigger-icon .panel-title a, .region--light-typography .panel-group.panel-group--style-2 .panel-heading--trigger-icon .panel-title a:hover {
    background-color: #ffffff;
}

.block {
    padding: 0 0 25px 0;
}

.col-md-12 .block {
    padding-bottom: 50px;
}

.header .block-menu.block, .header-container .block-superfish.block, .block.block-page-title-block, .block-system-breadcrumb-block, #block-googlemapbanner {
    padding: 0;
}

.slideout__section .block {
    padding-bottom: 50px;
}

.header-top-highlighted__section .block {
    padding: 0;
}

.header-top-highlighted__section .block+.block {
    padding: 10px 0 0 0;
}

.header-top__section .block {
    padding-bottom: 10px;
}

.header__section .block:first-child:last-child {
    padding: 0;
}

.content-top__section .block {
    padding-bottom: 75px;
}

.subfooter__section .block {
    padding-bottom: 10px;
}

.sidebar__section .block {
    padding: 0 0 70px 0;
}

.highlighted-top__section .block {
    padding-bottom: 20px;
    margin-bottom: 25px;
    border-bottom: 1px solid #e1e1e1;
}

.region--light-typography .highlighted-top__section .block {
    border-bottom-color: rgba(255, 255, 255, 0.3);
}

.highlighted-top__section .block:last-child {
    border: 0;
    margin: 0;
    padding: 0;
}

.block-local-tasks-block {
    padding: 10px 0;
}

.block .block {
    padding: 0;
}

.region .block:last-child {
    padding-bottom: 0;
}

.region--no-block-paddings .block, .region--no-block-paddings .block+.block {
    padding: 0;
}

a.button, .button>a, input[type="submit"], input[type="reset"], input[type="button"] {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 15px 23px;
    text-decoration: none;
    display: inline-block;
    line-height: 1;
    border-width: 1px;
    border-style: solid;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin: 10px 0;
    text-align: center;
    background-color: transparent;
}

.headings-wide-spacing-enabled a.button, .headings-wide-spacing-enabled .button>a, .headings-wide-spacing-enabled input[type="submit"], .headings-wide-spacing-enabled input[type="reset"], .headings-wide-spacing-enabled input[type="button"] {
    letter-spacing: 0.25em;
}

input[type="submit"]+input[type="submit"], .button+.button {
    margin-left: 20px;
}

@media (max-width:767px) {
    .text-center .button+.button {
        margin-right: 5px;
    }

    .text-center .button {
        margin-right: 5px;
        margin-left: 5px;
    }
}

a.button:hover, a.button:focus, .button>a:hover, .button>a:focus, input[type="submit"]:hover, input[type="submit"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="button"]:hover, input[type="button"]:focus {
    color: #ffffff;
}

.region--light-typography a.button, .region--light-typography .button>a, .region--light-typography input[type="submit"], .region--light-typography input[type="reset"], .region--light-typography input[type="button"] {
    color: #ffffff;
    text-decoration: none;
    background-color: transparent;
    border-style: solid;
    border-width: 1px;
    border-color: #ffffff;
}

.region--light-typography a.button:hover, .region--light-typography .button>a:hover, .region--light-typography input[type="submit"]:hover, .region--light-typography input[type="reset"]:hover, .region--light-typography input[type="button"]:hover, .region--light-typography a.button:focus, .region--light-typography .button>a:focus, .region--light-typography input[type="submit"]:focus, .region--light-typography input[type="reset"]:focus, .region--light-typography input[type="button"]:focus {
    background-color: #ffffff;
    border-color: #ffffff;
}

span.button-operator {
    margin: 0 10px 0 5px;
}

a.button i {
    padding-right: 10px;
}

a.button--no-margins {
    margin: 0;
}

a.button.button--hover-style-2, .button.button--hover-style-2>a {
    position: relative;
    z-index: 1;
}

a.button.button--hover-style-2:before, .button.button--hover-style-2>a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transform: scaleX(0);
    border-radius: 3px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

a.button.button--hover-style-2:hover:before, a.button.button--hover-style-2:focus:before, .button.button--hover-style-2>a:hover:before, .button.button--hover-style-2>a:focus:before {
    transform: scaleX(1);
}

.region--colored-background a.button.button--hover-style-2:hover, .region--dark-background a.button.button--hover-style-2:hover, .region--black-background a.button.button--hover-style-2:hover, .region--colored-background .button.button--hover-style-2>a:hover, .region--dark-background .button.button--hover-style-2>a:hover, .region--black-background .button.button--hover-style-2>a:hover {
    background-color: #ffffff;
    border-color: #ffffff;
}

.region--light-typography a.button.button--hover-style-2:before, .region--light-typography .button.button--hover-style-2>a:before {
    background-color: #ffffff;
    border-color: #ffffff;
}

.sidebar__section .bef-exposed-form .form--inline>.form-item {
    float: none;
}

.sidebar__section .bef-exposed-form .form--inline fieldset legend {
    display: block;
    width: 100%;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-width: 0 0 1px 0;
    border-color: #f4f4f4;
}

.sidebar__section .bef-exposed-form .form--inline fieldset legend .fieldset-legend {
    display: block;
    float: none;
}

@media (min-width:992px) {
    .sidebar__section .bef-exposed-form .form--inline>.form-item {
        margin: 0 0 20px;
    }
}

.contact-info .icon {
    width: 90px;
    height: 90px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    margin: 0 auto 30px;
    text-align: center;
    display: block;
    color: #767676;
    background: #ebebeb;
}

.contact-info .icon i {
    font-size: 30px;
    width: 100%;
    height: 100%;
    line-height: 92px;
}

.contact-info ul, ul.contact-info {
    list-style: none;
    margin: 10px 0;
    padding: 0;
}

.contact-info li {
    overflow-wrap: break-word;
    padding: 0 0 0 45px;
    margin: 0 0 30px 0;
    position: relative;
}

.contact-info li>i {
    color: #a3a3a3;
    position: absolute;
    left: 10px;
    top: 2px;
    font-size: 20px;
    width: 22px;
    text-align: center;
}

.slideout__section .contact-info li {
    padding: 0 0 25px 25px;
    min-height: 0;
    position: relative;
}

.slideout__section .contact-info li>i {
    top: 5px;
    font-size: 15px;
    line-height: 1;
    width: 20px;
    height: auto;
    text-align: left;
    color: #707070;
    background-color: transparent;
}

.region--light-typography .contact-info .icon {
    background-color: #ffffff;
    color: #767676;
}

.region--light-typography .contact-info li i {
    color: #ffffff;
}

.region--light-typography .slideout__section .contact-info li i {
    background-color: transparent;
}

.region--light-typography.region--dark-background .slideout__section .contact-info li i, .region--light-typography.region--black-background .slideout__section .contact-info li i, .region--light-typography.region--colored-background .slideout__section .contact-info li i {
    color: #ffffff;
}

.block+.block .contact-info-items-grid {
    border-top-style: solid;
    border-width: 2px;
    border-color: #f2f4f6;
    margin-top: 45px;
    padding-top: 50px;
}

.contact-info-items-grid .contact-info-item {
    min-height: 160px;
    padding-top: 30px;
}

.contact-info-items-grid .contact-info-item.contact-info-item--bordered {
    border-right-style: solid;
    border-right-width: 2px;
    border-right-color: #f2f4f6;
}

.contact-info-items-grid .contact-info-item__icon {
    font-size: 50px;
    margin-bottom: 15px;
    line-height: 1;
}

.contact-info-items-grid .contact-info-item__text {
    font-size: 20px;
    line-height: 1.2;
}

.region--dark-typography .contact-info-items-grid .contact-info-item__icon {
    color: #e6e6e6;
}

.region--light-typography .contact-info-items-grid .contact-info-item.contact-info-item--bordered, .region--light-typography .block+.block .contact-info-items-grid {
    border-color: rgba(255, 255, 255, 0.15);
}

.company-info {
    padding-top: 10px;
}

@media (max-width:767px) {
    .company-info {
        padding-bottom: 10px;
    }
}

.container-fluid .call-to-action {
    text-align: center;
    max-width: 1140px;
    margin: 0 auto;
}

.call-to-action h2 {
    font-size: 24px;
    margin: 0;
    text-transform: none;
    font-weight: 400;
    margin: 35px 0 25px;
}

.region--dark-typography .call-to-action h2 {
    color: #656565;
}

.region--dark-typography .region--light-typography .call-to-action h2 {
    color: #ffffff;
}

.call-to-action a.button {
    margin: 0 0 35px 0;
}

@media (min-width:992px) {
    .call-to-action h2 {
        margin: 35px 0;
    }

    .call-to-action a.button {
        margin: 25px 0;
    }
}

.credit-cards {
    padding-left: 0;
}

.credit-cards li {
    display: inline-block;
    padding: 0;
    font-size: 36px;
}

.region--dark-typography .credit-cards li {
    color: #363636;
}

.field--mt-dropdowns-block {
    text-align: right;
}

.header__section .field--mt-dropdowns-block {
    padding-top: 7px;
}

@media (min-width:768px) {
    .page-container-border-enabled .header-container .container-fluid .header-third .field--mt-dropdowns-block {
        padding-right: 15px;
    }
}

.dropdown-trigger {
    -webkit-appearance: none;
    background-color: transparent;
    border: none;
    font-size: 16px;
    padding: 0 10px;
    line-height: 38px;
    width: 40px;
    height: 40px;
    text-transform: uppercase;
    border-width: 1px;
    border-color: #acacac;
    border-style: solid;
    border-radius: 100%;
}

.region--light-typography .dropdown-trigger {
    border-color: rgba(255, 255, 255, 0.5)
}

.dropdown-menu {
    min-width: 335px;
    padding: 20px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-top: 10px;
    border-radius: 0;
}

.region--white-background .dropdown-menu {
    background-color: #ffffff;
}

.region--gray-background .dropdown-menu {
    background-color: #f4f4f4;
}

.header.region--gray-background .dropdown-menu {
    background-color: #f1f1f1;
}

.region--black-background .dropdown-menu {
    background-color: #1d1d1d;
}

.region--white-pattern .dropdown-menu {
    background-image: url(/corporate-lite/site/themes/contrib/corporate_lite/images/white-pattern.png);
    background-repeat: repeat;
    background-position: 0 0;
}

.dropdown-menu .field__item+.field__item {
    padding-top: 20px;
}

.fancy-block-container {
    position: relative;
    min-height: 560px;
}

.fancy-block {
    padding: 60px;
    position: absolute;
}

.fancy-block-text {
    background-color: #ffffff;
    border-color: #ebebeb;
    border-width: 3px;
    border-style: solid;
}

.fancy-block-image {
    padding-bottom: 0;
}

.fancy-block h3 {
    font-size: 35px;
    margin-top: 0;
}

.fancy-top-left {
    top: 0;
    left: 0;
}

.fancy-top-middle {
    top: 0;
    left: 29%;
    padding-right: 0;
}

.fancy-top-right {
    top: 0;
    right: 0;
}

.fancy-top-right.fancy-block-image {
    padding-right: 0;
}

.fancy-bottom-left {
    bottom: 0;
    left: 0;
}

.fancy-bottom-right {
    bottom: 0;
    right: 0;
}

@media (min-width:768px) {
    .fancy-top-left.fancy-block-text {
        padding-right: 85px;
    }
}

@media (min-width:992px) {
    .fancy-bottom-right.fancy-block-text {
        margin-right: 70px;
    }

    .fancy-top-left.fancy-block-text {
        padding-right: 140px;
    }
}

@media (min-width:1200px) {
    .fancy-top-left.fancy-block-text {
        padding-right: 180px;
    }
}

@media (max-width:991px) {
    .fancy-top-middle {
        left: 38%;
    }

    .fancy-bottom-left {
        padding-left: 0;
    }
}

@media (max-width:767px) {
    .fancy-block {
        position: static;
        padding: 30px;
    }

    .fancy-block-text {
        width: 100%;
    }

    .fancy-block-image {
        max-width: 50%;
        padding: 0;
        float: left;
    }
}

.region--black-background .fancy-block-text {
    background-color: #1d1d1d;
}

.region--gray-background .fancy-block-text {
    background-color: #f4f4f4;
}

.fancy-block-2-container {
    position: relative;
}

.fancy-image-top-left {
    top: 0;
    left: 0;
    padding-right: 35%;
    padding-bottom: 25%;
    margin-top: 10px;
}

.fancy-image-bottom-right {
    bottom: 0;
    right: 0;
    padding-left: 35%;
    padding-top: 30%;
}

.fancy-image--position-absolute {
    position: absolute;
    max-width: 65%;
    padding: 0;
}

.fancy-image--box-shadow {
    -webkit-box-shadow: 0 0 35px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 35px 10px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 35px 10px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 35px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 35px 10px rgba(0, 0, 0, 0.1);
}

.highlight {
    text-align: center;
    margin-bottom: 20px;
}

.highlight--bordered:before {
    content: "";
    width: 1px;
    height: 100%;
    left: -15px;
    top: 0;
    position: absolute;
    background-color: #dfdfdf;
}

.highlight-head {
    font-size: 48px;
    font-weight: 400;
}

.highlight-body {
    font-size: 22px;
    font-weight: 400;
}

.headings-wide-spacing-enabled .highlight-body {
    letter-spacing: 0.25em;
    text-transform: uppercase;
}

.region--light-typography .highlight--bordered:before {
    background-color: #ffffff;
}

.highlight-2 {
    text-align: center;
    padding: 5px 0 40px;
}

.highlight-2-head {
    display: block;
    margin: 0 auto;
    font-size: 40px;
    margin-bottom: 25px;
    font-weight: 300;
    background-color: #f4f4f4;
    border-radius: 100%;
    width: 100px;
    height: 100px;
    line-height: 100px;
}

.region--gray-background .highlight-2-head {
    background-color: #ffffff;
}

.region--light-typography .highlight-2-head {
    background-color: rgba(255, 255, 255, 0.1);
}

.highlight-2-body {
    font-size: 12px;
    font-weight: 600;
}

.headings-wide-spacing-enabled .highlight-2-body {
    letter-spacing: 0.25em;
    text-transform: uppercase;
}

.more-link a {
    margin: 0 0 10px 0px;
    display: block;
    background: transparent;
    padding: 0;
    text-align: left;
    text-transform: uppercase;
    border: none;
    font-weight: 300;
    text-decoration: none;
    font-size: 0.8em;
}

.more-link a:after {
    content: "\f101";
    font-family: 'FontAwesome';
    font-size: 12px;
    margin-left: 5px;
    display: inline-block;
    line-height: 1;
}

.region--light-typography .more-link a {
    color: #ffffff;
}

.region--light-typography.region--black-background .more-link a:hover {
    text-decoration: none;
}

@media (max-width:767px) {
    .footer__section .more-link a, .footer-bottom__section .more-link a, .subfooter__section .more-link a {
        text-align: center;
    }
}

.list--fa-star, .list--fa-caret-right, .list--fa-plus, .list--fa-square, .list--fa-check, .list--fa-check-circle, .list--fa-custom {
    margin-bottom: 15px;
    padding-left: 0;
    list-style: none;
}

.list--fa-star li, .list--fa-plus li, .list--fa-square li, .list--fa-caret-right li, .list--fa-check li, .list--fa-check-circle li {
    padding: 0 0 5px 20px;
    position: relative;
}

.list--fa-star li:before, .list--fa-caret-right li:before, .list--fa-plus li:before, .list--fa-square li:before, .list--fa-check li:before, .list--fa-check-circle li:before {
    content: "";
    font-family: "FontAwesome";
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 10px;
}

.list--fa-star li:before {
    content: "\f005";
}

.list--fa-caret-right li:before {
    content: "\f0da";
    font-size: 12px;
}

.list--fa-plus li:before {
    content: "\f067";
}

.list--fa-square li:before {
    content: "\f0c8";
    font-size: 5px;
    top: 10px;
}

.list--fa-check li:before {
    content: "\f00c";
}

.list--fa-check-circle li:before {
    content: "\f058";
}

.list--fa-custom li {
    padding: 0 0 5px 0;
}

.list--fa-custom li i {
    margin-right: 5px;
    width: 15px;
    font-size: 10px;
}

.form-item, .form-actions {
    margin: 20px 0;
}

input.form-text, input.form-tel, input.form-email, input.form-url, input.form-search, input.form-file, input.form-number, input.form-color, textarea, select {
    background: #ffffff;
    color: #363636;
    font-size: 18px;
    padding: 14px 15px;
    outline: none;
    border-width: 1px;
    border-style: solid;
    border-color: #acacac;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-appearance: none;
    width: 100%;
    font-weight: 400;
    -webkit-box-shadow: inset 0 1px 2px #e1e1e1;
    box-shadow: inset 0 1px 2px #e1e1e1;
    -webkit-transition: border-color 0.2s linear;
    -o-transition: border-color 0.2s linear;
    transition: border-color 0.2s linear;
}

.region--light-typography input.form-text, .region--light-typography input.form-tel, .region--light-typography input.form-email, .region--light-typography input.form-url, .region--light-typography input.form-search, .region--light-typography input.form-file, .region--light-typography input.form-number, .region--light-typography input.form-color, .region--light-typography textarea, .region--light-typography select {
    border-color: #ffffff;
    box-shadow: none;
}

select {
    margin: 10px 0;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    select {
        background-image: url(/corporate-lite/site/themes/contrib/corporate_lite/images/angle-down-black.png);
        background-image: linear-gradient(transparent, transparent), url(/corporate-lite/site/themes/contrib/corporate_lite/images/angle-down-black.svg);
        background-size: 20px 20px;
        background-repeat: no-repeat;
        background-position: 98.5% 50%;
    }
}

.container-inline:not(.block) {
    margin: 15px 0;
}

.container-inline input.form-text, .container-inline input.form-tel, .container-inline input.form-email, .container-inline input.form-url, .container-inline input.form-search, .container-inline input.form-file, .container-inline input.form-number, .container-inline input.form-color {
    width: auto;
    margin-right: 5px;
    padding: 11px 15px 10px;
}

.container-inline input[type="submit"] {
    margin: 0;
}

@media (max-width:767px) {
    .container-inline .form-actions {
        margin: 10px 0;
        display: block;
    }

    .container-inline .form-submit {
        margin-top: 5px;
    }

    .container-inline input.form-text, .container-inline input.form-tel, .container-inline input.form-email, .container-inline input.form-url, .container-inline input.form-search, .container-inline input.form-file, .container-inline input.form-number, .container-inline input.form-color {
        width: 100%;
    }
}

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

.form-group:last-child {
    margin-bottom: 0;
}

.form-group .form-item, .form-group .form-actions {
    margin: 0;
}

.form-submit-icon {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 100%;
    color: #ffffff;
    border: none;
    border-radius: 0 5px 5px 0;
}

.form-submit-icon i {
    line-height: 40px
}

textarea {
    resize: none;
}

label {
    display: block;
    color: #363636;
    font-size: 15px;
}

.label {
    color: #2d2d2d;
}

.region--light-typography .label, .region--light-typography label {
    color: #ffffff;
}

fieldset {
    border: 1px solid #acacac;
    padding: 0.5em;
    margin: 20px 0 35px;
}

fieldset legend {
    border: 1px solid #acacac;
    display: inline-block;
    width: auto;
    padding: 5px;
    font-size: 12px;
    text-transform: uppercase;
    margin-left: 10px;
}

.region--light-typography fieldset legend {
    color: #ffffff;
}

input[type="radio"], input[type="checkbox"] {
    margin: 0px 10px 3px 0;
}

::-webkit-input-placeholder {
    color: #9c9c9c;
}

:-moz-placeholder {
    color: #9c9c9c;
}

::-moz-placeholder {
    color: #9c9c9c;
}

:-ms-input-placeholder {
    color: #9c9c9c;
}

.field--entity-reference-target-type-taxonomy-term, .field--entity-reference-target-type-taxonomy-term.field__item {
    margin: 15px 0;
}

.field--entity-reference-target-type-taxonomy-term+.field--entity-reference-target-type-taxonomy-term {
    margin-top: 0;
}

.field--entity-reference-target-type-taxonomy-term.field__item {
    display: inline-block;
}

.field--entity-reference-target-type-taxonomy-term .field__item {
    display: inline-block;
    vertical-align: top;
    margin: 3px 0 2px 0;
}

.field--entity-reference-target-type-taxonomy-term .field__item a, .field--entity-reference-target-type-taxonomy-term.field__item a {
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    padding: 3px 8px;
    font-size: 11px;
    background-color: #dfdfdf;
    color: #363636;
}

.field--entity-reference-target-type-taxonomy-term .field__item a:hover, .field--entity-reference-target-type-taxonomy-term.field__item a:hover {
    color: #ffffff;
}

.field--name-field-mt-brand-image {
    margin-bottom: 30px;
}

.field--name-field-mt-collection-image {
    margin-bottom: 30px;
}

ul.icons-list {
    list-style: none;
    margin: 0 -15px;
    padding: 0;
}

ul.icons-list li {
    display: inline-block;
    margin: 10px 15px;
    vertical-align: middle;
}

ul.icons-list li a {
    display: block;
}

ul.icons-list li a:hover {
    text-decoration: none;
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.header-top__section ul.icons-list li a {
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.header-top__section ul.icons-list li a:hover {
    opacity: 0.8;
}

ul.icons-list li i {
    font-size: 23px;
}

ul.icons-list--small li i {
    font-size: 20px;
}

ul.icons-list--large li i {
    font-size: 28px;
}

ul.icons-list--extra-large li i {
    font-size: 55px;
}

ul.icons-list.icons-list--bordered {
    margin: 0 -5px;
}

ul.icons-list.icons-list--bordered li {
    display: inline-block;
    margin: 4px 5px;
}

ul.icons-list.icons-list--bordered li a {
    display: block;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    text-align: center;
    color: #b2b2b2;
    border: 1px solid #c8c8c8;
}

ul.icons-list.icons-list--bordered li i {
    width: 100%;
    height: 100%;
    line-height: 50px;
}

ul.icons-list.icons-list--bordered li a:hover {
    text-decoration: none;
    color: #666666;
    border: 1px solid #666666;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
}

ul.icons-list.icons-list--bordered.icons-list--small li a {
    width: 40px;
    height: 40px;
}

ul.icons-list.icons-list--bordered.icons-list--small li i {
    line-height: 40px;
}

ul.icons-list.icons-list--bordered.icons-list--large li a {
    width: 65px;
    height: 65px;
}

ul.icons-list.icons-list--bordered.icons-list--large li i {
    line-height: 65px;
}

ul.icons-list.icons-list--bordered.icons-list--extra-large li a {
    width: 100px;
    height: 100px;
}

ul.icons-list.icons-list--bordered.icons-list--extra-large li i {
    line-height: 100px;
}

.region--light-typography ul.icons-list li a {
    color: rgba(255, 255, 255, 0.75);
}

.region--light-typography ul.icons-list li a:hover {
    color: #ffffff;
}

.region--light-typography ul.icons-list.icons-list--bordered li a {
    border-color: rgba(255, 255, 255, 0.50);
}

.region--light-typography ul.icons-list.icons-list--bordered li a:hover {
    border-color: rgba(255, 255, 255, 0.50);
}

.footer-top__section.footer-top-second .icons-list {
    text-align: right;
}

@media (max-width:991px) {
    .footer-top__section.footer-top-second .icons-list {
        text-align: center;
    }
}

.social-links {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: block;
    font-size: 0;
}

.social-links.social-links--inline li {
    display: inline-block;
}

.social-links li a {
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    padding: 10px 20px;
    line-height: 1;
    display: inline-block;
    border-radius: 4px;
}

.social-links li a:hover {
    background-color: rgba(255, 255, 255, 0.8);
}

.headings-wide-spacing-enabled .social-links li a {
    letter-spacing: 0.25em;
    text-transform: uppercase;
}

.text-color-facebook, .region--light-typography .text-color-facebook, a.hover-color-facebook:hover, .region--light-typography a.hover-color-facebook:hover {
    color: #3b5998;
}

.text-color-twitter, .region--light-typography .text-color-twitter, a.hover-color-twitter:hover, .region--light-typography a.hover-color-twitter:hover {
    color: #1da1f3
}

.text-color-behance, .region--light-typography .text-color-behance, a.hover-color-behance:hover, .region--light-typography a.hover-color-behance:hover {
    color: #1769ff;
}

.text-color-dribbble, .region--light-typography .text-color-dribbble, a.hover-color-dribbble:hover, .region--light-typography a.hover-color-dribbble:hover {
    color: #ea4c89;
}

.text-color-instagram, .region--light-typography .text-color-instagram, a.hover-color-instagram:hover, .region--light-typography a.hover-color-instagram:hover {
    color: #f56040;
}

.text-color-vimeo, .region--light-typography .text-color-vimeo, a.hover-color-vimeo:hover, .region--light-typography a.hover-color-vimeo:hover {
    color: #1ab7ea;
}

.text-color-youtube, .region--light-typography .text-color-youtube, a.hover-color-youtube:hover, .region--light-typography a.hover-color-youtube:hover {
    color: #cd201f;
}

.text-color-googleplus, .region--light-typography .text-color-googleplus, a.hover-color-googleplus:hover, .region--light-typography a.hover-color-googleplus:hover {
    color: #d34836;
}

@media (max-width:767px) {
    .footer-bottom__section ul.social-links li, .footer__section ul.social-links li, .subfooter__section ul.social-links li {
        display: block;
    }
}

.social-media img {
    border-radius: 0;
}

.item-list ul {
    list-style-type: square;
}

.item-list ul li {
    margin-bottom: 10px;
}

.item-list ul li:last-child, .footer .item-list ul li:last-child, .banner .item-list ul li:last-child {
    padding: 0;
}

.item-list ul li span {
    font-size: 13px;
    font-style: italic;
    font-weight: 400;
    padding-left: 5px;
}

.block-user-login-block .item-list ul li {
    padding: 0;
    margin: 0;
    border-bottom: none;
}

.inline-list {
    padding: 0;
    margin: 10px -15px;
    list-style: none;
}

.inline-list ul {
    margin: 0 -15px;
    padding: 0;
}

.inline-list ul.icons-list {
    margin: 0 -10px;
}

.header-top-highlighted__section .inline-list {
    margin: 8px -15px;
}

.header-top__section .inline-list {
    margin: 0 -15px;
}

.inline-list__item {
    display: inline-block;
    padding: 0 15px;
}

.inline-list__icon {
    padding-right: 5px;
}

.overlay-container {
    position: relative;
    display: block;
    overflow: hidden;
}

.image-preview .overlay-container {
    max-width: 100%;
    float: left;
}

.overlay-container.overlay-container--circle {
    border-radius: 100%;
}

.overlay-container--circle img {
    border-radius: 100%;
}

.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    z-index: 10;
}

.overlay-container.overlay-container--circle .overlay {
    border-radius: 100%;
}

.overlay--visible {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.overlay-target-link {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}

.overlay--white {
    background-color: rgba(255, 255, 255, 0.6);
}

.overlay-inner {
    position: absolute;
    height: 0;
    top: 50%;
    margin-top: -40px;
    left: 0;
    width: 100%;
    text-align: center;
}

.overlay-inner a.overlay-title {
    font-size: 14px;
    display: inline-block;
    color: #ffffff;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: transparent;
    margin-bottom: 5px;
    text-decoration: none;
}

.headings-wide-spacing-enabled .overlay-inner a.overlay-title {
    letter-spacing: 0.25em;
    text-transform: uppercase;
}

.overlay-inner a.overlay-title:hover {
    border-bottom-color: #ffffff;
}

.overlay-inner .overlay-subtitle {
    font-size: 15px;
    color: #ffffff;
    display: block;
}

.overlay-caption-container {
    position: absolute;
    height: 0;
    top: 50%;
    left: 0;
    margin-top: -32px;
    width: 100%;
}

.overlay-caption {
    padding: 20px 0;
    display: block;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
}

.overlay-caption:hover {
    color: #ffffff;
}

.overlay-caption--black {
    background-color: rgba(0, 0, 0, 0.8);
    color: #ffffff;
    position: relative;
}

.overlay-caption--black:before {
    content: "";
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.overlay-icon {
    display: inline-block;
    font-size: 35px;
    text-align: center;
    line-height: 80px;
    color: #ffffff;
}

.overlay-icon:hover {
    color: #ffffff;
}

.overlay-icon--small {
    font-size: 20px;
}

.overlay-icon--button {
    font-size: 30px;
    width: 80px;
    height: 80px;
    margin: 0 10px;
    background-color: #ffffff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    line-height: 80px;
    color: #ffffff;
    -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.17);
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.17);
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

.overlay-icon--button-small {
    width: 30px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    margin-top: 25px;
}

.overlay .button {
    padding: 15px 20px;
}

.overlay .button i {
    padding-right: 15px;
}

.overlay-container:hover {
    text-decoration: none;
}

.overlay-container:hover .overlay-caption--black {
    background-color: transparent;
}

.overlay-container:hover .overlay-caption--black:before {
    top: -375px;
    height: 750px;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-transition: all 0.7s linear;
    -o-transition: all 0.7s linear;
    transition: all 0.7s linear;
}

.overlay-container:hover .overlay-caption {
    -ms-transform: scale(2);
    -webkit-transform: scale(2);
    transform: scale(2);
}

.overlay-container:hover .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
}

.overlay-container:hover .overlay-icon--button {
    -webkit-box-shadow: 0 19px 16px rgba(0, 0, 0, 0.17);
    box-shadow: 0 19px 16px rgba(0, 0, 0, 0.17);
}

.overlay-animated {
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.overlay-fade-left {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

.overlay-fade-right {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}

.overlay-fade-top {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

.overlay-fade-bottom {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

.overlay-container:hover .overlay-fade-left {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

.overlay-container:hover .overlay-fade-right {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

.overlay-container:hover .overlay-fade-top {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

.overlay-container:hover .overlay-fade-bottom {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.node ul.links {
    padding: 10px 0;
    margin: 0;
    list-style: none;
}

.node ul.links li a {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 15px 23px;
    text-decoration: none;
    display: inline-block;
    line-height: 1;
    border-width: 1px;
    border-style: solid;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin: 10px 0;
    text-align: center;
    text-decoration: none;
    background-color: transparent;
}

.headings-wide-spacing-enabled .node ul.links li a {
    letter-spacing: 0.25em;
}

.node ul.links li a:hover, .node ul.links li a:focus {
    color: #ffffff;
}

.node ul.links li a.active:hover {
    color: #ffffff;
}

.node ul.inline li {
    padding: 0;
    display: inline-block;
}

.node ul.inline li a {
    margin: 0 20px 10px 0;
}

.node .comment-forbidden a:last-child {
    margin: 0 10px 10px 10px;
}

.node .comment-forbidden a:first-child {
    margin: 0 10px 10px 0;
}

.separator {
    width: 60px;
    height: 5px;
    margin: 20px auto;
    display: block;
    border-radius: 10px;
}

.separator--gray {
    background-color: #e4e8ed;
}

.separator--white {
    background-color: #ffffff;
}

.separator--black {
    background-color: #232323;
}

.subscribe-form {
    position: relative;
    top: 0px;
    width: 100%;
    left: 0;
}

.footer-top__section .subscribe-form {
    margin: 5px 0;
}

@media (max-width:992px) {
    .footer-top__section .subscribe-form {
        margin-bottom: 20px;
    }
}

.subscribe-form .form-group {
    display: block;
}

.subscribe-form .form-item, .subscribe-form .form-actions {
    margin: 0;
}

.subscribe-form input.form-text {
    background-color: transparent;
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-right: 150px;
    border: 0;
    width: 100%;
}

.region--light-typography .subscribe-form .form-text {
    color: #ffffff;
}

.subscribe-form input[type="submit"] {
    margin: 0;
    font-size: 12px;
    min-width: 140px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -22px;
}

.subscribe-full-width h4 {
    margin-bottom: 20px;
    text-align: center;
}

.subscribe-full-width h4 i {
    padding-right: 10px;
}

@media (min-width:768px) {
    .subscribe-full-width input[type="submit"] {
        margin: 0;
    }
}

@media (min-width:992px) {
    .subscribe-full-width h4 {
        text-align: left;
        margin: 7px;
    }
}

.block-search form {
    position: relative;
}

.block-search input.form-search {
    padding: 10px 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 14px;
    width: 100%;
    color: #363636;
    margin: 0;
}

.block-search .form-actions {
    position: absolute;
    top: 0px;
    right: 0px;
    margin: 0;
    font-size: 16px;
}

.block-search .form-actions:after {
    font-family: 'FontAwesome';
    content: "\f002";
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    line-height: 44px;
    width: 40px;
    display: block;
    text-align: center;
}

.block-search input.form-submit {
    background-color: transparent;
    min-width: 0;
    position: relative;
    z-index: 1;
    height: 43px;
    margin: 0;
    padding: 15px;
    text-indent: -9999px;
    border: none;
    box-shadow: none;
}

.block-search input.form-submit:focus, .block-search input.form-submit:hover {
    outline: none;
    background: transparent;
}

.region--light-typography .block-search .form-actions:after {
    color: #767676;
}

.region--black-background .block-search input.form-submit, .region--black-background .block-search input.form-submit:hover {
    background-color: transparent;
}

.header-top-highlighted__section .block-search {
    margin: 10px 0 0;
}

.header-top-highlighted__section .block-search form {
    position: relative;
    padding-left: 35px;
}

.header-top-highlighted__section input.form-search {
    background-color: transparent;
    padding: 5px 0;
    border-width: 0 0 1px 0;
    border-radius: 0;
    margin: 0;
    box-shadow: none;
}

.region--light-typography .header-top-highlighted__section input.form-search {
    border-color: rgba(255, 255, 255, 0.15);
    color: #ffffff;
}

.header-top-highlighted__section input.form-search:focus, .header-top-highlighted__section input.form-search:hover {
    box-shadow: none;
}

.header-top-highlighted__section .block-search .form-actions {
    left: 0;
    width: 35px;
    text-align: center;
}

.header-top-highlighted__section .block-search .form-actions:after {
    font-family: 'FontAwesome';
    content: "\f002";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    display: block;
    line-height: 35px;
}

.header-top-highlighted__section .block-search input.form-submit {
    height: 35px;
    width: 35px;
    box-shadow: none;
}

.region--light-typography .header-top-highlighted__section .block-search .form-actions:after {
    color: #ffffff;
}

.region--light-typography .header-top-highlighted__section ::-webkit-input-placeholder, .region--light-typography .header-top-highlighted__section :-moz-placeholder, .region--light-typography .header-top-highlighted__section ::-moz-placeholder, .region--light-typography .header-top-highlighted__section :-ms-input-placeholder {
    color: #ffffff;
}

@media (max-width:767px) {
    .header-top-highlighted__section .block-search {
        margin-bottom: 10px;
    }
}

.header__section .block-search {
    padding-top: 8px;
}

@media (min-width:992px) {
    .header-container .container-fluid .logo-and-site-name-wrapper {
        padding-left: 20px;
    }
}

.logo {
    float: left;
    margin-right: 10px;
    display: inline-block;
}

.logo-centered {
    float: none;
    text-align: center;
}

.logo-centered .site-branding__logo {
    display: block;
    margin-bottom: 10px;
}

.logo:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.site-name a {
    font-size: 35px;
    font-weight: 700;
    line-height: 1.1;
    text-decoration: none;
}

.region--light-typography .site-name a {
    color: #ffffff;
}

.site-name a:hover {
    text-decoration: none;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.site-slogan {
    font-size: 12px;
    line-height: 1.30;
    padding: 0;
    font-weight: 400;
}

.headings-wide-spacing-enabled .site-slogan {
    letter-spacing: 0.25em;
    text-transform: uppercase;
}

@media (max-width:767px) {
    .logo {
        float: none;
        margin-right: 0;
        display: block;
        text-align: center;
        display: block;
        visibility: visible;
        -webkit-transform: scale(0.75);
        -moz-transform: scale(0.75);
        -ms-transform: scale(0.75);
        -o-transform: scale(0.75);
        transform: scale(0.75);
    }

    .site-name, .site-slogan {
        text-align: center;
    }

    .site-name {
        margin: 5px 0 0 0;
    }

    .site-slogan {
        display: block;
        visibility: visible;
        padding: 5px 0 0 0;
    }
}

.col-md-12 .logo-and-site-name-wrapper {
    margin: 0 0 15px;
    text-align: center;
}

.col-md-12 .logo {
    margin: 0 auto;
    float: none;
}

.col-md-12 .site-branding__logo {
    display: block;
    margin-bottom: 10px;
}

.col-md-12 .site-name a {
    font-size: 30px;
    margin-bottom: 5px;
    display: block;
}

.col-md-12 .site-slogan {
    font-size: 12px;
    font-weight: 300;
    color: inherit;
}

.slideout__section .logo-and-site-name-wrapper {
    margin: 0 0 15px;
}

.slideout__section .logo {
    display: block;
    float: none;
    margin: 0 auto;
    text-align: center;
}

.slideout__section .logo a {
    margin: 0 auto;
    display: inline-block;
}

.slideout__section .site-name a {
    font-size: 30px;
    margin-bottom: 5px;
    display: block;
    text-align: center;
}

.slideout__section .site-slogan {
    font-size: 12px;
    font-weight: 300;
    color: inherit;
    text-align: center;
}

.footer__section .logo-and-site-name-wrapper {
    margin: 0 0 15px;
}

.footer__section .site-name a {
    font-size: 30px;
    margin-bottom: 5px;
    display: block;
}

.footer__section .site-slogan {
    font-size: 12px;
    font-weight: 300;
    color: inherit;
}

.region--dark-typography .subfooter__section .site-slogan {
    color: #a5a5a5;
}

.static-promoted-images-item {
    margin-top: 30px;
}

.pricing-tables {
    position: relative;
    padding-top: 30px;
}

.pricing-table {
    text-align: center;
    border-width: 1px;
    border-style: solid;
    margin: 0 0 40px 0;
    padding: 0 0 95px 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    position: relative;
}

.region--light-typography .pricing-table {
    border-color: rgba(255, 255, 255, 0.1);
}

.pricing-table-header {
    color: #ffffff;
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}

.region--light-typography .pricing-table-header {
    background-color: rgba(255, 255, 255, 0.1);
}

.pricing-table-title {
    font-weight: 400;
    font-size: 14px;
    padding: 18px 0 2px;
}

.pricing-table-title a {
    color: #ffffff;
    text-decoration: none;
}

.pricing-table-title a:hover {
    text-decoration: none;
    color: #ffffff;
}

.pricing-table-price {
    padding: 0 0 20px 0;
    font-weight: 700;
    font-size: 40px;
}

.pricing-table .item-list>ul {
    list-style: none;
    margin: 0;
}

.pricing-table .item-list li {
    margin: 0;
}

.pricing-table .pricing-table-item {
    padding: 15px 20px;
    margin: 0;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #f3f3f3;
}

.pricing-table li:last-child .pricing-table-item {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #f3f3f3;
}

.pricing-table li:nth-child(2n) .pricing-table-item {
    background-color: #fafafa;
}

.region--light-typography .pricing-table .pricing-table-item {
    border-top-color: rgba(255, 255, 255, 0.05);
}

.region--light-typography .pricing-table li:last-child .pricing-table-item {
    border-bottom-color: rgba(255, 255, 255, 0.11);
}

.region--light-typography .pricing-table li:nth-child(2n) .pricing-table-item {
    background-color: rgba(255, 255, 255, 0.1);
}

.pricing-table-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 0 0 15px;
}

.pricing-table--blue {
    border-color: #0288d0;
}

.pricing-table--blue .pricing-table-header {
    background-color: #0288d0;
}

.pricing-table--blue .views-field-field-mt-most-popular {
    background-color: #08a7fd;
}

.pricing-table--blue a.button {
    color: #0288d0;
    border-color: rgba(2, 136, 208, 0.5);
}

.pricing-table--blue a.button:hover, .pricing-table--blue a.button:focus {
    background-color: #08a7fd;
    border-color: #08a7fd;
    color: #ffffff;
}

.pricing-table--blue a.button.button--hover-style-2:before, .pricing-table--blue .button.button--hover-style-2>a:before {
    background-color: #08a7fd;
    border-color: #08a7fd;
}

.region--light-typography .pricing-table--blue a.button:hover, .region--light-typography .pricing-table--blue a.button:focus {
    color: #08a7fd;
}

.pricing-table--gold {
    border-color: #79725d;
}

.pricing-table--gold .pricing-table-header {
    background-color: #79725d;
}

.pricing-table--gold .views-field-field-mt-most-popular {
    background-color: #948C75;
}

.pricing-table--gold a.button {
    color: #79725d;
    border-color: rgba(121, 114, 93, 0.5);
}

.pricing-table--gold a.button:hover, .pricing-table--gold a.button:focus {
    background-color: #948C75;
    border-color: #948C75;
    color: #ffffff;
}

.pricing-table--gold a.button.button--hover-style-2:before, .pricing-table--gold .button.button--hover-style-2>a:before {
    background-color: #948C75;
    border-color: #948C75;
}

.region--light-typography .pricing-table--gold a.button:hover, .region--light-typography .pricing-table--gold a.button:focus {
    color: #948C75;
}

.pricing-table--gray {
    border-color: #252525;
}

.pricing-table--gray .pricing-table-header {
    background-color: #252525;
}

.pricing-table--gray .views-field-field-mt-most-popular {
    background-color: #767676;
}

.pricing-table--gray a.button {
    color: #252525;
    border-color: rgba(37, 37, 37, 0.50);
}

.pricing-table--gray a.button:hover, .pricing-table--gray a.button:focus {
    background-color: #767676;
    border-color: #767676;
    color: #ffffff;
}

.pricing-table--gray a.button.button--hover-style-2:before, .pricing-table--gray .button.button--hover-style-2>a:before {
    background-color: #767676;
    border-color: #767676;
}

.region--light-typography .pricing-table--gray a.button:hover, .region--light-typography .pricing-table--gray a.button:focus {
    color: #767676;
}

.pricing-table--green {
    border-color: #378b3a;
}

.pricing-table--green .pricing-table-header {
    background-color: #378b3a;
}

.pricing-table--green .views-field-field-mt-most-popular {
    background-color: #46af49;
}

.pricing-table--green a.button {
    color: #378b3a;
    border-color: rgba(55, 139, 58, 0.5);
}

.pricing-table--green a.button:hover, .pricing-table--green a.button:focus {
    background-color: #46af49;
    border-color: #46af49;
    color: #ffffff;
}

.pricing-table--green a.button.button--hover-style-2:before, .pricing-table--green .button.button--hover-style-2>a:before {
    background-color: #46af49;
    border-color: #46af49;
}

.region--light-typography .pricing-table--green a.button:hover, .region--light-typography .pricing-table--green a.button:focus {
    color: #46af49;
}

.pricing-table--khaki {
    border-color: #74741b;
}

.pricing-table--khaki .pricing-table-header {
    background-color: #74741b;
}

.pricing-table--khaki .views-field-field-mt-most-popular {
    background-color: #9E9D24;
}

.pricing-table--khaki a.button {
    color: #74741b;
    border-color: rgba(116, 116, 27, 0.5);
}

.pricing-table--khaki a.button:hover, .pricing-table--khaki a.button:focus {
    background-color: #9E9D24;
    border-color: #9E9D24;
    color: #ffffff;
}

.pricing-table--khaki a.button.button--hover-style-2:before, .pricing-table--khaki .button.button--hover-style-2>a:before {
    background-color: #9E9D24;
    border-color: #9E9D24;
}

.region--light-typography .pricing-table--khaki a.button:hover, .region--light-typography .pricing-table--khaki a.button:focus {
    color: #9E9D24;
}

.pricing-table--lime {
    border-color: #99cc00;
}

.pricing-table--lime .pricing-table-header {
    background-color: #99cc00;
}

.pricing-table--lime .views-field-field-mt-most-popular {
    background-color: #91c200;
}

.pricing-table--lime a.button {
    color: #99cc00;
    border-color: rgba(153, 204, 0, 0.5);
}

.pricing-table--lime a.button:hover, .pricing-table--lime a.button:focus {
    background-color: #91c200;
    border-color: #91c200;
    color: #ffffff;
}

.pricing-table--lime a.button.button--hover-style-2:before, .pricing-table--lime .button.button--hover-style-2>a:before {
    background-color: #91c200;
    border-color: #91c200;
}

.region--light-typography .pricing-table--lime a.button:hover, .region--light-typography .pricing-table--lime a.button:focus {
    color: #91c200;
}

.pricing-table--night-blue {
    border-color: #537f92;
}

.pricing-table--night-blue .pricing-table-header {
    background-color: #537f92;
}

.pricing-table--night-blue .views-field-field-mt-most-popular {
    background-color: #6c99ac;
}

.pricing-table--night-blue a.button {
    color: #537f92;
    border-color: rgba(83, 127, 146, 0.5);
}

.pricing-table--night-blue a.button:hover, .pricing-table--night-blue a.button:focus {
    background-color: #6c99ac;
    border-color: #6c99ac;
    color: #ffffff;
}

.pricing-table--night-blue a.button.button--hover-style-2:before, .pricing-table--night-blue .button.button--hover-style-2>a:before {
    background-color: #6c99ac;
    border-color: #6c99ac;
}

.region--light-typography .pricing-table--night-blue a.button:hover, .region--light-typography .pricing-table--night-blue a.button:focus {
    color: #6c99ac;
}

.pricing-table--orange {
    border-color: #ff6e00;
}

.pricing-table--orange .pricing-table-header {
    background-color: #ff6e00;
}

.pricing-table--orange .views-field-field-mt-most-popular {
    background-color: #ff8b33;
}

.pricing-table--orange a.button {
    color: #ff6e00;
    border-color: rgba(255, 110, 0, 0.5);
}

.pricing-table--orange a.button:hover, .pricing-table--orange a.button:focus {
    background-color: #ff8b33;
    border-color: #ff8b33;
    color: #ffffff;
}

.pricing-table--orange a.button.button--hover-style-2:before, .pricing-table--orange .button.button--hover-style-2>a:before {
    background-color: #ff8b33;
    border-color: #ff8b33;
}

.region--light-typography .pricing-table--orange a.button:hover, .region--light-typography .pricing-table--orange a.button:focus {
    color: #ff8b33;
}

.pricing-table--pink {
    border-color: #d14785;
}

.pricing-table--pink .pricing-table-header {
    background-color: #d14785;
}

.pricing-table--pink .views-field-field-mt-most-popular {
    background-color: #db70a0;
}

.pricing-table--pink a.button {
    color: #d14785;
    border-color: rgba(209, 71, 133, 0.5);
}

.pricing-table--pink a.button:hover, .pricing-table--pink a.button:focus {
    background-color: #db70a0;
    border-color: #db70a0;
    color: #ffffff;
}

.pricing-table--pink a.button.button--hover-style-2:before, .pricing-table--pink .button.button--hover-style-2>a:before {
    background-color: #db70a0;
    border-color: #db70a0;
}

.region--light-typography .pricing-table--pink a.button:hover, .region--light-typography .pricing-table--pink a.button:focus {
    color: #db70a0;
}

.pricing-table--purple {
    border-color: #5b3488;
}

.pricing-table--purple .pricing-table-header {
    background-color: #5b3488;
}

.pricing-table--purple .views-field-field-mt-most-popular {
    background-color: #4f2d76;
}

.pricing-table--purple a.button {
    color: #5b3488;
    border-color: rgba(91, 52, 136, 0.5);
}

.pricing-table--purple a.button:hover, .pricing-table--purple a.button:focus {
    background-color: #4f2d76;
    border-color: #4f2d76;
    color: #ffffff;
}

.pricing-table--purple a.button.button--hover-style-2:before, .pricing-table--purple .button.button--hover-style-2>a:before {
    background-color: #4f2d76;
    border-color: #4f2d76;
}

.region--light-typography .pricing-table--purple a.button:hover, .region--light-typography .pricing-table--purple a.button:focus {
    color: #4f2d76;
}

.pricing-table--red {
    border-color: #d2131d;
}

.pricing-table--red .pricing-table-header {
    background-color: #d2131d;
}

.pricing-table--red .views-field-field-mt-most-popular {
    background-color: #bb111a;
}

.pricing-table--red a.button {
    color: #d2131d;
    border-color: rgba(210, 19, 29, 0.5);
}

.pricing-table--red a.button:hover, .pricing-table--red a.button:focus {
    background-color: #bb111a;
    border-color: #bb111a;
    color: #ffffff;
}

.pricing-table--red a.button.button--hover-style-2:before, .pricing-table--red .button.button--hover-style-2>a:before {
    background-color: #bb111a;
    border-color: #bb111a;
}

.region--light-typography .pricing-table--red a.button:hover, .region--light-typography .pricing-table--red a.button:focus {
    color: #bb111a;
}

.mt-text-block {
    border-color: #ebebeb;
    border-width: 3px;
    border-style: solid;
    padding: 60px 45px 55px;
    min-height: 255px;
}

.mt-text-block h4 {
    font-size: 24px;
    margin-top: 0;
}

table {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    margin: 25px 0 40px;
    color: #363636;
}

table tr th {
    font-size: 16px;
    text-transform: uppercase;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #e1e1e1;
    color: #363636;
    padding: 12px 20px;
}

.headings-wide-spacing-enabled table tr th {
    letter-spacing: 0.25em;
}

table tr th[scope="row"] {
    border-bottom: 0;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #e1e1e1;
}

table tr:last-child th[scope="row"]~td {
    border-bottom: 0;
}

table tr {
    font-size: 15px;
    background-color: transparent;
    border-bottom: 1px solid transparent;
}

table tr:last-child td {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #e1e1e1;
}

table tr td {
    padding: 12px 20px;
    text-align: left;
}

.region--light-typography table, .region--light-typography table tr th {
    color: #ffffff;
}

.region--light-typography table tr th, .region--light-typography table tr th[scope="row"], .region--light-typography table tr:last-child td {
    border-color: rgba(255, 255, 255, 0.3)
}

.nav-tabs {
    border-bottom: 1px solid #ebebeb;
    margin: 25px 0 20px;
}

.nav-tabs>li>a {
    margin-right: 2px;
    border: 1px solid transparent;
    padding: 8px 20px;
    display: block;
    font-weight: 700;
    text-transform: uppercase;
    color: #363636;
    border-radius: 0;
    text-decoration: none;
    font-size: 14px;
    border-bottom: 3px solid transparent;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.headings-wide-spacing-enabled .nav-tabs>li>a {
    letter-spacing: 0.2em;
}

.nav-tabs li a i {
    padding-right: 10px;
    font-size: 20px;
}

.nav-tabs>li>a:hover {
    text-decoration: none;
}

.nav-tabs>li>a:hover, .nav-tabs>li>a:focus, .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    background-color: transparent;
    border-color: transparent;
    border-bottom: 3px solid #bababa;
    text-decoration: none;
    color: #767676;
}

@media (max-width:767px) {
    .nav-tabs>li>a {
        font-size: 12px;
        padding: 12px 15px 6px;
        margin: 0 2px;
    }

    .nav-tabs~.tab-content {
        padding: 15px;
    }
}

@media (min-width:992px) {
    .col-md-3 .nav-tabs>li>a {
        font-size: 13px;
        padding: 8px 10px;
    }

    .col-md-3 .nav-tabs~.tab-content {
        padding: 20px 10px;
    }
}

@media (min-width:1200px) {
    .col-md-3 .nav-tabs>li>a {
        padding: 14px 15px 8px;
    }

    .col-md-3 .nav-tabs~.tab-content {
        padding: 20px;
    }
}

.region--light-typography .nav-tabs>li>a {
    color: #ffffff;
}

.region--light-typography .nav-tabs>li>a:hover, .region--light-typography .nav-tabs>li>a:focus, .region--light-typography .nav-tabs>li.active>a, .region--light-typography .nav-tabs>li.active>a:focus, .region--light-typography .nav-tabs>li.active>a:hover {
    border-bottom-color: #ffffff;
    color: #ffffff;
}

ul.tabs.primary {
    margin-bottom: 20px;
}

.nav-tabs.nav-tabs--vertical {
    display: table-cell;
    min-width: 20%;
    border-right-color: transparent;
    border: 0;
}

.nav-tabs.nav-tabs--vertical+.tab-content {
    display: table-cell;
    max-width: 80%;
}

.nav-tabs.nav-tabs--vertical>li {
    float: none;
}

.nav-tabs.nav-tabs--vertical>li>a {
    min-width: 70px;
    padding-top: 0;
    margin: 0 0px 15px;
    text-align: center;
}

.nav-tabs.nav-tabs--vertical>li>a {
    border-right-color: transparent;
}

.nav-tabs.nav-tabs--vertical~.tab-content {
    padding-left: 20px;
}

.nav-tab__title {
    font-size: 40px;
    text-transform: none;
    font-weight: 300;
}

.headings-wide-spacing-enabled .nav-tab__title {
    letter-spacing: 0.25em;
    text-transform: uppercase;
}

.nav-tab__subtitle {
    display: block;
    font-size: 16px;
    text-transform: none;
}

.nav-tabs.nav-tabs--fancy>li>a {
    padding: 35px 25px 40px;
    background-color: transparent;
    border-color: transparent;
    border-width: 2px;
    border-radius: 0;
    margin: 0;
    color: #2d2d2d;
}

.nav-tabs.nav-tabs--fancy>.active>a, .nav-tabs.nav-tabs--fancy>.active>a:focus, .nav-tabs.nav-tabs--fancy>.active>a:hover, .nav-tabs.nav-tabs--fancy>li>a:focus, .nav-tabs.nav-tabs--fancy>li>a:hover {
    border-width: 2px;
    background-color: transparent;
}

.nav-tabs.nav-tabs--fancy>li>a:hover {
    background-color: transparent;
    border-color: transparent;
}

.nav-tabs.nav-tabs--fancy+.tab-content {
    padding: 0;
    border-width: 0px;
    border-style: none;
    border-radius: 0px;
    background-color: transparent;
}

.region--light-typography .nav-tabs.nav-tabs--fancy>li>a {
    color: #ffffff;
}

.region--light-typography .nav-tabs.nav-tabs--fancy>.active>a, .region--light-typography .nav-tabs.nav-tabs--fancy>.active>a:focus, .region--light-typography .nav-tabs.nav-tabs--fancy>.active>a:hover, .region--light-typography .nav-tabs.nav-tabs--fancy>li>a:focus, .region--light-typography .nav-tabs.nav-tabs--fancy>li>a:hover {
    border-color: #ffffff;
    color: #ffffff;
    background-color: transparent;
}

.region--light-typography.region--colored-background .nav-tab__subtitle {
    color: #ffffff;
}

.team-member {
    margin-bottom: 60px;
    border-bottom: 2px solid #f2f4f6;
}

.team-member h3 {
    margin-bottom: 5px;
}

.team-member .subtitle {
    padding-bottom: 20px;
}

.email a, .email {
    word-wrap: break-word;
    word-break: break-all;
    white-space: pre;
    white-space: pre-wrap;
}

.email i, .phone i {
    padding-right: 10px;
}

.team-member ul.icons-list {
    margin: 20px 0;
}

.team-member ul.icons-list li {
    margin: 5px;
}

.team-member ul.icons-list li a {
    width: 45px;
    height: 45px;
}

.team-member ul.icons-list li i {
    line-height: 43px;
}

.nav.nav-pills {
    margin-right: -5px;
    margin-left: -5px;
}

.nav.nav-pills.text-center {
    font-size: 0px;
}

.nav.nav-pills.text-center>li {
    float: none;
    display: inline-block;
}

.nav-pills>li>a {
    text-transform: capitalize;
    text-decoration: none;
    text-transform: uppercase;
    text-decoration: none;
    padding: 5px 15px;
    font-size: 14px;
}

.headings-wide-spacing-enabled .nav-pills>li>a {
    letter-spacing: 0.25em;
    text-transform: uppercase;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    background-color: #ebebeb;
    color: #363636;
}

.nav-pills>li>a:focus, .nav-pills>li>a:hover {
    background-color: #eeeeee;
}

.nav.nav-pills>li, .nav.nav-pills>li+li {
    margin: 0px 5px 15px;
}

.region--light-typography .nav-pills>li>a {
    color: #ffffff;
    text-decoration: none;
    background-color: transparent;
    border-style: solid;
    border-width: 1px;
    border-color: #ffffff;
}

.region--light-typography .nav-pills>li.active>a, .region--light-typography .nav-pills>li.active>a:focus, .region--light-typography .nav-pills>li.active>a:hover, .region--light-typography .nav-pills>li>a:hover, .region--light-typography .nav-pills>li>a:focus {
    color: #363636;
    background-color: #ffffff;
}

.progress-title {
    font-size: 12px;
    font-weight: 600;
    padding-top: 10px;
}

.headings-wide-spacing-enabled .progress-title {
    letter-spacing: 0.25em;
    text-transform: uppercase;
}

.progress-bar-gray {
    background-color: #767676;
}

.layout-switcher ul.inline-list {
    margin: 0 -7px;
}

.layout-switcher ul li.inline-list__item {
    padding: 0 7px;
}

.region--dark-typography.region--gray-background .layout-switcher li a {
    color: #c5c5c5;
}

.region--light-typography.region--colored-background .layout-switcher li.active a {
    color: #ffffff;
}

.layout-switcher li a {
    color: #bbbbbb;
}

.block-language ul {
    padding-left: 0;
    list-style: none;
}

.block-language ul li {
    padding: 5px 0 5px 20px;
    position: relative;
}

.block-language ul li:before {
    content: "";
    font-family: "FontAwesome";
    position: absolute;
    left: 0;
    top: 7px;
    font-size: 10px;
}

.block-language ul li:before {
    content: "\f0da";
    font-size: 12px;
}

ul.menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.menu li {
    margin: 0;
    position: relative;
    list-style: none;
    padding: 0;
}

ul.menu li a, ul.menu li>span {
    padding: 7px 0 8px 25px;
    line-height: 150%;
    display: block;
    text-decoration: none;
}

ul.menu li>span {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.region--dark-typography ul.menu li a.is-active {
    color: #1d1d1d;
}

.region--dark-typography ul.menu li a.is-active:hover {
    color: #ffffff;
}

ul.menu li a:hover {
    text-decoration: none;
    color: #ffffff;
}

.region--light-typography ul.menu li a, .region--light-typography ul.menu li>span, .region--light-typography ul.menu li a.is-active, .region--light-typography ul.menu li.active-trail>a {
    color: #ffffff;
}

ul.menu li.menu-item--expanded ul {
    padding-left: 25px;
}

ul.menu li>a:before {
    content: "\f105";
    font-family: 'FontAwesome';
    position: absolute;
    left: 0px;
    font-size: 20px;
    top: 7px;
    color: #363636;
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    transition: all linear 0.2s;
    font-weight: 700;
}

ul.menu li.menu-item--expanded>a:before {
    content: "\f107";
}

ul.menu li>a:hover:before {
    -ms-transform: translateX(10px);
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
    color: #ffffff;
}

ul.menu li.menu-item--expanded>a:hover:before {
    -ms-transform: translateX(5px);
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
}

.region--light-typography ul.menu li>a:before {
    color: #ffffff;
}

.header-container ul.menu {
    margin: 0;
    list-style: none;
    text-align: right;
}

.header__section ul.menu {
    padding: 5px 0;
}

.header-container ul.menu li {
    background: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    float: none;
    z-index: 497;
}

.header-container ul.menu li a, .header-container ul.menu li>span {
    line-height: 1;
    font-size: 13px;
    font-weight: 400;
    margin: 0;
    padding: 15px 10px;
    text-transform: uppercase;
    color: #666666;
    text-decoration: none;
}

.header-container ul.menu li a:hover, .header-container ul.menu>li>a.is-active:hover, .header-container ul.menu>li.active-trail>a:hover {
    color: #ffffff;
}

.header-container ul.menu>li>a:hover, .header-container .region--light-typography ul.menu>li>a:hover, .header-container ul.menu>li>span:hover, .header-container .region--light-typography ul.menu>li>span:hover {
    color: #ffffff;
}

.headings-wide-spacing-enabled .header-container ul.menu li a, .headings-wide-spacing-enabled .header-container ul.menu li>span {
    letter-spacing: 0.25em;
}

.header-container .region--light-typography ul.menu li a, .header-container .region--light-typography ul.menu li>span, .header-container .region--light-typography ul.menu li>span:hover, .header-container .region--light-typography ul.menu li a:hover, .header-container .region--light-typography ul.menu li a.is-active, .header-container .region--light-typography ul.menu li.active-trail>a {
    text-decoration: none;
    color: #ffffff;
}

.header-container ul.menu li a:before {
    content: "";
    width: 0;
    height: 0;
}

.header-container ul.menu ul.menu {
    display: none;
}

@media (max-width:1199px) {
    .header-container ul.menu {
        text-align: left;
    }
}

.header-top-highlighted__section ul.menu:not(.sf-accordion) {
    text-align: center;
}

.header-top-highlighted__section ul.menu:not(.sf-accordion) li a, .header-top-highlighted__section ul.menu:not(.sf-accordion) li>span {
    text-transform: none;
    padding: 5px 10px 10px;
    line-height: 1.2;
    margin: 0;
    font-size: 15px;
}

.header-top-highlighted__section ul.menu:not(.sf-accordion)>li:first-child>a, .header-top-highlighted__section ul.menu:not(.sf-accordion)>li:first-child>span {
    padding-left: 0;
}

.header-top-highlighted__section ul.menu:not(.sf-accordion)>li:last-child>a, .header-top-highlighted__section ul.menu:not(.sf-accordion)>li:last-child>span {
    padding-right: 0;
}

@media (min-width:768px) {
    .header-top-highlighted-first ul.menu:not(.sf-accordion) {
        text-align: left;
    }

    .header-top-highlighted-second ul.menu:not(.sf-accordion) {
        text-align: right;
    }
}

.header-top__section ul.menu:not(.sf-accordion) {
    text-align: center;
}

.header-top__section ul.menu:not(.sf-accordion) li a, .header-top__section ul.menu:not(.sf-accordion) li>span {
    text-transform: none;
    padding: 5px 10px 10px;
    line-height: 1.2;
    margin: 0;
    font-size: 15px;
}

.header-top__section ul.menu:not(.sf-accordion)>li:first-child>a, .header-top__section ul.menu:not(.sf-accordion)>li:first-child>span {
    padding-left: 0;
}

.header-top__section ul.menu:not(.sf-accordion)>li:last-child>a, .header-top__section ul.menu:not(.sf-accordion)>li:last-child>span {
    padding-right: 0;
}

@media (min-width:768px) {
    .header-top-first ul.menu:not(.sf-accordion) {
        text-align: left;
    }

    .header-top-second ul.menu:not(.sf-accordion) {
        text-align: right;
    }
}

.footer__section ul.menu li a, .footer__section ul.menu li>span {
    padding: 8px 0 8px 30px;
    text-decoration: none;
}

.footer__section ul.menu li a:before {
    top: 8px;
}

@media (max-width:767px) {
    .footer__section ul.menu {
        text-align: center;
    }

    ul.menu li.menu-item--expanded ul {
        padding-left: 0;
    }

    .footer__section ul.menu li a, .footer__section ul.menu li>span {
        padding: 7px 20px 8px 20px;
    }

    .footer__section ul.menu li>a:before {
        content: "";
        width: 0px;
        height: 0px;
    }
}

.footer-bottom__section ul.menu {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
}

.footer-bottom__section ul.menu li {
    display: inline-block;
}

.footer-bottom__section ul.menu ul.menu {
    display: none;
}

.footer-bottom__section ul.menu li a, .footer-bottom__section ul.menu li>span {
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    margin: 0 15px 0 13px;
    padding: 5px 0;
    line-height: 1;
    text-transform: uppercase;
    border-bottom-color: transparent;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.region--dark-typography .footer-bottom__section ul.menu li a, .region--dark-typography .footer-bottom__section ul.menu li a.is-active:hover, .region--dark-typography .footer-bottom__section ul.menu li>span {
    color: #a6a6a6;
}

.footer-bottom__section ul.menu li a:hover, .region--light-typography .footer-bottom__section ul.menu li>a:hover {
    background-color: transparent;
}

.headings-wide-spacing-enabled .footer-bottom__section ul.menu li a, .headings-wide-spacing-enabled .footer-bottom__section ul.menu li>span {
    letter-spacing: 0.25em;
}

.footer-bottom__section ul.menu li a:hover {
    border-bottom-color: #a6a6a6;
    text-decoration: none;
}

.region--light-typography .footer-bottom__section ul.menu li a:hover {
    border-bottom-color: #ffffff;
}

.footer-bottom__section ul.menu li:first-child>a, .footer-bottom__section ul.menu li:first-child>span {
    margin-left: 0;
}

.footer-bottom__section ul.menu li:last-child>a, .footer-bottom__section ul.menu li:last-child>span {
    margin-right: 0;
}

.footer-bottom__section ul.menu li a:before {
    content: "";
    width: 0;
    height: 0;
}

@media (max-width:991px) {
    .footer-bottom__section ul.menu {
        text-align: center;
        padding: 10px 0;
    }
}

@media (max-width:767px) {
    .footer-bottom__section ul.menu li {
        display: block;
        margin: 10px 20px;
    }

    .footer-bottom__section ul.menu li:last-child a, .footer-bottom__section ul.menu li:first-child a, .footer-bottom__section ul.menu li a, .footer-bottom__section ul.menu li span {
        margin: 0 10px;
        display: inline-block;
        padding: 5px;
    }
}

.subfooter__section ul.menu {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: right;
}

.subfooter__section.subfooter-first ul.menu {
    text-align: left;
}

.col-md-12 .subfooter__section ul.menu {
    text-align: center;
}

.subfooter__section ul.menu li {
    display: inline-block;
}

.subfooter__section ul.menu ul.menu {
    display: none;
}

.subfooter__section ul.menu li a, .subfooter__section ul.menu li>span {
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    margin: 0 15px 0 13px;
    padding: 2px 0;
    line-height: 1;
    border-bottom-color: transparent;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    text-transform: uppercase;
}

.region--dark-typography .subfooter__section ul.menu li a, .region--dark-typography .subfooter__section ul.menu li a.is-active:hover, .region--dark-typography .subfooter__section ul.menu li>span {
    color: #a6a6a6;
}

.subfooter__section ul.menu li a:hover, .region--light-typography .subfooter__section ul.menu li>a:hover {
    background-color: transparent;
}

.headings-wide-spacing-enabled .subfooter__section ul.menu li a, .headings-wide-spacing-enabled .subfooter__section ul.menu li>span {
    letter-spacing: 0.25em;
}

.subfooter__section ul.menu li a:hover {
    text-decoration: none;
}

.region--light-typography .subfooter__section ul.menu li a:hover {
    border-bottom-color: #ffffff;
}

.subfooter__section ul.menu li:first-child>a, .subfooter__section ul.menu li:first-child>span {
    margin-left: 0;
}

.subfooter__section ul.menu li:last-child a, .subfooter__section ul.menu li:last-child>span {
    margin-right: 0;
}

.subfooter__section ul.menu li a:before {
    content: "";
    width: 0;
    height: 0;
}

@media (max-width:1199px) {
    .subfooter__section ul.menu li a, .subfooter__section ul.menu li>span {
        margin: 0 8px 0 6px;
    }
}

@media (max-width:991px) {
    .subfooter__section ul.menu, .subfooter__section.subfooter-first ul.menu {
        text-align: center;
        padding: 10px 0;
    }
}

@media (max-width:767px) {
    .subfooter__section ul.menu li {
        display: block;
        margin: 10px 20px;
    }

    .subfooter__section ul.menu li:last-child a, .subfooter__section ul.menu li:first-child a, .subfooter__section ul.menu li a, .subfooter__section ul.menu li>span {
        margin: 0 10px;
        display: inline-block;
        padding: 5px;
    }
}

.sf-menu ul {
    display: none;
}

.header-container .sf-menu li.sfHover {
    z-index: 498;
}

.header-container .sf-menu li.sfHover>a, .header-container .sf-menu li>a:hover {
    color: #ffffff;
}

.header-container .sf-menu li.sfHover>a.is-active, .header-container .sf-menu li.sfHover.active-trail>a {
    color: #ffffff;
}

.header-container ul.sf-menu>li.menuparent>a {
    padding-right: 20px;
}

.header-container .region--dark-background .sf-menu li a.is-active, .header-container .region--dark-background .sf-menu li.active-trail>a, .header-container .region--dark-background .sf-menu li.sfHover>a, .header-container .region--dark-background .sf-menu li>a:hover {
    opacity: 0.75;
}

.header-container .sf-menu>li>ul {
    right: 0 !important;
}

.header-container .sf-menu.menu ul {
    display: none;
    padding: 1em 0;
    text-align: left;
    left: 0;
    top: 100%;
}

.header-container .sf-shadow.sf-menu.menu ul {
    -webkit-box-shadow: rgba(100, 100, 100, 0.1) 0px 4px 14px, rgba(100, 100, 100, 0.1) 0px 4px 2px;
    box-shadow: rgba(100, 100, 100, 0.1) 0px 4px 14px, rgba(100, 100, 100, 0.1) 0px 4px 2px;
}

.header-container .sf-menu ul li a, .header-container .sf-menu ul li>span {
    font-size: 15px;
    color: #ffffff;
    padding: 13px 2em 11px;
    display: block;
}

.header-container .sf-menu ul li a:hover, .header-container .sf-menu ul li.sfHover>a, .header-container .sf-menu ul li>span:hover, .header-container .sf-menu ul li.sfHover>span {
    color: #ffffff;
}

.headings-wide-spacing-enabled .header-container .sf-menu ul li a, .headings-wide-spacing-enabled .header-container .sf-menu ul li>span {
    letter-spacing: 0;
    text-transform: none;
}

.header-container .sf-menu ul li:last-child a, .header-container .sf-menu ul li:last-child>span {
    border-bottom: none;
}

.header-container .sf-menu.menu ul ul {
    top: -1em;
    margin-left: 1px;
    margin-right: 1px;
    margin-top: 0;
}

.header-container ul.sf-menu .sf-sub-indicator {
    right: 5px;
    width: 17px;
    font-size: 13px;
    font-weight: 400;
    top: 53%;
    margin-top: 0px;
}

.header-container ul.sf-menu>li>a .sf-sub-indicator:after {
    content: "\f078";
    font-family: 'FontAwesome';
    left: 50%;
    margin-left: -3px;
    font-size: 7px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.header-container .region--dark-typography ul.sf-menu>li>a .sf-sub-indicator:after {
    color: #9c9c9c;
}

.header-container ul.sf-menu>li>a:hover .sf-sub-indicator:after, .header-container ul.sf-menu>li>a.is-active .sf-sub-indicator:after, .header-container ul.sf-menu>li.sfHover>a .sf-sub-indicator:after, .header-container ul.sf-menu>li.sfHover.active-trail>a .sf-sub-indicator:after, .header-container ul.sf-menu>li.active-trail>a:hover .sf-sub-indicator:after {
    color: #ffffff;
}

.header-container .region--light-typography ul.sf-menu>li>a:hover .sf-sub-indicator:after, .header-container .region--light-typography ul.sf-menu>li>a.is-active .sf-sub-indicator:after, .header-container .region--light-typography ul.sf-menu>li.sfHover>a .sf-sub-indicator:after, .header-container .region--light-typography ul.sf-menu>li.active-trail>a .sf-sub-indicator:after {
    color: #ffffff;
}

.header-container ul.sf-menu ul .sf-sub-indicator {
    right: 7px;
    top: 19px;
    width: 14px;
    font-size: 15px;
    height: 15px;
}

.header-container ul.sf-menu ul li .sf-sub-indicator:after {
    font-family: 'FontAwesome';
    content: "\f105";
}

.header-container ul.sf-menu li.sf-multicolumn-column {
    display: inline;
    float: left;
}

.header-container ul.sf-menu ul li.sf-multicolumn-column a.menuparent {
    font-weight: bold;
}

.header-container ul.sf-menu ul li.sf-multicolumn-column a.menuparent:after {
    content: "";
}

.header__section .menu.cta-active {
    padding: 5px 0;
}

.menu.cta-active>li:last-child>a {
    font-weight: 400;
    font-size: 18px;
    padding: 15px 30px;
    color: #ffffff;
    display: inline-block;
    line-height: 1;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-align: center;
    border-radius: 5px;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    text-decoration: none;
    margin: 0 0 0 40px;
}

.page-container-border-enabled .header-container .container-fluid .menu.cta-active>li:last-child>a {
    margin-right: 15px;
}

.headings-wide-spacing-enabled .menu.cta-active>li:last-child>a {
    letter-spacing: 0.25em;
    text-transform: uppercase;
}

.menu.cta-active>li:last-child>a.is-active {
    color: #ffffff;
}

.menu.cta-active>li:last-child>a:hover {
    color: #ffffff;
}

.menu.cta-active--email>li:last-child>a:before {
    content: "\f0e0";
    font-family: "FontAwesome";
    padding-right: 10px;
    position: static;
    color: inherit;
    vertical-align: top;
    transition: none;
}

@media (max-width:1199px) {
    .menu.cta-active>li:last-child>a {
        margin-left: 10px;
        padding: 15px;
    }
}

@media (max-width:991px) {
    .menu.cta-active>li:last-child>a {
        margin-left: 20px;
        padding: 15px 20px;
    }
}

.sf-accordion.sf-style-none.cta-active>li:last-child {
    text-align: center;
}

.sf-accordion.sf-style-none.cta-active>li:last-child>a {
    display: block;
    padding: 15px 25px;
}

.region--light-typography .menu.cta-active>li:last-child>a {
    color: #ffffff;
    text-decoration: none;
    background-color: transparent;
    border-style: solid;
    border-width: 1px;
    border-color: #ffffff;
}

.region--light-typography .menu.cta-active>li:last-child>a:hover {
    background-color: #ffffff;
    border-color: #ffffff;
}

.header-container .block-superfish {
    position: relative;
}

.header-container .sf-accordion-toggle.sf-style-none {
    text-align: right;
}

.header-container .sf-accordion-toggle.sf-style-none a {
    padding: 15px 10px;
    display: inline-block;
    text-decoration: none;
}

.header-container .region--dark-typography .sf-accordion-toggle.sf-style-none a {
    color: #2d2d2d;
}

.header-container .sf-accordion-toggle.sf-style-none a:after {
    content: "\f0c9";
    font-family: "FontAwesome";
    font-size: 24px;
    line-height: 1;
}

.header-container .sf-accordion-toggle.sf-style-none a.sf-expanded {
    position: relative;
    right: auto;
    z-index: auto;
}

.header-container .sf-accordion-toggle.sf-style-none a.sf-expanded:after {
    content: "\f00d";
}

.header-container .sf-accordion-toggle.sf-style-none span {
    display: none;
}

.header-container ul.menu.sf-accordion {
    padding: 0;
    text-align: left;
    background: #ffffff;
    border-radius: 5px;
    border: 1px solid #eaeaea;
}

.header-container ul.menu.sf-accordion ul {
    padding: 0;
    margin: 0;
    border: none;
    box-shadow: none;
}

.header-container ul.menu.sf-accordion li a, .header-container ul.menu.sf-accordion li>span {
    border-bottom: 1px solid #eaeaea;
    margin: 0;
    text-transform: none;
}

.header-container .sf-menu.sf-accordion ul li a, .header-container .sf-menu.sf-accordion ul li>span {
    font-size: 13px;
    font-weight: 400;
    padding-top: 15px;
    padding-bottom: 15px;
}

.header-container ul.menu.sf-accordion li:last-child>a, .header-container ul.menu.sf-accordion li:last-child>span {
    border-bottom-color: transparent;
}

.header-container ul.menu.sf-accordion ul li a, .header-container ul.menu.sf-accordion ul li>span {
    padding-left: 45px;
    border-color: rgba(255, 255, 255, 0.1);
}

.header-container ul.menu.sf-accordion ul ul li a, .header-container ul.menu.sf-accordion ul ul li>span {
    padding-left: 60px;
}

.header-container ul.menu.sf-accordion ul ul ul li a, .header-container ul.menu.sf-accordion ul ul ul li>span {
    padding-left: 75px;
}

.header-container ul.menu.sf-accordion ul ul ul ul li a, .header-container ul.menu.sf-accordion ul ul ul ul li>span {
    padding-left: 90px;
}

ul.menu.sf-menu.sf-accordion li a .sf-sub-indicator {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 45px;
    width: 45px;
    height: 45px;
    text-align: center;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

ul.menu.sf-menu.sf-accordion li a .sf-sub-indicator:after {
    content: "\f067";
    font-family: 'FontAwesome';
    line-height: 45px;
    width: 100%;
    left: 0;
    margin-left: 0;
    font-size: 12px;
}

ul.menu.sf-menu.sf-accordion li.sf-expanded>a .sf-sub-indicator:after {
    content: "\f068";
}

ul.menu.sf-menu.sf-accordion li a.sf-accordion-button {
    position: absolute;
    right: 0;
    z-index: 500;
    padding: 0 15px;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #eaeaea;
    border-bottom: none;
    border-top: none;
    width: 50px;
    line-height: 44px;
    font-size: 0;
}

.region--light-typography ul.menu.sf-menu.sf-accordion li a.sf-accordion-button {
    border-color: rgba(255, 255, 255, 0.1);
}

ul.menu.sf-menu.sf-accordion ul li a.sf-accordion-button {
    border-left-color: rgba(255, 255, 255, 0.1);
}

ul.menu.sf-menu.sf-accordion li a.sf-accordion-button:after {
    font-family: 'FontAwesome';
    content: "\f067";
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    margin: 0;
    font-size: 12px;
    line-height: 50px;
    text-align: center;
}

ul.menu.sf-menu.sf-accordion ul li a.sf-accordion-button:after {
    line-height: 44px;
}

ul.menu.sf-menu.sf-accordion li.sf-expanded>a.sf-accordion-button:after {
    content: "\f068";
}

.slideout ul.menu:not(.sf-accordion) {
    margin: 0 -20px;
}

.slideout ul.menu li a, .slideout ul.menu li>span {
    padding: 12px 40px 8px 40px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
}

.slideout ul.menu:not(.sf-accordion) li a:before, .slideout ul.menu:not(.sf-accordion) li>span:before {
    content: "";
}

.slideout ul.menu.sf-accordion li a, .slideout ul.menu.sf-accordion li>span {
    padding: 12px 0px 8px 20px;
}

.slideout .block-superfish {
    position: relative;
}

.slideout .sf-accordion-toggle.sf-style-none {
    display: none;
}

.slideout ul.menu.sf-accordion {
    padding: 0;
    text-align: left;
    background: #f6f8f9;
    border-radius: 5px;
    border-width: 0;
    display: block;
}

.slideout ul.menu.sf-accordion ul {
    padding: 0;
    margin: 0;
    border: none;
    box-shadow: none;
    background-color: #ffffff;
}

.slideout ul.menu.sf-accordion li a, .slideout ul.menu.sf-accordion li>span {}

.slideout ul.menu.sf-accordion ul ul li a, .slideout ul.menu.sf-accordion ul ul li>span {
    padding-left: 30px;
}

.slideout ul.menu.sf-accordion ul ul ul li a, .slideout ul.menu.sf-accordion ul ul ul li>span {
    padding-left: 45px;
}

.slideout ul.menu.sf-accordion ul ul ul ul li a, .slideout ul.menu.sf-accordion ul ul ul ul li>span {
    padding-left: 60px;
}

.slideout .sf-accordion.sf-style-none.cta-active>li:last-child>a {
    margin: 40px 0 0 0;
}

.slideout .sf-accordion.sf-style-none.cta-active>li:last-child>a:before {
    font-size: 13px;
}

.slideout ul.sf-accordion li>a:before {
    content: "";
}

.slideout ul.sf-accordion li a.menuparent:after {
    content: "\f067";
    font-family: 'FontAwesome';
    position: absolute;
    border-left-width: 0;
    top: 0;
    right: 10px;
    text-align: right;
    font-size: 12px;
    font-weight: 400;
    line-height: 52px;
    width: 50px;
    height: 50px;
}

.slideout ul.sf-accordion li.sf-expanded>a.menuparent:after {
    content: "\f068";
}

.slideout ul.sf-accordion ul li a.menuparent:after {
    content: "\f067";
    top: 0;
    left: auto;
}

.slideout ul.sf-accordion li .sf-accordion-button+a.menuparent::after {
    content: "";
    content: none;
}

.region--light-typography ul.menu.sf-accordion {
    background: transparent;
    border-color: rgba(255, 255, 255, 0.1);
}

.region--light-typography ul.menu.sf-accordion ul {
    background-color: transparent;
}

.region--light-typography ul.menu.sf-accordion li a, .region--light-typography ul.menu.sf-accordion li>span {
    border-bottom-color: rgba(255, 255, 255, 0.1);
    color: #ffffff;
}

a.username {
    text-decoration: none;
}

.views-field-title a {
    display: block;
    text-decoration: none;
}

.views-field-title a:hover {
    text-decoration: underline;
}

.view>.more-link {
    text-align: center;
}

.view>.more-link a {
    margin: 0 0 10px 0px;
    display: block;
    background-color: transparent;
    padding: 0;
    text-align: left;
    text-transform: uppercase;
    border: none;
    font-weight: 300;
    text-decoration: none;
}

.headings-wide-spacing-enabled .view>.more-link a {
    letter-spacing: 0.25em;
    text-transform: uppercase;
}

.view>.more-link a:after {
    content: " \f101";
    font-family: 'FontAwesome';
    font-style: normal;
    font-size: 12px;
}

.col-md-12 .view>.more-link a {
    font-size: 15px;
    text-transform: uppercase;
    padding: 15px 23px;
    text-decoration: none;
    display: inline-block;
    line-height: 1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    min-width: 200px;
    font-weight: 700;
    border: 1px solid #b2b2b2;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin: 20px 0 10px;
    text-align: center;
    background-color: transparent;
}

.col-md-12 .view>.more-link a:hover {
    color: #ffffff;
}

.col-md-12 .view>.more-link a:after {
    content: "";
}

.region--light-typography .col-md-12 .view>.more-link a {
    color: #ffffff;
    border-color: #ffffff;
}

.region--light-typography .col-md-12 .view>.more-link a:hover {
    background-color: #ffffff;
}

.footer__section .view>.more-link a {
    margin: 10px 0 0;
    text-transform: none;
}

.region--light-typography .view>.more-link a {
    color: #ffffff;
    text-decoration: none;
    background-color: transparent;
}

@media (min-width:768px) {
    .views-row.col-sm-6:nth-child(2n+1), .views-row.col-sm-4:nth-child(3n+1), .views-row.col-sm-3:nth-child(4n+1) {
        clear: both;
    }
}

@media (min-width:992px) {
    .views-row.col-sm-6.col-md-4:nth-child(2n+1), .views-row.col-sm-6.col-md-3:nth-child(2n+1), .views-row.col-sm-4.col-md-2:nth-child(3n+1), .views-row.col-sm-4.col-md-3:nth-child(3n+1), .views-row.col-sm-4.col-md-6:nth-child(3n+1), .views-row.col-sm-3.col-md-6:nth-child(4n+1), .views-row.col-sm-3.col-md-4:nth-child(4n+1) {
        clear: none;
    }

    .views-row.col-md-6:nth-child(2n+1), .views-row.col-md-4:nth-child(3n+1), .views-row.col-md-3:nth-child(4n+1) {
        clear: both !important;
    }
}

@media (min-width:1200px) {
    .views-row.col-sm-4.col-lg-2:nth-child(3n+1), .views-row.col-sm-4.col-lg-3:nth-child(3n+1), .views-row.col-sm-4.col-lg-6:nth-child(3n+1), .views-row.col-sm-3.col-lg-6:nth-child(4n+1), .views-row.col-sm-3.col-lg-4:nth-child(4n+1), .views-row.col-sm-3.col-lg-2:nth-child(4n+1), .views-row.col-md-4.col-lg-2:nth-child(3n+1), .views-row.col-md-4.col-lg-3:nth-child(3n+1), .views-row.col-md-4.col-lg-6:nth-child(3n+1), .views-row.col-md-3.col-lg-6:nth-child(4n+1), .views-row.col-md-3.col-lg-4:nth-child(4n+1), .views-row.col-md-3.col-lg-2:nth-child(4n+1) {
        clear: none !important;
    }

    .views-row.col-lg-6:nth-child(2n+1), .views-row.col-lg-4:nth-child(3n+1), .views-row.col-lg-3:nth-child(4n+1), .views-row.col-lg-2:nth-child(6n+1) {
        clear: both !important;
    }
}

.view.row .view-content:before, .view.row .view-content:after {
    display: table;
    content: " ";
}

.view.row .view-content:after {
    clear: both;
}

.view-promoted-items .views-row {
    margin: 30px 0;
}

.view-promoted-items-block .views-row {
    margin: 0 0 30px 0;
}

.view-promoted-items-icon {
    width: 90px;
    height: 90px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    margin: 0 auto 30px;
    text-align: center;
    display: block;
    color: #767676;
    background: #ebebeb;
}

.view-promoted-items .views-row:hover .view-promoted-items-icon {
    background: #f5f5f5;
    color: #ffffff;
}

.view-promoted-items-icon i {
    font-size: 30px;
    width: 100%;
    height: 100%;
    line-height: 92px;
}

.region--light-typography .view-promoted-items-icon {
    background-color: transparent;
    border: 1px solid #ffffff;
    color: #ffffff;
}

.region--light-typography .view-promoted-items .views-row:hover .view-promoted-items-icon {
    background-color: rgba(255, 255, 255, 0.2);
    color: #ffffff;
}

.view-promoted-items .views-field-field-image {
    margin: 0 auto 25px;
}

.view-promoted-items .circle-img {
    display: block;
    text-align: center;
    margin-bottom: 35px;
}

.view-promoted-items .circle-img img {
    border-radius: 100%;
}

.headings-wide-spacing-enabled .view-promoted-items .views-field-title h5 {
    letter-spacing: 0.3em;
    text-transform: uppercase;
}

.view-promoted-items .views-field-title h5 a:hover {
    text-decoration: none;
}

.region--light-typography .view-promoted-items .views-field-title h5 a, .region--light-typography .view-promoted-items .views-field-title h5 a:hover {
    color: #ffffff;
}

.view-promoted-items .views-field-field-mt-price {
    font-size: 18px;
    margin: 0px 0 10px 0;
    font-weight: 700;
}

.region--light-typography .view-promoted-items .views-field-field-mt-price {
    color: #ffffff;
}

.view-promoted-items .views-field-link {
    margin-top: 20px;
}

.view-promoted-items .views-field-link a.button {
    padding-left: 50px;
    padding-right: 50px;
}

.view-promoted-items-info {
    position: absolute;
    bottom: 8px;
    right: 5px;
    z-index: 11;
}

.view-promoted-items.view-benefits-grid .views-field-title+.views-field-body {
    margin-top: 0px;
}

.view-promoted-items .views-field-created {
    font-size: 14px;
    margin-top: 5px;
}

@media (max-width:767px) {
    .view-promoted-items .views-row {
        margin-bottom: 70px !important;
    }
}

.feature {
    text-align: center;
    margin-bottom: 20px;
}

.feature__icon {
    width: 160px;
    height: 160px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    display: block;
    border-style: solid;
    border-width: 2px;
    border-color: #e1e1e1;
    text-align: center;
    margin: 0 auto 30px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.region--light-typography .feature__icon {
    border-color: rgba(255, 255, 255, 0.5);
}

@media (min-width:1200px) {
    .field--name-field-mt-if-body {
        width: 60%;
        margin: 0 auto;
    }
}

.feature__icon i {
    font-size: 60px;
    line-height: 160px;
}

.feature:hover a.feature__icon {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.5);
}

.feature__image {
    margin-bottom: 30px;
}

.view-showcases-grid-2 .views-row {
    margin: 0 0 15px;
}

.view-showcases-grid-2.view>.more-link a {
    margin: 10px 0;
}

.container-fluid .region-banner .view-content .flexslider {
    max-width: 1920px;
    margin: 0 auto;
}

.flexslider {
    background: #fff;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

.flex-caption {
    width: 430px;
    white-space: normal !important;
    margin-left: 30px;
    position: absolute;
    bottom: 25px;
    background: rgba(0, 0, 0, 0.77);
    color: #fff;
    padding: 20px;
    display: block;
    font-size: 30px;
    line-height: 1.15;
}

.flex-caption a {
    color: #fff;
    text-transform: none;
}

.flex-caption a:hover {
    color: #fff;
    text-decoration: underline;
}

@media (max-width:1199px) {
    .flex-caption {
        font-size: 30px;
    }
}

@media (max-width:991px) {
    .flex-caption {
        font-size: 24px;
    }
}

@media (max-width:767px) {
    .flex-caption {
        display: none;
    }
}

.flex-direction-nav a:before {
    font-size: 34px;
}

.flex-control-nav {
    bottom: 0;
    z-index: 2;
}

.container-fluid .field--mt-background-image-block {
    margin: 0 -15px;
}

.field--mt-background-image-block .block {
    padding-bottom: 25px;
    position: relative;
}

.region--no-paddings .field--mt-background-image-block .block {
    padding-bottom: 0;
}

.container .container {
    padding-left: 0;
    padding-right: 0;
    width: auto;
}

.container .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.background-image-block__section {
    position: relative;
    padding: 90px 0;
    overflow: hidden;
}

.background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.background-image.background-image--attachment-fixed {
    background-attachment: fixed;
}

.background-image.background-image--attachment-scroll {
    background-attachment: scroll;
}

@media (min-height:1080px), (min-width:1920px) {
    .background-image {
        background-size: cover;
    }
}

.background-image-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.background-image-block__section .background-image-overlay+.container, .background-image-block__section .background-image-overlay+.container-fluid {
    background-color: transparent;
}

.touchevents .background-image.background-image--attachment-fixed {
    background-attachment: scroll;
}