﻿@font-face {
    font-family: 'FFFont';
    src: url('font/FF.eot');
    src: url('font/FF.eot?#iefix') format('embedded-opentype'), url('font/FF.woff') format('woff'), url('font/FF.ttf') format('truetype'), url('font/FF.svg#webfont') format('svg');
}

@font-face {
    font-family: 'FFLogoFont';
    src: url('font/logo/ff.eot');
    src: url('font/logo/FF.eot?#iefix') format('embedded-opentype'), url('font/logo/FF.woff') format('woff'), url('font/logo/FF.ttf') format('truetype'), url('font/logo/FF.svg#webfont') format('svg');
}

body {
    background-color: #F5F5F5;
    font-family: Tahoma,Helvetica,Arial;
    font-size: 12px;
    color: #434340;
}

a.logo-text.navbar-brand {
    font-family: 'FFLogoFont';
    font-size: 17px;
    color: #FFFFFF;
    font-weight: bold;
}

    a.logo-text.navbar-brand:hover, a.logo-text.navbar-brand:active, a.logo-text.navbar-brand:focus {
        color: #FFFFFF;
        text-decoration: none;
    }

textarea {
    resize: none;
}

a, a:hover, a:focus, a:active {
    color: #FF7200;
}

.navbar-nav > li > a, .dropdown-menu > li > a, h1, h2, h3, h4, h5, h6 {
    font-family: 'FFFont';
}

p {
    line-height: 20px;
}

ul li {
    line-height: 20px;
}

.container.content ul, .container.content ol {
    padding-left: 35px;
}

    .container.content ul li, .container.content ol li {
        padding-left: 10px;
        line-height: 24px;
    }

h1 {
    font-size: 24px;
    color: #333333;
    margin-bottom: 25px;
}

h2 {
    font-size: 22px;
    color: #333333;
    margin-top: 0px;
}

h3 {
    font-size: 20px;
    color: #333333;
    margin-bottom: 3px;
    line-height: 26px;
}

    h3 a:hover, h4 a:hover, h3 a:active, h4 a:active {
        color: #FF7200;
    }

h4 {
    font-size: 18px;
    line-height: 24px;
    color: #434340;
    margin-bottom: 3px;
}

    h3 a, h4 a {
        color: #434340;
        font-family: 'FFFont';
    }

h5 {
    font-size: 16px;
    color: #606060;
}

h6 {
    font-size: 14px;
    color: #606060;
    margin-top: 0px;
    margin-bottom: 3px;
    line-height: 20px;
}

    h6.video {
        margin-bottom: 10px;
    }

.validation-summary-errors {
    margin-bottom: 15px;
}

.validation-summary-errors, .field-validation-error {
    color: #C73B20;
}

.input-validation-error {
    border: 1px solid #C73B20 !important;
    color: #C73B20 !important;
}

.video-play {
    position: absolute;
    background: url('img/video-play.png') no-repeat center center #0E0E0E;
    opacity: 0.7;
    filter: alpha(opacity=70);
    cursor: pointer;
    border-radius: 6px;
}

.field-validation-error {
    font-size: 11px;
}

.field-validation-valid, .validation-summary-valid {
    visibility: hidden;
}

::selection {
    background: #FF7200; /* Safari */
    color: #FFF;
}

::-moz-selection {
    background: #FF7200; /* Firefox */
    color: #FFF;
}

.btn-primary {
    background-color: #FF7200;
    color: #FFFFFF;
    border: none;
    font-size: 12px;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
        background-color: #FF6600;
        color: #FFFFFF;
        border: none;
    }

.btn-secondary {
    color: #333333;
    font-size: 12px;
    border: 1px solid #DFDFDF;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #dedede 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#dedede)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#dedede 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#dedede 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#dedede 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%,#dedede 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dedede',GradientType=0 ); /* IE6-9 */
}

    .btn-secondary:hover {
        background: none;
        background-color: #017A01;
        color: #FFFFFF;
        border-color: #017A01;
    }

    .btn-secondary .caret {
        border-color: #333333 rgba(0, 0, 0, 0);
    }

    .btn-secondary:hover .caret {
        border-color: #FFFFFF rgba(0, 0, 0, 0);
    }

.youtubeLink {
    cursor: pointer;
}

.sidebar-category .image {
    margin-bottom: 15px;
}

h2 {
    font-size: 22px;
}

h3 span:first {
    margin-top: 10px;
}

h3 span {
    display: block;
    font-size: 12px;
    color: #AFAFAF;
    margin-bottom: 5px;
}

.line {
    clear: both;
    height: 30px;
    padding-top: 15px;
}

    .line hr {
        margin-top: 0px;
        height: 1px;
        color: #DEDEDE;
        background-color: #DEDEDE;
        border: none;
    }

.article-image {
    padding: 0px;
}

    .article-image img {
        width: 100%;
    }

.fl {
    float: left;
}

.fr {
    float: right;
}

.container.slider {
    margin-top: 80px;
}

.container.content {
    margin-top: 60px;
}

    .container.content.home {
        margin-top: 0px;
    }

.content.leadership ul li {
    margin-bottom: 10px;
}

.contentBlock {
    margin-top: 15px;
}

    .contentBlock img {
        margin: 0px 15px 15px 0px;
    }

.img-rounded {
    border: 1px solid #DDDDDB;
}
/* BREADCRUMBS */
.breadcrumbs {
    font-size: 11px;
    margin-top: 20px;
}

    .breadcrumbs a, .breadcrumbs span {
        color: #7C7C7A;
    }

        .breadcrumbs a:hover, .breadcrumbs .active {
            color: #FF6600;
        }

    .breadcrumbs .sep {
        font-size: 10px;
    }

/* NAVIGATION */

.navbar-default .navbar-toggle {
    background-color: #D5D5D5;
    border: 1px solid #C3C2C2;
}

    .navbar-default .navbar-toggle:hover {
        background-color: #B6B6B6;
    }

        .navbar-default .navbar-toggle .icon-bar, .navbar-default .navbar-toggle:hover .icon-bar {
            background-color: #777775;
        }

        .navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar {
            color: #FFF;
        }

.site-pagination .btn-secondary {
    padding: 3px 12px 4px 12px;
    color: #434340;
    border: 1px solid #DDDDDB;
}

    .site-pagination .btn-secondary:hover {
        background-color: #FF7200;
        border: 1px solid #FF7200;
        color: #FFFFFF;
    }

    .site-pagination .btn-secondary.active:hover {
        background: none;
        color: #434340;
        border: 1px solid #DDDDDB;
    }

#mobile-language {
    float: right;
    padding: 15px;
    z-index: 10;
    position: relative;
}

    #mobile-language span {
        font-size: 16px;
    }

#mobile-search {
    background: none repeat scroll 0 0 #DDDDDB;
    height: 65px;
    position: absolute;
    width: 100%;
}

    #mobile-search .wrapper {
        left: 30px;
        position: absolute;
        right: 75px;
        top: 20px;
    }

    #mobile-search button {
        margin: 0;
        position: absolute;
        right: 14px;
        top: 22px;
    }

.search-button {
    background: url("img/search.png") no-repeat #D5D5D5 center center;
    border: 1px solid #C3C2C2;
    border-radius: 4px;
    float: right;
    margin: 8px 15px 8px 0px;
    height: 34px;
    width: 44px;
}

    .search-button:hover {
        background-color: #B6B6B6;
    }

.lang-selector .selected {
    color: #FF7200;
}

ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
}

.navbar-default {
    background: url('img/nav_bg.jpg') repeat-x;
    border: none;
}

.footer {
    background: url('img/footer_bg.jpg') repeat-x #DDDDDB;
}

.logo {
    position: absolute;
    top: -10px;
}

.logo-name {
    margin-left: 50px;
}

.navbar {
    margin-left: -15px;
}

.navbar-top {
    margin-left: 120px;
}

    .navbar-top .navbar-brand {
        padding-bottom: 10px;
    }

.navbar-bot {
    margin-left: 120px;
}

.navbar-nav > li.divider {
    width: 2px;
    height: 70px;
    background: url('img/nav-divider.png') no-repeat;
}

.navbar-nav > li:hover {
    background-color: #FF7200;
}

.navbar-nav > li > a {
    font-size: 15px;
    padding: 25px 20px;
    color: #434340;
}

.navbar-default .navbar-nav > li:hover > a {
    color: #FFF;
}

    .navbar-default .navbar-nav > li:hover > a .caret {
        border-color: #FFFFFF rgba(0, 0, 0, 0) !important;
    }

.dropdown-menu {
    padding: 0px 0px;
    background-color: #DDDDDB;
    border: 1px solid #DDDDDB;
}

    .dropdown-menu > li {
        border-top: 1px solid #FFF;
        border-bottom: 1px solid #CCCCCA;
    }

        .dropdown-menu > li:first-child {
            border-top: none;
        }

        .dropdown-menu > li > a {
            padding: 15px;
            color: #606060;
            font-size: 14px;
        }

            .dropdown-menu > li > a:hover {
                background-color: #CCCCCA;
                color: #606060;
            }

    .dropdown-menu .divider {
        display: none;
    }

.search-container {
    padding-top: 8px;
}

.lang-selector {
    padding-top: 13px;
    text-align: right;
}

    .lang-selector span, .lang-selector a {
        color: #FFF;
    }

        .lang-selector span.div {
            padding: 0px;
        }

.search-container .form-control {
    font-size: 12px;
    display: inline;
    height: 29px;
    width: 70%;
}
/* NAVIGATION */

/* FOOTER */
.navbar.footer {
    margin: 30px 0px 0px 0px;
}

.container.sitemap {
    height: 40px;
}

.container.copyright {
    height: 40px;
    padding-top: 6px;
}

    .container.copyright span {
        display: block;
        margin-top: 5px;
    }
/* FOOTER */

/* SIDEBAR */
.sidebar {
    padding-right: 0px;
}

.sidebar-nav {
    padding: 15px;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #DEDEDE;
    background: url('img/sidebar-divider.gif') repeat-y;
}

    .sidebar-nav.first {
        border-top: none;
    }

    .sidebar-nav h3 {
        margin-top: 0px;
    }

.social-icon {
    float: left;
    margin-right: 10px;
    width: 50px;
    height: 50px;
}

a.social-icon:hover {
    background-position: 0px -50px;
}

.social-icon.facebook {
    background: url('img/facebook.png') no-repeat;
}

.social-icon.twitter {
    background: url('img/twitter.png') no-repeat;
}

.social-icon.youtube {
    background: url('img/youtube.png') no-repeat;
}

.tweet {
    padding: 10px;
}

    .tweet a {
        color: #FF7200;
    }

    .tweet p {
        text-align: left;
    }

    .tweet .handle {
        float: left;
        color: #333333;
        font-weight: bold;
        font-size: 13px;
    }

    .tweet .info {
        color: #606060;
        font-size: 11px;
    }

    .tweet:hover {
        background-color: #EBEBEB;
    }

/* SIDEBAR */

/* HOME */

#strapslide .slider-container {
    height: 820px;
}

.strapslide-container {
    border-radius: 6px;
    box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.1);
}

.article-image {
    padding: 0 20px 0 0;
}

div.article-content h3 {
    margin-top: 0px;
}

div.article-content h4 {
    margin-top: 0px;
}

div.article-content .author {
    margin-bottom: 5px;
}

div.article-content span {
    display: block;
    color: #8F8F8F;
}

div.article-content {
    padding: 0px;
}

.article-image.video {
    margin-bottom: 15px;
}
/* HOME */
.content.contact .row {
    margin-bottom: 20px;
}

.content.leadership button {
    margin-right: 10px;
}

.content.leadership .twitter-container {
    margin-top: 3px;
}

.container.content.leadership .contentBlock {
    margin-bottom: 20px;
}

.content.home .row h1 {
    padding-left: 16px;
}

.slider-selected {
    background: url('img/banner-select.png') no-repeat right center;
    height: 20%;
    opacity: 0.95;
    filter: alpha(opacity=95);
}

.sliderDetails {
    background-color: #434340;
    padding: 20px;
    height: 20%;
    border-bottom: 1px solid #FFF;
    opacity: 0.9;
    filter: alpha(opacity=90);
    cursor: pointer;
}

    .sliderDetails:hover, .sliderDetails.active:hover, .slider-selected.active:hover {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .sliderDetails.last {
        border-bottom: none;
    }

    .sliderDetails h2 {
        color: #FFF;
    }

    .sliderDetails h6 {
        color: #FFF;
        margin-bottom: 0px;
    }
/* HOME */
/* LEADERSHIP */
.leadership .gradient {
    min-height: 262px;
    background-color: #FFF;
    padding: 20px;
    border-radius: 4px;
}
/* LEADERSHIP */

/* DEVICE SPECIFIC STYLES */

/* XTRA SMALL, SMALL */
@media screen and (max-width: 992px) {
    .footer {
        min-height: inherit;
    }

    .container.copyright {
        height: 100%;
    }

        .container.copyright .row div {
            text-align: center;
            padding-bottom: 10px;
        }

        .container.copyright .row .social-media, .container.copyright .row .social-media-mobile {
            padding: 10px 0px 20px 0px;
        }

    .social-media-mobile {
        height: 60px;
        overflow: hidden;
        margin-bottom: 20px;
    }

        .social-media-mobile a {
            margin-right: 10px;
        }

    div.article-content h4 {
        margin-top: 15px;
    }

    .leadership .gradient {
        min-height: 380px;
    }

    .container.content.leadership .btn-secondary {
        margin-bottom: 5px;
    }
}

/* SMALL*/
@media screen and (min-width: 768px) and (max-width: 992px) {
    .sliderDetails h2 {
        font-size: 120%;
    }

    .navbar-nav > li > a {
        font-size: 100%;
    }

    .dropdown-menu > li > a {
        font-size: 80%;
    }

    .logo .img-responsive {
        width: 85%;
    }

    .navbar-top {
        margin-left: 90px;
    }

    .navbar-bot {
        margin-left: 120px;
    }

        .navbar-bot .navbar-collapse {
            padding: 0px 0px 0px 0px;
        }
}

/* MEDIUM */
@media screen and (min-width: 992px) and (max-width: 1200px) {
    .sliderDetails h2 {
        font-size: 155%;
    }

    .sliderDetails h6 {
        font-size: 100%;
    }

    .copyright-text {
        padding: 0px;
    }
}

/* SMALL */
@media screen and (max-width: 767px) {
    div.article-image {
        padding: 0px;
    }

    div.line {
        margin-bottom: 15px;
    }

    .site-pagination .btn-secondary {
        font-size: 16px;
        margin-bottom: 15px;
    }

    h1 {
        margin: 15px 0 10px 0;
        font-size: 200%;
    }

        h1.leadership {
            margin-bottom: 15px;
        }

    div.article-content {
        padding-top: 0px;
    }

        div.article-content h4 {
            margin-top: 0px;
        }

    .logo .img-responsive {
        width: 70%;
    }

    .navbar-header {
        padding-right: 15px;
        padding-top: 0px;
    }

    .navbar-top {
        margin-left: 70px;
    }

        .navbar-top .navbar-brand {
            padding-bottom: 3px;
        }

    .navbar-bot {
        margin-left: 0px;
        margin-right: -15px;
        background-color: #DDDDDB;
    }

    .navbar-default {
        background: url("img/nav_bg_mobile.jpg") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    }

    .navbar-collapse {
        border: none;
    }

    .navbar-nav > li > a {
        padding: 15px 15px;
        border-bottom: 1px solid #CCCCCA;
    }

    .navbar-nav > li.divider {
        display: none;
    }

    .dropdown-menu > li > a {
        padding: 10px 30px;
    }

    ul.nav li.dropdown:hover > ul.dropdown-menu {
        display: none;
        cursor: pointer;
    }

    .dropdown-menu {
        float: none;
        position: inherit;
        border: none;
    }

    .container.slider {
        margin-top: 45px;
    }

    .container.content {
        margin-top: 30px;
    }

    #sidebar {
        padding-left: 0px;
    }

    .sidebar-nav {
        background: none;
    }

    div.article-image {
        padding-bottom: 20px;
    }

    .leadership .gradient {
        padding: 20px 20px 80px;
    }
}

#loadingDiv {
    position: absolute;
    margin: 0px auto;
    width: 100%;
    left: 48%;
    top: 30px;
    z-index: 1;
}

#amIRegistered h1 {
    font-weight: bold;
    margin-bottom: 20px;
}

    #amIRegistered h1.topPadding {
        margin-top: 50px;
    }

#amIRegistered h2 {
    font-weight: bold;
}

#amIRegistered .btn-primary {
    background-color: #017A01;
    border-color: #015A01;
}

    #amIRegistered .btn-primary:hover, #amIRegistered .btn-primary:focus, #amIRegistered .btn-primary:active {
        background-color: #015A01;
    }

#amIRegistered img {
    cursor: pointer;
}

#amIRegistered img:hover {
    opacity:0.6;
}
.divMainImage {
    width: 100%;
    margin-bottom: 20px;
}

.divMainImage img {
}
