/*
Theme Name: CIRA RAMMB Satellite Library
Theme URI: https://github.com/tidythemes/blankslate
Author: Barbra Lashbrook
Author URI: http://barbralashbrook.com/
*/
html{
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .dynamic-content {
    display:none;
  }
  body{
    height: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    top:0;
    background-color:#e9e7e5;
    color:#535353;
    font-size: 1rem;
    line-height: 1.5;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
  }
  body[data-theme="light"]{
    background-color:#e9e7e5;
  }
  .dNone{
    display: none;
  }
  .sr-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;
  }
  .search-form label {
    width: 100%;
}
input.search-field {
  border: 1px solid #404950;
  border-radius: 5px;
  padding: 5px 15px;
  width: 100%;

}
input.search-submit {
  display: none;
}
  [tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
  }
  .popover-content {
    display: block;
    text-align: center;
    margin-bottom: 10px;
  } 
  .text-main{
    color:#535353 !important;
  }
  .bg-main{
    background-color:#115c99 !important;
  }
  .bg-noaa{
    background-color:#0098d7 !important; 
  }
  a{
    color:#115c99;
    text-decoration: none;
    background-color: transparent;
  }
  a:visited{
    color:#0098d7;
  }
  a:hover{
    text-decoration: underline;
  }
  a:not([href]):not([class]) {
    color: inherit;
    text-decoration: none;
  }
  a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
  }
  h1, h2, h3, h4, h5, h6{
    color:#535353;
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700 !important;
  }
  p{
    margin-top: 0;
    margin-bottom: 1rem;
  }
  .hidden-text{
    font-size:0;
  }
  .tinyText{
    font-size:10px !important;
    line-height: 1;
  }
  abbr[title],
  abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
  }
  address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
  }
  ol,
  ul,
  dl {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  ol ol,
  ul ul,
  ol ul,
  ul ol {
    margin-bottom: 0;
  }
  dt {
    font-weight: 700;
  }
  dd {
    margin-bottom: .5rem;
    margin-left: 0;
  }
  blockquote {
    margin: 0 0 1rem;
  }
  b,
  strong {
    font-weight: bolder;
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
  }
  sub {
    bottom: -.25em;
  }
  sup {
    top: -.5em;
  }
  pre,
  code,
  kbd,
  samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
  }
  pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
  }
  figure {
    margin: 0 0 1rem;
  }
  img {
    vertical-align: middle;
    border-style: none;
  }
  svg {
    overflow: hidden;
    vertical-align: middle;
  }
  table {
    border-collapse: collapse;
  }
  caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
  }
  th {
    text-align: inherit;
    text-align: -webkit-match-parent;
  }
  label {
    display: inline-block;
    margin-bottom: 0.5rem;
  }
  button {
    border-radius: 0;
  }
  button:focus:not(:focus-visible) {
    outline: 0;
  }
  input,
  button,
  select,
  optgroup,
  textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
  }
  button,
  input {
    overflow: visible;
  }
  button,
  select {
    text-transform: none;
  }
  [role="button"] {
    cursor: pointer;
  }
  select {
    word-wrap: normal;
  }
  button,
  [type="button"],
  [type="reset"],
  [type="submit"] {
    -webkit-appearance: button;
  }
  button:not(:disabled),
  [type="button"]:not(:disabled),
  [type="reset"]:not(:disabled),
  [type="submit"]:not(:disabled) {
    cursor: pointer;
  }
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
  }
  input[type="radio"],
  input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
  }
  textarea {
    overflow: auto;
    resize: vertical;
  }
  fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
  }
  legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
  }
  progress {
    vertical-align: baseline;
  }
  [type="number"]::-webkit-inner-spin-button,
  [type="number"]::-webkit-outer-spin-button {
    height: auto;
  }
  [type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
  }
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
  }
  output {
    display: inline-block;
  }
  summary {
    display: list-item;
    cursor: pointer;
  }
  template {
    display: none;
  }
  [hidden] {
    display: none !important;
  }
  .hidden{
    display:none !important;
  }
  .margin-top{
    margin-top:150px !important;
  }
  .align-center{
    text-align: center;
    margin:0 auto;
    display: block;
  }
  .whiteBox{
    background-color:#fff;
    padding:15px;
    border-radius: 6px;
  }
  .whiteColor{
    background-color: #fff;
  padding: 4px;
  border-radius: 6px;
  }
  .wp-login-form{
    margin:0 auto;
    display:block;
  }
  .wp-login-form label {
    display: block;
}
  .sidebarNav{
    background-color:#0098d7;
    box-shadow: 0px 0px 5px 1px #888;
    height: 100vh;
    position: fixed;
    width:80px;
    left: 0;
    z-index: 1000;
    top:0;
    }
  /* Sidebar Nav Bar and Buttons  */
    .navButtonBox{
    position: relative;
    display: flex;
    }
    #bottomMenu {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
  }
    .burger-container.hide{
    visibility: hidden;
    }
    .burger-container, .burger-container2 {
    position: relative;
    margin: 10px auto;
    cursor: pointer;
    border-bottom: 2px solid white;
    }
    .burger-container-static {
      position: relative;
      margin: 10px auto;
      cursor: default;
      border-bottom: 2px solid white;
      }
      .burger-container-title {
        position: relative;
        margin: 0 auto;
        cursor: default;
        }
        .burger-container i,.burger-container i, .burger-container-static i {
          display: grid;
          text-align: center;
      }
    .burger-container-title i{
      font-size: 30px;
      display: block;
      margin: 0 12px;
      }
    .burger {
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    margin:0 auto;
    }
    .burger_static {
      color: #fff;
      font-weight: bold;
      cursor: default;
      margin:10px auto;
      font-size:20px;
      }
    .burger p{
      font-size:18px;
      color:#fff;
      margin:0;
      text-align: center;
    }
    .burger_static p{
      font-size:20px;
      color:#fff;
      margin:0;
    }
    #navigation.open, #navigation2.open{
    display: block;
    width: 35%;
    transition: width 2s;
    }
    div#home_page {
      margin-left: 80px;
    }
  /*Sidebar Nav Open Menus*/
  #navigation, #navigation2{
    display: none;
    width: 0;
    height: 100%;
    position: fixed;
    background: #404950;
    box-shadow: 0px 0px 5px 1px #888;
    z-index: 99999;
    padding:10px;
    transition: width 2s;
    overflow-y: auto;
    overflow-x:hidden;
    left:10px;
    top:0;
  }
  #navigation i, #navigation2 i{
    position: relative;
    color:#edc74c;
  }
  #navigation a:visited, #navigation2 a:visited{
    color:#fff;
  }
  .close-btn a {
    text-decoration: none;
    font-size: 35px;
    color: white;
    position: relative;
    float: right;
  }
  .nav-contents {
    margin: 0 auto;
  }
  .nav-contents h3,
  .nav-contents h2,
  .nav-contents h2 a{
    color:#fff !important;
  }
  .navCard .card-body{
    margin: 8% 0 0 10px;
  text-align: left !important;
  padding: 0px !important;
  }
  .navCard .card-body i{
    top: 20px;
  }
   .nav-contents .dropdown-toggle{
    width:100%;
    margin: 5px auto;
  }
  .nav-contents .btn{
    display:block;
    margin:5px auto;
  }
  .navCard{
    padding: 0;
  display: inline-block !important;
  margin: 0 auto;
  }
  .navCard .fa-chevron-right::before {
    content: "\f054";
    font-size: x-large;
    position: relative;
    margin: 0 auto;
    top: -12px;
    display: block;
  }
  .navCard img{
    height: 100px;
    overflow:hidden;
    object-fit: cover;
  }
  #navigation-bar ul li {
    list-style: none;
    text-decoration: none;
    position: relative;
    top: 200px;
    left: -15px;
    text-transform: uppercase;
    padding-top: 25px;
  }
  nav a.dropdown-item{
    color:#404950
  }
  .search_bar .nav{
    display:flex;
  }
  .still_thumb img{
    max-height: 100px;
    height: auto;
    width: 100%;
   }
   .card_thumb img{
    width:100%;
    height: auto;
   }
  
  .accordion .card{
    border:0 !important;
    background-color:transparent !important;
  }
  .accordion .card-header {
  padding: 0px;
  background: #0098d7;
  border-radius: 0px;
  }
  .accordion-header{
    margin-bottom: 0px !important;
  }
  .accordion .card-header .btn {
  color: #fff;
  }
  .accordion .card-body{
    padding:1px 5px;
  }
  .accordion .card-body .btn{
    text-align: left ;
    border-radius: 0;
    margin: 0;
    border:none;
  }
  .accordion .btn-link {
  color: #fff;
  }
  .parent_accord_title{
    font-weight: 700;
  }
  .nav-contents .btn {
    display: block;
    margin: 2px auto;
    border-radius: 0;
}
  .static {
    position:absolute;
    background: white;
  }
  .static:hover {
    opacity:0;
  }
  header{
    background:#ffffffa6;
    width: 100%;
    box-shadow: 0px 1px 5px 1px #888;
    top:0;
    display: flex;
    position: fixed;
    z-index: 3;
    left: 80px;
    padding-right: 80px;
  }
  header img{
    margin:5px auto;
    max-width: 250px;
    position: relative;
    display: block;
  }
  header h1, header h2{
    text-align: center;
    margin:10px 0;
    margin-bottom:-8px !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
  }
  header .col-2, header .col-2, header .col-7{
    padding:0;
  }
  .media_nav {
    align-content: center;
    display: grid;
  }
  .media_nav ul {
    margin: 0 auto;
    width: fit-content;
    flex-wrap: nowrap;
  }
img.RAMMBlogo{
  max-width: 80px;
  height: auto;
  float: left;
  margin-left: 10px;
}
img.ciraLogo{
  max-height: 60px;
  height: auto;
  float:right; 
  top:2%;
  margin-right:10px;
}
  .post_header{
    background:#ffffffa6;
    width: calc(100% - 80px);
    box-shadow: 0px 1px 5px 1px #888;
    top:0px;
    display: flex;
    z-index: 11;
    margin-left: 80px;
    position: relative;
  }
  .post_header img{
    position: relative;
    display: block;
  }
  .post_header h1, .post_header h2{
    text-align: center;
    margin:5;
    margin-bottom:-8px !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700 !important;
  }
  .post_header .col-2, .post_header .col-2, .post_header .col-7{
    padding:0;
  }
  .emailBox a{
    float: right;
    position: relative;
    display: block;
    margin: 10px;
  }
  #contents{
    position: relative;
    left: 80px;
    width: calc(100% - 80px);
  }
  #home_page_main{
    left: 12px;
  position: relative;
  width: calc(100% - 24px);
  }
  
  .jumboImage{
    width: 100%;
    display:block;
    padding:0;
  }
  .jumboImage img{
    width: 100%;
    height: auto;
    max-height: 90vh;
  }
  .jumboCaptions{
    width: 320px;
    float: left;
    background-color: #ffffffde;
    position: absolute;
    top: 25%;
    left: 3%;
    padding: 2%;
    }
  .jumboCaptions hr{
    margin:0;
  }
  .jumboCaptions:hover a{
    text-decoration: underline;
  }
  .jumboCaptions p{
    margin:10px 5px;
  }
  .jumboCaptions a{
    text-decoration: none;
    color:#2b2a2a
  }
  .jumboCaptions a:hover{
    font-weight: normal;
  }
  .jumboCaptions button{
    display:block;
    margin:0 auto;
  }
  .jumboImage a:hover div{
    text-decoration: underline;
  }
  
  .daily_jumbo img {
    width: 98% !important;
    max-width: 650px;
    margin:0 auto;
    display: block;
  }
  .daily_captions {
    width:100%;
    max-width: 320px;
    float: left;
    background-color: #ffffffde;
    position: relative;
    bottom: 70%;
    left: 3%;
    padding: 2%;
}
  
  .card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
  }
 
  h5.card-title{margin:0; padding:0;}

  .card-slider {
    width: 98%;
  }
  .card-slider .card a{
    text-decoration: none;
    color:#2b2a2a;
    border: 2px solid #fff;
  }
  .card-slider .card a:hover{
    font-weight: normal;
border: 2px solid #0098d74f;
border-radius: 5px;
  }
  .close-btn {
    top: -10px;
    height: 50px;
    position: relative;
    display: inline;
}
  @media only screen and (max-width: 700px) {
    header h1, header h2{
      font-size: medium !important;
      font-family: 'Montserrat', sans-serif;
      margin-bottom:3px !important;
      font-weight: 400;
    }
    .post_header h1, .post_header h2{
      font-size: medium !important;
      font-family: 'Montserrat', sans-serif;
      margin-bottom:3px !important;
      font-weight: 400;
    }
    .jumboCaptions{
      top:2%;
      right:0;
      padding:5px;
      float:none;
      right:0;
    }
    .daily_captions{
      bottom:0;
    }
    .hero-nav, .hero-nav-static {
      top:0px !important;
    }
    .btn.btn-warning{
      padding:3px;
    }
    .contact_link{
      text-align: center;
    }
    #naviation.open, #navigation2.open{
      width:100% !important;
    }
    .navCard{
      width:100%;
    }
    .modal-content-wrapper{
      width:90% !important;
    }
    .modal-content-wrapper .image-modal-content {
      flex: 0 0 100%;
    }
    .image_details{
      width: 50%;
    }
    button#dropdownMenuButton{
      font-size: 10px !important;
    }
    ul.dropdown-menu.show {
      padding: 8px;
  }
    .media_box {
      padding: 0;
      max-width: 100%;
      flex: 0 0 100%;
  }
  button#dropdownMenuButton {
    font-size: 10px;
}
#video-element {
  top: 70px;
  position: relative;
}

  }
  @media (max-width: 992px) {
    button#dropdownMenuButton {
      font-size: 10px;
  }
    .jumboCaptions {
      width:100%;
      position: relative;
      right: 0;
      float: none;
      left: 0;
      top: 0 !important;
    }
    
    .daily_jumbo img{
      width:100% !important;
    }
    #navigation.open{
      width:80%;
    }
    .card{
      min-height: auto;
    }
    .modal-content-wrapper .image-modal-content img, .modal-content-wrapper .image-modal-content video{
      width: 100% !important;
    }
    .image_details{
      width:85% !important;
    }
    .scale_image img.top{
      width:330px !important;
    }
  }
  @media (max-width: 650px) {
    img.RAMMBlogo{
      max-height: 60px;
      width: auto;
    }
    .pNone{
      display:none;
    }
    .dNone{
      display:inline-flex;
    }
   
  }
  @media (max-width: 550px) {
    .pNone{
      display:none;
    }
    .dNone{
      display:inline-flex;
    }
    h2{
      margin:0;
    }
    .jumboCaptions {
      width:100%;
      position: relative;
    }
    .contact_link{
      text-align: center;
    }

    .navCard{
      width:100%;
    }
    .modal-content-wrapper .image-modal-content {
      flex: 0 0 100%;
  }
    #navigation.open{
      width:100%;
      left:0;
    }
    img.card-img {
      height: 65px;
    }
    .card{
      min-height: auto;
    }
    h5.card-title {
      font-size: 14px;
    }
    .card-slider{
      width: 90%;
    }
    .image_box{
      height:auto !important;
    }
    .image_box img{
      width:100%;
      height:auto !important;
    }
    .modal-content-wrapper .image-modal-content {
      flex: 0 0 100%;
    }
    .modal-content-wrapper .image-modal-content img, .modal-content-wrapper .image-modal-content video{
      width: 100% !important;
    }
    .image_details{
      width:100% !important;
    }
  }
  .postBody{
    margin-top:0px;
  }
  .postBody .card{
    padding:10px;
    background-color:#f7f7f7;
  }
  .postBody .card-date{
    background-color:#0098d7;
    padding:10px;
    color:#fff;
    text-align:center;
    width:auto;
    float: right;
    position: relative;
    top:-25px;
    line-height:1;
  }
  .postBody .card-body{
    padding:3px 0px 0px 40px;
  }
  .w-100 .card-body {
    min-height: 215px;
    max-height: 215px;
    overflow: hidden;
  }
  .more_text {
    position: absolute;
    bottom: 0;
    background: #fff;
    width: 96%;
    margin: 0;
    padding: 6px;
    color: #115c99;
  }
  .postBody .card-title{
    text-transform: uppercase;
  }
  .postBody .card-text{
    margin:0;
  }
  .postBody h3{
    text-transform: uppercase;
  }
  .eventsPage img{
    overflow:hidden;
    object-fit: cover;
    height:300px;
    width:200px;
  }
  #btnPlayPause {
    text-indent:-9999px;
    width:16px;
    height:16px;
    position:relative;
    top:-56px;
    right:-16px;
    border:none;
    cursor:pointer;
    background:transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJEAAAAQCAYAAAAWNJ1eAAAAB3RJTUUH4AMQDS0aGLmsqwAAAAlwSFlzAAAOdAAADnQBaySz1gAAAvZJREFUeNrtmk2u0zAQxyele7gBZcOWcAJ8AKTXFVvKhnW5QbhBD4BEe4GnvgULdkaCNeUE5N2gbJGgeDJ26rhO4rFbKRX5P7mtP+YX2x1PHPdl4ErCa/W6UEmc1ACsVekGQjWyeKwrVWYN+bF63aqU99jsVJqryblvbTGyeKxrkoSPesxC/f3CosyaEBzso0DUvgL5JmZk8VhdoihXKLsnLLtLsYix1jkcf+VIU12wZUwI6LZo89xTN7J4rFOZLxxgxrjG+Vm0WNB27hlvXrWQICb6Im5IXqhU9lwi17Zuh13WS2juF/Dzq0TWW+tzLMvuj2ip47J480W8G5V+qnSwStfg+9KxDbW98V6Bw+qThGdA0WYBPQtmohu507rRYQ/ryg77RU8e9Vmlb1b+q0q3iawPqn+fEllmrF+qlDbGUDVtyRkwQs0YjFll4zpSHMsvikASyHnwVlwALbSV1aq+nU2gfRWGOJPoyaNw33VwyqYDYIXqkqwV0x5vK7sWWy6rSwUcHQgd5b1ebO+AIlvtQNh4GoSkx9RN5P0Vr/HbKTsw7P0sWT9ZxrBET5lMZNnqYs2Yvb7TNF/E4bGkM2/CelInZ0WtVPkPp90bZfvQOBAqzInS9MdTFutE52H5bl92mUxk2eKwhiOzB/L33nIgVJgTpT0tZE7+AcQ70XlY9ioU9TFHXJ9i7UglcOaU9j2FZRvPEidzyR33C9BONoGutYLOg7v99h2+7Mn79Bf8X3w4S9T26ayQ6boca8m0tw83l4msLu31u+hoY+r26ERrz1D7nMdo3ZNHPQWKGEa5LotnySrcThNZobocC/c4tP8oGYwS6AT87gysNm31+1I/6jdFZcZptyaUfwf+2cdOdfz08Gxk8VhNLm1Y3e1DzK0nhdU8kceotIJjFBVADmTq8omumMMxhIVoD8cdvKuRxWMdZTas4ed0l2HRzzNC9xudpQByIgmnj//34w+wQ2ANVf6fPfZ63IUZU+YxHOa/SfwPrCvVP/2nY6KBhDUMAAAAAElFTkSuQmCC') no-repeat 0 0; /* url('buttons.png') */
}
.pause { background-position:-19px 0; }

  .modal-dialog {
    max-width: 75%;
    margin: 1.75rem auto;
  }
  
  .yellowBox{
    background-color:#edc74c;
    padding:10px 50px;
  }
  .topicsCards .card{
    background-color: transparent !important;
    padding:0;
    border:none;
    height:180px;
    overflow: hidden;
    margin-bottom:15px;
  }
  .topicsCards .card img{
    height: 180px;
    width:auto;
    overflow: hidden;
    object-fit: cover;
  }
  .topicsCards .card-title{
    top: 34%;
  margin: 0 auto;
  display: block;
  position: relative;
  background-color: #ffffffd9;
  text-align: center;
  padding: 10px;
  color: #000;
  }
  
  
  .hero-nav, .hero-nav-static {
    position: fixed;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 400px;
    min-height: 90px;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    z-index: 10;
  }
  
  
  .hero-nav .hero-nav__inner,
  .hero-nav-static .hero-nav__inner {
    z-index: 1;
    width: 100%;
  }
  .hero-nav h2,
  .hero-nav-static h2 {
    color: #fff;
    text-align: center;
    text-shadow: 4px 4px 19px #2b2a2a;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 5px;
    margin-bottom:3px !important;
    margin-top:3px !important;
  }
  .hero-nav h3,
  .hero-nav-static h3 {
    color: #efefef;
    text-shadow: 2px 2px #2b2a2a;
    margin-bottom:0 !important;
  
  }
  .hero-nav:before,
  .hero-nav-static:before {
    content: "";
    background: rgba(0, 0, 0, 0);
    position: absolute;
    top: 0;
    left: 0; 
    right: 0;
    bottom: 0;
    transition: background 400ms;
  }
  .hero-nav.fixme:before,
  .hero-nav-static.fixme:before {
    background: rgba(0, 0, 0, 0.8);
    z-index: 1; 
  }
  #btn-back-to-top {  
    display: none;
  }
  
  .page-content {
      position: relative;      
  }
  .post_box_section{
    margin:30px auto;
    width: 70%;
    background-color: #fff;
    padding:25px;
  }
  .post_box_section img{
    margin:0 auto;
    display: block;
  }
  
  
  /* modal content styles */
  .modal-content-wrapper {
    max-width: 1400px;
    width:94%;
    margin: auto;
    padding: 25px 0;
  }
  .modal-content-wrapper .image-modal-content {
    flex: 0 0 100%;
    cursor: pointer;
    transition: 300ms ease-out;
    margin-bottom: 40px;
    display: flex;
    border-radius: 6px;
  }
  
  .modal-content-wrapper .image-modal-content:hover {
    transform: scale(1.03);
    transition: 300ms ease-in;
  }
  .modal-content-wrapper .image-modal-content img,
  .modal-content-wrapper .image-modal-content video {
    padding:0;

  }
  #media_row {
    margin: 0;
}
.dropdown-toggle {
  white-space: inherit; 
}
  .mediarowblock {
    cursor: pointer;
    width: 92%;
    transition: 300ms ease-out;
    margin: 50px auto;
  }
  
  .mediarowblock:hover {
    transform: scale(1.03);
    transition: 300ms ease-in;
  }
 .static_thumbs{
  height: auto;
 }

.scale_image img.left{
  height: 400px !important;
position: absolute;
top:25px;
}
.scale_image img.top {
  height: 25px !important;
  position: relative;
  width: 700px;
  float: right;
}
video{
  width: 100%;
}
.media_box{
  padding:0
}
.controls {
    bottom: -30px;
    width:100%;
    display: flex;
    justify-content: space-around;
}
#controls{
  position: absolute;
  height: 35px;
  bottom: -60px;
}
.video-container .controls button {
  background: transparent;
  color: #666;
  font-weight: bolder;
  border: none;
  cursor: pointer;
}
.inner_bar {
  width: 100%;
}
  .image_details {
    padding:10px;
    background-color:#fff;
  }
  .image_details p {
    display: inline-block;
    font-size: 0.8em;
  }
  .details p {
    font-size: small;
  }
  .details div {
    font-size: small;
  }
  .image_details h6 {
    display: inline-block;
    font-size: 0.8em;
    font-weight: bold;
  }
  /* modal popup styles */
  .image-modal-popup {
    position: fixed;
    overflow: auto;
    top: 110px;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    animation: 500ms fadeIn;
    display: none;
    z-index: 0;
  }
  @keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  .image-modal-popup .wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1200px;
    margin: auto;
    margin-top: 30px;
    position: relative;
  }
  .image-modal-popup .description {
    text-align: center;
  }
  .image-modal-popup img {
    width: 80%;
    max-height: calc(100vh - 150px);
    margin-bottom: 10px;
    cursor: pointer;
  }
  .image-modal-popup span {
    position: absolute;
    top: 0;
    right: 10px;
    color: red;
    cursor: pointer;
  }
  .image-modal-popup p {
    margin: 5px auto;
  }
  .image-modal-popup a {
    margin-bottom: 5px;
    display: inline-block;
    color: #222;
    text-decoration: none;
    background: #fff;
    margin: 10px 10px;
    padding: 10px 15px;
    border-radius: 6px;
  }
  .description h1, .description{
    color:#fff;
  }
  #gifs-rows img {
    cursor: pointer;
  }
  #gifs-rows .gif-file {
    display:none;
  }
  .eventsPage .card{
    border: 4px solid rgb(233, 231, 229)!important;
  }
  giffy-container {
    position: relative;
    display: inline-block;
  }
  .giffy-container:hover.giffy-container:after {
    display: none;
  }
footer{
  text-align: center;
}
.search_bar{
  width:100%;
  height:110px;
  background-color:#edc74c;
  padding:10px 0;
}
.fast-search-title {
  font-size: 24px;
  margin: 0 0 20px;
}
.fast-search-input {
  border-radius: 0;
}
.fast-search-opposite .fast-search-input {
  margin-bottom: 0;
  border-radius: 0;
}
.fast-search-list {
  margin-bottom: 0;
  padding-left: 0;
}
.fast-search-list-item {
  padding-top: 10px;
padding-bottom: 10px;
margin-bottom: 5px;
}
.fast-search-list-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.fast-search-list-item:last-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.list-group-item{
  border: 2px solid #e9e7e5;
}
.list-group-item {
  border-top-width: 0 !important;
}
.image_box{
  height:auto;
  overflow:hidden;
  object-fit: none;  
  object-position: center top;  
}
.image_box img{
  height: auto;
  display: flex;
  position: relative;
}
.editor-button {
  width: 100%;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 1;
}
.editor-form{
  background-color:#fff;
  padding:10px;
  border-radius:6px;
}
.btn-info, .btn-primary{
  background-color:#0098d7 !important;
}
.btn-info:hover, .btn-primary:hover{
  background-color:#115c99 !important;
}
.btn-download{
  margin-top:10px;
}
.media_archive ul li{
  list-style: none;
  background-color:#fff;
  padding:5px !important;
  width:100%;
  padding:10px;
  line-height: 1.5;
}
.media_archive li h6{
  display: inline-block;
}
.media_archive .details h6{
  display: inline-block;
  margin-left: 20px;
}
.media_archive ul li.row{
  border-top:1px dashed black;
}
.media_archive ul li.row:hover,
.media_archive ul li.row:hover a,
.media_archive ul li.row:hover h6{
  background-color:#115c99;
  color:#fff;
}
.details h6{
  margin:0 4px;
  }
  .time_details p{
  margin:0;
  line-height: 1.5;
  }
  
  #filterBox ul{
      margin: 0;
      padding:0;
      font-size: calc(7px + .5vw);

  }
  #filter-options li,
  #filter-options2 li{
  list-style:none;
  }
  #filter-options input[type="checkbox"]{
      margin-right:4px;
  }
  .list-group-item {
  width:100%;
  display: none;
  }
.accordion .parent-term label span i{
      color:#115c99;
  }
.go_to_post a {
  float: right;
  position: relative;
  display: block;
  }
.go_to_post button,
.go_to_post p{
  display:block;
  position:relative;
  margin:0 auto;
  text-align: center;
  word-break: break-all;
}
.dropdown-item {
  background: white !important;
  color: black !important;
}
  summary {
    color: #fff;
    width: 2rem;
    height: 2rem;
    position: absolute;
    top: 270px;
    left: 0.5rem;
    z-index: 90;
    border-radius: 50%;
    background-image: url("https://assets.codepen.io/128034/pause_circle_filled-24px.svg");
    background-size: 90% auto;
    background-repeat: no-repeat;
    background-position: center;
    background-color: white;
    cursor: pointer;
  }
  [open] summary {
    background-image: url("https://assets.codepen.io/128034/play_circle_filled-24px.svg");
    box-shadow: 0 0 0 2px #fff;
    background-color: white;
  }
  /* for blink/webkit */
  details summary::-webkit-details-marker {
    display: none;
  }
  /* for firefox */
  details > summary:first-of-type {
    list-style: none;
    position: absolute;
    box-shadow: 0 0 0 0.25rem #115c99;
  }
  summary + * {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1rem;
    padding-top: 3rem;
    color: #fff;
    overflow-y: auto;
  }
  summary + * a {
    color: #fff;
  }
  summary:focus {
    box-shadow: 0 0 0 0.25rem #aade87;
    outline: transparent;
  }
  .object-and-details1 img {
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: visible;
  }
/*       HOVER CSS       */
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.earth_location img{
  width: 200px;
  max-width: 100%;
  height: auto;
  position: relative;
  margin:0 auto;
  display:block;
}
.earth_location p{
  text-align: center;
  font-size: small;
  margin:0;
}
.timeline{
  width: 100%;
  vertical-align: middle;
  display: flex;
}
.timeline input{
  width: 100%;
}
button.play_pause {
  top: 2px;
  position: relative;
}
/* Survey Styles */
#gridRadios5:checked ~ .conditional{
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
#gridRadios5:not(:checked) ~ .conditional {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
} 
#thank-you-message {
  display: none;
  }
  #thank-you-message.show {
  display: block;
  }
  .button--loading .button__text {
    visibility: hidden;
    opacity: 0;
    }
    .button--loading::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    left: 25px;
    margin: auto;
    border: 4px solid transparent;
    border-top-color: #ffffff;
    border-radius: 50%;
    animation: button-loading-spinner 1s ease infinite;
    }
    .spinClose::after{
      border: none;
      content: "Submitted";
      animation: none;
      width: 80px;
      left: 25px;
    }
    @keyframes button-loading-spinner {
    from {
      transform: rotate(0turn);
    }

    to {
      transform: rotate(1turn);
    }
    }
.tabset > input[type="radio"] {
  position: absolute;
  left: -200vw;
}
.tabset .tab-panel {
  display: none;
}
.tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
.tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
.tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
.tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
.tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
  display: block;
}
.tabset > label:hover, .tabset > input:focus + label {
  border:2px solid #edc74c;
}
.tabset > label:hover::after, .tabset > input:focus + label::after, .container > input:checked + label::after {
  background: #06c;
}
.tabset > input:checked + label {
  border-color: 3px solid #edc74c;
  font-weight: bold !important;
  background-color: #fff !important;
  color:#115c99 !important;
}
.scrollBox{
  max-height: 100vh;
  overflow-y:scroll;
}
#player{
  z-index: 9;
}
.plyr__controls {
  background-color: #ffffff !important;
  padding: 0px !important;
  }
  .plyr--video {
    background-color:#fff !important;
  }
  .plyr__video-wrapper {
    background: #fff !important;
  }
  /* LIST JS CSS Updates    */
  .pagination li {
    display:inline-block;
    padding:5px;
  }
/* Bootstrap Table CSS Updates    */
  .page-item.active .page-link {
    background: #06c;
    border-color: #edc74c;
  }
  .page-link:hover{
    color:#06c;
  }
  #email-description{
  display: none;
  content:"Do not change this";
  }