header, a, img, li, .menu-main-nav-container, #logoLink, #mobileNavContainer, .tickercontainer, .pictureCaption {
	transition: all 1s;
	-moz-transition: all 1s; /* Firefox 4 */
	-webkit-transition: all 1s; /* Safari and Chrome */
	-o-transition: all 1s; /* Opera */
}

#webTicker a {
	color: #ffffff;
}

header {
	font-family: 'Montserrat', sans-serif;
	background: #1e69ad;
	box-shadow:  0 5px 15px -5px #555;
	width: 100%;
	position: fixed;
	z-index: 1000;
	letter-spacing: 2px;
	font-size: 11pt;
	top: 44px;
}

header ul {
	list-style-type: none;
    margin: 0;
    padding: 0;
	overflow: hidden;
	float: right;
	text-transform: uppercase;
	letter-spacing: 2px;
}

header li a {
    display: block;
    padding: 0px 15px 0px 15px;
	text-decoration: none;
	color: #ffffff;
	font-size: 11pt;
}


header a.active, header a:hover {
	color: #97F7F6;
}

header li {
	display: inline;
	float: left;
}

img.logo {
	position: absolute;
	top: -30px;
	left: -20px;
}

img.logo2 {
	position: absolute;
	top: -30px;
	left: -20px;
	opacity: 0;
}

/* Sizes for the bigger menu */
header.large {
	height: 100px;
}

header.large img{
	height: 160px;
	width: auto;
}

header.large li {
	margin-top: 45px;
}

header.large .menu-main-nav-container {
	margin-top: 0px;
}

/* Sizes for the smaller menu */
header.small {
	height: 50px;
}

header.small .logo {
	width: auto;
	height: 100px;
	top: -40px;
	opacity: 0;
}

header.small .logo2 {
	width: auto;
	height: 100px;
	top: -40px;
	opacity: 1;
}

header.small li {
	margin-top: 17px;
}

header.small .menu-main-nav-container {
	margin-top: -30px;
}


/* SUB MENU */
#menu1 {
	display: inline-block;
	height: 44px;
	line-height: 44px;
	background-color: #1b4575;
	width: 100%;
	position: fixed;
	top: 0;
	font-family: 'Montserrat', sans-serif;
	z-index: 900;
}

#menu1 ul {
	list-style-type: none;
    margin: 0px;
    padding: 0px 30px 0px 0px;
	overflow: hidden;
	float: right;
	text-transform: uppercase;
	letter-spacing: 2px;
}

#menu1 li {
	display: inline;
	float: left;
}

#menu1 li a {
   	display: block;
	padding: 3px 20px 0px 20px;
	text-decoration: none;
	color: #68f4f2;
	font-size: 8pt;
}

#menu1 li a:hover {
	color: #ffffff;
}

#menu1 .social a {
	font-size: 20pt;
	padding: 0px 10px 0px 10px;
}

#searchBox {
	background-color: #68f4f2;
	margin: 7px 34px 0px 34px;
	line-height: 7pt;
	color: #1b4575;
	width: 150px;
	padding: 5px 10px 5px 10px;
	font-size: 12pt;
}

#search {
	border: 0px;
	background-color: #68f4f2;
	width: 102px;
	letter-spacing: 2px;
	font-size: 12pt;
	color: #1b4575;
	font-family: 'Montserrat', sans-serif;
}

@media screen and (min-width: 641px) and (max-width: 960px) {
	header, #menu1 {
        display: none;
    }
}

@media screen and (max-width: 640px) {
    header, #menu1 {
        display: none;
    }
}


#mapMain {
	height:360px;
	margin-bottom:40px;
}

.menu-main-nav-container {
	padding-right: 30px;
	position: absolute;
	right: 0;
	/* left: 25%; */
}
.menu-item-object-page {
	/*border: 1px solid red;*/
	position: relative;
  display: inline-block;
	/* float: left; */
	text-transform: uppercase;
	padding: 0px 15px 0px 15px;
	margin-top: 45px;
}

@media screen and (max-width: 1060px) {
	.menu-item-object-page {
		font-size: 12px;
		padding: 0px 10px 0px 10px;
	}
}
.menu-item-object-page a {
	color: #ffffff;
}
/*
.menu-item .menu-item-type-post_type {
    position: relative;
    display: inline-block;
	height: 500px;
}
*/

.sub-menu {
	display: none;
	position: absolute;
	transform: translate(-50%, 0%);
	left: 50%;
    background-color: #1b4575;
    min-width: 210px;
    /*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
	z-index: 999;
	padding: 20px 0px 20px 0px;
	font-size: 9pt;
	top: 30px;
}

.sub-menu .menu-item {
	padding: 10px 0px 10px 25px;
	border-bottom: 1px solid #1e69ad;
	width: calc(100% - 25px);
	margin-top: 0px;
}

.sub-menu .menu-item:hover{
	cursor: pointer;

}

.sub-menu .menu-item:hover a{
	color: #68f4f2;
}

.sub-menu .menu-item:last-child {
	padding: 10px 0px 10px 25px;
	border-bottom: none;
}

.menu-item-has-children:hover .sub-menu {
    display: inline-block;
}

.menuArrow {
	position: absolute;
	top: -15px;
	text-align: center;
	width: 100%;
	margin-left: 0px;
	height: 35px;
}

.menuArrow2 {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 15px 15px 15px;
	border-color: transparent transparent #1b4575 transparent;
	display: inline-block;
}

.whiteDivider {
	display: none;
}

.sub-menu .whiteDivider {
	display: block;
}

#tickerClose {
	font-size: 18pt;
	color: #ffffff;
	z-index: 9999;
}
#tickerClose:hover {
	text-shadow: 0px 0px 5px #000000d6;
}

@media (max-width: 991px) {
	.footer-form-label {
		padding-top: 20px;
		text-align: center !important;
	}

	.footer-form {
		text-align: center !important;
	}

	.social-container {
		text-align: center !important;
	}
}

@media (min-width: 975px) and (max-width: 1199px) {
	.menu-main-nav-container {

	}
	.menu-item {


	}
	.menu-item-object-page {
		margin-top: 45px;
	}
}

@media (min-width: 1200px) {
	.menu-main-nav-container {

	}


}

@media (min-width: 768px) {
	#mapMain {
		height:500px;
		margin-bottom: 50px;
	}


}

.ticker-spacer {
	display: inline;
}

/* Footer */

#mainFooter {
	background-color: #3167ac;
	padding: 30px 30px 60px;
}

.footerLogo1 {
	max-width: 250px;
	height: auto;
	border-bottom: 1px solid #ffffff;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.footerLogo2 {
	max-width: 250px;
	height: auto;
}

#logoLink {
	display: none;
}

.footer-left {
	text-align: center;
}

.footer-logos {
	padding-left: 0px;
}

.footer-newsletter {
	padding-right: 0px;
}

.footer-right {
	text-align: center;
}

.footer-links {
	padding-top: 15px;
}

.footer-form {
	display: inline-block;
	width: 100%;
}

.footer-form-label {
	clear: both;
	text-align: center;
	padding-bottom: 10px;
}

.social-container {
	clear: both;
	display: inline-block;
	text-align: right;
}

#phone1::before {
	content: "\A";
	white-space: pre;
}

#phone2::before {
		content: "\00a0\00a0•\00a0\00a0";
	}

@media (min-width: 768px) {
	.footer-left {
		text-align: left;
	}

	.footer-logos {
		padding-left: 50px;
	}

	.footer-newsletter {
		padding-right: 50px;
	}

	.footer-right {
		text-align: right;
	}

	.footer-links {
		padding-top: 0px;
	}

	.footer-form {
		display: inline-block;
		text-align: right;
		width: 100%;
	}

	.footer-form-label {
		clear: both;
		text-align: right;
		padding-bottom: 10px;
	}

	.social-container {
		clear: both;
		display: inline-block;
		width: 100%;
		text-align: right;
	}

	#phone1::before, #phone2::before {
		content: "\00a0\00a0•\00a0\00a0";
	}

}

#footerColTitle {
	display: none;
	/* float: left; */
	/* width: 240px; */
	width: 100%;
	text-align: center;
	border-bottom: 1px solid;
	padding-bottom: 5px;
	font-size: 1.4em;
	color: white;
	margin: 15px auto;
	font-weight: initial;
	font-family: inherit;
}

#footerDivider {
		display: none;
	}

#footerCol1 {
	float: left;
	display: none;
}

#footerCol2 {
	float: left;
	display: none;
}

#footerCol3 {
	float: left;
	display: none;
}

#footerCol4 {
	float: left;
	display: none;
}

#footerCol5 {
	float: left;
	display: none;
}

/* Things to Do */
@media only screen  and (min-width: 1531px)
{
	#footerColTitle {
		display: block;
	}

	#footerDivider {
		display: block;
	}

	#footerCol1 {
		display: block;
		width: 20%;
		padding-right: 10px;
	}

	#footerCol2 {
		display: block;
		width: 20%;
		padding-right: 10px;
	}

	#footerCol3 {
		display: block;
		width: 20%;
		padding-right: 10px;
	}

	#footerCol4 {
		display: block;
		width: 20%;
		padding-right: 10px;
	}

	#footerCol5 {
		display: block;
		width: 20%;
		padding-right: 10px;
	}
}

@media only screen and (min-width: 1345px) and (max-width: 1530px)
{
	#footerColTitle {
		display: block;
	}

	#footerDivider {
		display: block;
	}

	#footerCol1 {
		display: block;
		width: 25%;
	}

	#footerCol2 {
		display: block;
		width: 25%;
	}

	#footerCol3 {
		display: block;
		width: 25%;
	}

	#footerCol4 {
		display: block;
		width: 25%;
	}

	#footerCol5 {
		display: none;
	}
}

@media only screen and (min-width: 1105px) and (max-width: 1344px)
{
	#footerColTitle {
		display: block;
	}

	#footerDivider {
		display: block;
	}

	#footerCol1 {
		display: block;
		width: 33%;
	}

	#footerCol2 {
		display: block;
		width: 33%;
	}

	#footerCol3 {
		display: block;
		width: 33%;
	}

	#footerCol4 {
		display: none;
	}

	#footerCol5 {
		display: none;
	}
}

@media only screen and (min-width: 961px) and (max-width: 1104px)
{
	#footerColTitle {
		display: block;
	}

	#footerDivider {
		display: block;
	}

	#footerCol1 {
		display: block;
		width: 50%;
	}

	#footerCol2 {
		display: block;
		width: 50%;
	}

	#footerCol3 {
		display: none;
	}

	#footerCol4 {
		display: none;
	}

	#footerCol5 {
		display: none;
	}
}

.footer-todos div a,
.footer-todos li a {
	padding: 8px 0px;
	line-height: 32px;
	font-size: 12px !important;
	letter-spacing: initial;
	display: initial;
}

#ctct-button, #footer-ctct-button {
	transition: 1s;
}

#ctct-button:hover, #footer-ctct-button:hover {
	background-color: #ffffff !important;
}

#footerCol1 a:hover, #footerCol2 a:hover, #footerCol3 a:hover, #footerCol4 a:hover, #footerCol5 a:hover {
	text-decoration: underline;
}