
html,
body {
  margin: 0;
  padding: 0; 
 
}

body {
 color: #000059;
 font-family: 'droid_sansregular', sans-serif;
background-color: #ffffff;

}



	
@font-face {
    font-family: 'droid_sansregular';
    src: url('../fonts/DroidSans-webfont.eot');
    src: url('../fonts/DroidSans-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/DroidSans-webfont.woff2') format('woff2'),
         url('../fonts/DroidSans-webfont.woff') format('woff'),
         url('../fonts/DroidSans-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
	
	
@font-face {
    font-family: 'serpentine_sans_icgbold';
    src: url('../fonts/serpentine_sans_icg_bold-webfont.eot');
    src: url('../fonts/serpentine_sans_icg_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/serpentine_sans_icg_bold-webfont.woff2') format('woff2'),
         url('../fonts/serpentine_sans_icg_bold-webfont.woff') format('woff'),
         url('../fonts/serpentine_sans_icg_bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
	
	
/* =============================================================================
  HEADINGS
============================================================================= */
h1 {
font-family: 'serpentine_sans_icgbold';
color: #BF1E2C;
font-size: 44px;

line-height: 54px;
margin: 0;
padding: 0;


}



h2 {

color: #000059;
font-size: 30px;

line-height: 40px;
margin: 0;
padding: 0;
margin-bottom: -10px;
margin-top: 35px
}




p {
font-size: 16px;
line-height: 22px;
	
	
	
}

.white {
color: #ffffff;	
}

/* =============================================================================
  LINKS
============================================================================= */
a:link {
	text-decoration: none;
	color: #ffffff;
}
a:visited {
	text-decoration: none;
	color: #ffffff;
}
a:hover {
	text-decoration: underline;
	color: #ffffff;
}
a:active {
	text-decoration: none;
	color: #ffffff;	
}




.alt a:link {
	text-decoration: none;
	color: #ffffff;
}
.alt a:visited {
	text-decoration: none;
	color: #ffffff;
}
.alt a:hover {
	text-decoration: underline;
	color: #000059;	
}
.alt a:active {
	text-decoration: none;
	color: #ffffff;
}



.alt2 a:link {
	text-decoration: none;
	color: #000059;
}
.alt2 a:visited {
	text-decoration: none;
	color: #000059;
}
.alt2 a:hover {
	text-decoration: underline;
	color: red;	
}
.alt2 a:active {
	text-decoration: none;
	color: #000059;
}


/* =============================================================================
  EMBEDDED CONTENT
============================================================================= */
img {
max-width: 100%;
}
img {text-decoration: none; border: 0px}


	
	
	
.header {
	float: left;
width: 100%;


}
	
	


.header-blue-strip {
	float: left;
width: 96%;
height: auto;
padding-top: 15px;
padding-bottom: 15px;
padding-left: 2%;
padding-right: 2%;
	background: #23355B;
}
	
	
	.header-logo {
	float: left;
	
	
width: 400px;
		margin-top: -80px;
		position: absolute;
	z-index: 9999;
		margin-left: -15px;
}
	
	.header-text-right-upper {
		float: right;
		text-align: right;
		
	font-size: 20px;
	color: white;
}
	
	.header-white-strip {
	float: left;
width: 98%;
height: auto;
padding-top: 20px;
padding-bottom: 20px;
padding-left: 0%;
padding-right: 2%;
	
		border-top: solid 10px #BDBEC0;
		border-bottom: solid 10px #BDBEC0;
}
	
.header-text-right-lower {
	float: left;
	width: 58%;
	height: auto;
	font-size: 22px;
	line-height: 30px;
	color: #22345A;
margin-left: 400px;
	
}


	.call-button {
	float: right;
		
		height: auto;
		width: 150px;
		margin-right: 25px;
		display: block;
	}

.call-button-mobile {
	display:none;
	
	}
	



.main-content {
float: left;
width: 100%;
height: auto;
display:flex;	
}





/*--- NAV ---*/

 
 
.navbar {
float: left;
width: 350px;
	min-width: 350px;
height: auto;
padding-top: 25px;
padding-bottom: 25px;
	background: #23355B;
	border-right: solid 10px #BDBEC0;
}


#nav{
	list-style:none;
	margin-top:40px;
	padding:0;
	text-align:left;
	width: 80%;
margin-left: 13%;
	margin-right: 7%;
	}

#nav li{
	display:inline;
	width: 100%;
	
	}

#nav a{
	display:inline-block;
	font-family: 'serpentine_sans_icgbold';
text-decoration: none;
	font-style: italic;
	color: #ffffff;
	font-size: 24px;
	margin-bottom: 18px;
	text-align: left;
		padding: 5px;
	width: 80%;
	padding-left: 5%;	
	padding-right: 5%;
background: #BF1E2E;
border-radius: 15px;
		border: solid 5px #BDBEC0;
	}
	
	
 #nav a:hover {
	background: #ffffff; 
	color:#BF1E2E;


	text-decoration: none;
}
	
	
	
#nav2{
	list-style:none;
	margin-top:18px;
	padding:0;
	text-align:left;
	width: 80%;
margin-left: 13%;
	margin-right: 7%;
	}

#nav2 li{
	display:inline;
	width: 100%;
	
	}

#nav2 a{
	display:inline-block;
	font-family: 'serpentine_sans_icgbold';
text-decoration: none;
	font-style: italic;
	color: #23355B;
	font-size: 24px;
	
	text-align: left;
		padding: 5px;
	width: 80%;
	padding-left: 5%;	

	padding-right: 5%;
background: #BDBEC0;
border-radius: 15px;
		border: solid 5px #ffffff;
	}
	
	
 #nav2 a:hover {
color: #BF1E2E;
background: #ffffff;	
border: solid 5px #BDBEC0;

	text-decoration: none;
}
	
	
#nav3{
	list-style:none;
	margin-top: 5px;
	
	}

#nav3 li{
	display:inline;
	
	
	}

#nav3 a{
	display:inline-block;
	font-family: 'serpentine_sans_icgbold';
text-decoration: none;
	font-style: italic;
	color: #ffffff;
	font-size: 24px;
	background: #23355B; 
	text-align: center;
		padding: 5px;
	
	padding-left: 15px;	
	padding-right: 25px;

border-radius: 15px;
		border: solid 5px #BDBEC0;
	}
	
	
 #nav3 a:hover {
	
	 background: #BF1E2E;
	color:#ffffff;


	text-decoration: none;
}	
	


#nav4{
	list-style:none;
	margin-top: 5px;
	
	}

#nav4 li{
	display:inline;
	
	
	}

#nav4 a{
	display:inline-block;
	font-family: 'serpentine_sans_icgbold';
text-decoration: none;
	font-style: italic;
	color: #ffffff;
	font-size: 24px;
	width: 100%;
	background: #BF1E2E;
	text-align: center;
		padding: 5px;
	
	padding-left: 15px;	
	padding-right: 25px;

border-radius: 15px;
		border: solid 5px #BDBEC0;
	}
	
	
 #nav4 a:hover {
	
	 background: #ffffff;
	color:#23355B;


	text-decoration: none;
}
	
	
	
	
	
	
	
	.title {
	width: 250px;
	margin-left:50px;
	margin-right:50px;
	margin-top: 70px;	
	color: white;
		font-size: 20px;
		font-weight: bold;
		
	}

	.map {
		width: 250px;
		height: 250px;
	margin-left:50px;
	margin-right:50px;
	margin-top: 10px;
	background: white;
		
	
	}

.content {
float: right;
width: calc(99.4% - 350px);	
background-color: #ffffff;
padding-bottom: 50px;
	position: relative;
}




.slideshow  {
float: left;
width: 100%;
height: auto;

	border-bottom: solid 10px #BDBEC0;
	
	
}




.long-box1  {
float: left;
width: 100%;
height: auto;
display:flex;


}

.long-box2  {
float: left;
width: 100%;
height: auto;
border-top: solid 25px #FA981D;

background: #ffffff;
}



.left-box {
float: left;
width: 55%;
height: auto;
	
padding: 3%;
background: #ffffff;
	
}



.right-box {
float: right;
width: 33%;
height: auto;
	
padding: 3%;
background: #000059;
	
}

.full-box {
float: left;
width: 94%;
height: auto;	
padding: 3%;
	
}

.full-box-left {
float: left;
width: 48%;
height: auto;	
	
}

.full-box-right {
float: right;
width: 48%;
height: auto;	
	
}

.bottom-box {
	float: left;
	width: 100%;
	height: auto;
	
	border-top: solid 10px #BDBEC0;
	position: absolute;
	bottom: 0;
	
}



.bottom-box-spacer {
	float: left;
	width: 100px;
	height: auto;
	margin-top: 29%;	
}


.footer {
float: left;
width: 100%;


}
	
	
	
	.footer-white-strip {
	float: left;
width: 96%;
height: 85px;
padding-top: 15px;
padding-bottom: 15px;
padding-left: 2%;
padding-right: 2%;
	
		border-top: solid 10px #BDBEC0;
		border-bottom: solid 10px #BDBEC0;
}
	
	
	.memberships {
		
		width: calc(58% - 400px);
		height: 30px;
		
		margin-left: 15px;
		
		
	position: absolute;
		
	}
	
.memberships img{
	height:300%;
	float: right;
	
	
}
	
	.footer-logo {
	
width: 400px;
		
		margin-top: -83px;
		position: absolute;
	z-index: 9999;
		margin-left: calc(60% - 400px);
	
}
	
	.social {
		
		width: 35%;
		height: 30px;
		position: absolute;
		right: 25px;
		
	
	}

.social img{
	height:290%;
	
	
	
}
	
	
	.footer-blue-strip {
	float: left;
width: 96%;
height: auto;
padding-top: 15px;
padding-bottom: 35px;
padding-left: 2%;
padding-right: 2%;
	background: #23355B;
}

	
	.call-button2 {
	float: left;
		
		height: auto;
		width: 10%;
		
		
	}
	
	.footer-text-left {
		float: left;
		width: 20%;		
	font-size: 20px;
	color: white;
		margin-top: 15px;
	
		text-align: center;
		margin-left: 10%;
}
	
	.footer-text-right {
		float: left;
		width: 20%;		
	font-size: 20px;
	color: white;
		margin-top: 15px;
		margin-left: 17%;
	
		text-align: center;
}
	

.copyright {
		float: left;
	text-align: center;
		width: 100%;
		
		
			
	font-size: 14px;
	color: white;
		margin-top: 0px;
		
}



.ct-graphics {
float: right;
	width: 234px;
	height: 99px;
background-image:url("../images/ct-graphics.png");	
	background-repeat:no-repeat;
	margin-top: -2px;

}
	
	.ct-graphics-mobile {
display: none;
}
	
	.ct-graphics img {
opacity: 0;
}

.ct-graphics img:hover {
opacity: 1;
}	



@media (max-width: 1608px) 

{
	.content {
float: right;
width: calc(99.35% - 350px);	
background-color: #ffffff;
padding-bottom: 50px;
	position: relative;
}

	
	
}


@media (max-width: 1486px) 

{
	.content {
float: right;
width: calc(99.3% - 350px);	
background-color: #ffffff;
padding-bottom: 50px;
	position: relative;
}

	
	
}



@media (max-width: 1450px) 

{
	
		.header-logo {
		margin-top: -90px;
	
}

	.header-text-right-lower {
	width: 48%;

}
	
	.navbar {

padding-top: 0px;

}
	
	
	.memberships {
		
		width: calc(61% - 400px);
		height: 30px;
		
		margin-left: 15px;
		
		
	position: absolute;
	}
	

	
	
	
	.footer-logo {
		margin-left: calc(62% - 400px);	
}

	

	}
	
	
	
	@media (max-width: 1400px) 

{
	
	
	
	
	.call-button2 {
		width: 15%;	
		
	}
	
	.footer-text-left {
		margin-left: 8%;
}
	
	.footer-text-right {

		margin-left: 13%;
	
		text-align: center;
}
	
	
	}
	
	

@media (max-width: 1382px) 

{
	.content {
float: right;
width: calc(99.25% - 350px);	
background-color: #ffffff;
padding-bottom: 50px;
	position: relative;
}

	
	
}





	
	@media (max-width: 1300px) 

{
	
	
	.memberships {
		
		width: calc(64% - 400px);
		height: 30px;
		
		margin-left: 0px;
		
		
	position: absolute;
	}
	

	
	
	.footer-logo {
		margin-left: calc(63.5% - 400px);	
}
	
	
	
	}


@media (max-width: 1290px) 

{
	.content {
float: right;
width: calc(99.2% - 350px);	
background-color: #ffffff;
padding-bottom: 50px;
	position: relative;
}

	
	
}

@media (max-width: 1210px) 

{
	.content {
float: right;
width: calc(99.15% - 350px);	
background-color: #ffffff;
padding-bottom: 50px;
	position: relative;
}

	
	
}

@media (max-width: 1200px) 

{
	.header-text-right-lower {
	width: 42%;

}
	
	
	.memberships {
		
		width: calc(67% - 400px);
		height: 30px;
		
		margin-left: -15px;
		
		
	position: absolute;
	}
	
	.social {
		
		width: 35%;
		height: 30px;
		position: absolute;
		right: 10px;
		
	
	}

.social img{
	height:290%;
	
	
	
}
	
	
	.footer-logo {
		margin-left: calc(65% - 400px);	
}
	
	
	}








@media (max-width: 1150px) 

{
	.content {
float: right;
width: calc(99.1% - 350px);	
background-color: #ffffff;
padding-bottom: 50px;
	position: relative;
}

	
	
	.memberships {
		
		width: calc(67% - 400px);
		height: 30px;
		
		margin-left: -12px;
		
		
		
	position: absolute;
	}
	
	.memberships img{
		padding-top: 5px;
	height:250%;
	float: right;
	
	
}
	
	
	.social {
		
		width: 35%;
		height: 30px;
		position: absolute;
		right: 0px;
		
	
	}

.social img{
	padding-top: 5px;
	height:250%;
	
	
	
}
	
	
	
	
	
}
	
	
	@media (max-width: 1100px) 

{
	
	
	.full-box-left {
float: left;
width: 95%;
height: auto;	
margin-bottom: 50px;	
}

.full-box-right {
float: left;
width: 95%;
height: auto;	
	
}

	
		.memberships {
		
		width: calc(70% - 400px);
		height: 30px;
		
		margin-left: -12px;
		
		
		
	position: absolute;
	}
	
	.memberships img{
		padding-top: 5px;
	height:250%;
	float: right;
	
	
}
	
	
	.social {
		
		width: 35%;
		height: 30px;
		position: absolute;
		right: 0px;
		
	
	}

.social img{
	padding-top: 5px;
	height:250%;
	
	
	
}
	
	
	
	
	.footer-logo {
		margin-left: calc(67% - 400px);	
}
	
	
	
	}


@media (max-width: 1080px) 

{
	.content {
float: right;
width: calc(99.05% - 350px);	
background-color: #ffffff;
padding-bottom: 50px;
	position: relative;
}
	
}
	
	
	
	@media (max-width: 1050px) 

{
	
	h1 {
font-family: 'serpentine_sans_icgbold';
color: #BF1E2C;
font-size: 30px;

line-height: 31px;
margin: 0;
padding: 0;


}
	
	.content {
float: right;
width: calc(108.7% - 350px);	
background-color: #ffffff;
padding-bottom: 50px;
	position: relative;
}
	
	
	.header-logo {
width: 320px;
margin-top: -58px;
margin-left: 5px;
}
	
	.header-text-right-upper {
	font-size: 16px;
}
	
	.header-white-strip {

padding-top: 5px;
padding-bottom: 5px;

}
	
	
	.header-text-right-lower {
	width: 40%;
	font-size: 18px;
	line-height: 28px;
margin-left: 330px;
	
	
}
	
	.call-button {
		width: 150px;
		margin-right: 15px;
		
	}
	
	
	
	#nav3{
	list-style:none;
	margin-top: 10px;
	
	}

#nav3 li{
	display:inline;
	
	
	}

#nav3 a{
	display:inline-block;
	font-family: 'serpentine_sans_icgbold';
text-decoration: none;
	font-style: italic;
	color: #ffffff;
	font-size: 20px;
	background: #23355B; 
	text-align: center;
		padding: 5px;
	
	padding-left: 20px;	
	padding-right: 25px;

border-radius: 15px;
		border: solid 5px #BDBEC0;
	}
	
	
 #nav3 a:hover {
	
	 background: #BF1E2E;
	color:#ffffff;


	text-decoration: none;
}	
	
	
.navbar {

width: 250px;
	min-width: 250px;
height: auto;
padding-top: 25px;
padding-bottom: 25px;
	
}
	
	
#nav{
	margin-top:15px;
	}


#nav a{

	font-size: 17px;
	margin-bottom: 10px;
	text-align: left;
		padding: 5px;
	width: 80%;
	padding-left: 5%;	
	padding-right: 5%;
background: #BF1E2E;
border-radius: 10px;
		border: solid 5px #BDBEC0;
	}
	
	
 #nav a:hover {
	background: #ffffff; 
	color:#BF1E2E;


	text-decoration: none;
}
	
	
	
#nav2{

	margin-top:10px;

	}


#nav2 a{

	font-size: 17px;
	
	text-align: left;
		padding: 5px;
	width: 80%;
	padding-left: 5%;	
	padding-right: 5%;
background: #BDBEC0;
border-radius: 10px;
		border: solid 5px #ffffff;
	}
	
	
 #nav2 a:hover {
color: #BF1E2E;
background: #ffffff;	
border: solid 5px #BDBEC0;

	text-decoration: none;
}	
	
	

	.title {
	width: 190px;
	margin-left:35px;
	margin-right:25px;
	margin-top: 50px;	
	color: white;
		font-size: 16px;
		font-weight: bold;
		
	}

	.map {
		width: 190px;
		height: 190px;
	margin-left:35px;
	margin-right:25px;
	margin-top: 10px;
	background: white;
		
	
	}



.social {
		
		width: 33%;
		height: 30px;
		position: absolute;
		right: 10px;
		
	
	}

.social img{
	padding-top: 5px;
	height:250%;
	
	
	
}	
	
.ct-graphics {
display: none;
}
	
.ct-graphics-mobile {
display: block;
	float: right;
	width: 20%;
	height:auto;
	margin-top: 2px;
}	

}	
	
	
	@media (max-width: 1024px) 

{
	
	
	.content {
float: right;
width: calc(108.8% - 350px);	
background-color: #ffffff;
padding-bottom: 50px;
	position: relative;
}
	
	
	
		.memberships {
		
		width: calc(71% - 400px);
		height: 30px;
		
		margin-left: -15px;
		
		
		
	position: absolute;
	}
	
	.memberships img{
		padding-top: 10px;
	height:210%;
	float: right;
	
	
}
	
	
	
	
	.footer-logo {
		margin-left: calc(68% - 400px);	
}
	
	
	

	}



@media (max-width: 1000px) 

{
	
	.content {
float: right;
width: calc(109.2% - 350px);	
background-color: #ffffff;
padding-bottom: 50px;
	position: relative;
}
	
	
	
	
	
	
	.social {
		
		width: 32%;
		height: 30px;
		position: absolute;
		right: 10px;
		
	
	}

.social img{
	padding-top: 11px;
	height:220%;
	
	
	
}	
	
	
}
	
	
	
	
	@media (max-width: 940px) 

{
	
	
	.content {
float: right;
width: calc(109.8% - 350px);	
background-color: #ffffff;
padding-bottom: 50px;
	position: relative;
}
	
	
	
	
		.memberships {
		
		width: calc(74% - 400px);
		height: 30px;
		
		margin-left: -15px;
		
		
		
	position: absolute;
	}
	
	.memberships img{
		padding-top: 10px;
	height:210%;
	float: right;
	
	
}
	
	
	
	.footer-logo {
		margin-left: calc(70% - 400px);	
}
	
	
	
	
#nav4{
	margin-top: 10px;
	
	}	


#nav4 a{
	font-size: 20px;
	width: 100%;
	padding-left: 10px;	
	padding-right: 20px;
	}
	
	
	.ct-graphics-mobile {
	margin-top: 10px;
}	
	

	}
	
	@media (max-width: 900px) 

{
	
	
	.content {
float: right;
width: calc(110.1% - 350px);	
background-color: #ffffff;
padding-bottom: 50px;
	position: relative;
}
}
	
	
	@media (max-width: 865px) 

{
	
	.header-blue-strip {
	float: left;
width: 96%;
height: auto;
padding-top: 15px;
padding-bottom: 15px;
padding-left: 2%;
padding-right: 2%;
	background: #23355B;
}
	
	.header-text-right-upper {
		float: right;
		text-align: right;
	width: 70%;	
	font-size: 16px;
	color: white;
		
}
	
	
	
	.header-logo {
	float: left;	
width: 40%;
		margin-top: -57px;
		position:relative;
	z-index: 9999;
		margin-left: 0%;
}
	
	
	h1 {
font-family: 'serpentine_sans_icgbold';
color: #BF1E2C;
font-size: 36px;

line-height: 36px;
margin: 0;
padding: 0;


}
	
	
	
	.header-text-right-lower {
	float: left;
	width: 58%;
	height: auto;
	font-size: 20px;
	line-height: 34px;
	color: #22345A;
margin-left: 0%;

	
}
	
	
	.header-white-strip {
	float: left;
width: 100%;
height: 110px;
padding-top: 5px;
padding-bottom: 0px;
padding-left: 0%;
padding-right: 0%;
	
		border-top: solid 10px #BDBEC0;
		border-bottom: solid 10px #BDBEC0;
}
	



	.call-button {
	display: none;
		
	}
	
	
	.main-content {
float: left;
width: 100%;
height: auto;
display:block;	
}

.call-button-mobile {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	background: #BF1E2E;
	border-bottom: solid 10px #BDBEC0;
	}
	
	
#nav5{
	
	
	list-style:none;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: -5%;
	
	}

#nav5 li{
	display:inline;
	
	
	}

#nav5 a{
	display:inline-block;
	font-family: 'serpentine_sans_icgbold';
text-decoration: none;
	font-style: italic;
	color: #ffffff;
	font-size: 30px;
	background: #BF1E2E; 
	text-align: right;
	width: 94%;
	padding: 5px;
	padding-left: 0px;
	padding-right: 6%;

border-radius: 0px;
		border: solid 0px #BDBEC0;
	}
	
	
 #nav5 a:hover {
	
	 background: #ffffff;
	color:#BF1E2E;


	text-decoration: none;
}		
	
	
	
	
	.navbar {
float: left;
width: 100%;
	min-width: 100%;
height: auto;
padding-top: 20px;
padding-bottom: 25px;
	background: #23355B;
	border-right: solid 0px #BDBEC0;
		border-bottom: solid 10px #BDBEC0;
}
	
	
#nav{
	float: left;
	list-style:none;
	margin-top:0px;
	padding:0;
	text-align:left;
	width: 40%;
margin-left: 3%;
	margin-right: 5%;
	
	}

#nav li{
	display:inline;
	width: 50%;
	
	}

#nav a{
	display:inline-block;
	font-family: 'serpentine_sans_icgbold';
text-decoration: none;
	font-style: italic;
	color: #ffffff;
	font-size: 24px;
	margin-bottom: 10px;
	text-align: left;
		padding: 5px;
	width: 80%;
	padding-left: 5%;	
	padding-right: 5%;
background: #BF1E2E;
border-radius: 10px;
		border: solid 5px #BDBEC0;
	
	}
	
	
 #nav a:hover {
	background: #ffffff; 
	color:#BF1E2E;


	text-decoration: none;
}
	
	
	
#nav2{
	float: left;
	list-style:none;
	margin-top:0px;
	padding:0;
	text-align:left;
	width: 40%;
margin-left: 0%;
	margin-right: 0%;
	}

#nav2 li{
	display:inline;
	width: 50%;
	
	}

#nav2 a{
	display:inline-block;
	font-family: 'serpentine_sans_icgbold';
text-decoration: none;
	font-style: italic;
	color: #23355B;
	font-size: 24px;
	
	text-align: left;
		padding: 5px;
	width: 80%;
	padding-left: 5%;	
	padding-right: 5%;
background: #BDBEC0;
border-radius: 10px;
		border: solid 5px #ffffff;
	}
	
	
 #nav2 a:hover {
color: #BF1E2E;
background: #ffffff;	
border: solid 5px #BDBEC0;

	text-decoration: none;
}	
	
	
.title {
	float: left;
	width: 43%;
	margin-left:0px;
	margin-right:3%;
	margin-top: 50px;	
	color: white;
		font-size: 20px;
		font-weight: bold;
	padding-left: 4%;
		
	}	
	
	
	.map {
		float: left;
		width: 92%;
		height: 250px;
	margin-left:4%;
	margin-right:4%;
	margin-top: 10px;
	background: white;
		
	
	}

	
	
	.content {
float: left;
width: 100%;	
background-color: #ffffff;
padding-bottom: 50px;	
}
	
	
		.memberships {
		
		width: calc(73% - 400px);
		height: 30px;
		
		margin-left: -5px;
		
		
		
	position: absolute;
	}
	
	.memberships img{
		padding-top: 15px;
	height:170%;
	float: right;
	
	
}
	
	
	
	
	}
	
		
@media (max-width: 800px) 

{
	.header-logo {
	float: left;	
width: 45%;
		margin-top: -57px;
		position:relative;
	z-index: 9999;
		margin-left: 0%;
}
	
	
	h1 {
font-family: 'serpentine_sans_icgbold';
color: #BF1E2C;
font-size: 32px;

line-height: 32px;
margin: 0;
padding: 0;


}
	
	
	
	.header-text-right-lower {
	float: left;
	width: 53%;
	height: auto;
	font-size: 18px;
	line-height: 30px;
	color: #22345A;
margin-left: 0%;

	
}
	
	.footer-white-strip {
	float: left;
width: 96%;
height: auto;
padding-top: 15px;
padding-bottom: 15px;
padding-left: 2%;
padding-right: 2%;
	
		border-top: solid 10px #BDBEC0;
		border-bottom: solid 10px #BDBEC0;
		
}
	
		.footer-logo {
			float: left;
			position: relative;
			width: 50%;
		margin-left: 25%;
			margin-right: 25%;
			margin-top: -260px;
}
	
	.memberships {
		float: left;
		position: relative;
		width: 70%;
		margin-left: 15%;
		margin-right: 15%;
		margin-top: 120px;
		text-align: center;
	}
	
	
	
	.memberships img{
		padding-top: 0px;
	height:auto;
	float: left;
	
	
}
	
	
	
	
	
	
	
			.social {	
	float: left;
		position: relative;
		width: 70%;
		margin-left: 15%;
		margin-right: 15%;
		margin-top: 120px;
				margin-bottom: 100px;
		text-align: center;
	}
	
	
	.social img{
	padding-top: 0px;
	height:auto;
	float: left;
	
	
}		
	
	
	
	.call-button2 {
	float: left;
		
		height: auto;
		width: 40%;
		margin-left: 24%;
		margin-top: 50px;
		
		
	}
	
	.footer-text-left {
		float: left;
		width: 100%;		
	font-size: 20px;
	color: white;
		margin-top: 15px;
	
		text-align: center;
		margin-left: 0%;
}
	
	.footer-text-right {
		float: left;
		width: 100%;		
	font-size: 20px;
	color: white;
		margin-top: 15px;
		margin-left: 0%;
	
		text-align: center;
}
	

.copyright {
		float: left;
	text-align: center;
		width: 100%;		
	font-size: 14px;
	color: white;
		margin-top: 20px;
		margin-bottom: 20px;
}




	
	.ct-graphics-mobile {
float: left;
		width: 100%;
		text-align: center;
		margin-top: 20px;
}
	
	
	}
	
@media (max-width: 765px) 

{
	
	.main-content {
float: left;
width: 96%;
height: auto;
display:block;	
}
	
	.call-button-mobile {
	display: block;
	height: auto;
	float: left;
	width: 100%;
		padding-right: 4%;
	background: #BF1E2E;
	border-bottom: solid 10px #BDBEC0;
	}
	
	
	.navbar {
float: left;
width: 104%;
		
	min-width: 0%;
		
height: auto;
padding-top: 20px;
padding-bottom: 25px;
	background: #23355B;
	border-right: solid 0px #BDBEC0;
		border-bottom: solid 10px #BDBEC0;
}
	
	.content {
float: left;
width: 104%;	
background-color: #ffffff;
padding-bottom: 50px;	
}
	
	
	
	.header-blue-strip {	
padding-bottom: 27px;
}
	
.header-text-right-upper {
		float: left;
		text-align: center;
	width: 100%;	
	font-size: 16px;
	color: white;
		
}
	
.header-white-strip {
	float: left;
width: 100%;
height: auto;
padding-top: 5px;
padding-bottom: 0px;
padding-left: 0%;
padding-right: 0%;
	
		border-top: solid 10px #BDBEC0;
		border-bottom: solid 10px #BDBEC0;
}
		
	
	.header-logo {
	float: left;	
width: 50%;
		margin-top: -57px;
		position:inherit;
	z-index: 9999;
		margin-left: 25%;
}
	
	
	h1 {
font-family: 'serpentine_sans_icgbold';
color: #BF1E2C;
font-size: 36px;

line-height: 36px;
margin: 0;
padding: 0;


}
	
	
	
	.header-text-right-lower {
	float: left;
	width: 100%;
	height: auto;
	font-size: 20px;
	line-height: 50px;
	color: #22345A;
margin-left: 0%;
		text-align: center;
margin-bottom: 10px;
		margin-top: -10px;
	
}	
	
	
	
	
	
	#nav5{
	
	
	list-style:none;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: -5%;
	
	}

#nav5 li{
	display:inline;
	
	
	}

#nav5 a{
	display:inline-block;
	font-family: 'serpentine_sans_icgbold';
text-decoration: none;
	font-style: italic;
	color: #ffffff;
	font-size: 30px;
	background: #BF1E2E; 
	text-align: center;
	width: 100%;
	padding: 5px;
	padding-left: 0px;
	padding-right: 0%;

border-radius: 0px;
		border: solid 0px #BDBEC0;
	}
	
	
 #nav5 a:hover {
	
	 background: #ffffff;
	color:#BF1E2E;


	text-decoration: none;
}	
	
	
	
	#nav{
	float: left;
	list-style:none;
	margin-top:0px;
	padding:0;
	text-align:left;
	width: 100%;
margin-left: 3%;
	margin-right: 0%;
	
	}

#nav li{
	display:inline;
	width: 100%;
	
	}

#nav a{
	display:inline-block;
	font-family: 'serpentine_sans_icgbold';
text-decoration: none;
	font-style: italic;
	color: #ffffff;
	font-size: 24px;
	margin-bottom: 10px;
	text-align: center;
		padding: 5px;
	width: 80%;
	padding-left: 5%;	
	padding-right: 5%;
background: #BF1E2E;
border-radius: 10px;
		border: solid 5px #BDBEC0;
	
	}
	
	
 #nav a:hover {
	background: #ffffff; 
	color:#BF1E2E;


	text-decoration: none;
}
	
	
	
#nav2{
	float: left;
	list-style:none;
	margin-top:0px;
	padding:0;
	text-align:left;
width: 100%;
margin-left: 4%;
	margin-right: 0%;
	}

#nav2 li{
	display:inline;
	width: 50%;
	
	}

#nav2 a{
	display:inline-block;
	font-family: 'serpentine_sans_icgbold';
text-decoration: none;
	font-style: italic;
	color: #23355B;
	font-size: 24px;
	
	text-align: center;
		padding: 5px;
	width: 80%;
	padding-left: 5%;	
	padding-right: 5%;
background: #BDBEC0;
border-radius: 10px;
		border: solid 5px #ffffff;
	}
	
	
 #nav2 a:hover {
color: #BF1E2E;
background: #ffffff;	
border: solid 5px #BDBEC0;

	text-decoration: none;
}	
	
	.title {
	float: left;
	width: 100%;
	margin-left:0%;
	margin-right:0%;
	margin-top: 50px;	
	color: white;
		font-size: 20px;
		font-weight: bold;
		text-align: center;
	padding-left: 0%;
		
	}	
	
	
	.map {
		float: left;
		width: 92%;
		height: 250px;
	margin-left:4%;
	margin-right:4%;
	margin-top: 10px;
	background: white;
		
	
	}
	
	
	}
	
	@media (max-width: 685px) 

{	
	
	.header-blue-strip {	
padding-bottom: 50px;
}
	
.header-logo {
	float: left;	
width: 70%;
		margin-top: -77px;
		position:inherit;
	z-index: 9999;
		margin-left: 15%;
}	
	
	
	.footer-logo {
			float: left;
			position: relative;
			width: 60%;
		margin-left: 20%;
			margin-right: 20%;
			margin-top: -260px;
}
	
	
	
	}
	
	@media (max-width: 575px) 

{	
	.header-logo {
	float: left;	
width: 86%;
		margin-top: -77px;
		position:inherit;
	z-index: 9999;
		margin-left: 7%;
}	
	
	.footer-logo {
			float: left;
			position: relative;
			width: 70%;
		margin-left: 15%;
			margin-right: 15%;
			margin-top: -260px;
}
	
	.memberships {
		float: left;
		position: relative;
		width: 80%;
		margin-left: 10%;
		margin-right: 10%;
		margin-top: 120px;
		text-align: center;
	}
	
	
	
	.memberships img{
		padding-top: 0px;
	height:auto;
	float: left;
	
	
}
	
	
			.social {	
	float: left;
		position: relative;
		width: 80%;
		margin-left: 10%;
		margin-right: 10%;
		margin-top: 80px;
				margin-bottom: 60px;
		text-align: center;
	}
	
	
	.social img{
	padding-top: 0px;
	height:auto;
	float: left;
	
	
}		
	
	
	
		.call-button2 {
	float: left;
		
		height: auto;
		width: 40%;
		margin-left: 22%;
		margin-top: 50px;
		
		
	}
	
	}



@media (max-width: 525px) 

{	
.footer-logo {
			float: left;
			position: relative;
			width: 80%;
		margin-left: 10%;
			margin-right: 10%;
			margin-top: -260px;
}
	
	.memberships {
		float: left;
		position: relative;
		width: 90%;
		margin-left: 5%;
		margin-right: 5%;
		margin-top: 120px;
		text-align: center;
	}
	
	
	
	.memberships img{
		padding-top: 0px;
	height:auto;
	float: left;
	
	
}	

	
	.social {	
	float: left;
		position: relative;
		width: 90%;
		margin-left: 5%;
		margin-right: 5%;
		margin-top: 100px;
				margin-bottom: 80px;
		text-align: center;
	}
	
	
	.social img{
	padding-top: 0px;
	height:auto;
	float: left;
	
	
}		
	
	
	
}
	
	
	
	
	@media (max-width: 450px) 

{	
	.header-logo {
	float: left;	
width: 94%;
		margin-top: -77px;
		position:inherit;
	z-index: 9999;
		margin-left: 3%;
}	
	
.footer-logo {
			float: left;
			position: relative;
			width: 90%;
		margin-left: 5%;
			margin-right: 5%;
			margin-top: -225px;
}
	
	.memberships {
		float: left;
		position: relative;
		width: 90%;
		margin-left: 5%;
		margin-right: 5%;
		margin-top: 120px;
		text-align: center;
	}
	
	
	
	.memberships img{
		padding-top: 0px;
	height:auto;
	float: left;
	
	
}	
	
	
	.social {	
	float: left;
		position: relative;
		width: 90%;
		margin-left: 5%;
		margin-right: 5%;
		margin-top: 70px;
				margin-bottom: 50px;
		text-align: center;
	}
	
	
	.social img{
	padding-top: 0px;
	height:auto;
	float: left;
	
	
}		
	
	
		.call-button2 {
	float: left;
		
		height: auto;
		width: 50%;
		margin-left: 12.5%;
		margin-top: 20px;
		
		
	}
	
	}




