/*
Responsive 996px grid system ~ Style CSS.
Copyright 2013, Josh Cope
*/


/* SITE STYLES ============================= */
/* SITE STYLES ============================= */
/* SITE STYLES ============================= */
/* SITE STYLES ============================= */

body {
    background: #000;
    color: #333;
    font-size: 11px;
    height: auto;
}

a {
    color: #00218C;
    text-decoration: underline;
    cursor: pointer;
}

    a:hover {
        color: #333;
        text-decoration: underline;
    }

.container {
    padding: 3.5em 0em;
}

/* FONT STYLES ============================= */
/* FONT STYLES ============================= */
/* FONT STYLES ============================= */
/* FONT STYLES ============================= */

h1 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 2.5em;
    color: #333;
    padding: 0em;
    margin: 0em 0em 0.5em 0em;
}

h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 1.6em;
    color: #333;
    padding: 0em;
    /*	margin: 5px 0 0 0;*/
}

h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 2em;
    color: #333;
    padding: 0em;
    margin: 0em;
}

h4 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 3em;
    color: #333;
    text-transform: uppercase;
    padding: 0em;
    margin: 0em;
}

h5 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 3em;
    color: #333;
    text-transform: uppercase;
    padding: 0em;
    margin: 0em;
}

table {
}

    table th {
        font-weight: 600;
        font-size: 1.3em;
        color: black;
    }

.bp-col-section-heading {
    font-weight: 600;
    font-size: 1.3em;
}

table li {
    font-weight: 400;
}



p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 1em;
    color: #333;
    padding: 0em;
    margin: 0em;
}

.arrow {
    color: #28789b;
    margin-left: 0.5em;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #305566;
    margin: 2em 0;
    padding: 0;
}

/* HEADER ================================== */
/* HEADER ================================== */
/* HEADER ================================== */
/* HEADER ================================== */

#header {
    background: #305566;
}

    #header .container {
        padding: 0em 0em;
    }

    #header #logo {
        /*background-color: #ccc;*/
    }

    #header #right {
        /*overflow: auto;*/
    }

        #header #right .telephone {
            margin: 1.8em 0em 0em 12em;
            float: left;
        }

        #header #right .button {
            margin-top: 1.5em;
            float: right;
        }

    #header p {
        font-size: 2em;
        font-weight: 300;
        color: #fff;
        /*text-align: center;*/
    }

    #header .button {
    }

    #header a.login {
        font-family: 'Open Sans', sans-serif;
        font-weight: 700;
        font-size: 1.3em;
        background: #5a7785;
        padding: 0.5em 1em;
        border: 1px solid #fff;
        color: #fff;
        text-decoration: none;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -khtml-border-radius: 5px;
        border-radius: 5px;
        display: block;
        width: 157px;
        text-align: center;
        /*margin: 0 auto;*/
    }

        #header a.login:hover {
            background: #305566;
        }

/* NAV ===================================== */
/* NAV ===================================== */
/* NAV ===================================== */
/* NAV ===================================== */

#nav {
    background: #fff;
}

    #nav .container {
        padding: 0em 0em;
    }

/* UL */

#menu {
    list-style: none;
    margin: 0 0 0 8em;
    padding: 0.5em 0em;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 1.2em;
    text-align: left;
}

    #menu li {
        position: relative;
        display: inline;
    }

    #menu a {
        display: inline-block;
        padding: 0.4em 0.5em;
        color: #305566;
        text-decoration: none;
    }

    /*#navigation a#current {
	color: #36A4A3;
}*/

    #menu li:hover a {
        color: #36A4A3;
    }

    #menu .divider {
        padding: 0 0 0 0.1em;
    }

.slicknav_menu {
    display: none;
}

/* BANNER ================================== */
/* BANNER ================================== */
/* BANNER ================================== */
/* BANNER ================================== */

#banner {
    background: #fff;
    background-image: url(../images/banner-01.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 350px;
}

    #banner .container {
        padding: 0em 0em;
    }

    #banner #buttons {
        padding-top: 50px;
        background: rgba(255,255,255,0.2);
        height: 300px;
    }

        #banner #buttons .button {
            font-family: 'Open Sans', sans-serif;
            font-weight: 700;
            font-size: 1.4em;
            color: #fff;
            text-decoration: none;
            display: block;
            background-color: #305566;
            margin-bottom: 0.5em;
            padding: 0.5em 1em;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            -khtml-border-radius: 5px;
            border-radius: 5px;
            background-image: url(../images/bg-banner-btn.png);
            background-repeat: no-repeat;
            background-position: 90% 50%;
        }

            #banner #buttons .button:hover {
                background-color: #5a7785;
            }

/* CONTENT ================================= */
/* CONTENT ================================= */
/* CONTENT ================================= */
/* CONTENT ================================= */


.LandingPagePartnerLogo {
    margin-bottom: 10px;
    margin-right: 10px;
}

    .Quote {
        text-align:justify; 
        margin-bottom: 0;
    }
    .Source {
        text-align:right;
        margin-top:0;
        margin-bottom:0;
        font-weight:bold;
    }

#content {
    background: #fff;
}

#contentnoanimation {
    background: #fff;
    border-top-color: #305566;
    border-top-style: solid;
    border-top-width: 1px;
}

#content .container {
    padding: 0em 0em;
}

/* LEFTCOL */

#leftcol {
    padding: 3em 3em 2em 0em;
    text-align: left;
}

    #leftcol p {
        font-size: 14px;
        padding: 0em;
        margin: 0em 0em 1em 0em;
    }

        #leftcol p.small {
            font-size: 1.1em;
            padding: 0em;
            margin: 0em 0em 1em 0em;
            color: #666;
        }

        #leftcol p.bpcrumbtrail {
            font-size: 1.0em;
            padding: 0em;
            margin: 0em 0em 2em 0em;
            color: #888;
        }

            #leftcol p.bpcrumbtrail a {
                font-size: 1.0em;
                padding: 0em;
                margin: 0em 0em 2em 0em;
                color: #888;
                text-decoration: underline;
            }

    #leftcol .bp td {
        font-size: 1.2em;
        padding-top: 5px;
        padding-bottom: 5px;
        line-height: 1.4em;
        font-family: 'Open Sans', sans-serif;
        font-weight: 400;
        color: #333;
    }

    #leftcol .bp th {
        font-size: 1.2em;
        padding-top: 5px;
        padding-bottom: 5px;
        line-height: 1.4em;
        font-family: 'Open Sans', sans-serif;
        font-weight: bold;
        color: #333;
    }

    #leftcol h1.bp {
        font-family: 'Open Sans', sans-serif;
        font-weight: 700;
        font-size: 1.6em;
        color: #000;
        padding: 0em;
        margin: 0em 0em 0.5em 0em;
    }

    #leftcol h2.bp {
        font-family: 'Open Sans', sans-serif;
        font-weight: 700;
        font-size: 1.6em;
        color: #305566;
        padding: 0em;
        /*margin: 0em 0em 0.5em 0em;*/
    }

        #leftcol h2.bp .bp-red {
            color: #C20018;
        }

    #leftcol h3 {
        color: #00218C;
        font-weight: 600;
        font-size: 2em;
        line-height: 1.4em;
        font-size: 1.6em;
    }

    #leftcol ul {
        font-family: 'Open Sans', sans-serif;
        font-weight: 600;
        font-size: 14px;
        ;
        list-style: none;
        padding-left: 0em;
    }

    #leftcol li {
        background-image: url(../images/bullet.png);
        background-repeat: no-repeat;
        background-position: 0.3em 0.6em;
        padding-top: 0.2em;
        padding-right: 0em;
        padding-left: 1.8em;
        padding-bottom: 0.2em;
    }

#scroll-logos li {
    background-image: none;
}


#leftcol a {
    color: #305566;
    text-decoration: none;
}

    #leftcol a:hover {
        text-decoration: underline;
    }

#leftcol .button {
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    font-size: 16px;
    width: 360px;
    color: #fff;
    text-decoration: none;
    display: block;
    background-color: #305566;
    margin-bottom: 0.5em;
    padding: 0.4em 0.5em;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    background-image: url(../images/bg-banner-btn-sml32x24.png);
    background-repeat: no-repeat;
    background-position: right center;
}

    #leftcol .button:hover {
        background-color: #5a7785;
    }

/* RIGHTCOL */

#rightcol {
    background: #d5dde0;
    background-image: url(../images/bg-right-col.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    padding: 2em 2em;
    -moz-border-radius: 0px 0px 5px 5px;
    -webkit-border-radius: 0px 0px 5px 5px;
    -khtml-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;
    margin-bottom: 2em;
}

    #rightcol h2 {
        margin: 0 0 0.3em 0;
        color: #305566;
        font-weight: 700;
        font-size: 1.7em;
    }

        #rightcol h2.light {
            font-weight: 300;
            font-size: 2.5em;
        }

    #rightcol p {
        font-size: 1.1em;
        font-weight: 700;
        margin-bottom: 1.5em;
        color: #305566;
    }

    #rightcol ul {
        list-style-type: none;
        margin: 0 0 1em 0;
        padding: 0 0 1em 0;
        border-bottom: 1px solid #305566;
    }

        #rightcol ul li {
            font-family: 'Open Sans', sans-serif;
            font-weight: 400;
            font-size: 12px;
            color: #333;
            line-height: 1.5em;
            padding: 0 0 0 0;
            margin: 0 0 1em 0;
            /*background-image: url(../images/bullet.png);
	background-repeat:no-repeat;
	background-position: 0 5px;*/
        }

    #rightcol a {
        color: #305566;
        text-decoration: none;
    }

        #rightcol a:hover {
            text-decoration: underline;
        }

    #rightcol .button {
        font-family: 'Open Sans', sans-serif;
        font-weight: 500;
        font-size: 0.9em;
        color: #fff;
        text-decoration: none;
        display: block;
        background-color: #305566;
        margin-bottom: 0.5em;
        padding: 0.4em 0.5em;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -khtml-border-radius: 5px;
        border-radius: 5px;
        background-image: url(../images/bg-banner-btn-sml.png);
        background-repeat: no-repeat;
        background-position: 90% 50%;
    }

        #rightcol .button:hover {
            background-color: #5a7785;
        }

/* LOGOS ============================== */
/* LOGOS ============================== */
/* LOGOS ============================== */
/* LOGOS ============================== */

#logos {
    background: #fff;
}

    #logos .container {
        padding: 2em 0em 2em 0em;
        border-top: 1px solid #305566;
    }

/* FOOTER ============================= */
/* FOOTER ============================= */
/* FOOTER ============================= */
/* FOOTER ============================= */

#footer {
}

    #footer .container {
        padding: 2em 0em 2em 0em;
    }

    #footer .right {
        text-align: right;
    }

    #footer p {
        color: #fff;
    }

        #footer p.bpsmall {
            color: #666;
            text-align: center;
            margin-top: 35px;
            margin-bottom: 10px;
        }

            #footer p.bpsmall a {
                color: #666;
                text-decoration: none;
            }

    #footer a {
        color: #fff;
        text-decoration: none;
    }

        #footer a:hover {
            text-decoration: underline;
        }

    #footer ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        font-family: 'Open Sans', sans-serif;
        font-weight: 400;
    }

        #footer ul li {
            color: #fff;
            display: inline;
            font-size: 1em;
            padding: 0 1em 0 0;
        }

    #footer .divider {
        padding: 0 0 0 1em;
    }

/* MEDIA QUERIES =========================== */
/* MEDIA QUERIES =========================== */
/* MEDIA QUERIES =========================== */
/* MEDIA QUERIES =========================== */


/* Tablet Portrait size to Base 996px */
@media only screen and (min-width: 768px) and (max-width: 995px) {

    #header #right .telephone {
        margin: 1.9em 0em 0em 3em;
        float: left;
    }
}

/* All Mobile Sizes */
@media only screen and (max-width: 767px) {
}

/* Mobile Landscape Size to Tablet Portrait */
@media only screen and (min-width: 480px) and (max-width: 767px) {

    /* NAV */

    #nav {
        display: none;
    }

    /* #menu is the original menu */

    .js #menu {
        display: none;
    }

    .js .slicknav_menu {
        display: block;
    }

    /* HEADER */

    #header .container {
        padding: 2em 0em;
    }

    #header #logo {
        width: 300px;
        margin: 0 auto;
    }

    #header a.login {
        margin: 0 auto;
    }

    #header #right .telephone {
        margin: 1.5em 0em 1.5em 0em;
        float: none;
    }

    #header #right .button {
        float: none;
    }

    #header p {
        text-align: center;
    }

    /* BANNER */

    #banner #buttons {
        background: none;
    }

    /* CONTENT */

    /* RIGHT */

    #rightcol {
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -khtml-border-radius: 5px;
        border-radius: 5px;
    }

    /* FOOTER */

    #footer ul {
        margin: 0 0 1em 0; /**/
        text-align: center; /**/
    }

        #footer ul li {
            padding: 0 0.2em 0 0; /**/
        }

    #footer .divider {
        padding: 0 0 0 0.2em;
    }

    #footer .right {
        text-align: center;
    }
}

/* Mobile Portrait Size to Mobile Landscape Size */
@media only screen and (max-width: 479px) {

    /* NAV */

    #nav {
        display: none;
    }

    #menu .divider {
        /*padding: 0 0 0 0.1em;
	color: red;*/
        display: none;
    }

    /* #menu is the original menu */

    .js #menu {
        display: none;
    }

    .js .slicknav_menu {
        display: block;
    }

    /* HEADER */

    #header .container {
        padding: 2em 0em;
    }

    #header a.login {
        margin: 0 auto;
    }

    #header #right .telephone {
        margin: 1.5em 0em 1.5em 0em;
        float: none;
    }

    #header #right .button {
        float: none;
    }

    #header p {
        text-align: center;
    }

    /* NAVIGATION */

    #navigation {
        margin: 0 0 0 0;
    }

    /* BANNER */

    #banner #buttons {
        background: none;
    }


    /* CONTENT */

    /* RIGHT */

    #rightcol {
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -khtml-border-radius: 5px;
        border-radius: 5px;
    }

    /* FOOTER */

    #footer ul {
        margin: 0 0 1em 0; /**/
        text-align: center; /**/
    }

        #footer ul li {
            padding: 0 0.2em 0 0; /**/
        }

    #footer .divider {
        padding: 0 0 0 0.2em;
    }

    #footer .right {
        text-align: center;
    }
}


/* =============================================================================
   Font-Face
   ========================================================================== */
/* This is the proper syntax for an @font-face file

/* @font-face {
font-family: 'FontName';
src: url('../fonts/FontName.eot');
src: url('../fonts/FontName.eot?iefix') format('embedded-opentype'),
url('../fonts/FontName.woff') format('woff'),
url('../fonts/FontName.ttf') format('truetype'),
url('../fonts/FontName.svg#FontName') format('svg');
font-weight: normal;
font-style: normal; }
*/

.banner-buttons-container {
    position: relative;
    margin: 0 auto;
    padding: 0;
    background-color: rgba(255,255,255,0.7);
}

.banner-buttons {
    background: rgba(255,255,255,0.3);
    height: 307px;
    position: absolute;
    right: 0;
    top: 0px;
    z-index: 100;
    padding-top: 50px;
}

    .banner-buttons .button {
        font-family: 'Open Sans', sans-serif;
        font-weight: 700;
        font-size: 1.4em;
        color: #fff;
        text-decoration: none;
        display: block;
        background-color: #305566;
        margin-bottom: 0.5em;
        padding: 0.5em 1em;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -khtml-border-radius: 5px;
        border-radius: 5px;
        background-image: url(../images/bg-banner-btn.png);
        background-repeat: no-repeat;
        background-position: 90% 50%;
    }

        .banner-buttons .button:hover {
            background-color: #5a7785;
        }

.imagefloatright {
    float: right;
    margin-bottom: 15px;
    margin-left: 15px;
}


/* Horizontal clients scroller */
.scroll-img {
    border: none;
    width: 650px;
    height: 110px;
    overflow: hidden;
    font-size: 0;
    margin: 10px 0 0 -14px;
}

    .scroll-img li {
        display: inline-block;
        margin: 10px 0 10px 10px;
    }

    .scroll-img ul {
        width: 1500px;
    }
