/*HTML5 elements*/
section, article, aside, header, footer, nav, figure, figcaption{
   display: block;
}
time, mark { 
    display: inline-block;
}

/*GLOBAL STYLING*/
body {
    margin: 0;
    box-sizing: border-box;
    font-family: "Lato", "Source Sans Pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 14px;
    padding-top: 80px;
    background-color: #ebebeb;
}
a {
    color: #004b6b;
    text-decoration: none;
}
a:visited {
    color: #23527c;
}
a, img { /*because of IE's default border styling*/
    border: none;
    outline: none;
}
a.special-anchor {
    font-style: italic;
}
.paragraph_hyperlink {
    text-decoration: underline;
}

a.skip {
    position: absolute;
    left: -10000px;
    top: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
a.skip:focus {
    background-color: #fff;
    position: fixed;
    width: auto;
    height: auto;
    left: 20%;
    padding: 5px;
    z-index: 1031;
}
.menu_nav_links a.skip:focus {
    font-size: 25px;
}
button.fa {
    background: none;
    border: none;
    padding: 0;
}
a:focus {
    outline: 1px solid highlight;
    outline: 5px auto -webkit-focus-ring-color;
}
.backToTop {
    font-weight: 600;
    padding: 5px 0;
    text-align: right;
}
.backToTop a:link {}
.backToTop a:visited,
.backToTop a:hover
.backToTop a:active {
    color: #036;
}
h1, h2, h3, h4, h5, h6 {
    color: #004b6b;
    font-weight: 600;
    margin-bottom: .5em;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #004b6b;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover,
h1 a:focus, h2 a:focus, h3 a:focus, h4 a:focus, h5 a:focus, h6 a:focus {
    color: #004b6b;
}
h1 {
    font-size: 190%;
}
h2 {
    font-size: 150%;
}
h3 {
    font-size: 120%;
}
h4 {
    font-size: 100%;
}
p {
    font-size: 1.4em;
    font-weight: normal;
    line-height: 1.6em;
    margin-bottom: 1.25em;
    /* text-align: justify; */
}
.bullet_title_detail {
    color:black;
    font-size:.9em;
    font-weight:500;
}
.bulleted_text {
    font-size: 1.4em;
    margin: 5px 0;
}
.bullet {
    color: #004b6b;
}
.bulleted_text_div ul {
    list-style: none outside none;
    position: relative;
}
.bulleted_text_div ul li:before {
    color: #004b6b;
    content: "\2022";
    position: absolute;
    left: 0;
}
.bulleted_text_div ul li.special_bullet:before {
    content: "\2605"
}
.bulleted_text_div ul li li:before {
    content: "\2022";
}
.bulleted_text_div ul li h3 {
    font-size: 1em;
    margin: 5px 0;
}
.bulleted_text_div ul li li {
    font-size: inherit;
}
.bulleted_text_div ul li.h3_bullet:before {
    font-size: 1em;
    margin-top: -3px;
}
li {
    margin-bottom: 10px;
}
blockquote {
    font-style: italic;
    font-size: 1em;
}
hr {
    border-style: inset;
    border-width: 1px;
    border-top: 1px solid #eee;
    border-bottom: 0;
}
hr.theme_video_hrule {
    border-top: 5px solid #d9e6d1;
    border-right: none;
    border-bottom: none;
    border-left: none;
    margin: 1rem -2.5rem 2rem -5rem;
    width: 123%;
}
.hrule {
    border-bottom: 5px solid #d9e6d1;
    margin: 0;
    overflow: hidden;
    width: 96%;
}
.hrule_title {
    color: #004b6b;
    display: inline-block;
    font-family: "Lato", sans-serif;
    font-size: 24px;
    font-weight: 900;
    margin: 1rem 0 1rem 5rem;
}
.thumbnail_image {
    display: block;
    margin: 1.5rem auto;
}
.thumbnail_max_height {
    max-height: 240px;
}
.thumbnail_max_width {
    max-width: 240px;
}
.art_landing_max_width {
    max-width: 100%;
}
.img_border {
    box-sizing: border-box;
    border: 1px solid gray;
}
.thumbnail_subtitle {
    color: #333;
    text-align: center;
}
.thumbnail_text_container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.thumbnail_text {
    font-size: 1em;
    font-weight: 700;
    line-height: 1em;
    margin-bottom: 0.5rem;
    text-align: center;
    width: calc(50% - 5px);
}
a.thumbnail_link {
    color: #337ab7;
}
.video_div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 2em;
}
.video_title {
    font-family: "Lato", sans-serif;
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    width: 100%;
}
.video_links_div {
    background: #333333;
    margin-top: -5px;
    display: flex;
    align-items: flex-start;
    justify-content: space-evenly;
    width: 300px;
}
.video_links_div a.video_link {
    color: #fff;
    font-size: 0.8em;
    padding: 10px;
}
.theme_video_title {
    color: #004b6b;
    font-family: "Lato", sans-serif;
    font-size: 20px;
    font-weight: 900;
    text-align: center;
    width: 100%;
}
.clear-right {
    clear: right;
}
.clear-left {
    clear: left;
}
.panel {
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.3);
    box-shadow: 0 1px 1px rgba(0,0,0,0.3);
}
.exhibit-container {
    width: 100%;
}
.exhibit-container .caption {
    margin: 5px 0;
}
.img-banner {
    width: 100%;
    margin-bottom: 10px;
}

/*-- START no JavaScript --*/
.js .ns_message{
    display: none;
}

.js .scrollNav.fixed{
    position: fixed;
}
/*-- END no JavaScript --*/

/*-- offset for target anchors below fixed header --*/
.anchor-link-offset {
    display: block;
    position: relative;
    top: -140px;
    visibility: hidden;
    height: 1px;
    width: 1px;
    margin: 0;
    padding: 0;
}
/*.anchor-link-offset:before {
    content:"";
    display:block;
    height:140px;  fixed header height
    margin:-140px 0 0; /* negative fixed header height 
}*/
/*:target {
    content:"";
    display:block;
    height:140px; 
    margin:-140px 0 0; 
}*/
/*:target:before {
content:"";
display:block;
height:140px;
margin:-140px 0 0;
}*/

/*-- START for EXHIBITS page only --*/
.exhibits .exhibit-container {
    width: 100%;
}
.exhibits .exhibit-container .caption {
    margin: 5px 15px;
}
/*-- END for EXHIBITS page only --*/

.exhibit-container .img-responsive {
    width: 100%;
}
h2 .exhibit-container .caption {
    font-size: .5em;
}
.body-media-right {
    margin: 5px 0 5px 40px;
}
.body-media-left {
    margin: 5px 40px 5px 0;
}
.img-mobile {
    margin: 5px 0 20px;
    width: 100%;
}
.img-fast-facts-mobile {}
/*---- START elements for screens above 425px ----*/
.img-mobile-lrg,
.img-mobile-lrg-reduced {
    display: none;
}
/*---- END elements for screens above 425px ----*/

/*----MAIN 960 CONTAINER----*/
.main_960_container{
    background-color: #fff;
    padding-right: 0;
    padding-left: 0;
    overflow: hidden;
}
/*----FIXED HEADER----*/
/*.fixed_header_row{
    position: fixed;
    z-index: 1;
}*/
.fixed_header_container {
    padding-right: 0;
    padding-left: 0;
    z-index: 1;
}
.ojp_header{
    background: #fff;
    border-bottom: 2px solid #b7b7b7;
    height: 20px;
    overflow: hidden;
    width: 100%;
}
#ojp_logo{
    min-width: 400px;
    width: 100%;
}
.top_menu_header{
    background: white;
    border-bottom: 3px solid lightgray;
    height: 60px;
    overflow: hidden;
    position: relative;
}
#bars_container{
    color: #404040;
    font-size: 20px;
    font-weight: 600;
    overflow: hidden;
    padding-top: 2.6vw;
}
.fa-bars{
    display: inline-block;
    float: left;
}
#bars_text{
    display: none;
    float: left;
    line-height: 18px;
    margin: 0 0 0 10px;
}
#bars_container:hover{
    cursor: pointer;
}
.ovc_logo_container {
    padding-top: 10px;
}
#ovc_logo{
    margin: 0 auto;
}
#ovc_logo_short{
    display: none;
    float: left;
    margin: 0 auto;
    position: relative;
    z-index: 0;
}
/*----SEARCH, SHARE, MORE BUTTONS----*/
.icon_div{
    overflow: visible;
    padding-top: 2.6vw;
    padding-right: 6px;
    padding-left: 6px;
    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 10px 0 8px;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
/*---- ellipsis, reply, search icons ----*/
.icon_div button {
    font-size: 1em;
    margin-right: 5px;
    margin-left: 5px;
    min-width: 14px;
}
.icon_div button:hover {
    cursor: pointer;
}
.icon_div button.fa-search {
    margin-left: 0;
}
/*hidden divs*/
.hidden_div{
    background: white;
    border: 1px solid lightgray;
/*    display: none;*/
    overflow: hidden;
    position: absolute;
    right: 140px;
    top: -300px;
    width: 200px;
    z-index: 3;
}
.make_visible{
    top: 0px;
}
#social_share_title{
    color: #404040;
    display: block;
    font-size: 1.25em;
    font-weight: normal;
    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: 0 0 0 -50%;*/
}
/*
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;
    width: 75%;
}
#srch_bttn{
    display: inline-block;
    float: left;
}
/*--share div--*/
div.share button:focus {
    outline: 1px solid highlight;
    outline: 5px auto -webkit-focus-ring-color;
}
.share-align-col {
    text-align: center;
}
/* facebook share button */
._2tga:focus {
    outline: 1px solid highlight !important;
    outline: 5px auto -webkit-focus-ring-color !important;
    background-color: lightgray !important;
}
.fb-share-button { /** div fb button **/
    /*margin: 0 0 0 -50%;*/
}
.fb-extra-height {
    height: 5px;
}
#fb_ico{
    color: #6373cb;
}
#tw_ico{
    color: #4dabf0;
}
/*email button*/
.email_button{
    background: #cc3333;
    border-radius: 3px;
    height: 20px;
    overflow: hidden;
    margin: 0 auto 10px;
    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;
}
/*----BEGIN SCROLLABLE CONTENT----*/
.banner_header {}
/*----NAVIGATION----*/
.navigation {
    display: none;
    margin-bottom: 20px;
    background-color: #004b6b;
}
.nav-pills > li {
    display: block;
    font-size: 1.15em;
    margin: 0;
    width: auto;
    z-index: 1;
}
.nav-pills > li > .nav-divider {
    background-color: transparent;
    color: #fff;
    font-weight: bold;
    font-size: 1.25em;
}
.nav-pills > li > a {
    color: #fff;
    font-weight: bold;
}
.nav > li > a:hover,
.nav > li > a:focus {
    background-color: transparent;
    color: #d9e6d1;
}
.nav-pills > li.active > a, 
.nav-pills > li.active > a:hover, 
.nav-pills > li.active > a:focus {
    background-color: transparent;
    color: #d9e6d1;
}

/*----BREADCRUMB----*/
.breadcrumb {
    padding: 0 10px;
    background-color: transparent;
    border-radius: 0;
    margin-bottom: 5px;
}

/*----MAIN CONTENT CONTAINER----*/
.main_content {
    margin-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
}
.highlight-box {
    background-color: lightgray;
    padding: 20px;
    margin-bottom: 20px;
}
.highlight-box h3:first-child {
    margin-top: 0;
}
.highlight-box p {
    margin: 0;
}

/*-- RIGHT COLUMN CONTENT --*/
.right_column_content {
    display: inline-block;
    margin-bottom: 50px;
    overflow: hidden;
    position: relative;
}
.fact_sheet_link {
    display: none;
}
.right_box1, .right_box2 {
    background: #004a6c;
    margin: 0;
    overflow: hidden;
    width: 100%;
}
.right_box1 {
    background-image: url(../images/artwork_sheet.png);
    background-position: center 95%, top left;
    background-repeat: no-repeat;
    background-size: auto, cover;
    height: 330px;
}
.right_box2 {
    background-image: url(../images/fact_sheet_sheet.png), url(../images/right_column_background.png);
    background-position: center 65%, bottom left;
    background-repeat: no-repeat;
    background-size: auto, cover;
    height: 320px; 
}
.box_title {
    color: #fff;
    font-family: "Lato", sans-serif;
    font-size: 1.25em;
    font-weight: 900;
    margin: 20px 0 3px 20px;
}
.box_text {
    color: #fff;
    font-family: "Lato", sans-serif;
    font-size: 1.1em;
    font-weight: 400;
    line-height: 1.3em;
    margin: 0 20px;
    text-align: initial;
}
.bold_box_text {
    font-weight: 900;
}

/*-- FOOTNOTE SECTION --*/
ol.footnotes {
    padding: 10px 10px 0 10px;
    list-style: none;
    margin-left: 10px;
}
ol.footnotes li {
    font-size: .75em;
    margin-bottom: 10px;
}
ol.footnotes li span {
    font-size: .65em;
    padding-top: .35em;
    width: 0px;
    position: absolute;
    left: 3em;
}
.footnotes {
    border-top: 1px solid lightgray;
    padding-top: 10px;
}
.footnotes p {
    font-size: .75em;
}

/*---FOOTER----*/
.footer {
    overflow: hidden;
    padding-bottom: 15px;
    width: 100%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#004b6b+0,004b6b+100 */
    background: #004b6b; /* Old browsers */
    background: -moz-linear-gradient(left, #004b6b 0%, #004b6b 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #004b6b 0%,#004b6b 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #004b6b 0%,#004b6b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004b6b', endColorstr='#004b6b',GradientType=1 ); /* IE6-9 */
}
.footer_icons {
    color: white;
    font-size: 25px;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 180px;
}
.fa-facebook-square, .fa-twitter-square, .fa-youtube-play{}
.fa.footer-icon-desktop {
    display: none;
}
#facebook, #twitter, #youtube{
    color: white;
}
.fa-facebook-square:hover, .fa-twitter-square:hover, .fa-youtube-play:hover{
    cursor: pointer;
}
.footer-columns{
    display: none;
    margin-bottom: 30px;
    overflow: hidden;
}
.text_link{
    color: white;
    display: inline-block;
    font-size: 1.1em;
    line-height: 1.1em;
    margin: 6px 0;
    text-align: left;
}
.footer-columns-responsive .panel-heading > a:hover {
    text-decoration: none;
}
.footer-columns-responsive h2 {
    color: #fff;
    font-weight: 600;
}
.footer-columns-responsive h2 .glyphicon-menu-down {
    float: right;
}
.footer-columns-responsive .panel {
    background-color: transparent;
    border: none;
}
.footer-columns-responsive .panel-default > .panel-heading {
    background-color: transparent;
    border-color: transparent;
}
.footer-columns-responsive .panel-body .text_link{
    font-size: 1em;
}
.bottom{
    width: 100%;
}
.bottom_text{
    color: white;
    font-size: 0.9em;
    line-height: 1.2em;
    margin: 0;
    text-align: center;
}

/*-- MOBILE-ONLY FOOTER --*/
.mobile-only-footer .img-responsive {
    margin: 20px auto;
}

/*----HIDDEN MENUS----*/
.overlay{
    background: rgba(0, 0, 0, 0.5);
    display: none;
    height: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 960px;
    z-index: 1030;
}
.menu{
    background: #004b6b;
    height: 100%;
    float: left;
    margin: 0;
    margin-left: -250px;
    overflow: auto;
    width: 300px;
}
.hidden_menu {}
.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: #fff;
    display: block;
    font-size: 1.4em;
    font-weight: 600;
    line-height: 1.2em;
    margin: 10px 0;
    padding: 5px 20px;
}
.menu_title_link:visited {
    color: #fff;
}
.menu_title_link.active,
.menu_link.active,
.menu_link.active:visited {
    color: #d9e6d1;
    font-weight: 900;
}
.menu_title_link:hover, 
.menu_title_link:focus, 
.menu_title_link.active:hover, 
.menu_title_link.active:focus, 
.menu_link:hover, 
.menu_link.active:hover, 
.menu_link.active:focus, 
.menu_nav_links .well a:hover, 
.menu_nav_links .well a:focus {
    background: #d9e6d1;
    color: #004b6b;
    text-decoration: none;
    font-weight: bold;
}
.menu_title_link.collapsed:focus {
    background-color: transparent;
}
.menu_title_link[role="button"]:hover {
    background: #d9e6d1;
}
.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: 1.15em;
    line-height: 25px;
    padding-left: 50px;
}
.menu_link:visited {
    color: #fff;
}
.menu_nav_links{
    margin: 0;
    width: 100%;
}
.menu_nav_links .well {
    background-color: transparent;
    border: none;
    padding: 0;
}
.menu_nav_links .well a {
    color: #fff;
    display: block;
    font-weight: 600;
    margin-bottom: 1em;
    padding: 0 10px 0 30px;
}
.exit_click{
    height: 100%;
    width: 100%;
}
.exit_click:hover{
    cursor: pointer;
}
.extra-margin-bottom {
    margin-bottom: 40px;
}

/*-- Artwork Landing Page --*/
.alp_thumbnail_container:hover img {
    opacity: .75;
}

/*-- VOCA Assistance Highlights --*/
.VOCA-assistance-highlights .img-mobile-lrg {
    margin-bottom: 40px;
}

/*-- Supporting Law Enforcement --*/

/*-- OVC Training and Technical Assistance --*/
.ttac-logo-container {
    text-align: center;
}

/*-- PRINTER FRIENDLY VERSION (pfv) --*/
body.pfv {
    padding-top: 0;
}

/*---- RESPONSIVE DESIGN -- Using Bootstrap mobile first break points -- 426, 650, 768,992 ----*/
/* Small devices (mobiles, 426px and up, Note: NOT a Bootstrap break point) */
@media (min-width: 426px) {
    body {
        padding-top: 100px;
    }
    .img-mobile {
        display: none;
    }
    .img-mobile-lrg {
        display: block;
        max-width: 50%;
    }
    .img-mobile-lrg-reduced {
        display: block;
        width: 240px;
    }
    .hidden-mobile {
        display: none;
    }
    .ojp_header {
        height: 28px;
    }
    .top_menu_header {
        height: 72px;
    }
    .exhibit-container {
        width: 240px;
    }
    .VOCA-compensation-and-assistance-statistics .exhibit-container {
        width: 100%;
    }
    .ttac-logo-container {
        width: 200px;
    }
}

/* Small devices (mobiles, 650px and up, Note: NOT a Bootstrap break point) */
@media (min-width: 650px) {
    body {
        padding-top: 140px;
    }
    span.hidden-mobile {
        display: none;
    }
    .hidden-mobile-lrg {
        display: none;
    }
    .ojp_header {
        height: 40px;
    }
    .top_menu_header {
        height: 100px;
    }
    .icon_div button {
        margin-right: 8px;
        margin-left: 8px;
    }
    .breadcrumb {
        margin-bottom: 0;
    }
    .navigation {
        display: flex;
        /* height: 60px; */
        justify-content: space-around;
        align-items: center;
    }
    .footer {
        padding-bottom: 0;
    }
    .footer_icons {
        width: 140px;
    }
    .fa.footer-icon-mobile {
        display: none;
    }
    .fa.footer-icon-desktop {
        display: inline-block;
    }
    .footer-columns {
        display: block;
    }
    .footer-columns-responsive {
        display: none;
    }
    .bottom {
        margin-bottom: 20px;
    }
    .mobile-only-footer {
        display: none;
    }
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .nav-pills > li {
        font-size: 0.8em;
    }
    .nav-pills > li:first-child > a {
        border-left: 0px;
    }
    .nav-pills > li:last-child > a {
        border-right: 0px;
    }
    #bars_container {
        padding-right: 0;
        padding-left: 20px;
    }
    #bars_text {
        display: inline-block;
    }
    .icon_div {
        padding-right: 20px;
        padding-left: 0;
    }
    .main_content {
        padding-right: 10px;
        padding-left: 10px;
    }
    .breadcrumb {
        padding: 0 5rem;
    }
    .breadcrumb > li + li:before {
        content: "|\00a0";
    }
    .paragraph_container, .video_container, .artwork_container, .bulleted_text_div {
        padding: 0 5rem;
    }
    .video_div iframe {
        width: 183.33px;
        height: 107px;
    }
    .video_links_div {
        width: 183.33px;
    }
    .video_links_div a.video_link {
        font-size: 0.4em;
    }
    .artwork_container {
        margin-bottom: 2rem;
        margin-top: 2rem;
        overflow: hidden;
        width: 100%;
    }
    .alp_link {
        text-align: center;
    }
    ol.footnotes {
        padding: 10px 0 0 10px;
        margin-left: 0;
    }
    ol.footnotes li span {
        left: 1.5em;
    }
}
@media (min-width: 768px) and (max-width: 959px) {
    .box_text {
        font-size: 1em;
    }
    .thumbnail_max_width {
        max-width: 100%;
    }
    .thumbnail_max_height {
        max-height: 225px;
    }
    hr.theme_video_hrule {
        width: 135%;
    }
}
/* Small to Medium screen widths (large tablets, 960px and up) */
@media (min-width: 960px) {
    .nav-pills > li {
        font-size: 1.15em;
    }
    .fact_sheet_link {
        display: inline;
    }
    .right_box1 {
        background-position: center 85%, top left;
        height: 350px;
    }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    #bars_text {
        font-size: 20px;
    }
    .icon_div button {
        font-size: 1.25em;
        min-width: 16px;
    }
    .icon_div button.fa-reply{
    margin-left: 15px;
    }
    .video_div iframe {
        width: 256.66px;
        height: 150px;
    }
    .video_links_div {
        width: 256.66px;
    }
    .video_links_div a.video_link {
        font-size: 0.6em;
    }
    .footer {
        /* width: 960px; */
    }
}
/* Large devices (desktops, 1025px and up, Note: NOT a Bootstrap break point) */
@media (min-width: 1025px) {
    .container {
        width: 1024px;
    }
    .ojp_header {
        height: 43px;
    }
    .overlay {
        width: 1024px;
    }
    .video_div iframe {
        width: 290px;
        height: 170px;
    }
    .video_links_div {
        width: 290px;
    }
    .video_links_div a.video_link {
        font-size: 0.8em;
    }
}