﻿@charset 
/* Index & TOC    For Apps header footer
   --------------------------------------------------

   0.  Reset & Assets Framework       
   1.  Fonts 
   2.  Modules
   3.  Header
   4.  Footer      
   5. Scroller


    
   
   --------------------------------------------------*/

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
.clearfix {
    *zoom: 1;
}

    .clearfix:before,
    .clearfix:after {
        display: table;
        content: "";
        line-height: 0;
    }

    .clearfix:after {
        clear: both;
    }

.full_clear {
    clear: both;
    display: block;
    height: 0;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}

.left {
    float: left;
}

.hide-text {
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
/* =================================
	Styleguide Helpers
   ================================= */
/* =================================
	Text Helpers
   ================================= */
.websiteApp .button {
    background: #a1abb2;
    margin: 3px;
    opacity: 1;
    outline: medium none;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    color: #FFFFFF;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
    border-radius: 5px;
}

 .websiteApp   .button:hover {
        background: #000000;
    }

.websiteApp .checkoutbutton {
    background: #a1abb2;
    margin: 3px;
    opacity: 1;
    outline: medium none;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    color: #FFFFFF;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    font-size: 18px;
    font-size: 1.125rem;
}

    .checkoutbutton:hover {
        background: #000000;
    }

.websiteApp .productButton {
    color: #ffffff;
    background: #a1abb2;
    margin: 3px;
    opacity: 1;
    outline: medium none;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    width: 100%;
}

 .websiteApp   .productButton:hover {
        background: #000000;
    }

    .productButton a {
        color: #ffffff;
        padding: 10px;
        width: 100%;
        display: inline-block;
    }
/* =================================
	Link Helpers
   ================================= */
/* =================================
	CSS3 Helpers
   ================================= */
.input-block-level {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.websiteApp {
    /* HTML5 display-role reset for older browsers */
    font-size: 16px;
    font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
    color: #6a737b;
    margin: 0px;
    padding: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color:#fff
}

    .websiteApp html,
    .websiteApp body,
    .websiteApp div,
    .websiteApp span,
    .websiteApp applet,
    .websiteApp object,
    .websiteApp iframe,
    .websiteApp h1,
    .websiteApp h2,
    .websiteApp h3,
    .websiteApp h4,
    .websiteApp h5,
    .websiteApp h6,
    .websiteApp p,
    .websiteApp blockquote,
    .websiteApp pre,
    .websiteApp a,
    .websiteApp abbr,
    .websiteApp acronym,
    .websiteApp address,
    .websiteApp big,
    .websiteApp cite,
    .websiteApp code,
    .websiteApp del,
    .websiteApp dfn,
    .websiteApp em,
    .websiteApp img,
    .websiteApp ins,
    .websiteApp kbd,
    .websiteApp q,
    .websiteApp s,
    .websiteApp samp,
    .websiteApp small,
    .websiteApp strike,
    .websiteApp strong,
    .websiteApp sub,
    .websiteApp sup,
    .websiteApp tt,
    .websiteApp var,
    .websiteApp b,
    .websiteApp u,
    .websiteApp i,
    .websiteApp center,
    .websiteApp dl,
    .websiteApp dt,
    .websiteApp dd,
    .websiteApp ol,
    .websiteApp ul,
    .websiteApp li,
    .websiteApp fieldset,
    .websiteApp form,
    .websiteApp label,
    .websiteApp legend,
    .websiteApp table,
    .websiteApp caption,
    .websiteApp tbody,
    .websiteApp tfoot,
    .websiteApp thead,
    .websiteApp tr,
    .websiteApp th,
    .websiteApp td,
    .websiteApp article,
    .websiteApp aside,
    .websiteApp canvas,
    .websiteApp details,
    .websiteApp embed,
    .websiteApp figure,
    .websiteApp figcaption,
    .websiteApp footer,
    .websiteApp header,
    .websiteApp hgroup,
    .websiteApp menu,
    .websiteApp nav,
    .websiteApp output,
    .websiteApp ruby,
    .websiteApp section,
    .websiteApp summary,
    .websiteApp time,
    .websiteApp mark,
    .websiteApp audio,
    .websiteApp video {
        margin: 0;
        padding: 0;
        border: 0;
        font-size: 100%;
        font: inherit;
        vertical-align: baseline;
    }

    .websiteApp article,
    .websiteApp aside,
    .websiteApp details,
    .websiteApp figcaption,
    .websiteApp figure,
    .websiteApp footer,
    .websiteApp header,
    .websiteApp hgroup,
    .websiteApp menu,
    .websiteApp nav,
    .websiteApp section {
        display: block;
    }

    .websiteApp .websiteApp {
        line-height: 1;
    }

    .websiteApp ol,
    .websiteApp ul {
        list-style: none;
    }

    .websiteApp blockquote,
    .websiteApp q {
        quotes: none;
    }

        .websiteApp blockquote:before,
        .websiteApp blockquote:after,
        .websiteApp q:before,
        .websiteApp q:after {
            content: '';
            content: none;
        }

    .websiteApp table {
        border-collapse: collapse;
        border-spacing: 0;
    }

    .websiteApp * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .websiteApp h1 {
        font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
        font-size: 32px;
        font-size: 2rem;
        color: #77bc1f;
        word-wrap: break-word;
        line-height: 36px;
        padding: 5px 0 5px;
        border-bottom: 1px solid #dfe3e5;
        margin: 0 0 20px;
    }

        .websiteApp h1 i:before {
            padding: 0 10px 0 0;
            line-height: 35px;
            line-height: 2.1875rem;
            content: "< ";
            color: #77bc1f;
            font-size: 30px;
            font-size: 1.875rem;
            display: inline-block;
        }

        .websiteApp h1 a {
            color: #77bc1f;
        }

    .websiteApp h2 {
        font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
        font-size: 32px;
        font-size: 2rem;
        color: #6a737b;
        word-wrap: break-word;
        line-height: 32px;
        margin-bottom: 15px;
    }

    .websiteApp h3 {
        font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
        font-size: 16px;
        font-size: 1rem;
        color: #6a737b;
        word-wrap: break-word;
        line-height: 24px;
        margin-top: 10px;
        font-weight: 700;
        color: #959595;
    }

        .websiteApp h3 a {
            color: #0071ce;
        }

        .websiteApp h3 span {
            padding: 0 0 0 10px;
            font-size: 14px;
            font-size: 0.875rem;
            font-weight: normal;
        }

    body.template_c h2 {
        color: #959595;
        font-weight: bold;
    }

    body.template_c h3 {
        color: #959595;
        font-weight: bold;
    }

    .websiteApp a {
        color: #6a737b;
        text-decoration: none;
    }

    .websiteApp select {
        padding: 0 5px;
        font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
        border-radius: 3px;
        font-size: 13px;
        color: #919191;
        background-color: #f6f7f7;
        border: 1px solid #dfe3e5;
        height: 25px;
        line-height: 13px;
        line-height: 0.8125rem;
    }

    .websiteApp img {
        width: 100%;
        height: auto;
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        transition: all 0.3s ease-in-out;
    }

        .websiteApp img.emailImg {
            width: auto !important;
            height: auto;
            -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
            transition: all 0.3s ease-in-out;
        }

    .websiteApp .more-link {
        cursor: pointer;
    }

        .websiteApp .more-link .fa {
            color: #77bc1f;
        }

        .websiteApp .more-link.active span {
            display: inline-block;
            margin: 0 0 10px;
        }

        .websiteApp .more-link.active .less-link {
            margin: 0 0 0 10px;
        }

        .websiteApp .more-link.active .more-panel {
            display: none;
        }

        .websiteApp .more-link.active .less-panel {
            display: inline-block;
            cursor: pointer;
        }

        .websiteApp .more-link .more-panel {
            display: inline-block;
            margin: 0 0 0 10px;
        }

        .websiteApp .more-link .less-link {
            display: inline-block;
            margin: 0 0 0 10px;
        }

        .websiteApp .more-link span {
            display: none;
        }

    .websiteApp .less-link {
        margin: 0 0 0 10px;
    }

        .websiteApp .less-link .label {
            display: inline-block;
        }

        .websiteApp .less-link.active span {
            display: inline-block;
        }

    .websiteApp b {
        font-weight: 600;
    }

    .websiteApp .bold {
        font-weight: 700;
    }

    .websiteApp .hide {
        display: none;
    }

    .websiteApp .center {
        text-align: center;
    }

    .websiteApp .right {
        float: right;
    }

    .websiteApp .initial {
        display: initial;
    }

    .websiteApp hr {
        display: inline-block;
        margin: 5px 0;
        width: 100%;
        border: none;
        height: 1px;
        background: #dfe3e5;
    }

    .websiteApp .full-spacer {
        display: inline-block;
        margin: 0 0 40px 0;
        content: " ";
        width: 100%;
    }

    .websiteApp .site-container {
        overflow: hidden;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        -webkit-transform: translate3d(none, 0, 0);
        -moz-transform: translate3d(none, 0, 0);
        -ms-transform: translate(none);
        transform: translate3d(none, 0, 0);
        -webkit-transition: -webkit-transform 0;
        -moz-transition: -moz-transform 0;
        transition: transform 0;
        -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
    }

        .websiteApp .site-container.mobile-menu-active {
            -webkit-transform: translate3d(-80%, 0, 0);
            -moz-transform: translate3d(-80%, 0, 0);
            -ms-transform: translate(-80%);
            transform: translate3d(-80%, 0, 0);
            -webkit-transition: -webkit-transform 0;
            -moz-transition: -moz-transform 0;
            transition: transform 0;
            -webkit-transition: 0.4s;
            -moz-transition: 0.4s;
            -o-transition: 0.4s;
            transition: 0.4s;
        }

    .websiteApp .mobileNav {
        width: 78%;
        height: 100%;
        position: fixed;
        top: 0;
        right: 0;
        background: #ffffff;
        box-shadow: inset 6px 0 5px -5px rgba(0, 0, 0, 0.23);
        text-align: left;
        -webkit-transform: translate3d(100%, 0, 0);
        -moz-transform: translate3d(100%, 0, 0);
        -ms-transform: translate(100%);
        transform: translate3d(100%, 0, 0);
        -webkit-transition: -webkit-transform 0.4s;
        -moz-transition: -moz-transform 0.4s;
        transition: transform 0.4s;
    }

        .websiteApp .mobileNav.mobile-menu-active {
            -webkit-transform: translate3d(0%, 0, 0);
            -moz-transform: translate3d(0%, 0, 0);
            -ms-transform: translate(0%);
            transform: translate3d(0%, 0, 0);
            -webkit-transition: -webkit-transform 0.4s;
            -moz-transition: -moz-transform 0.4s;
            transition: transform 0.4s;
        }

        .websiteApp .mobileNav .mobile-advanced-search {
            display: none;
        }

        .websiteApp .mobileNav ul li {
            border-bottom: 1px solid #e6ebba;
            display: block;
            text-align: left;
            height: 49px;
            line-height: 36px;
            line-height: 2.25rem;
            text-transform: uppercase;
        }

            .websiteApp .mobileNav ul li:first-child {
                border-top: 1px solid #e6ebba;
            }

            .websiteApp .mobileNav ul li a {
                font-size: 20px;
                font-size: 1.25rem;
                line-height: 22px;
                line-height: 1.375rem;
                color: #0071ce;
                text-decoration: none;
                padding: 15px 30px 0;
                display: inline-block;
            }

        .websiteApp .mobileNav .mobile-search-box {
            display: block;
            left: 0;
            margin: 10px 0 0;
            padding: 0 20px 10px 25px;
            position: relative;
        }

            .websiteApp .mobileNav .mobile-search-box input {
                width: 100%;
                color: #919191;
                height: 30px;
                margin: auto 0 auto 3px;
                padding: 0 10px 0 5px;
                background-color: #f6f7f7;
                border: 0px;
            }

            .websiteApp .mobileNav .mobile-search-box .search-button {
                bottom: 0;
                margin: auto 0;
                position: absolute;
                right: 10px;
                top: 4px;
                text-decoration: none;
                color: #0071ce;
                line-height: 1.3em;
                font-size: 17px;
                font-size: 1.0625rem;
            }

                .websiteApp .mobileNav .mobile-search-box .search-button:before {
                    display: inline-block;
                    font: normal normal normal 14px/1 FontAwesome;
                    font-size: inherit;
                    text-rendering: auto;
                    -webkit-font-smoothing: antialiased;
                    -moz-osx-font-smoothing: grayscale;
                    content: "\f002";
                }

    .websiteApp .emergency-message {
        background:#c41301;
        padding: 10px 20px;
        width: 100%;
        color:white;
    }

        .websiteApp .emergency-message .close-button {
            float: right;
            font-size: 16px;
            font-size: 1rem;
            color:white;
        }

        .websiteApp .emergency-message.hidden {
            display: none;
        }

    .websiteApp .mobile-nav {
        display: none;
        top: -850px;
        width: 100%;
        background: #0071ce;
        color: #ffffff;
        position: absolute;
        left: 0;
        border-radius: 0 0 18px 18px;
        z-index: 5;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .websiteApp .mobile-nav .shadow {
            width: 100%;
            height: 5px;
            position: absolute;
            top: -6px;
            left: 0;
            box-shadow: 0 5px 5px 0 rgba(1, 1, 1, 0.2);
        }

        .websiteApp .mobile-nav .accordion-section-title {
            text-transform: uppercase;
            width: 100%;
            cursor: pointer;
            transition: all linear 0.15s;
            display: inline-block;
            padding: 15px 25px;
        }

            .websiteApp .mobile-nav .accordion-section-title:after {
                padding: 0 0 0 5px;
                float: right;
                font-size: 18px;
                font-size: 1.125rem;
                line-height: 13px;
                content: " >";
                color: #77bc1f;
            }

            .websiteApp .mobile-nav .accordion-section-title.active {
                box-shadow: 0 5px 5px 0 rgba(1, 1, 1, 0.2);
            }

                .websiteApp .mobile-nav .accordion-section-title.active:after {
                    padding: 0 0 0 5px;
                    float: right;
                    font-size: 18px;
                    font-size: 1.125rem;
                    line-height: 13px;
                    content: " >";
                    color: #77bc1f;
                    -webkit-transform: rotate(90deg);
                    -moz-transform: rotate(90deg);
                    -ms-transform: rotate(90deg);
                    -o-transform: rotate(90deg);
                    transform: rotate(90deg);
                }

            .websiteApp .mobile-nav .accordion-section-title.login {
                background: #659ec8;
            }

                .websiteApp .mobile-nav .accordion-section-title.login:after {
                    color: #ffffff;
                }

                .websiteApp .mobile-nav .accordion-section-title.login.active {
                    box-shadow: none;
                }

        .websiteApp .mobile-nav .accordion-content {
            display: none;
            width: 100%;
            background: #dfe3e5;
            transition: all linear 0.15s;
            position: relative;
            padding: 0 20px 10px;
        }

            .websiteApp .mobile-nav .accordion-content a {
                color: #6a737b;
                display: inline-block;
                width: 100%;
                padding: 10px 0;
            }

.mobile-nav .accordion-content div.childItem a {
    color: #77bc1f;
    display: inline-block;
    width: 80%;
}

.websiteApp .mobile-nav .accordion-content.active {
    display: inline-block;
}

.websiteApp .mobile-nav .login-large {
    padding: 0 20px 20px;
    background: #659ec8;
}

    .websiteApp .mobile-nav .login-large input[type=text] {
        display: block;
        width: 100%;
        background-color: #fff;
        color: #6a737b;
        font-size: 0.875rem;
        line-height: 0.875rem;
        padding: 0.4375rem 1rem;
        border: 0px;
    }

    .websiteApp .mobile-nav .login-large input[type=submit] {
        width: 100%;
        display: block;
        background-color: #fff;
        cursor: pointer;
        color: #0071ce;
        padding: 0.4375rem 0;
        text-align: center;
        border: 0.0625rem solid #6a737b;
        text-transform: uppercase;
        font-size: 0.875rem;
        line-height: 0.875rem;
        margin: 0 0 0.375rem 0;
    }

    .websiteApp .mobile-nav .login-large input[type=text]:nth-of-type(1) {
        margin: 0 0 0.5625rem 0;
    }

    .websiteApp .mobile-nav .login-large a {
        color: #ffffff;
        font-size: 12px;
        font-size: 0.75rem;
        margin-bottom: 10px;
        width: 100%;
        display: inline-block;
    }

    .websiteApp .mobile-nav .login-large .help-link,
    .websiteApp .mobile-nav .login-large .terms {
        padding: 0px;
    }

.websiteApp .mobile-nav .mobile-search {
    border-radius: 0 0 18px 18px;
    background: #333f49;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 20px;
}

    .websiteApp .mobile-nav .mobile-search input {
        color: #333f49;
        background: #b2d4f0;
        border-radius: 4px;
        padding: 5px;
        height: 25px;
        width: 100%;
        border: 0px;
    }

    .websiteApp .mobile-nav .mobile-search .phone {
        display: inline-block;
        margin: 15px 0 0;
        color: #ffffff;
    }

        .websiteApp .mobile-nav .mobile-search .phone a {
            color: #ffffff;
        }

.websiteApp .mobile-nav.mobile-menu-active {
    top: 48px;
}

.websiteApp .page-container {
    width: 100%;
    margin: 0px auto 0px auto;
    max-width: 1200px;
    min-width: 315px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 25px;
    position: relative;
}

.websiteApp .left-column {
    margin: 30px 0;
    width: 75%;
    float: left;
    padding-right: 65px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
    font-size: 0.8125rem;
}

    .websiteApp .left-column p {
        line-height: 22px;
        line-height: 1.375rem;
        display: inline-block;
        margin: 0 0 20px;
    }

        .websiteApp .left-column p.urlHeading {
            width: 100%;
            display: block !important;
            margin: 0 0 8px !important;
            font-weight: bold;
        }

    .websiteApp .left-column .initial {
        display: initial;
    }

    .websiteApp .left-column h2 {
        font-size: 21px;
        font-size: 1.3125rem;
        margin: 0px;
    }

    .websiteApp .left-column h3 {
        margin: 0 0 5px;
        width: 100%;
        float: left;
    }

        .websiteApp .left-column h3.management {
            float: none;
        }

    .websiteApp .left-column h4 {
        line-height: 28px;
        line-height: 1.75rem;
    }

    .websiteApp .left-column .sub-head {
        color: #0071ce;
        font-weight: 600;
        margin-bottom: 5px;
    }

.websiteApp .right-column {
    margin-top: 15px;
    width: 25%;
    float: right;
    padding-left: 1%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 300px;
}

    .websiteApp .right-column p {
        font-size: 13px;
        font-size: 0.8125rem;
        line-height: 22px;
        line-height: 1.375rem;
        margin: 0;
    }

    .websiteApp .right-column h3 {
        margin: 0 0 5px;
    }

    .websiteApp .right-column h4 {
        line-height: 28px;
        line-height: 1.75rem;
        margin: 0 0 30px;
    }

.websiteApp .home-left {
    width: 50%;
    float: left;
    padding-right: 1%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.websiteApp .home-right {
    width: 50%;
    float: right;
    padding-left: 1%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: none;
    margin-top: 30px !important;
}

.websiteApp .breadcrumb-nav {
    float: left;
    width: 75%;
    padding-right: 1%;
    margin: 10px 0 0 0;
}

    .websiteApp .breadcrumb-nav ul {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -ms-flex;
        display: flex;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-align-items: flex-end;
        -moz-align-items: flex-end;
        -ms-align-items: flex-end;
        align-items: flex-end;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
        justify-content: flex-start;
        margin: 5px 0 20px;
        line-height: 11px;
        line-height: 0.6875rem;
    }

        .websiteApp .breadcrumb-nav ul li {
            display: flex;
            align-items: baseline;
            padding: 0 8px;
            border-left: 1px solid #919191;
        }

            .websiteApp .breadcrumb-nav ul li:first-child {
                padding: 0 8px 0 0;
                border: none;
            }

            .websiteApp .breadcrumb-nav ul li a {
                color: #a1abb2;
            }

            .websiteApp .breadcrumb-nav ul li.current {
                color: #6a737b;
            }

.websiteApp .font-sizing {
    float: right;
    width: 25%;
    padding-left: 1%;
    font-size: 14px;
    font-size: 0.875rem;
    margin: 10px 0 0 0;
    max-width: 300px;
}

    .websiteApp .font-sizing a {
        font-weight: 700;
        padding: 0 8px 0 0;
        display: inline-block;
        color: #ced0d1;
    }

        .websiteApp .font-sizing a:hover {
            text-decoration: underline;
        }

        .websiteApp .font-sizing a.medium {
            font-size: 16px;
            font-size: 1rem;
            color: #ced0d1;
        }

        .websiteApp .font-sizing a.large {
            font-size: 18px;
            font-size: 1.125rem;
            color: #ced0d1;
        }

        .websiteApp .font-sizing a.active-font {
            color: #6a737b;
        }

.websiteApp .padding-bottom {
    padding-bottom: 20px;
}

.websiteApp .error-message {
    color: red;
    display: inline-block;
    width: 100%;
}

.websiteApp .bullets {
    margin: 0 0 20px 0;
    list-style: outside disc;
    margin-left: 1em;
    width: 100%;
}

    .websiteApp .bullets li {
        width: 100%;
        position: relative;
        left: 1em;
        padding-right: 1em;
        line-height: 24px;
        line-height: 1.5rem;
        vertical-align: text-top;
        /*&:before{
                font-family: 'FontAwesome';
                content: '\f111';   
                .font-size(8px);
                margin: -5px 17px 0 0;
            }*/
    }

.websiteApp .download {
    vertical-align: bottom;
    display: inline-block;
    width: 100%;
    margin-top: -10px;
    color: #0071ce;
    font-size: 13px;
    font-size: 0.8125rem;
    margin-bottom: 20px;
}

    .websiteApp .download img {
        height: 38px;
        width: 30px;
        float: left;
    }

    .websiteApp .download div {
        float: left;
        padding: 10px 0 0 10px;
    }

.websiteApp .one-column {
    width: 100%;
    margin-bottom: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
}

    .websiteApp .one-column li {
        width: 100%;
        float: left;
        padding: 10px;
        margin-bottom: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

.websiteApp .two-column {
    width: 100%;
    margin: 20px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    padding: 0px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -moz-align-content: stretch;
    -ms-align-content: stretch;
    align-content: stretch;
}

    .websiteApp .two-column li {
        margin: 0 auto;
        width: 49%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
        justify-content: flex-start;
        margin-bottom: 20px;
        text-align: center;
        cursor: pointer;
        border: #dfe3e5 solid 1px;
    }

        .websiteApp .two-column li:first-child {
            margin-left: 0px;
        }

.websiteApp .three-column {
    width: 100%;
    margin: 20px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    padding: 0px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -moz-align-content: stretch;
    -ms-align-content: stretch;
    align-content: stretch;
}

    .websiteApp .three-column li {
        margin: 0 auto;
        width: 32%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
        justify-content: flex-start;
        margin-bottom: 20px;
        text-align: center;
        cursor: pointer;
        border: #dfe3e5 solid 1px;
    }

        .websiteApp .three-column li:first-child {
            margin-left: 0px;
        }

.websiteApp .four-column {
    width: 100%;
    margin-bottom: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    padding: 0px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -moz-align-content: stretch;
    -ms-align-content: stretch;
    align-content: stretch;
}

    .websiteApp .four-column li {
        cursor: pointer;
        -webkit-flex: 1;
        flex: 1;
        text-align: center;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        overflow: hidden;
        padding: 10px;
        max-width: 25%;
        margin: .25%;
        border: #dfe3e5 solid 1px;
    }

        .websiteApp .four-column li:first-child {
            margin-left: 0px;
        }

        .websiteApp .four-column li:hover img {
            -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
        }

.websiteApp .five-column {
    width: 100%;
    margin-bottom: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    padding: 0px;
}

    .websiteApp .five-column li {
        width: 18%;
        float: left;
        padding: 10px;
        margin-bottom: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin-left: 10px;
    }

        .websiteApp .five-column li:first-child {
            margin-left: 0px;
        }

.websiteApp .title {
    width: 100%;
}

.websiteApp .value {
    width: 100%;
    margin-bottom: 20px;
}

    .websiteApp .value input {
        width: 100%;
        height: 40px;
        padding: 5px;
        background: #f6f7f7;
        border: none;
    }

    .websiteApp .value select {
        width: 100%;
        height: 40px;
        padding: 5px;
    }

    .websiteApp .value textarea {
        width: 100%;
        height: 100px;
        padding: 5px;
    }

    .websiteApp .value input[type="checkbox"] {
        width: 30px;
    }

.websiteApp .button {
    background: #a1abb2;
    margin: 3px;
    opacity: 1;
    outline: medium none;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    color: #FFFFFF;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
    border-radius: 5px;
}

    .websiteApp .button:hover {
        background: #000000;
    }

.websiteApp .jqmWindow {
    display: none;
    position: fixed;
    top: 17%;
    left: 50%;
    margin-left: -300px;
    max-width: 600px;
    background-color: #EEE;
    color: #333;
    border: 1px solid black;
    padding: 12px;
}

.websiteApp .jqmOverlay {
    background-color: #000;
}

.websiteApp .modal-close-button {
    position: absolute;
    right: -10px;
    top: -10px;
    height: 32px;
    width: 32px;
    background: #6a737b;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: inset 6px 0 5px -5px rgba(0, 0, 0, 0.23);
}

    .websiteApp .modal-close-button span {
        font-size: 25px;
        font-size: 1.5625rem;
        font-weight: 700;
        color: #ffffff;
        width: 100%;
        text-align: center;
        display: inline-block;
    }

@media (max-width: 920px) {
    .websiteApp .site-container {
        margin-top: 50px;
    }

    .websiteApp .mobile-nav {
        display: inline-block;
    }
}

@media (max-width: 800px) {
    .websiteApp .site-container {
        margin: 50px 0 0;
    }

    .websiteApp .font-sizing span {
        width: 100%;
        display: inline-block;
    }

    .websiteApp .font-sizing {
        display: none;
    }

    .websiteApp .breadcrumb-nav {
        display: none;
    }

    .websiteApp .page-container {
        padding: 0 20px;
    }

    .websiteApp .left-column {
        width: 100%;
        padding-right: 0;
        margin: 0px;
    }

    .websiteApp .right-column {
        margin: 0px;
        width: 100%;
        max-width: none;
        padding-left: 0;
    }

    .websiteApp .left-column {
        width: 100%;
        padding-right: 0;
    }

    .websiteApp .right-column {
        width: 100%;
        padding-left: 0;
    }

    .websiteApp .copyright {
        text-align: center;
    }
}

@media (max-width: 500px) {
    .websiteApp .left-column {
        margin: 0px;
    }

    .websiteApp .right-column {
        margin: 0;
    }
}

.websiteApp header {
    margin: 0px auto 0px auto;
    width: 100%;
    clear: both;
    position: relative;
    box-shadow: 0 5px 5px 0 rgba(1, 1, 1, 0.2);
}

    .websiteApp header .top-menu {
        background: #333f49;
        height: 43px;
        position: relative;
    }

        .websiteApp header .top-menu .membership-nav {
            display: none;
            top: 43px;
            background: #0071ce;
            position: absolute;
            border-radius: 0 0 18px 18px;
            z-index: 5;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            padding: 0 20px 10px;
            max-width: 230px;
            margin-left: 0;
        }

            .websiteApp header .top-menu .membership-nav a {
                width: 100%;
                padding: 3px 0 10px;
                color: #ffffff;
                text-transform: none;
                clear: both;
                display: inline-block;
                line-height: 18px;
                line-height: 1.125rem;
            }

            .websiteApp header .top-menu .membership-nav.active {
                display: inline-block;
                -webkit-transition: 3s;
                -moz-transition: 3s;
                -o-transition: 3s;
                transition: 3s;
            }

        .websiteApp header .top-menu .menu-search {
            float: right;
            height: 20px;
            background: #ffffff;
            padding: 0px 2px 2px 5px;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
            margin-top: 12px;
            display: inline-block;
            width: 215px;
            position: relative;
            font-size: 13px;
            font-size: 0.8125rem;
            line-height: 21px;
        }

            .websiteApp header .top-menu .menu-search input {
                color: #000000;
                background: #b2d4f0;
                position: absolute;
                right: 0px;
                top: 0px;
                border: 0px;
                height: 20px;
                border-radius: 0 3px 3px 0;
                width: 82%;
                padding: 0 10px;
            }

        .websiteApp header .top-menu .search-form input {
            color: #000000;
            background: #b2d4f0;
            right: 0px;
            top: 0px;
            border: 0px;
            height: 20px !important;
            border-radius: 0 3px 3px 0 !important;
			width:auto;
        }

        .websiteApp header .top-menu .search-form select {
            padding: 0 5px;
            font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
            border-radius: 3px;
            font-size: 13px;
            color: #919191;
            background-color: #f6f7f7;
            border: 1px solid #dfe3e5;
            height: 20px !important;
            float: left;
            border-radius: 3px 0 0 3px;
			width:auto;
        }

        .websiteApp header .top-menu .search-form {
            float: right;
            height: 20px;
            padding: 0px 2px 2px 5px;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            margin-top: 12px;
            position: relative;
            font-size: 13px;
            font-size: 0.8125rem;
            line-height: 21px;
        }

        .websiteApp header .top-menu .menu-search ::-webkit-input-placeholder {
            color: #000000;
        }

        .websiteApp header .top-menu .menu-search :-moz-placeholder {
            color: #000000;
        }

        .websiteApp header .top-menu .menu-search ::-moz-placeholder {
            color: #000000;
        }

        .websiteApp header .top-menu .menu-search :-ms-input-placeholder {
            color: #000000;
        }

header .top-menu .menu-search .fa {
    color: #0071ce;
    position: absolute;
    left: 23px;
    bottom: 1px;
}

header .top-menu ul {
    margin: 13px 0 0;
    float: right;
    line-height: 18px;
    line-height: 1.125rem;
}

    header .top-menu ul li {
        float: left;
        font-size: 14px;
        font-size: 0.875rem;
        display: inline-block;
    }

        header .top-menu ul li a {
            color: #a1abb2;
            border-left: 2px solid #a1abb2;
            padding: 0 20px;
            display: inline-block;
            vertical-align: bottom;
            position: relative;
        }

        header .top-menu ul li:first-child a {
            border-left: 0px;
            margin-right: 13px;
        }

        header .top-menu ul li .fa {
            margin: 0 0 0 5px;
            position: absolute;
            bottom: 0;
            right: 8px;
        }

.printHeader {
    display: none;
}

.printableLogo {
    position: relative;
    height: 82px;
    width: 300px;
    padding-left: 10px;
}

    .printableLogo img {
        margin-top: 17px;
        float: left;
        width: 100%;
        max-width: 282px;
        height: 40px;
        margin-left: -60px;
    }

    .printableLogo div {
        float: left;
        font-size: 10px;
        font-size: 0.625rem;
        line-height: 12px;
        line-height: 0.75rem;
        margin-top: 23px;
        margin-left: -58px;
    }

header .main-navigation {
    margin: 0px auto 0px auto;
    height: 82px;
    position: relative;
}

    header .main-navigation .logo {
        position: absolute;
        height: 82px;
        width: 300px;
    }

        header .main-navigation .logo img {
            margin-top: 17px;
            float: left;
            width: 100%;
            max-width: 282px;
            height: 40px;
            margin-left: -60px;
        }

        header .main-navigation .logo div {
            float: left;
            font-size: 10px;
            font-size: 0.625rem;
            line-height: 12px;
            line-height: 0.75rem;
            margin-top: 23px;
            margin-left: -58px;
        }

    header .main-navigation nav {
        padding: 0 0 0 240px;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        header .main-navigation nav ul {
            height: 82px;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flexbox;
            display: -ms-flex;
            display: flex;
            -webkit-flex-direction: row;
            -moz-flex-direction: row;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-flex-wrap: wrap;
            -moz-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-align-items: center;
            -moz-align-items: center;
            -ms-align-items: center;
            align-items: center;
            -webkit-justify-content: flex-end;
            -moz-justify-content: flex-end;
            -ms-justify-content: flex-end;
            justify-content: flex-end;
            height: 89px;
            line-height: 93px;
        }

            header .main-navigation nav ul li {
                -webkit-justify-content: flex-end;
                -moz-justify-content: flex-end;
                -ms-justify-content: flex-end;
                justify-content: flex-end;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
            }

                header .main-navigation nav ul li a {
                    text-transform: uppercase;
                    padding: 3px 15px;
                }

                    header .main-navigation nav ul li a.hover-class {
                        background: #0071ce;
                        -webkit-border-radius: 15px;
                        -moz-border-radius: 15px;
                        border-radius: 15px;
                        color: #ffffff;
                    }

                header .main-navigation nav ul li .mega-nav {
                    width: 100%;
                    max-width: 1150px;
                    background: #0071ce;
                    position: absolute;
                    margin: 0 25px;
                    border-radius: 0 0 18px 18px;
                    z-index: 5;
                    left: 0;
                    -webkit-box-sizing: border-box;
                    -moz-box-sizing: border-box;
                    box-sizing: border-box;
                    top: 82px;
                    display: none;
                }

                    header .main-navigation nav ul li .mega-nav .shadow {
                        width: 100%;
                        height: 5px;
                        position: absolute;
                        top: -6px;
                        left: 0;
                        box-shadow: 0 5px 5px 0 rgba(1, 1, 1, 0.2);
                    }

                    header .main-navigation nav ul li .mega-nav nav {
                        padding: 0px;
                    }

                        header .main-navigation nav ul li .mega-nav nav ul {
                            line-height: 18px;
                            line-height: 1.125rem;
                            padding: 20px;
                            justify-content: inherit !important;
                        }

                            header .main-navigation nav ul li .mega-nav nav ul.bullets {
                                padding: 0;
                                width: 100%;
                                margin: 0 0 0 15px;
                                color: #ffffff;
                                list-style: none;
                                display: none;
                            }

                                header .main-navigation nav ul li .mega-nav nav ul.bullets li {
                                    padding: 0 15px 5px 0;
                                    margin: 0 15px 0 0;
                                    line-height: 24px;
                                    line-height: 1.5rem;
                                    width: 100%;
                                    display: list-item;
                                    -webkit-box-sizing: border-box;
                                    -moz-box-sizing: border-box;
                                    box-sizing: border-box;
                                }

                                    header .main-navigation nav ul li .mega-nav nav ul.bullets li a {
                                        padding: 3px 10px 10px 0;
                                        width: 100%;
                                        display: block;
                                    }

                    header .main-navigation nav ul li .mega-nav ul {
                        width: 100%;
                        padding: 20px 0 0 30px;
                        -webkit-box-sizing: border-box;
                        -moz-box-sizing: border-box;
                        box-sizing: border-box;
                        height: auto;
                        -webkit-align-items: flex-start;
                        -moz-align-items: flex-start;
                        -ms-align-items: flex-start;
                        align-items: flex-start;
                    }

                        header .main-navigation nav ul li .mega-nav ul li {
                            width: 22%;
                            -webkit-box-sizing: border-box;
                            -moz-box-sizing: border-box;
                            box-sizing: border-box;
                            margin-right: 27px;
                            -webkit-justify-content: space-between;
                            -moz-justify-content: space-between;
                            -ms-justify-content: space-between;
                            justify-content: space-between;
                        }

                            header .main-navigation nav ul li .mega-nav ul li a {
                                width: 100%;
                                padding: 3px 0 10px;
                                color: #ffffff;
                                text-transform: none;
                                clear: both;
                                display: inline-block;
                                line-height: 18px;
                                line-height: 1.125rem;
                            }

                                header .main-navigation nav ul li .mega-nav ul li a:hover {
                                    color: #77bc1f;
                                }

    header .main-navigation #navToggle {
        display: none;
    }

header a {
    color: #6a737b;
}

header .main-navigation nav ul li .mega-nav ul li div.childLevel:hover a.parentLink {
    /*background: url('../Content/images/arrow_down.png') no-repeat left 7px;
    background-size: 10px;
    padding-left: 15px;*/
}

header .main-navigation nav ul li .mega-nav ul li div.childLevel a.parentLink {
    background: url('../Content/images/arrow_left.png') no-repeat left 7px;
    background-size: 8px;
    padding-left: 15px;
}


header .main-navigation nav ul li .mega-nav ul li div.childLevel a.active {
    background: url('../Content/images/arrow_down.png') no-repeat left 7px;
    background-size: 10px;
    padding-left: 15px;
    color: #77bc1f;
}

header .main-navigation nav ul li .mega-nav ul li div.childLevel:hover ul.bullets {
    /*display: block;*/
}


.websiteApp .mobile-nav .parentLink::after {
    color: #77bc1f;
    content: " >";
    float: left;
    font-size: 1.125rem;
    line-height: 20px;
    padding: 0 5px 0 0;
}

.websiteApp .mobile-nav .parentLink.active::after {
    color: #77bc1f;
    content: " >";
    float: left;
    font-size: 1.125rem;
    line-height: 23px;
    padding: 0 5px 0 0;
    transform: rotate(90deg);
}


.mobile-nav .bullets {
    list-style-type: none !important;
    display: none;
}

.mobile-nav .childLevel .bullets a {
    color: #77bc1f !important;
}


.mobile-nav .bullets li {
    list-style-type: none !important;
}

@media (max-width: 1175px) {
    .websiteApp header .main-navigation nav ul li .mega-nav {
        width: 95%;
    }

    .websiteApp .module.search-control .container .search-button,
    .websiteApp .module.search-control .container .clear-button {
        margin: 10px 0px 0px 0px !important;
        width: 100% !important;
    }
}

@media (max-width: 920px) {
    header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background-color: #fff;
        z-index: 10;
        height: 3.0625rem;
    }

        header .top-menu {
            display: none;
        }

            header .top-menu ul {
                display: none;
            }

            header .top-menu .menu-search {
                width: 80%;
            }

                header .top-menu .menu-search input {
                    width: 90%;
                }

        header .main-navigation {
            height: 48px;
            width: 100%;
            background: #ffffff;
            position: absolute;
            z-index: 999999;
        }

            header .main-navigation .logo {
                height: 50px;
            }

                header .main-navigation .logo img {
                    margin: 10px -84px;
                    height: 28px;
                }

                header .main-navigation .logo div {
                    display: none;
                }

        header .page-container nav {
            display: none;
        }

        header .page-container #mobile-menu {
            display: flex;
            align-content: space-between;
            flex-wrap: wrap;
            width: 28px;
            height: 18px;
            position: absolute;
            right: 20px;
            top: 14px;
        }

            header .page-container #mobile-menu span {
                width: 100%;
                height: 2px;
                background-color: #919191;
                display: block;
                margin-top: 5px;
            }
}

.websiteApp footer {
    background: #77bc1f;
    color: #ffffff;
    display: inline-block;
    width: 100%;
    padding: 0 0 50px;
}

    .websiteApp footer .resources {
        /*margin: 30px 0 0;*/
    }

    .websiteApp footer .social-connectors {
        display: flex;
    }

        .websiteApp footer .social-connectors ul {
            margin: 0 20px 20px 0;
        }

            .websiteApp footer .social-connectors ul li {
                width: 38px;
                height: 37px;
                background-color: #333f49;
                margin: 0 4px;
                float: left;
                overflow: hidden;
                text-align: center;
                padding: 6px 5px;
            }

                .websiteApp footer .social-connectors ul li .fa {
                    color: #ffffff;
                    font-size: 27px;
                    font-size: 1.6875rem;
                }

                .websiteApp footer .social-connectors ul li:hover {
                    opacity: 0.7;
                }

    .websiteApp footer .address {
        float: left;
        font-size: 13px;
        font-size: 0.8125rem;
    }

        .websiteApp footer .address .details {
            line-height: 13px;
            line-height: 0.8125rem;
            margin-bottom: 10px;
        }

        .websiteApp footer .address br {
            display: none;
        }

        .websiteApp footer .address a {
            color: #ffffff;
            text-decoration: none;
            font-size: 13px;
            font-size: 0.8125rem;
            padding: 0 15px;
            display: inline-block;
            border-left: 2px solid #ffffff;
        }

            .websiteApp footer .address a:first-child {
                padding: 0 15px 0 0;
                border: 0px;
            }

            .websiteApp footer .address a:hover {
                text-decoration: underline;
            }

.websiteApp .copyright {
    padding: 10px 0;
    font-size: 11px;
    font-size: 0.6875rem;
}

footer .resources {
    width: 100%;
    display: inline-block;
    background: #dcdfdf;
    padding: 40px 0 20px;
    margin: 0 0 50px;
    box-shadow: 0 5px 5px 0 rgba(1, 1, 1, 0.2);
}

    footer .resources ul {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -ms-flex;
        display: flex;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        -ms-align-items: flex-start;
        align-items: flex-start;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
    }

.widget-tripel-third li {
    width: 100% !important;
    margin: 0 0 10px 0 !important;
    font-size: 13px;
}

.widget-tripel-third p {
    margin: 0 0 5px 0 !important;
}

.widget-tripel-third ul {
    margin: 0 0 0 0 !important;
    padding-left: 0 !important;
}

.widget-tripel-third li a {
    color: #0071ce;
}

footer .resources ul li {
    width: 32%;
    float: left;
    border-bottom: 1px solid #dfe3e5;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    margin: 0 0 20px 0;
}

    footer .resources ul li:last-child {
        border-bottom: 0;
        padding: 0;
        margin: 0 0 20px 0;
    }

    footer .resources ul li h3 {
        font-size: 32px;
        font-size: 2rem;
        font-weight: normal;
        margin: 0 0 20px 0;
        color: #0071ce;
    }

    footer .resources ul li p {
        color: #333f49;
    }

        footer .resources ul li p.status {
            font-size: 16px;
            font-size: 1rem;
            font-weight: bold;
            text-transform: uppercase;
            line-height: 14px;
            margin: 0 0 10px 0;
            color: #333f49;
        }

        footer .resources ul li p.title {
            font-size: 18px;
            line-height: 18px;
            font-weight: bold;
            margin: 0 0 10px 0;
            color: #333f49;
        }

        footer .resources ul li p.summary {
            font-size: 14px;
            line-height: 24px;
            margin: 0 0 16px 0;
        }

    footer .resources ul li select {
        margin: 0 0 16px 0;
        display: block;
        width: 100%;
        max-width: 195px;
    }

    footer .resources ul li a.viewAll {
        display: block;
        font-size: 14px;
        line-height: 14px;
        color: #6a737b;
        width: 100%;
        float: left;
        padding-top: 5px;
    }

        footer .resources ul li a.viewAll:after {
            content: " >";
            font-size: 14px;
            line-height: 14px;
        }

    footer .resources ul li ul.events li {
        width: 100%;
        margin: 0 0 22px 0;
    }

        footer .resources ul li ul.events li p {
            font-size: 18px;
            font-size: 1.125rem;
            line-height: 18px;
            color: #333f49;
        }

            footer .resources ul li ul.events li p.event {
                font-weight: bold;
                color: #333f49;
            }

            footer .resources ul li ul.events li p.date {
                font-size: 16px;
                font-size: 1rem;
                padding: 5px 0 0 0;
                color: #333f49;
            }

@media (max-width: 800px) {
    .websiteApp footer {
        padding: 0 0 20px;
    }

        .websiteApp footer .social-connectors {
            display: inline-block;
            text-align: center;
            width: 100%;
        }

            .websiteApp footer .social-connectors ul {
                text-align: center;
                margin: 0 auto;
                width: 185px;
            }

        .websiteApp footer .address {
            width: 100%;
            display: inline-block;
            margin: 20px 0;
        }

            .websiteApp footer .address br {
                display: inline-block;
            }

            .websiteApp footer .address a.no-divider {
                border: 0;
            }

    footer .resources ul li {
        width: 100%;
        padding: 0 0 1.625rem 0;
        margin: 0 0 1.625rem 0;
        border-bottom: 0.0625rem solid #a1abb2;
    }

        footer .resources ul li h3 {
            font-size: 18px;
            font-size: 1.125rem;
        }

        footer .resources ul li ul.events {
            padding: 0px;
        }

            footer .resources ul li ul.events li {
                border: 0px;
                margin: 0px;
                padding: 0px 0 20px;
            }

                footer .resources ul li ul.events li p {
                    font-size: 14px;
                    font-size: 0.875rem;
                    line-height: 16px;
                    line-height: 1rem;
                }
}

@media (max-width: 500px) {
    .websiteApp footer {
        padding: 0;
    }

        .websiteApp footer .address a {
            padding: 0 5px;
        }
}

.websiteApp .module {
    display: inline-block;
    width: 100%;
    margin: 0 0 20px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

    .websiteApp .module .header {
        border-radius: 15px 15px 0 0;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -ms-flex;
        display: flex;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-align-items: baseline;
        -moz-align-items: baseline;
        -ms-align-items: baseline;
        align-items: baseline;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        padding: 10px 16px 5px;
        border: 1px solid #dfe3e5;
        color: #ffffff;
        font-size: 28px;
        font-size: 1.75rem;
    }

        .websiteApp .module .header .headline {
            display: inline-block;
            font-size: 30px;
            font-size: 1.875rem;
            color: #0071ce;
        }

        .websiteApp .module .header a {
            float: right;
            text-transform: capitalize;
            font-size: 13px;
            font-size: 0.8125rem;
        }

            .websiteApp .module .header a:after {
                font-size: 13px;
                line-height: 13px;
                content: " >";
                color: #77bc1f;
            }

    .websiteApp .module .container {
        border-radius: 0 0 15px 15px;
        border-left: 1px solid #dcdfdf;
        border-right: 1px solid #dcdfdf;
        border-bottom: 1px solid #dcdfdf;
        padding: 20px;
        background: #f6f7f7;
        color: #6a737b;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -ms-flex;
        display: flex;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-align-items: stretch;
        -moz-align-items: stretch;
        -ms-align-items: stretch;
        align-items: stretch;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
    }

        .websiteApp .module .container ul li {
            font-size: 18px;
            font-size: 1.125rem;
            padding: 10px 0 10px;
            display: flex;
            align-items: baseline;
        }

    /*.websiteApp .module .container ul li:before {
                content: "> ";
                color: #77bc1f;
                font-size: 18px;
                font-size: 1.125rem;
                margin: 0 3px 0 0;
                float: left;
                display: inline-block;
            }*/

    .websiteApp .module.archive-control {
        background: #dfe3e5;
        border-radius: 15px;
        margin: 0 0 50px;
    }

        .websiteApp .module.archive-control .header {
            padding: 10px 30px 0;
        }

            .websiteApp .module.archive-control .header .headline {
                font-size: 24px;
                font-size: 1.5rem;
                line-height: 24px;
                line-height: 1.5rem;
                width: 100%;
                text-align: center;
                padding: 0 0 20px;
                border-bottom: 2px solid #ced0d1;
                margin: 10px 0 0 0;
                color: #7275b7;
            }

        .websiteApp .module.archive-control .container {
            padding: 5px 30px 20px;
            background: #dfe3e5;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

            .websiteApp .module.archive-control .container .accordian {
                width: 100%;
            }

                .websiteApp .module.archive-control .container .accordian .accordion-section-title {
                    font-size: 18px;
                    font-size: 1.125rem;
                    width: 100%;
                    cursor: pointer;
                    transition: all linear 0.15s;
                    display: inline-block;
                    padding: 10px 0;
                }

                /*.websiteApp .module.archive-control .container .accordian .accordion-section-title:after {
                        padding: 0 0 0 5px;
                        float: right;
                        font-size: 18px;
                        font-size: 1.125rem;
                        line-height: 13px;
                        content: " >";
                        color: #77bc1f;
                    }

                    .websiteApp .module.archive-control .container .accordian .accordion-section-title.active:after {
                        padding: 0 0 0 5px;
                        float: right;
                        font-size: 18px;
                        font-size: 1.125rem;
                        line-height: 13px;
                        content: " >";
                        color: #77bc1f;
                        -webkit-transform: rotate(90deg);
                        -moz-transform: rotate(90deg);
                        -ms-transform: rotate(90deg);
                        -o-transform: rotate(90deg);
                        transform: rotate(90deg);
                    }*/

                .websiteApp .module.archive-control .container .accordian ul {
                    display: none;
                    transition: all linear 0.15s;
                }

                    .websiteApp .module.archive-control .container .accordian ul li {
                        padding: 0 30px 10px 30px;
                    }

                        /*.websiteApp .module.archive-control .container .accordian ul li:before {
                            font-family: 'FontAwesome';
                            content: '\f111';
                            font-size: 8px;
                            font-size: 0.5rem;
                            margin: -5px 10px 0 0;
                            color: #959595;
                        }*/

                        .websiteApp .module.archive-control .container .accordian ul li a {
                            padding: 0 0 0 10px;
                            color: #959595;
                        }

                    .websiteApp .module.archive-control .container .accordian ul.active {
                        display: inline-block;
                    }

            .websiteApp .module.archive-control .container .search-box {
                width: 100%;
                display: block;
                background-color: #f6f7f7;
                cursor: pointer;
                color: #0071ce;
                text-align: center;
                border: 0;
                text-transform: uppercase;
                font-size: 0.875rem;
                line-height: 0.875rem;
                margin: 25px 0 0.375rem 0;
            }

                .websiteApp .module.archive-control .container .search-box .fa-search {
                    color: #dfe3e5;
                    padding: 9px 0 0 5px;
                    font-size: 18px;
                    font-size: 1.125rem;
                }

                .websiteApp .module.archive-control .container .search-box input {
                    width: 85%;
                    float: right;
                    height: 35px;
                    border: 0px;
                    background-color: #f6f7f7;
                    color: #6a737b;
                    padding: 0 10px;
                }

    .websiteApp .module.category-control {
        background: #dfe3e5;
        border-radius: 15px;
        margin: 0 0 50px;
    }

        .websiteApp .module.category-control .header {
            padding: 10px 30px;
        }

            .websiteApp .module.category-control .header .headline {
                font-size: 24px;
                font-size: 1.5rem;
                line-height: 24px;
                line-height: 1.5rem;
                width: 100%;
                text-align: center;
                padding: 0 0 20px;
                border-bottom: 2px solid #ced0d1;
                margin: 10px 0 0 0;
                color: #7275b7;
            }

        .websiteApp .module.category-control .container {
            background: #dfe3e5;
            padding: 5px 30px 20px;
        }

            .websiteApp .module.category-control .container li {
                padding: 5px 0;
            }

                .websiteApp .module.category-control .container li:before {
                    display: none;
                }

                .websiteApp .module.category-control .container li .view-all {
                    text-transform: uppercase;
                    font-size: 13px;
                    font-size: 0.8125rem;
                    line-height: 25px;
                    line-height: 1.5625rem;
                }

                    .websiteApp .module.category-control .container li .view-all:after {
                        padding: 0 0 0 5px;
                        font-size: 13px;
                        line-height: 13px;
                        content: " >";
                        color: #77bc1f;
                    }

    .websiteApp .module.circular-control {
        background: #659ec8;
        border-radius: 15px;
        margin: 0 0 50px;
    }

        .websiteApp .module.circular-control .header {
            border: none;
            padding: 10px 30px 0;
        }

            .websiteApp .module.circular-control .header .headline {
                color: #e9c452;
                font-size: 24px;
                font-size: 1.5rem;
                line-height: 24px;
                line-height: 1.5rem;
                width: 100%;
                text-align: center;
                padding: 0 0 20px;
                border-bottom: 1px solid #ced0d1;
                margin: 10px 0 0 0;
            }

        .websiteApp .module.circular-control .container {
            border: none;
            background: #659ec8;
            padding: 10px 30px 20px;
        }

            .websiteApp .module.circular-control .container h5 {
                font-size: 18px;
                font-size: 1.125rem;
            }

            .websiteApp .module.circular-control .container .search-button {
                width: 100%;
                height: 30px;
                background: #dfe3e5;
                color: #0071ce;
                text-align: center;
                text-transform: uppercase;
                float: left;
                line-height: 30px;
                line-height: 1.875rem;
                border: 1px solid #317887;
                margin: 10px 0 5px 0;
                -webkit-appearance: none;
            }

        .websiteApp .module.circular-control img {
            border-radius: 0 0 15px 15px;
            margin-bottom: -10px;
        }

    .websiteApp .module.circular-control-blue {
        background: #659ec8;
        border-radius: 15px;
        margin: 0 0 50px;
    }

        .websiteApp .module.circular-control-blue .header {
            border: none;
            padding: 10px 5% 5px;
        }

            .websiteApp .module.circular-control-blue .header .headline {
                color: #e9c452;
                font-size: 24px;
                font-size: 1.5rem;
                line-height: 24px;
                line-height: 1.5rem;
                width: 100%;
                text-align: center;
                padding: 0 0 20px;
                border-bottom: 1px solid #ced0d1;
                margin: 10px 0 0 0;
            }

        .websiteApp .module.circular-control-blue .container {
            border: none;
            background: #659ec8;
            padding: 10px 5% 20px;
            text-align: center;
            margin: 0 auto;
        }

            .websiteApp .module.circular-control-blue .container h5 {
                font-size: 18px;
                font-size: 1.125rem;
            }

            .websiteApp .module.circular-control-blue .container .search-button {
                width: 100%;
                max-width: 250px;
                height: 30px;
                background: #dfe3e5;
                color: #0071ce;
                text-align: center;
                text-transform: uppercase;
                float: left;
                line-height: 30px;
                line-height: 1.875rem;
                border: 1px solid #317887;
                margin: 10px auto;
                -webkit-appearance: none;
            }

        .websiteApp .module.circular-control-blue img {
            border-radius: 0 0 15px 15px;
            margin-bottom: -10px;
        }

    .websiteApp .module.circular-control-orange {
        background: #f49d24;
        border-radius: 15px;
        margin: 0 0 50px;
    }

        .websiteApp .module.circular-control-orange .header {
            padding: 10px 30px 0;
            border: none;
        }

            .websiteApp .module.circular-control-orange .header .headline {
                color: #ebedef;
                font-size: 24px;
                font-size: 1.5rem;
                line-height: 24px;
                line-height: 1.5rem;
                width: 100%;
                text-align: center;
                padding: 0 0 20px;
                border-bottom: 1px solid #ebedef;
                margin: 10px 0 0 0;
            }

        .websiteApp .module.circular-control-orange .container {
            border: none;
            background: #f49d24;
            padding: 10px 30px 20px;
        }

            .websiteApp .module.circular-control-orange .container h5 {
                font-size: 18px;
                font-size: 1.125rem;
            }

            .websiteApp .module.circular-control-orange .container .search-button {
                width: 100%;
                height: 30px;
                background: #dfe3e5;
                color: #0071ce;
                text-align: center;
                text-transform: uppercase;
                float: left;
                line-height: 30px;
                line-height: 1.875rem;
                border: 1px solid #317887;
                margin: 10px 0 5px 0;
                -webkit-appearance: none;
            }

        .websiteApp .module.circular-control-orange img {
            border-radius: 0 0 15px 15px;
            margin-bottom: -10px;
        }

    .websiteApp .module.circular-control-red {
        background: #d64823;
        border-radius: 15px;
        margin: 20px 0 40px;
    }

        .websiteApp .module.circular-control-red .header {
            border: none;
            width: 50%;
            float: left;
            padding: 18px 5% 0;
        }

            .websiteApp .module.circular-control-red .header .headline {
                color: #dfe3e5;
                font-size: 24px;
                font-size: 1.5rem;
                line-height: 24px;
                line-height: 1.5rem;
                width: 100%;
                text-align: center;
                padding: 0 0 20px;
                border-bottom: 1px solid #ced0d1;
                margin: 10px 0 0 0;
            }

        .websiteApp .module.circular-control-red .container {
            width: 50%;
            float: left;
            border: none;
            background: #d64823;
            padding: 10px 5% 15px;
        }

            .websiteApp .module.circular-control-red .container h5 {
                font-size: 18px;
                font-size: 1.125rem;
            }

            .websiteApp .module.circular-control-red .container .search-button {
                width: 100%;
                height: 30px;
                background: #dfe3e5;
                color: #0071ce;
                text-align: center;
                text-transform: uppercase;
                float: left;
                line-height: 30px;
                line-height: 1.875rem;
                border: 1px solid #317887;
                margin: 10px 0 5px 0;
                -webkit-appearance: none;
            }

        .websiteApp .module.circular-control-red img {
            border-radius: 15px 0 0 15px;
            width: 50%;
            float: left;
        }

    .websiteApp .module.customer-service {
        margin: 0 0 50px;
    }

        .websiteApp .module.customer-service .header {
            text-align: center;
            border-bottom: 0px;
            margin: 0 auto;
            padding: 10px 0 0;
            font-size: 24px;
            font-size: 1.5rem;
        }

            .websiteApp .module.customer-service .header .headline {
                text-align: center;
                margin: 0 auto;
                margin: 5px 30px 20px 30px;
                border-bottom: 1px solid #ced0d1;
                width: 100%;
                padding: 0 0 20px;
                color: #7275b7;
            }

        .websiteApp .module.customer-service .container {
            padding: 5px 30px 20px 30px;
            background: #ffffff;
        }

            .websiteApp .module.customer-service .container ul {
                width: 100%;
            }

                .websiteApp .module.customer-service .container ul li {
                    background: #dfe3e5;
                    text-transform: uppercase;
                    color: #0071ce;
                    width: 100%;
                    text-align: center;
                    margin: 0 0 15px;
                    border: 1px solid #317887;
                    display: inline-block;
                    padding: 5px;
                }

                    .websiteApp .module.customer-service .container ul li:before {
                        display: none;
                    }

    .websiteApp .module.data-grid table {
        padding: 15px 0;
        display: inline-block;
        width: 100%;
        font-size: 13px;
        font-size: 0.8125rem;
    }

        .websiteApp .module.data-grid table t.websiteApp {
            display: inline-block;
            width: 100%;
        }

        .websiteApp .module.data-grid table tr {
            width: 100%;
            display: inline-block;
            margin: -5px 0 0 0;
            padding: 10px 0;
            background: #dfe3e5;
            color: #6a737b;
        }

            .websiteApp .module.data-grid table tr.header {
                width: 100%;
                background: #659ec8;
                font-size: 13px;
                font-size: 0.8125rem;
                height: 40px;
                line-height: 20px;
                color: #ffffff;
            }

                .websiteApp .module.data-grid table tr.header td.right {
                    padding-right: 0;
                }

            .websiteApp .module.data-grid table tr.odd {
                background: none;
            }

            .websiteApp .module.data-grid table tr.last {
                border-radius: 0 0 15px 15px;
            }

            .websiteApp .module.data-grid table tr td {
                width: 25%;
                float: left;
                text-align: left;
                background: none;
                padding: 0;
            }

                .websiteApp .module.data-grid table tr td.title {
                    padding-left: 20px;
                    width: 50%;
                }

                .websiteApp .module.data-grid table tr td.right {
                    display: inline;
                    float: right;
                    width: 17%;
                    text-align: center;
                    padding-right: 20px;
                }

                    .websiteApp .module.data-grid table tr td.right span {
                        display: none;
                    }

                .websiteApp .module.data-grid table tr td .mobile {
                    display: none;
                }

    .websiteApp .module.login-large {
        position: absolute;
        right: 46px;
        bottom: 34px;
        max-width: 200px;
        z-index: 1;
    }

        .websiteApp .module.login-large .header {
            border-radius: 15px 15px 0 0;
            background: url('../Content/images/blue_background.png') repeat;
            text-align: center;
            border: 0;
            padding: 10px 16px 0;
        }

            .websiteApp .module.login-large .header .headline {
                color: #ffffff;
                text-align: center;
                margin: 0 auto;
                font-size: 20px;
                font-size: 1.25rem;
            }

        .websiteApp .module.login-large .container {
            background: url('../Content/images/blue_background.png')repeat;
            color: #ffffff;
            padding: 10px 16px;
            border: 0;
        }

            .websiteApp .module.login-large .container input[type=text] {
                display: block;
                width: 100%;
                background-color: #fff;
                border: 0;
                color: #6a737b;
                font-size: 0.875rem;
                line-height: 0.875rem;
                padding: 5px;
                margin: 0 0 5px 0;
                height: 30px;
                font-family: 'Gill Sans';
            }

            .websiteApp .module.login-large .container input[type=password] {
                display: block;
                width: 100%;
                background-color: #fff;
                border: 0;
                color: #6a737b;
                font-size: 0.875rem;
                line-height: 0.875rem;
                padding: 5px;
                margin: 0 0 5px 0;
                height: 30px;
                font-family: 'Gill Sans';
            }

            .websiteApp .module.login-large .container input[type=submit] {
                width: 100%;
                display: block;
                background-color: #fff;
                cursor: pointer;
                color: #0071ce;
                padding: 5px;
                text-align: center;
                border: 0.0625rem solid #6a737b;
                text-transform: uppercase;
                font-size: 0.875rem;
                line-height: 0.875rem;
                margin: 0 0 5px 0;
                height: 30px;
                -webkit-appearance: none;
            }

            .websiteApp .module.login-large .container input[type=text]:nth-of-type(1) {
                margin: 0 0 0.5625rem 0;
            }

            .websiteApp .module.login-large .container a {
                color: #ffffff;
                font-size: 10px;
                font-size: 0.625rem;
                margin-bottom: 10px;
            }

    .websiteApp .module.login-small {
        display: none;
    }

    .websiteApp .module.map-control {
        margin: 20px 0 40px;
    }

        .websiteApp .module.map-control .container {
            width: 50%;
            float: left;
            border: none;
            padding: 0 0 0 30px;
            background: none;
        }

            .websiteApp .module.map-control .container p {
                width: 100%;
                margin: 0px;
            }

            .websiteApp .module.map-control .container .title {
                font-weight: 700;
                padding: 0 0 5px;
                color: #333f49;
                font-size: 13px;
                font-size: 0.8125rem;
            }

        .websiteApp .module.map-control .image {
            border-radius: 15px;
            width: 50%;
            float: left;
            height: 323px;
            overflow: hidden;
        }

    .websiteApp .module.personal-table {
        width: 47%;
        margin-right: 20px;
        margin-bottom: 30px;
    }

        .websiteApp .module.personal-table .title {
            border-top: 1px solid #dcdfdf;
            border-bottom: 1px solid #dcdfdf;
            padding: 10px 0;
            font-size: 14px;
            font-size: 0.875rem;
            font-weight: 700;
            margin-bottom: 15px;
            color: #333f49;
        }

        .websiteApp .module.personal-table p {
            width: 100%;
            padding: 0;
            margin: 0;
        }

    .websiteApp .module.newsfeed .headline {
        color: #77bc1f;
    }

    .websiteApp .module.newsfeed ul {
        width: 100%;
        margin: 0;
        padding-left: 1% !important;
    }

        .websiteApp .module.newsfeed ul li {
            display: flex;
            align-items: baseline;
            margin: 0 0 10px 0;
        }

            .websiteApp .module.newsfeed ul li:before {
                content: "> ";
                color: #77bc1f;
                font-size: 18px;
                font-size: 1.125rem;
                margin: 0 3px 0 0;
            }

            .websiteApp .module.newsfeed ul li a {
                color: #6a737b;
                font-size: 24px;
                font-size: 1.5rem;
                line-height: 28px;
                line-height: 1.75rem;
                text-decoration: none !important;
            }

                .websiteApp .module.newsfeed ul li a p {
                    font-size: 18px;
                    font-size: 1.125rem;
                    margin: 0;
                    width: 100%;
                }

                .websiteApp .module.newsfeed ul li a span {
                    display: block;
                    font-size: 18px;
                    font-size: 1.125rem;
                    margin: 0;
                    width: 100%;
                }


.newsMeta {
    display: block;
    /*font-size: 18px;*/
    font-size: 13px;
    margin: 0;
    width: 100% !important;
}

    .newsMeta a {
        /*font-size: 18px !important;*/
        font-size: 13px !important;
        margin: 0 !important;
        display: inline !important;
        /*width:auto!important;*/
    }

.websiteApp .module.newsfeed ul li:last-child {
    margin: 0;
}

.arContacts p {
    width: 100% !important;
    margin: 0 !important;
}

.websiteApp .module.arrow .headline {
    color: #77bc1f;
    text-transform: uppercase;
}

.websiteApp .module.arrow ul li {
    float: left;
    width: 50%;
    padding: 10px 0 10px;
}

    .websiteApp .module.arrow ul li:before {
        content: "> ";
        color: #77bc1f;
        font-size: 18px;
        font-size: 1.125rem;
        margin: 0 3px 0 0;
    }

.websiteApp .module.image-left-control {
    float: left;
    max-width: 175px;
    margin: 0 25px 10px 0;
}

    .websiteApp .module.image-left-control img {
        border-radius: 15px;
    }

.websiteApp .module.image-right-control {
    float: right;
    max-width: 175px;
    margin: 0 0 10px 25px;
}

    .websiteApp .module.image-right-control img {
        border-radius: 15px;
    }

.websiteApp .module.payroll {
    margin: 0 !important;
}

    .websiteApp .module.payroll .container p {
        font-size: 18px;
        font-size: 1.125rem;
        margin: 0;
    }

    .websiteApp .module.payroll .container ul.payment {
        display: inline-block;
        margin: 0 0 20px;
        width: 100%;
    }

        .websiteApp .module.payroll .container ul.payment li {
            width: 50%;
            float: left;
            text-align: center;
            text-transform: uppercase;
            font-size: 18px;
            font-size: 1.125rem;
            border: none;
            -webkit-justify-content: center;
            -moz-justify-content: center;
            -ms-justify-content: center;
            justify-content: center;
            margin: 0px;
        }

            .websiteApp .module.payroll .container ul.payment li:before {
                display: none;
            }

            .websiteApp .module.payroll .container ul.payment li span {
                width: 100%;
                font-size: 36px;
                font-size: 2.25rem;
                line-height: 24px;
                line-height: 1.5rem;
                font-weight: 700;
                display: inline-block;
            }

    .websiteApp .module.payroll .container ul {
        display: inline-block;
        width: 100% !important;
        padding-left: 1% !important;
    }

        .websiteApp .module.payroll .container ul li {
            width: 100%;
            float: left;
            border-bottom: 1px solid #919191;
            align-items: baseline;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flexbox;
            display: -ms-flex;
            display: flex;
            -webkit-flex-direction: row;
            -moz-flex-direction: row;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-flex-wrap: wrap;
            -moz-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-align-items: flex-end;
            -moz-align-items: flex-end;
            -ms-align-items: flex-end;
            align-items: flex-end;
            -webkit-justify-content: space-between;
            -moz-justify-content: space-between;
            -ms-justify-content: space-between;
            justify-content: space-between;
            line-height: 22px;
            line-height: 1.375rem;
        }

            .websiteApp .module.payroll .container ul li:before {
                display: none;
            }

            .websiteApp .module.payroll .container ul li .label {
                width: 70%;
                display: flex;
                align-items: baseline;
                vertical-align: baseline;
            }

            .websiteApp .module.payroll .container ul li .price {
                width: 29%;
                text-align: right;
                align-items: baseline;
                vertical-align: baseline;
            }

    .websiteApp .module.payroll .container .copyright {
        font-size: 18px;
        font-size: 1.125rem;
    }

        .websiteApp .module.payroll .container .copyright p {
            padding: 0 0 0 47px;
        }

.websiteApp .module.online-training .copy {
    width: 48.75%;
}

    .websiteApp .module.online-training .copy h3 {
        font-weight: bold;
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 18px;
        line-height: 1.125rem;
        color: #6a737b;
        margin: 0 0 10px 0;
    }

    .websiteApp .module.online-training .copy span {
        font-size: 16px;
        font-size: 1rem;
        line-height: 28px;
        line-height: 1.75rem;
        color: #6a737b;
        clear: both;
        width: 100%;
        display: inline-block;
        padding: 0;
    }


.websiteApp .module.online-training .image {
    width: 42.916666666666664%;
    height: auto;
}

.websiteApp .module.online-training select {
    margin: 18px 0 0 0;
    width: 100%;
}

.websiteApp .module.photo-caption {
    margin: 20px 0 40px;
    background: #333f49;
    border-radius: 15px;
}

    .websiteApp .module.photo-caption img {
        border-radius: 15px 15px 0 0;
        cursor: pointer;
    }

    .websiteApp .module.photo-caption .copy-container {
        background: #333f49;
        padding: 20px 20px 30px;
        border-radius: 0 0 15px 15px;
        color: #b0b4b9;
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 20px;
        line-height: 1.25rem;
    }

        .websiteApp .module.photo-caption .copy-container .title {
            font-size: 16px;
            font-size: 1rem;
            font-weight: bold;
            color: #ebedef;
            margin-bottom: 5px;
        }

.websiteApp .module.related-links {
    background: #dfe3e5;
    border-radius: 15px;
    margin: 0 0 50px;
}

    .websiteApp .module.related-links .header {
        padding: 10px 30px 0;
        font-size: 24px;
        font-size: 1.5rem;
    }

    .websiteApp .module.related-links .headline {
        font-size: 30px;
        font-size: 1.875rem;
        line-height: 24px;
        line-height: 1.5rem;
        width: 100%;
        text-align: center;
        padding: 0 0 20px;
        border-bottom: 2px solid #ced0d1;
        margin: 10px 0 0 0;
        color: #7275b7;
    }

    .websiteApp .module.related-links .container {
        background: #dfe3e5;
        padding: 10px 30px 20px;
    }

        .websiteApp .module.related-links .container a {
            font-size: 18px;
            font-size: 1.125rem;
            text-align: left;
            width: 100%;
            margin: 0 0 10px;
        }

.websiteApp .module.search-control {
    background: #dfe3e5;
    border-radius: 15px;
}

    .websiteApp .module.search-control .headline {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 24px;
        line-height: 1.5rem;
        width: 100%;
        text-align: center;
        padding: 5px 30px 20px 30px;
        border-bottom: 2px solid #ced0d1;
        margin: 10px 0 0 0;
    }

    .websiteApp .module.search-control .container {
        background: #dfe3e5;
        padding: 5px 30px 20px 30px;
    }

        .websiteApp .module.search-control .container h5 {
            font-size: 18px;
            font-size: 1.125rem;
        }

        .websiteApp .module.search-control .container select {
            font-family: "Gill Sans MT", "Gill Sans", "Calibri", sans-serif;
            font-size: 0.8125rem;
            color: #6a737b;
            background-color: #f6f7f7;
            border: 0px;
            width: 100%;
            margin: 10px 0 5px;
            height: 35px;
            color: #959595;
        }

        .websiteApp .module.search-control .container input {
            padding: 0.625rem;
            font-family: "Gill Sans MT", "Gill Sans", "Calibri", sans-serif;
            font-size: 0.8125rem;
            color: #6a737b;
            background-color: #f6f7f7;
            width: 100%;
            height: 35px;
            margin: 5px 0;
            border: 0px;
            color: #959595;
        }

.websiteApp .search-tool {
    padding: 5px;
    color: #77bc1f;
}

.websiteApp .detailSearch div {
    width: 100% !important;
    display: block !important;
}

.websiteApp .detailSearch input {
    padding: 0.625rem;
    font-family: "Gill Sans MT", "Gill Sans", "Calibri", sans-serif;
    font-size: 0.8125rem;
    color: #6a737b;
    background-color: #f6f7f7;
    width: 50%;
    height: 35px;
    margin: 5px 0;
    border: 0px;
    color: #959595;
    float: none !important;
}

.websiteApp .detailSearch label {
    width: 15% !important;
    display: inline-block;
}

.websiteApp .detailSearch button {
    width: 15%;
    height: 30px;
    background: #659ec8;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    float: left;
    line-height: 30px;
    line-height: 1.875rem;
    border: 1px solid #317887;
    margin: 10px 5px 10px 0;
    -webkit-appearance: none;
}

.websiteApp .detailSearch select {
    padding: 0.625rem;
    font-family: "Gill Sans MT", "Gill Sans", "Calibri", sans-serif;
    font-size: 0.8125rem;
    color: #6a737b;
    background-color: #f6f7f7;
    width: 50%;
    height: 35px;
    margin: 5px 0;
    border: 0px;
    color: #959595;
}

.websiteApp .login-form input {
    padding: 0.625rem;
    font-family: "Gill Sans MT", "Gill Sans", "Calibri", sans-serif;
    font-size: 0.8125rem;
    color: #6a737b;
    background-color: #f6f7f7;
    width: 50%;
    height: 35px;
    margin: 5px 0;
    border: 0px;
    color: #959595;
}

.websiteApp .login-form .loginCheckBox input {
    width: auto !important;
    height: auto !important;
}


.websiteApp .login-form label {
    /*width: 20% !important;*/
}

.websiteApp .login-form .signIn-button {
    width: 50%;
    height: 30px;
    background: #659ec8;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    float: left;
    line-height: 30px;
    line-height: 1.875rem;
    border: 1px solid #317887;
    margin: 10px 5px 10px 0;
    -webkit-appearance: none;
}

.websiteApp .module.search-control .container .search-button {
    width: 47%;
    height: 30px;
    background: #659ec8;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    float: left;
    line-height: 30px;
    line-height: 1.875rem;
    border: 1px solid #317887;
    margin: 10px 5px 10px 0;
    -webkit-appearance: none;
}

.websiteApp .module.search-control .container .clear-button {
    width: 48%;
    height: 30px;
    background: #659ec8;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    float: right;
    line-height: 30px;
    line-height: 1.875rem;
    border: 1px solid #317887;
    margin: 10px 0 10px 5px;
    -webkit-appearance: none;
}

.websiteApp .module.subscribe-control {
    background: #dfe3e5;
    border-radius: 15px;
    margin: 0 0 50px;
}

    .websiteApp .module.subscribe-control .header {
        padding: 10px 30px 0;
    }

        .websiteApp .module.subscribe-control .header .headline {
            font-size: 24px;
            font-size: 1.5rem;
            line-height: 24px;
            line-height: 1.5rem;
            width: 100%;
            text-align: center;
            padding: 0 0 20px;
            border-bottom: 2px solid #ced0d1;
            margin: 10px 0 0 0;
            color: #7275b7;
        }

    .websiteApp .module.subscribe-control .container {
        background: #dfe3e5;
        padding: 10px 30px 20px;
    }

        .websiteApp .module.subscribe-control .container input {
            padding: 0.625rem;
            font-family: "Gill Sans MT", "Gill Sans", "Calibri", sans-serif;
            font-size: 0.8125rem;
            color: #6a737b;
            background-color: #f6f7f7;
            border: 0px;
            width: 100%;
            height: 35px;
            margin: 25px 0 5px;
        }

        .websiteApp .module.subscribe-control .container .submit-button {
            width: 100%;
            height: 30px;
            background: #659ec8;
            color: #ffffff;
            text-align: center;
            text-transform: uppercase;
            float: left;
            line-height: 30px;
            line-height: 1.875rem;
            border: 1px solid #317887;
            margin: 5px 0 10px 0;
            -webkit-appearance: none;
        }

.websiteApp .module.video-control {
    margin: 40px 0;
}

    .websiteApp .module.video-control img {
        border-radius: 15px;
        cursor: pointer;
    }

.websiteApp .share-module {
    width: 100%;
    margin: 0 0 80px;
    padding: 26px 0 10px;
    border-bottom: 1px solid #dfe3e5;
    display: inline-block;
}

    .websiteApp .share-module ul {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -ms-flex;
        display: flex;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-align-items: flex-end;
        -moz-align-items: flex-end;
        -ms-align-items: flex-end;
        align-items: flex-end;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
        justify-content: flex-start;
    }

        .websiteApp .share-module ul li {
            display: flex;
            align-items: baseline;
            float: left;
            padding: 0 10px;
            font-size: 18px;
            font-size: 1.125rem;
            line-height: 17px;
            line-height: 1.0625rem;
            font-weight: normal;
        }

            .websiteApp .share-module ul li a {
                cursor: auto;
            }

            .websiteApp .share-module ul li:nth-child(1) {
                border-right: 1px solid #919191;
                padding: 0 10px 0 0;
            }

            .websiteApp .share-module ul li.icon {
                width: 27px;
                height: 25px;
                background-color: #6a737b;
                margin: 0 4px;
                float: left;
                overflow: hidden;
                text-align: center;
                padding-top: 4px;
                padding-left: 5px;
            }

                .websiteApp .share-module ul li.icon .fa {
                    color: #ffffff;
                    font-size: 18px;
                    font-size: 1.125rem;
                }

                .websiteApp .share-module ul li.icon:hover {
                    opacity: 0.7;
                }

.websiteApp .mobile-share-module {
    width: 100%;
    margin: 0 0 20px;
    padding: 0 0 20px;
    border-bottom: 1px solid #dfe3e5;
    display: none;
}

    .websiteApp .mobile-share-module ul {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -ms-flex;
        display: flex;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-align-items: flex-end;
        -moz-align-items: flex-end;
        -ms-align-items: flex-end;
        align-items: flex-end;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
        justify-content: flex-start;
        padding-left: 2px !important;
    }

        .websiteApp .mobile-share-module ul li {
            display: flex;
            align-items: baseline;
            float: left;
            padding: 0 10px;
            font-size: 18px;
            font-size: 1.125rem;
            line-height: 17px;
            line-height: 1.0625rem;
            font-weight: normal;
        }

            .websiteApp .mobile-share-module ul li:nth-child(1) {
                border-right: 1px solid #919191;
                padding: 0 10px 0 0;
            }

            .websiteApp .mobile-share-module ul li.icon {
                width: 27px;
                height: 25px;
                background-color: #6a737b;
                margin: 0 4px;
                float: left;
                overflow: hidden;
                text-align: center;
                padding-top: 4px;
                padding-left: 5px;
            }

                .websiteApp .mobile-share-module ul li.icon .fa {
                    color: #ffffff;
                    font-size: 18px;
                    font-size: 1.125rem;
                }

                .websiteApp .mobile-share-module ul li.icon:hover {
                    opacity: 0.7;
                }

@media (max-width: 800px) {
    .websiteApp .module {
        margin: 0 0 30px !important;
        /*&.payroll{
            .container{
                ul.payment{    
                        li{
                            width: 100%;
                            text-align: left;
                            .justify-content(left);
                        }
                    }
                }
             }*/
    }

        .websiteApp .module .header .headline {
            font-size: 24px;
            font-size: 1.5rem;
        }

        .websiteApp .module .container {
            padding: 16px;
        }

            .websiteApp .module .container ul li {
                padding: 0 0 10px;
            }

                .websiteApp .module .container ul li:before {
                    font-size: 12px;
                    font-size: 0.75rem;
                }

                .websiteApp .module .container ul li a {
                    font-size: 14px;
                    font-size: 0.875rem;
                    line-height: 18px;
                    line-height: 1.125rem;
                }

        .websiteApp .module.arrow ul li {
            width: 100%;
        }

            .websiteApp .module.arrow ul li:before {
                font-size: 12px;
                font-size: 0.75rem;
            }

            .websiteApp .module.arrow ul li a {
                font-size: 14px;
                font-size: 0.875rem;
                line-height: 18px;
                line-height: 1.125rem;
            }

        .websiteApp .module.arrow h4 {
            font-size: 18px;
            font-size: 1.125rem;
        }

        .websiteApp .module.archive-control {
            margin: 0 0 20px;
        }

        .websiteApp .module.subscribe-control {
            margin: 0 0 20px;
        }

        .websiteApp .module.category-control {
            margin: 0 0 20px;
        }

        .websiteApp .module.login-large {
            display: none;
        }

        .websiteApp .module.map-control .image {
            width: 100%;
        }

        .websiteApp .module.map-control .container {
            width: 100%;
            margin: 30px 0 0 0;
            padding: 0;
        }

        .websiteApp .module.module.circular-control-blue {
            margin-bottom: 20px;
        }

        .websiteApp .module.module.circular-control .header {
            padding: 10px 16px 0;
        }

        .websiteApp .module.module.circular-control .container {
            padding: 10px 16px 20px;
        }

        .websiteApp .module.module.circular-control-orange .header {
            padding: 10px 16px 0;
        }

        .websiteApp .module.module.circular-control-orange .container {
            padding: 10px 16px 20px;
        }

        .websiteApp .module.module.category-control .header {
            padding: 10px 16px 0;
        }

        .websiteApp .module.module.category-control .container {
            padding: 10px 16px 20px;
        }

        .websiteApp .module.module.archive-control .header {
            padding: 10px 16px 0;
        }

        .websiteApp .module.module.archive-control .container {
            padding: 10px 16px 20px;
        }

        .websiteApp .module.module.subscribe-control .header {
            padding: 10px 16px 0;
        }

        .websiteApp .module.module.subscribe-control .container {
            padding: 10px 16px 20px;
        }

        .websiteApp .module.module.personal-table {
            width: 100%;
        }

        .websiteApp .module.customer-service .header .headline {
            margin: 5px 16px 20px;
        }

        .websiteApp .module.customer-service .container {
            padding: 5px 16px 16px;
        }

        .websiteApp .module.search-control .container {
            padding: 5px 16px 16px;
        }

        .websiteApp .module.related-links .header {
            padding: 10px 16px 0;
        }

        .websiteApp .module.related-links .container {
            padding: 10px 16px 16px;
        }

        .websiteApp .module.login-small {
            display: inline-block;
            margin: 28px 0 30px;
        }

            .websiteApp .module.login-small .header {
                border-radius: 15px 15px 0 0;
                background-color: #659ec8;
                text-align: center;
                border: 0;
            }

                .websiteApp .module.login-small .header .headline {
                    color: #ffffff;
                    text-align: center;
                    margin: 0 auto;
                    font-size: 24px;
                    font-size: 1.5rem;
                }

            .websiteApp .module.login-small .container {
                background-color: #659ec8;
                color: #ffffff;
                padding: 10px 16px;
                border: 0;
            }

                .websiteApp .module.login-small .container input[type=text] {
                    display: block;
                    width: 100%;
                    background-color: #fff;
                    color: #6a737b;
                    font-size: 0.875rem;
                    line-height: 0.875rem;
                    padding: 0.4375rem 1rem;
                    border: 0;
                    -webkit-border-radius: 0;
                    -moz-border-radius: 0;
                    border-radius: 0;
                }

                .websiteApp .module.login-small .container input[type=password] {
                    display: block;
                    width: 100%;
                    background-color: #fff;
                    color: #6a737b;
                    font-size: 0.875rem;
                    line-height: 0.875rem;
                    padding: 0.4375rem 1rem;
                    border: 0;
                    -webkit-border-radius: 0;
                    -moz-border-radius: 0;
                    border-radius: 0;
                }

                .websiteApp .module.login-small .container input[type=submit] {
                    width: 100%;
                    display: block;
                    background-color: #fff;
                    cursor: pointer;
                    color: #0071ce;
                    padding: 0.4375rem 0;
                    text-align: center;
                    border: 0.0625rem solid #6a737b;
                    text-transform: uppercase;
                    font-size: 0.875rem;
                    line-height: 0.875rem;
                    margin: 0 0 0.375rem 0;
                    -webkit-border-radius: 0;
                    -moz-border-radius: 0;
                    border-radius: 0;
                    -webkit-appearance: none;
                }

                .websiteApp .module.login-small .container input[type=text]:nth-of-type(1) {
                    margin: 0 0 0.5625rem 0;
                    -webkit-border-radius: 0;
                    -moz-border-radius: 0;
                    border-radius: 0;
                }

                .websiteApp .module.login-small .container a {
                    color: #ffffff;
                    font-size: 10px;
                    font-size: 0.625rem;
                    margin-bottom: 10px;
                }

        .websiteApp .module.customer-service {
            margin: 0 0 30px;
        }

        .websiteApp .module.newsfeed .headline {
            font-size: 24px;
            font-size: 1.5rem;
        }

        .websiteApp .module.newsfeed ul {
            margin: 0px;
        }

            .websiteApp .module.newsfeed ul li:before {
                font-size: 12px;
                font-size: 0.75rem;
            }

            .websiteApp .module.newsfeed ul li a {
                font-size: 14px;
                font-size: 0.875rem;
                line-height: 18px;
                line-height: 1.125rem;
            }

                .websiteApp .module.newsfeed ul li a p {
                    font-size: 14px;
                    font-size: 0.875rem;
                    line-height: 18px;
                    line-height: 1.125rem;
                    width: 100%;
                }

                .websiteApp .module.newsfeed ul li a span {
                    font-size: 14px;
                    font-size: 0.875rem;
                    line-height: 18px;
                    line-height: 1.125rem;
                    width: 100%;
                }

    .newsMeta {
        display: block;
        /*font-size: 18px;*/
       font-size: 0.875rem;
        margin: 0;
        width: 100% !important;
    }

        .newsMeta a {
            /*font-size: 18px !important;*/
           font-size: 0.875rem !important;
            margin: 0 !important;
            display: inline !important;
        }

    .websiteApp .module.online-training .headline {
        font-size: 25px;
        font-size: 1.5625rem;
    }

    .websiteApp .module.online-training .copy h3 {
        font-size: 14px;
        font-size: 0.875rem;
        margin: 0px 0 10px;
    }

    .websiteApp .module.online-training .copy span {
        display: inline;
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 14px;
        line-height: 0.875rem;
    }

    .websiteApp .module.payroll .container p {
        font-size: 14px;
        font-size: 0.875rem;
    }

    .websiteApp .module.payroll .container ul li {
        width: 100%;
        padding: 10px 0;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
    }

    .websiteApp .module.payroll h4 {
        font-size: 18px;
        font-size: 1.125rem;
    }

    .websiteApp .module.payroll .container .copyright {
        font-size: 13px;
        font-size: 0.8125rem;
        text-align: left;
    }

        .websiteApp .module.payroll .container .copyright p {
            padding: 0;
            width: 100%;
            display: inline-block;
        }

    .websiteApp .module.payroll .container ul.payment li span {
        font-size: 22px;
        font-size: 1.375rem;
    }

    .websiteApp .share-module {
        display: none;
    }

    .websiteApp .mobile-share-module {
        display: inline-block;
        margin: -10px 0 10px;
        padding: 0 0 10px;
    }
}

@media (max-width: 500px) {
    .websiteApp .module {
        margin: 0 0 30px;
    }

        .websiteApp .module .container ul li a {
            font-size: 13px;
            font-size: 0.8125rem;
            line-height: 18px;
            line-height: 1.125rem;
        }

        .websiteApp .module.payroll .container p {
            font-size: 13px;
            font-size: 0.8125rem;
            line-height: 18px;
            line-height: 1.125rem;
            text-align: left;
        }

        .websiteApp .module.payroll .container .copyright {
            font-size: 13px;
            font-size: 0.8125rem;
            line-height: 18px;
            line-height: 1.125rem;
            text-align: left;
        }

            .websiteApp .module.payroll .container .copyright p {
                padding: 0px;
            }

        .websiteApp .module.image-left-control {
            width: 100%;
            max-width: none;
            margin-bottom: 40px;
        }

        .websiteApp .module.circular-control-red img {
            width: 100%;
            border-radius: 15px 15px 0 0;
        }

        .websiteApp .module.circular-control-red .header {
            width: 100%;
        }

        .websiteApp .module.circular-control-red .container {
            width: 100%;
        }

        /* -- Modified by ITH -- */

        .websiteApp .module.circular-control-red .resp-header {
            width: 50%;
        }

        .websiteApp .module.circular-control-red .resp-container {
            width: 50%;
        }

        /* -- Modified by ITH Ends -- */
        .websiteApp .module.data-grid table tr.header .mobile {
            width: 100%;
            text-align: center;
        }

        .websiteApp .module.data-grid table tr.header .email {
            display: none;
        }

        .websiteApp .module.data-grid table tr.header .right {
            display: none;
        }

        .websiteApp .module.data-grid table tr td {
            font-size: 14px;
            font-size: 0.875rem;
        }

            .websiteApp .module.data-grid table tr td.title {
                width: 100%;
            }

                .websiteApp .module.data-grid table tr td.title span {
                    display: none;
                }

                .websiteApp .module.data-grid table tr td.title .mobile {
                    display: inline-block;
                }

            .websiteApp .module.data-grid table tr td.mobile {
                width: 100%;
                display: inline-block;
            }

            .websiteApp .module.data-grid table tr td.email {
                display: none;
            }

            .websiteApp .module.data-grid table tr td.right {
                display: none;
            }
                .newsMeta {
        display: block;
        /*font-size: 18px;*/
       font-size: 0.7925rem!important;
        margin: 0;
        width: 100% !important;
    }

        .newsMeta a {
            /*font-size: 18px !important;*/
           font-size: 0.7925rem !important;
            margin: 0 !important;
            display: inline !important;
        }
}

.websiteApp .page-banner {
    width: 100%;
    display: inline-block;
    border-radius: 0 0 18px 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #6a737b;
}

    .websiteApp .page-banner .copy-container {
        padding: 2% 30px;
        float: left;
        width: 75%;
    }

        .websiteApp .page-banner .copy-container h3 {
            color: #e9c452;
            font-size: 24px;
            font-size: 1.5rem;
            line-height: 28px;
            line-height: 1.75rem;
            font-weight: normal;
            padding: 12px 0;
        }

    .websiteApp .page-banner .image {
        width: 25%;
        overflow: hidden;
        border-radius: 0 0 0 18px;
        float: left;
        max-height: 150px;
    }

        .websiteApp .page-banner .image img {
            width: 325px;
            height: 159px;
        }


@media (max-width: 800px) {
    .websiteApp .page-banner .copy-container {
        padding: 15px 30px;
        float: left;
        width: 100%;
        text-align: center;
    }

        .websiteApp .page-banner .copy-container h3 {
            color: #e9c452;
            font-size: 24px;
            font-size: 1.5rem;
            line-height: 28px;
            line-height: 1.75rem;
            font-weight: normal;
            padding: 3px 0 20px;
        }

    .websiteApp .page-banner .image {
        width: 100%;
        border-radius: 0;
        float: left;
        max-height: none;
    }

        .websiteApp .page-banner .image img {
            width: 100%;
            height: auto;
        }
}

.websiteApp .button-bar {
    margin: 10px 0;
}

.websiteApp .blog-download {
    float: left !important;
    text-transform: uppercase !important;
    color: #0071ce;
    font-size: 12px;
    font-size: 0.75rem;
    width: auto !important;
    text-decoration: none !important;
}

    .websiteApp .blog-download img {
        width: 14px;
        height: 11px;
        margin: 0 4px 0 0;
    }

.websiteApp .blog-read-more {
    float: right;
    text-transform: uppercase;
    font-size: 12px;
    font-size: 0.75rem;
}

    .websiteApp .blog-read-more a {
        color: #6a737b !important;
        text-decoration: none !important;
        display: initial !important;
    }

    .websiteApp .blog-read-more:after {
        padding: 0 0 0 5px;
        font-size: 13px;
        line-height: 13px;
        content: " >";
        color: #77bc1f;
    }

.blog-posts {
    width: 100% !important;
    padding-left: 1% !important;
}

.newsfeed-category-term ul {
    width: 100% !important;
    padding-left: 1% !important;
}

.f-a-qs-categories-term ul {
    width: 100% !important;
    padding-left: 1% !important;
}


.faqGroup {
    line-height: 36px;
    padding: 5px 0 5px;
    border-bottom: 1px solid #dfe3e5 !important;
    margin: 0 0 20px;
}

    .faqGroup h3 {
        color: #0071ce !important;
        word-wrap: break-word;
    }

.pageSummary h3 {
    color: #0071ce !important;
    word-wrap: break-word;
}

.managementHeading {
    color: #0071ce !important;
}
.faqHeading {
    color: #0071ce !important;
    display:none;
}
.search-results .faqHeading {
    color: #0071ce !important;
    display:block !important;
}

.pageSummary p {
    margin: 0 0 5px !important;
}

.faqGroup p {
    margin: 0 0 5px !important;
}

.websiteApp .blog-details {
    margin: 0 0 10px;
    color: #959595;
}

    .websiteApp .blog-details a {
        font-size: 15px !important;
        font-size: 0.9375rem !important;
        color: #959595 !important;
        display: inline !important;
        text-decoration: none !important;
    }

.websiteApp .pager {
    width: 100% !important;
    border-top: 1px solid #919191;
    border-bottom: 1px solid #919191;
    padding: 10px 0 !important;
    text-align: center !important;
    display: inline-block !important;
    margin: 40px 0 0 0 !important;
}

.pager li.nextElement {
    float: right;
}

.pager li {
    width: auto !important;
    margin-bottom: auto !important;
}

.pager span {
    color: #0071ce !important;
}

.pager li a {
    width: auto !important;
    color: #959595 !important;
    text-decoration: none !important;
    font-weight: normal !important;
}

.websiteApp .pager .previous {
    text-transform: uppercase;
    float: left;
}

    .websiteApp .pager .previous:before {
        padding: 0 10px 0 0;
        line-height: 16px;
        line-height: 1rem;
        content: "< ";
        color: #77bc1f;
        font-size: 14px;
        font-size: 0.875rem;
        display: inline-block;
    }

.websiteApp .pager .next {
    text-transform: uppercase;
    float: right;
}

    .websiteApp .pager .next:after {
        padding: 0 0 0 10px;
        line-height: 16px;
        line-height: 1rem;
        content: " >";
        color: #77bc1f;
        font-size: 14px;
        font-size: 0.875rem;
        display: inline-block;
    }

.websiteApp .pager ul {
    text-align: center;
    margin: 0 auto;
    width: 130px;
}

    .websiteApp .pager ul li {
        float: left !important;
        padding: 0 8px;
    }

        .websiteApp .pager ul li a.active {
            color: #0071ce;
        }

.websiteApp .scroller-control {
    background: #6b737b;
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
    border-radius: 0 0 18px 18px;
}

    .websiteApp .scroller-control img {
        width: 100%;
        float: right;
        border-radius: 0 0 18px 0;
        padding-left: 245px;
    }

    .websiteApp .scroller-control .slick-arrow {
        display: none !important;
    }

    .websiteApp .scroller-control .copy-container {
        padding: 2% 20px 20px;
        text-align: left;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 245px;
        position: absolute;
        background: #6b737b;
        border-radius: 0 0 0px 18px;
    }

        .websiteApp .scroller-control .copy-container h2 {
            color: #ffffff;
            font-size: 20px;
            font-size: 1.25rem;
        }

        .websiteApp .scroller-control .copy-container h3 {
            color: #e9c452;
            font-size: 26px;
            font-size: 1.625rem;
            font-weight: normal;
        }

            .websiteApp .scroller-control .copy-container h3 a {
                width: 100%;
                color: #a1abb2;
                font-size: 15px;
                font-size: 0.9375rem;
                position: relative;
                text-transform: uppercase;
                display: inline-block;
                vertical-align: baseline;
            }

                .websiteApp .scroller-control .copy-container h3 a:after {
                    content: "> ";
                    color: #77bc1f;
                    font-size: 18px;
                    font-size: 1.125rem;
                    margin: 0 10px 0 5px;
                    display: inline-block;
                }

    .websiteApp .scroller-control .slick-slider {
        position: relative;
        display: block;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-touch-callout: none;
        -khtml-user-select: none;
        -ms-touch-action: pan-y;
        touch-action: pan-y;
        -webkit-tap-highlight-color: transparent;
    }

    .websiteApp .scroller-control .slick-list {
        position: relative;
        display: block;
        overflow: hidden;
        margin: 0;
        padding: 0;
        -webkit-transform: 0;
        -moz-transform: 0;
        -ms-transform: 0;
        -o-transform: 0;
    }

        .websiteApp .scroller-control .slick-list .slick-track {
            position: relative;
            top: 0;
            left: 0;
            display: block;
            -webkit-transform: 0;
            -moz-transform: 0;
            -ms-transform: 0;
            -o-transform: 0;
        }

            .websiteApp .scroller-control .slick-list .slick-track .slick-slide {
                display: none;
                float: left;
                height: 100%;
                min-height: 1px;
                text-align: center;
                /*img{
                        max-height: 300px;
                        width: auto;
                    }*/
            }

    .websiteApp .scroller-control .slick-initialized .slick-list .slick-track .slick-slide {
        display: block;
    }

    .websiteApp .scroller-control .slick-prev {
        position: absolute;
        top: 40%;
        left: -40px;
        background: none;
        border: none;
        font-size: 0;
        z-index: 100;
    }

        .websiteApp .scroller-control .slick-prev:before {
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: "\f053";
            font-size: 30px;
            font-size: 1.875rem;
            color: #919191;
            cursor: pointer;
        }

        .websiteApp .scroller-control .slick-prev:hover:before {
            color: #0071ce;
        }

        .websiteApp .scroller-control .slick-prev.slick-disabled:before {
            color: #dfe3e5;
        }

    .websiteApp .scroller-control .slick-next {
        position: absolute;
        top: 40%;
        right: -40px;
        background: none;
        border: none;
        font-size: 0;
    }

        .websiteApp .scroller-control .slick-next:before {
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: "\f054";
            font-size: 30px;
            font-size: 1.875rem;
            color: #919191;
            cursor: pointer;
            z-index: 100;
        }

        .websiteApp .scroller-control .slick-next:hover:before {
            color: #0071ce;
        }

        .websiteApp .scroller-control .slick-next.slick-disabled:before {
            color: #dfe3e5;
        }

    .websiteApp .scroller-control .slick-dots {
        position: absolute;
        bottom: 20px;
        display: block;
        width: 220px;
        padding: 0;
        list-style: none;
        text-align: center;
    }

        .websiteApp .scroller-control .slick-dots li {
            position: relative;
            display: inline-block;
            width: 10px;
            height: 20px;
            margin: 0 5px;
            padding: 0;
            cursor: pointer;
            float: none;
        }

            .websiteApp .scroller-control .slick-dots li.slick-active button:before {
                color: #dfe3e5;
            }

            .websiteApp .scroller-control .slick-dots li button {
                font-size: 0;
                line-height: 0;
                display: block;
                width: 10px;
                height: 20px;
                padding: 5px;
                cursor: pointer;
                color: transparent;
                border: 0;
                outline: none;
                background: transparent;
            }

                .websiteApp .scroller-control .slick-dots li button:before {
                    display: inline-block;
                    font: normal normal normal 14px/1 FontAwesome;
                    font-size: inherit;
                    text-rendering: auto;
                    content: "\f111";
                    font-size: 10px;
                    font-size: 0.625rem;
                    line-height: 20px;
                    line-height: 1.25rem;
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 10px;
                    height: 20px;
                    text-align: center;
                    color: #000000;
                    -webkit-font-smoothing: antialiased;
                    -moz-osx-font-smoothing: grayscale;
                }

                    .websiteApp .scroller-control .slick-dots li button:before:hover {
                        color: #dfe3e5;
                    }

@media (max-width: 800px) {
    .websiteApp .scroller-control img {
        width: 100%;
        padding: 0px;
        border-radius: 0;
        float: none;
    }

    .websiteApp .scroller-control .copy-container {
        position: relative;
        width: 100%;
        text-align: center;
        padding: 20px;
        border-radius: 0 0 18px 18px;
    }

        .websiteApp .scroller-control .copy-container h2 {
            font-size: 1.5rem;
            text-align: center;
            margin: 0 0 1.125rem 0;
            margin-bottom: 15px;
        }

        .websiteApp .scroller-control .copy-container h3 {
            font-size: 1.5rem;
            text-align: center;
            margin: 0 0 1.125rem 0;
        }

            .websiteApp .scroller-control .copy-container h3 a {
                display: inline-block;
                margin: 0 auto;
                width: 100%;
            }

            .websiteApp .scroller-control .copy-container h3 br {
                display: none;
            }

    .websiteApp .scroller-control .slick-dots {
        position: relative;
        margin: 0 auto;
    }
}

@media (max-width: 500px) {
    .websiteApp .scroller-control .copy-container h3 a:after {
        margin: 0 0 0 10px;
    }

    .websiteApp .scroller-control .slick-dots {
        width: 100%;
    }
}

/* -- Modified CSS by ITHands -- */

.websiteApp .module.search-control .right-module-head {
    margin: 0px 13px;
    padding: 5px 15px 20px 15px;
}

.websiteApp .module.login-home {
    //top: 150px;
    bottom: 20px;
}

.websiteApp .module.related-links .heading, .websiteApp .module .header .heading {
    font-size: 1.5rem;
}

.footer-block {
    margin-top: 40px;
}

.websiteApp .experience-head {
    color: #6a737b !important;
    font-weight: normal !important;
}

.resp-img-block {
    background: url("../images/hero.jpg") no-repeat;
    background-size: cover;
    border-radius: 10px 0px 0px 10px;
    float: left;
    height: 200px;
    width: 50%;
}

.websiteApp .font-sizing {
    height: 36px;
}

@media(max-width: 1067px) {
    .websiteApp .share-module {
        margin: 5px 0 80px;
    }

        .websiteApp .share-module ul li:nth-child(1) {
            padding: 0 3px 0 0;
        }

        .websiteApp .share-module ul li:nth-child(2) {
            padding: 0 3px 0 3px;
        }

        .websiteApp .share-module ul li {
            font-size: 1rem;
        }

            .websiteApp .share-module ul li.icon {
                width: 20px;
                height: 20px;
                padding: 1px 0 0 4px;
            }

                .websiteApp .share-module ul li.icon .fa {
                    font-size: 0.9rem;
                }
}

@media(max-width: 952px) {
    .websiteApp .module.login-home {
        bottom: 0;
    }
}

@media(max-width: 900px) {
    .websiteApp .scroller-control .copy-container {
        padding-top: 1%;
    }

    .websiteApp .mobile-nav .accordion-content .childItem a {
        padding-left: 30px !important;
    }
}

@media(max-width: 860px) {
    .websiteApp .share-module ul li.icon {
        margin: 0 2px;
    }

    .websiteApp .mobile-nav .accordion-content .childItem a {
        padding-left: 30px !important;
    }
}

@media (max-width: 800px) {
    .websiteApp .module.image-left-control-right {
        margin: 0 30px 30px 0 !important;
    }

    .websiteApp .module.map-control {
        margin: 20px 0 !important;
    }

    .websiteApp .left-column {
        margin-bottom: 30px;
    }

    .websiteApp .scroller-control {
        margin-bottom: 30px;
    }
}



/* -- Modified CSS by ITHands Ends -- */
.zone-content header {
    box-shadow: none !important;
    position: static !important;
    height: auto !important;
}

img {
    border: none;
}

/*.detail-page .zone-content {
    width: 70%;
    float: left;
}

.detail-page .zone-aside-second {
    width: 25%;
    float: right;
}*/

.site-container .header {
    position: static !important;
}


.paddingtop50 {
    padding-top: 50px!important;
}

.mobile-nav .childItem a {
    padding-left: 30px !important;
}


.websiteApp a.Launch {
    color: #0071ce;
    text-decoration: underline;
    width: 100%;
    display: block;
    padding-left: 10%;
    /*font-weight: bolder;*/
}

.websiteApp h3.plainText {
    color: #0071ce;
}

.archives-list {
    width: 100% !important;
    padding-left: 1px !important;
}

.left-column ul {
    float: left;
    margin: 10px 0px;
    padding: 0px;
    width: 90%;
    padding-left: 10%;
}

.projection-page ul {
    width: 100% !important;
    padding-left: 5px;
}

.search-results {
    width: 100% !important;
    padding-left: 2px !important;
}

.left-column ul.blog {
    padding-left: 0.2% !important;
}

.left-column ul li {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    /*font-size: 0.8125rem;*/
}


    .left-column ul li a {
        color: #0071ce;
        text-decoration: underline;
        width: 100%;
        display: block;
        font-weight: normal;
        /*font-size: 0.8125rem;*/
    }

    .left-column ul li h3.blogPostheading {
        width: auto !important;
        float: none;
    }

    .left-column ul li .blogPostheading a {
        width: auto !important;
        color: #959595;
        text-decoration: none;
        font-size: 1rem !important;
        font-weight: 700 !important;
    }

.left-column h3.blogPostDetailheading {
    width: auto !important;
    float: none;
}

.left-column .blogPostDetailheading a {
    width: auto !important;
    color: #959595;
    text-decoration: none;
    font-size: 1rem !important;
    font-weight: 700 !important;
}





.left-column ul.bullet li {
    float: left;
    /*font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;*/
    width: 100%;
    margin-bottom: 10px;
    list-style-type: disc;
    /*font-size: 0.8125rem;*/
}

.annualReport h3 {
    line-height: 30px;
    padding: 5px 0 5px;
    border-bottom: 1px solid #dfe3e5;
    margin: 0 0 20px;
}

img.adobeLogo {
    width: 88px !important;
    /* margin-top: 10px; */
}

div.importantLinks {
    width: 31%;
    float: left;
    margin-right: 2% !important;
    text-align: center;
    margin-bottom: 20px !important;
}

    div.importantLinks div.header {
        text-align: center;
        width: 100%;
        float: left;
        min-height: 130px;
    }

    div.importantLinks img {
        width: auto !important;
        text-align: center;
        display: block;
        margin: auto;
        max-width: 100%;
        max-height: 100px;
    }

    div.importantLinks .container {
        background: #0071ce !important;
        color: #fff;
        min-height: 85px;
    }

@media(min-width: 1025px) {
    .websiteApp .scroller-control {
        height: 388px;
        overflow-y: hidden;
    }
}

@media(min-width: 1000px) and (max-width: 1030px) {
    .websiteApp .scroller-control {
        height: 315px;
        overflow-y: hidden;
    }

    .websiteApp .module.login-home {
        bottom: 10px !important;
    }

    div.importantLinks {
        width: 48%;
        float: left;
        margin-right: 2% !important;
        text-align: center;
        margin-bottom: 20px !important;
    }

    .websiteApp .detailSearch input {
        width: 60%;
    }

    .websiteApp .detailSearch select {
        width: 60%;
    }

    .websiteApp .detailSearch label {
        width: 35% !important;
    }

    .websiteApp .detailSearch button {
        width: 35%;
    }
}

@media(min-width: 815px) and (max-width: 990px) {
    div.importantLinks {
        width: 48%;
        float: left;
        margin-right: 2% !important;
        text-align: center;
        margin-bottom: 20px !important;
    }
}

@media(min-width: 767px) and (max-width: 805px) {
    .websiteApp .scroller-control {
        height: 480px;
        overflow-y: hidden;
    }

    div.importantLinks {
        width: 48%;
        float: left;
        margin-right: 2% !important;
        text-align: center;
        margin-bottom: 20px !important;
    }
}

@media(min-width: 710px) and (max-width: 760px) {
    .websiteApp .scroller-control {
        height: 470px;
        overflow-y: hidden;
    }
}

@media(min-width: 638px) and (max-width: 700px) {
    .websiteApp .scroller-control {
        /*height: 388px;*/
        height: 425px;
        overflow-y: hidden;
    }

    div.importantLinks {
        width: 48%;
        float: left;
        margin-right: 2% !important;
        text-align: center;
        margin-bottom: 20px !important;
    }

    .websiteApp .detailSearch input {
        width: 60%;
    }

    .websiteApp .detailSearch select {
        width: 60%;
    }

    .websiteApp .detailSearch label {
        width: 20% !important;
    }

    .websiteApp .detailSearch button {
        width: 20%;
    }
}

@media(min-width: 320px) and (max-width: 380px) {
    .websiteApp .scroller-control {
        /*height: 275px;*/
        height: 295px;
        overflow-y: hidden;
    }

    div.importantLinks {
        width: 100%;
        float: left;
        margin-right: 2% !important;
        text-align: center;
        margin-bottom: 20px !important;
    }

    .websiteApp .login-form input {
        width: 100% !important;
    }

    .websiteApp .login-form .signIn-button {
        width: 100% !important;
    }

    .websiteApp .detailSearch input {
        width: 55%;
    }

    .websiteApp .detailSearch select {
        width: 55%;
    }

    .websiteApp .detailSearch label {
        width: 38% !important;
    }

    .websiteApp .detailSearch button {
        width: 38%;
    }
}

@media(min-width: 381px) and (max-width: 390px) {

    div.importantLinks {
        width: 100%;
        float: left;
        margin-right: 2% !important;
        text-align: center;
        margin-bottom: 20px !important;
    }

    .websiteApp .login-form input {
        width: 100% !important;
    }

    .websiteApp .login-form .signIn-button {
        width: 100% !important;
    }
}

@media(min-width: 401px) and (max-width: 440px) {
    .websiteApp .scroller-control {
        /*height: 315px;*/
        height: 320px;
        overflow-y: hidden;
    }

    div.importantLinks {
        width: 100%;
        float: left;
        margin-right: 2% !important;
        text-align: center;
        margin-bottom: 20px !important;
    }

    .websiteApp .login-form input {
        width: 100% !important;
    }

    .websiteApp .login-form .signIn-button {
        width: 100% !important;
    }

    .websiteApp .detailSearch input {
        width: 60%;
    }

    .websiteApp .detailSearch select {
        width: 60%;
    }

    .websiteApp .detailSearch label {
        width: 35% !important;
    }

    .websiteApp .detailSearch button {
        width: 35%;
    }
}

@media(min-width: 450px) and (max-width: 590px) {
    .websiteApp .scroller-control {
        /*height: 315px;*/
        height: 390px;
        overflow-y: hidden;
    }

    div.importantLinks {
        width: 48%;
        float: left;
        margin-right: 2% !important;
        text-align: center;
        margin-bottom: 20px !important;
    }

    .websiteApp .detailSearch input {
        width: 60%;
    }

    .websiteApp .detailSearch select {
        width: 60%;
    }

    .websiteApp .detailSearch label {
        width: 35% !important;
    }

    .websiteApp .detailSearch button {
        width: 35%;
    }
}

@media(min-width: 595px) and (max-width: 615px) {

    div.importantLinks {
        width: 48%;
        float: left;
        margin-right: 2% !important;
        text-align: center;
        margin-bottom: 20px !important;
    }
}


.spinner {
  margin: 100px auto;
  width: 100%;
  vertical-align:middle;
  text-align:center;
  height: 40px;
  text-align: center;
  font-size: 10px;
}

.spinner > div {
  background-color: #0071ce;
  height: 100%;
  width: 6px;
  display: inline-block;
  
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}

.fa {
   
    font: normal normal normal 14px/1 FontAwesome!important;
   
}


#culture{display:none}