/*OSU Kaltura Styling for ostate.tv */
@import url(//fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,800italic,400,700,800);@import url(//fonts.googleapis.com/css?family=Arimo:400,700,400italic,700italic);

body{
    font-family: "Open Sans","Arial",sans-serif !important;
}

#header{
  border-bottom:1px solid #FE5C00
}

#header .navbar-inner{
background-color:#272727 !important;
}

#header .brand img{
	margin-bottom:20px;
}

#footer{
    background: #272727;
}

#footer .container{
    margin: 0 !important;
}

#footer .muted.credit {
    display:none;
}

#footer>.container{
    background: #272727;
    padding-top: 0 !important;
    width: 100% !important;
}

#footer #footer-heading-wrapper{
    background: #ff6000;
    color: #fff;
}

#footer #footer-links{
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

p.footer-heading{
    color: #ccc;
    font-weight: bold;
    text-transform: uppercase;
}

#footer #footer-links ul{
    list-style: none;
    margin: 0;
}

#footer #footer-links li{
    padding: 4px 0;
}

#footer #footer-links a{
    color: #fff;
}

#footer #footer-links a.accordion-toggle{
   border-bottom: 1px solid #533324;
   color: #ccc;
   font-weight: bold;
   padding: 10px 0; 
}

#footer #footer-links a.accordion-toggle::after{
    color: #fff;
    content:"\f106";
    float: right;
    font-family: "FontAwesome";
    font-size: 1.75em;
    font-weight: bold;
}

#footer #footer-links a.accordion-toggle.collapsed::after{
    color: #fff;
    content:"\f107";
    float: right;
    font-family: "FontAwesome";
    font-size: 1.75em;
    font-weight: bold;
}



#footer #footer-arrow{
    background: url('https://omni.okstate.edu/_resources/includes/images/f-arrow.png?1512056562') no-repeat #272727 0px 0;
    height: 20px;
    margin: 0 auto -20px 14px;
}

#footer #footer-heading{
    background: #fe5c00;
    color: #fff;
    font-family: "Arimo","Open Sans","Arial",sans-serif;
    font-size: 21px;
    font-style: italic;
    font-weight: 700;
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px;
    text-transform: uppercase;
}
.footer-inner{
    margin-left: auto;
    margin-right: auto;
}

#map-container{
    max-height: 200px;
    min-height: 150px;
    overflow: hidden;
    width: 100%;
}

#map-container img{
    border: 2px solid transparent;
    width: 100%;
}

#map-container a:hover > img, #map-container a:focus > img{
    border: 2px solid #00629f;
}

#social-icons{
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}

#links-social{
    text-align: center;
}

#links-social a{
    float: left;
    margin: 15px 5px;
    width: 13%;
}

#social-icons img{
    border: 2px solid transparent;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 100%;
}

#social-icons a:hover img, #social-icons a:focus img{
    border: 2px solid #00629f;
}

#social-icons a.last{
    margin: 8px 0 0 -2px;
}

#social-icons .last img{
    width: auto;
    height: 13px;
}

a[href$='/ai-search']:after{
    background-image: url('https://go.okstate.edu/site-files/images/beta_star_200px_black.png');
    background-size: 40px 40px;
    background-repeat: no-repeat;
    display: inline-block;
    width: 40px;
    height: 40px;
    content:"";
    margin-bottom: -40px;
    position:  relative;
    top: -24px;
    left: 7px;
}

.active #menu-AISearch-btn{
    border-bottom:none;
}



@media(min-width:768px){
    #campus-links,#university-links,#resource-links{
        height: auto !important;
    }
}

@media(min-width:980px){
    #toplinks{
        display: block !important;
        position: absolute;
        left: 0;
        margin-left: auto;
        margin-right: auto;
        max-width: 100% !important;
        right: 0;
        text-transform: initial !important;
        top: 0;
        width: 100%;
    }
    #header div#toplinks ul li a{
        color: #ccc;
        font-size: 12px;
        padding: 0 !important;
        margin-right: 7px;
    }

    #header div#toplinks ul li:last-of-type a{
        margin-right: 0;
    }

    #header div#toplinks ul.nav{
        float: right !important;
        margin-right: -20px;
    }

    #header.navbar.navbar-static-top .navbar-inner{
        padding-top: 45px;
    }
}

@media(min-width:1200px){
    #toplinks,.footer-inner{
        width: 1170px;
    }
    #footer #footer-arrow{
        margin: 0 auto -20px auto;
    }
}

@media(min-width:1336px){
    #toplinks,.footer-inner{
        width: 1200px;
    }
}

@media(min-width:1600px){
    #toplinks,.footer-inner{
        width: 1470px;
    }
}