/************************
*ELEMENT STYLE
*********************/
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype');
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

* {
	padding: 0;
	margin: 0;
}

body {
	padding: 0;
	margin: 0;
	font: 1.0em Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	background: #000;
	color: #1E2429;
}

hr {
	background-color: #406CAE;
	border: none;
	height: 2px;
	margin-top: 10px;
}

p {
	padding-bottom: 1.5em;
}

ol li {
	margin-left: 30px;
	padding-left: 10px;
}

ol {
	padding-bottom: 1.5em;
}

#mainContent ul li {
	margin-left: 30px;
	padding-left: 10px;
}

#mainContent ul {
	padding-bottom: 1.5em;
}

input[type=text],input[type=email],select {
	display: block;
    height: 30px;
    padding: 7px 7px;
    margin-bottom: 5px;
    margin-top: 5px;
    font-size: 14px;
    color: #000;
    line-height: 1.42857143;
    background-color: #FAFBFC;
    background-image: none;
    border:1px solid #E0E0E0;
    border-radius: 5px;
    -webkit-box-shadow: none;
    outline: none !important;
	box-sizing: border-box;
}

input[type=text]:focus,input[type=email]:focus,select:focus {
    border:1px solid #406CAE;
}

select {
    height: 33px;
}

textarea {
	display: block;
    padding: 7px 7px;
    margin-bottom: 5px;
    margin-top: 5px;
    font-size: 14px;
    color: #555;
    line-height: 1.42857143;
    background-color: #FAFBFC;
    background-image: none;
    border:1px solid #E0E0E0;
    border-radius: 10px;
    -webkit-box-shadow: none;
    outline: none !important;
	box-sizing: border-box;
}

textarea:focus {
    border:1px solid #406CAE;
}

button,input[type=button],input[type=submit] {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 5px;
    margin-top: 5px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #719ECE;
    border: 1px solid #406CAE;
    border-radius: 4px;
	color: white;
    outline: none !important;
}

button:focus,input[type=button]:focus,input[type=submit]:focus {
    box-shadow: 0 0 5px #719ECE;
}

button:hover,input[type=button]:hover,input[type=submit]:hover {
    box-shadow: 0 0 5px #719ECE;
}

button:active,input[type=button]:active,input[type=submit]:active {
	color: #66737D;
	background-color: #273948;
}

button:disabled,input[type=button]:disabled,input[type=submit]:disabled {
	color: black;
	background-color: #1e2429;
    box-shadow: 0 0 0px;
	cursor: default;
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope:before {
  content: "\f0e0";
}

a {
	color: #0893E3;
	text-decoration: none;
}

a:hover {
	/*color: #e47911;*/
	color: #33485E;
	text-decoration: none;
	cursor: pointer;
}

a.disabled, a[disabled=disabled] {
	cursor: default;
	color: gray;
	text-decoration: none;
}

/************************
*GLOBAL CLASSES
*********************/
.container {
	max-width: 1240px;
	margin-left: auto;
	margin-right: auto;
}

.pageHeader {
	background-color: black;
	color: white;
	width: 100%;
	min-width: 320px;
	border-bottom: none;
	display: table;
	height: 60px;
}

.pageHeader.scrolled {
	top: 0px;
	position: fixed;
	z-index: 999;
}

.fixedBackground {
	position: fixed;
	background-position: top center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	z-index: -1;
}

.boxData {
	text-align: left;
	border: 1px solid gray;
	border-radius: 10px;
	padding-top: 20px;
	padding: 10px;
    background-color: white;
	color: black;
    box-shadow: 0 0 5px gray;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
}

.boxData:hover {
    /*border:2px solid #406CAE;*/
}

.boxData p {
	padding-bottom: 0px;
}

.boxDataHeader {
	background-color: #719ECE; 
	color: white; 
	padding: 5px; 
	padding-left: 10px; 
	margin-bottom: 10px; 
	font-weight: bold; 
	border-radius: 5px;
}

.entryTextBox {
	margin-right: 50px;
	margin-bottom: 20px;
	padding-top: 10px; 
	margin-left: 15px;
}

.entryTextBox img{
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 3px;
	margin-top: 3px;
	border-radius: 5px;
	border: 1px solid black;
    box-shadow: 0 0 3px black;
}

.indent1 {
	margin-left: 15px;
}

.legals {
	text-align: center;
	background-color: black; 
	color: white; 
	padding-top: 7px; 
	padding-bottom: 7px; 
	line-height: 1.3em;
}

.failure {
	color: red;
}

.success {
	color: green;
}

.justContainer {
	text-align: justify;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.justContainer span.filler {
	width: 100%;
	display: inline-block;
	font-size: 0;
	line-height: 0;
}

.justContainer div {
	display: inline-block;
	vertical-align: top;
}

.headingDiv {
	display: inline-block; 
	vertical-align:middle; 
	margin-right: 10px; 
	margin-left: 5px;
}

.headingDiv span {
	color: #406CAE; 
	margin-right: 5px;
}

.headingLineDiv {
	display: inline-block; 
	vertical-align:middle;
}

.headingLineDiv hr {
	width: 100px;
	margin: auto;
}

.articleBox {
	width: auto; 
	margin-bottom: 20px; 
	padding: 10px; 
	border-radius: 5px;
}

.articleBox.odd {
	background-color: white; 
	color: black; 
	box-shadow: 0 0 5px gray;
}

.articleBox.even {
	background-color: #1E2429; 
	box-shadow: 0 0 10px #1E2429; 
	color: white;
}

.articleBox.odd2 {
	background-color: #719ECE; 
	box-shadow: 0 0 10px #719ECE; 
	color: white;
}

.articleBox.even2 {
	background-color: #273948; 
	box-shadow: 0 0 10px #273948; 
	color: white;
}

.articleBox.odd3 {
	background-color: #E0E0E0; 
	box-shadow: 0 0 10px #1E2429; 
	color: black; 
}

.articleBoxTitle {
	display: table;
}

.articleBoxDate {
	vertical-align:middle; 
	padding: 7px; 
	border-radius: 5px; 
	text-align: center; 
	display: table-cell; 
	font-size: 12px; 
	line-height: 1em;
}

.articleBox.odd div.articleBoxDate {
	background-color: #406CAE; 
	box-shadow: 0 0 5px #406CAE; 
	color: white;
}

.articleBox.even div.articleBoxDate {
	background-color: white; 
	box-shadow: 0 0 5px white; 
	color: black;
}

.articleBox.odd2 div.articleBoxDate {
	background-color: white; 
	box-shadow: 0 0 5px white; 
	color: black;
}

.articleBox.even2 div.articleBoxDate {
	background-color: #719ECE; 
	box-shadow: 0 0 5px #719ECE; 
	color: white;
}

.articleBox.odd3 div.articleBoxDate {
	background-color: #719ECE; 
	box-shadow: 0 0 5px #719ECE; 
	color: white; 
}

.articleBoxDate span {
	font-size: 24px; 
	line-height: 0.8em;
}

.articleBoxDate.med span {
	font-size: 16px; 
	line-height: 0.8em;
	font-weight: bold;
}

.articleBoxDate.med.even {
	background-color: #E0E0E0; 
	box-shadow: 0 0 5px #E0E0E0; 
	color: black;
}

.articleBoxDate.med.odd {
	background-color: #406CAE; 
	box-shadow: 0 0 5px #406CAE; 
	color: white;
}

.articleBoxDate.list.even {
	background-color: #E0E0E0; 
	box-shadow: 0 0 5px #E0E0E0; 
	color: black;
}

.articleBoxDate.list.odd {
	background-color: #406CAE; 
	box-shadow: 0 0 5px #406CAE; 
	color: white;
}

.articleBoxTitleTxt {
	padding-left: 10px; 
	display: table-cell; 
	vertical-align: middle
}

.articleBoxTitleTxt span {
	font-size: 12px; 
	font-style: italic;
}

.articleBoxContent {
	padding-top: 20px;
	max-height: 190px; 
	overflow: hidden;
}

.articleBoxContent img {
	margin-left: 10px; 
	margin-bottom: 10px; 
	border-radius: 5px; 
	float: right;
}

.articleBox.even .articleBoxContent img {
	border: 1px solid gray; 
	box-shadow: 0 0 3px gray; 
}

.articleBox.odd .articleBoxContent img {
	border: 1px solid black; 
	box-shadow: 0 0 3px black; 
}

.articleBoxFooter {
	clear: both; 
	margin-top: 10px; 
	width: 100%;
}

.articleBoxFooter hr {
	height: 1px; 
	margin-left: 20px; 
	margin-right: 20px;
}

.articleBox.odd .articleBoxFooter hr {
	background-color: black;
}

.articleBox.even .articleBoxFooter hr {
	background-color: white;
}

.articleBox.odd2 .articleBoxFooter hr {
	background-color: white;
}

.articleBox.even2 .articleBoxFooter hr {
	background-color: white;
}

.articleBox.odd3 .articleBoxFooter hr {
	background-color: black;
}

.articleBoxGo {
	float: right;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	font-weight: bold;
}

.articleBoxFooter div.divLeft {
	font-size: 12px; 
	text-align: left; 
	display: inline;
}

.articleBoxFooter div.divRight {
	font-size: 12px; 
	float: right;
}

.articleSideTitle {
	font-size: 12px; 
	line-height: 1em;
}

.articleListTxt {
	line-height: 1em; 
	padding-left: 10px; 
	font-weight: bold;
}

.imprintedInp {
	position: relative;
}

.imprintedInp span {
	position: absolute; 
	top: 6px; 
	left: 6px; 
	color: #aaa;
}

.imprintedInp input {
	width: 100%; 
	text-indent: 18px;
}

.likeAndShareDiv {
	text-align: center; 
	padding-top: 5px; 
	padding-bottom: 5px;
}

.likeAndShareDiv div {
	display: inline-block; 
	padding-left: 5px;
	padding-right: 5px;
}

.likeAndShareDiv div.likeAmp {
	font-weight: bold; 
	font-size: 20px; 
	vertical-align: top; 
	line-height: 32px;
	padding-right: 0px;
	padding-left: 0px;
}

.contactInp {
	width: 75%; 
	padding-top: 18px; 
	padding-bottom: 18px; 
	margin-bottom: 10px;
}

.contactTxt {
	width: 75%; 
	height: 250px;
}

.contactBtn {
	text-align: right; 
	white-space:nowrap; 
	vertical-align: top;
}

.contactBtn input:first-child {
	margin-right: 10px;
}

.postAuthorTxt {
	padding-left: 30px; 
	font-style: italic; 
	font-size: 12px;
}

.notLoved {
	opacity: 0.4;
    filter: alpha(opacity=40);
}

.loveBox {
	position: relative;
	cursor: pointer;
}

.loveBox.disabled {
	cursor: default;
}

.loveBox div {
	position: absolute;
	top: 32px;
	padding-top: 0.5px;
	left: 0px;
	font-size: 11px;
	color: black;
	width: 32px;
	text-align: center;
    border:1px solid #D63518;
    box-shadow: 0 0 1px #D63518;
    border-radius: 5px;
	line-height: 1.0em;
	background-color: #F68A74;
}

.loveBox.disabled div {
	opacity: 0.4;
    filter: alpha(opacity=40);
}

img.alignright {
	float: right;
	margin-right: 0px;
}

img.alignleft {
	float: left;
	margin-left: 0px;
}

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/************************
*ELEMENT SPECIFIC STYLE
*********************/
#topBG {
	height: 320px; 
	width: 100%;
}

#topBG img {
	height: 320px; 
}

#lowerBody {
	background-color: white;
	padding-bottom: 20px;
}

#topImage {
	color: white;
	display: table;
	width: 100%;
	font-weight: bold;
    text-shadow:
        0.1em 0 10px black,
        0 0.1em 10px black,
        -0.1em 0 10px black,
        0 -0.1em 10px black;
}

#topImage div:first-child {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

#topImage div hr {
	margin-left: auto;
	margin-right: auto;
}

#topImage h1 {
	line-height: 1.0em;
}

#introTxtDiv {
	font-size: 14px; 
	padding-right: 20%;
	padding-left: 20%;
}

#slidingHeader.scrolled {
	top: 0px;
	position: fixed;
	z-index: 999;
}

#headerLogo {
	float: left;
	font-size: 42px;
	display: inline;
	margin-left: 5px;
	padding-top: 3px;
	vertical-align: middle;
}

#slidingHeader #headerLogo {
	display: none;
}

#slidingHeader.scrolled #headerLogo {
	display: inline;
}

#headerLogo img {
	width: auto;
	height: 55px;
	vertical-align: middle;
	padding-right: 5px;
}

#menuDrop {
	z-index: 5;
}

#headerMenu {
	float: right;
	text-align: right;
	font-size: 22px;
	display: inline;
	line-height: 60px;
	vertical-align: middle;
	position: relative;
}

#headerMenu ul {
	list-style: none;
}

#headerMenu:not(.dropdown) li:not(.dropdown) {
	display: inline;
	margin-right: 30px;
	list-style: none;
	position: relative;
}

#headerMenu.dropdown {
	text-align: left;
}

#headerMenu.dropdown ul {
	list-style: none;
	position: absolute;
	right: 0px;
	top: 60px;
	padding-right: 10px;
	line-height: 35px;
	font-size: 18px;
	border-bottom: 1px solid gray;
	background-color: black;
	border-left: 1px solid gray;
}

#headerMenu.dropdown ul li {
	padding-left: 10px;
	padding-right: 10px;
	clear: both;
	white-space: nowrap;
}

#headerMenu:not(.dropdown) .navSmallShow {
	display: none;
}

#headerMenu.dropdown .navLargeShow {
	display: none;
}

#headerMenu li.navSubItem {
	font-size: 16px;
	margin-left: 10px;
}

#headerMenuBurger {
	margin-right: 10px;
	height: 60px;
	cursor: pointer;
}

#headerMenuBurger img {
	margin-top: 10px;
}

.floatSubDiv {
	display: block;
	list-style: none;
	position: absolute;
	right: 0px;
	padding-right: 10px;
	line-height: 35px;
	font-size: 18px;
	border-bottom: 1px solid gray;
	background-color: black;
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	text-align: left;
}

.floatSubDiv li {
	padding-left: 10px;
	padding-right: 10px;
	clear: both;
	white-space: nowrap;
}

#mainContent {
	padding-top:20px; 
}

#archiveContentDiv {
	padding-bottom: 20px;
}

#subscribe-email {
	position: relative;
}

#subscribe-email input[type=email] {
	text-indent: 18px;
	width: 100%;
}

#subscribe-email input[type=email] {
	text-indent: 18px;
}

#subscribe-email span {
	position: absolute; 
	top: 6px; 
	left: 6px; 
	color: #aaa;
}

#subscribe-submit {
	text-align: right;
}

#contactTbl {
	width: 95%;
}

#contactTbl td {
	text-align: center;
	vertical-align: top;
}

.hoursTable {
	margin: auto;
}

.hoursTable tr td:first-child {
	text-align: right !important;
	font-weight: bold;
}

.hoursTable tr td:not(:first-child) {
	text-align: left !important;
	padding-left: 10px;
}

.callTbl {
	margin: auto;
}

.callTbl tr td:first-child {
	text-align: right !important;
}

.callTbl tr td:not(:first-child) {
	text-align: left !important;
	padding-left: 10px;
}

.sideWidDiv div:not(.boxDataHeader) {
	text-align: center;
}

/************************
*GROWL STYLE
*********************/
div.growlUI  
{
    background: url(./../images/error.png) no-repeat 10px 10px;
}
div.growlUI h1 {
	color: white; 
	padding: 5px 5px 5px 75px; 
	text-align: left;
	font-size: 20px;
}
div.growlUI h2 {
	color: white; 
	padding: 5px 5px 5px 75px; 
	text-align: left;
	font-size: 10px;
	line-height: 1em;
}

/***************************
**** RESPONSIVENESS CLASSES
***************************/
@media screen and (min-width: 800px) {
	#topImage h1 {
		font-size: 56px;
	}

	#topBG img {
		-webkit-mask: linear-gradient(90deg, rgba(0,0,0,0) 1%, rgba(0,0,0,1) 10%, rgba(0,0,0,1) 90%, rgba(0,0,0,0) 99%);
	}
	
	#container {
		display: table;
	}

	#mainContent {
		display: table-cell;
	}

	#rightNavDiv {
		display: table-cell; 
		width: 350px;
	}
	
	.articleBoxContent {
		padding-top: 20px;
		max-height: 285px; 
		overflow: hidden;
	}

	.smallOnly {
		display: none;
	}
}

@media not screen and (min-width: 800px) {
	.bigOnly {
		display: none;
	}

	#contactTbl {
		font-size: 12px;
	}

	#introTxtDiv {
		padding-right: 10%;
		padding-left: 10%;
	}
}

/************************
***WORDPRESS MODS/FIXES
************************/
.wp-block-gallery .blocks-gallery-image,.wp-block-gallery .blocks-gallery-item {
	/* width:calc((100% - 16px)/2); */
	width: 20%;
}

@media (min-width:600px) {
	.wp-block-gallery.columns-3 .blocks-gallery-image,.wp-block-gallery.columns-3 .blocks-gallery-item {
		/* width:calc((100% - 32px)/3); */
		width: 20%;margin-right:16px;
	}
}

.wp-block-image .alignleft { 
	padding-right: 10px;
}
