html{
    margin-left: calc(100vw - 100%);
    margin-right: 0;
}


:root {
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

:focus {
    outline: 0px solid #335998;
}

body{
	position: relative;
}

body, .pusher, body.pushable{ 
	background-color: #f6f6f6!important; 
	min-height: 100vh;
}


.contentBody {
	-webkit-transition: all 500ms cubic-bezier(0.250, 0.100, 0.250, 1.000); 
	   -moz-transition: all 500ms cubic-bezier(0.250, 0.100, 0.250, 1.000); 
	     -o-transition: all 500ms cubic-bezier(0.250, 0.100, 0.250, 1.000); 
	        transition: all 500ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
	
	-webkit-transition-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000); 
	   -moz-transition-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000); 
	     -o-transition-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000); 
	        transition-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000);
	
	
	
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background: #fff;
    box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.2);
    position: relative;
    min-height: 100vh!important;
}


.logo_block {
    position: absolute;
    top: -1px;
    left: 0px;
    width: 25vw;
    min-width: 220px;
    max-width: 220px;
    display: none;
    z-index: 9;
}


.dept_banner .logo_block{
	width: 18vw;
	min-width: 220px;
	
}

.hero.subhero .logo_block{
	width: 18vw;
	min-width: 260px;
}

.hero .logo_block{
	width: 25vw!important;
    min-width: 25vw!important;
    max-width: 25vw!important;
}


#wc_search{
    position: relative; 
    background: #fff; 
    padding: 0px;

}

.hero #wc_search{
    padding: 15px!important;
    text-align: center!important;
    background: #404E66!important;
}

.global_nav{
	color:#fff;
	font-size:1em;
	padding: 12px;
	background: #1F2A40;
	position: relative;
	z-index: 10;
	clear: both;
	text-align: right;
	display: block;
	max-height: 46px;
}

.global_nav .navlink{
	opacity: 0.8;
	display: inline-block;
	cursor: pointer;
	margin-left: 8px;
	margin-right: 8px;
}

.global_nav .navlink:hover{
	color:#fff;
	opacity: 1;
}


.global_nav .navlink i.icon{
	margin-left: 8px!important;
	opacity: 1;
}


.global_nav .navlink i.services.icon{
	font-size: 1.2em;
}

.global_nav .navlink a{
	color: #fff!important;
}


.hero{
  position: relative!important;
  clear: both!important;
  /*margin-bottom: 30px!important;*/
  width: 100%;
}

.hero.subhero{
  margin-bottom: 12px!important;
  margin-right: -6px;
  background-size: contain;
  background-repeat: no-repeat;
}


.hero.subhero .fluid.image{
	width: 100%!important;
}







.m-services, .m-dept{
	display:inline-block;
	padding-right: 20px;
}






.close, .m-services, .m-dept{
	float:right;
	padding-right:10px;
	padding-left:10px;
}




#news img {
	overflow-y:hidden;
}

.footer {
	width:100%;
	margin:1rem 1rem 0 0 !important;
	margin-top: 80px!important;
	padding-top:.75rem!important;
	padding-bottom:.75rem!important;
	color:#fff;
	font-size:1em;
	background: #1F2A40;
}

#footer div.segment{
	padding:0em 0em 0em 0em;
}

#footer div.column{
	padding:.25em 1.25em .25em 1.25em;
}

.social {

}


.tab {
	background:#fff;
	/*border-radius: 10px!important;*/
}


#footer .ui.segment.copyright{
	font-size: 0.8em!important;
	padding-top: 12px!important;
}

#footer .ui.segment.social h4, #footer .ui.segment a.footer-icon{
	display: inline-block!important;
	margin-right: 8px!important;
}

#footer a.footer-icon{
	-webkit-transition: all .2s ease;
    transition: all .2s ease;
	color: #fff!important; 
	font-size: 1.6em!important;
	padding: 10px 4px 0px 4px!important;
	opacity: 0.7!important;
}

#footer a.footer-icon i.icon{
	
}

#footer a.footer-icon:hover{
	opacity: 1!important;
}

a.footer-icon[data-tooltip]:not(a.footer-icon[data-position]):before{
	margin-bottom: .4rem!important;
}



#primary_nav {
	color:#fff;
	font-size:1em;
	text-align: center;
	background: #1F2A40;
	margin-bottom: 10px;
	border-radius: 0px!important;
}



.divisions .ui.move.reveal{
	white-space: normal!important;
}

.divisions .visible.content {
    width:100%;
    background-color:#404E66;
    text-align:center;
    color: #333!important;
    
}

.divisions .card{
	min-width: 170px;
}


a.divlink{
	color: #000!important;
}

.divisions .card .ui.reveal .content p a{
	color: #000!important;
}

/*
.ui.breadcrumb {
	margin: 1em 0;
	padding-bottom: 12px;
}
*/

.ui.reveal>.hidden.content{
	display: table-cell!important;
	vertical-align: middle!important;
	padding: 12px!important;
	white-space: pre-wrap!important;
	opacity: 1!important;
	
}

.divisions .ui.raised.card{
	overflow: hidden!important;
}


@media screen and (min-width: 1260px) {
    .ui.container {
	    width: 1240px!important;
	    max-width: 1240px!important;
	    margin-left: auto!important;
	    margin-right: auto!important;
	}
	
}

@media screen and (max-width: 1259px) and (min-width: 1200px) {
    .ui.container {
	    width: 1180px!important;
	    max-width: 1180px!important;
	    margin-left: auto!important;
	    margin-right: auto!important;
	}

}
/*
@media only screen and (max-width: 1199px) and (min-width: 460px) {
	.ui.container {
	    width: 92vw!important;
	    max-width: 92vw!important;
	    margin-left: auto!important;
	    margin-right: auto!important;
	}
	
}

@media only screen and (max-width: 459px) {
	.ui.container {
	    width: 98vw!important;
	    max-width: 98vw!important;
	    margin-left: auto!important;
	    margin-right: auto!important;
	}
	
	
	
}
*/
.heroImages section:not(:first-of-type){
	display: block;
}

,hero .heroImages{
	position: relative;
	max-height: 536px!important;
}


.bodyContent.heroImages{
	max-height: 536px!important;
}

.heroImages, .heroImages img{
	width: 100%!important; 
	min-width: 100%!important; 
	max-width: 100%!important; 
	padding: 0px!important; 
	margin: 0px!important; 
	max-height: 536px!important;
}


.fotorama__nav.fotorama__nav--dots{
	transition: all 0.20s ease-out;
	top: 0px;
	z-index: 10;
}

.heroImages:hover .fotorama__nav.fotorama__nav--dots{
	top: -40px;
	transition: all 0.20s ease-out;
}


.fotorama__dot{
    display: block;
    width: 8px;
    height: 8px;
    position: relative;
    top: 12px;
    left: 6px;
    border-radius: 50%;
    border: 2px solid #1F2A40;
    background: #1F2A40;
    opacity: 0;
}

.heroImages:hover .fotorama__dot{
	opacity: 0.4;
}

.heroImages:hover .fotorama__dot:hover{
	opacity: 1;
}

.heroImages:hover .fotorama__active .fotorama__dot{
	opacity: 1;
}


.fotorama__active .fotorama__dot{
	display: block;
    width: 8px;
    height: 8px;
    position: relative;
    top: 12px;
    left: 6px;
    border-radius: 50%;
    border: 2px solid #1F2A40;
    background: #fff;
}

header.one.column{
	padding-left: 0px!important;
	padding-right: 0px!important;
}

.heroImages .fotorama__nav-wrap{
	position: absolute!important;
}


.square {
	position: relative;
	background: #404E66;
	z-index:1;
	width:100%;
	overflow:hidden;
}	

.logo :not(recollect) {
	color:#fff;
	z-index:3;
	padding:5%;
	width:100% !important;
}

.seal {
	width:44%;
	margin-top: 1em;
}

.banner .dept_banner .label{
	position:absolute;
	bottom: 1em;
	right: 0px;
	text-align:right !important;
	/* background-color: rgba(142, 164, 191, 0.72) !important;	 */
	background-color:rgba(31, 42, 64, 0.72)!important;	
	padding: 8px 15px !important;
	color:#fff !important;
	z-index:9;
	/*width:100%;*/
	border-top-right-radius: 0px!important;
	border-bottom-right-radius: 0px!important;
	font-weight: 200!important;
}
.banner .dept_banner .label h1{ 
	/*font-weight: 200!important;*/
}

.banner{
	max-height:265px;
	margin-bottom:0px!important;
	margin: 0px!important;
}

.label .header{
	padding-right:10px;
}



.dept_banner img{
	opacity:1;
}




.dept_banner{
	background-color:#8EA4BF!important;
	width:100%!important;
	box-shadow: -6px 0px 6px #333!important;
	background-position: center center!important;
	background-repeat: no-repeat!important;
	background-size: cover!important;
	z-index:2!important;
	position: relative!important;
	padding:0 !important;
}

.dept_image{
	width:40%; 
	float:right;
}



.banner .dept_banner .label{
    position:absolute;
    bottom: 1em;
    right: 0px;
    text-align:right !important;
    background-color:rgba(31, 42, 64, 0.72)!important;          
    padding: 8px 15px !important;
    color:#fff !important;
    z-index:9;
    border-top-right-radius: 0px!important;
    border-bottom-right-radius: 0px!important;
    font-weight: 200!important;
}

.mobile_banner{
    text-align:right !important;
    background-color:rgba(31, 42, 64, 1)!important;          
    padding: 8px 15px !important;
    color:#fff !important;
    z-index:9;
    width:100%;
    border-top-right-radius: 0px!important;
    border-top-left-radius: 0px!important;
    font-weight: 200!important;
	margin:0 !important;
}



/*----------------------
     Only (Device)
-----------------------*/

/* These include arbitrary class repetitions for forced specificity */

/* Mobile Only Hide */

@media only screen and (max-width: 767px) {
  .ui[class*="tablet only"].grid.grid.grid:not(.mobile),
  .ui.grid.grid.grid > [class*="tablet only"].row:not(.mobile),
  .ui.grid.grid.grid > [class*="tablet only"].column:not(.mobile),
  .ui.grid.grid.grid > .row > [class*="tablet only"].column:not(.mobile) {
    display: none !important;
  }

  .ui[class*="computer only"].grid.grid.grid:not(.mobile),
  .ui.grid.grid.grid > [class*="computer only"].row:not(.mobile),
  .ui.grid.grid.grid > [class*="computer only"].column:not(.mobile),
  .ui.grid.grid.grid > .row > [class*="computer only"].column:not(.mobile) {
    display: none !important;
  }

  .ui[class*="large screen only"].grid.grid.grid:not(.mobile),
  .ui.grid.grid.grid > [class*="large screen only"].row:not(.mobile),
  .ui.grid.grid.grid > [class*="large screen only"].column:not(.mobile),
  .ui.grid.grid.grid > .row > [class*="large screen only"].column:not(.mobile) {
    display: none !important;
  }

  .ui[class*="widescreen only"].grid.grid.grid:not(.mobile),
  .ui.grid.grid.grid > [class*="widescreen only"].row:not(.mobile),
  .ui.grid.grid.grid > [class*="widescreen only"].column:not(.mobile),
  .ui.grid.grid.grid > .row > [class*="widescreen only"].column:not(.mobile) {
    display: none !important;
  }
  
}

/* Tablet Only Hide */

@media only screen and (min-width: 768px) and (max-width: 991px) {
  
  
  
  .ui[class*="mobile only"].grid.grid.grid:not(.tablet),
  .ui.grid.grid.grid > [class*="mobile only"].row:not(.tablet),
  .ui.grid.grid.grid > [class*="mobile only"].column:not(.tablet),
  .ui.grid.grid.grid > .row > [class*="mobile only"].column:not(.tablet) {
    display: none !important;
  }

  .ui[class*="computer only"].grid.grid.grid:not(.tablet),
  .ui.grid.grid.grid > [class*="computer only"].row:not(.tablet),
  .ui.grid.grid.grid > [class*="computer only"].column:not(.tablet),
  .ui.grid.grid.grid > .row > [class*="computer only"].column:not(.tablet) {
    display: none !important;
  }

  .ui[class*="large screen only"].grid.grid.grid:not(.mobile),
  .ui.grid.grid.grid > [class*="large screen only"].row:not(.mobile),
  .ui.grid.grid.grid > [class*="large screen only"].column:not(.mobile),
  .ui.grid.grid.grid > .row > [class*="large screen only"].column:not(.mobile) {
    display: none !important;
  }

  .ui[class*="widescreen only"].grid.grid.grid:not(.mobile),
  .ui.grid.grid.grid > [class*="widescreen only"].row:not(.mobile),
  .ui.grid.grid.grid > [class*="widescreen only"].column:not(.mobile),
  .ui.grid.grid.grid > .row > [class*="widescreen only"].column:not(.mobile) {
    display: none !important;
  }
}

/* Computer Only Hide */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ui[class*="mobile only"].grid.grid.grid:not(.computer),
  .ui.grid.grid.grid > [class*="mobile only"].row:not(.computer),
  .ui.grid.grid.grid > [class*="mobile only"].column:not(.computer),
  .ui.grid.grid.grid > .row > [class*="mobile only"].column:not(.computer) {
    display: none !important;
  }

  .ui[class*="tablet only"].grid.grid.grid:not(.computer),
  .ui.grid.grid.grid > [class*="tablet only"].row:not(.computer),
  .ui.grid.grid.grid > [class*="tablet only"].column:not(.computer),
  .ui.grid.grid.grid > .row > [class*="tablet only"].column:not(.computer) {
    display: none !important;
  }

  .ui[class*="large screen only"].grid.grid.grid:not(.mobile),
  .ui.grid.grid.grid > [class*="large screen only"].row:not(.mobile),
  .ui.grid.grid.grid > [class*="large screen only"].column:not(.mobile),
  .ui.grid.grid.grid > .row > [class*="large screen only"].column:not(.mobile) {
    display: none !important;
  }

  .ui[class*="widescreen only"].grid.grid.grid:not(.mobile),
  .ui.grid.grid.grid > [class*="widescreen only"].row:not(.mobile),
  .ui.grid.grid.grid > [class*="widescreen only"].column:not(.mobile),
  .ui.grid.grid.grid > .row > [class*="widescreen only"].column:not(.mobile) {
    display: none !important;
  }
  
  
  
  
}

/* Large Screen Only Hide */

@media only screen and (min-width: 1200px) and (max-width: 1919px) {
  .ui[class*="mobile only"].grid.grid.grid:not(.computer),
  .ui.grid.grid.grid > [class*="mobile only"].row:not(.computer),
  .ui.grid.grid.grid > [class*="mobile only"].column:not(.computer),
  .ui.grid.grid.grid > .row > [class*="mobile only"].column:not(.computer) {
    display: none !important;
  }

  .ui[class*="tablet only"].grid.grid.grid:not(.computer),
  .ui.grid.grid.grid > [class*="tablet only"].row:not(.computer),
  .ui.grid.grid.grid > [class*="tablet only"].column:not(.computer),
  .ui.grid.grid.grid > .row > [class*="tablet only"].column:not(.computer) {
    display: none !important;
  }

  .ui[class*="widescreen only"].grid.grid.grid:not(.mobile),
  .ui.grid.grid.grid > [class*="widescreen only"].row:not(.mobile),
  .ui.grid.grid.grid > [class*="widescreen only"].column:not(.mobile),
  .ui.grid.grid.grid > .row > [class*="widescreen only"].column:not(.mobile) {
    display: none !important;
  }
}

/* Widescreen Only Hide */

@media only screen and (min-width: 1920px) {
  .ui[class*="mobile only"].grid.grid.grid:not(.computer),
  .ui.grid.grid.grid > [class*="mobile only"].row:not(.computer),
  .ui.grid.grid.grid > [class*="mobile only"].column:not(.computer),
  .ui.grid.grid.grid > .row > [class*="mobile only"].column:not(.computer) {
    display: none !important;
  }

  .ui[class*="tablet only"].grid.grid.grid:not(.computer),
  .ui.grid.grid.grid > [class*="tablet only"].row:not(.computer),
  .ui.grid.grid.grid > [class*="tablet only"].column:not(.computer),
  .ui.grid.grid.grid > .row > [class*="tablet only"].column:not(.computer) {
    display: none !important;
  }
}












/* Mobile */
@media only screen and (max-width: 549px) {
	.label .header, .mobile_banner{
		font-size: 1rem!important
	}
}

@media only screen and (min-width: 550px) and (max-width: 767px) {
	.label .header, .mobile_banner{
		font-size: 1.25rem!important
	}
}


/* Tablet */

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.label .header{
		font-size: 1.5rem!important
	}
	.mobile_banner{
		font-size: 1.25rem!important
	}
}

/* Small Monitor */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.label .header{
		font-size: 1.75rem!important
	}
	.mobile_banner{
		display:none;
	}
}

/* Large Monitor */
@media only screen and (min-width: 1200px) {
	.label .header{
		font-size: 2rem!important
	}
	.mobile_banner{
		display:none;
	}
}

.m-menu{float: left;}

.dept_banner .ui.image{
	min-height: 72px;
}







.ui.inverted.bottom.attached.header.mobile_banner{
	border-radius: 0px!important;
	
}

.ui.one.column.grid.siteheader{
	margin-left: 0px!important;
	margin-right: 0px!important;
}

.ui.menu.sidebar_nav .item, .ui.menu.sidebar_nav .title{
	font-weight: bold!important;
	color: #262626!important;
	
}

.ui.menu.sidebar_nav a.item{
	padding-left: 36px;
}


.ui.menu.sidebar_nav .content a.item{
	padding-left: 22px;
	font-size: 0.9em;
}

section{
	display: block!important;
	padding:10px!important;
	margin: 0px!important;
	transition: all 0.4s!important;
	position: relative!important;
	border: 1px solid transparent;
	clear: both!important;
	overflow: hidden!important;
}


.fotorama__html section{
	padding: 0px!important;
	border: 0px!important;
}

.hero section img {
    max-width: 100%!important;
}


.ui.card .avatar img, .ui.card img.avatar, .ui.cards>.card .avatar img, .ui.cards>.card img.avatar.mgmtCard {
    width: 3.5em!important;
    height: 3.5em!important;
    border-radius: 500rem!important;
    margin-bottom: 0em!important;
}

.mgmtCard img{
	margin-bottom: -0.2em!important;
}


#primary_nav.ui.menu .item>i.dropdown.icon {
	right: -8px;
}


.hamburger {
  padding: 0px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  font-size: .65714286rem!important;
  color: #fff!important;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; 
}
  
.hamburger:hover {
    opacity: 0.7; 
}

.hamburger-box {
  width: 22px;
  height: 16px;
  display: inline-block;
  position: relative; 
  margin-top: 2px;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; 
}
  
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 22px;
    height: 3px;
    background-color: #fff;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; 
}
    
.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; 
}

.hamburger-inner::before {
    top: -7px; 
}

.hamburger-inner::after {
    bottom: -7px; 
}

.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin-r .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin-r .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }









.mm-navbars-bottom{
	text-align: center!important; border-top: 1px solid #ccc!important; padding: 12px!important;
}

.mm-navbars-top{
	/*background: rgba(33, 133, 208, 1)!important;*/
	background: rgba(31, 42, 64, 1)!important;
	color: #fff!important;
	padding-top: 4px!important;
	border: 0px!important;
	border-bottom: 1px solid #ccc; 
	margin-bottom: 4px;
	margin-bottom: ;
}

.mm-listview{
	margin-top: -18px!important;
}

.mm-search input{
	background: #fff!important;
}

.mm-search{
	height: 46px!important;
}

.mm-title{
	color: #fff!important;
}

.mm-navbar.mm-navbar-size-1.mm-hasbtns{
	/*background: rgba(33, 133, 208, 1)!important;*/
	background: rgba(31, 42, 64, 1)!important;
	margin-top: 2px!important;
    border-top: 1px solid rgba(0,0,0,.3)!important;
    border-bottom: 1px solid rgba(0,0,0,.3)!important;
}

#rd-nav-slide-menu.mm-menu.mm-theme-white .mm-btn:after, #rd-nav-slide-menu.mm-menu.mm-theme-white .mm-btn:before {
    border-color: rgba(255,255,255,0.6)!important;
}

.mm-navbar.mm-navbar-size-1.mm-hasbtns:hover .mm-btn:after, .mm-navbar.mm-navbar-size-1.mm-hasbtns:hover .mm-btn:before{
	border-color: rgba(255,255,255,1)!important;
}

#rd-nav-slide-menu .mm-panels{
	top: 83px!important;
}

.mm-listview{
	border-top: 1px solid rgba(0,0,0,.1)!important;
}

.mm-listview>li>a.nav-lvl-2{
	padding-left: 36px!important;
}

@media only screen and (max-width: 991px){
    .mm-listview>li>a.nav-lvl-manual{
        padding-left: 72px!important;
    }
}
@media only screen and (min-width: 992px){
    .mm-listview>li>a.nav-lvl-manual{
        display:none;
    }
}

.mm-listview>li:hover{
	cursor: pointer;
	background-color: #ededed!important;
}

.mm-listview>li>a{
	color: #262626!important;
	font-size: 0.9em!important;
}

.rd_site_home a i.icon{
	font-size: 1.3em!important;
}

.ui.segment.rd-fh.mm-wrapper{
	border: 0px!important;
}

.mm-menu.mm-theme-white .mm-listview>li.mm-selected>a:not(.mm-next), .mm-menu.mm-theme-white .mm-listview>li.mm-selected>span {
    background: none!important;
}

.nav-page-selected{
	/*background-color: #ededed!important;*/
	font-weight: bold;
}

li.rd_site_home{
	background-color: #dadada!important;
}

li.rd_site_home:hover{
	background-color: #ddd!important;
	color: #fff!important;
}

em.mm-counter+a.mm-next {
    width: 70px!important;
}

.rd-pageid{
	transition: all 0.40s ease-in-out;
	height: 100%;
	width: 70px;
	position: absolute;
	top: 0px!important;
	right: -70px;
	padding: 4px 6px 10px 6px!important;
	background: #2185D0!important;
	color: #fff!important;
	font-size: 0.7em!important;
	text-align: center;
	line-height: 160%;
}

.mm-listview>li>a.with-pageid:hover .rd-pageid{
	right: -1px;
}

#rd-nav-slide-menu .mm-listview>li>a.with-pageid:hover{
	padding-right: 74px;
}

.mm-listview>li.dept-settings-link, .mm-listview>li.dept-settings-link.nav-page-selected, .mm-listview>li.dept-settings-link:hover{
	/*background-color: #ededed!important;
	margin-top: -4px;*/
	box-shadow: 0px 2px 8px 2px rgba(0,0,0,0.48);
	z-index: 100!important;
}

.mm-listview>li.dept-settings-link a, .mm-listview>li.dept-settings-link.nav-page-selected a, .mm-listview>li.dept-settings-link.nav-page-selected.mm-selected a{
	background-color: #ededed!important;
	border-bottom: 1px solid rgba(33, 133, 208, 0.7)!important;
	text-align: left;
	padding: 12px 10px 8px 10px!important;
	color: #000!important;
}

.mm-listview>li.dept-settings-link a i.icon{
	margin-left: 12px;
    float: left;
    margin-right: 8px;
 }



/* .mm-listview>li.dept-settings-link.nav-page-selected.mm-selected, .mm-listview>li.dept-settings-link.nav-page-selected.mm-selected:hover, .mm-listview>li.dept-settings-link:hover, */

.mm-listview>li.dept-settings-link a:hover, .mm-listview>li.dept-settings-link.nav-page-selected a:hover, .mm-listview>li.dept-settings-link.nav-page-selected.mm-selected a:hover{
	background-color: rgba(33, 133, 208, 0.7)!important;
	color: #fff!important;
}


#nav-sub-menu.mm-menu{
	margin-bottom: -56px!important;
    overflow-y: hidden!important;
}

#nav-sub-menu ul.mm-listview{
	display: block!important;;
	margin-top: -21px!important;
}

#nav-sub-menu .mm-navbar .mm-title{
	color: #262626!important;
}

#rd-sidebar-nav .rd-fh {
    min-height: 100vh;
    max-height: 100vh;
    margin-left: -1px;
    overflow: hidden!important;
    border-radius: 0px!important;
    position: relative;
    border-right: 1px solid #cacaca;
}

#rd-sidebar-nav.ui.left.sidebar {
    width: 320px!important;
    min-width: 320px!important;
    max-width: 320px!important;
}

#rd-sidebar-nav {
    padding-top: 0px!important;
    overflow: hidden!important;
    border-radius: none!important;
    z-index: 100;
}






i.ui.newspaper.icon.newsitemicon{
	font-size: 5.5em!important;
	margin: 1.5rem 0 -1rem 1.8rem!important;
}


.ui.breadcrumb{
	margin-bottom: 12px!important;
	padding-top: 12px!important; 
	padding-left: 1.2rem!important;
}

.column.bodyContent{
	min-height: 600px;
	padding: 0px 12px 12px 1.2rem!important;
	line-height: 1.6285em;
}

h2.ui.header.pageheader{
	padding-top: 0px; margin-bottom: 0px;
}

.pub{
	font-size: 1.05em;
	margin-bottom: 1.2em;
}
.pub .ui.label{
	font-size: 0.65em;
	position: relative;
	top: -2px;
}

.ui.floated.segment.articleimage{
	margin-top: .25rem!important;
}

.item.tags_item .tag_items{
	float: right;
	
}

.item.tags_item .tag_items.tag_floating_label{
	font-size: 0.9em; font-weight: bold; margin-right: 12px;
}

.item.tags_item .article_tags .tag.label{
	/*line-height: 1.4!important;*/
	font-size: .74428571rem!important;
}
.ui.grid.article_info{
	margin-bottom: -2rem!important;
}
.article_tags .ui.tag.label{
	margin-right: 8px;
}

.pub .eventdt{
	font-size: 0.9em;
}



.meta[data-options="infocard"], .extra[data-options="infocard"]{
	color: rgba(0,0,0,.72)!important;
	
}



/**********************************/
/* Element CSS                    */
/**********************************/

.faq-header{
	border-bottom: 1px solid rgba(34,36,38,.15)!important;
	padding-bottom: 6px!important;
	margin-bottom:6px!important;
	font-size: 1.2rem;
	font-weight:800;
}

.faq-body{
	padding-bottom: 12px!important;
	padding-left: 25px!important;
}

.double {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
}
.ui.horizontal.divider.header {
	margin-bottom:20px !important;
}

.copyright a, .copyright a:visited, .copyright a:focus{
	color: #fff!important;
	text-decoration: none;
}

.copyright a:hover{
	text-decoration: underline!important;
}

#primary_nav .fluid.menu.ui, .fluid.menu.vertical.ui {
    width: auto!important;
    min-width: 100% !important;
    overflow-x: visible!important;
}

#primary_nav.ui.menu .item{
	position: relative;
	padding-right: 1.14285714em!important;
	padding-left: 1.14285714em!important;
}


#primary_nav.ui.menu .item>i.dropdown.icon {
	position: absolute;
	top: 40%;
	right: .72em;
	
}


section iframe.frameContent{
	width: 100%; 
	height: 100vh;
}



.card .ui.image.articleSeal{
	max-height: 120px; 
	padding-top: 6px!important; 
	padding-bottom: 8px!important;
}
.card .ui.image.articleSeal img{
	width: auto!important; max-height: 108px!important; margin-left: auto!important; margin-right: auto!important;
}

div.card_icon_tt{
	display: inline; 
	cursor: pointer;
}

.card_icon_tt.article_doc{
	margin-left: 6px;
}


/*  Find Your Commissioner  */
#map_canvas.findcomm{
	width: 100%;
	height: 340px;
	margin: 0px;
	padding: 0px;
	border-radius: 4px;
	position: relative;
}
.ui.form input.searchaddy{
	border-color: #ccc!important;
}


.commcityfield .selection.ui.dropdown .menu{
	max-height: 140px!important;
}



.mapPopper #map{
	position: relative; 
	overflow: hidden; 
	width: 100%; 
	height: 50vh; 
	max-height: 50vh;
}

.mapPopper{
	position: absolute;
	width: 100%;
	bottom: 0px;
	left: 0px;
	z-index: 99999;
	padding: 0px!important;
	box-shadow: 0px -4px 3px rgba(0, 0, 0, 0.3);
}

.mapPopper  #locTitle.ui.header{
	position: relative;
	color: #fff!important;
	font-size: 1em!important;
	background: #2185D0!important;
	border-radius: 0px!important;
	border: 0px!important;
}

.mapPopper  #locTitle.ui.header i.map.icon{
	display: inline-block!important;
	margin-right: 8px!important;
	font-size: 1em!important;
	padding-top: 0px!important;
    vertical-align: top!important;
}









.closeMap{
	color: #fff!important;
	position: absolute;
	right: 0px;
	top: 10px;
	cursor: pointer;
}

.closeMap i.icon{
	color: #fff!important;
	font-size: 1.3em;
	
}

.closeMap i.icon:hover{
	opacity: 0.6!important;
}

.ui.card .content img, .ui.cards>.card .content img{
	max-width: 100%!important;
}

.ui.unpadded.segment{
	padding: 0px!important;
}


@keyframes iconEmptyFader {
	0%   { opacity:0.4; }
	50%  { opacity:0.8; }
	100% { opacity:0.4; }
}
@-o-keyframes iconEmptyFader{
	0%   { opacity:0.4; }
	50%  { opacity:0.8; }
	100% { opacity:0.4; }
}
@-moz-keyframes iconEmptyFader{
	0%   { opacity:0.4; }
	50%  { opacity:0.8; }
	100% { opacity:0.4; }
}
@-webkit-keyframes iconEmptyFader{
	0%   { opacity:0.4; }
	50%  { opacity:0.8; }
	100% { opacity:0.4; }
}



.cardicon{
	display: inline-block; 
	margin-right: 8px;
}

.cardicon i.icon{
	cursor: pointer!important;
	transition: all 0.40s ease-in-out;
}


.cardicon.empty i.icon{
	opacity: 0.2!important; 
}

.cardicon.empty i.icon:hover{
	-webkit-animation: iconEmptyFader 2s infinite;
   -moz-animation: iconEmptyFader 2s infinite;
   -o-animation: iconEmptyFader 2s infinite;
    animation: iconEmptyFader 2s infinite;
}

.extra.empty{
	color: #666!important; opacity: 0.5!important;
}

.extra.notempty{
	color: #666!important;
}

.card .content.greytop{
	background: #F3F4F5!important;
}

.right.floated .cardicon.notempty, .right.floated .cardicon.empty{
	margin-right: 0px;
}








.ui.raised.cards.iconblocks>section {
    box-shadow: 0 0 0 1px #D4D4D5, 0 2px 4px 0 rgba(34,36,38,.12), 0 2px 10px 0 rgba(34,36,38,.15)!important;
}

.ui.four.cards.iconblocks>section {
    width: calc(25%)!important;
    margin-left: 0px!important;
    margin-right: 0px!important;
    display: -webkit-box!important;
    display: -webkit-flex!important;
    display: -ms-flexbox!important;
    display: flex!important;
    float: none!important;
}

.ui.cards.iconblocks .ui.card .image{
	text-align: center!important;
	background-color: #1F2A40!important;
	overflow: hidden!important;
	max-height: 112px!important;
	opacity: 1!important;
}

.ui.cards.iconblocks .ui.card .image:hover{
	opacity: 0.9!important;
}

.ui.cards.iconblocks .ui.card i.massive.icon{
	margin: 0px!important;
    font-size: 4rem!important;
    background-color: transparent!important;
    /*margin-top: -10px!important;
    margin-left: -4px!important;*/
}

.ui.cards.iconblocks .ui.card .ui.small.header{
	text-align: center!important;
	text-overflow: ellipsis!important;
}


.ui.cards.iconblocks .ui.card .ui.small.header a{
	color: #1F2A40!important;
	font-size: .8em!important;
	line-height: 1.125em;
}





.ui.locitem.card>.content, .ui.cards>.locitem.card>.content, .ui.contactitem.card>.content, .ui.cards>.contactitem.card>.content {
	max-height: 42px!important;
}
.ui.locitem.card>.content>.header, .ui.cards>.locitem.card>.content>.header, .ui.contactitem.card>.content>.header, .ui.cards>.contactitem.card>.content>.header {
	font-size: 1em!important;
}



.ui.card>.extra.notempty, .ui.cards>.card>.extra.notempty {
	background: #F3F4F5!important;
	min-height: 42px!important;
	max-height: 42px!important;
}


.ui.card>.extra.content.iconrow, .ui.cards>.card>.extra.content.iconrow{
	height: 48px!important;
	min-height: 48px!important;
	max-height: 48px!important;
	background: #F3F4F5!important;
}


.ui.card>.extra.card_details, .ui.cards>.card>.extra.card_details{
	font-size: 0.9em!important;
	height: 100%!important;
	max-height: 100%!important;
	background: #fff!important;

}

.ui.card>.extra.card_details ul, .ui.cards>.card>.extra.card_details ul{
	margin: 0px!important;
	
}

.ui.card>.extra.card_details ul li, .ui.cards>.card>.extra.card_details ul li{
	margin-left: -18px!important;
	margin-right: 0px;
}

.heroImages{
	overflow: hidden!important;
}



#searchFromTop{
	position: absolute; z-index: 999!important; top: -2px!important; width: 100%!important; padding: 0px 0px 0px 0px!important; background:rgba(255,255,255, 0)!important;
}
#searchInfo.ui.tall.stacked.segment{
	width: 100%!important; border-top-left-radius: 0!important; border-top-right-radius: 0!important;
}


.srchoptDept{
   padding: 8px; position: absolute; top: 1.1em; right: 106px; border-left: 1px solid #E0E1E2;
}
#searchDpt{
    
}
#searchDpt .menu{
    left: -60%!important; top: 140%!important;
}
#searchDpt .menu .header{
	margin-top: .5rem!important; margin-bottom: .5rem!important; font-size: 0.9rem!important;
}

#searchDpt .menu .item{
	padding: .75em 1.14285714rem!important; font-size: 0.8rem!important;
}


.srchoptDeptMain{
   padding: 14px 10px!important; position: absolute!important; top: 0!important; right: 48px!important; border-right: 1px solid #E0E1E2!important; font-size: 0.8em!important;
}

.srchoptDeptMain #searchDpt .menu{
    left: -76%!important; top: 140%!important;
}

.srchoptLabel{
	border-right: 1px solid #ccc!important; padding-right: .76em!important; margin-right: .76em!important;
}

.srchoptMenu{
	max-height: 220px!important; overflow: auto!important;
}

.srchoptButton{
	margin: 0px!important; margin-right: 12px!important; padding: 0px!important; border: 0px!important; box-shadow: none!important; border-radius: none!important; border-left: 1px solid #ccc!important;
}

.ui.basic.segment.homeSearch{
	background: #1F2A40!important; margin: 0px!important;
	
}

.mm-navbars-bottom{
	opacity: 0!important;
}

header.one.column{
	z-index: 9!important;
}



.ui.card.iconcard, .ui.cards.iconblocks>.card.iconcard{
	width: 276px!important;
}



#popupMessage{
    position:fixed;
    background: rgba(255, 255, 255, 0.65);
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 2;
}
#popupMessage>div.popupWrapper {
    position: absolute;
    top: 50%;
    left:0;
    right:0;
    transform: translateY(-50%);
    display:block;
    text-align:center
}
#popupMessage .popupContent {
    display:inline-block;
    max-width: 500px;
    min-width: 240px;
    text-align: left;
}

.ui.buttons.or:before{
	line-height: 1.68571429em!important;
}



.ui.four.cards.iconblocks{
	margin-left: 0px!important; margin-right: 0px!important; background: #fff!important;
}

#spotlight_slider{
	max-height: 320px; min-height: 240px; overflow: hidden;
}



#spotlight_slider img{
	width: 100%;
}

.navLink{
	font-size: 1em!important;
}

.global_nav .nomobile{
	display: inline-block!important;
}

.global_nav .mobileonly{
	display: none!important;
	margin-right: 4px!important;
	margin-left: 4px!important;
}

.circular.inverted.red.file.text.icon{
	padding: .5em .3em .5em .5em!important;
}

#choose_contacts_dropdown input{
	cursor: pointer!important;
}


tr.nomobile{
	display: table-row!important;
}

tr.mobileonly{
	display: none!important;
}

.extra.notempty.card_details.nomobile, .extra.empty.card_details.nomobile{
	height: 100%!important;
}


.extra.notempty.card_details.mobileonly, .extra.empty.card_details.mobileonly{
	min-height: 42px!important;
	height: 60px!important;
	display: none;
}



.ui.top.attached.segment.grayback{
	background: #F3F4F5!important;
}


header.one.column{
	border-bottom: 0px;
}

.ui.grid.banner>.four.wide.column.square, .ui.grid.banner>.six.wide.column.square{
    padding-top: 1rem;
    padding-bottom: 0;
}

.ui.form section{
	overflow: visible!important;
}

.field.reqnote{
	text-align: right;
	margin-bottom: 2rem!important;
	font-size: 0.9em!important;
}

.field.reqnote span{
	color: #DB2828!important; 
	font-weight: bold!important;
}

.field.reqnote .ui.divider{
	opacity: 0.6!important;
	margin-top: 3px!important;
}

.bodyContent .ui.breadcrumb{
	display: block!important;
	line-height: 1.2em!important;
}

article h2.ui.header{
    padding-top: 0px!important;
    margin-bottom: 0px!important;
    margin-top: 12px!important;
}




/*feedbackFace*/
#feedbstack.ui.stacked.segment{
	width: 360px; 
	overflow: hidden;
}




@media only screen and (min-width: 768px) and (max-width: 991px){
	
	header.one.column{
		border-bottom: 4px solid #1F2A40!important;
	}
}

@media only screen and (min-width: 320px){
	.ui.stackable.cards {
    	display: flex!important;
	}

}

@media only screen and (max-width: 1200px) and (min-width: 1025px){
	.ui.column.grid>[class*="twelve wide"].column.bodyContent, .ui.grid>.column.row>[class*="twelve wide"].column.bodyContent, .ui.grid>.row>[class*="twelve wide"].column.bodyContent, .ui.grid>[class*="twelve wide"].column.bodyContent{
	    width: 65%!important;
	}
	
	.ui.column.grid>[class*="four wide"].column.right-sidebar, .ui.grid>.column.row>[class*="four wide"].column.right-sidebar, .ui.grid>.row>[class*="four wide"].column.right-sidebar, .ui.grid>[class*="four wide"].column.right-sidebar{
	    width: 35%!important;
	}
}

@media only screen and (max-width: 1024px) and (min-width: 991px){
	.ui.column.grid>[class*="twelve wide"].column.bodyContent, .ui.grid>.column.row>[class*="twelve wide"].column.bodyContent, .ui.grid>.row>[class*="twelve wide"].column.bodyContent, .ui.grid>[class*="twelve wide"].column.bodyContent{
	    width: 70%!important;
	}
	
	.ui.column.grid>[class*="four wide"].column.right-sidebar, .ui.grid>.column.row>[class*="four wide"].column.right-sidebar, .ui.grid>.row>[class*="four wide"].column.right-sidebar, .ui.grid>[class*="four wide"].column.right-sidebar{
	    width: 30%!important;
	}
	
	
	#spotlight_slider{
		max-height: 260px!important;
	}
}

@media only screen and (max-width: 991px){
    section.sidebar_nav.nomobile{
        display:none!important;
    }
	.ui.column.grid>[class*="twelve wide"].column.bodyContent, .ui.grid>.column.row>[class*="twelve wide"].column.bodyContent, .ui.grid>.row>[class*="twelve wide"].column.bodyContent, .ui.grid>[class*="twelve wide"].column.bodyContent{
	    width: 100%!important;
	}
	
	.ui.column.grid>[class*="four wide"].column.right-sidebar, .ui.grid>.column.row>[class*="four wide"].column.right-sidebar, .ui.grid>.row>[class*="four wide"].column.right-sidebar, .ui.grid>[class*="four wide"].column.right-sidebar{
	    width: 100%!important;
	}
	
	.right-sidebar section, .right-sidebar>div{
		/*display: block!important;*/
		
		display: inline-block!important;
		vertical-align: top;
	}
	
	.ui.two.cards>.story.card {
		width: 100%!important;
		
	}
    



	
	
	

}

@media only screen and (max-width: 767px) and (min-width: 501px){
	#spotlight_slider{
		max-height: 340px!important;
	}
}

@media only screen and (max-width: 970px) and (min-width: 501px){
	/*
	.ui.stackable.cards {
    	display: flex!important;
	}
	*/
	.ui.two.doubling.cards .card {
	    margin: 1em!important;
	    padding: 0!important;
	    width: calc(100% - 2em)!important;
	    
	}
	
	.ui.four.cards.iconblocks>section {
	    width: calc(50%)!important;
	    margin-left: 0px!important;
	    margin-right: 0px!important;
	    display: -webkit-box!important;
	    display: -webkit-flex!important;
	    display: -ms-flexbox!important;
	    display: flex!important;
	    float: none!important;
	}
	
	.ui.three.stackable.cards>.story.card, .ui.three.stackable.cards .locitem.card{
		width: calc(50% - 2em)!important;
		margin: 1em!important;
	    padding: 0!important;
	    display: flex!important;
	}

}

@media only screen and (max-width: 767px){
	.bodyContent .ui.breadcrumb{
	    padding: 0px 12px!important;
	    margin: 0px 12px 12px 12px!important;
	}
	
	.ui.card, .ui.cards>.card{
		width: 100%!important;
	}
	
	.hero .logo_block{
		width: 50vw!important;
	    min-width: 50vw!important;
	    max-width: 50vw!important;
	}
	
	/* , .bodyContent h3, .bodyContent h4 */
	
	.bodyContent h2.ui.header, .bodyContent h3.ui.header, .bodyContent h4.ui.header, .bodyContent h2{
	    padding-left: 12px!important;
	    padding-right: 12px!important;
	 }
	 
	 
	.bodyContent .ui.breadcrumb{
	    padding: 0px 12px!important;
	}
	
	.extra.notempty.card_details.nomobile, .extra.empty.card_details.nomobile{
		display: none!important;
	}
	
	.extra.notempty.card_details.mobileonly, .extra.empty.card_details.mobileonly{
		display: block!important;
		height: 42px!important;
	}
	
	.right-sidebar section, .right-sidebar>div{
		display: block!important;
	}
	
	
	.srchoptDeptMain{
		display: none;
	}
	/*
	.srchoptDeptMain{
	   padding: 14px 10px!important; 
	   position: absolute!important; 
	   top: 0!important; 
	   right: 48px!important; 
	   border-right: 1px solid #E0E1E2!important; 
	   font-size: 0.8em!important;
	}
	
	.srchoptDeptMain #searchDpt .menu{
	    left: -76%!important; 
	    top: 140%!important;
	}
	*/
	
	
	
	
	
	.ui.cards.iconblocks>section{
		width: 50%!important;
		padding: 1.3em!important;
	}
	.ui.card.iconcard, .ui.cards.iconblocks>.card.iconcard{
		width: 100%!important;
		margin: 0px!important;
	}
	#contactCards, #contactCards.ui.three.cards, #locationCards.ui.cards{
		margin-left: 0px!important;
		margin-right: 0px!important;
		
	}
	#contactCards.contactTable{
		padding: 1em!important;
	}
	
	
}

@media only screen and (max-width: 640px){
	
	/* , .bodyContent h3, .bodyContent h4  */
	.bodyContent h2.ui.header, .bodyContent h2{
	    padding-left: 12px!important;
	    padding-right: 12px!important;
	}
	
	.bodyContent .ui.breadcrumb{
	    padding: 0px 12px!important;
	}
	
	.global_nav .nomobile{
		display: none!important;
	}
	
	.global_nav .mobileonly{
		display: inline-block!important;
	}
	
	tr.nomobile{
		display: none!important;
	}
	
	tr.mobileonly{
		display: table-row!important;
	}
	
	tr.mobileonly td{
		padding: 0px!important;
	}
	
	tr.mobileonly td .ui.card{
		margin: 0px 0px 12px 0px;!important;
	}
	
	#contactCards.contactTable .ui.striped.selectable.celled.table{
		border: 0px!important;
	}
	
	#contactCards.contactTable .ui.striped.selectable.celled.table tr.mobileonly, #contactCards.contactTable .ui.striped.selectable.celled.table tr.mobileonly:hover{
		background: #fff!important;
	}
	
	.global_nav {
	    font-size: 1.2em!important;
	}
	
	
	

}

@media only screen and (max-width: 600px){
	#spotlight_slider{
		max-height: 360px!important;
	}
	
	
	.ui.grid>[class*="eight wide"].column.resultItem{
		width: 100%!important;
	}
	
	
	article h2.ui.header{
		margin-top: -.44285em!important;
	}
	
	.bodyContent .ui.breadcrumb{
	    margin: 0px 12px 0px 12px!important;
	    display: none!important;
	}
	
	/*
	.ui.breadcrumb > .section{
		display: none!important;
	}
	.ui.breadcrumb > .divider{
		display: none!important;
	}
	
	
	.ui.breadcrumb > a[class~='section']:nth-first-of-type(2), .ui.breadcrumb > div[class~='section']:nth-first-of-type(1){
		display: inline-block!important;
	}
	.ui.breadcrumb > [class~='divider']:nth-first-of-type(1), .ui.breadcrumb > [class~='divider']:nth-first-of-type(2){
		display: inline-block!important;
	}
	*/
	
}

@media only screen and (max-width: 500px){
	
	.fotorama__arr--prev, .fotorama__arr--next{
		display: none!important;
		opacity: 0!important;
	}
	
	.heroImages{
		max-height: 175px!important;
	}
	
	/* , .bodyContent h3, .bodyContent h4 */
	
	.bodyContent h2.ui.header, .bodyContent h2{
	    padding-left: 12px!important;
	    padding-right: 12px!important;
	 }
	 
	.ui.four.cards.iconblocks>section {
	    width: calc(100%)!important;
	    margin-left: 0px!important;
	    margin-right: 0px!important;
	    display: -webkit-box!important;
	    display: -webkit-flex!important;
	    display: -ms-flexbox!important;
	    display: flex!important;
	    float: none!important;
	}
	
	.ui.four.cards.iconblocks {
	    margin-left: -.75em!important;
	    margin-right: -.75em!important;
	}
	
	.ui.card.iconcard, .ui.cards.iconblocks>.card.iconcard, .ui.cards.iconblocks>section {
	    width: 100%!important;
	}
	
	.ui.cards.iconblocks>section{
		padding: 1.3em!important;
	}
	
	.ui.right.floated.stacked.segment.articleimage{
		width: 100%!important;
		margin: 0px 0px  12px 0px!important;
		float: none;
	}
	
	
	#footer .ui.basic.segment.social h4{
		display: block!important;
	}
	
	
	#footer .right.aligned.column .ui.basic.segment.social a.footer-icon{
		margin-top: 30px;
	}
	
	.footer-policies{
		display: block;
		padding-left: 18px;
		margin-top: 6px;
	}
	
	.ui.two.doubling.cards .card {
	    width: 100%!important;
	    margin-left: 0px!important;
	    margin-right: 0px!important;
	}
	
	#spotlight_slider{
		max-height: 280px!important;
	}
	
	#feedbackFace{
		display: none;
	}
	#feedbstack.ui.stacked.segment{
		width: 280px;
	}
	

}

@media only screen and (max-width: 400px){
	#spotlight_slider{
		max-height: 240px!important;
	}
	
}


.ui.contactitem.card>.extra, .ui.cards>.contactitem.card>.extra, .ui.locitem.card>.extra, .ui.cards>.locitem.card>.extra{
    min-height: 42px!important;
}


.iconrow .cardicon[data-tooltip]:before {
	margin-bottom: .6rem!important;
}

.iconrow .cardicon[data-position="top right"][data-tooltip]:before {
	right: .6em!important;
	margin-bottom: .25rem!important;
}

.iconrow .cardicon[data-position="top left"][data-tooltip]:before {
	margin-bottom: .6rem!important;
}

.iconrow .cardicon[data-tooltip]:after {
	margin-bottom: .9em!important;
}

.iconrow .cardicon[data-position="top right"][data-tooltip]:after {
	margin-bottom: .60em!important;
}

.iconrow .cardicon[data-position="top left"][data-tooltip]:after {
	margin-bottom: .9em!important;
}

section._overflow{
	overflow: visible!important;
}


#wc_search h2.ui.header>i.search.icon{
	display: none!important;
}

#searchInfo > h2 > i{
	display: none!important;
}

body.holdOn, body.holdOn .pushable>#mainPusher.pusher.holdOn, .ui.dimmer.modals.inverted.page.holdOn{
	max-height: 100vh!important;
	overflow-y: hidden!important;
}


.docPopper #docHolder{
	position: relative; 
	overflow: hidden; 
	height: 84vh; 
	max-height: 84vh;
}

.docPopper #docHolder iframe{
	height: 84vh; 
	max-height: 84vh;
	border: 0px;
}



/*
.docPopper{
	position: fixed;
	bottom: 0;
	z-index: 99999;
	padding: 0px!important;
	box-shadow: 0px -4px 3px rgba(0, 0, 0, 0.3);
	border-radius: .28571429rem;
	overflow: hidden;
}
*/
.docPopper  #docTitle.ui.header{
	position: relative;
	color: #fff!important;
	font-size: 1em!important;
	background: #1F2A40!important;
	border: 0px!important;
	padding: .78571429rem 1rem!important;
	
}

.docPopper  #docTitle.ui.header i.text.file.icon{
	display: inline-block!important;
	margin-right: 0px!important;
	font-size: 1em!important;
	padding-top: 0px!important;
    vertical-align: top!important;
}


.mapPopper  #locTitle.ui.header{
	position: relative;
	color: #fff!important;
	font-size: 1em!important;
	background: #2185D0!important;
	border-radius: 0px!important;
	border: 0px!important;
}

.mapPopper  #locTitle.ui.header i.map.icon{
	display: inline-block!important;
	margin-right: 8px!important;
	font-size: 1em!important;
	padding-top: 0px!important;
    vertical-align: top!important;
}


.closeDoc{
	position: absolute;
	right: 0px;
	top: 10px;
	cursor: pointer;
}

.closeDoc i.icon{
	font-size: 1.3em;
}

.closeDoc i.icon:hover{
	opacity: 0.6!important;
}

.bodyContent article>section{
	clear: none!important;
}


#mainPusher > div > div.ui.one.column.grid.siteheader > div > header > div.ui.grid.row.attached.banner{
	max-height: 265px!important;
}

.docViewerFrame{
	width: 100%;
	border: 0px;
	height: 90.6vh!important;
	overflow-x: hidden!important;
	overflow-y: auto!important;
	
}


.story.card .card_icon_tt[data-position="top right"][data-tooltip]:before {
    top: auto!important;
    left: auto!important;
    bottom: 100%!important;
    right: .5em!important;
    margin-left: -.07142857rem!important;
    margin-bottom: .64285714rem!important;
}

.story.card .card_icon_tt[data-position="top right"][data-tooltip]:after {
    top: auto!important;
    left: auto!important;
    right: -4px!important;
    bottom: 100%!important;
    margin-bottom: 1em!important;
}

.story.card .card_icon_tt[data-tooltip]:after {
    margin-bottom: 1em!important;
}
.story.card .card_icon_tt[data-tooltip]:before {
    margin-bottom: .64285714rem!important;
}


.story.card .ui.divider{
	margin: .5rem 0!important;
}

body.sticky .global_nav{
	position: fixed!important;
    top: 0!important;
    left: 0;
    box-shadow: 0 5px 10px rgba(0,0,0,0.3)!important;
    margin-left: 14px;
}


body.sticky .ui.grid.siteheader .global_nav{
	
	margin-left: 1px;
	
}


body.sticky .hero, body.sticky header.one.column{
	margin-top: 46px!important;
}


body.sticky.rd-nav-open .global_nav{
	margin-left: -1px;
}


#back2Top {
    z-index: 999;
    display: none;
    cursor: pointer;
    position: fixed;
    bottom: 110px;
    right: 30px;
    opacity: 0.4;
    font-size: 2.6em;
    
}
#back2Top:hover {
	opacity: 0.8;
}

#feedback_button{
	float: left; 
	color: #fff; 
	font-size: 1.3em; 
	margin-top: -2px; 
	margin-left: 16px;
	height: 46px;
	margin-top: -12px;
	padding: 11px 11px 0px 11px;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	cursor: pointer;
}

#feedback_button:hover{
	background: rgba(255, 255, 255, 0.1);
}


.feedbackIcon .icon{
	margin-right: -2px!important;
}

.global_nav>.ui.popup{
	text-align: left;
	padding: 0px!important;
}


.ui.stacked.segment.stacked_vid_segment{
	padding: 0px!important; 
	margin-bottom: 1.675em!important; 
	border-radius: .28571429rem;
}

.ui.stacked.segment .ui.card.spotlight_item{
	margin: 0px!important; 
	border: 0px!important; 
	box-shadow: none!important;
}


.stacked_vid_segment.ui.card .content{
	font-weight: 700!important; 
	font-size: 1.28571429em!important; 
	margin-top: -.21425em!important; 
	line-height: 1.2857em!important;
}

@media print{
    .right-sidebar, .ui.mobile.only.ten.wide.column.dept_banner.default .ui.image, .ui.mobile.only.six.wide.column.square, .ui.inverted.bottom.attached.header.mobile_banner, .global_nav, .social{
        display:none !important;
    }
    #primary_nav{
        display:none !important;
    }
}

@media only print {
	.ui.column.grid>[class*="twelve wide"].column.bodyContent, .ui.grid>.column.row>[class*="twelve wide"].column.bodyContent, .ui.grid>.row>[class*="twelve wide"].column.bodyContent, .ui.grid>[class*="twelve wide"].column.bodyContent{
	    width: 100%!important;
	}
	
	.ui.column.grid>[class*="four wide"].column.right-sidebar, .ui.grid>.column.row>[class*="four wide"].column.right-sidebar, .ui.grid>.row>[class*="four wide"].column.right-sidebar, .ui.grid>[class*="four wide"].column.right-sidebar{
	    width: 100%!important;
	}
	
	.right-sidebar section, .right-sidebar>div{
		/*display: block!important;*/
		
		display: inline-block!important;
		vertical-align: top;
	}
	
	.ui.two.cards>.story.card {
		width: 100%!important;
		
	}
}

/* Mobile Menu Styles */
#mobileMenuAlt{
	margin: -15px 0px 15px 0px; padding: 0px 12px 0px 0px; text-align: right;
}

#mobileMenuAlt .ui.floating.dropdown.icon.button .ui.button{
	padding-top: 0px!important; padding-bottom: 0px!important;
}

#mobileMenuAlt .ui.floating.dropdown .menu{
	padding: 0px!important; border: 0px!important; box-shadow: none!important; background: transparent!important;
}

#mobileMenuAlt .ui.floating.dropdown .menu #mobileMenuArea.item{
	padding: 0px!important;
	margin: 0px!important;
}

#mobileMenuAlt .ui.floating.dropdown .menu #mobileMenuArea.item section.sidebar_nav{
	background: transparent!important;
	padding: 0px!important;
	margin: 0px!important;
	margin-top: -2px!important;
	box-shadow: 0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15)!important;
	min-width: 340px;
	border: 1px solid #ccc!important;
}

#mobileMenuAlt .ui.floating.dropdown .menu #mobileMenuArea.item section.sidebar_nav .ui.raised.centered.card{
	box-shadow: none!important; margin: 0px!important;
	
}

#mobileMenuAlt .ui.floating.dropdown .menu #mobileMenuArea.item section.sidebar_nav .ui.raised.centered.card .content.mm-wrapper{
	padding-top: 0px!important;
}

#mobileMenuAlt .ui.floating.dropdown .menu #mobileMenuArea.item section.sidebar_nav .ui.raised.centered.card .content.mm-wrapper .header{
	display: none!important;
}

#newsOutput.ui.stackable.cards>.story.stackable.card.filtered, #resultOut .column.filtered, #resultOut .filtered {
	display: none!important;
}

.placeholder {
    position: relative;
    border: 1px dashed #ccc;
    border-radius: 6px;
    cursor: copy;
    width: 100%;
    padding: 0px;
    margin: 0px 0px 0px 0px;
    color: #1172d3;
    border-color: #1172d3;
}

.placeholder:hover {
    border-color: #333333;
}

.placeholder:hover .dropzone .dzDesc .dzButt{
    background-color: #2185D0;
}

.placeholder .dropzone {
	position: absolute;
	top: 32px;
	left: 0px;
    text-align: center;
    font-weight: light!important;
    font-size: 34px;
}

.placeholder .dropzone span.dzTitle{
	font-weight: light!important;
	
}

.placeholder .dropzone span.dzDesc {
    display: block;
    /*padding-top: 30px;*/
    font-weight: 200;
    font-size: 11px;
    color: #262626;
    line-height: 16px;
    border: 0px;
}

#thesrc2{
	width: 100%;
	border: 0px;
}

#file_upload{
	display: block; height: 200px; opacity: 0; position: absolute; cursor: pointer;
}

.ui.embed>.placeholder{
	border-width: 0px!important;
	border-radius: 0px!important;
}

#st-1 .st-btn{
    height:auto!important;
    line-height:14px!important;
    padding: 3px 5px!important;
}
#st-1 .st-btn > svg{
    top:auto!important;
}
.sharethis-inline-share-buttons {
    display:inline-block!important;
    margin-left: 2px;
}
#st-1 .st-btn:last-child {
    display: inline-block!important;
}

.ui.two.cards > .card {
    width: calc(-2em + 50%);
    margin-left: 1em!important;
    margin-right: 0.8em!important;
}

#servicesGrid .column .card:hover{
	box-shadow: 0 0 0 1px #D4D4D5, 0 3px 0 0 #a333c8, 0 1px 3px 0 #D4D4D5;
}


#servicesGrid .column .card .relaxed.divided.list .item{ 
	transition: all .25s ease-in-out;
	background-color: #fff;
}


#servicesGrid .column .card .relaxed.divided.list .item:hover{
	transform: scale(1.04) translateZ(0);
	backface-visibility: hidden;
	background-color: #F3F4F5;
	box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #a333c8, 0 1px 3px 0 #D4D4D5;
	font-size: 1em!important;
	zoom: 101%; 
}

@media only screen and (max-width: 767px) {
	.bricked.grid {
		padding-left: 12px; padding-right: 12px;
	}
	#servicesGrid .column .card .relaxed.divided.list .item:hover{
		transform: scale(1.02) translateZ(0);
		backface-visibility: hidden;
		background-color: #F3F4F5;
		box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #a333c8, 0 1px 3px 0 #D4D4D5;
		font-size: 1em!important;
		zoom: 101%; 
	}
    
}
@media only screen and (min-width: 768px) {
  .bricked.grid {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
	}
	.ui.doubling.bricked.grid[class*="three column"] > .column {
		width: 100% !important;
	}
}
@media only screen and (min-width: 992px) {
  .bricked.grid {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
}

#servicesGrid .column .card .relaxed.divided.list .item:hover *{
	color: #000!important;
}

.header i.icon.serviceCategoryIcon{
	display: inline-block!important;
	position: relative;
	font-size: 1.4em!important;
	top: 2px!important;
}


.filename{

	display:inline-block;
	vertical-align:top;
}

.filesize{
	display:inline-block;
	vertical-align:top;
	color:#30693D;
	margin-left:10px;
    float:right;
}
#uploadError{
    text-align:center;
    color:#ff0000;
}

.fileRemove{
	display:inline-block;
	float: right;
	cursor: pointer;
}

.ui.progress{
    margin: 1em 0!important;
}

.ui.progress .bar>.progress {
    font-size:1em!important;
    color:#ffffff;
}

.abort{
    background-color:#D50000;
    border-radius:4px;
    display:inline-block;
    color:#fff;
    font-family:arial;
    font-size:13px;
    font-weight:normal;
    padding:4px 15px;
    cursor:pointer;
    vertical-align:top
}


.upload{
    margin-top:15px!important;
}

.file-wrapper {
  cursor: pointer;
  display: inline-block;
  position: relative;
  width: 150px; 
  height: 46px;
}

.file-wrapper .blueButton {
  cursor: default;
}

.file-wrapper input {
  cursor: pointer;
  border: 0px; color: #fff; background: #fff;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  filter: alpha(opacity=1);
  -moz-opacity: 0.1;
  opacity: 0.1;
  font-size: 100px;
  z-index: 99999;
  display: block;
}
.statusbar, #uploader{
    min-height: 192px;
}

.resultSegment{
    padding-left: 0px; 
    padding-right: 0px; 
    padding-top: 2px; 
    padding-bottom: 0px;
}

.resultItem .header{
    text-transform: capitalize!important; 
    font-size: 1em!important;
}
.resultItem .header span {
    display: inline-block;
}

.resultItem .department{
    text-transform: capitalize; 
    font-size: 0.9em; 
    padding-left: 1em; 
}
.resultItem .meta{
    font-size: 0.9em; 
    overflow: hidden;
	text-overflow: ellipsis;    
}
.resultItem .pageType {
    float:right;
    margin: 0 0 0 15px!important;
}
/*
#searchOut > div.ui.card.resultItem > div.extra.content > div > .avatar {
    width:1.75em !important;
    height:1.75em !important;
}
*/

#resultOut .avatar {
    width:1.75em !important;
    height:1.75em !important;
}

.filters {
    background-color: #F3F4F5!important;
}

.filters p {
    float:right;
    font-size:.75rem;
}

.filters .grid {
    clear:both;
}

.bricked.grid{
    display: block;
}

#servicesGrid .column .card:hover{
    box-shadow: 0 0 0 1px #D4D4D5, 0 3px 0 0 #a333c8, 0 1px 3px 0 #D4D4D5;
}


#servicesGrid .column .card .relaxed.divided.list .item{ 
    transition: all .25s ease-in-out;
    background-color: #fff;
}


#servicesGrid .column .card .relaxed.divided.list .item:hover{
    transform: scale(1.04) translateZ(0);
    backface-visibility: hidden;
    background-color: #F3F4F5;
    box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #a333c8, 0 1px 3px 0 #D4D4D5;
    font-size: 1em!important;
    zoom: 101%; 
}

@media only screen and (max-width: 767px) {
    .bricked.grid {
        padding-left: 12px; padding-right: 12px;
    }
    #servicesGrid .column .card .relaxed.divided.list .item:hover{
        transform: scale(1.02) translateZ(0);
        backface-visibility: hidden;
        background-color: #F3F4F5;
        box-shadow: 0 0 0 1px #D4D4D5, 0 2px 0 0 #a333c8, 0 1px 3px 0 #D4D4D5;
        font-size: 1em!important;
        zoom: 101%; 
    }
}
@media only screen and (min-width: 768px) {
    .bricked.grid {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
    }
    .ui.doubling.bricked.grid[class*="three column"] > .column {
        width: 100% !important;
    }
}
@media only screen and (min-width: 992px) {
  .bricked.grid {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
}

#servicesGrid .column .card .relaxed.divided.list .item:hover *{
    color: #000!important;
}

.header i.icon.serviceCategoryIcon{
    display: inline-block!important;
    position: relative;
    font-size: 1.4em!important;
    top: 2px!important;
}




.ui.search .prompt {
    border-radius: .28571429rem!important;
}

#sa_results{
    max-height: 320px;
    overflow: auto;
}

#suggestions_header.ui.dividing.header{
    margin-bottom: 0px!important;
}


.ui.list>.item.suggestions {
    padding-left: 1em!important;
}

.ui.list>.item.suggestions > .content {
    position: relative; width: 100%;
}

.item.suggestions .icon{
    transition: all .25s ease-in-out!important;
   -moz-transition: all .25s ease-in-out!important;
   -webkit-transition: all .25s ease-in-out!important;
}

.item.suggestions > i.big.icon{
    font-size: 1.6em!important;
    padding-left: 4px!important;
    padding-right: 10px!important;
}

.sa_caret{
    position: absolute; 
    right: 4px; 
    top: 4px;
}

.item.suggestions .content .sa_caret .icon{
    opacity: .4;
}

.item.suggestions:hover > i.big.icon{
    color: #2185d0!important;
}

.item.suggestions:hover .content .sa_caret .icon{
    opacity: 1!important;
    color: #000!important;
}


/* Service Assistant */
.ui.search .prompt {
    border-radius: .28571429rem!important;
}

#sa_results{
	max-height: 320px;
	overflow: auto;
}

#suggestions_header.ui.dividing.header{
	margin-bottom: 0px!important;
}


.ui.list>.item.suggestions {
    padding-left: 1em!important;
}

.ui.list>.item.suggestions > .content {
    position: relative; width: 100%;
}

.item.suggestions .icon{
	transition: all .25s ease-in-out!important;
   -moz-transition: all .25s ease-in-out!important;
   -webkit-transition: all .25s ease-in-out!important;
}

.item.suggestions > i.big.icon{
	font-size: 1.6em!important;
	padding-left: 4px!important;
    padding-right: 10px!important;
}

.sa_caret{
	position: absolute; 
	right: 4px; 
	top: 4px;
}

.item.suggestions .content .sa_caret .icon{
	opacity: .4;
}

.item.suggestions:hover > i.big.icon{
	color: #2185d0!important;
}

.item.suggestions:hover .content .sa_caret .icon{
	opacity: 1!important;
	color: #000!important;
}

#saFromTop {
    position: absolute;
    z-index: 999!important;
    top: -2px!important;
    width: 100%!important;
    padding: 0px 0px 0px 0px!important;
    background: rgba(255,255,255, 0)!important;
}

.ui.action.input input#service_assistant.prompt{
	border: 1px solid rgba(34,36,38,.30)!important;
	border-right-width: 0px!important;

	border-top-right-radius: 0px!important;
	border-bottom-right-radius: 0px!important;
}


.ui.action.input input#service_assistant.prompt:focus{
	border-color: #85B7D9!important;
}


.ui.action.input .ui.icon.button.saicon{
	border-top-right-radius: .28571429rem!important;
	border-bottom-right-radius: .28571429rem!important;
}

.ui.action.input .ui.icon.button{
	border: 1px solid rgba(34,36,38,.30)!important;
	border-left: 0px!important;
	background: #fff!important;
}







.ui.action.input .ui.blue.icon.button{
	border: 1px solid rgba(34,36,38,.30)!important;
	border-left: 1px solid rgba(34,36,38,.15)!important;
	background-color: #2185D0!important;
}


.ui.action.input .ui.icon.button.saActive{
	border: 1px solid rgba(33, 133, 208,.60)!important;
	border-left: 0px!important;
}


.results.sa_results{
	margin-top: -1em!important;
}




#saFromTop .ui.search .ui.huge.fluid.action.input:hover{
	background-color: transparent!important;
}

.ui.right.floated.mini.button.saAllButton{
    margin-top: 12px!important;
}

.saDesc{
	display: inline-block; padding-left: 4px; padding-top: 8px; font-size: .9em;
}

@media only screen and (max-width: 767px) {
    .ui.right.floated.mini.button.saAllButton{
	    float: none!important;
	    width: 100%!important;
	    margin-top: 0px!important;
    }
    
    .results.sa_results{
		margin-top: -.2em!important;
	}
	#saFromTop .ui.stackable.grid>.row>.column{
		padding-top: .5rem!important;
		padding-bottom: .5rem!important;
	}
	.saDesc{
		padding-top: 12px;
	}
}

/* Service Assistant */




.ui.dimmer{
	background-color: rgba(255,255,255,.85)!important;
}



/* Trim Navigation */
#primary_nav > .item{
    display:none;
}
#primary_nav > .item:nth-child(-n+9){
    display:block;
}              



/* Testimonial Styling */

.quote {
	margin: 10px 10px 0;
	background: #fff;
	padding: 30px 0;
	position: relative;
	border: none;
	border-radius: 8px;
	font-size: 1.1em;
	color: #1e528e;
}
.quote:before, .quote:after {
	content: "\201C";
	position: absolute;
	font-size: 2.5em;
	padding: 0px;
	line-height: 1;
	color: #1e528e;
}
.quote:before {
	top: 0;
	left: 0px;
}
.quote:after {
	content: "\201D";
	right: 0px;
	bottom: -.5em;
}
.quote div {
	width: 0;
	height: 0;
	border-left: 0 solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #fff;
	margin: 0 0 0 60px;
	margin-bottom: 10px;
}

/* End Testimonial Styling */


/* Testimonial Slider */
.slick-slide {
    padding:8px
}

.testimonials .slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}


/* End Testimonial Slider */

