/*
Theme Name: Ferpa
Theme URI: https://www.ferpa.org/
Template: wp-bootstrap-starter
Author: Andrea Cappone
Author URI: https://www.labnormal.it
Version: 1.0.2
Updated: 2025-05-22 17:31:13
Text Domain: ferpa

*/

p, body, pre, div, p a, div a{
    font-family: 'Source Sans Pro', sans-serif;
    color: #555555;
}
a:hover{
    text-decoration: unset;
    color:unset;
}
article p a{
    color: #D32318;
    font-weight: 600;
}
article p {
    margin-bottom: 0.5em;
}
h1,h2,h3,h4,h5,h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, button{
    font-family: Bitter;
    color: #003363;
}
h1{
    font-size: 2.3rem;
}
h2{
    font-size: 2rem;
}
h3{
    font-size: 1.6rem;
}
h4{
    font-size: 1.3rem;
}
h5{
    font-size: 1.1rem;
}
.big-title{
    font-size: 3.5rem;
}
.page-content, .entry-content, .entry-summary {
    margin: 1.5em 0;
}
h1.entry-title{
    font-size: 2rem;
    border-bottom:unset;
}
.blue, .blue a{
    color: #003363;
}
.blue a:hover{
    color: #0056b3;
}
.red, .red a, a.red, .page-numbers.current{
    color: #D32318;
}
.menu-item .fas{
    color: #D32318;
}
.red a:hover, a.red:hover{
    color: #96221b;
}
.grey{
    color:#9E9E9E;
}
.lightgray-bg{
    background-color: #E7EAEC;
}
header#masthead{
    background-color: white;
}
#breadcrumbs-container{
    background-color: #FAFAFA;
    padding: 10px 0;
    border-bottom: 1px solid #bbbbbbb5;
}
.tags-container span{
    font-size: 0.9rem;
    color: #9E9E9E;
}
p#breadcrumbs, #breadcrumbs a{
    margin: 0;
    color: #BBBBBB;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a, #bottom-footer .navbar-nav > li > a, body:not(.theme-preset-active) #masthead .navbar-nav > a{
    font-family: 'Source Sans Pro', sans-serif;
    color: black;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 900;
    padding-right: 20px;
    padding-left: 20px;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover, #bottom-footer .navbar-nav > li > a:hover, body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a{
    color: #D32318;
    font-weight: 900;
}
body:not(.theme-preset-active) footer#colophon{
    background-color: #001A32;
    padding-top: 30px;
    padding-bottom: 30px;
}
footer#colophon, footer#colophon p, footer#colophon h1, footer#colophon h2, footer#colophon h3,footer#colophon div {
    color: white;
}
#content.site-content{
    padding-bottom: 0;
    padding-top: 0;
}
.page-numbers {
    padding-right: 5px;
    padding-left: 5px;
    font-weight: 600;
}
/*header*/

#topheader-right{
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
#topheader-right #top-menu-nav, #topheader-right form{
    display: inline-block;
}
button.search-button{
    border:unset;
    color: #D32318;
    background-color: transparent;
}
.search-form input{
    border:unset;
}

#menu-lang .dropdown-toggle.nav-link img, #menu-lang .dropdown-menu li img{
    width: 30px;
    height: auto;
}
.mobile-search-container{
    width: 80%;
}
.mobile-search-container form label{
    width: 80%;
    float: left;
}
.mobile-search-container form{
    text-align: right;
}
.mobile-language-container{
    min-width: 30px;
}
.mobile-language-container body:not(.theme-preset-active) #masthead .navbar-nav > li > a{
    padding: 0;
}
.mobile-language-container .navbar-nav .nav-link{
    background-color: white;
    padding: 0!important;
}
.mobile-language-container .dropdown-menu li a {
    padding: 0px 4px;
}
.mobile-language-container .dropdown-menu.show .menu-item {
    max-width: 38px;
}
.mobile-language-container img{
    width: 30px;
}
.mobile-language-container .dropdown-toggle::after{
    display: none;
}

.header-logo{
    padding: 5px;
    height: 60px;
}
.header-image-container{
    height: 350px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.header-small{
    height: 100px!important;
}
#menuToggle span {
    display: block;
    width: 20px;
    height: 1px;
    margin-bottom: 3px;
    position: relative;
    background: white;
    /* color: #D32318; */
    border-radius: 3px;
    z-index: 1;
    -webkit-transform-origin: 4px 0px;
    transform-origin: 4px 0px;
    -webkit-transition: background 0.5s cubic-bezier(0.77,0.2,0.05,1.0), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
    transition: background 0.5s cubic-bezier(0.77,0.2,0.05,1.0), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0), background 0.5s cubic-bezier(0.77,0.2,0.05,1.0), opacity 0.55s ease;
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0), background 0.5s cubic-bezier(0.77,0.2,0.05,1.0), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}
#menuToggle{
    background-color: #D32318;
    /* width: 35px; */
    /* height: 24px; */
    display: block;
    padding: 8px 7px 4px;
    border-radius: 2px;
}

/*end header*/
.navbar-nav{
    width: 100%;
    justify-content: space-between;
}
/*menu*/

.dropdown-menu {
    min-width: 15.500rem;
}

.dropdown-toggle::after {
    margin-left: .455em;
    color: #D32318;
}

/*end menu*/




#page-sub-header{
    padding-top: 0px;
}
.home-top-links-container{
    border-top: 1px solid #bbbbbb8c;
    border-bottom: 1px solid #bbbbbb8c;
}

.home-top-links-container span{
    font-weight: 600;
}
.left-link-container{
    border-right: 1px solid #bbbbbb8c;
}
.left-link-container .row, .right-link-container .row{
    min-height: 150px;
}
.flexslider{
    border:unset;
    margin-bottom: 0px;
    overflow: hidden;
    -webkit-border-radius: unset;
    -moz-border-radius:  unset;
    border-radius: unset;
}
.flexslider .slides div{
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.flex-direction-nav a{
    line-height: 1;
}

.entry-read-more{
    font-weight: 600;
}
strong a{
    font-weight: 600;
}
.widget_ferpa_latest_news{
    background: #eeeeee;
}
/*about us*/
.about-us-grid-container{
    padding: 25px;
    border: 1px solid #bbbbbb6b;
    margin-bottom: 20px;
    background-color: white;
    -webkit-box-shadow: 0px 0px 5px 3px rgba(220, 220, 220, 0.83);
    -moz-box-shadow: 0px 0px 5px 3px rgba(220, 220, 220, 0.83);
    box-shadow: 0px 0px 5px 3px rgba(220, 220, 220, 0.83);
}
.about-us-grid-container .feat-image{
    background-size: cover;
    height:150px;
}

/* end about us*/

/*posters*/
.poster-grid-container{
    padding: 25px;
    border: 1px solid #bbbbbb6b;
    margin-bottom: 20px;
    background-color: white;
    -webkit-box-shadow: 0px 0px 5px 3px rgba(220, 220, 220, 0.83);
    -moz-box-shadow: 0px 0px 5px 3px rgba(220, 220, 220, 0.83);
    box-shadow: 0px 0px 5px 3px rgba(220, 220, 220, 0.83);
}
.poster-grid-container .feat-image{
    background-size: cover;
    height:400px;
}
/*end posters*/

/* news carousel  */

.owl-item {
    display: flex;
    flex: 1 0 auto;
}
.owl-theme .owl-dots .owl-dot span {
    background: #be230340;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #be2303;
}
.owl-carousel .owl-stage-outer {
    
}
.news-owl-item{
    background-color: white;
    -webkit-box-shadow: 0px 0px 5px 3px rgba(220, 220, 220, 0.83);
    -moz-box-shadow: 0px 0px 5px 3px rgba(220, 220, 220, 0.83);
    box-shadow: 0px 0px 5px 3px rgba(220, 220, 220, 0.83);
    height: 215px;
    width: 100%;
    margin: 10px;
    overflow: hidden;
}
.news-owl-item .row{
    height: 100%;
}
.news-owl-item p {
    line-height: 1.1rem;
}
.news-read-more{
    font-weight: 600;
    margin-bottom: 0;
    position: absolute;
    bottom: 10px;
}
.news-content-col{
    padding-left: 25px;
    padding-right: 25px;
}
.news-owl-item .flag-icon{
    position: absolute;
    right: 6px;
    width: 50px;
    height: 30px;
    z-index: 10;
}
.news-owl-image-container{
    height: 100%;
    background-size: cover;
}
/*end news carousel  */

/*sponsors carousel*/
.owl-prev, .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block !important;
    border:0px solid black;
}
.owl-prev { left: 0px; }
.owl-next { right: 0px; }
.owl-prev i, .owl-next i { 
   color: #607D8B;
    font-size: 2em;
}
.sponsor-carousel{
    background: white;
    padding: 30px 40px;
     -webkit-box-shadow: 0px 0px 5px 3px rgba(220, 220, 220, 0.83);
    -moz-box-shadow: 0px 0px 5px 3px rgba(220, 220, 220, 0.83);
    box-shadow: 0px 0px 5px 3px rgba(220, 220, 220, 0.83);
}
.sponsor-carousel .owl-item .item{
    width: 100%;
}
.sponsors-owl-image-container {
    height: 120px;
    width: 160px;
    max-width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}
/*end sponsors carousel*/

/*news archive*/
.post-type-archive-news article, .archive.tax-news_type article,.archive.tax-topic article, .logo-article{
    border-bottom: 1px solid #bbbbbb6b;
    border-left: 1px solid #bbbbbb6b;
    border-right: 1px solid #bbbbbb6b;
    border-top: 1px solid #bbbbbb6b;
    -webkit-box-shadow: 0px 0px 5px 3px rgba(232,232,232,0.83);
    -moz-box-shadow: 0px 0px 5px 3px rgba(232,232,232,0.83);
    box-shadow: 0px 0px 5px 3px rgba(232,232,232,0.83);
    margin-bottom: 30px;
}
.post-type-archive-news .flag-icon, .archive.tax-news_type .flag-icon,.archive.tax-topic .flag-icon, .search-results .flag-icon, .single-news .flag-icon{
    position: absolute;
    /* text-align: right; */
    right: 16px;
    height: 60px;
    width: 80px;
}

.post-type-archive-news .entry-content{
    margin-bottom: 15px;
}

.search-shadow.bottom {
    box-shadow: 0px 15px 10px -10px #11111129;
}
/*end news archive*/


/*single news*/
.single-news header.entry-header{
    width: 100%;
}
.single-news .entry-content{
    margin: 0px;
    padding: 20px;

    border-bottom: 1px solid #bbbbbb6b;
    border-left: 1px solid #bbbbbb6b;
    border-right: 1px solid #bbbbbb6b;
    -webkit-box-shadow: 0px 0px 5px 3px rgba(232,232,232,0.83);
    -moz-box-shadow: 0px 0px 5px 3px rgba(232,232,232,0.83);
    box-shadow: 0px 0px 5px 3px rgba(232,232,232,0.83);
}
.single-news .post-thumbnail{
    -webkit-box-shadow: 0px 0px 5px 3px rgba(232,232,232,0.83);
    -moz-box-shadow: 0px 0px 5px 3px rgba(232,232,232,0.83);
    box-shadow: 0px 0px 5px 3px rgba(232,232,232,0.83);
    border-top: 1px solid #bbbbbb6b;
    border-left: 1px solid #bbbbbb6b;
    border-right: 1px solid #bbbbbb6b;
}
/*end single news*/
.ferpa-button{
    background-color: #AB1A18!important;
    color: white;
    text-transform: uppercase;
    font-family: 'Bitter';
    font-size: 1rem;
    width: 200px;
    padding: 0.7rem 0.5rem!important;
    border: unset;
    border-radius: unset!important;
    margin: 0 auto!important;
    display: block;
}
.logo-dl-href{
    font-weight: 600;
}
.logo-img{
    max-width: 200px;
}
/*single publications*/
.single-publications .post-thumbnail{
    max-width: 50%;
}

.single-publications article{
    margin: 0px;
    border-bottom: 1px solid #bbbbbb6b;
    border-left: 1px solid #bbbbbb6b;
    border-right: 1px solid #bbbbbb6b;
    -webkit-box-shadow: 0px 0px 5px 3px rgba(232,232,232,0.83);
    -moz-box-shadow: 0px 0px 5px 3px rgba(232,232,232,0.83);
    box-shadow: 0px 0px 5px 3px rgba(232,232,232,0.83);
}

.pub-dl-button{
    background-color: #AB1A18;
}
.publications-archive-container {
    padding: 40px;
    background-color: white;
    -webkit-box-shadow: 0px 0px 5px 3px rgba(218, 216, 216, 0.84);
    -moz-box-shadow: 0px 0px 5px 3px rgba(218, 216, 216, 0.84);
    box-shadow: 0px 0px 5px 3px rgba(218, 216, 216, 0.84);
}
/*end single publications*/

/*sidebar*/
h3.widget-title:after {
    position: absolute;
    content: "";
    height: 1px;
    background-color: #e3e3e3;
    width: 100%;
    margin-left: 15px;
    top: 50%;
}
#secondary .widget {
    border: 1px solid #bbbbbb6b;
    padding: 25px;
    -webkit-box-shadow: 0px 0px 5px 3px rgba(232,232,232,0.83);
    -moz-box-shadow: 0px 0px 5px 3px rgba(232,232,232,0.83);
    box-shadow: 0px 0px 5px 3px rgba(232,232,232,0.83);
}
#secondary .widget-title{
    font-family: 'Source Sans Pro', sans-serif;
    margin-top: 0px;
    color: #2B2B2B;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    font-size: 1rem;
    overflow: hidden;
}

.widget_categories .nav-link {
    display: inline-block;
    text-transform: uppercase;
    color: red;
    font-weight: 600;
    padding: 3px 0;
}

/*end sidebar*/


  /*footer*/
#colophon h1, #colophon h2, #colophon h3, #colophon h4,#colophon h5{
    color: white;
    margin-top: 0;
} 
.footer-logo{
    padding: 10px;
    height: auto;
    width: 80px;
    background-color: white;
    border-radius: 50%;
}
#bottom-footer{
    height: 50px;
    display: flex;
    /* flex-direction: row; */
    /* align-items: flex-start; */
    /* flex-wrap: nowrap; */
    justify-content: space-between;
}
#footer-nav{
    float: right;
}
.bottom-footer-menu-left-container{
    display: flex;
    flex-direction: row;
    font-size: 18px;
}
.bottom-footer-menu-left-container span{
    padding: .5rem 1rem;
    color: black;
}
#bottom-footer .bottom-footer-menu-left-container  .navbar-nav > li > a{
    color: #D32318;
    text-transform: capitalize;
}
  /*end footer*/

  /*search results*/

.search-results-container .post-thumbnail img{
    width: 100%;
}

/*contact us*/
.page-template-contact #primary .fas{
    font-size: 1.5rem;
    color:#D32318;
}
.page-template-contact input[type='email'],.page-template-contact input[type='text'], .page-template-contact textarea{
    background-color: #FAFAFA;
}
.page-template-contact input[type='submit'], .error404  button[type='submit'].home-button{
    background-color: #AB1A18;
    color: white;
    text-transform: uppercase;
    font-family: 'Bitter';
    font-size: 1rem;
    width: 200px;
    padding: 1rem 0.5rem;
    border: unset;
    border-radius: unset;
    margin: 0 auto;
}
/*end contact us*/
  /*committee*/
  .page-template-committee .entry-content{
      width: 100%;
  }
  .committee-role2nd{
      font-style: italic;
  }
  .committee-grid-container p{
      line-height: 1rem;
  }

  .searchandfilter ul,.searchandfilter li {
      padding-left: 0;
      width: 100%;
  }

  .searchandfilter label {
    color: #D32318;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-flex;
    flex-direction: row-reverse;
    align-items: center;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.searchandfilter input[type="submit"]{
    background-color: #AB1A18;
    color: white;
    padding: 1rem;
    text-transform: uppercase;
    font-family: 'Source Sans Pro', sans-serif;
    margin-top: 1rem;
    border: unset;
}
.searchandfilter input[type=checkbox] {
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    outline: none;
    content: none;
}
.searchandfilter input[type=checkbox]:checked:before {
    color: #AB1A18 !important;
}
.searchandfilter input[type=checkbox]:before {
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    font-size: 16px;
    color: transparent !important;
    /* margin-left: 3px; */
    background: white;
    display: block;
    width: 20px;
    height: 20px;
    /* margin-right: 7px; */
    padding-left: 2px;
    font-weight: 600;
    border: 1px solid #bbbbbb6b;
    /*-webkit-box-shadow: 0px 0px 5px 3px rgba(232,232,232,0.83);
    -moz-box-shadow: 0px 0px 5px 3px rgba(232,232,232,0.83);
    box-shadow: 0px 0px 5px 3px rgba(232,232,232,0.83);*/
}

.bootstrap-select{
    width: 100%;
}
.dropdown-item.active, .dropdown-item:active{
    color: #D32318;
}
.bootstrap-select>.dropdown-toggle{
    border: 1px solid #e3e3e3;
    border-radius: unset;
}
.dropdown-menu{
    border:unset;
    border-radius: 0;
}
.dropdown-menu li{
    background: #f2f3f2;
}
.dropdown-menu li.active{
    background-color: #D32318;
    color: white;
}
.dropdown-menu li.active a{
    background-color: #D32318;
    color: white;
}
.dropdown-menu li a{
    font-size: 18px;
    padding: 6px 15px;
}
.dropdown-menu {
    margin-top: 4px;
    padding-bottom: 0px;
}
#main-nav .current-menu-parent.active a.dropdown-toggle.nav-link{
    color: #D32318!important;
}

/*news widget */
.item-news-widget-image-container{
    height: 100%;
    min-height: 100px;
    background-size: contain;
    background-repeat: no-repeat;
}
/* end news widget */

.widget{
    border-radius: .25rem!important;
}
/* phgoto e video**/
.gallery-owl-image-container{
    max-height: 400px;
    background-repeat: no-repeat;
    overflow: hidden;
}
.gallery-owl-item{
    WIDTH: 100%;
}
.gallery-carousel .owl-next,.video-carousel .owl-next{
    right: -40px;
}
.gallery-carousel .owl-prev,.video-carousel .owl-prev{
    left: -40px;
}
.gallery-carousel .owl-prev i, .gallery-carousel .owl-next i,.video-carousel .owl-prev i, .video-carousel .owl-next i{
    color: #D32318;
}
.gallery-carousel .owl-prev,.gallery-carousel .owl-next,.video-carousel .owl-prev,.video-carousel .owl-next {
    top: calc(50% - 20px);
}
.video-container{
    max-width: 100%;
}

.source-sans{
    font-family: 'Source Sans Pro', sans-serif;
}

  .lightgray-bg .truncate:after {
    /*background: #E7EAEC;*/
  }
  
.top-links-separator{
    display: none;
}

.stretch-full{
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
}
.navbar-nav .dropdown-menu {
   margin-left: unset;
   background: #f2f3f2;
}
  /*responsive*/

@media only screen and (max-width: 767px){
    body{
        font-size: 1.2rem;
    }
    h5{
        font-size: 1.3rem;
    }
    .news-owl-item p{
        line-height: unset;
    }
    .navbar-toggler {
        margin-left: 0;
        padding-left: 0;
    }
    .header-logo{
        width: 85%;
        height: auto;
    }
    #topheader-right{
        display:none;
    }
    .flexslider .slides div{
        height: 120px;
    }
    .left-link-container .row, .right-link-container .row {
        min-height: unset;
    }
    .top-links-separator{
        display: block;
        height: 2px;
        width: 100%;
        padding: 0;
        margin: 0;
        color: white;
        z-index: 12121;
        background: white;
        border-top: 1px solid rgba(0,0,0,.1);
        border-bottom: 1px solid rgba(0,0,0,.1);
    }
    .bottom-footer-menu-left-container{
        flex-direction: row;
        width: 100%;
        align-items: center;
        justify-content: center;
    }
    .stretch-full-mobile{
        width: 100vw;
        position: relative;
        margin-left: -50vw;
        left: 50%;
    }
    header .menu-item {
        background: #E7EAEC;
    }
    .dropdown-toggle::after {
        position: absolute;
        right: 10px;
        top: 15px;
    }
    .header-image-container {
        height: 250px;
    }
    .header-small {
        height: 50px!important;
    }
    .dropdown-menu.show .menu-item{
        background-color: #003363;
    }
    .dropdown-menu.show .menu-item:after{
        content: "";
        position: relative;
        display: block;
        bottom: 0;
        height: 0px;
        width: 90%;
        border-bottom: 1px solid #9e9e9e61;
        margin: 0 auto;
    }
    .dropdown-menu.show .menu-item a{
        color: white;
    }
    .item-news-widget-image-container {
        height: 100%;
        width: 100%;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .news-owl-item .flag-icon{
        width: 30px;
        height: 20px;
        right: 13px;
        top: 14px;
    }
    .post-type-archive-news .flag-icon, .archive.tax-news_type .flag-icon, .archive.tax-topic .flag-icon, .search-results .flag-icon, .single-news .flag-icon {
        width: 40px;
        height: 30px;
    }
}

.goog-te-banner-frame.skiptranslate,.goog-tooltip.skiptranslate {
    display: none !important;
} 
    
body {
    top: 0px !important; 
}
.goog-text-highlight {
    background-color: initial!important;
    box-shadow: initial!important;
    -webkit-box-sizing: initial!important;
    -webkit-box-shadow: initial!important;
    -moz-box-shadow: initial!important;   
}
.dropdown-gtr{
    width: inherit;
}
a.dropdown-item.trans-link.nav-link {
    padding: 6px 0px 6px 15px;
}
.mobile-language-container .dropdown-menu{
    background-color: #003363;
    padding: 4px;
}