@import url(//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,800,300,600,700);@import url(//fonts.googleapis.com/css?family=Arvo:700,700italic);.bg-pri-red,.container-red {
    background-color: #df1d38
}

.bg-pri-red:hover,.container-red {
    background-color: #861620
}

.bg-pri-black {
    background-color: #000
}

.bg-pri-white {
    background-color: #fff
}

.bg-pri-gray,.container-gray {
    background-color: #b3b3b3
}

.bg-pri-blue,.container-blue {
    background-color: #4085a3
}

.bg-pri-blue:hover,.container-blue {
    background-color: #1e525e
}

.bg-transparent {
    background-color: transparent!important
}

.site-wrapper {
    background-color: #fff
}

.modal-backdrop.in {
    opacity: 0
}

body {
    color: #000;
    background-color: #000;
    font-size: 14px;
    font-family: 'Open Sans',sans-serif;
    font-weight: 300;
    line-height: 1.5em
}

h1,h2,h3,h4,h5,h6,p,.cta-headline {
    margin: 0 0 20px 0;
    padding: 0;
    line-height: 1.5em
}

h1 {
    font-weight: 800;
    font-size: 34px;
    text-transform: uppercase
}

h2 {
    font-weight: 400;
    font-size: 28px;
    text-transform: uppercase
}

h3 {
    font-weight: 600;
    font-size: 23px;
    text-transform: uppercase
}

h4 {
    font-weight: 400;
    font-size: 14px;
    font-style: italic
}

h5 {
    font-weight: 400;
    font-size: 14px
}

h6 {
    font-weight: 400;
    font-size: 14px
}

p {
    font-weight: 300
}

ul,ol,li {
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 20px
}

img {
    max-width: 100%
}

.cta-headline {
    font-weight: 700;
    font-family: 'Arvo',serif
}

.top-nav {
    background-color: #fff;
    text-align: right;
    border-bottom: 1px solid #f1f1f2
}

.top-nav ul,.top-nav li {
    color: #4085a3;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 0;
    text-transform: uppercase
}

.top-nav ul li {
    border-left: 1px solid #b3b3b3;
    padding: 1px 10px
}

.top-nav ul li a,.top-nav ul li a:link {
    color: #4085a3;
    font-weight: bold;
    font-size: 12px;
    border-bottom: none;
    text-transform: uppercase
}

.top-nav ul li:hover {
    text-decoration: none;
    cursor: pointer
}

.top-nav .phone .phone-number {
    display: none;
    padding: 0 5px 0 0
}

.top-nav .phone:hover .phone-number {
    display: inline-block
}

.top-nav .phone .fa-phone {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH"
}

.top-nav input[type=text] {
    width: 92%;
    display: inline;
    font-size: 12px;
    display: none;
    height: 23px
}

.top-nav .form-control {
    padding: 0
}

@media(max-width: 479px) {
    .top-nav {
        text-align:right
    }

    .top-nav .container {
        padding: 0
    }

    .top-nav .container ul li {
        padding: 1px 8px
    }

    .top-nav .container .phone:hover .phone-number {
        display: none
    }
}

#login_modal .modal-dialog {
    width: 120px;
    float: right;
    margin: 23px 51px 23px 0
}

#login_modal .modal-dialog .modal-content {
    border-radius: 0
}

#login_modal .modal-dialog .modal-content .modal-body {
    padding: 10px 2px
}

#login_modal .modal-dialog .modal-content .modal-body ul {
    margin-bottom: 0;
    padding: 0 10px
}

#login_modal .modal-dialog .modal-content .modal-body ul li {
    margin-bottom: 3px;
    list-style: none
}

#login_modal .modal-dialog .modal-content .modal-body ul li:last-of-type {
    margin: 0
}

#login_modal .modal-dialog .modal-content .modal-body ul li a {
    text-decoration: none;
    color: #4085a3;
    border-bottom: none;
    font-size: 12px
}

@media(max-width: 479px) {
    #login_modal .modal-dialog {
        margin:23px 24px 23px 0!important
    }
}

#language_modal .styleSelectorCaption {
}

#language_modal .modal-dialog {
    width: 100px;
    float: right;
    margin: 23px 24px 23px 0
}

#language_modal .modal-dialog .modal-content {
    border-radius: 0
}

#language_modal .modal-dialog .modal-content .modal-body {
    padding: 10px 0 8px
}

#language_modal .modal-dialog .modal-content .modal-body ul {
    margin-bottom: 0;
    padding: 0 10px
}

#language_modal .modal-dialog .modal-content .modal-body ul li {
    margin-bottom: 3px;
    list-style: none
}

#language_modal .modal-dialog .modal-content .modal-body ul li:last-of-type {
    margin-bottom: 0
}

#language_modal .modal-dialog .modal-content .modal-body ul li a {
    text-decoration: none;
    color: #4085a3;
    border-bottom: none;
    font-size: 12px
}

@media(max-width: 479px) {
    #language_modal .modal-dialog {
        margin:23px -2px 23px 0
    }
}

@media(max-width: 767px) {
    #language_modal .modal-dialog {
        margin:23px 16px 23px 0
    }
}

.search:hover {
    cursor: pointer
}

#search_modal .modal-dialog {
    width: 350px;
    float: right;
    margin: 23px 0
}

#search_modal .modal-dialog .modal-content {
    border-radius: 0;
    background-color: transparent
}

#search_modal .modal-dialog .modal-content .modal-body {
    padding: 0
}

#search_modal .modal-dialog .modal-content .modal-body .input-group input[type=text] {
    border-radius: 0
}

#search_modal .modal-dialog .modal-content .modal-body .input-group .btn {
    background-color: #df1d38;
    margin: 0;
    border-radius: 0
}

@media(max-width: 479px) {
    #search_modal .modal-dialog {
        position:relative;
        margin: 23px auto
    }
}

@media(max-width: 767px) {
    #search_modal .modal-dialog {
        max-with:350px;
        width: auto;
        margin: 23px 0
    }
}

.sidr ul li ul li ul li {
    padding-left: 20px!important
}

.navbar-header {
    width: 100%
}

.navbar-header .navbar-brand {
    max-width: 280px;
    float: left;
    display: inline-block;
    height: auto;
    border-bottom: none;
    line-height: 53px;
    padding: 30px 0 0 0
}

.navbar-header .navbar-brand:hover {
    border-bottom: none
}

.navbar-header nav {
    float: right
}

.navbar-header #navigation {
    display: inline-block;
    float: right;
    line-height: 82px;
    position: relative
}

.navbar-header #navigation nav ul {
    list-style-type: none;
    background: #000;
    z-index: 999;
    margin: 0
}

.navbar-header #navigation nav ul li {
    float: none;
    margin: 0;
    display: inline-block;
    padding: 0 8px 0 0;
    line-height: 82px;
    position: relative
}

.navbar-header #navigation nav ul li:before {
    content: '|';
    font-weight: bold;
    color: #df1d38;
    margin: 0 8px 0 0
}

.navbar-header #navigation nav ul li:first-of-type:before {
    display: none
}

.navbar-header #navigation nav ul li:hover {
    cursor: pointer
}

.navbar-header #navigation nav ul li:hover>ul {
    display: block
}

.navbar-header #navigation nav ul li:hover>a {
    border-bottom: 2px solid #df1d38;
    color: #fff
}

.navbar-header #navigation nav ul li.active>a {
    border-bottom: 2px solid #df1d38
}

.navbar-header #navigation nav ul li a {
    color: #fff;
    text-transform: uppercase;
    border-bottom: 2px solid transparent;
    font-family: 'Open Sans',sans-serif;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 1.95px;
    line-height: 9px;
    white-space: nowrap;
    padding-bottom: 5px
}

.navbar-header #navigation nav ul li a:hover {
    text-decoration: none
}

.navbar-header #navigation nav ul li a:active {
    border-bottom: 2px solid #df1d38
}

.navbar-header #navigation nav ul li ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 0;
    min-width: 100%
}

.navbar-header #navigation nav ul li ul li {
    position: relative;
    display: block;
    border-top: 1px solid #3d3d3d;
    line-height: 39px
}

.navbar-header #navigation nav ul li ul li:before {
    display: none
}

.navbar-header #navigation nav ul li ul li:hover>a {
    border-bottom: none;
    border-left: 2px solid #df1d38
}

.navbar-header #navigation nav ul li ul li a {
    font-size: 12px;
    font-weight: normal;
    color: #fff;
    margin: 0 26px 0 6px;
    padding: 0 0 0 7px
}

.navbar-header #navigation nav ul li ul li a:hover {
    border-bottom: 2px solid transparent
}

.navbar-header #navigation nav ul li ul li ul {
    position: relative
}

.navbar-header #navigation nav ul li ul li ul li {
    padding-left: 20px
}

.navbar-header #mobile-header {
    display: none;
    border-right: 1px solid #fff;
    float: left
}

.navbar-header #mobile-header .fa.fa-bars {
    color: #fff;
    padding: 0 13px 0 0;
    font-size: 26px
}

.navbar-header .menuPlus {
    position: absolute;
    right: 7px;
    top: 13px
}

@media only screen and (max-width: 992px) {
    .navbar-header {

    }

    .navbar-header #navigation {
        display: none;
        visibility: hidden
    }

    .navbar-header .navbar-brand {
        line-height: 19px;
        padding: 15px
    }

    .navbar-header #mobile-header {
        display: inline-block;
        line-height: 44px;
        padding: 8px 4px 0 4px;
        z-index: 9999999999
    }

    .navbar-header #mobile-header:hover {
        cursor: pointer
    }
}

@media(min-width: 992px) {
    .navbar-header #navigation {
        float:left
    }

    .navbar-header #navigation nav ul {
        padding: 0
    }

    .navbar-header #navigation nav ul li {
        padding: 0 16px 0 0
    }

    .navbar-header #navigation nav ul li:before {
        margin: 0 16px 0 0
    }
}

@media(min-width: 1200px) {
    .navbar-header #navigation {
        float:right
    }

    .navbar-header #navigation nav ul li {
        padding: 0 8px 0 0
    }

    .navbar-header #navigation nav ul li:before {
        margin: 0 8px 0 0
    }
}

.site-footer {
    min-height: 40px;
    padding: 10px
}

.site-footer.bg-pri-black {
    color: #b3b3b3
}

.social-nav img {
    max-width: 23px;
    background-color: #df1d38;
    border-radius: 50%
}

.social-nav img:hover {
    background-color: #861620
}

.social-nav ul,.social-nav li {
    padding: 0;
    margin: 0
}

.social-nav .list-inline>li {
    padding: 0
}

.social-nav a,.social-nav a:link {
    color: #df1d38!important;
    font-size: 10px;
    border-bottom: none
}

.social-nav a:hover,.social-nav a:link:hover {
    color: #861620!important
}

@media(max-width: 991px) {
    .social-nav {
        padding:15px 0 10px 0
    }
}

@media(min-width: 992px) {
    .social-nav {
        padding:15px 0 10px 0
    }
}

.copyright {
    line-height: 40px;
    font-size: 11px
}

@media(max-width: 767px) {
    .copyright {
        text-align:center
    }
}

.footer-nav ul,.footer-nav li {
    padding: 0;
    margin: 0;
    font-size: 10px
}

.footer-nav ul li {
    line-height: 40px;
    padding: 0
}

.footer-nav ul li a,.footer-nav ul li a:link {
    color: #4085a3!important;
    font-weight: 800;
    text-transform: uppercase;
    padding: 0 15px;
    border-bottom: none
}

.footer-nav ul li a:hover,.footer-nav ul li a:link:hover {
    text-decoration: none;
    color: #1e525e!important
}

.footer-nav ul li:first-child a,.footer-nav ul li:first-child a:link {
    padding: 0 15px
}

@media(max-width: 767px) {
    .footer-nav {
        text-align:center;
        padding: 0 0 15px 0;
        border-bottom: 1px solid #3d3d3d
    }

    .footer-nav ul li {
        line-height: 20px;
        text-align: center;
        display: block
    }
}

@media(min-width: 992px) {
    .footer-nav ul li a,.footer-nav ul li a:link {
        border-left:1px solid #3d3d3d
    }

    .footer-nav ul li:last-child a,.footer-nav ul li:last-child a:link {
        border-left: 1px solid #3d3d3d;
        border-right: 1px solid #3d3d3d
    }
}

.site-footer-complex {
    border-top: 6px solid #df1d38;
    padding: 0 0 10px 0
}

.site-footer-complex .container-fluid {
    padding: 0
}

.site-footer-complex .container-fluid .footer-section-1 {
    border-bottom: 1px solid #3d3d3d
}

.site-footer-complex .container-fluid .footer-section-1 h3 {
    font-size: 11px;
    font-weight: bold;
    letter-spacing: .15em;
    margin: 30px 0 8px 0
}

.site-footer-complex .container-fluid .footer-section-1 h3 a {
    color: #fff;
    text-decoration: none!important
}

.site-footer-complex .container-fluid .footer-section-1 .footer-column {
    border-right: 1px solid #3d3d3d
}

.site-footer-complex .container-fluid .footer-section-1 .footer-column:last-of-type {
    border-right: none
}

.site-footer-complex .container-fluid .footer-section-1 .flags img {
    width: 45%
}

.site-footer-complex .container-fluid .footer-section-2 {
    border-bottom: 1px solid #3d3d3d
}

.site-footer-complex .container-fluid .footer-section-2 .footer-nav ul li {
    margin: 0
}

.site-footer-complex .container-fluid ul {
    padding: 0;
    text-transform: uppercase
}

.site-footer-complex .container-fluid ul li {
    font-size: 10px;
    list-style-type: none;
    margin: 0 0 4px 0
}

.site-footer-complex .container-fluid ul li a {
    color: #b3b3b3;
    letter-spacing: .1em;
    border-bottom: none
}

.site-footer-complex .container-fluid ul li a:hover {
    text-decoration: none
}

.site-footer-complex .social-nav h3 {
    margin: 0 0 5px 0
}

.site-footer-complex .social-nav .fa-lg {
    font-size: 1.25em
}

@media(max-width: 479px) {
    .site-footer-complex .footer-nav ul li {
        display:block!important
    }
}

@media(max-width: 767px) {
    .site-footer-complex .container-fluid .footer-section-1 {
        padding:0
    }

    .site-footer-complex .container-fluid .footer-section-1 h3 {
        text-align: center;
        margin: 7px 0 7px
    }

    .site-footer-complex .container-fluid .footer-section-2 {
        border-bottom: none
    }

    .site-footer-complex .container-fluid .footer-section-2 .container {
        padding: 0
    }

    .site-footer-complex .container-fluid .footer-section-2 .container .footer-nav ul li {
        display: inline-block
    }
}

@media(min-width: 768px) {
    .site-footer-complex .footer-column {
        padding:0 30px
    }

    .site-footer-complex .footer-column:last-of-type {
        padding: 0 0 0 30px
    }

    .site-footer-complex .copyright {
        text-align: right
    }

    .site-footer-complex .footer-nav ul li {
        border-left: 1px solid #3d3d3d
    }

    .site-footer-complex .footer-nav ul li a,.site-footer-complex .footer-nav ul li a:link {
        border-left: none;
        padding: 0 13px
    }

    .site-footer-complex .footer-nav ul li:first-child a,.site-footer-complex .footer-nav ul li:first-child a:link {
        padding: 0 13px
    }

    .site-footer-complex .footer-nav ul li:last-child a,.site-footer-complex .footer-nav ul li:last-child a:link {
        border-left: none;
        border-right: none
    }
}

@media(min-width: 992px) {
    .site-footer-complex .footer-nav ul li a,.site-footer-complex .footer-nav ul li a:link {
        padding:0 17px
    }

    .site-footer-complex .footer-nav ul li:first-child a,.site-footer-complex .footer-nav ul li:first-child a:link {
        padding: 0 17px
    }
}

@media(min-width: 1200px) {
    .site-footer-complex .footer-nav ul li a,.site-footer-complex .footer-nav ul li a:link {
        padding:0 14px
    }

    .site-footer-complex .footer-nav ul li:first-child a,.site-footer-complex .footer-nav ul li:first-child a:link {
        padding: 0 14px
    }
}

.page-header-2 {
    padding: 5px 0 20px;
    margin: 0 0 30px 0
}

.page-header-2 h1 {
    margin: 0
}

.page-header-2 h2 {
    margin: -8px 0 0 0
}

.page-header-white {
    border-bottom: 1px solid #b3b3b3
}

.page-header-white.no-border {
    border: none
}

#links {
    padding: 15px 0
}

#links a {
    border: 1px solid #b3b3b3;
    display: inline-block;
    padding: 2px;
    margin-right: 21px;
    border-radius: 5px
}

#links a span {
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
    color: #fff;
    font-weight: 900;
    border-bottom: none;
    padding: 7px 22px;
    border-radius: 5px;
    display: inline-block
}

ul {
    list-style-type: none
}

.breadcrumb {
    background-color: transparent;
    padding: 25px 15px 8px 0;
    margin: 0
}

.breadcrumb .fa-home {
    font-size: 18px
}

.breadcrumb li {
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px
}

.breadcrumb li+.breadcrumb li:before {
    color: transparent;
    padding: 0
}

.breadcrumb li+.breadcrumb li+.breadcrumb li:before {
    content: ">";
    padding: 0 15px;
    color: #b3b3b3
}

.breadcrumb li.active {
    font-weight: bold
}

.breadcrumb li a,.breadcrumb li a:link {
    text-transform: uppercase;
    color: #b3b3b3;
    border-bottom: none;
    padding: 0
}

.breadcrumb li a:hover,.breadcrumb li a:link:hover {
    text-decoration: none;
    font-weight: bold
}

.breadcrumb a {
    padding: 0 15px;
    text-transform: uppercase;
    color: #b3b3b3;
    border-bottom: none;
    letter-spacing: .15em
}

.breadcrumb a:hover {
    text-decoration: none;
    font-weight: bold;
    color: #b3b3b3;
    border-bottom: none
}

.breadcrumb a+.breadcrumb a+.breadcrumb a:before {
    content: ">";
    padding: 0 15px;
    color: #b3b3b3
}

.breadcrumb a.CMSBreadCrumbsCurrentItem {
    font-weight: bold
}

.breadcrumb span {
    color: #b3b3b3
}

.side-nav {
    background-color: #000;
    padding: 35px 22px;
    margin: 3px 0 5px
}

.side-nav .fa-plus {
    color: #fff;
    font-size: 12px;
    float: right;
    padding: 6px 6px 0 0
}

.side-nav .fa-plus:hover {
    cursor: pointer
}

.side-nav ul,.side-nav li {
    list-style: none
}

.side-nav ul {
    padding: 0;
    margin-bottom: 0
}

.side-nav ul li {
    border-top: 1px solid #df1d38;
    margin: 0 0 12px 0;
    padding: 12px 0 0 0
}

.side-nav ul li:first-of-type {
    border-top: none
}

.side-nav ul li.Highlighted a,.side-nav ul li.Highlighted a:link {
    text-decoration: none;
    border-left: 2px solid #df1d38
}

.side-nav ul li.Highlighted a ul li a,.side-nav ul li.Highlighted a:link ul li a,.side-nav ul li.Highlighted a ul li a:link,.side-nav ul li.Highlighted a:link ul li a:link {
    border-left: none
}

.side-nav ul li span {
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    padding: 0 10px;
    letter-spacing: .15em;
    border-bottom: none
}

.side-nav ul li span:hover {
    text-decoration: none;
    border-left: 2px solid #df1d38
}

.side-nav ul li a,.side-nav ul li a:link {
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    padding: 0 10px;
    letter-spacing: .15em;
    border-bottom: none;
    display: block
}

.side-nav ul li a:hover,.side-nav ul li a:link:hover,.side-nav ul li a.active,.side-nav ul li a:link.active {
    text-decoration: none;
    border-left: 2px solid #df1d38
}

.side-nav ul li ul {
    padding: 0 0 0 10px;
    display: none
}

.side-nav ul li ul li {
    border-color: #841026
}

.side-nav ul li ul li:first-of-type {
    padding: 12px 0 0 0;
    margin: 7px 0 12px 0;
    border-top: 1px solid #841026
}

.side-nav ul li ul li:last-of-type {
    padding: 12px 0 0 0
}

.side-nav ul li ul li a {
    color: #b3b3b3;
    display: block
}

.side-nav ul li ul li a:hover {
    text-decoration: none
}

.side-nav.side-nav-white {
    background-color: #fff;
    box-shadow: 4px 2px 10px #f1f1f2
}

.side-nav.side-nav-white .fa-plus {
    color: #000
}

.side-nav.side-nav-white ul li {
    border-color: #b3b3b3
}

.side-nav.side-nav-white ul li a,.side-nav.side-nav-white ul li a:link {
    color: #000
}

.side-nav.side-nav-white ul li ul li:first-of-type {
    border-top: 1px solid #b3b3b3
}

.side-nav.side-nav-red {
    background-color: #df1d38
}

.side-nav.side-nav-red ul li {
    border-color: #861620
}

.side-nav.side-nav-red ul li a:hover,.side-nav.side-nav-red ul li a:link:hover {
    text-decoration: none;
    border-left: 2px solid #000
}

.side-nav.side-nav-red ul li ul li:first-of-type {
    border-top-color: #861620
}

.side-nav.side-nav-red ul li ul li a {
    color: #fff
}

.side-nav.side-nav-gray {
    background-color: #f1f1f2
}

.side-nav.side-nav-gray .fa-plus {
    color: #000
}

.side-nav.side-nav-gray ul li {
    border-color: #b3b3b3
}

.side-nav.side-nav-gray ul li a,.side-nav.side-nav-gray ul li a:link {
    color: #000
}

.side-nav.side-nav-gray ul li ul li:first-of-type {
    border-top: 1px solid #b3b3b3
}

@media(max-width: 767px) {
    .side-nav {
        padding:10px 22px
    }
}

.in-page-search {
    border-bottom: 1px solid #b3b3b3;
    padding: 0 0 30px 0;
    margin: 0 0 30px 0
}

.in-page-search .FilterSearch label {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold
}

.in-page-search .FilterSearch .filterTextBox {
    width: 59%;
    display: inline;
    background-color: #f1f1f2;
    border: none;
    border-radius: 0;
    margin: 0 0 0 5px;
    height: 34px
}

.in-page-search .FilterSearch .btn.btn-default.btn-red,.in-page-search .FilterSearch .btn.btn-default {
    background-color: #df1d38;
    color: #fff;
    display: inline;
    border-radius: 0;
    border: none;
    padding: 6px 20px;
    margin: -2px 0 0;
    height: 34px
}

@media(max-width: 479px) {
    .in-page-search {
        margin:0 15px 30px 15px
    }

    .in-page-search .FilterSearch .filterTextBox {
        margin: 0;
        width: 73%!important
    }
}

@media(max-width: 767px) {
    .in-page-search {
        margin:0 15px 30px 15px
    }

    .in-page-search .FilterSearch label {
        display: block
    }

    .in-page-search .FilterSearch .filterTextBox {
        margin: 0;
        width: 82%;
        max-width: 390px
    }
}

@media(min-width: 768px) {
    .in-page-search .FilterSearch .filterTextBox {
        margin:0
    }
}

@media(min-width: 992px) {
    .in-page-search .FilterSearch .filterTextBox {
        margin:0 0 0 5px;
        max-width: 245px
    }
}

@media(min-width: 1200px) {
    .in-page-search .FilterSearch .filterTextBox {
        margin:0 0 0 5px;
        max-width: 360px
    }
}

a {
    text-decoration: none;
    color: #000;
    border-bottom: 1px solid #df1d38
}

a:hover {
    border-bottom: 1px solid #000;
    color: #000;
    text-decoration: none
}

a.blue-link {
    text-transform: uppercase;
    color: #4085a3;
    font-weight: 600;
    letter-spacing: 1px;
    border-bottom: none
}

a.blue-link:hover {
    text-decoration: none;
    color: #1e525e
}

a.blue-link .fa-play-circle {
    font-size: 16px;
    padding-right: 2px
}

.btn {
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    margin-bottom: 20px
}

.btn .btn-red {
    background-color: #df1d38;
    border: 1px solid #fff
}

.btn .btn-blue {
    background-color: #4085a3;
    border: 1px solid #fff
}

.btn-border {
    border: 1px solid #b3b3b3;
    border-radius: 3px;
    padding-top: 16px
}

.PagerControl {
    margin: 30px 15px 50px 25px;
    line-height: 40px
}

.PagerControl .PagerResults {
    display: none
}

.PagerControl .PagerNumberArea {
    font-weight: bold
}

.PagerControl .PagerNumberArea .SelectedPrev,.PagerControl .PagerNumberArea .UnselectedPrev,.PagerControl .PagerNumberArea .SelectedPage,.PagerControl .PagerNumberArea .UnselectedPage,.PagerControl .PagerNumberArea .UnselectedNext,.PagerControl .PagerNumberArea .SelectedNext {
    border-top: 2px solid #f1f1f2;
    border-bottom: 2px solid #f1f1f2;
    border-right: 1px solid #f1f1f2;
    border-left: 1px solid #f1f1f2;
    padding: 5px 11px
}

.PagerControl .PagerNumberArea .SelectedPrev,.PagerControl .PagerNumberArea .UnselectedPrev,.PagerControl .PagerNumberArea .SelectedNext,.PagerControl .PagerNumberArea .UnselectedNext {
    color: #df1d38
}

.page-content nav.page-nav ul li {
    text-indent: 0
}

.page-content nav.page-nav ul li:before {
    display: none
}

.page-content nav.page-nav ul li:last-of-type {
    margin-left: -4px
}

nav.page-nav {
    text-align: center
}

nav.page-nav ul {
    list-style: none
}

nav.page-nav ul li {
    list-style-type: none;
    display: inline-block;
    border-top: 2px solid #f1f1f2;
    border-bottom: 2px solid #f1f1f2;
    border-left: 1px solid #f1f1f2;
    border-right: 1px solid #f1f1f2;
    padding: 5px 10px
}

nav.page-nav ul li:first-of-type {
    border-left-width: 2px
}

nav.page-nav ul li:last-of-type {
    border-right-width: 2px;
    margin-left: -3px
}

nav.page-nav ul li:hover {
    background-color: #df1d38;
    cursor: pointer
}

nav.page-nav ul li:hover a {
    color: #fff
}

nav.page-nav ul li a {
    text-transform: uppercase;
    color: #b3b3b3;
    font-weight: 700;
    border-bottom: none;
    font-size: 12px;
    letter-spacing: 1.5px
}

nav.page-nav ul li a:hover {
    color: #fff
}

.page-content ol {
    list-style-type: none;
    margin: 0 0 20px -6px
}

.page-content ol:first-child {
    counter-reset: customlistcounter
}

.page-content ol li {
    counter-increment: customlistcounter;
    text-indent: -2em;
    margin: 0 0 12px 0
}

.page-content ol li:before {
    content: counter(customlistcounter) " ";
    font-weight: bold;
    float: left;
    width: 2em;
    color: #df1d38
}

.page-content ol li ol {
    margin: 10px 0 0 -6px
}

.page-content ol li ol:first-child {
    counter-reset: customlistcounter2
}

.page-content ol li ol li {
    counter-increment: customlistcounter2;
    text-indent: -2em;
    margin: 0 0 12px 0
}

.page-content ol li ol li:before {
    content: counter(customlistcounter2,upper-latin) " "
}

.page-content ol li ol li ol {
    margin: 10px 0 0 -6px
}

.page-content ol li ol li ol:first-child {
    counter-reset: customlistcounter3
}

.page-content ol li ol li ol li {
    counter-increment: customlistcounter3;
    text-indent: -2em;
    margin: 0 0 12px 0
}

.page-content ol li ol li ol li:before {
    content: counter(customlistcounter3,disc) " "
}

.page-content ul {
    list-style-type: none;
    margin-left: 15px;
    padding: 0;
    margin-top: 10px
}

.page-content ul li {
    padding-left: 1.8em;
    text-indent: -1.6em;
    margin: 0 0 12px 0
}

.page-content ul li:before {
    content: "•";
    font-size: 24px;
    vertical-align: middle;
    color: #df1d38;
    margin-right: 15px;
    font-weight: bold
}

.page-content ul li ul {
    margin: 10px 0 0 0
}

.page-content ul li ul li ul {
    margin: 10px 0 0 0
}

.page-content img {
    border: 2px solid #f1f1f2;
    margin: 20px 0
}

.img-with-caption img {
    margin: 20px 0 10px 0
}

.img-with-caption .img-caption {
    font-size: 12px;
    font-style: italic;
    color: #b3b3b3
}

.img-with-caption .thumb-with-caption {
    max-width: 200px
}

img.thumb {
    max-width: 200px
}

.img-with-bg {
    text-align: center
}

.img-with-bg img {
    width: 80%;
    height: auto;
    margin: 30px auto
}

table {
    margin-bottom: 30px
}

table th {
    padding: 7px 25px 12px;
    background-color: #f1f1f2;
    text-transform: uppercase
}

table td {
    padding: 15px 25px;
    vertical-align: top
}

table td.check {
    text-align: center;
    vertical-align: middle;
    padding: 8px 25px
}

table td.check .fa-check {
    color: #df1d38;
    font-size: 25px
}

table,th,tr,td {
    border: 0 solid #f1f1f2
}

.tab-section {
    margin: 10px 0 30px
}

.tab-section .nav-tabs {
    background-color: #f1f1f2;
    border-bottom: 4px solid #000
}

.tab-section .nav-tabs li:before {
    content: ""
}

.tab-section .nav-tabs li a {
    text-transform: uppercase;
    color: #000;
    font-weight: bold;
    border-radius: 0
}

.tab-section .nav-tabs li a:hover {
    border-color: transparent
}

.tab-section .nav-tabs li.active>a {
    background-color: #000;
    color: #fff;
    border: 1px solid #000
}

.tab-section .nav-tabs,.tab-section .navtabs li {
    list-style: none;
    margin: 0;
    text-indent: 0;
    padding: 0
}

.tab-section .tab-content {
    padding: 25px 30px;
    border: 1px solid #f1f1f2
}

.tab-section .tab-content .tab-pane .tab-title {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 15px
}

.draft-icon {
    color: #b3b3b3;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    padding-bottom: 30px
}

.draft-icon .fa-pie-chart {
    font-size: 26px;
    vertical-align: middle;
    padding: 0 11px 0 0
}

.draft-icon .fa-file,.draft-icon .fa-file-text {
    font-size: 22px;
    padding: 0 16px 0 3px
}

.draft-icon .fa-trophy {
    font-size: 25px;
    vertical-align: bottom;
    padding: 0 14px 0 0
}

.draft-icon .fa-video-camera {
    font-size: 24px;
    vertical-align: bottom;
    padding: 0 13px 0 0
}

.draft-icon .fa-comment {
    font-size: 24px;
    padding: 0 13px 3px 0
}

.draft-icon .fa-play-circle {
    font-size: 25px;
    vertical-align: bottom;
    padding: 0 14px 0 2px
}

.draft-icon .fa-map-marker {
    font-size: 27px;
    vertical-align: middle;
    padding: 0 18px 0 4px
}

.draft-icon .fa-cog {
    font-size: 27px;
    vertical-align: bottom;
    padding: 0 14px 0 0
}

.draft-icon .fa-cutlery {
    font-size: 22px;
    padding: 0 17px 0 3px
}

.cta {
    padding: 35px;
    margin-bottom: 20px
}

.cta .cta-content img {
    padding: 10px 0 30px;
    border: none
}

.cta .cta-content .cta-title {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px
}

.cta .cta-content .cta-subtitle {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .6px;
    margin-bottom: 20px
}

.cta .cta-content .cta-img img {
    width: 100%;
    height: auto
}

.cta .cta-content .cta-text {
    font-size: 12px
}

.cta .cta-content .cta-btn {
    max-width: 200px;
    border-width: 1px;
    border-style: solid;
    border-radius: 3px
}

.cta .cta-content .cta-btn a:hover {
    text-decoration: none
}

.cta .cta-content .cta-btn a .cta-btn-bg {
    border-width: 2px;
    border-style: solid;
    border-radius: 5px
}

.cta .cta-content .cta-btn a .cta-btn-bg .cta-btn-text {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
    padding: 10px;
    text-align: center
}

.cta-full-width {
    margin-bottom: 20px
}

.cta-full-width .cta {
    margin-bottom: 0
}

.cta-with-link {
    text-align: center;
    margin-bottom: 20px;
    border-top: 6px solid #df1d38
}

.cta-with-link .cta {
    margin-bottom: 0
}

.cta-with-link .cta .cta-title {
    color: #fff;
    display: inline
}

.cta-with-link .cta .link {
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline
}

.cta-with-link .cta .link a {
    border-bottom: none;
    color: #4085a3;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px
}

.cta-with-link .cta .link a:hover {
    text-decoration: none;
    border-bottom: none
}

.cta-red {
    background-color: #df1d38
}

.cta-red .cta-title,.cta-red .cta-subtitle,.cta-red .cta-text {
    color: #fff
}

.cta-red .cta-btn {
    border-color: #fff
}

.cta-red .cta-btn a {
    color: #df1d38
}

.cta-red .cta-btn a .cta-btn-bg {
    background-color: #861620;
    border-color: #df1d38
}

.cta-link {
    background-color: #df1d38
}

.cta-link .cta-title,.cta-link .cta-subtitle,.cta-link .cta-text {
    color: #fff
}

.cta-link .cta-title {
    border-color: #fff
}

.cta-link .cta-title a {
    color: #df1d38
}

.cta-link .cta-title a .cta-title-bg {
    background-color: #861620;
    border-color: #df1d38
}

.cta-blue {
    background-color: #4085a3
}

.cta-blue .cta-title,.cta-blue .cta-subtitle,.cta-blue .cta-text {
    color: #fff
}

.cta-blue .cta-btn {
    border-color: #fff
}

.cta-blue .cta-btn a {
    color: #4085a3
}

.cta-blue .cta-btn a .cta-btn-bg {
    background-color: #1e525e;
    border-color: #4085a3
}

.cta-gray {
    background-color: #b3b3b3
}

.cta-gray .cta-title,.cta-gray .cta-subtitle,.cta-gray .cta-text {
    color: #000
}

.cta-gray .cta-btn {
    border-color: #b3b3b3
}

.cta-gray .cta-btn a {
    color: #f1f1f2
}

.cta-gray-red .cta-btn-bg {
    background-color: #df1d38;
    border-color: #f1f1f2
}

.cta-gray-blue .cta-btn-bg {
    background-color: #4085a3;
    border-color: #f1f1f2
}

.testimonial-content {
    border-radius: 5px
}

.testimonial-person {
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px
}

.testimonial-company {
    font-style: italic;
    letter-spacing: 1px
}

.testimonial-quotation {
    margin-top: -18px;
    margin-left: 8px
}

.fa-quote-right {
    font-size: 35px;
    padding: 0 15px;
    margin: 0 10px
}

.testimonial {
    padding: 25px 25px 30px;
    margin: 20px 0
}

.testimonial .testimonial-content {
    padding: 20px 25px 7px
}

.testimonial .testimonial-by {
    margin-top: 0;
    padding-left: 0;
    padding-bottom: 0
}

.testimonial-full {
    margin: 0
}

.testimonial-red {
    background-color: #df1d38;
    color: #fff
}

.testimonial-red .testimonial-content {
    border: 1px solid #fff
}

.testimonial-red .testimonial-person {
    color: #861620
}

.testimonial-red .fa-quote-right {
    color: #861620!important;
    background-color: #df1d38!important
}

.testimonial-blue {
    background-color: #4085a3;
    color: #fff
}

.testimonial-blue .testimonial-content {
    border: 1px solid #fff
}

.testimonial-blue .testimonial-person {
    color: #1e525e
}

.testimonial-blue .fa-quote-right {
    color: #1e525e;
    background-color: #4085a3
}

.testimonial-gray {
    background-color: #f1f1f2;
    color: #000
}

.testimonial-gray .testimonial-content {
    padding: 20px 15px 10px;
    border: 1px solid #fff
}

.testimonial-gray .testimonial-text {
    padding: 0 0 15px 0
}

.testimonial-gray .testimonial-by {
    margin-top: 0;
    padding: 0 0 10px 0
}

.testimonial-gray .testimonial-by .testimonial-person {
    color: #df1d38
}

.testimonial-gray .testimonial-quotation {
    margin-left: 0
}

.testimonial-gray .testimonial-quotation .fa-quote-right {
    color: #861620;
    background-color: #f1f1f2
}

.testimonial-quotation {
    margin-left: 0
}

.bio-section .bio {
    margin: 25px 0 45px
}

.bio-section .bio .bio-img {
    padding: 0;
    margin: 0
}

.bio-section .bio .bio-img img {
    border: 2px solid #f1f1f2
}

.bio-section .bio .bio-social {
    padding-bottom: 50px
}

.bio-section .bio .bio-social ul li {
    text-indent: 0
}

.bio-section .bio .bio-social ul li:before {
    display: none
}

.bio-section .bio .bio-title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px
}

.bio-section .bio .bio-position {
    text-transform: uppercase;
    padding: 3px 0 15px
}

.bio-section .bio .bio-quote {
    font-style: italic;
    font-weight: bolder;
    color: #4085a3;
    padding: 0 0 10px 0
}

.bio-section .bio .bio-paragraph .bio-part-2 {
    display: none
}

.bio-section .bio .bio-paragraph .show-more:hover,.bio-section .bio .bio-paragraph .show-less:hover {
    cursor: pointer
}

.img-repeater .img-repeater-header {
    padding: 10px 0
}

.img-repeater .img-repeater-header .award-title h3 {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px
}

.img-repeater .img-repeater-header img {
    border: 3px solid #f1f1f2;
    padding: 5px
}

.img-repeater .img-repeater-paragraph {
    border-left: 3px solid #f1f1f2;
    padding: 0 0 30px 0
}

.img-repeater .img-repeater-paragraph .img-repeater-excerpt {
    padding: 0 15px 0 5px
}

@media(max-width: 767px) {
    .img-repeater {
        margin:0 0 20px 0
    }

    .img-repeater .img-repeater-header .img-repeater-title {
        padding: 20px 15px 0 15px
    }

    .img-repeater .img-repeater-header .img-repeater-title h3 {
        margin-bottom: 0
    }

    .img-repeater .img-repeater-header img {
        max-width: 200px
    }

    .img-repeater .img-repeater-paragraph {
        border: none
    }

    .img-repeater .img-repeater-paragraph .img-repeater-excerpt {
        padding: 0 15px 0 0
    }

    .img-repeater .img-repeater-paragraph .img-repeater-excerpt p {
        display: inline
    }

    .img-repeater .img-repeater-paragraph .img-repeater-excerpt .read-more {
        display: inline;
        padding-left: 10px
    }
}

@media(min-width: 768px) {
    .img-repeater .img-repeater-paragraph .img-repeater-excerpt p {
        margin-top:-20px
    }
}

@media(min-width: 992px) {
    .img-repeater .img-repeater-paragraph .img-repeater-excerpt p {
        margin-top:-30px
    }
}

@media(min-width: 1200px) {
    .img-repeater .img-repeater-paragraph .img-repeater-excerpt p {
        margin-top:-45px
    }
}

.featured-pr {
    color: #fff;
    background-color: #df1d38;
    margin: 15px 0 20px
}

.featured-pr a.blue-link {
    color: #fff
}

.press-release {
    padding: 25px 30px
}

.press-release .pr-title {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px
}

.press-release .pr-excerpt {
    padding: 10px 0 0
}

.press-release .read-more {
    font-weight: bolder
}

.press-search {
    border-bottom: 1px solid #b3b3b3;
    padding: 0 0 30px 0;
    margin: 0 0 30px 0
}

.press-search .FilterSearch label {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold
}

.press-search .FilterSearch .filterTextBox {
    width: 59%;
    display: inline;
    background-color: #f1f1f2;
    border: none;
    border-radius: 0;
    margin: 0 0 0 5px;
    height: 34px
}

.press-search .FilterSearch .btn.btn-default.btn-red,.press-search .FilterSearch .btn.btn-default {
    background-color: #df1d38;
    color: #fff;
    display: inline;
    border-radius: 0;
    border: none;
    padding: 6px 20px;
    margin: -2px 0 0;
    height: 34px
}

@media(max-width: 479px) {
    .press-search {
        margin:0 15px 30px 15px
    }

    .press-search .FilterSearch .filterTextBox {
        margin: 0;
        width: 73%!important
    }
}

@media(max-width: 767px) {
    .press-search {
        margin:0 15px 30px 15px
    }

    .press-search .FilterSearch label {
        display: block
    }

    .press-search .FilterSearch .filterTextBox {
        margin: 0;
        width: 82%;
        max-width: 390px
    }
}

@media(min-width: 768px) {
    .press-search .FilterSearch .filterTextBox {
        margin:0
    }
}

@media(min-width: 992px) {
    .press-search .FilterSearch .filterTextBox {
        margin:0 0 0 5px;
        max-width: 245px
    }
}

@media(min-width: 1200px) {
    .press-search .FilterSearch .filterTextBox {
        margin:0 0 0 5px;
        max-width: 360px
    }
}

.error-page {
    margin: 0 0 60px 0
}

.error-page .breadcrumbs {
    padding-bottom: 20px
}

.error-page .breadcrumbs .breadcrumb li span {
    color: #b3b3b3
}

.error-page h1,.error-page h2 {
    margin: 0
}

.error-page h3 {
    font-weight: bold;
    font-size: 18px
}

.error-page li {
    font-weight: bolder
}

.error-page a.blue-link {
    font-size: !6px;
    font-weight: bolder
}

.error-page .container-red {
    margin: 30px 0
}

.error-page .container-red img {
    padding-top: 10px
}

.img-overlay {
    position: relative
}

.project-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    filter: alpha(opacity=1);
    background-color: rgba(179,179,179,.5)!important;
    padding-left: 43%;
    padding-right: 43%;
    padding-top: 31%;
    overflow: hidden;
    padding-bottom: 35px!important;
    font-size: 64px
}

.videolink a,.videolink a:link {
    color: #df1d38!important;
    font-size: 10px;
    border-bottom: none;
    text-decoration: none
}

.fancybox-overlay a,.fancybox-overlay a:link {
    color: #df1d38!important;
    font-size: 10px;
    border-bottom: none;
    text-decoration: none
}
