/* Toggle ada headline */
.accordion-title {
    padding:0;
    border:0;
    font-size: 24px;
}

/* ----- Google Custom Search ----- */
table.gsc-search-box td.gsc-input {
    padding-right: 0px !important;
}
.gsc-search-button-v2 {
    padding: 9px 15px !important;
}
.gsc-search-button-v2, .gsc-search-button-v2:hover, .gsc-search-button-v2:focus {
    border-color: #3079ED;
    background-color: #4D90FE;
}
.gs-title a:focus-visible {
    display: block; 
    border: 1px dotted #333333 !important;
    overflow: visible !important;
}

/* ----- Google Programable Search ----- */
.pse-custom-search {
    width: 300px !important;  
    float: right !important;
}

/* ---------------- Horizontal sMenu--------------- */

/* Mobile menu hamburger */
.main-menu-btn {
  float: right;  
}

@media (min-width: 768px) {
   .sm {    /* Alignment*/
    float: right;
    clear: none;
    }
   .sm-clean { /*background color*/
    padding: 0 10px;
    background: #FFF !important;
    border-radius: 0 !important;
    }
   .sm-clean a, .sm-clean a:focus, .sm-clean a:active { /*initial font color*/
    color: #FFF !important;
    border-radius: 0 !important;
   }
   .sm-clean a:hover, .sm-clean a.highlighted {    /* hovertoplevel - with bordercolortop */
    color: #fff !important;
    background: #396DBB;
   }  
   .sm-clean ul a, .sm-clean ul a:hover, .sm-clean ul a:focus, .sm-clean ul a:active, .sm-clean ul a.highlighted { /*dropdown font color*/
    color: #fff !important;
     }
   .sm-clean a .sub-arrow { /* arrow color - to view add a color the first position */
    border-color: transparent transparent transparent transparent; 
   }
   .sm-clean a, .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active { /* font */
   font-family: 'open_sans',sans-serif;
   font-size: 19px;
   }
   .sm-clean ul a:hover, .sm-clean ul a:focus, .sm-clean ul a:active, .sm-clean ul a.highlighted {    /* SubMenu Hover */
   background: #427ace;
   color: #fff !important;
   margin: 0;
   }
   .sm-clean ul { /* subMenu Dropdown */
   border: 0px solid #bbbbbb;
   padding: 0; /* remove padding on dropdown */
   background: #396DBB;
   border-radius: 0px 0px 5px 5px !important;
   box-shadow: 0 5px 9px rgb(0 0 0 / 20%);
   opacity: 97%;
   margin-top: 0 !important;/*GD*/
   }
  .sm-clean > li > ul::before,
  .sm-clean > li > ul::after { /* remove arrow on subs */
   display: none;
  }
	.main-nav {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
	}
  .main-menu-check:not(:checked) ~ .sm { /* Return menu to normal after mobile*/
    object-fit: none;
    position: inherit !important;
    opacity: 2 !important;
  }  
  .nav-brand a {
    display: none !important;
  }
}
  .main-menu-check:not(:checked) ~ .sm { /* eliminate old menu animation in mobile */
    object-fit: cover;
    position: absolute;
    opacity: 0;
} 
   .sm-clean { /* mobile */
    border-radius: 0;
}
    .sm-clean a, .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active { /* mobile font */
    font-family: "Segoe UI", Helvetica, sans-serif;
}
.main-nav { 
    background: #f9f9f9;
   /* border-bottom: 1px solid #ccc;
    padding: 5px;
    -webkit-box-shadow: 11px 11px 7px -7px rgba(204,204,204,0.47);
    -moz-box-shadow: 11px 11px 7px -7px rgba(204,204,204,0.47);
     box-shadow: 11px 11px 7px -7px rgba(204,204,204,0.47); */
}
.main-nav-expanded { /*full sized mobile*/
    position: fixed;
    height: 100%;
    background: #eee;
    width: 96%;
    left: 0;
    z-index: 9000;
    top: 0;
    overflow: auto;
    -webkit-box-shadow: 5px -1px 30px -6px #333;
    box-shadow: 5px -1px 30px -6px #333;
    -webkit-animation-name: ezslider;
    -webkit-animation-duration: 0.6s;
    animation-name: ezslider;
    animation-duration: 0.6s;
    opacity: 99%;
    }

@-webkit-keyframes ezslider {
    from {left:-600px; opacity:0} 
    to {left:0; opacity:1}
    }
@keyframes ezslider {
    from {left:-600px; opacity:0}
    to {left:0; opacity:1}
}
/* change mobile background color ------------------------- */
.main-nav-expanded {
  background: #333;
}

.sm-clean a, .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active {
   color: #fff;
}
.sm-clean {
    background: #333;
}

/* hamburger background alignment etc below ---------------- */
.main-menu-btn {
    margin: 6px 10px;
    width: 44px;
    height: 44px;
    text-indent: 29px;
    background: #333;
    color: #396DBB;
    border-radius:2px;
} 
   .main-menu-btn-icon, .main-menu-btn-icon:before, .main-menu-btn-icon:after {  /* m-hamburger */
     background: #fff !important;
}
   .main-menu-btn-icon {
   left: 10px;
}

.nav-brand {  /* mobile text */
    float: left;
    margin: 18px 0 0 28px;
}

.nav-brand a {
    display: contents;
    color: #333;
    position: absolute;
    top: 22px;
    font-family: 'Segoe UI',sans-serif;
    font-size: 23px;
    font-weight: normal;
    left: 51px;
    line-height: 18px;
    text-decoration: none;
}

.overflow-hidden { /* mobile add to body tag */
	overflow: hidden;
}

/* -------------- Vertical --------------- */

@media (min-width: 768px) { /* Menu width BG Color */
   .sm-clean.sm-vertical {
    background: #f9f9f9 !important;
    border-radius: 0;
    width: 100%;
    padding: 0; /* remove padding in vertical */
  }
   .sm-vertical a:hover, .sm-vertical a.highlighted { /* First level margin */
    border-top: 0;
    margin-top: 0;
   }
   .sm-vertical ul a {
    color: #333 !important;
    }
   .sm-vertical a, .sm-vertical a:hover, .sm-vertical a:focus, .sm-vertical a:active { /* Font */
    font-family: 'rokkittregular',sans-serif;
    text-transform: none;
    color: #333 !important;
    font-size: 20px !important;
    }
    .sm-clean.sm-vertical ul { /* Fly out */
    border: 0px solid #bbbbbb;
    padding: 0; /* remove padding on fly-out */
    background: #f9f9f9;
    border-radius: 0px !important;
    box-shadow: 0 5px 9px rgb(0 0 0 / 20%);
    opacity: 99%;
    margin-left: 100% !important; /*animation*/
    top: -4px !important; /*animation*/
    }
   .sm-clean.sm-vertical a:hover, .sm-clean.sm-vertical a:focus, .sm-clean.sm-vertical a:active, .sm-clean.sm-vertical a.highlighted, .sm-clean.sm-vertical a.visited {
    background: #fff !important;
    color: #333 !important;
    outline: 1px solid #ccc;
}
   .sm-clean.sm-vertical a:focus {
    outline: 2px solid #333 !important;
}
   .sm-clean.sm-vertical a:hover .sub-arrow { /*sub-arrow-hover*/
    border-color: transparent transparent transparent #333;
   }
}
    .sm-vertical { /*set vertical width */
    width: 100%
}
   .main-nav-panel-bar .nav-brand {/*remove panel bar top space*/
    display:none;
}
    .main-nav-panel-bar .sm-panel-bar {/* modify panel bar z-index */
    z-index:2;
}
    .main-nav-panel-bar .sm a:hover { /* panel bar hover */
    background: #f9f9f9;
}


/*Fixes tab overflow issue*/

.RadTabStrip .rtsLevel,
.RadTabStripVertical .rtsLevel {
    overflow: visible !important;
}


/*------------------------------------------------------------------------Emergency System--------------------------------------------------------------------------*/

#emergency-alert {
    position: relative;
    z-index: 9999;
    width: 100%;
    transition: all 1.5s ease;
    opacity: 0;
    overflow: hidden;
}

#emergencywrapper {
    background: #FFD800;
    transition: all 1.5s ease;
}

#emergencywrapper .editbox {
    margin-top: 50px;
}

#emergencywrapper .widgetitem {
    width: 94%;
    float: none;
}

#emergencywrapper .eztext_area {
    padding: 10px;
}

#emergencyin {
    position: relative;
}

#emergencyin .ion-android-alert {
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 30px;
    color: white;
    text-shadow: 3px 3px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

#emergencyin .ion-ios-close-empty {
    position: absolute;
    right: 0;
    top: 0px;
    font-size: 35px;
    z-index: #999;
}

#emergencyin .ion-ios-close-empty:hover {
    cursor: pointer;
}

.marquee {
    width: 100% !important;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px !important;
    overflow: hidden;
    background: #333;
    padding: 12px 0;
    font-size: 25px;
    font-family: "rokkittregular";
    color: #fff;
}
.marquee a {
	color:white !important;
	text-decoration:underline;
}
.marquee a:hover{
	color:white;
	text-decoration:none !important;
}
.accordion {
    padding: 0;
    background: #F9F9F9;
    border: 0px;
}

.accordion-item-hd {
    background: #333;
    color: #fff;
    padding: 15px 30px 15px 10px;
    font-family: "rokkittregular", georgia;
    font-size: 24px;
    text-align: center;
}

.accordion-item-input:checked~.accordion-item-bd {
    max-height: 10000px;
	padding-bottom: 20px;
}

.accordion-item-input:checked~.accordion-item-bd .widgetitem {
    padding: 0 15px;
}
.accordion-item-bd {
    color: #474747;
    font-size: 16px !important;
}

.accordion-item-hd-cta{
    top: calc(52% - 8px);
    right: 10px;
}
@media screen and (max-width:700px) {
    #emergencywrapper .eztext_area {
        padding: 10px 20px;
    }
    #emergencyin .ion-ios-close-empty {
        right: 10px;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
