﻿

/*************************************************************************************************
        
  FONTS
          
*************************************************************************************************/
@font-face {
    font-family: 'Stag Book';
    src: url('/fonts/Stag Web-Book.eot');
    src: url('/fonts/Stag Web-Book.eot?#iefix') format('embedded-opentype'), url('/fonts/Stag Web-Book.ttf') format('truetype'), url('/fonts/Stag Web-Book.svg#Stag Web') format('svg');
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: 'Stag Medium';
    src: url('/fonts/Stag Web-Medium.eot');
    src: url('/fonts/Stag Web-Medium.eot?#iefix') format('embedded-opentype'), url('/fonts/Stag Web-Medium.ttf') format('truetype'), url('/fonts/Stag Web-Medium.svg#Stag Web') format('svg');
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
}


@font-face {
    font-family: 'Stag Light';
    src: url('/fonts/Stag Web-Light.eot');
    src: url('/fonts/Stag Web-Light.eot?#iefix') format('embedded-opentype'), url('/fonts/Stag Web-Light.ttf') format('truetype'), url('/fonts/Stag Web-Light.svg#Stag Web') format('svg');
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
}


@font-face {
    font-family: 'Stag Semibold';
    src: url('/fonts/Stag Web-Semibold.eot');
    src: url('/fonts/Stag Web-Semibold.eot?#iefix') format('embedded-opentype'), url('/fonts/Stag Web-Semibold.ttf') format('truetype'), url('/fonts/Stag Web-Semibold.svg#Stag Web') format('svg');
    font-weight: 500;
    font-stretch: normal;
}

@font-face {
    font-family: 'Stag Bold';
    src: url('/fonts/Stag-Bold.eot');
    src: url('/fonts/Stag-Bold.eot?#iefix') format('embedded-opentype'), url('/fonts/Stag-Bold.ttf') format('truetype'), url('/fonts/Stag-Bold.svg#Stag Web') format('svg');
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: 'Stag Sans Light';
    src: url('/fonts/StagSans-Light.eot');
    src: url('/fonts/StagSans-Light.eot?#iefix') format('embedded-opentype'), url('/fonts/StagSans-Light.ttf') format('truetype'), url('/fonts/StagSans-Light.svg#Arial') format('svg');
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: 'Stag Sans Bold';
    src: url('/fonts/StagSans-Bold.eot');
    src: url('/fonts/StagSans-Bold.eot?#iefix') format('embedded-opentype'), url('/fonts/StagSans-Bold.ttf') format('truetype'), url('/fonts/StagSans-Bold.svg#Stag Sans Bold') format('svg');
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
}


/*************************************************************************************************
        
  COMMON STYLES
          
*************************************************************************************************/

html {
    margin: 0;
    overflow-y: scroll;
}

body {
    margin: 0;
    font-family: "Stag Sans Light";
    color: #808080;
    letter-spacing: 0.03em;
    line-height: 1.8em;
}

.table {
    display: table;
}

.table-cell {
    display: table-cell;
}

.clear-both {
    clear: both;
}

.mobile-menu {
    display: none;
}

    .mobile-menu img.active {
        display: none;
    }

.show-in-mobile {
    display: none !important;
}


img.align-left {
    float: left;
    max-width: 300px;
    display: inline;
    padding: 10px 35px 10px 0;
}

img.align-right {
    float: right;
    max-width: 300px;
    display: inline;
    padding: 10px 0 10px 20px;
}

/*************************************************************************************************
        
  HEADER
          
*************************************************************************************************/
.utility-bar {
    height: 40px;
    background: #004A6E;
}

.site-logo a {
    text-decoration: none;
    color: #00B1C6;
    font-family: "Stag Bold";
    font-size: 48px;
    letter-spacing: 0.03em;
    position: relative;
    line-height: 1em;
    padding: 0 0 9px 0;
    position: relative;
}


    .site-logo a.active::before, .site-logo a:hover::before {
        content: "";
        position: absolute;
        bottom: 0;
        width: 60px;
        height: 7px;
        background: #00B1C6;
        display: inline-block;
    }

/*************************************************************************************************
        
  NAVIGATION
          
*************************************************************************************************/
.nav-bar {
    margin: 20px 0 0 0;
}

.ul-nav-links {
    padding: 0;
    margin: 6px 0 0 0;
}

    .ul-nav-links li {
        list-style: none;
        display: inline-block;
        margin-bottom: 0;
    }

        .ul-nav-links li a {
            font-family: "Stag Bold";
            font-size: 14px;
            text-decoration: none;
            color: #0F4F73;
            display: block;
            padding: 0 10px 0 10px;
            text-transform: uppercase;
            word-spacing: 0.1em;
            line-height: 1em;
            /*letter-spacing:0.08em;*/
        }

            .ul-nav-links li a span {
                display: block;
                padding: 10px 0 20px 0;
                border-bottom: 7px solid transparent;
                margin-bottom: 1px;
            }

            .ul-nav-links li a.active span, .ul-nav-links li a:hover span {
                border-bottom: 7px solid #00B1C6;
            }


/*************************************************************************************************
        
  HOME PAGE CAROUSEL
          
*************************************************************************************************/

.owl-carousel {
    position: relative;
    overflow: hidden;
}

/*.banner .owl-carousel{
     background:#00B1C6;
}*/

.owl-dots {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    text-align: center;
    background: transparent;
    z-index: 3;
}

    .owl-dots button {
        width: 20px;
        height: 20px;
        border-radius: 20px;
        background: rgba(255,255,255,1) !important;
        display: inline-block;
        margin: 0 9px !important;
    }

        .owl-dots button span {
            width: 12px;
            height: 12px;
            display: block;
            border-radius: 12px;
            margin: 0px 0 0 4px;
        }

        .owl-dots button.active span {
            background: #00B1C6 !important;
        }


.img-with-content {
    position: relative;
    overflow: hidden;
}

.slide > img {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 1;
    display: block;
}

.slide .content-box {
    position: absolute;
    top: 0;
    width: 350px;
    height: 100%;
    z-index: 5;
    display: inline;
}

.slide .content-box-height-adjust {
    display: block;
    margin-bottom: 50px;
}

.slide .content-box.u-pull-right {
    right: 100px;
}

.slide .content-box.u-pull-left {
    left: 100px;
}


.slide .content-box .table {
    width: 100%;
    height: 100%;
}

.slide .content-box .table-cell {
    vertical-align: middle;
}

.slide .content-box .wrapper {
    background: #00B1C6;
    padding: 25px 35px;
    margin: 0;
}

.owl-carousel .slide .content-box .wrapper {
    margin: 0 0 50px 0;
}

.content-box .title {
    font-family: 'Stag Bold';
    font-size: 32px;
    color: #FFF;
    line-height: 1em;
    padding: 0 0 25px 0;
    position: relative;
}

    .content-box .title span.big {
        font-size: 40px;
    }



    .content-box .title::before {
        content: "";
        display: block;
        position: absolute;
        width: 25px;
        height: 25px;
        left: -35px;
        top: 3px;
        background: #C4D82E;
    }

.content-box .description {
    font-family: "Stag Sans Light";
    font-size: 20px;
    font-weight: 100;
    color: #FFF;
    line-height: 1.3em;
    padding: 0 0 22px 0;
}

    .content-box .description a {
        font-family: 'Stag Bold';
        font-size: 20px;
        color: #FFF;
        text-decoration: none;
    }

        .content-box .description a:hover {
            text-decoration: underline;
        }

.content-box .read-more-link a {
    font-family: 'Stag Bold';
    font-size: 20px;
    display: block;
    color: #FFF;
    text-decoration: none;
    line-height: 1.3em;
    padding: 0 0 0 0;
    text-align: right;
}

    .content-box .read-more-link a:hover {
        text-decoration: underline;
    }

/*************************************************************************************************
        
        CONTENT BOX COLUMN - COMPONENT
          
*************************************************************************************************/

.content-box-column .title {
    font-family: 'Stag Bold';
    font-size: 40px;
    color: #00B1C6;
    line-height: 1.2em;
    padding: 0 0 10px 0;
    position: relative;
}

    .content-box-column .title.title-size-30px {
        font-size: 26px;
    }

    .content-box-column .title.square-box {
        padding-top: 15px;
        padding-left: 70px;
    }

        .content-box-column .title.square-box::before {
            content: "";
            display: block;
            position: absolute;
            width: 25px;
            height: 25px;
            left: 0;
            top: 0;
            background: #C4D82E;
        }

        .content-box-column .title.square-box::after {
            content: "";
            display: block;
            position: absolute;
            width: 25px;
            height: 25px;
            left: 25px;
            top: 25px;
            background: #00B1C6;
        }

    .content-box-column .title.pipe {
        padding-top: 15px;
        padding-bottom: 20px;
        padding-left: 40px;
    }

        .content-box-column .title.pipe:before {
            content: "";
            display: block;
            position: absolute;
            width: 20px;
            height: 60px;
            left: 0;
            bottom: 0px;
            background: #C4D82E;
        }

.video-container {
    position: relative;
    overflow: hidden;
}

.video-wrapper {
    position: relative;
    overflow: hidden;
}

.content-box-column .image img, .video-container video {
    width: 100%;
    display: block;
}

    .content-box-column .image img.max-width-100percent {
        width: auto;
        max-width: 100%;
    }

.video-wrapper img {
    position: relative;
    display: block;
    z-index: 2;
}

.video-container .play-btn {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    cursor: pointer;
    /*opacity:0;*/
}


    .video-container .play-btn img {
        width: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -40px 0 0 -40px;
    }

.video-container .close-btn {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
    cursor: pointer;
}

    .video-container .close-btn img {
        width: 32px;
        height: 32px;
    }

.video-container video {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    background: #000;
    opacity:0;
}

.video-wrapper.playing img, .video-wrapper.playing .play-btn {
    z-index: 1;
}

.video-wrapper.playing video {
    z-index: 6;
}

.video-wrapper.playing .close-btn {
    z-index: 7;
}


.content-box-column .description {
    font-family: "Stag Sans Light";
    font-size: 24px;
    padding: 10px 0 5px 0;
}

    .content-box-column .description a {
        color: #A7ADEA;
        text-decoration:none;
        border-bottom:1px solid #A7ADEA;
    }
     .content-box-column .description a:hover {
        color: #6E75C3;
        text-decoration:none;
        border-bottom:1px solid #6E75C3;
    }
       

.content-box-column .read-more-link {
    text-align: right;
}

    .content-box-column .read-more-link a {
        font-family: 'Stag Sans Bold';
        font-size: 24px;
        color: #808080;
        text-decoration: none;
        line-height: 1.3em;
        padding: 0;
    }

        .content-box-column .read-more-link a:hover {
            color: #00B1C6;
            text-decoration: underline;
        }


.paragraph-content .title {
    font-size: 40px;
    padding: 0 0 20px 0;
}

.paragraph-content .description {
    font-size: 24px;
    line-height: 1.2em;
}

   

    .paragraph-content .description li {
        list-style-type: disc;
        list-style-position: outside;
        margin-left: 20px;
    }

.paragraph-content .image img {
    display: block;
}


.article-content .description {
    font-size: 16px;
    line-height: 1.2em;
    text-align: left;
}

 .paragraph-content .description b, .article-content .description b {
        font-family: "Stag Sans Bold";
    }
 .article-content .description b.big {
        font-size: 22px;
    }

p.line-break {
    margin: 10px 0;
    border-bottom: 1px solid #808080;
}

    p.line-break.row-spacing {
        margin: 20px 0;
        border-bottom: 1px solid #808080;
    }

.no-margin-top {
    margin-top: 0 !important;
}

.article-content .description p {
    margin-bottom: 10px;
}

.two-column-article-style.description {
    font-size: 20px;
}

    .two-column-article-style.description.big-font {
        position: relative;
        font-size: 24px;
        padding-bottom: 15px;
    }

        .two-column-article-style.description.big-font img {
            float:right;
            width:100%;
        }

            .two-column-article-style.description.big-font img.absolute {
                position: absolute;
                right: 0;
                bottom: 0;
            }


.three-column-article-style {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
    -moz-column-gap: 40px; /* Firefox */
    column-gap: 40px;
}

.two-column-article-style {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 50px; /* Chrome, Safari, Opera */
    -moz-column-gap: 50px; /* Firefox */
    column-gap: 50px;
}

.document-link {
    display: table;
    padding: 40px 40px;
    background: #004A6E;
    text-decoration: none;
    margin: -40px 0 0 0;
    position:relative;
    z-index:10;
}

.document-icon {
    display: table-cell;
    border: 8px solid #96A624;
    padding: 30px 15px;
    color: #96A624;
    font-family: "Stag Bold";
    font-size: 24px;
}

.document-text {
    font-size: 18px;
    color: #FFF;
    display: table-cell;
    padding: 0 0 0 10px;
    max-width: 150px;
    vertical-align: top;
}
/*************************************************************************************************
        
      ROW SPACING
          
*************************************************************************************************/
.row-spacing-40px {
    height: 40px;
}

/*************************************************************************************************
        
     FOOTER
          
*************************************************************************************************/
.footer-row {
    background: #E6E6E6;
    text-align: center;
}

.footer-links {
    display: inline-block;
    text-align: left;
    padding: 50px 15px;
}

    .footer-links a {
        display: block;
        text-decoration: none;
        color: #808080;
        font-family: 'Arial';
        font-weight: bold;
        font-size: 18px;
        padding: 4px 0;
    }

        .footer-links a:hover {
            color: #00B1C6;
            text-decoration: underline;
        }



/*************************************************************************************************
        
     RESPONSIVE STYLES
          
*************************************************************************************************/

@media (max-width: 400px) {
}

@media (max-width: 550px) {
}




@media (max-width: 1050px) {
    .site-logo a {
        font-size: 40px;
        padding: 0 0 8px 0;
    }

    .ul-nav-links li {
        margin: 0;
    }

        .ul-nav-links li a {
            font-size: 13px;
            padding: 0 8px;
        }

            .ul-nav-links li a span {
                padding: 10px 0 14px 0;
            }

    .content-box .title {
        font-size: 36px;
    }

    .content-box .description {
        font-size: 18px;
    }

    .content-box .read-more-link a {
        font-size: 16px;
    }

    .slide .content-box.u-pull-left {
        left: 50px;
    }

    .slide .content-box.u-pull-right {
        right: 50px;
    }

    .content-box-column .title {
        font-size: 28px;
        padding-bottom:10px !important;
    }

        .content-box-column .title.title-size-30px {
            font-size: 20px;
        }

        .content-box-column .title.square-box {
            padding-top: 5px;
            padding-left: 45px;
        }

            .content-box-column .title.square-box::before {
                width: 15px;
                height: 15px;
                left: 0;
                top: 0;
            }

            .content-box-column .title.square-box::after {
                width: 15px;
                height: 15px;
                left: 15px;
                top: 15px;
            }

    .content-box-column .description, .two-column-article-style.description.big-font {
        font-size: 18px;
        line-height:1.4em;
    }

    .content-box-column .read-more-link a {
        font-size: 18px;
    }

}


@media (max-width: 900px) {

    .utility-bar {
        height: 20px;
    }

    .site-logo a {
        font-size: 30px;
        padding: 0 0 11px 0;
    }

    .ul-nav-links {
        margin: 0;
    }

        .ul-nav-links li {
            margin: 0;
        }

            .ul-nav-links li a {
                font-size: 12px;
                padding: 0 5px;
            }

                .ul-nav-links li a span {
                    padding: 5px 0 15px 0;
                }

    .content-box .title {
        font-size: 24px;
        padding: 0 0 10px 0;
    }

    .content-box .description {
        font-size: 16px;
        padding: 0 0 10px 0;
    }

    .content-box .read-more-link a {
        font-size: 16px;
    }

    .slide .content-box.u-pull-left {
        left: 50px;
    }

    .slide .content-box.u-pull-right {
        right: 50px;
    }

    .slide .content-box {
        width: 300px;
    }

        .slide .content-box .wrapper {
            padding: 20px 15px 20px 35px;
        }

    .content-box-column .title {
        font-size: 24px;
    }

        .content-box-column .title.title-size-30px {
            font-size: 18px;
        }

        .content-box-column .title.square-box {
            padding-top: 5px;
            padding-left: 45px;
        }

            .content-box-column .title.square-box::before {
                width: 15px;
                height: 15px;
                left: 0;
                top: 0;
            }

            .content-box-column .title.square-box::after {
                width: 15px;
                height: 15px;
                left: 15px;
                top: 15px;
            }

    .content-box-column .description, .two-column-article-style.description.big-font {
        font-size: 16px;
    }

    .content-box-column .read-more-link a {
        font-size: 16px;
    }

    .content-box-column .title.pipe:before {
        width: 16px;
        height: 50px;
    }

    .content-box-column .title.pipe {
        padding-top: 12px;
        padding-bottom: 10px;
        padding-left: 30px;
    }

    .video-container .play-btn img {
        width: 60px;
        margin: -30px 0 0 -30px;
    }
}


@media (max-width: 750px) {

    .show-in-mobile {
        display: block !important;
    }


    .mobile-menu {
        display: block;
        position: relative;
        z-index: 101;
    }

        .mobile-menu img {
            margin: 5px 0 0 0;
            width: 28px;
        }


    .nav-bar.open .mobile-menu img.active {
        display: block;
    }

    .nav-bar.open .mobile-menu img.default {
        display: none;
    }

    .nav-bar {
        margin: 10px 0 0 0;
    }



    .site-logo a {
        font-size: 30px;
        padding: 0 0 10px 0;
        display: block;
    }

        .site-logo a::before {
            display: none !important;
        }

    .nav-menu {
        height: 100%;
        width: 200px;
        position: fixed;
        z-index: 100;
        top: 0;
        right: -200px;
        background-color: #00B4C2;
        overflow-x: hidden;
        -webkit-transition: all 0.3s ease;
        -moz-animation: all 0.3s easen;
        -ms-animation: all 0.3s ease;
        transition: all 0.3s ease;
        padding-top: 60px;
    }

    .nav-bar.open .nav-menu {
        right: 0;
    }

    .ul-nav-links li {
        display: block;
    }

        .ul-nav-links li a {
            font-size: 14px;
            color: #FFF;
            padding: 8px 15px;
        }

            .ul-nav-links li a span {
                padding: 0;
            }

            .ul-nav-links li a:hover {
                text-decoration: underline;
            }


    .slide > img {
        /*width:150% !important;*/
    }

    .slide .content-box, .slide .content-box.u-pull-left, .slide .content-box.u-pull-right {
        position: relative;
        width: auto;
        display: block;
        left: auto;
        right: auto;
        top: auto;
        float: none;
    }

    .owl-carousel .slide .content-box .wrapper {
        padding-bottom: 50px;
        margin: 0;
    }

    .owl-carousel {
        margin-bottom: 30px;
    }

    .owl-dots {
        bottom: 10px;
    }

    .content-box .title::before {
        top: 0;
    }

    .row-spacing-40px {
        height: 0;
    }

    .content-box-column, .content-box {
        margin-bottom: 30px;
    }

        .content-box-column.no-margin-for-mobile, .owl-carousel .content-box-column, .owl-carousel .content-box {
            margin-bottom: 0 !important;
        }

    .video-container .play-btn img {
        width: 40px;
        margin: -20px 0 0 -20px;
    }

    .three-column-article-style {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }

    .two-column-article-style {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }

    .float-none-for-mobile {
        float: none;
    }

    .document-link {
        margin: -20px 0 20px 0;
    }

    .document-icon {
        border: 6px solid #96A624;
        padding: 10px 5px;
        color: #96A624;
        font-size: 16px;
    }

    .document-text {
        max-width: none;
    }
     .article-content .description b.big{
         font-size:18px;
     }
}

@media (max-width: 500px) {
    .slide > img {
        /*width:200% !important;*/
    }

    img.align-left, img.align-right {
        float: none;
        max-width: 100%;
        display: block;
        padding: 10px 0;
    }
    .site-logo a img{
        width:180px;
    }
    .mobile-menu img{
        margin:0;
    }
}
