/*
Theme Name: CIRA 2023
Theme URI: 
Author: BPL CIRA Styles
Author URI: http://saveblank.com/
*/
body{
  background-color: #E1E1E1 !important;
  font-family: "Poppins", sans-serif !important;
  font-size: 100%;
  line-height: 1.5;
  color: #222;
}
.body_header_space{
  height:55px;
}

.skip-to-content-link {
  background: #fff;
  height: 30px;
  left: 50%;
  padding: 8px;
  position: absolute;
  transform: translateY(-100%);
  transition: transform 0.3s;
  margin:0 !important;
}

.skip-to-content-link:focus {
  transform: translateY(0%);
}
a.skip-to-content-link:focus {
    z-index: 800;
}
.screen-reader-only:not(:focus):not(:active) {
  clip: rect(0 0 0 0); 
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap; 
  width: 1px;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  }

.wrap{
  margin:0 auto;
  display:block;
  position:relative;
}
/* ============ Colors and Shadows ============ */

.bg-light{
  background-color:#fff !important;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,0.25)!important;
}
.has-cira-blue-color{color: #105456 !important;}
.has-rammb-blue-color{color: #353b90 !important;}
.has-noaa-blue-color{color: #0098d7 !important; }
.has-csu-yellow-color{color: #c8c372 !important;}
.has-csu-green-color{color: #1e4d2b !important;}
.has-monte-white-color{color: #ffffff !important;}
.has-text-grey-color{color: #222 !important;}
.has-text-grey-color a {color: #222 !important;}
.has-cira-blue-color a{color: #105456 !important;}
.has-rammb-blue-color a{color: #353b90 !important;}
.has-noaa-blue-color a{color: #0098d7 !important; }
.has-csu-yellow-color a{color: #c8c372 !important;}
.has-csu-green-color a{color: #1e4d2b !important;}
.has-text-grey-color a{color: #222 !important;}

.has-cira-blue-background-color{background-color: #008FB3 !important;}
.has-rammb-blue-background-color{background-color: #353b90 !important;}
.has-noaa-blue-background-color{background-color: #0098d7 !important;}
.has-csu-yellow-background-color{background-color: #c8c372 !important;}
.has-csu-green-background-color{background-color: #1e4d2b !important;}
.has-monte-white-background-color{background-color: #ffffff !important;}
.has-text-grey-background-color{background-color: #222 !important;}

/* ============ Global Layouts ============ */
p {
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1.8;
}


.sr_only {
  position: absolute;
  height: 1px;
  width: 1px;
  left: -10000px;
}
.hidden{display:none !important;}
.spaceBumper{
  height:80px;
  position:relative;
}
.fullWidth{
  width:100%;
}
.center-align{
  display:block;
  margin:0 auto;
  text-align: center;
}
.alignright{
  float:right;
}
.list-none{
  list-style: none;
}
.form-card .card-header{
  background-color: #008FB3;
  color:#fff;
}
.form-card{
  background-image:url("../library/images/topography.png");
}
.es_submit_button {
  background: #008FB3;
  color: #fff;
  border: none;
  padding: 5px 8px;
  border-radius: 5px;
  width: 75%;
}
.es_submit_button:hover {
  background: #0098d7;
  color: #222;
}
.es-field-wrap input{
  width: 100%;
} 
#myBtn {
  display: none;
  position: fixed;
  bottom: 0px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  border: 4px solid #FFC038; 
  background-color: #fff;
  cursor: pointer;
  padding: 15px;
  border-radius: 10px;
}
.wp-block-button a:hover {
  background: #0098d7 !important;
  color: #fff !important;
}
/* ============ Header ============ */
  header#header {
    margin-top: 10px;
  }
  header nav {
    padding: 0px !important;
  }
  .navbar{
    height:65px;

  }
  .textHeader{
    background-color:#ccc;
    padding:50px 0;
    text-align: center;
    background-image: url("../library/images/headBG2.jpg");
    background-position: top;
    background-size: cover;
  }
  .textHeader .fullWidth{
    background-image:url("../library/images/topography.png");
    padding:5px 0;
  }
  .textHeader img{
    max-width:250px;
    width: 100%
  }
  .csu-logo-switch img{
    position: absolute;
  }

/* ============ NavBar ============ */
  nav.navbar.fixed-top {
    border-top: 4px solid #008FB3;
  }
  ul.navbar-nav {
    margin-right: 2%;
  }
  .logos{
    height:62px;
  }
  .ciraLogoHead {
    position: relative;
    right: -9px;
  }
  .logos .navbar-brand {
    height: 100%;
    width: auto;
    margin: 0;
    padding: 0;
  }
  .ciraLogoHead .navbar-brand img {
    width: auto;
    height: auto;
    max-height: 55px;
    margin: 2px 4px;
  }
  .navbar-brand img {
    width: auto;
    height: 96%;
    margin: 2px 4px;
  }
  #main_nav{
    width:110%;
    flex-direction: row-reverse;
    margin-top:10px;
    z-index: 10;
  position: relative;
  }
  .navbar-nav a{
    color: #666 !important;
  }
  .navbar-nav a:hover{
    color: #fff !important;
    background: #0098d7 !important;
  }
  .navbar .megamenu{ padding: 1rem; }
  .navbar-brand{
    display: inline;
  }
  a.nav-link{
    padding: 10px 8px !important;
  }
  a.nav-link:hover{
    background: #0098d7;
    color: #fff;
  }
  button.navbar-toggler {
    float: right;
    margin: 10px;
  }
  @media all and (min-width: 992px) {
  .navbar .has-megamenu{position:static!important;}
  .navbar .megamenu{left:0; right:0; width:100%; margin-top:0;  }
  }	
  @media(max-width: 991px){
  .navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse{
    overflow-y: auto;
      max-height: 90vh; 
      margin-top:10px;
  }
  .dropdown-menu.megamenu.show {
    width: 100% !important;
    box-shadow: 0px 4px 2px 0px rgba(0,0,0,.2) !important;

  }
  }
  .dropdown-menu.megamenu.show {
    width: 100%;
    margin: 0px 15px 0 auto;
    border-radius: 0;
    border: none;
    background-color: #fff;
    box-shadow: 2px 4px 2px 1px rgba(0,0,0,.2);
  }

  .col-megamenu h6.title {
    color: #666;
    border-bottom: 1px solid #0098d7;
    font-size:15px;
  }
  .col-megamenu ul li a {
    color: #666;
    text-decoration: none;
    width: 100%;
  display: block;
  }
  .col-megamenu ul li {
    padding: 8px;
    font-weight: lighter;
  }
  .col-megamenu ul li:hover {
    background-color: #0098d7;
  }
  .col-megamenu ul li:hover a {
    color: #fff !important;
    background: #0098d7 !important;
  }
/* ============ Homepage ============ */
  .dailyImg video{
    max-width: 100%;
  }
/* ============ Buttons and Links ============ */
  a.link-primary{
    color:#105456 !important;
  }
  a.link-white{
    color:#fff !important;
  }
  .btn-primary{
    background-color: #008FB3 !important;
    border-color:transparent ;
    color:#fff !important;
    margin:3px;
  }
  .btn-primary a{
    color:#fff !important;
  }
  a { background: transparent; 
  font-family: "Poppins", sans-serif;
color:#105456;}
  a:hover {color:#0098d7;}
  a:focus { outline: thin dotted; }
  a:active, a:hover { outline: 0; }
  a:focus{ color: #0098d7; }
  a:link, a:visited:link { 
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); 
  word-wrap: break-word; 
  }
/* =========== Bootstrap Edits ======= */
.accordion-button{
  background-color: #008FB3 !important;
  color:#fff !important;
}
.accordion-button.collapsed::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}
.accordion-body .accordion-button {
  background-color: #0098d7 !important;
}
.card-img-top img {
  max-width: 100%;
  height: auto;
  max-height: 120px;
  margin: 0 auto;
  display: block;
  overflow: hidden;
}
.card-footer{
  background-color: #008FB3;
  color:#fff;
}
.card-footer a{
  color:#fff;

}
#offcanvasExample {
  visibility: visible;
}
embed {
  width: 100%;
  min-height: 50vh;
}
.wp-block-table img {
  width: 100% !important;
}
/* =========== Profile Cards ======= */
  #list_filter_item{
    font-size:14px;
    margin-top:50px;
    }
    #profile_cards{
    border:none;
    }
    #profile_cards a{
      color:#105456 !important;
    }
    #card_content{
    border-radius:0px;
    }
    .player.card {
      border: 5px solid #e1e1e1;
    }
    .card_bump {
    position: relative;
    top: -35px;
    }
    #profile_cards li{
    list-style:none;
    }
    .profile-card{
    max-height:90px;
    max-width:90px;
    overflow:hidden;
    border: 3px solid #FFC038;
    border-radius:150px;
    margin:3px auto;
    position:relative;
    }
    .profile-card img{
    width:100%;
    height:auto;
    }
    .card_card{
      height: 50px;
    }
.image_box{
  top:-45px;
  position: relative;
}

    #prof_icons a{
    font-size:12px;
    text-decoration:none;
    color:#333;
    position:relative;
    top:30px;
    text-align:center;
    }
    .prof_fed{
    background-color:#69b3d2 !important;
    color:#333 !important;
    margin: 0;
    }
    .prof_fellow{
    background-color:#008FB3 !important;
    color:#fff !important;
    margin: 0;
    }
    .prof_board{
    background-color:#a393bf !important;
    color:#333 !important;
    margin: 0;
    }
    .prof_eme{
    background-color:#1E4D2B !important;
    color:#fff !important;
    margin: 0;
    }
    

/* ============ Footer ============ */

footer{
  background-color: #008FB3;
  color:#fff;
}
footer ul li{
  list-style: none; 
}
footer a{
  color:#fff !important;
  text-decoration: none;
}
footer a:hover{
  color:#fff;
  text-decoration: underline;
}

/* ============ Google Translate  ============ */
select.goog-te-combo {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 1px;
}
#google_translate_element{
  background-color:#fff;
  border-radius: 6px;
  display:block;
  padding-left:3px;
  padding-right:3px;
  margin-top:45px;
  float:right;
}
.goog-te-gadget .goog-te-combo{
  padding:4px;
  background:#e6e6e6;
}

/* =========== Calendar Page =============*/
#calTabs iframe {
  width: 100%;
  min-height: 350px;
  height: 50vh;
}
/* =========== Staff Dash ================*/
.webEditors ul{
  height: 350px;
  overflow-y:scroll;
}
/* =========== Gutenberg Editor Corrections =============*/
code {
  margin: 10px;
  background: #eef0f2;
  padding: 10px;
  border-radius: 10px;
  font-family: "Poppins", serif;
  color: #d63384 !important;
  font-size: .875em !important;
  word-wrap: break-word !important;
}

.wp-block-details summary {
  background: #008FB3;
  color: white;
  padding: 10px;
  margin-bottom: 2px;
}