@import url(http://fonts.googleapis.com/css?family=Crete+Round:400,400italic);
@import url(http://fonts.googleapis.com/css?family=Rambla:400,400italic,700,700italic);
@import url(http://fonts.googleapis.com/css?family=Hammersmith+One);

body a,
body a:hover {
    color: #294294;
}

a.navLink {
    color: #1d1d1d;
}

body #pubWrapper .container {
    max-width: none;
}

.boise-rights {
    color: #fff;
    margin: 0;
}

body .label_skin_corporation, body .label_skin_corporation a {
    font-size: 12px;
}

html body #header .inside-padding {
    text-align: left;
}

body #school-name a {
    color: #fff;
    text-decoration: none;
    text-align: left;
}

body #school-name h2 {
    display: none;
}

body b, body strong {
  font-family: 'arimobold';
}

#school-name a span {
    font-size: 100%;
    font-family: 'arimobold';
    text-transform: uppercase;
}

body #header {
    z-index: 10000;
}

body.edit #header {
    z-index: 3000;
}

body .RadWindow_Default {
    z-index: 10001 !important;
}

html body #header > .inside-padding {
    display: table;
    width: 100%;
}

body #header .inside-padding > div {
    display: table-cell;
    vertical-align: middle;
}

body #home-wrapper .ptl_page {
    background: none;
}

#footer-address a {
    color: #fff;
}

/* Remove fixed pos from banner */

body #banner {
    position: initial;
}

/* Social icons */

.social a {
    background-color: #fff;
    padding: 10px;
    width: 24px;
    height: 24px;
    font-size: 24px;
    border-radius: 50%;
    margin: 6px;
}

.social a:hover {
    text-decoration: none;
    transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
}

/* Reduce size of social icons by 1/3 */

body .social a {
    width: 24px;
    height: 24px;
    font-size: 24px;
}

body #header .social {
    width: auto;
}

@media screen and (max-width: 900px){
    html body #header {
        position: relative;
    }
    
    html body #content-wrapper {
        padding-top: 0px !important;
    }
}

@media screen and (max-width: 640px){
    html body #header > .inside-padding {
        display: block;
        box-sizing: border-box;
    }
    
    body #header .inside-padding > div {
        display: block;
    }
    
    body #school-name a {
        text-align: center;
    }

    .social {
        text-align: center;
        margin: 0 auto;
    }
    
    body #header-left a > div {
        margin: 0 auto;
        float: none;
    }
    
    #menubar {
        margin: 30px auto;
    }
}

/* Mobile sidenav fix */

a.topPage {
    background: #f5f5f5;
    font-size: 18px;
    font-family: 'arimobold';
    color: #333;
}

body .nav-toggle span:before, body .nav-toggle span:after {
    background: #333;
}


div#menubar {
    position: static !important;
}


@media screen and (max-width: 1000px) {
    .megamenu {
        display: block !important;
    }
}

@media screen and (max-width: 900px) {
    .megamenu {
        display: none !important;
    }
}


html body #header > .inside-padding {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 900px) {
    html body #header > .inside-padding {
        flex-wrap: wrap;
        width: 100%;
        justify-content: center;
    }   
    body #header .inside-padding > div {
        width: 33.33%;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    body #header .inside-padding > #header-left a {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
}

@media screen and (max-width: 600px) {
    body #header .inside-padding > div {
        width: 100%;
    }
    body #header .inside-padding > #header-left a .inside-logo {
        max-width: 150px;
    }

    div#menubar {
        margin: 15px 0;
    }
}
