*, *:before, *:after { box-sizing: border-box; }

html { font-size: 14px !important; }

body { font-family: Roboto, Arial, sans-serif !important; }

p { 
	font-family: Montserrat, Roboto, Arial, sans-serif !important;
	font-weight: 400;
	font-size: 1.1rem;
	margin: 0 0 .75em 0;
	color: black;
	line-height: 1.5 !important;
        text-align: left;
 }

img { max-width: 100%; }

.clickfull { cursor: pointer; } /* CLICKING A CLICKFULL IMAGE POPS UP THE FULL IMAGE */

.center { text-align: center !important; margin-left: auto !important; margin-right: auto !important; }

h1, h2, h3, h4 { 
	font-family: Bangers, Roboto, Arial, Helvetica, sans-serif !important;
	font-weight: bold;
 }

h1 { 
	font-size: 36px;
	line-height: 1.0;
	color: #fff !important;
	background-color: #00703c !important;
	letter-spacing:-1px;
	width: 100%;
	padding: 4px 0 10px 0;
	margin-bottom: .5em !important;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
	text-align: center;
 }

h2 { 
	font-size: calc(22px + 0.85vw) !important;
	font-size: 42px !important;
	color: #003455;
	font-weight: bold !important;
	text-align:center;
	letter-spacing: -0.5px;
	line-height: 1.2 !important;
	margin-top: .7em;
	margin-bottom: .7em !important;
 }

h3 { 
	font-size: 2.25rem !important;
	color: #005183;
	margin-top: 1.75em !important;
	line-height: 1.3 !important;
 }

.itemhalf h3 { margin-top: .5em; }

h4 { 
	font-size: 1.25rem !important;
	font-weight: bold !important;
	color: #7ca9c3 !important;
	text-transform: uppercase;
	margin-top: 1.15em !important;
	margin-bottom: .75em !important;
	line-height: 1.2 !important;
 }

ul { 
	list-style-position: inherit;
	margin-top: .5em; 
        margin-bottom: 2em !important;
 }

li { 
	font-size: 1.0rem;
	font-family: Montserrat, Roboto, Arial, sans-serif !important;
	margin-bottom: 6px !important;
	color: black !important;
	text-indent: 0;
text-align: left;
line-height: 1.4 !important;
 }

.dek {  font-size: 2rem !important;
	font-weight: normal !important;
        text-align: center;
	color: #7ca9c3 !important;
	margin: .75em 5% 1.75em 5%;
	line-height: 1.2 !important;
 }

small, .small { 
	display:block;
	color:#666666;
	font-size:13px !important;
	font-style:italic !important;
	font-weight:normal !important;
	line-height:1.10 !important;
	margin:16px 0;
	text-align:left !important;
 }

sup { 
	vertical-align:top !important;
	font-size:0.6em !important;
	top: 0.5em !important;
 }

del, s {
    text-decoration: line-through line-through !important;
	text-decoration-color: red !important;
	text-decoration-thickness: 3px;
}

hr.glyph { 
	overflow: visible;/* For IE */
	padding: 0;
	border: none;
	border-top: medium double #333;
	color: #333;
	text-align: center;
 }

hr.glyph:after { 
	content: "§";
	display: inline-block;
	position: relative;
	top: -0.7em;
	font-size: 1.5em;
	padding: 0 0.25em;
	background: white;
 }

/* ---------------------------- */

.twocolumns { 
	column-count: 2;
	column-gap: 20px;
 }

@media (max-width: 960px) { 
	.twocolumns { column-count: 1; }
 }

.itemhalf { 
	padding: 8px;
	margin: 4px 10px 36px 10px;
	float: left;
	width: 45%;
	min-width: 350px;
 }

@media (max-width: 750px) { 
	.itemhalf { margin: 0;padding: 0; width: 100%;min-width:0; }
 }

.itemlist { 
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	justify-content: center;
	margin: 24px auto !important;
	width: 100%;
	position: relative;
	clear: both;
 }

/* DIFFERENT FORMATTINGS FOR THE ITEMS IN AN ITEMLIST */
.stretch { align-items: stretch; }
.shadowborder img { border: 1px solid #ececec;border-radius:5px;box-shadow: 1px 3px 5px 0 #dcdcdc; }
.shadowborder div { border: 1px solid #ececec;border-radius:5px;box-shadow: 1px 3px 5px 0 #dcdcdc; }
.lineborder img { border: 1px solid #cecece; }
.lineborder div { border: 1px solid #cecece; }
.aligntop { align-items: flex-start; }
.aligncenter { align-items: center !important; }
.aligncenter p {text-align:center !important;}

.itemfull { 
	flex: 1 1 auto;
	padding: 12px;
	margin: 15px 10px;
	text-align: center !important;
 }

.itembig, itemlarge { 
	/* flex: 0 1 400px;*/
	padding: 12px;
	margin: 4px 15px;
	float: left;
	max-width: 400px;
	min-width: 200px;
	height: auto;
	text-align: center !important;
 }

.itemhalf { 
	/* SEE ABOVE */
 }

.itemmed, .itemmedium { 
	padding: 8px;
	margin: 15px 20px;
	text-align: center !important;
	float: left;
	max-width: 250px;
	min-width: 200px;
 }

.itemsmall { 
	flex: 0 1 125px;
	padding: 8px;
	margin: 15px;
	align-items: center;
	text-align: center !important;
 }

.itembig h2 { margin-top: 0 !important; }
.itemlarge h2 { margin-top: 0 !important; }
.itemmed h2 { margin-top: 0 !important; }
.itemmedium h2 { margin-top: 0 !important; }
.itemsmall h2, .itemsmall h3, .itemsmall h4 { margin-top: 0 !important; }
.itemsmall p { text-align: center; }
.itemfull h2, .itemfull h3 { margin-top: 0 !important; }


/* COLUMNS -------------------- */

.twocol {column-count: 2; column-gap: 40px;}

@media (max-width: 750px) { 
	.twocol {column-count: 1;}
}


/* ---------------------------------------- */
@media (max-width: 960px) { 

.hideonmobile { display: none !important; }
 
} /* ----------------- END 960 MEDIA QUERY -------------- */

