/* Disable the ability to right click on chandleraz logo and save image as */
.navbar-header .logo img {
    pointer-events: none;
}


/* Custom Apple-Google Badges on /government/elections-and-voting/blockchain-mobile-voting, forcing inline block on same line */
.apple-google-badges-container .img-wrapper {
    display: inline-block;
    margin-top: 15 px;
    width: 140 px;
}

/* Global Responsive Youtube Video Player
=======================================*/
.videoWrapper {
  height: 0;
  margin-bottom: .5rem;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 1.5625rem;
  position: relative;
}

.videoWrapper iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; 
}

/* Centering Icons on Annual Report page by making width 25% before small breakpoint */
/* /government/city-managers-office/2021-annual-report */
@media (min-width: 768px)
.annual-report-items .col-sm-2 {
    width: 25%;
}

/* Responsive
==================================================*/
/* Centering Icons on Annual Report page by making width 25% before small breakpoint */
/* /government/city-managers-office/2021-annual-report */
  @media only screen and (min-width: 768px) {
  	.annual-report-items .col-sm-2 {
      width: 25%;
  }
}


/* Mobile News Menu Hidden */
li.tb-megamenu-item.level-1.mega.news-center.dropdown { 

    display: none; 

} 

/* Alert Banner Matches Green Btns */
.alert-success {
    background-color: #0C7C54;
}


/* Temporary Fixes
==================================================*/
#block-utilitymenu .menu.nav > li a, .utility-nav-block .menu.nav > li a {
    font-weight: 400;
}

.view-search .views-row h2 {
    font-family: 'open_sansregular', Helvetica, Arial, sans-serif;
}

.alert-success a, .alert-success a:hover, .alert-success a:focus {
    color: #fff;
}