﻿* {
    font-family: 'Source Sans Pro', sans-serif !important;
}

.glyphicon {
    font-family: 'Glyphicons Halflings' !important;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('/assets/fonts/SourceSansPro-Regular-webfont.eot'); /* IE9 Compat Modes */
    src: url('/assets/fonts/SourceSansPro-Regular-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/assets/fonts/SourceSansPro-Regular-webfont.woff') format('woff'), /* Modern Browsers */
    url('/assets/fonts/SourceSansPro-Regular-webfont.woff') format('truetype'), /* Safari, Android, iOS */
    url('/assets/fonts/SourceSansPro-Regular-webfont.svg#svgFontName') format('svg'); /* Legacy iOS */
}

html {
    overflow-y: scroll;
}

strong {
    font-weight: bold;
}

body {
    background: #ffffff;
}

blockquote {
    border: none;
}

ul, ol {
    list-style-type: none;
}

a:hover {
    text-decoration: none;
}

a, a:focus {
    outline: none;
    text-decoration: none;
}

small {
    font-size: 60%;
    line-height: 1em;
}

.container {
    max-width: 1170px;
    position: relative;
}

.hideMobile {
    display: block !important;
}

.showMobile {
    display: none !important;
}

.img-responsive {
    max-width: 100%;
    height: auto;
}

.collaborator{display:table;}

.helper {
    display: table-cell;
    vertical-align: middle;
}

.greyBar {
    background-color: #e7e8eb;
    height: 40px;
    border-bottom: solid 1px #d8d9da;
    width: 100%;
    position: relative;
    z-index: 9999;
}

.rowmargin {
    margin-top: 23px;
}

.logo {
    margin-bottom: 24px;
}

.homeButton {
    float: right;
}

    .homeButton a {
        float: left;
        border-right: solid 1px #d8d9da;
        border-left: solid 1px #d8d9da;
        padding: 10px 32px;
        color: #676767;
        text-transform: uppercase;
        font-weight: 700;
    }

        .homeButton a:hover {
            background-color: #cfcfcf;
        }

.langSelect {
    float: right;
    position: relative;
    border-right: solid 1px #d8d9da;
}

.dd-select {
    border: none !important;
    border-radius: 0px !important;
}

.dd-selected {
    display: block;
    font-weight: bold;
    overflow: hidden;
    padding: 12px 15px 10px 15px !important;
}


.socialLinks {
    float: right;
}

.socialTopLinks {
    margin: 0px;
    padding: 0px;
}

    .socialTopLinks li {
        float: left;
    }

.searchMaster {
    float: right;
    margin-right: 15px;
}
/* Search Area */
.SearchArea {
    float: right;
}

input.searchBoxOnly {
    background-color: #fff;
    border: none;
    border-radius: 0;
    box-shadow: none;
    transition: none;
    color: #999999;
    font-size: 15px;
    width: 215px;
    font-weight: 400;
    margin: 0;
    float: left;
    height: 39px;
    text-align: right;
}

.SearchSubmit {
    float: left;
}

/* Footer */
.footerBar {
    background-color: #e7e8eb;
    padding: 34px 0 45px 0;
    margin-top: 53px;
}

    .footerBar h5 {
        color: #666666;
        font-weight: 600;
        font-size: 26px;
        margin: 0px 0px 45px 0;
    }

    .footerBar p {
        color: #666666;
        font-size: 16px;
    }

    .footerBar a {
        color: #666666;
    }

.reportImg {
    padding: 0px 0px 0px 15px;
}

a.subscribe {
    background-color: #ff632a;
    color: #ffffff;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 28px;
    border-radius: 3px;
    margin-top: 32px;
    float: left;
    clear: both;
}

.footerbarBlue {
    background-color: #0e76bc;
    padding: 17px 0;
    color: #ffffff;
}

p.copyright {
    float: left;
    font-size: 12px;
    margin: 15px 0 0 0;
}

.footerLinks {
    padding: 0px;
    float: left;
}

    .footerLinks li:not(:first-child):before {
        float: left;
        content: "-";
        margin-left: 5px;
    }

        .footerLinks li:first-child:before {
            content: "" !important;
        }

    .footerLinks li {
        float: left;
        font-size: 12px;
    }
        .footerLinks li a {
            color: #ffffff;
        }

        .footerLinks li:not(:first-child) a {
            padding-left: 5px;
        }

.navLinksBottom {
    padding: 0 15px 0 0;
}

.topme {
    float: right;
}

.footerNavLinks {
    padding: 0px;
    float: left;
    margin: 15px 0 0 0;
}

    .footerNavLinks li {
        float: left;
        background-image: url(../images/footerli.gif);
        background-repeat: no-repeat;
        background-position: 0px 8px;
        padding-left: 10px;
        font-size: 12px;
        margin-left: 5px;
    }

        .footerNavLinks li:first-child {
            background-image: none;
            padding: 0px;
        }

        .footerNavLinks li a {
            color: #ffffff;
        }

/*Company overview box slider*/
.overview-slider .bx-wrapper {
    margin: 50px 20px 0 20px;
}

/* ----------------------------------------------------------------- Media Queries -------------------------------------------------------------------- */

@media (min-width : 320px) and (max-width : 767px) and (orientation : landscape) {
    #searchBar .searchMobile {
        top: 20px;
    }

    #searchBar {
        height: 60px !important;
    }

    .navbar-toggle {
        margin-top: 0 !important;
    }

    a.magnifine img {
        top: 18px !important;
    }
}

@media (min-width : 320px) and (max-width : 767px) {
    .containerNoPad {
        padding: 0px !important;
    }

    .hideMobile {
        display: none !important;
    }

    .showMobile {
        display: block !important;
    }

    .rowmargin {
        margin: 10px 0 0 0;
    }

    .mobilePull {
        float: left;
    }

    .mobilePush {
        float: right;
    }

    .logo {
        margin-bottom: 10px;
        padding: 0 75px;
    }

    .rowmargin .col-xs-3 {
        padding: 0px;
    }

    .banner .bannerTextBlue .bxslider li {
        font-size: 19px;
        line-height: 30px;
    }

    .banner .bannerTextBlue {
        padding: 3% 8%;
    }

    .banner .bannerText {
        top: 8%;
    }

    .sliderText p {
        width: 100% !important;
        font-size: 18px !important;
        line-height: 22px !important;
    }

    .sliderText h1 {
        margin-bottom: 10px !important;
    }

    .content .DownloadsArea .col-md-2 img {
        padding: 0 35%;
    }

    .content .DownloadsArea span {
        margin: 15px 0 15px 0;
    }

    .langSelect {
        margin-right: 14px;
    }

    .greyBar {
        background-color: #eeeeee;
        border: none;
    }

    .footerbarBlue p {
        text-align: center;
    }

    .hidden {
        background-color: white;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        overflow: hidden;
    }

    #searchBar {
        background-color: white;
        width: 100%;
        height: 88px;
        position: fixed;
        top: 40px;
        bottom: 0px;
        right: 0px;
        overflow: hidden;
        display: none;
        z-index: 5000;
    }

    a.magnifine img {
        position: relative;
        top: 20px;
        float: right;
        padding-right: 20px;
        width: 40px;
    }

    .searchMobile {
        float: right;
        width: 86%;
        position: relative;
        top: 50px;
        left: 0px;
        height: 40px;
        overflow: hidden;
    }

    input.searchBoxOnly {
        background-color: #fff;
        border: none;
        border-radius: 0;
        box-shadow: none;
        transition: none;
        color: #999999;
        font-size: 15px;
        width: 75%;
        font-weight: 400;
        margin: 0 0 0 20px;
        float: left;
        height: 39px;
        text-align: left;
    }

    .SearchSubmit {
        float: left;
    }

    .closeSearch {
        position: absolute;
        top: 32px;
        left: 20px;
        margin-top: 0px;
        float: left !important;
        color: #999999;
    }

    .footerBar {
        padding-bottom: 10px;
    }

        .footerBar h5 {
            text-align: center;
            border-bottom: solid 1px #d6d7d8;
            padding-bottom: 28px;
            margin: 0px 0px 28px 0 !important;
        }

    a.AnnualLink {
        color: #0077c0;
    }

    .mobileMarginBottom {
        margin-bottom: 30px;
    }

    .footerbarBlue h5 {
        text-align: center;
        color: #ffffff;
        font-weight: 600;
        font-size: 26px;
    }

    .footerbarBlue p.stayTouch {
        text-align: center;
        padding: 0 15px;
    }

    .SubscribeOuter {
        float: left;
        width: 100%;
        clear: both;
    }

    a.subscribe {
        text-align: center !important;
        float: none;
        margin: 0 34%;
        display: block;
    }

    .mobileMarginBottom .col-xs-4 {
        padding: 0 30px;
    }

    .topmeMobile {
        float: left;
        width: 100%;
        clear: both;
        margin-top: 20px;
    }

    a.scrollTop {
        text-align: center;
        display: block;
    }

    .topmeMobile span {
        padding-top: 15px;
        display: block;
        text-align: center;
        color: #3f9ad5;
    }

    .CopyrightClear {
        float: left;
        width: 100%;
        clear: both;
    }

    p.copyright {
        text-align: center;
        display: block;
        float: none;
        width: 100%;
        clear: both;
        font-size: 14px;
    }

    .footerLinks {
        margin: 5px 0 0 0;
        width: 100%;
        text-align: center;
    }

        .footerLinks li:before {
            float: none !important;
            content: "-";
            margin-left: 5px;
        }

        .footerLinks li {
            font-size: 14px;
            display: inline-block;
            float: none;
        }
}

@media only screen and (max-width : 420px) {
    .logo {
        margin-bottom: 10px;
        padding: 0 15px;
    }

    #searchBar {
        height: 80px;
    }

    .searchMobile {
        top: 20px;
    }

    .mobileMarginBottom .col-xs-4 {
        padding: 0 11px;
    }

    a.subscribe {
        text-align: center !important;
        float: none;
        margin: 0 70px;
        display: block;
    }

    .footerLinks {
        margin: 5px 0 0 0;
        width: 100%;
        padding: 0px 41px;
    }

    .banner {
        padding-bottom: 20px;
    }

        .banner .bannerText {
            top: 0;
        }

    .bannerText .container {
        padding-left: 0;
        padding-right: 0;
    }

    .banner .bannerTextBlue .bxslider li {
        font-size: 16px;
        line-height: 20px;
    }

    .banner .bannerTextBlue {
        padding: 2% 4%;
    }
}

/*iPad Portrait + Landscape*/
@media (min-width : 768px) and (max-width : 1024px) {
    #ContentPlaceHolder1_pnlMetaControls .containerNoPad {
        padding-left: 0;
        padding-right: 0;
    }

    body {
        overflow: hidden;
    }

    .homeText h2 {
        padding: 0 !important;
    }
}

/*iPad Portrait*/
@media (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
    .navBG .navbar .nav > li {
        margin-right: 15px;
    }

        .navBG .navbar .nav > li > a {
            font-size: 11px;
        }

    .navbar-collapse {
        margin-left: -15px;
        margin-right: -15px;
    }

    .navBG .col-md-10 {
        padding-left: 0;
        padding-right: 0;
    }

    .slick-slide .sliderText h1 {
        font-size: 34px;
        margin: 0 0 5px 0;
        line-height: 38px;
    }

    .slick-slide .sliderText {
        top: 6%;
        left: 35px !important;
        width: 55%;
    }

    .slick-slide a.LearnMore {
        bottom: 25px;
        left: 35px;
    }

    #partnerships_ul li a {
        font-size: 17px;
    }

    .footerNavLinks {
        display: none;
    }

    .footerLinks {
        padding-left: 30px;
    }

    .homeText h2 {
        font-size: 36px !important;
        margin: 0 20px !important;
    }

    .banner .container {
        padding-left: 0;
        padding-right: 0;
    }

    .text .bx-wrapper {
        margin: 50px 20px 40px 30px !important;
    }

        .text .bx-wrapper .bx-next {
            right: -20px !important;
        }

        .text .bx-wrapper .bx-prev {
            left: -35px !important;
        }

    .bannerText {
        top: 4px !important;
        right: -15px !important;
    }

    .slick-slide .sliderText p {
        width: 100%;
    }

    .stockQuoteHome .stockhome {
        padding: 40px 0;
    }

    .stockQuoteHome .stockCircle {
        width: 140px;
        height: 140px;
    }

        .stockQuoteHome .stockCircle h4 {
            font-size: 13px;
        }

        .stockQuoteHome .stockCircle #ltrQuote {
            font-size: 36px;
            line-height: 42px;
        }

        .stockQuoteHome .stockCircle p {
            font-size: 17px;
        }

    .main-nav {
        width: 100%;
        padding-left: 20px;
    }

    .logo {
        margin-bottom: 0;
    }
}
/*iPad Landscape*/
@media (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
    .navBG .navbar .nav > li > a {
        font-size: 12px;
    }

    .slick-slide .sliderText {
        top: 10%;
        width: 48%;
    }

        .slick-slide .sliderText h1 {
            font-size: 40px;
            margin: 0 0 10px 0;
            line-height: 44px;
        }

    .slick-slide a.LearnMore {
        bottom: 55px;
    }

    .videoHome a.allVideohome {
        position: static;
        display: block;
        padding-top: 10px;
    }

    .stockQuoteHome .stockhome {
        padding: 40px 17px;
    }
}

/*iPhone 4*/
@media (min-width : 320px) and (max-width : 480px) and (orientation : landscape) {
    .slick-slide .sliderText p {
        display: none;
    }
}

/*iPhone landscape + portrait*/
@media (min-width : 320px) and (max-width : 767px) {
    .homeslider .slick-track {
        padding-bottom: 33%;
        background-color: #0077c0;
    }

    .homeslider .sliderText {
        top: 110%;
        width: 90%;
        left: 10px;
    }

        .homeslider .sliderText h1 {
            color: #ffffff;
            letter-spacing: 0;
            font-size: 18px;
            line-height: 18px;
            font-weight: 500;
        }

    .text .eventsborderbox {
        width: 100%;
        display: block;
    }

    .text .tableEvents {
        width: 100%;
    }

    .bx-wrapper .bx-prev {
        left: -30px !important;
    }

    .bx-wrapper .bx-next {
        right: -25px !important;
    }

    .homeslider .slick-dots li button, .homeslider .slick-dots li {
        height: 8px;
        width: 8px;
        padding: 0;
    }

        .homeslider .slick-dots li button {
            border: 1px solid #ffffff;
        }
}

/*iPhone landscape*/
@media (min-width : 320px) and (max-width : 767px) and (orientation : landscape) {
    .homeslider .sliderText h1 {
        font-size: 30px;
        line-height: 32px;
    }

    a.magnifine img {
        width: 40px;
    }
}
