/* ----- Google Programable Search ----- */
/*
.pse-custom-search {
    width: 400px !important;  
    float: right !important;
}
table.gsc-search-box td.gsc-input {
    padding-right: 12px;
}
/*solid border around search box*/
.gsc-search-box {
    border: 1px solid #999;
    border-radius: 3px;
    padding: 0 0 0 10px;
}
/* Search placeholder input*/
#gsc-i-id1::placeholder { 
   font-family: 'Segoe UI', helvetica, san-serif;
   color: white; 
   opacity: 1;
}

/* color the input and font */
.gsc-input {
    font-size: 16px;
    color: #fff !important;
    background: #35546d;
}

.gsc-search-button-v2 {
    width: auto;
    vertical-align: middle;
    padding: 9px 14px !important;
    margin-top: 1px;
    border-radius: 20px !important;
    border-color: transparent !important;
    background: #35546d !important;
}

/* ResultTitle*/
.gsc-control-cse .gs-spelling, .gsc-control-cse .gs-result .gs-title, .gsc-control-cse .gs-result .gs-title * {
    font-size: 19px !important;
}
/*ResultURL*/
.gs-webResult div.gs-visibleUrl {
    font-size: 16px !important;
}
/*ResultDetails*/
.gsc-control-cse, .gsc-control-cse .gsc-table-result {
    font-size: 15px !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: transparent !important;
    border-radius: 0 !important;
    }
   .sm-clean a, .sm-clean a:focus, .sm-clean a:active { /*initial font color*/
	color: #333 !important;
    border-radius: 0 !important;
   }
   .sm-clean a:hover, .sm-clean a.highlighted {    /* hovertoplevel - with bordercolortop */
    color: #333 !important;
    background: #fff;
   }  
   .sm-clean a .sub-arrow { /* arrow color - to view add a color the first position */
    border-color: transparent transparent transparent transparent; 
   }
    .sm-clean ul a .sub-arrow {/*add a color the submenu position */
    border-color: transparent transparent transparent #bfbfbf !important;
    }
   .sm-clean a, .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active { /* font */
   font-family: "Segoe UI", Arial, Helvetica, sans-serif;
   font-size: 22px;
   font-weight: 600;
   border-radius: 7px 5px 0px 0px !important;
   padding: 12px 20px;
   }
   .sm-clean a.has-submenu {
   padding: 12px 20px;
   }
   .sm-clean ul a, .sm-clean ul a:hover, .sm-clean ul a:focus, .sm-clean ul a:active, .sm-clean ul a.highlighted {
   padding: 12px 20px;
   }

   .sm-clean ul { /* subMenu Dropdown */
   border: 0px solid #bbbbbb;
   padding: 0; /* remove padding on dropdown */
   background: #fff;
   border-radius: 0px 0px 5px 5px !important;
   box-shadow: 5px 5px 5px -4px #888;
   opacity: 97%;
   width: 250px !important;
   }
   .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: #333;
	font-weight: normal;
   }
   .sm-clean ul a, .sm-clean ul a:hover {/*----------font size on dropdown------*/
	font-size: 18px;
   }
   .sm-clean ul a:hover, .sm-clean ul a:focus, .sm-clean ul a:active, .sm-clean ul a.highlighted {    /* SubMenu Hover */
   background: #35546d;
   color: #fff !important;
   border-radius: 0 !important;
   }
  .sm-clean > li > ul::before,
  .sm-clean > li > ul::after { /* remove arrow on subs */
	content: '';
	position: absolute;
	top: -16px;
	left: 30px;
	width: 0;
	height: 0;
	overflow: hidden;
	border-width: 9px;
	border-style: solid;
	border-color: transparent transparent transparent transparent;
  }
  .main-menu-check:not(:checked) ~ .sm { /* Return menu to normal after mobile*/
    object-fit: none;
    position: inherit !important;
    opacity: 2 !important;
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }  
  .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: #555;
}
@media (min-width: 768px) { /* removes background from normal menus */
	.main-nav {
    background: transparent !important;
	}
}
.main-nav-expanded { /*full sized mobile*/
    position: fixed;
    height: 100%;
    background: #eee;
    width: 95%;
    left: 0;
    z-index: 9000;
    top: 0;
    overflow: auto;
    -webkit-box-shadow: 5px -1px 10px -6px #333;
    box-shadow: 5px -1px 10px -6px #333;
    -webkit-animation-name: ezslider;
    -webkit-animation-duration: 0.6s;
    animation-name: ezslider;
    animation-duration: 0.6s;
    opacity: 98%;
    }
@-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: #555;
}
.sm-clean a, .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active {
   color: #fff;
}
.sm-clean .sm-nowrap > li > a, .sm-clean .sm-nowrap > li > :not(ul) a {
   white-space: wrap;
}
.sm-clean {
    background: #555;
}
/* hamburger background alignment etc below ---------------- */
.main-menu-btn {
    margin: 6px 10px;
    width: 44px;
    height: 40px;
    text-indent: 29px;
    color: transparent;
    border-radius:2px;
	float: right;
} 
   .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 15px;
}
.nav-brand a {
    display: contents;
    color: #fff;
    position: absolute;
    top: 22px;
    font-family: 'Segoe UI', Helvetica, Arial, sans-serif;
    font-size: 22px;
    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: #e8e8e8 !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 a, .sm-vertical a:hover, .sm-vertical a:focus, .sm-vertical a:active { /* Font */
    font-family: 'Segoe UI',sans-serif;
    text-transform: none;
    color: #333 !important;
    }
    .sm-clean.sm-vertical ul { /* Fly out */
    border: 0px solid #bbbbbb;
    padding: 0; /* remove padding on fly-out */
    background: #e8e8e8;
    border-radius: 0px !important;
    box-shadow: 0 5px 9px rgb(0 0 0 / 20%);
    opacity: 99%;
    }
   .sm-clean.sm-vertical a:hover, .sm-clean.sm-vertical a:focus, .sm-clean.sm-vertical a:active, .sm-clean.sm-vertical a.highlighted { /* hover color BKG and text*/
    background: #1a3784 !important;
    color: #fff !important;
   }
   .sm-clean.sm-vertical a:hover .sub-arrow, .sm-clean.sm-vertical a:focus .sub-arrow { /*sub-arrow-hover*/
    border-color: transparent transparent transparent #ffffff;
   }
   .sm-clean.sm-vertical, .nav-brand { /*Menu top space removal*/
    display:none;
   }
}
    .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;
}

/* ----------------------Pager ----------------> */
.ezpager {
    display: block;
    width: 100%;
    float: left;
    position: relative;
}
.ezpager-item {
    position: absolute;
    opacity: 0;
    transition: .5s ease;
    padding: 50px 0;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    z-index: 1;
}
.ezpager-item--active {
    position: relative;
    opacity: 1;
    z-index: 2;
}
.ezpager-btns {
    text-align: center;
    position: relative;
    z-index: 3;
    float: left;
    width: 100%;
}
.ezpager-btn {
    width: 12px;
    height: 12px;
    display: inline-block;
    background: rgba(255, 255, 255, .5);
    border-radius: 100%;
    margin: 0 3px;
}
.ezpager-btn--active,
.ezpager-btn:hover {
    cursor: pointer;
    background: #fff;
}
.ezrss-horizontal .ezrss-datemonth {
    text-align: left;
    font-size: 18px;
    color: #396DBB;
}
.ezrss-horizontal .ezrss-day,
.ezrss-horizontal .ezrss-month {
    padding-right: 0px;
}
.ezrss-horizontal .ezrss-solodate {
    font-family: "open_sanssemibold", Segoe UI, sans-serif;
	color: #121963;
}
.ezrss-horizontal .ezrss-day,
.ezrss-horizontal .ezrss-month {
    font-family: "open_sanssemibold", Segoe UI, sans-serif;
    text-transform: uppercase;
}
.ezrss-horizontal .ezrss-month {
    color: #121963;
}
.ezrss-horizontal .ezrss-event {
    font-size: 15px;
    color: #4c4c4c;
}
.ezrss-horizontal .ezrss-time {}
.ezrss-horizontal .ezrss-title a {
    font-family: "open_sanssemibold", Segoe UI, sans-serif;
    text-decoration: none;
    color: #4c4c4c;
}
.ezrss-horizontal .ezrss-title a:hover {
    text-decoration: underline;
}
#buttons .imagesizeit {
    overflow: visible;
}
#buttons .widgetitem img {
    transition: all .5s ease;
}
#buttons .widgetitem img:hover {
    transform: translateY(-20px);
    transition: all .5s ease;
}
/*---------------------------section1 left side background------------------------*/
.homesec1left {
	/*padding: 10px;*/
}
.homesec1left h2 {
    font-family: 'oswaldregular', sans-serif;
    font-size: 48px;
    line-height: 53px;
    color: #FFF;
    margin: 0;
    font-weight: normal;
    letter-spacing: -.5pt;
}
/*---------------------homepage link center (linkcenter)---------------------*/
.linkcenter{
	border-radius: 10px;
	width: 100%;
	float: left;
	font-size: 20px;
	color: #fff !important;
}
.linkcenter .eztext_area ul{
	display: flex;
	flex-direction: column;
	color: white;
	list-style-type: none;
	padding-left: 0;
}
.linkcenter .eztext_area li {
	display: inline-block !important;
	line-height: normal;
	color: #fff !important;
	margin-bottom: 18px;
	position: relative;
	padding-left: 1.2em;
}
.linkcenter ul li::before {
	font-family: 'FontAwesome';
    content: "\f046";
    color: #fff;
    width: 2em;
    font-size: 26px;
	position: absolute;
	left: -15px;
	top: 2px;
}

.linkcenter .eztext_area li a {
	color: #fff !important;
 	text-decoration: none !important;
}
.linkcenter .eztext_area li a:hover {
 	text-decoration: none;
	text-shadow: 8px 8px 8px rgba(0, 0, 0, 0.9), -2px -2px 4px rgba(255, 255, 255, 0.5); /* Shadow on hover */
	transition: text-shadow 0.2s ease-in-out; /* Smooth transition */
}
@media screen and (max-width:700px) {
	.linkcenter{
	padding: 0 10px;
	}
}
/*-----------------custom home calendar----------------------*/
.ch {
    color: #fff !important;
    font-size: 18px !important;
    text-decoration: none;
    text-align: center;
    background: #506a91 !important;
    padding: 25px !important;
    height: 15px !important;
    font-weight: normal;
}
@media screen and (max-width:700px) {
.ch {
    padding: 0 !important;
	}
}
.cc, .cw, .cs {
    text-align: center;
    font-size: 20px !important;
    color: #333 !important;
    background: #fff;
    padding: 20px !important;
}
.cc a, .cw a, .cs a {
    color: #333;
    font-size: 20px !important;
    text-decoration: none;
}
#controlhead .controldate {
	font-family:'bright', serif;
    font-size: 40px !important;
    text-align: center;
    color: #506a92 !important;
    padding: 0;
}
.controltab td {
	position: relative;
}
.controltad td a:before {
	content: "";
	position: absolute;
	background-color: rgba(0, 0, 0, 0.01);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.controltab td a {
	display: block !important;
	position: absolute;
	height:100%;
	width: 100%;
	top:25%;
	left:0;
}
.controltab td:has(a):hover {
	background: rgba(0, 0, 0, 0.02);
}
/*-------------------------------toggle/accordian-------------------------------------*/
.eztogglewrapper {
    width: 100%;
    margin: 0 auto;
    color: #000;
}
.accordion {
    background-color: #fafafa;
	border: 0;
    padding: 0 12px;
    margin: 0 auto;
    list-style: none outside;
    border-radius: 3px;

}
.accordian .eztext_area {
	font-size: 16px;
}
.accordion-item-hd {
	color: #333;
}
/*-------override user agent headings---------*/
.accordion-title {
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    display: block;
    position: relative;
    cursor: pointer;
	font-weight: normal;
    font-size: 22px;
}
.accordion-item-hd {
    display: block;
    padding: 8px 30px 8px 0;
    position: relative;
    cursor: pointer;
    font-size: 22px;
}
.accordion-item-hd-cta {
    color: #36536e;
}
/*---------------tabs------------------------------------*/
.eztabs__panels--visible {
    background: #FAFAFA;
	padding: 0 10px;
	box-shadow: 3px 3px 4px rgba(0,0,0,0.08); 
}
.eztabs .eztext_area {
	font-size: 16px;
}
html .eztabs__tab {
    padding: 7px 18px 10px 18px;
    background: #FAFAFA;
    color: #000;
}
html .eztabs__tab--active {
    background: #4e6a92;
    color: #fff;
}
html .eztabs__tab--active:hover {
    border-co lor: #4e6a92 transparent transparent transparent;
}
.eztabs__tab--active {
    background: #4e6a92;
    color: #fff;
}
/*------------------homepage card directory------------------*/
.card-view .department {
    display: none;
}
.card-view {
    display: flex;
    flex-wrap: wrap;
	justify-content:space-evenly;
    margin: auto;
    max-width: 100%;
}
.card-view .card {
    margin: 9px 18px;
    cursor: pointer;
    border-radius: 3px;
	max-width: 200px;
}
.card-view .card-img {
    position: relative;
    top: 1px;
    transform-origin: top;
    transition: transform 0.4s ease-out;
    border-radius: 50%;
    width: 90%;
}
.card-view .card:hover {
    transition: all 0.4s ease-out;
    background-color: #809dcb !important;
    color: #fff;
}
.card-view .card-name {
    text-transform: uppercase;
    padding: 6px 4px 4px 4px;
    font-size: 1em;
    font-weight: 500;
    text-align: center;
    line-height: .9rem;
}
.card-view .card-job-title {
    padding: 0 2px 4px 2px;
    font-size: .9em;
    font-weight: 400;
    font-style: italic;
    text-align: center;
    line-height: .9rem;
}
.ezDBwrapper .pagecount {
    display: none;
}
/*-----------------change default weight for form fields----------------*/
.ezFRMhead {
    font-weight: 500;
}

/*------------------------rss for calendar feed-----------------------*/

.customcalendar__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 10px 0;
	padding: 10px;
	background-color: #efefef;
}
.customcalendar__left {
    width: 75px;
    height: 70px;
    text-align: center;
    background: #555;
    color: #fff;
    -webkit-box-sizing: border-box;
	border-radius: 50%;
    box-sizing: border-box;
    padding: 7px 5px 5px 5px;
    font-family: "rokkittregular", sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /*border-style: double;*/
}
.customcalendar__date {
    font-size: 32px;
    line-height: 18px;
}
.customcalendar__month {
    font-size: 18px;
    text-transform: uppercase;
}
.customcalendar__right {
    padding: 5px 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: calc(100% - 50px);
}
.customcalendar__title {
    font-weight: 400;
    font-size: 18px;
    color: #ab261a;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    max-width: 90%;
    white-space: nowrap;
	font-weight: 500;
}
.customcalendar__title a {
    color: #ab261a;
    text-decoration: none;
}
.customcalendar__title a:hover {
    text-decoration: underline;
}
.customcalendar__time {
  
}
.customcalendar__time .ion-android-time {
  margin-right: 5px;
  font-size: 13px;
}

.ezMobileToggle {
    display: block;
    padding: 15px 0;
    color: #2069b5;
    font-family: "pt_sansregular";
    line-height: 100%;
    font-size: 22px;
    width: 94%;
    margin: 0 3%;
}
.ezMobileToggle:after {
    content: "\f104";
    font-size: 14px;
    font-family: "Ionicons";
    color: inherit;
    float: right;
}
.mobilewrapper {
    max-height: 0px;
    overflow: hidden;
    opacity: 0;
    transition: all 1s ease;
}
.mobilewrapper.collapsed {
    max-height: 0px !important;
}
.mobilewrapper.expanded {
    height: auto;
    opacity: 1;
    transition: all 1s ease;
    border-top: 1px solid #ccc;
}
/*-----------------------Font Awesome Styles------------------------*/
/*Affects all icons*/
.fa {
    line-height: inherit;
    /*Use to override all icon colors for uniform look*/
    color: ;
    background: ;
    overflow: hidden;
    background-blend-mode: multiply;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
}
/*-----------Icon Shapes----------*/
/*READ ME: Font Size and Width/Height should be the same size to keep the icon centered*/
/*But you can increase or decrease the padding to get a larger radius/background */
/*Makes the icons a circle*/

.circle {
    font-size: 30px !important;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 7px;
}
/*Makes the icon a square*/
.square {
    font-size: 25px !important;
    width: 25px;
    height: 25px;
    text-align: center;
    padding: 6px;
}
.socialmedia .square {
    font-size: 40px !important;
    width: 40px;
    height: 40px;
    text-align: center;
}
/*Gives the icon a 3d bezel*/
.bezel {
    border: 2.5px solid;
    border-style: outset;
}
/*Gives the icon rounded edges*/
.rounded {
    font-size: 30px !important;
    text-align: center;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    padding: 7px;
}
/*Gives the icon a drop shadow look*/
.shadow {
    text-shadow: 0px 3px 0px #b2a98f, 3px 7px 2px rgba(0, 0, 0, 0.5), 4px 10px 4px rgba(0, 0, 0, .25);
    font-size: 25px;
    padding: 11px;
    width: 25px;
    height: 25px;
}
/*------------Icon Font Colors and Background ------*/
/*Sets all of the icons to one color*/
.uniform {
    color: #000 !important;
    background-color: transparent !important;
}
/*----------------Emergency System-----------------------*/
#emergency-alert {
    position: relative;
    width: 100%;
    transition: all 1.5s ease;
    opacity: 0;
    overflow: hidden;
}
#emergencywrapper {
    background: #35546d;
    transition: all 1.5s ease;
    font-size: 21px;
    font-style: italic;
    font-weight: 600;
    letter-spacing: .1rem;
    color: #fff;
}
#emergencywrapper .editbox {
    margin-top: 50px;
}
#emergencywrapper .widgetitem {
    width: 94%;
    float: none;
}
#emergencywrapper .eztext_area {
    padding: 8px;
    text-align: center;
}
#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: 10px;
    top: 6px;
    font-size: 35px;
    z-index: #999;
    vertical-align: middle;
}
#emergencyin .ion-ios-close-empty:hover {
    cursor: pointer;
}
@media screen and (max-width:700px) {
    #emergencywrapper .eztext_area {
        padding: 10px 20px;
    }
    #emergencyin .ion-ios-close-empty {
        right: 10px;
        top: 7px;
    }
    #emergencywrapper .widgetitem {
    width: 87%;
    }
}