/*GLOBAL STYLING*/
body{margin: 0; box-sizing: border-box;}
a{
    font-family: "Source Sans Pro", sans-serif;
    text-decoration: none;
}
a, img { /*because of IE's default border styling*/
    border: none;
    outline: none;
}
h1{
    font-family: "Source Sans Pro", sans-serif;
}
p{
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1em;
}
.paragraph_text{
    color: #404040;
    font-family: "Merriweather", serif;
    font-size: .9em;
    line-height: 30px;
    margin: 0 auto 30px auto;
    width: 85%;
}
.paragraph_title{
    color: #003399;
    font-family: "Merriweather", serif;
    font-size: 1.5em;
    margin: 0 0 15px 50px;
}
.subtitle{
    color: #003399;
    font-family: "Merriweather", serif;
    font-size: 1.25em;
    margin: 30px 0 30px 50px;
}
.paragraph_subtitle{
    color: #003399;
    font-family: "Merriweather", serif;
    font-size: 1em;
    margin: 30px 0 15px 50px;
}
/*----MAIN 960 CONTAINER----*/
.main_960_container{
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 960px;
}
/*----FIXED HEADER----*/
.fixed_header{
    border-bottom: 3px solid lightgray;
    width: 960px;
    position: fixed;
    z-index: 1;
}
.ojp_header{
    background: lightgray;
    height: 40px;
    overflow: hidden;
    width: 100%;
}
#ojp_logo{
    height: 100%;
    min-width: 400px;
    width: 100%;
}
.top_menu_header{
    background: white;
    height: 100px;
    overflow: hidden;
    position: relative; /***********/
    width: 100%;
}
#bars_container{
    color: #404040;
    display: inline-block;
    float: left;
    font-size: 20px;
    font-weight: 600;
    overflow: hidden;
    margin: 25px 0 0 25px;
    width: 75px;
}
.fa-bars{
    display: inline-block;
    float: left;
}
#bars_text{
    display: inline-block;
    float: left;
    line-height: 20px;
    margin: 0 0 0 10px;
}
#bars_container:hover{
    cursor: pointer;
}
#ovc_logo{
    display: inline-block;
    float: left;
    margin: 15px 0 0 110px; /*************/
    position: relative; /**************/
}
#ovc_logo_short{ /*************/
    display: none;
    float: left;
    margin: 15px 0 0 100px;
    position: relative;
    z-index: 0;
}
/*----SEARCH, SHARE, MORE BUTTONS----*/   /************/
.icon_div{
    float: right;
/*    margin: 25px 20px 0 0;*/
    overflow: visible;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 2;
}
.fa-ellipsis-v, .fa-reply, .fa-search{
    color: #404040;
    float: right;
    margin: 5px 10px;
}
.fa-reply{
    filter: FlipH;
    -ms-filter: "FlipH";
    margin: 5px 20px 0 15px;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
#ellipsis, #reply, #search{
    font-size: 1.25em;
}
#ellipsis:hover, #reply:hover, #search:hover{
    cursor: pointer;
}
/*hidden divs*/
.hidden_div{
    background: white;
    border: 1px solid lightgray;
/*    display: none;*/
    overflow: hidden;
    position: absolute;
    right: 140px;
    top: -210px;
    width: 200px;
    z-index: 3;
}
.make_visible{
    top: 40px;
}
#social_share_title{
    color: #404040;
    font-size: 1.25em;
    margin: 15px auto;
    text-align: center;
}
.click_row{
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 10px 0;
    width: 100%;
}
.row_hover:hover{
    background: #eaeaea;
    cursor: pointer;
}
.social_icons{
    color: #404040;
    float: left;
    margin: 0;
    margin-left: 18px;
    margin-right: 15px;
}
.iframe{ /*this might cause a problem between the social share icons and the video embed*/
    margin: 15px 50px;
}
.twitter-share-button{
    margin-left: 70px;
}
/*
iframe.fb-share-button{
    height: 20px;
    width: 60px;
}
*/
.social_description{
    color: #404040;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1em;
    line-height: 30px;
    margin: 0 0 0 20px;
}
/*search div*/
.search{
    
}
#srch_box{
    display: inline-block;
    float: left;
    margin-bottom: 10px;
    margin-left: 10px;
    width: 70%;
}
#srch_bttn{
    display: inline-block;
    float: left;
}
/*--share div--*/
/*.fb_share_button{ */
.fb-share-button{ /** div fb button **/
    margin-left: 33%;
}
#fb_ico{
    color: #6373cb;
}
#tw_ico{
    color: #4dabf0;
}
/*email button*/
.email_button{
    background: #cc3333;
    border-radius: 3px;
    height: 20px;
    overflow: hidden;
    margin: 15px 0 20px 70px;
    width: 60px;
}
.email_button:hover{
    background: #d66565;
}
#email_button_icon{
    color: white;
    float: left;
    font-size: .7em;
    line-height: 20px;
    margin: 0 0 0 7px;
}
.button_text{
    color: white;
    display: inline-block;
    float: left;
    font-family: sans-serif;
    font-size: .75em;
    line-height: 20px;
    margin: 0;
    margin-left: 5px;
}
/*--more options div--*/
.fa-print{
    color: #404040;
    font-size: 1.25em;
}
.decrease{
    line-height: 30px;
    margin: 7px 20px 0 25px;
}
/*----BANNER HEADER----*/
.banner_header{
    height: 410px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
#en_banner{
    position: absolute;
    bottom: 0;
    width: 100%;
}
/*----NAVIGATION----*/
.navbar{
    background: #cc3333;
    overflow: hidden;
    width: 100%;
}
.navlink_container{
    overflow: hidden;
    margin: 0 auto;
    width: 850px;

}
.navlink{
    color: white;
    border-right: 2px solid white;
    display: inline-block;
    font-weight: 600;
    line-height: 15px;
    margin: 23px 0 23px 15px;
    padding-right: 15px;
}
#nav_no_border{
    border-right: 0;
    padding-right: 0;
}
/*----MAIN CONTENT----*/
.main_content{
    background: white;
    overflow: hidden;
    width: 100%;
}
.left_column{
    float: left;
    margin: 0 0 0 30px;
    overflow: visible;
    width: 660px;
}
/*--Breadcrumb links--*/
.breadcrumbs{
    overflow: hidden;
    width: 100%;
}
.breadcrumb_link{
    color: #1e55c3;
    display: inline-block;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1em;
    margin: 0;
    margin-left: 10px;
    margin-top: 20px;
}
.first_link{
    margin-left: 50px;
}
.stars{
    color: #003399;
    line-height: 65px;
    padding-left: 50px;
}
.art_content{
    margin: 0;
    width: 100%;
}
.red_line{
    border-bottom: 2px solid #cc3333;
    height: 0;
    margin-bottom: 15px;
    margin-left: -30px;
    width: 630px;
}
.art_container{
/*    float: left;*/
    display: inline-block;
    margin: 15px 0 15px 60px;
/*    margin-left: 75px;*/
    overflow: hidden;
    position: relative;
    width: 200px;
}
.wide_art{
    width: 100%;
}
.tall_art{
    height: 300px;
    margin: 0 0 0 65px;
}
#table_card_div{
    width: 450px;
}
#table_card{
    width: 100%;
}
.billboard_container{
    width: 500px;
}
.art_title{
    color: #404040;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1em;
    font-weight: 900;
    margin: 10px 0;
    text-align: center;
}
.dl_link{
    color: #5d98dd;
    display: inline-block;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 900;
    margin: 25px 0 0 0;
    margin-left: 5px;
    text-align: center;
    text-decoration: underline;
}
.margin_adjust{
    margin-left: 40px;
}
.margin_adjust2{
    margin-left: 10px;
}
.file_size{
    color: #404040;
    display: inline-block;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
}
#bwtitle{
    margin: 25px 0 25px 50px;
}
.right_column{
    float: right;
    height: 700px;
    overflow: hidden;
    padding-top: 40px;
}
.right_column_box{
    background: #6698cb;
    background: -o-linear-gradient(#6698cb, gray);
    background: -moz-linear-gradient(#6698cb, gray);
    background: -webkit-linear-gradient(#6698cb, gray);
    height: 250px;
    overflow: hidden;
    position: relative;
    width: 250px;
}
#strength{
    position: absolute;
    top: 175px;
    left: 75px;
    width: 100px;
}
#box2{
    margin-top: 30px;
}
#en_facts{
    margin: 0;
    position: absolute;
    right: -30px;
    top: 130px;
    transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    width: 220px;
}
.box_title{
    color: white;
    font-family: "Source Sans Pro";
    font-size: 1.5em;
    font-weight: 900;
    margin: 20px 0 0 30px;
}
.box_text{
    color: white;
    font-size: .9em;
    font-weight: 300;
    margin: 0 0 0 30px;
    width: 72%;
}
.bold_text{
    font-weight: 600;
}
#es_button{
    margin: 45px 0 0 0;
    width: 250px;
}
/*----FOOTER----*/
.footer{
    background: #003265;
    background: -o-linear-gradient(#003265, #000);
    background: -moz-linear-gradient(#003265, #000);
    background: -webkit-linear-gradient(#003265, #000);
    overflow: hidden;
    width: 100%;
}
.icon_row{
    overflow: hidden;
    width: 100%;
}
.footer_icons{
    color: white;
    font-size: 25px;
    margin: 0 auto;
    overflow: hidden;
    padding: 15px 5px 10px 5px;
    width: 150px;
}
.fa-facebook-square, .fa-twitter-square, .fa-youtube-play{
    margin-left: 18px;
}
#facebook, #twitter, #youtube{
    color: white;
}
.fa-facebook-square:hover, .fa-twitter-square:hover, .fa-youtube-play:hover{
    cursor: pointer;
}
.footer_links{
    width: 100%;
}
.column{
    display: inline-block;
    height: 165px;
    overflow: hidden;
    width: 20%;
}
#column1{
    margin-left: 100px;
}
.text_link{
    color: white;
    display: inline-block;
    font-size: 0.8em;
    margin: 6px 0;
}
.bottom{
    height: 50px;
    width: 100%;
}
.bottom_text{
    color: white;
    font-size: 0.8em;
    margin: 0;
    text-align: center;
}
/*----FOOTER RESPONSIVE----*/
.footer_links_responsive{
    display: none;
    margin-bottom: 30px;
    overflow: hidden;
}
.link_box{
    float: left;
    margin: 0;
    overflow: hidden;
    width: 50%;
}
#fed_links{
    width: 100%;
}
.link_title{
    color: white;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1em;
    margin: 15px 0;
    margin-left: 40px;
}
.white_line{
    border-bottom: 1px solid white;
    margin: 0 0 15px 40px;
    width: 50%;
}
.fed_line{
    width: 30%;
}
.responsive_link{
    margin-left: 40px;
}
/*----HIDDEN MENUS----*/
.overlay{
    background: rgba(0, 0, 0, 0.7);
    display: none;
    height: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 960px;
    z-index: 2;
}
.menu{
    background: #cc3333;
    height: 100%;
    float: left;
    margin: 0;
    margin-left: -250px;
    width: 330px;
}
.hidden_menu_header{
    background: white;
    border-bottom: 3px solid lightgray;
    height: 100px;
    margin: 0;
    width: 100%;
}
.exit_container{
    color: #404040;
    display: inline-block;
    float: left;
    font-size: 25px;
    overflow: hidden;
    margin: 25px 0 0 30px;
}
.exit_container:hover{
    cursor: pointer;
}
#ovc_logo_small{ /************/
    float: left;
    height: 75px;
    margin: 15px 0 0 40px;
    width: 175px; 
}
#ovc_logo_small{
    float: left;
    height: 75px;
    margin: 15px 0 0 40px;
    width: 175px; 
}
.menu_title_link{
    color: white;
    display: block;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1.25em;
    font-weight: 600;
    line-height: 45px;
    padding-left: 20px;
}
.menu_link{
    color: white;
    display: block;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1em;
    line-height: 25px;
    padding-left: 40px;
}
.menu_nav_links{
    margin: 0;
/*    width: 100%;*/
}
.menu_title_link:hover, .menu_link:hover{
    background: #e04040;
}
.exit_click{
    height: 100%;
    width: 100%;
}
.exit_click:hover{
    cursor: pointer;
}
/*----RESPONSIVE DESIGN--960,680,440,360----*/
/*Common Elements*/
@media (max-width: 960px){
    .main_960_container{
        width: 100%;
    }
    .fixed_header{
        width: 100%;
    }
    .ojp_header{
        height: 4vw;
        min-height: 20px;
        width: 100%;
    }
    .top_menu_header{
        height: 10.5vw;
        min-height: 40px;
        width: 100%;
    }
    #bars_container{
        margin: 3vw 0 0 5vw;
    }
    #ovc_logo{
        margin: 2vw 0 0 10vw;
        width: 55%;
    }
    .icon_div{ /************/
        top: 2.6vw;
    }
    .banner_header{
        height: 30vw;
        width: 100%;
    }
    /*left column main content*/
    .left_column{
        float: left;
        margin: 0;
        width: 100%;
    }
    /*right column stuff*/
    .right_column{
        float: left;
        height: auto;
        margin-left: 33vw;
    }
    .right_column_box{
        width: 300px;
    }
    #box1{
        
    }
    #box2{
        border: 1px solid gray;
    }
    #es_button{
        margin: 40px 0 25px 25px;
    } 
}
@media (max-width: 750px){
    /*navbar stuff*/
    .navbar{
        height: 20px;
        width: 100%;
    }
}
@media (max-width: 680px){
    /*OVC header stuff*/ /***************/
    #ovc_logo{
        display: none;
    }
    #ovc_logo_short{
        display: inline-block;
        height: 100%;
        margin: 0 0 0 15vw;
    }
    /*left column main content*/
    .red_line{
        width: 90%;
    }
    .right_column{
        margin-left: 25vw;
    }
    /*text and stuff*/
    .breadcrumbs{
        margin-left: 10px;
    }
    .first_link{
        margin-left: 15px;
    }
    .stars{
        padding-left: 25px;
    }
    .paragraph_text, .paragraph_title, .paragraph_subtitle, .subtitle{
        margin-left: 25px;
    }
    /*footer stuff*/
    .footer_links_responsive{
        display: unset;
        display: block;
    }
    .bottom{
        float: left;
    }
    .footer_links{
        display: none;
    }
}
@media (max-width: 540px){
    .right_column{
        margin-left: 10vw;
    }
}
@media (max-width: 440px){
    #ovc_logo_short{
        margin-left: 5vw;
    }
    .banner_header{
        min-height: 125px;
    }
    #en_banner{
        height: 50%;
        min-width: 290px;   
    }
    .right_column{
        margin-left: 0;
        width: 100%;
    }
    .right_column_box{
        width: 100%;
    }
    #box2{
        margin-top: 25px;
    }
    #es_button{
        margin: 40px 0 25px 25px;
    }
}
@media (max-width: 360px){
    #ovc_logo{
        float: right;
        margin: 2vw 5vw 0 0;
        width: 55%;
    }
    /*OVC logo stuff*/ /*********/
    #ovc_logo_short{
        display: none;
    }
    /*menu spacing stuff*/
    .menu_link{
        padding-left: 20px;
    }  
}
/*Main Content*/