﻿body {
    padding: 0;
    margin: 0;
    font-family: 'Myriad Pro', sans-serif;
    
}

a {
    color: #d22535;
    text-decoration: none;
}

p {
    margin: 0 0 5px;
}

.col-md-7.w60{
    width:60%;
}

.col-md-5.w40 {
    width: 40%;
}

.w60 {
    width: 60%;
}

.w40 {
    width: 40%;
}



.post-content,
.post-extras {
    padding: 0 8px;
}

.noPad{
    padding:0;
}

.navbar {
    margin-bottom: 0 !important;
    border-radius: 0 !important;
    min-height: 40px !important;
}

.navbar-inverse {
    background-color: #d22535 !important;
    border: none !important;
}

.navbar-inverse .navbar-collapse {
    padding-left: 33px;
}

.navbar-inverse .navbar-nav > li > a {
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    font-family: sans-serif;
}

.navbar-inverse .navbar-nav > li > a:focus, 
.navbar-inverse .navbar-nav > li > a:hover {
    color: #d22535;
    background-color: #fff;
}

/*============
   DROPDOWNS
==============*/

.dropdown-menu {
    padding: 0px;
    font-size: 14px;
    top: 98%;
    left: -1px;
}

.dropdown-menu > li {
    padding: 5px 10px;
}

.dropdown-menu > li > a {
    display: block;
    padding: 5px 12px 5px 0px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    border-bottom: 1px solid #efefef;
}

.dropdown-menu > li > a:hover {
    background: #fff;
    border-bottom: 2px solid #d22535;
    padding: 5px 12px 4px 0px;
}

.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.nav-tabs .dropdown-menu,
.nav-pills .dropdown-menu,
.navbar .dropdown-menu {
    margin-top: 0;
}

.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}

.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}

/*============
   DROPDOWNS - END
==============*/


.page ul{
    padding-left:15px;
}

.page ul.sidebar {
    padding-left: 0px;
}

.page-header {
    padding: 0;
    margin: 0px 0px 20px 0;
    background: #e2e2e2;
}

.page-header .container{
    padding: 0 18px;
}

.breadcrumbs {
    margin-top: 10px;
    margin-left: 13px;
}

.breadcrumbs p {
    font-size: 13px;
    word-spacing: 2px;
    margin: 0;
    color: #848484;
}

.page-title {
    margin: 6px 11px;
    text-transform: uppercase;
    color: #000;
    font-size: 36px;
    line-height: 35px;
    font-weight: 600;
    letter-spacing: 2px;
}

.page-title sub {
    bottom: 0;
    font-size: 35%;
    line-height: 0;
    text-transform: none;
    font-family: sans-serif;
}

.page-title sub a {
    color: #848484;
    text-decoration: underline #848484;
}

.page-title sub a:hover {
    color: #d22535;
    text-decoration-color: #d22535;
}

/*.logo-header {
    background-image: url(/images/main/logo_header.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 85%;
    height: 157px;
}*/

.logo-header {
    position: relative;
    width: 100%;
    height: 125px;
}

.logo-header:before {
    content: "";
    position: absolute;
    bottom: 10px;
    right: 0;
    height: 4px;
    width: 93.5%;
    background: #d22535;
}

.logo-header:after {
    content: "";
    position: absolute;
    bottom: 16px;
    right: 0;
    height: 2px;
    width: 93.5%;
    background: #d22535;
}

.logo-header img {
    margin-top: 15px;
    margin-left: 13px;
    height: 86%;
}

.logo-header span {
    position: absolute;
    right: 0;
    bottom: 24px;
    font-style: italic;
    font-family: Arial;
    font-size: 14px;
}


.nl-list p {
    font-size: 14px;
    padding: 5px 0px;
    border-bottom: 1px solid #efefef;
}

.nl-list p span {
    font-size: 14px;
    float: right;
}

.stick-that-footer-way-down {
    min-height: calc(95vh - 70px);
}

footer {
    position:relative;
    background: #202020;
    border-top: 7px solid #d22535;
    height: 124px;
}

footer:before {
    content: "";
    position: absolute;
    width: 65%;
    height: 45px;
    right: 0;
    top: 0;
    background: #d22535;
    border-top: 45px solid #d22535;
    border-left: 50px solid #202020;
}




/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding:0;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

a:hover, a:focus, a:active {
    color: #6E6E6E;
    text-decoration:none !important;
    outline: none !important;
}


h1{
    margin-bottom:20px;
    text-transform:uppercase;
    color:#000;
}

.options {
    position: relative;
    top: 300px;
}

.btn:hover {
    color: #d22535;
}

.dl-btn.btn:hover {
    color:#000;
}
/*===== BANNER =====*/
.wrap {
    height: 333px;
    width: 100%;
    position: relative;
    overflow: hidden;
    color: #fff;
    text-align: center;
}

.wrap_home {
    /*height: 590px;*/
    height: 450px;
    width: 100%;
    position: relative;
    overflow: hidden;
    background: #120103;
    color: #fff;
    text-align: center;
}

.wrap_tweet {
    height: 155px;
    width: 100%;
    position: relative;
    overflow: hidden;
    background: transparent;
    color: #fff;
    text-align: center;
    padding: 0 160px;
}

.wrap_career {
    /*height: 590px;*/
    height: 394px;
    width:100%;
    position: relative;
    overflow: hidden;
    background: #120103;
    color: #fff;
    text-align: center;
}

.wrap_news {
    height: 376px;
    width: 100%;
    position: relative;
    overflow: hidden;
    background: transparent;
    color: #fff;
    text-align: center;
    padding: 20px 40px 0;
}

.wrap_awards {
    height: 310px;
    width: 100%;
    position: relative;
    overflow: hidden;
    background: transparent;
    color: #333;
    text-align: left;
    padding: 65px 55px 0;
}

.banner-block {
    width: 360px;
    position: absolute;
    right: 20%;
    z-index: 2;
  
    top: 20px;
    padding: 10px;
}
.mobile-block {
    color: #fff;
}
.darkBlock {
    background: rgba(0,0,0,0.8);
    padding: 10px 10px 2px;
}
.redBlock {
    background: #d22535;
    text-align: left;
    padding: 10px 10px 2px;
    margin-top: 5px;
}

.smita-block {
    position: relative;
    right: -91px;
}

.banner-block .btn-primaryV2.bb {
    margin: 0;
    background: #d22535;
    color: #fff;
    max-width: 110px;
}

.banner-block .btn-primaryV2.bb:hover {
    background: #fff;
    color: #d22535;
}

.banner-block .section-title {
    text-align: left;
    font-size: 20px;
    color: #fff;
    margin-top: 0;
}

.section-title.dark {
    margin: 25px 0 0px 20px;
    color: #202020;
}

.section-title.dark span {
    color: #d22535;
}

.banner-blurb {
    text-align: left;
    line-height: 18px;
    margin-bottom: 5px;
}

.banner-date {
    text-align: left;
    font-size: 11px;
}

.career-banner {
    margin-bottom: 30px;
}

.news-item {
    padding: 0 7.5px 7.5px;
}

.news-info {
    background: #fff;
    display: block;
    padding: 10px 5px;
    height: 110px;
    position: relative;
}

.news-info .news-title {
    padding-left: 10px;
}

.news-title {
    font-size: 14px;
    color: #333;
    font-weight: 600;
    font-family: 'Myriad Pro', sans-serif;
    text-align: left;
    padding-left: 0px;
}

.news-date {
    color: #333;
    float: left;
    position: absolute;
    bottom: 0;
    left: 15px;
    font-size: 12px;
}

.news.read-more {
    float: right;
    position: absolute;
    bottom: 0;
    right: 12px;
    font-style: italic;
    font-size: 12px;
}

.page-inner .news-info {
    background: #f5f5f5;
}

.page-inner .news-image {
    height: 205px;
}

.page-inner .news-title {
    font-size: 16px;
}

.newsPad{
    padding:0 5px 10px;
}

.news-headline{
    margin-top:0px;
    font-size:21px;
}

.headline {
    margin: 0px;
    font-size: 21px;
}
/*.slide {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 10;
    padding: 8em 1em 0;
    background-color: #120103;
    background-position: 50% 50%;
    background-size: cover;
    transition: left 0s 0.75s;
}*/
.default-banner .slick-next.slick-arrow,
.default-banner .slick-prev.slick-arrow {
    display: none !important;
}

.home-banner .slide {
    height: 450px;
    width: 100%;
    position: relative;
    z-index: 10;
    padding: 0;
    background-size: cover;
    background-color: #e9e7e7;
    background-repeat: no-repeat;
    background-position: top center;
    transition: left 0s 0.75s;
}

.career-banner .slide {
    height: 420px;
    width: 100%;
    position: relative;
    z-index: 10;
    padding: 0;
    background-size: cover;
    background-color: #e9e7e7;
    background-repeat: no-repeat;
    background-position: top center;
    transition: left 0s 0.75s;
}

.tweets .slide {
    height: 127px;
    width: 100%;
    position: relative;
    z-index: 10;
    padding: 0;
    background-size: cover;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    transition: left 0s 0.75s;
}

.news .slide {
    height: 318px;
    width: 100%;
    position: relative;
    z-index: 10;
    padding: 0;
    background-size: cover;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    transition: left 0s 0.75s;
}

.news-image {
    width: 100%;
    height: 200px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff;
}
/*.slide-one {
    background-image: url(/images/newbanner5.png);
}

.slide-one-home {
    background-image: url(/images/newbanner5.png);
    background-size: contain;
    background-color: #d3ece8;
    background-repeat: no-repeat;
    background-position: bottom;
}*/
[id^="slide"]:checked + .slide {
    left: 0;
    z-index: 100;
    transition: left 0.65s ease-out;
}

.slide .banner-title {
    position: absolute;
    left: 10%;
}

    .slide .banner-title h1 {
        /*opacity: 0;
transform: translateY(100%);
transition: transform 0.5s 0.5s, opacity 0.5s;*/
        font-family: MuseoSlab;
        font-size: 103px;
        text-align: left;
        margin-bottom: 0;
        line-height: 66px;
    }

    .slide .banner-title h2 {
        font-family: Museo100;
        font-size: 50px;
        text-align: left;
        font-weight: 400;
    }

.slide .search-bar {
    width: 378px;
    position: relative;
}

.slide .search-bar i {
    position: relative;
    right: 9px;
    display: block;
    color: #5e5e5e;
    float: right;
    font-size: 19px;
    top: -25px;
}

.slide .search-bar input {
    width: 100%;
    float: left;
    height: 30px;
    color: #918b8a;
    font-size: 17px;
    padding: 5px 5px;
    background: #fbd9d6;
    border: none;
    border-color: none;
    box-shadow: none !important;
}

.tweeted {
    position: relative;
    background: #fff;
    min-height: 150px;
    margin: 13px 25px;
    padding: 15px;
}

.tweeted:before {
    position: absolute;
    content: "";
    width: 75px;
    height: 75px;
    border-left: 2px solid #d22535;
    border-top: 2px solid #d22535;
    left: -2px;
    top: -2px;
}

/*.tweeted:after {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    border-right: 2px solid #d22535;
    border-bottom: 2px solid #d22535;
    right: -2px;
    bottom: -2px;
}*/

.tweeted p,
.tweeted p a{
    color: #575756;
}

.tweeted p a:hover {
    color: #d22535;
}

.tweeted p .timeago {
    color: #d22535;
}

.section-title {
    color: #d22535;
    text-transform: uppercase;
    font-family:'Myriad Pro', sans-serif
    font-weight: 500;
    font-size: 25px;
}

.section-title span {
    font-weight: 900;
    color: #fff;
    word-spacing: -2px;
}

#inTheMedia .section-title,
#newsletter .section-title {
    margin-top: 25px;
}

.news-section {
    margin: 40px 0;
}


.awards-section {
    background: #1d1d1b;
    margin: 40px 0 0;
}

#awards {
    background: #909090;
    padding: 25px 0px;
    position: relative;
    width: 35.333%;
}

#awards .section-title {
    float: left;
    margin-top: 28px;
    position: absolute;
    margin-left: 50px;
}

.awards-btn {
    background: #000;
    float: right;
    color: #fff;
    padding: 15px 12px;
    font-family: sans-serif;
    font-size: 10px;
    line-height: 0;
    margin-top: 3px;
}

.awards-btn:hover {
    color: #d22535;
}

.awards-img {
    width: 100%;
    height: 150px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/*#newsletter .section-title {
    text-align:center;
}*/

#newsletter.col-md-3 {
    padding-left: 40px;
}

.awards-title {
    font-weight: 600;
    font-family:'Myriad Pro', sans-serif;
    line-height: 22px;
    font-size:17px;
    text-transform:uppercase;
}

.read-more {
    color: #d22535;
}

.read-more:hover {
    color: #333;
}

.news-block {
    background: #f5f5f5;
}

.news-block .section-title {
    text-align: center;
    color: #000;
    margin-bottom: 3px;
    margin-top: 26px;
}

.slick-arrow i {
    top: 4px;
    position: relative;
}

.slick-arrow:hover i {
    color: #d22535;
}

.news-block .section-title span {
    color: #d22535;
}

.gallery-section {
    margin: 40px 0;
}

.gallery-block {
    background: #f5f5f5;
}

.gallery-block .section-title {
    text-align: center;
    color: #000;
}

.gallery-block .section-title span {
    color: #d22535;
}

.gallery.btn-primaryV2 {
    background-color: #d22535;
    color: #fff;
    max-width: 110px;
}

.gallery.btn-primaryV2:hover {
    background-color: #fff;
    color: #d22535;
}

.galleryPad {
    padding: 0 5px 10px;
}

.gallery-item {
    padding: 7.5px;
    width:270px;
}

.gallery-image {
    width: 100%;
    height: 167px;
    background-size: cover;
    background-position: center;
}

.galley-info {
    background: #fff;
    display: block;
    padding: 10px 5px;
    height: 120px;
    position: relative;
}

.gallery-title {
    /*font-size: 15px;
    color: #fff;
    font-weight: 500;
    font-family: 'Myriad Pro', sans-serif;
    text-align: center;
    padding-left: 0;
    line-height: 18px;
    margin: 0;*/
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    font-family: 'Myriad Pro', sans-serif;
    text-align: center;
    padding-left: 0;
    line-height: 14px;
    margin: 0;
    height: 55px;
    vertical-align: middle;
    display: table-cell;
    width: 278px;
}

.gallery-date {
    color: #333;
    float: left;
    position: absolute;
    bottom: 0;
    left: 15px;
}

.gallery.read-more {
    float: right;
    position: absolute;
    bottom: 0;
    right: 12px;
    font-style: italic;
}

.page-inner .gallery-info {
    padding: 0 5px;
    background-color: #d22535;
    height: 50px;
    vertical-align: middle;
    display: table-cell;
    width: 278px;
}

.page-inner .gallery-image {
    height: 205px;
}

.brochure {
    border: 1px solid #d22535;
    padding: 5px 15px;
}

.brochure .section-title {
    text-align: center;
}

.brochure .section-title span {
    color: #000;
    font-size: 24px;
    font-weight: 900;
}

.brochure-download {
    border: 1px solid #000;
    padding: 4px 8px 0px;
    width: 75%;
    margin: 0 auto 10px;
    color: #d22535;
    font-weight: 600;
    font-size: 16px;
}

.brochure-download:hover {
    border-color: #d22535;
    color:#000;
}

.subscribe {
    border: 1px solid #fff;
    padding: 4px 8px 0px;
    width: 98%;
    margin: 0 auto 0px;
    color: #fff;
    font-weight: 600;
    font-size: 17px;
}

.subscribe:hover {
    color: #d22535;
    border-color: #d22535;
}

.newsletter {
    width: 100%;
    height: 153px;
    padding: 33px 0px 0px;
    text-align: center;
    background:#fff;
    position:relative;
}

.newsletter .v {
    width: 100%;
    color: #d22535;
    position: absolute;
    padding: 7px 8px 4px;
    top: 55px;
}


/*.newsletter .v .dl-btn.btn {
    color: #333;
}*/

.newsletter .v .dl-btn.btn:hover {
    color: #bdbdbd;
}

    .newsletter h4 {
        font-weight: 600;
        font-family: 'Myriad Pro', sans-serif;
        margin: 0;
        color: #333333
    }

.dl-btn.btn {
    font-size: 12px;
    font-style: italic;
    color: #d22535;
    font-weight: 600;
    padding: 0;
}

.btn-primaryV1 {
    color: #000;
    background-color: #fff;
    border: none;
    border-radius: 0;
    margin: 15px 0;
    max-width: 135px;
    display: block;
    float: right;
    margin-right: 28px;
}

.fen-btn {
    border: none;
    border-radius: 0;
    margin: 5px 0;
    max-width: 66px;
    display: block;
    padding: 7px 0 5px;
    line-height: 12px;
    font-size: 10px;
}

.careers-btn {
    border: none;
    border-radius: 0;
    margin: 5px 0;
    display: block;
    padding: 7px 10px 5px;
    line-height: 12px;
    font-size: 10px;
    float: left;
}

.fen-btn-right {
    float: none !important;
    margin: 0 auto !important;
    padding: 7px 6px 5px !important;
    width: 78px;
}

.red-btn {
    color: #fff;
    background-color: #d22535;
}

.red-btn:hover {
    color: #d22535;
    background-color: #fff;
}
.black-btn {
    color: #fff;
    background-color: #1d1d1b;
}

    .black-btn:hover {
        color: #1d1d1b;
        background-color: #fff;
    }

.wht-btn {
    color: #202020;
    background-color: #fff;
}

.wht-btn:hover {
    color: #d22535;
}

.news.btn-primaryV2.fen-btn {
    color: #fff;
    background-color: #d22535;
    border: none;
    border-radius: 0;
    margin: 24px auto;
    max-width: 66px;
    display: block;
    padding: 12px 0 9px;
    line-height: 0;
    font-size: 10px;
}

.btn-primaryV2 {
    color: #000;
    background-color: #fff;
    border: none;
    border-radius: 0;
    margin: 24px auto;
    max-width: 100px;
    display: block;
}

/*.news.btn-primaryV2 {
    background-color: #d22535;
    color: #fff;
    max-width: 110px;
}*/

.news.btn-primaryV2:hover {
    background-color: #fff;
    color: #d22535;
    
}

#inTheMedia {
    padding-right: 45px;
}

.media-item {
    position: relative;
    background: #fff;
    padding: 0px;
    margin-bottom: 15px;
    text-align: center;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 63px;
}


.media-item:after {
    position: absolute;
    content: "";
    width: 45px;
    height: 45px;
    border-right: 2px solid #d22535;
    border-bottom: 2px solid #d22535;
    right: -2px;
    bottom: -2px;
}

.media-item:before {
    position: absolute;
    content: "";
    width: 45px;
    height: 45px;
    border-left: 2px solid #d22535;
    border-top: 2px solid #d22535;
    left: -2px;
    top: -2px;
}

.media-inner {
    padding: 2px 10px;
    background: #fff;
    position: absolute;
    width: 100%;
}

.media-title {
    font-weight: 600;
    font-family: 'Myriad Pro', sans-serif;
    margin: 3px 0 0;
    color: #333333;
    font-size: 15px;
    height: 31px;
    overflow: hidden;
    text-overflow: ellipsis;
}

h2.media-title {
    font-size: 18px;
}

.media-date {
    color: #d22535;
    font-weight: 600;
    padding: 0;
    margin: 3px 0px;
    font-size: 12px;
}


.date {
    color: #d22535;
    font-weight: 600;
    padding: 0;
    margin: 0 0 10px;
    font-size: 12px;
}

.post-content .date {
    margin: 0 0 10px;
}

.social-links {
    float: right;
    position: relative;
    z-index: 2;
    margin-right: 10px;
}

.social-links ul {
    list-style-type: none;
    margin-top: 3px;
}

.social-links ul li{
    display:inline-block;
}

.social-links ul li a {
    color: #fff;
    font-size: 22px;
    margin: 0 4px;
}

.social-links ul li a:hover {
    color: #1d1d1b;
}

.footer-links {
    margin-top: 80px;
}

.footer-links hr {
    margin-bottom: 10px;
}

.footer-links p {
    color: #fff;
    font-size: 12px;
    font-family:'Myriad Pro', sans-serif
}

.footer-links p a {
    color:#fff;
}

.footer-links p a:hover {
    color: #d22535;
}

.footer-links p span span{
    color: #BDBDBD;
}

.sponsors-section img{
    width:100%;
}

.twitter-section {
    
}

.twitter-section .container.main {
    background: #e9e9e9;
    padding: 15px 0;
}

.twitter-section .section-title {
    text-align: center;
    margin-bottom:0;
}

.twitter-section .section-title span{
    color:#000;
}

.inner-content {
    padding-right: 30px;
    margin-bottom: 20px;
    position:relative;
    font-size:14px;
}

.col-md-12.inner-content:after{
    display:none;
}

.inner-content:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    background: #b2b2b2;
    top: 0;
    right: 7px;
}

.pages-sidebar {
    margin-top: 0px;
    position: relative;
    background: #bcbcbc;
    padding: 15px 15px 5px;
}


    .pages-sidebar h3 {
        text-transform: capitalize;
        color: #d22535;
        margin-left: 0;
        padding: 0px 0 10px;
        margin-top: 0;
        margin-bottom: 10px;
        font-size: 17px;
        font-weight: 600;
        font-family: arial, sans-serif;
        border-bottom:1px solid #fff;
    }

.sidebar {
    padding-left: 0px;
    list-style: none;
    font-size: 15px;
    width: 100%;
}

.sidebar li {
    width: 100%;
    
}

.sidebar li a {
    padding: 0;
    color: #1a1a1a;
    width: 100%;
    display: block;
    font-weight: 500;
    font-size: 14px;
    line-height: 15px;
    margin-bottom: 5px;
}

.sidebar li a:hover {
    color: #d22535;
}

.copy-block {
    background: #f2f2f2;
    padding: 20px 20px 15px;
    margin:15px 0;
}
.copy-block2 {
    background: #f2f2f2;
    padding: 10px 20px 15px;
    margin: 15px 0;
}
.copy-block2-white {
    padding: 0 20px 0;
    margin: 15px 0;
}

.copy-block p:last-of-type{
    margin:0;
}

.intro-copy .copy-block {
    margin: 0;
    padding: 13px 20px;
}

.vac-block{
    background-image:url(/images/vac-block.png);
    background-position:center;
    background-size:cover;
    width:100%;
    padding:10px;
    margin-top:17px;
}

.vac-block .link-block {
    width: 48%;
    background: #e6e6e6;
    padding: 5px;
    float: left;
    margin: 0 5px;
    text-align: center;
    padding: 9px 0 0;
    position:relative;
}

.vac-block .link-block:before {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    border-left: 2px solid #d22535;
    border-top: 2px solid #d22535;
    left: 0px;
    top: 0px;
}

.vac-block .link-block:after {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    border-right: 2px solid #d22535;
    border-bottom: 2px solid #d22535;
    right: 0px;
    bottom: 0px;
}

.vac-block .link-block.first {
    margin: 0 5px;
}

.vac-block .link-block.second {
    margin: 0 0 0 10px;
}

.vac-block .link-block h3 {
    color:#202020;
    font-weight:600;
    font-size: 18px;
    text-transform: uppercase;
    margin: 0;
    text-align: center;
}

.publication {
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-bottom: 1px solid #BDBDBD;
}

.pub-title {
    color: #1a1a1a;
}

.pub-title:hover {
    color: #d22535;
}

.pub-copy{
    font-style:italic;
}

.pub-link {
    color: #d22535;
}

.map {
    float: left;
    width: 28%;
    margin-right: 10px;
}

.map iframe {
    width: 100%;
    height: 170px;
}
.g-recaptcha {
    margin-left: 5px;
}
.strap {
    padding: 20px 0 55px;
    background: #202020;
    margin: -20px 0 20px;
}

.alt-contacts{
    margin:30px 0;
}

.alt-contacts p {
    font-size: 14px;
    line-height: 20px;
}

.alt-contacts p b {
    font-size: 17px;
    line-height: 20px;
}

.contact-quote {
    color: #fff;
    margin-top: 10px;
    text-transform: uppercase;
    font-size: 23px;
    font-family: sans-serif;
    font-weight: 600;
    line-height: 27px;
}

.contact-quote span {
    color: #d22535;
}

.contact-block {
    padding: 10px 15px;
}

.contact-block:nth-of-type(2n + 2) {
    background: #dcdcdc;
}

.contact-details {
    float: left;
}

.contact-details h4 {
    font-size: 17px;
    font-weight: 600;
    color: #d22535;
    text-transform: uppercase;
    font-family: Arial,sans-serif;
    margin-top: 0;
}

.contact-details p {
    float: left;
    margin-right: 15px;
}

.contact-details p:last-of-type{
    margin-right:0px;
}

.form-group {
    padding: 0 5px;
    margin-bottom: 10px;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 5px;
    border: 1px solid #dcdcdc;
}

.form-group textarea{
    height:74px;
}

.btn.submit {
    float: right;
    width: 80px;
    background: #d22535;
    color: #fff;
    border: none;
    padding: 4px 0px;
    text-transform: uppercase;
    line-height: 21px;
    font-size: 15px;
    font-family: sans-serif;
    font-weight: 600;
    border-radius:0px;
}

.back-btn {
    background: #d22535;
    padding: 12px 9px 10px;
    color: #fff;
    width: 45px;
    font-size: 13px;
    text-transform: uppercase;
    margin-top: 7px;
    line-height: 0;
}

/*
    ==========
    LEADERSHIP
    ==========
*/

.person-info {
    margin-bottom: 30px;
    border-bottom: 1px solid #e6e6e6;
    padding: 0 0 20px;
    display:none;
}

.person-image {
    float: left;
    max-width: 225px;
}

.person-image img{
    width:100%;
}

.person-details {
    float: left;
    width: 70%;
    padding: 0 15px;
}

.person-details .p-title{
    margin-top:0;
}

.button {
    display: inline-block;
    padding: 10px 18px;
    margin-bottom: 10px;
    background: #EEE;
    border: none;
    border-radius: 7px;
    background-image: linear-gradient( to bottom, hsla(0, 0%, 0%, 0), hsla(0, 0%, 0%, 0.2) );
    color: #222;
    font-family: sans-serif;
    font-size: 16px;
    text-shadow: 0 1px white;
    cursor: pointer;
}

    .button:hover {
        background-color: #8CF;
        text-shadow: 0 1px hsla(0, 0%, 100%, 0.5);
        color: #222;
    }

    .button:active,
    .button.is-checked {
        background-color: #28F;
    }

    .button.is-checked {
        color: white;
        text-shadow: 0 -1px hsla(0, 0%, 0%, 0.8);
    }

    .button:active {
        box-shadow: inset 0 1px 10px hsla(0, 0%, 0%, 0.8);
    }

/* ---- button-group ---- */

.button-group:after {
    content: '';
    display: block;
    clear: both;
}

.button-group .button {
    float: left;
    border-radius: 0;
    margin-left: 0;
    margin-right: 1px;
}

    .button-group .button:first-child {
        border-radius: 0.5em 0 0 0.5em;
    }

    .button-group .button:last-child {
        border-radius: 0 0.5em 0.5em 0;
    }

/* ---- isotope ---- */

.grid {
  
}

/* clear fix */
.grid:after {
    content: '';
    display: block;
    clear: both;
}

/* ---- .element-item ---- */

.element-item {
    position: relative;
    float: left;
    width: 210px;
    height: 290px;
    margin: 5px;
    padding: 0;
    color: #262524;
}

.element-item > * {
    margin: 0;
    padding: 0;
}

.element-item .name {
    position: absolute;
    left: 0;
    text-transform: none;
    letter-spacing: 0;
    font-size: 15px;
    font-weight: normal;
    bottom: 0;
    width: 100%;
    padding: 16px 7px;
    background: #d22535;
    color: #fff;
    text-align: center;
    min-height:50px
}

.element-item .name.title {
    padding: 5px 7px;
    line-height: 13px;
}

.element-item .name.title span {
    font-size: 12px;
    line-height: 0px;
}


.inner-image {
    width: 100%;
    height: 260px;
    background-size: cover;
    background-position: center;
}

.filter-select{
    position: relative;
padding: 0px;
list-style-type: none;
min-height: 30px;
}
.filter-select:after{
    content:"";
    position:absolute;
    width:100%;
    bottom:0;
    left:0;
    height:2px;
    background:#202020;
}

.filter-select li {
    position: relative;
    display: inline-block;
    margin-right: 0;
    min-width: 195px;
    max-width: 225px;
    width: 100%;
}

.filter-select li a {
    width: 100%;
    position: relative;
    padding: 5px 5% 2px 8px;
    background: #202020;
    font-size: 16px;
    font-family: sans-serif;
    color: #fff;
    display: block;
}

.filter-select li a:hover,
.filter-select li a.selected {
    background: #d22535;
}

.filter-select li a:hover:before,
.filter-select li a.selected:before {
    border-left-color: #d22535;
}

.filter-select li a:before {
    content: "";
    position: absolute;
    width: 16%;
    right: 0;
    top: 0;
    border-top: 29px solid #fff;
    border-left: 36px solid #202020;
}

.media-release-item {
    border-bottom: 1px solid #BDBDBD;
    padding-top: 15px;
    padding-bottom: 15px;
}

.release-date {
    color: grey;
    font-weight: bold;
    font-size: 13px;
}

.release-title {
    font-size: 20px;
}

.release-blurb {
    margin-top: 10px;
    margin-bottom: 10px;
}  

.navbar-nav {
    float: left;
    margin: 0;
    margin-left: -33px;
}

/*
    ================
    LEADERSHIP - END
    ================
*/

.career-values {
    margin: 0px -20px 20px;
}

.career-values h3 {
    margin: 10px 0 -5px;
    font-size: 28px;
    text-align: center;
}

.value-item {
    padding: 0 10px;
}

.value-item ul {
    padding-left: 15px;
    font-size: 13px;
    line-height: 17px;
}

.value-item ul li {
    margin-bottom: 5px;
}


.item-inner {
    padding: 10px 14px;
    margin: 15px 10px;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
}

.value-item .inner-bottom {
    background: #f2f2f2;
    margin-top: 10px;
    padding: 12px 12px 1px;
}

.inner-bottom img {
    width: 45%;
    float:left;
    margin:0 10px 10px 0;
}

.inner-bottom .fullWidth {
    width:100%;
}


.icon-p {
    text-align: center;
}


.icon-p img {
    width: 70px;
}

.reasons-why{

}

.reasons-why ul{
    padding-left: 15px;
    font-size: 15px;
    margin: 0;
}

.how-to ul {
    padding-left: 0px;
    font-size: 17px;
    margin: 0;
    line-height: 20px;
    list-style:none
}
.how-to ul li{
    margin-bottom:7px;
}

.reasons-why p {
}

.why-block {
    background: url(/images/whyBG.png)no-repeat;
    background-size: cover;
    width: 100%;
    height: 74px;
    position: relative;
    display: block;
    margin-bottom: 15px;
    background-position: 0 -15px;
}

.why-block.employment{
    margin:25px 0
}

.why-block:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0,0,0.6);
    top: 0;
    left: 0;
}

.why-block h2 {
    color: #fff;
    position: relative;
    z-index: 1;
    text-align: center;
    margin: 0;
    padding: 26px 0 0;
    font-size: 29px;
    text-transform: uppercase;
    font-weight: 600;
}

.why-block h2 span {
    color: #d22535
}

.reasons h3 {
    margin: 30px 0 20px;
    text-align: left;
    text-transform: uppercase;
    line-height: 32px;
    padding-left:15px;
}

.reasons h4 {
    font-size: 25px;
    position: relative;
    font-weight: 600;
}

.reasons h5 {
    font-size: 20px;
    margin-bottom: 22px;
    font-weight: 500;
    position:relative;
}

.reasons h5:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    background: #d22535;
    width: 60px;
    height: 3px;
}

.reasons .how-to{
    margin:30px 0;
}

.reasons .opportunity div,
.reasons .access div {
    background: #f2f2f2;
    padding: 1px 15px 10px;
    min-height: 166px;
}

.reasons .fellowship div,
.reasons .research div {
    background: #f2f2f2;
    padding: 15px ;
    min-height: 210px;
}

.career-block {
    background: #f2f2f2;
    padding: 1px 15px 0px;
    min-height: 175px;
}

.career-block h4 {
    font-size: 25px;
    position: relative;
    font-weight: 600;
}

.career-block h4 a{
    color:#202020;
}
.career-block h4 a:hover {
    color: #d22535;
}

.red {
    color: #d22535;
}

.yt-item{
    margin-bottom:10px;
}

.yt-title {
    background: #d22535;
    padding: 0 10px;
    color: #fff;
    font-size: 15px;
    height: 48px;
    text-align: center;
    display: table-cell;
    width: 335px;
    vertical-align: middle;
}


ul.filter-select {
    padding-left: 0;
    margin-left: 5px;
    max-width: 1090px;
}

.career-download{
    position:relative;
    width:100%;
    height:65px;
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat;
    border-radius:5px;
}

.career-download p {
    color: #fff;
    font-weight: 600;
    font-size: 17px;
    text-align: center;
    padding-top: 15px;
    background: rgba(51,51,51,0.8);
    margin: 0;
    height: 65px;
    border-radius: 5px;
    transition: 1s
}

.career-download p a span {
    font-size: 13px;
    position: relative;
    top: -7px;
    transition: 1s
}

.career-download p a span:active,
.career-download p a span:visited,
.career-download p a span:focus {
    color: #d22535;
}

.career-download:hover p {
    background: rgba(51,51,51,0);
    transition: 1s
}

.career-download:hover p a span {
    color: #fff;
    transition: 1s
}

.images{
    margin-top:10px;
}

.images p {
    font-style: italic;
    font-size: 13px;
    margin-top: 5px !important;
}

.slim-on-the-side {
    position: relative;
    display: block;
    margin: 15px 0 0;
}


.slim-on-the-side img {
    width: 133px;
    margin: 0 0px 8px 0;
    z-index:2;
    position:relative;
    float:left;
}

.large p {
    position: relative;
    color: #202020;
    font-size: 23px;
    line-height: 34px;
    text-align: center;
    padding: 0 50px;
}

.small p {
    position: relative;
    color: #d22535;
    font-size: 16px;
    margin-right: 0;
    line-height: 20px;
    text-align: center;
    font-style: italic;
}

.img1 {
    width: 50%;
    float: left;
    margin-right: 10px;
}

.img2 {
    width: 50%;
    float: left;
    margin-right: 10px;
}

.img3 {
    width: 49%;
    float: left;
}

.img1 img{
    width:100%
}

.img2 img {
    width: 100%
}

.img3 img {
    width: 100%
}

.mobile-block {
    width: 100%;
    position: relative;
    background: rgba(0,0,0,0.8);
    top: 20px;
    padding: 10px;
    display:none;
}

.mobile-block .btn-primaryV2.bb {
    margin: 0;
    background: #d22535;
    color: #fff;
    max-width: 110px;
}

.mobile-block .btn-primaryV2.bb:hover {
    background: #fff;
    color: #d22535;
}

.mobile-block .section-title {
    text-align: left;
    font-size: 20px;
    color: #fff;
    margin-top: 0;
}

ul.dropdown-menu.ul--no-style.dropdown-menu.level2 {
    margin-left: 150px;
    margin-top: -46px;
    display:none;
}


ul.dropdown-menu.ul--no-style.level1 .dropdown:hover ul.dropdown-menu.ul--no-style.dropdown-menu.level2 {
    display: block !important
}

table td {
    padding: 3px 7px;
}

.dropdown-menu li.active a {
    background: none !important;
    color: #333 !important;
}
.sidebar li.active a {
    color: #d22535;
}

.awards-info .awards-title {
    display: block;
    height: 40px;
    overflow: hidden;
}
.red_button a {
    background: #d22535;
    color: #fff;
    padding: 5px 15px;
    display: table;
    margin-top: 30px;
    font-size: 25px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
}
.red_button {
    margin-bottom: 15px;
}



.popup-overlay {
    display: none;
    position: fixed;
    /* top: 0; */
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100px;
    text-align: center;
    align-items: center;
    justify-content: center;
    z-index: 10000000;
}

.popup {
    display: inline-block;
    width: 100%;
    min-height: 100px;
    background-color: white;
    border-radius: 1px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    bottom: 0;
    -webkit-box-shadow: inset 0px 10px 10px -6px rgb(117 117 117);
    -moz-box-shadow: inset 0px 10px 10px -6px rgba(117,117,117,1);
    box-shadow: inset 0px 10px 10px -6px rgb(117 117 117);
    position: absolute;
}

a.accept, a.submit {
    margin-top: 0;
    margin-left: 20px;
    display: inline-block;
    color: white;
    background-color: #d22535;
    border-radius: 5px;
    padding: 6px 20px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: sans-serif;
}

.redStrap {
    background: #d22535;
    padding: 5px 0 15px;
}
.whiteBlock {
    background: #fff;
    padding: 15px;
    margin-bottom: 15px;
}

.reportTitle {
    font-size: 15px;
    /* font-weight: bold; */
    display: block;
    overflow: hidden;
    height: 30px;
    line-height: 108%;
    margin-bottom: 10px;
}
.reportDate {
    color: #fff;
    margin-bottom: 5px;
    font-size: 11px;
}
.reportBlurb {
    font-size: 14px;
    margin-bottom: 5px;
    display: block;
    height: 61px;
    overflow: hidden;
}

/*-----------------------------------------------------------*/
/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
    display: none;
}
}

@media screen and (max-width: 1366px) {
    .options {
        position: relative;
        top: 140px;
    }
}


@font-face {
    font-family: 'Myriad Pro';
    src: url('../fonts/MyriadPro-Regular.woff2') format('woff2'), 
         url('../fonts/MyriadPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Semibold.woff2') format('woff2'), 
         url('../fonts/Lato-Semibold.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Cybapee';
    src: url('../fonts/CybapeeBlack.woff2') format('woff2'), 
        url('../fonts/CybapeeBlack.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}







