/*@import url('https://fonts.googleapis.com/css?family=Montserrat');
@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700);*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
/* Town Seal Green - 01390C */
/* Old Dark Green - 17423B */

/*.open-sans-<uniquifier> {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}*/


h1 {font-family: Georgia, Times, "Times New Roman", serif;}
h2 {font-family: Georgia, Times, "Times New Roman", serif;}
h3 {font-family: Georgia, Times, "Times New Roman", serif;}


body {
	margin:0px; 
	padding:0px;
	font-size: 1em;
	background-color: #2f2e2e;
	color: #111160;
} 

a, a:active, a:visited {
	/*color: #158901;*/
	/*color: #cc9900;*/
	color: #0d86fb;
}

.grid-container .item{
    margin: 18px 10px;
}

.TextHeader a:hover{
    text-decoration: none;
}
.nav-skip {
	color: white;
}

.header {
	font-family: 'Lato', serif;
/*	line-height: 1em;*/
	/*background-color: #cc9900 */
}

.header .header-top {
	background: #B6BB93;
	/*padding: 1.5em 1em;*/
	/*padding: 1em;*/
	padding: 10px;
	text-align: right;
	color: white;
	font-style: italic;

}

.header .header-top .search-bar {
	display: inline-block;
	background: #FFFFFA;
	color: #9FAEB7;
	margin-left: 5px;
	padding: 3px;
}

.search-bar {
	background: white;
	padding: 2px;
	margin-right: 0.3em;
	width: 300px;
}

.search-bar input {
	border: none;
	outline: none;
	vertical-align: middle;
	font-size: 1.2em;
}

.search-bar input#keyword::placeholder {
	/*opacity: 0;*/
}
.header .search-bar input#keyword {
		width: calc(100% - 25px);
	}
.livesearchresults{
	color: #222;
    /*font-family: gotham;*/
    font-family: 'Helvetica', sans-serif;
    font-style: normal;
	top: 41px;
    position: absolute;
    left: auto; 
    /*right: 1em;*/
    width: 715px;
    max-width: 715px;
    line-height: 1em;
}
#google_translate_element {
	width: 360px;}
#google_translate_element {
    vertical-align: top;
    /*margin: 0 1em 0 0;*/
    background-color: #fdfbf5;
    padding: 0 5px;
    display: inline-block;
}
#google_translate_element div {
    display: inline-block;
}

.googleSearchContainer {
	display: flex;
}

.socialContainer {
	display: none;
}

.socialContainerDesktop {
	display: flex;
	justify-content: center;
}

.socialIcons {
	width: 40px;
	padding-top: 1px;
}
.socialIcons img {
	width: 100%;
}

.header .header-bottom {
	border-bottom: #B6BB93 1em solid;;
}

.header-bottom img {
	width: 100%;
}

.header-bottom h1 {
	display:none;
	color: #2C5486;
}

.overflow-wrap {
/*	border-bottom: 3px solid #cc9900;*/
	/*border-top: 3px solid #cc9900;*/
	font-size: 10px;
	background-color: #cc9900;
}


.header .nav {
	display: flex;
	margin: 0;
	padding: 0 10%;
	justify-content:center;
}
.mainHeader {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color: #012353;
    border-top: 4px solid #e39c41;
}


.TextHeader a {
    color: white;
}
#backgroundTop {
	/*background: rgba(0,0,0,0) url(../Images/new/headerbg4.jpg) no-repeat top;*/
    width: 100%;
    /*position: absolute;
    top: 13.4em;*/
    /*height: 400px;*/
    /*z-index: -1;*/
    background-size: 100%;
    padding-top: 1em;
}

#headerUtilities {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	background-color: #2f2e2e;
	padding: 5px;
	border-radius: 5px;
	margin: 0 calc(54% - 740px) 0 auto;
	z-index: 4;
	margin-bottom: 5px;
}
.socialContainer a {
	margin-left: 3px;
}

.socialContainerDesktop a {
	margin-left: 7px;
}

#banner {
	color: #ffffff;
	font-weight: bold;
	font-family: Book Antiqua, serif;
	text-align: center;
	display: block;
	/*font-size: calc(1.2em + calc(100vw / 128));*/
	font-size: 1.8em;
	margin: 0;
	background-color: #012353;
	/*margin-bottom: calc(100vw / 5.231607 - 1em - calc(1.5 * calc(1.6em + calc(100vw / 128))));*/

}

#banner > div {
	font-size: 1.9em;
	display: inline-block;
	text-align: left;
}

#banner > div > div > img {
	margin-right: 15px;
}

#banner > div > div > span {
	text-shadow: -3px 0px 4px #000000;
	font-size: 30
	line-height: 1;
	/*display:inline-block;*/
	letter-spacing: 4px;
	/*font-size: 2.5em;*/
}

#banner > div > div > span::first-letter {
	font-size: 120%;
}

#banner > div > span {
	text-shadow: -2px 0px 2px #000000;
	margin-top: -5px;
	/*font-family: gotham;*/
    font-family: Book Antiqua, sans-serif;
	font-size: 0.5em;
/*	display: block;*/
    margin-top: -1.25em;
    margin-bottom: 0.75em;
}

.townSealContainer {
	width: 170px;
}

.townSeal {
	width: 210px;
}

.menu-arrow {
	height: 30px;
	width: auto;
	/*display:none;*/
	transition: transform 0.5s;
}

.emergency-message-holder {
	padding-top: 10px;
	padding-bottom: 10px;
}

.emergency-message-holder span {
	color: #cc9900;
}

div#main-content {
    width: 100%;
    margin-top:5px;
}
.sidebar {
	/*display: inline-block;*//*Caused issues with firefox, does nothing for chrome*/
	display: block;
	/*font-family: 'Georgia', serif;*/
	width: 23%;
/*	margin: 0 2% 0 5%;*/
	vertical-align: top;
	padding: 1em 1em;
	/*padding: 10px 10px 100px;*/
	list-style: none;
	background: #0e2e5c;/*#FE9600;*/ /*#2C5486;*/
	color: #FFFFFA;
	/*	position: absolute;*/
	/*	top: 25px;*/
/*	border-radius: 8px;*/
	margin-top: 0;
	margin-bottom: 0;
}


.sidebar a {
	color: white;
	/*color: #111160;*/
/*	display: flex;*/
}

.sidebarText:hover a {
	text-decoration: none;
	color: #0e2e5c;
}



.sidebar li {
	margin: .75em 0;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
}

.sidebar > div {
	/*bottom: 10px;*/
	/*position: absolute;*/
	margin: 0 auto;
	text-align: center;
	width: 100%;
	/*margin-left: -10px;*/
}

.sidebar > div > h4 {
	margin: 0;
	line-height: 1.2em;
}

.sidebar .sidebarIcon {
	background: #B6BB93;
	border-radius: 50%;
}

.sidebar .sidebarText {
	align-self: center;
/*	padding-left: 1em;*/
	border-radius: 3px;
}

.sidebar .sidebarText:hover { 
    background-color: white;
}

.sidebar .contentBox h4, .sidebar .contentBox p {
	margin: 0;
}

.sidebar .contentHR {
	display: none;
}

.main-wrapper {
	display: flex;
	width: 100%;
	margin: 0;
	background: #FFFFFA;
/*	padding: 5px 25px 25px;*/
	min-height: 816px;
/*	border-radius: 8px;*/
}
#home .main-wrapper {
	background: none;
	padding: 0 0 0 0;
}

span.headline {
    font-size: medium;
}
.defaultContentEditor{
	background: #FFFFFA;
	/*min-height: 680px;*/
	padding: 10px;
}
.slideshow {
	background: #FFFFFA;
	position: relative;
	/*border: 4px solid #111160;
	border: 4px solid #FFFFFA;*/

}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  background: #2f2e2e;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  /*height: 324px;*/
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  width: 100%;
  /*max-width: 855px;*/
  }

.callbacks_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 54%;
  left: 0;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("../images/new/themes.gif") no-repeat left top;
  margin-top: -45px;
  }

.callbacks_nav:active {
  opacity: 1.0;
  }

.callbacks_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }

div#body {
	max-width: 1480px;
	margin: auto;
	/*margin-top: 1em;*/
	padding: 0 0 2em;
	/*background: linear-gradient(0deg, #74ADCA, #AFCCD3);*/
}
div#newsContainer:before {
    content: url("https://www.tctanj.org/images/Homepage/News.png");
    position: absolute;
    top: -27px;
    text-align: center;
    width: auto;
    margin: auto;
}

.newsContainer {
    border: solid;
    /* min-height: 400px; */
    border-color: #cccccc;
    max-width: 100%;
    box-shadow: 0px 0px 9px 10px #cccccc;
    margin: 10px;
    padding: 10px;
    height: 100%;
    /* padding-bottom: 91px; */
    margin-bottom: 57px;
}
h2.newsTitle {
    display: none;
}

.newsContainer.newsTitle{
	position: relative;
  top: -0.5em;
  margin-left: 1em;
  display: inline;
  background-color: white;
}

.newsContainer h3 {
    margin: 0;
    line-height: 1em;
}
.newsListContainer {
    height: 100%;
    padding-top: 2.8em;
}
.newsItem {
    margin-bottom: 0.8em;
}

.newsListContainer #seeMore {
    position: absolute;
    bottom: 0;
    left: calc(50% - 3.3em);
    color: white;
    background: #777777;
    padding: 4px 4px 4px 8px;
    border-radius: 6px;
    font-size: 1.1em;
}

.newsListContainer #seeMore a {
    color: white;
}

ul.eventsListContainer {
    margin-top: 0;
    padding-top: 46px;
    list-style-type: none;
    list-style-position: outside;
    padding: 46px 0 0;
    height: 100%;
}

.eventsListContainer #eventsSeeMore {
    position: absolute;
    bottom: 0;
    left: calc(50% - 5.6em);
    color: white;
    background: #777777;
    padding: 4px 4px 4px 8px;
    border-radius: 6px;
    font-size: 1.1em;
}

.eventsListContainer #eventsSeeMore a {
    color: white;
}


h3.eventsTitle {
    display: none;
}
div#eventsContainer:before {
    content: url("https://www.tctanj.org/images/Homepage/Events.png");
    position: absolute;
    top: -27px;
    text-align: center;
    width: auto;
    margin: auto;
    padding-top: -3px;
}

.eventsContainer {
    border: solid;
    /* min-height: 400px; */
    border-color: #cccccc;
    max-width: 100%;
    box-shadow: 0px 0px 9px 10px #cccccc;
    margin: 10px;
    padding: 10px;
    height: 100%;
}

.Membership {
    border: solid;
    min-height: 400px;
    border-color: #cccccc;
    max-width: 100%;
    box-shadow: 0px 0px 9px 10px #cccccc;
		margin: 10px;
    padding: 10px;
}

.Rutgers {
    border: solid;
    min-height: 400px;
    border-color: #cccccc;
    max-width: 100%;
     box-shadow: 0px 0px 9px 10px #cccccc;
		margin: 10px;
    padding: 10px;
}

.content {
	margin: 0em 0;
}
.content .grid-container .contentBox h2:first-child{

    position: relative;
    top: -27px;
    text-align: center;
    width: auto;
    margin: auto;
    background: #0e2e5c;
    color: white;
    /* display: inline; */

}
.content .header-bar{
	display: flex;
	flex-wrap: nowrap;
	flex-flow: flex-start;
	align-items: flex-end;
	align-content:flex-start;
	list-style: none;
	margin: 0;
	padding: 0;
	cursor: pointer;

}

.content > .header-bar > h2 {
	font-family: Georgia, Times, "Times New Roman", serif;
	display: inline-block;
	padding: 0.5em 1em;
	margin: 0;
	background: #cc9900;
    /*background-color: #0D86FB;*/
	/*color: #FFFFFA;*/
	color: #111160;
	/*border-right: 2px solid white;*/
	border-radius: 10px 10px 0 0;
    margin-right: .25em;
}

/*.content > .header-bar > h2:last-of-type {
	border-right: none;
}*/

.content > .header-bar > h2.active {
	/*background: #FFFFFA;
	color:#cc9900;*/

    background: #111160;
    color: white;
}
/*#about {
	display: flex;
	flex-direction: column;
}*/
#backend {
	padding: 5px;
	margin: auto;
}
.content > div {
	background: #FFFFFA;
  font-family: 'Montserrat', sans-serif;
	margin: 0;
	padding: 1em;
	min-height: 680px;
}

.content > div.active {
	display: block;
/*    border: 3px solid #111160;*/
}

#news a {
	color: #111160;
}

.aroundTownRight {
	border: 4px solid #3A5F7E;
	margin-bottom: 15px;
	width: 200px;
}

.caption {
	text-align: center;
	background: #3A5F7E;
	color: white;
	padding: 3px;
}

.pad5 {
	padding: 5px;
}

#news h3 {
	margin-bottom: 0;
	font-family: Georgia, Times, "Times New Roman", serif;
}

#news .newsListContainer {
	list-style: none;
	padding-left: 0;
}

#news .newsListContainer li {
	display: flex;
	flex-direction: column-reverse;
	margin-top: 18px;
}

#news .headline {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 18px;
	font-weight: bold;
}

#news .newsTitle {
	display: none;
}

#news #seeMore {
	/*display: none;*/
	font-family: Georgia, Times, "Times New Roman", serif;
	/*font-size: 18px;*/
	font-weight: bold;
	margin-top: 18px;
	width: 125px;
	border-radius: 8px;
	padding: 5px;
	text-align: center;
	background: #111160;
}

#news #seeMore a {
	color: #FFFFFA;
}

#news #seeMore a:after {
	content: 'More News...';
}

#news #readMore {
	color: #111160;
}

#news .date {
	font-size: 0.9em;
	color: #6e8491;
	display: block;
}
#news p {
	margin-top: .2em;
}

.pre-footer {
	/*line-height: 2.5em;*/
	padding: 1em 0;
	background: #9a9898;
	text-align: center;
	/*padding: 5px;*/
}

.pre-footer p {
	display: inline-block;
	margin: 0;
	color: white;
}

.pre-footer .contentBox {
	display: inline-block;
	margin: 0;
}

.pre-footer a{
	margin: 1em;
	/*color: #67221B;*/
	color: white;
	font-weight: bold;
}

.pre-footer .contentHR {
	display: none;
}

.SponsorTitle{
	text-decoration: underline;
	font-size:1.5em;
	font-weight:bold;
	padding-bottom:15px;
}


.Sponsor-footer {
	/*line-height: 2.5em;*/
	padding: 1em 0;
	background: #c2d1e5;
	text-align: center;
	/*padding: 5px;*/
}

.Sponsor-footer p {
	display: inline-block;
	margin: 0;
}

.Sponsor-footer .contentBox {
	display: inline-block;
	margin: 0;
}

.Sponsor-footer a{
	margin: 1em;
	/*color: #67221B;*/
	color: #900000;
	font-weight: bold;
}

.Sponsor-footer .contentHR {
	display: none;
}

.FooterTitle{
	color:white;
	display: block;
    font-size: 1.17em;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
}

.footer-container {
	font-family: 'Lato', sans-serif;
	background-color: #2f2e2e;
	border-top: #cc9900 1em solid;
}

.footer-container .wrapper {
	display: flex;
	justify-content: space-around;
}

.footer-container .footer-content {
	display: inline-block;
}

.footer-container .footer-content ul {
/*	border-left: #0D86FB 2px solid;*/
	padding-left: 5px;
	list-style-type: none;
}

.footer-container h3 {
	font-weight: bold;
	color: #0D86FB;
}

.poweredby {
	width: 200px;
	margin: auto;
	background: white;
	border-radius: 5px;
}

#main-menu {
	display:none;
	transition: background-color ease 0.5s;
	background:#0D86FB;
	color: white;
	text-align: center;
}

.nav-wrapper {
	width:100%;
    /*background: #0D86FB;*/
    background: #ffffff;
    border-top: 3px solid #ffffff;
	border-bottom: 3px solid #ffffff;
}
.cbp-hrmenu {
	color: #012353;
	max-width: 1336px;
	margin-top: 0em;
	margin:auto;
	border-bottom: 0px solid #47a3da;
	/*background:#0D86FB;*/
    background: #ffffff;	
	z-index: 5;
}

/* general ul style */
.cbp-hrmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.cbp-hrmenu ul li ul {
	text-align:left;
}

/* first level ul style */
.cbp-hrmenu > ul,
.cbp-hrmenu .cbp-hrsub-inner {
	width: 100%;
	margin: 0 auto;
	padding: 0 1.5em;
	text-align: center;
}

.cbp-hrmenu > ul > li {
	display: inline-block;
	padding:0px 23px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	/*width: 20%;*/
	position:static;
	padding: 0 2% 0 0;
}
.cbp-hrmenu > ul > li:last-of-type {
	padding: 0;
}
.cbp-hrmenu > ul > li h4 {
	text-align:left;
}

.cbp-hrmenu > ul > li > a {
	font-family: 'Georgia';
	font-weight: 700;
	padding: .75em 8px;
	/*color: #231f20;*/
	color: #111160;
	display: inline-block;
	font-size: 1.4em;
	line-height:0.8em;
	transition: background .4s ease;
	width: 100%;
}

.cbp-hrmenu > ul > li > a:hover {
	/*color: #0055a5;*/
}

.cbp-hrmenu > ul > li > .cbp-hrsub a {
	color: #fff;
}
.cbp-hrmenu > ul > li.cbp-hropen > a:hover,.cbp-hrmenu > ul > li.cbp-hropen > a {
	color: #fff;
	background: #003466;
	border-bottom: 3px rgba(49,82,108,0.0);
	z-index: 1;
	margin-bottom: -3px;
}

.cbp-hrmenu > ul > li > .cbp-hrsub h4 a{
	color:#FFFFFF;
	font-weight: bold;
	font-size: 1em;
	line-height: 1.8em;
}
/* sub-menu */
.cbp-hrmenu .cbp-hrsub {
	/*width: 90%;*/
	/*margin-left:5%;*/
	/*margin-right:5%;*/
	width: 100%;
	display: none;
	position: absolute;
	background: #003466;
	left: 0;
	padding-bottom: 3em;
    border: #0d86fb 3px solid;
}

.cbp-hropen .cbp-hrsub {
	/*display: block;*/

}

.cbp-hrmenu .cbp-hrsub-inner > div {
	width: 33%;
	float: left;
	padding: 0 1.2em 0;
}

.cbp-hrmenu .cbp-hrsub-inner:before,
.cbp-hrmenu .cbp-hrsub-inner:after {
	content: " ";
	display: table;
}

.cbp-hrmenu .cbp-hrsub-inner:after {
	clear: both;
}

.cbp-hrmenu .cbp-hrsub-inner > div a {
	line-height: 1.6em;
	font-size: 1em;
}

.cbp-hrsub h4 {
	color: #afdefa;
	padding: .6em 0 0;
	margin: 0;
	font-size: 1.2em;
	font-weight: 300;
	cursor: pointer;
}

#main-menu {
	display:none;
	transition: background-color ease 0.5s;
	background: #111160;
	color: white;
	text-align: center;
}

.side-menu-copy {
	display: none;
}
#side-menu-copy {
	display:none;
}

.dept-header {
	background-color: #cc9900;
}
.jumpselect {
	background-color: #cc9900;
}
.res_table_def caption, .res_table_def tbody tr td.cat1spacer{
	background-color: #cc9900;
}
.modmeetings .tab {
	background: #cc9900;
}
.modmeetings .inactiveTab {
	background: #eee;
}
/*

████████  ██████    █████  ██    █   █████
██     █  █    █      █    █ █   █     █
███████   █████       █    █  █  █     █
██        ███         █    █   █ █     █
██        ██ ██       █    █    ██     █
██        ██  ██    █████  █     █     █


 */


@media print {
	.header-top {display: none;}

	.header-bottom {display: none;}
	.nav {display: none;}
	h1#banner {display: block; width: 100%;margin: 0;font-size: 1.5em;}
	div.slideshow {display: none;}
	.main-wrapper{width: 100%; margin: 0;}
	.emergency-message-holder{display: none;}
	.sidebar{display: none;}
	.pre-footer{display: none;}
	.footer-container{display: none;}
}


/*
███████╗███╗   ███╗ █████╗ ██╗     ██╗         ██╗    ██╗██╗██████╗ ████████╗██╗  ██╗
██╔════╝████╗ ████║██╔══██╗██║     ██║         ██║    ██║██║██╔══██╗╚══██╔══╝██║  ██║
███████╗██╔████╔██║███████║██║     ██║         ██║ █╗ ██║██║██║  ██║   ██║   ███████║
╚════██║██║╚██╔╝██║██╔══██║██║     ██║         ██║███╗██║██║██║  ██║   ██║   ██╔══██║
███████║██║ ╚═╝ ██║██║  ██║███████╗███████╗    ╚███╔███╔╝██║██████╔╝   ██║   ██║  ██║
╚══════╝╚═╝     ╚═╝╚═╝  ╚═╝╚══════╝╚══════╝     ╚══╝╚══╝ ╚═╝╚═════╝    ╚═╝   ╚═╝  ╚═╝                                                    
*/

@media screen AND (max-width: 1480px) {
	#headerUtilities {
		margin-right: 4%;
	}
}

@media screen and (max-width: 1280px) {

}

/*@media screen and (max-width: 1099px) {

	#headerUtilities {
		margin-right: 2%;
	}
	#banner {
		font-size: 1.5em;
	}
	.main-wrapper {
	    width: 68%;
	    margin: 25px 2% 0 30%;
	}
	.sidebar {
	    width: 26%;
	    margin: 0 2% 0 2%;
	}

}*/

@media screen and (max-width: 1023px) {
/*
	.header .header-top > .search-bar input#keyword {
		width: calc(100% - 25px);
	}

	.header .header-top > .search-bar input#keyword::placeholder {
		opacity: 1;
	}
	.header-top > span{display: none;}

	#headerUtilities {
		margin-left: auto;
		margin-right: 0;
	}
	#banner {
		font-size: 1.2em;
		margin: 0 0;
		padding: 1em 0
	}

	#banner div div img{
		width: 125px;
	}

	
	#banner > div > span {
		
		margin-top: 0;
	}
	#backgroundTop {
		
		height: auto;
		padding-top:0;
	}

	div#body {
		margin-top: 0;
	}

	.main-wrapper {
		display: inline-block;
		width: 100%;
		padding: 0 5%;
		margin: 0;
		border-radius: 0;
	}

	.footer-container .wrapper {
	display: block;
	}

	.footer-container .footer-content {
	display: block;
	font-size: 1.5em;
	margin: 0 auto;
	}

	.footer-content > img {
		display: none;
	}

	.sidebar {
		width: 99%;
		margin: 0;
		top: 0;
		padding: 1em 1em 5em 1em;
		text-align: left;
		position: relative;
		border-radius: 0;
	}

	.sidebar li {
		max-width: 250px;
		margin: 15px auto;
	}


	.cbp-hrmenu > ul > li {
		padding: 0 1% 0 0;
	}
	.cbp-hrmenu > ul > li:last-of-type {
		padding: 0;
	}

	.cbp-hrmenu > ul > li > a {
		font-size: 1.3em;
	}

*/


}


/*

███╗   ███╗ ██████╗ ██████╗ ██╗██╗     ███████╗
████╗ ████║██╔═══██╗██╔══██╗██║██║     ██╔════╝
██╔████╔██║██║   ██║██████╔╝██║██║     █████╗  
██║╚██╔╝██║██║   ██║██╔══██╗██║██║     ██╔══╝  
██║ ╚═╝ ██║╚██████╔╝██████╔╝██║███████╗███████╗
╚═╝     ╚═╝ ╚═════╝ ╚═════╝ ╚═╝╚══════╝╚══════╝                      
 */


@media screen and (max-width: 768px) {
	.pre-footer .contentBox {
    /* display: inline-block; */
    margin: 25px;
}
	.optically-obfuscated { /* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility */
	    position: absolute !important;
	    height: 1px; width: 1px; 
	    overflow: hidden;
	    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	    clip: rect(1px, 1px, 1px, 1px);
	}

	.header .header-top {
		padding: 0;
	}

	.header-top > span{display: none;}

	.header-bottom h1 {
    	font-family: 'Montserrat', sans-serif;
    	font-weight: bold;
    	font-size: 1.8em;
    	font-variant: small-caps;
		display: block;
		margin: 0;
		text-align: center;
		line-height: 2em;
		cursor: pointer;
	}

	#banner {
		font-size: 1em;
		margin: 0 0;
		padding: 1em 0
	}

	.main-wrapper {
/*		display: inline-block;*/
		width: 100%;
		padding: 0 5px;
		margin: 0;
	}

	#home .main-wrapper {
		padding: 0;
	}

	#headerUtilities {
		flex-direction: column;
		width: 100%;
		background: none;
	}
	.googleSearchContainer, .socialContainer {
	    justify-content: flex-end;
	}
	.googleSearchContainer {
		margin-bottom: 3px;
	}
	.socialContainer {
		display: flex;
	}

	.socialContainerDesktop, .header-top{
		display: none; 
	}

	#google_translate_element {
		display: block;
		font-size: 0.8em;
		margin: 0;
	}

	.search-bar {
		margin: 0;
		margin-right: 5px;
	}

	.mainHeader {
	    flex-direction: column;
	    text-align: center;
	}

	.livesearchresults{
		/*right: auto;*/
		/*width: 95%;*/
		width: 560px;
		top: 36px;
	}

	.content .header-bar {
		flex-direction: column;
	}
	
/*	.content {border: 3px solid #cc9900;}*/

	.content h2 {
		display: none;
		border-right: none;
		border-bottom: 2px solid #FFFFFA;
		width: 100%;
	}

	.content h2:last-of-type {
		border-bottom: 2px solid #2C5486;
		
	}

	.content h2.active {
		
	}

	.content > .header-bar > h2 {
		border: none;
		margin-right: 0;
	}
	#newsHead {
		/*border-bottom: 2px solid white;
		border-top: 2px solid white;*/
	}

	.nav {flex-direction: column; cursor: pointer;}
	.nav {}
	.nav > li {padding: 0;display: block; border-top: 1px #FFFFFA dotted;}
	.nav ul > li.home {display: inline-block;}
	.nav > li > h2 {margin: 0; padding: 1em 0;}
	.nav > li > ul {position: relative;left: 0;transform: scaleY(1);width: 100%;}
	.nav > li > ul > li {width: 100%;border-top: 1px #FFFFFA dotted; padding: 0.5em;}

	* > li.inactive .menu-arrow {
		transform: rotate(0deg) !important;
	}

	.nav > li .menu-arrow {
		transform: rotate(90deg);
		transition-delay: none;
		width: 15px;
	}

	.nav > li > ul > li .menu-arrow {
		display: inline;
	}

	div.slideshow {display: none;}

	.main-wrapper {	
		flex-direction: column;
	}

	.sidebar {
		text-align: left;
		width:99%;
	}

	.sidebar li {
		margin: 0.5em 0.5em;
/*		padding-left: 2em;*/
	}

	.sidebar img {
/*		width: 30px;*/
	}

	.sidebar > div {
/*	    width: 90%;*/
	    margin: 0;
	    /* margin-left: -10px; */
	}

	.active {
		flex-direction: column;
	}

	#info {
		display: flex;
		flex-direction: row;
		justify-content: space-around;
		flex-wrap: wrap;
	}
	

	.pre-footer > a {
		display: block;
	}

		.optically-obfuscated {
  		/*This is just visually hidden but it only activates after this breakpoint.*/
    	border: 0;
    	clip: rect(0 0 0 0);
    	height: 1px;
    	margin: -1px;
    	overflow: hidden;
    	padding: 0;
    	position: absolute;
	}

	.menu-arrow {
		display:block;
		position:absolute;
		right:0;
		height:40px;
		vertical-align:baseline;
		z-index: 101;
		top: calc(50% - 18px);
		/*border-left: #afdefa 1px solid;*/
	}

	.cbp-hrmenu {
		font-size: 120%;
		border: none;
		/*line-height:2em;*/
	}

	.cbp-hrmenu > ul,
	.cbp-hrmenu .cbp-hrsub-inner {
		width: 100%;
		padding: 0;
	}

	.cbp-hrmenu .cbp-hrsub-inner {
		/*padding: 0 2em;*/
		/*font-size: 75%;*/
	}
	
	.cbp-hrmenu > ul > li.cbp-hropen > a:hover,.cbp-hrmenu > ul > li.cbp-hropen > a {
		border: none;
		margin-bottom: 0;
	}

	.cbp-hrmenu .cbp-hrsub-inner > div a {
		font-size: 1.2em;
		line-height: 1em;
		padding: 5px 0;
		display: block;
	}

	.cbp-hrmenu > ul > li {
		display: block;
		border-bottom: 4px solid #111160;
		text-align:left;
		width:100%;
	}

	.cbp-hrmenu > ul > li > a { 
		display: block;
		text-align:center;
		font-size:1.2em;
		padding:0;
		line-height: 2em;
		width: 100%;
	}
	.cbp-hrmenu > ul > li > .cbp-hrsub h4 a{
		font-size: 1.0em;
		padding-right: 32px;
	}

	.cbp-hrmenu .cbp-hrsub { 
		position: relative;
		border:none;
	}

	.cbp-hrsub h4 {
		padding-top: 0.6em;
	}
	
	#main-menu{
		display: block;
		
	}

	#main-menu a {
		color:white;
		line-height: 2em;
		font-size: 1.75em;
	}
		
	.cbp-hrmenu > ul > li {
		padding: 0;
	}

	.cbp-hrmenu .cbp-hrsub-inner > div {
		width: 100%;
	}

	.cbp-hrsub-inner-section {
		border-top: 1px solid #DDDACB;
	}

	.cbp-hrsub-inner-section > ul > li {
		padding-left: 18px;
		text-indent: -18px;
	}
	.cbp-hrmenu > ul > li h4 {
		padding: 8px 0;
	}

	.cbp-hropen .cbp-hrsub {
		border: none;
		padding: 0;
	}

	#main-menu{
		display: block;
		
	}

	#main-menu a {
		color:white;
		line-height: 2em;
		font-size: 1.75em;
	}
}

@media screen and (max-width: 630px) {
	body {
		background:  #DDDACB;
		padding: 0;
	}
	#headerUtilities {
		padding: 0;
		background: none;
	}
	.googleSearchContainer {
		flex-direction: column;
	}
	#google_translate_element {
		margin-bottom: 3px;
		margin-right: 0;
	}
	.search-bar {
		margin: 0;
		margin-bottom: 3px;
		width: 100%;
		display: inline;
	}
	#keyword {
		width: calc(100% - 25px);
	}
	.livesearchresults {
		right: 2.5%;
	}
	.socialContainer {
		justify-content: flex-end;
		margin-top: -35px;
		margin-right: 5px;
	}
	.socialContainer a{
		margin-left: 3px;
	}
	#banner {
		/*font-size: 1em;*/
	}
	#banner div {
		text-align: center;
	}
	#banner div div img {
	    width: 20%;
	}
	#banner > div > span {
		margin-top: 3px;
	}
}

@media screen and (max-width: 520px) {

	#banner {
		font-size: .7em;
	}
}

@media screen AND (max-width: 508px) {
	.socialContainer {
		margin-top: 0;
	}
	#google_translate_element {
		width: 100%;
		text-align: center;
	}
}

@media screen and (max-width: 445px) {
	/*.socialContainer {
		margin-top: 0;
	}*/
	#banner {
		font-size: .7em;
	}
}

@media screen and (max-width: 350px) {
	#info {
		flex-direction: column;
	}

	.aroundTownRight {
		
		margin: auto;
	}

	#state {
		margin-bottom: 10px;
	}
}