/*/////////////////COMMON PAGE STYLING//////////////////*/

/*

------TOP SECTION-----
------SUBSECTION
SUB-SUBSECTION

*/

/*GLOBAL STYLES*/

body{margin: 0; background: #ebebeb;}
a{
    text-decoration: none;
    border: none;
    outline: none;
}
img { /*because of IE's default border styling*/
    border: none;
    outline: none;
}

/*---------------------MAIN 960 CONTAINER----------------------*/
.main_960_container{
    background: white;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 960px;
}
/*-------------------------FIXED HEADER*/
.fixed_header{
    border-bottom: 3px solid #b7bfcb;
    width: 960px;
    position: absolute;
    z-index: 1;
}
.ojp_header{
    border-bottom: 2px solid #b7b7b7;
    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;
    font-family: "Source Sans Pro", sans-serif;
    font-size: .8em;
    line-height: 20px;
    margin: 0 0 0 15px;
}
#bars_container:hover{
    cursor: pointer;
}
#ovc_logo{
    display: inline-block;
    float: left;
    margin: 15px 0 0 110px;
    position: relative; 
    z-index: 0;
}
#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;
    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;
    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{
    margin: 15px 50px;
}
.twitter-share-button{
    margin-left: 70px;
}
.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{
    margin-left: 34.5%;
}
#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{
    background-size: contain;
    background-position: bottom;
    height: 350px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
#header_banner{
    bottom: 0;
    height: 60%;
    position: absolute;
    width: 100%;
}
/*NAVIGATION DIV*/
.navbar{
    background: #2e3192;
    overflow: hidden;
    width: 100%;
}
.navlink_container{
    overflow: hidden;
    margin: 0 auto;
    width: 90%;
}
.navlink{
    color: white;
    border-right: 2px solid #ec008c;
    display: inline-block;
    font-family: "Lato", sans-serif;
    font-weight: bold;
    line-height: 15px;
    margin: 23px 0 23px 10px;
    padding-right: 15px;
}
#nav_no_border{
    border-right: 0;
    padding-right: 0;
}
/*------------------------------MAIN CONTENT*/
.main_content{
    background: white;
    overflow: hidden;
    width: 100%;
}
/*LEFT COLUMN*/
.breadcrumb_div{
    margin: 0 20px 10px 0;
    min-height: 45px;
    padding: 0 52px;
    width: 100%;
}
.breadcrumb_link{
    display: inline-block;
    color: #6062ac;
    font-family: "Lato", sans-serif;
    font-size: 1.15em;
    margin: 12px 5px;
    text-decoration: none;
}
.left_column_content{
    display: inline-block;
    float: left;
    overflow: hidden;
    width: 70%;
}
.paragraph_container{
    margin: 0 0 20px 8%;
    overflow: hidden;
    width: 84%;
}
.paragraph_title{
    color: #ec008c;
    font-family: "Lato", sans-serif;
    font-size: 30px;
    font-weight: 900;
    margin: 5px 0;
}
.paragraph_text{
    color: #404040;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1.25em;
    line-height: 30px;
    text-align: justify;
}
.text_hyperlink{
    text-decoration: underline;
}
.paragraph_link{
    color: #454593 !important;
    text-decoration: underline !important;
}
.hrule{
    border-bottom: 5px solid #2e3192;
    margin: 0;
    overflow: hidden;
    width: 96%;
}
.hrule_title{
    color: #ec008c;
    display: inline-block;
    font-family: "Lato", sans-serif;
    font-size: 24px;
    font-weight: 900;
    margin: 10px 0 10px 55px;
}
.bulleted_text_div{
    margin: 0;
    overflow: hidden;
    padding-bottom: 15px;
    width: 96%;
}
.bullet_title{
    color: #ec008c;
    display: inline-block;
    font-family: "Lato", sans-serif;
    font-size: 20px;
    font-weight: 900;
    margin: 20px 0 10px 55px;
}
.bulleted_text{
    margin: 5px 0 5px 55px;
}
.bullet{
    color: #ec008c;
    font-size: 1.5em;
    line-height: 20px;
}
.sub_bullet{
    margin-left: 25px;
}
.indented_text{
    display: block;
    margin-left: 75px;
    text-indent: -20px;
}
.special_indent{
    display: block;
    margin-left: 79px;
    text-indent: -24px;
}
.video_container{
    padding: 10px;
    width: 100%;
}
.overview_video_container{
    margin: -30px auto 0 55px;
}
.overview_video_div{
    background: lightgray;
    display: inline-block;
    height: 170px;
    margin: 25px 0 55px 0;
    overflow: visible;
    position: relative;
    width: 290px;
}
.video_div{
    background: lightgray;
    display: inline-block;
    height: 170px;
    margin: 25px 0 55px 20px;
    overflow: visible;
    position: relative;
    width: 290px;
}
iframe{
    display: inline-block;
}
.video_title{
    color: #ec008c;
    font-family: "Lato", sans-serif;
    font-size: 20px;
    font-weight: 900;
    margin: -40px 0 16px 0;
    text-align: center;
}
.video_links_div{
    background: #2e2e2e;
    bottom: -45px;
    height: 45px;
    left: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
}
.video_link{
    color: white;
    font-family: "Lato", sans-serif;
    font-size: .8em;
    line-height: 45px;
}
.vlink1{
    padding: 15px 35px;
}
.vlink2{
    padding: 15px 30px;
}
/*.vlink3{padding: 0 5px;}*/
.video_link:hover{
    color: lightgray;
}
.overview_video_link{
    padding:  5px;
    width: 33.3% !important;
}
.artwork_container{
    margin-bottom: 20px;
    margin-top: 30px;
    overflow: hidden;
    width: 100%;
}
.thumbnail_container{
    display: inline-block;
    margin: 20px 0 15px 10px;
    overflow: hidden;
    width: 300px;
}
.full_width_thumb{margin: 0 auto;width:100%;}
.eighty_percent_thumb{margin-left: 10%;width:80%;}
.three_quarter_thumb{margin-left:12.5%;width:75%;}
.sixty_percent_thumb{margin-left: 20%;width: 60%;}
.half_width_thumb{margin-left:25%;width:50%;}
.forty_percent_thumb{margin-left: 30%;width: 40%;}
.quarter_width_thumb{margin-left:37.5%;width: 25%;}
.img_border{box-sizing: border-box;border: 1px solid gray;}
.thumbnail{
    background: gray;
    display: block;
    height: 275px;
    margin-left: 25%;
    width: 50%;
}
.thumbnail_image{
    border: 1px solid gray;
    margin-left: 20%;
    width: 60%;
}
.thumbnail_subtitle{
    color: #404040;
    font-family: "Srouce Sans Pro", sans-serif;
    font-size: 1em;
    font-weight: 900;
    text-align: center;
}
.thumbnail_text{
    font-family: "Srouce Sans Pro", sans-serif;
    font-size: .8em;
    margin: 5px;
    text-align: center;
}
.thumbnail_link{
    color: #4290eb;
    font-family: "Lato", sans-serif;
    text-decoration: underline;
}
.alp_thumbnail_container{
    box-sizing: border-box;
    float: left;
    min-height: 100px;
    margin: 0;
    overflow: hidden;
    width: 25%;
}
.alp_thumbnail_container:hover{opacity: .75;}
.alp_link_title{
    color: #ec008c;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 900;
    text-align: center;
}
.alp_thumb{
    margin-left: 10%;
    width: 80%
}
.poster_placeholder{
    background: gray;
    display: block;
    height: 170px;
    margin-left: 10%;
    width: 80%;
}

/*RIGHT COLUMN*/
.right_column_content{
    display: inline-block;
    float: right;
    margin-bottom: 50px;
    overflow: hidden;
    position: relative;
    width: 30%;
}
.right_box1, .right_box2{
    background: #6062ac;
    margin: 0;
    overflow: hidden;
    width: 100%;
}
.right_box1{
    background-image: url(../images/artwork_sheet.png), url(../images/right_column_background.png);
    background-position: center 100%, top left;
    background-repeat: no-repeat;
    background-size: auto, 100%;
    height: 300px;
}
.right_box2{
    background-image: url(../images/fact_sheet_sheet.png), url(../images/right_column_background.png);
    background-position: center 120%, bottom left;
    background-repeat: no-repeat;
    background-size: auto, 100%;
    height: 300px;
}
.box_title{
    color: white;
    font-family: "Lato", sans-serif;
    font-size: 1.25em;
    font-weight: 900;
    margin: 20px 0 3px 20px;
}
.box_text{
    color: white;
    font-family: "Lato", sans-serif;
    font-size: 1em;
    font-weight: 400;
    margin: 0 20px;
}
.bold_box_text{font-weight: 900;}

/*------------------------------------FOOTER*/
.footer{
    background: #2e3192;
    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-family: "Lato", sans-serif;
    font-size: 0.8em;
    margin: 6px 0;
}
.text_link:hover{
    opacity: .8;
}
.bottom{
    height: 50px;
    width: 100%;
}
.bottom_text{
    color: white;
    font-family: "Source Sans Pro", sans-serif;
    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: #2e3192;
    height: 100%;
    float: left;
    margin: 0;
    margin-left: -250px;
    width: 300px;
}
.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; 
}
.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;
}
.short_line{
    line-height: 30px;
    padding-bottom: 10px;
    padding-top: 10px;
}
.menu_link{
    color: white;
    display: block;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1em;
    line-height: 25px;
    padding-left: 50px;
}
.menu_nav_links{
    margin: 0;
    width: 100%;
}
.menu_title_link:hover, .menu_link:hover{
    background: #3f42a3;
}
.exit_click{
    height: 100%;
    width: 100%;
}
.exit_click:hover{
    cursor: pointer;
}

/*-----------------RESPONSIVE 960,680,440,360 ---------------*/
@media (max-width: 960px){
    /*FIXED HEADER STUFF*/
    .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: 35vw;
        width: 100%;
    }
    .navbar{
        height: 20px;
        width: 100%;
    }
    /*MAIN CONTENT STUFF*/
    .left_column_content{
        display: block;
        float: none;
        width: 100%;
    }
    .breadcrumb_div{
        padding: 0 25px;
    }
    .paragraph_container{
        margin: 0 0 0 25px;
        width: 93%;
    }
    .hrule_title{
        margin-left: 25px;
    }
    .bullet_title{
        margin-left: 25px;
    }
    .bulleted_text{
        display: block;
        margin-left: 48px;
        text-indent: -20px;
    }
    .indented_text{
        display: block;
        margin-left: 48px;
        text-indent: -20px;
    }
    .video_div{
        margin-left: 75px;
    }
    .overview_video_container{
        margin: -30px auto 0 25px;
    }
    .right_column_content{
        display: block;
        float: none;
        width: 100%;
    }
    .right_box1, .right_box2{
        display: inline-block;
        margin: 20px 0 20px 75px;
        height: 275px;
    }
    .right_box1, .right_box2{
        background-position: center 125%, top;
        width: 300px;
    }
    .right_box2{
        background-position: center 185%, bottom left;
    }
    
}
@media (max-width: 750px){
    .video_div{
        margin-top: 50px;
    }
}
@media (max-width: 680px){
    /*FIXED HEADER STUFF*/
    #ovc_logo{
        display: none;
    }
    #ovc_logo_short{
        display: inline-block;
        height: 100%;
        margin: 0 0 0 15vw;
    }
    /*MAIN CONTENT STUFF*/
    
    /*FOOTER STUFF*/
    .footer_links_responsive{
        display: unset;
        display: block;
    }
    .bottom{
        float: left;
    }
    .footer_links{
        display: none;
    }
}
@media (max-width: 440px){
    /*FIXED HEADER STUFF*/
    #ovc_logo_short{
        margin-left: 5vw;
    }
    .banner_header{
        min-height: 125px;
    }
    /*MAIN CONTENT STUFF*/
    
}
@media (max-width: 360px){
    /*FIXED HEADER STUFF*/
    #ovc_logo{
        float: right;
        margin: 2vw 5vw 0 0;
        width: 55%;
    }
    #ovc_logo_short{
        display: none;
    }
    /*MAIN CONTENT STUFF*/
    
    /*HIDDEN MENU STUFF*/
    .menu{
        width: 100vw;
    }
    
    /*FOOTER STUFF*/
}