@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
body {
	font: 100%  Arial; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	background-color: #EBEBEB;
	margin-top: 10px;
	margin-right: 1px;
	margin-bottom: 80px;
	margin-left: 1px;
	background-image: url(images/site-bg-1.gif);
	background-repeat: repeat;
	background-position: center bottom;
	
}
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

a:link {
	color: #A7293A;
}
#cta1-link a, a:link, a:visited, a:active, a:hover {
	color: #A7293A;
}
a:visited {
		color: #D75D6E;	
}
a:active {
		color: #9C2636;	
}
a:hover {
	colour: #A7293A;
	
}


/* ######################################################## */
/*                  Golbal Properties                       */
/* ######################################################## */
/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
	
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}
/* Header Boxes */
#headerbox1 {
	width: 15%;
	float: left;
	margin-bottom: 6px;
}
#headerbox2 {
	width: 78%;
	float: left;
	margin: 2px;
	
}
.menu-box {
	padding: 10px;
	width: 10px;        
}

/* 3 Footer Colums */

#footerbox1 {
	width: 31%;
	float: left;
	margin: 2px;
	
}
#footerbox2 {
	width: 31%;
	float: left;
	margin: 2px;
		
}
#footerbox3 {
	width: 31%;
	float: left;
	margin: 2px;
	
}
.charnlink {
    border-radius: 6px;    
}

/* footer social icons  */

#footer-social-right {
	border: medium solid #A7293A;
	color: #FFFFFF;
	border-spacing: 4px 4px;
	/*float: right;*/
	border-radius: 10px;
	margin-top: 14px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	font-size: 60%;
	padding: 4px;
	background-color: #4E4CD8;
	text-decoration: none;
	max-width: 170px;
	}
#footer-social-right img {
	float: left;	
}
#footer-social-right a:link, #header-right a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}

/* 3 Central Colums */

#column31 {
	width: 100%;
	float: left;
	margin: 2px;
	background-color: #FFFFFF;
	border-radius: 10px;
	border: medium solid #A7293A;
	margin-bottom: 6px;
}
#column32 {
	width: 100%;
	float: left;
	margin: 2px;
	background-color: #FFFFFF;
	border-radius: 10px;
	border: medium solid #A7293A;	
}
#column33 {
	width: 100%;
	float: left;
	margin: 2px;
	background-color: #FFFFFF;
	border-radius: 10px;
	border: medium solid #A7293A;
}
#column34 {
	width: 100%;
	float: left;
	margin: 2px;
	background-color: #FFFFFF;
	border-radius: 10px;
	border: medium solid #A7293A;
}
#column31 img, #column32 img, #column33 img, #column34 {
	border-radius: 10px;
	border-style: solid;
	border-color: #A7293A;
}
.column3txt {
	padding: 4px;	

}
/* 2 Central Colums */

#column21 {
	width: 100%;
	float: left;
	background-color: #FFFFFF;
	border-radius: 10px;
	border: medium solid #A7293A;
	margin-bottom: 6px;
	text-align: center;
}
#column22 {
	width: 100%;
	float: left;
	margin: 2px;
	background-color: #FFFFFF;
	border-radius: 10px;
	border: medium solid #A7293A;
	text-align: center;
}

#column31 img, #column32 img, #column33 img, #column34 img, #column21 img, #column22 img {
	border-radius: 10px;
	border-style: solid;
	border-color: #A7293A;
}

.colume-text-green{
	color: #A7293A;
}
/* breadcrumb Features */

#breadcrumb a:active {
	colour: #FFFFFF;

}
#breadcrumb a:visited {
	colour: #A7293A;

}
.breadcrumb a:active {
	colour: #FFFFFF;

}
.breadcrumb a:visited {
	colour: #A7293A;

}

/* Email Form Box Features */

.cta1-form-box {
	width: 90%;
	background-color: #FFFFFF;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 4px;
	padding: 2px;
	border-radius: 10px;
	border: medium solid #A7293A;
	text-align: left;
	color: #A7293A;
	font-weight: bolder;
	display: block;
}
.cta1-RTC-inner-box {
	width: 96%;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 4px;
	padding: 2px;
	text-align: left;
}
.form-select-box {
	width: 90%;
	border-radius: 6px;	
}
.inputboxemail {
	width: 96%;
	max-width: 300px;
}

#cta1-button {
	width: 70%;
	background-color: #A7293A;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 4px;
	padding: 8px;
	border-radius: 10px;
	border: medium solid #FFFFFF;
	text-align: center;
	color: #FFFFFF;
	font-weight: bolder;
	display: block;
	font-size: 160%;
}

#cta1-button a:link {
	color: black;
	
}
#cta1-link a, a:link, a:visited, a:active, a:hover {
	color: #A7293A;
}
#telnumber {
	border: thin solid #FFFFFF;
	color: #FFFFFF;
	border-spacing: 4px 4px;
	float: right;
	border-radius: 10px;
	margin-top: 10px;
	margin-right: 2px;
	margin-left: 2px;
	margin-bottom: 10px;
	font-size: 110%;
	padding: 8px;
	background-color: #A7293A;
	z-index: 900;
}
#telnumber a:link {    
    color: #FFFFFF;   
}
#telnumber a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}

ul.bxslider {
	margin: 0;
	background-color: #F9C8C9;
}
.links-img-left {
	float: left;	
}

/* Mobile Layout: 480px and below. */
 /* IPHONE 4 Mobile Layout  */
@media (min-width:200px) and (max-width:481px){

 
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 86.45%;
	padding-left: 2.275%;
	padding-right: 2.275%;
	clear: none;
	float: none;
}
a:link {
	color: #A7293A;
}

a:visited {
		color: #D75D6E;	
}
a:active {
		color: #9C2636;	
}
a:hover {
	colour: #A7293A;
	
}
/*#cta1-link a {
	color: #A7293A;
}
#cta1-link a:link {
	color: #A7293A;
}	
#cta1-link a:visited {
	color: #A7293A;
}
#cta1-link a:active{
	color: #A7293A;
}
#cta1-link a:hover {
	color: #A7293A;
}*/
h1 {
	font-size: 180%;
}
h2 {
	font-size: 160%;
}
.h2-white {
	color: white;
	font-size: 120%;
	margin-top: 70px;
	margin-right: 30px;
	margin-bottom: 4px;
	margin-left: 30px;
	}
h3 {
	font-size: 140%;
	
}
a, a:hover, a:visited {
	color: #000000;
	text-decoration: underline;
}
#div1 {
	background-color: #FFFFFF;
	border: thin solid #000000;
	padding: 2px;
}
.header {
	background-color: #A7293A;
}
.nav {
	background-color: #A7293A;
}
	
.content1 {
}
.headline {
	width: 100%;
}
.cta1 {
	width: 100%;
	margin-left: 0;
	clear: both;
}
.content2 {
}
.info {
	width: 100%;
}
.info-engagement {
	width: 100%;
	margin-left: 0;
	clear: both;
}
.related-resources {
	width: 100%;
}
.cta2 {
	width: 100%;
	margin-left: 0;
	clear: both;
}
.links {
}
    .links a {
        color: white
    }
.footer {
	background-color: #A7293A;
	color: #FFFFFF;
}
.footer a {
    color: #FFFFFF;
    text-decoration: none;
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}
#headerbox1 {
	width: 40%;
	float: left;

	margin-bottom: 6px;
}
#headerbox2 {
	width: 60%;
	float: left;
	margin: 2px;
		
}

	
#footerbox1 {
	width: 100%;
}
#footerbox2 {
	width: 100%;
}
#footerbox3 {
	width: 100%;
}
.charnlink {
    border-radius: 6px;    
}
}

.header-logo {
	width: 98%;
	max-width: 464px;
	border-radius: 14px;
	max-height: 160px;
	margin-top: 4px;
	
}

.header-banner {
    float: right;        
}

#form {
/* With these codes padding and border does not increase it's width and gives intuitive style.*/

-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

/* Makes responsive fields. Sets size and field alignment.*/
input[type=text]{
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
	margin-bottom: 0px;
	margin-top: 0px;
	width: 100%;
	padding: 8px;
	border-radius: 8px;
	border: 1px solid #7ac9b7;
}
input[type=submit]{
	margin-bottom: 20px;
	width: 100%;
	padding: 15px;
	border-radius: 10px;
	border: 1px solid #7ac9b7;
	background-color: #A7293A;
	color: #FFFFFF;
	font-size: 20px;
	cursor: pointer;
}
#submit:hover
{
background-color: Black;
}
textarea{
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
	width: 100%;
	padding: 8px;
	margin-top: 1px;
	border:1px solid #7ac9b7;
	border-radius:8px;
	margin-bottom: 2px;
	resize:none;
}
input[type=text]:focus,textarea:focus {
border-color: #4697e4;
}

/* Small Tablet Layout: 481px to 768px. Inherits styles from: IPHONE 4 Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
}
body {
	font: 100%  Arial; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	background-color: #EBEBEB;
	margin-top: 10px;
	margin-right: 1px;
	margin-bottom: 80px;
	margin-left: 1px;
	background-image: url(images/site-bg-1.gif);
	background-repeat: repeat;
	background-position: center bottom;
	
}	
	
#div1 {
	background-color: #FFFFFF;
	border: thin solid #000000
}
.header {
	background-color: #A7293A;
}
.header-img {
	float: left;	
}
.h2-white {
	color: white;
	font-size: 160%;
	margin-top: 4px;
	margin-right: 30px;
	margin-bottom: 30px;
	margin-left: 4px;
	}
.nav {
	background-color: #A7293A;
}
.content1 {
}
.headline {
	width: 100%;
}
.cta1 {
	width: 100%;
	margin-left: 0;
	clear: both;
}
.content2 {
    }
.info {
	width: 100%;
}
.info-engagement {
	width: 100%;
	margin-left: 0;
	clear: both;
}
.related-resources {
	width: 100%;
}
.cta2 {
	width: 100%;
	margin-left: 0;
	clear: both;
}
.links {
}
    .links a {
        color: white
    }
.footer {
	background-color: #A7293A;
	color: #FFFFFF;
}

.footer a {
    color: #FFFFFF;
    text-decoration: none;
}    
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
    
.header-logo {
     /*width: 90%;*/
    
}    
	
#column31 {
	width: 100%;
}
#column32 {
	width: 100%;
}	
	
#column33 {
	width: 100%;
}
#column34 {
	width: 100%;
}
#column21 {
	width: 48%;
	
}
#column22 {
	width: 48%;
	
}	

}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.gridContainer {
	width: 88.5%;
	max-width: 1232px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
	background-color: #FFFFFF;
	border: thin solid #000000
}
.header {
	
}
.header-img {
	float: left;	
}
.nav {
	background-color: #A7293A;
}
.content1 {
}
.headline {
width: 49.1525%;
}
.cta1 {
width: 49.1525%;
clear: none;
margin-left: 1.6949%;
}
.content2 {
}
.info {
width: 49.1525%;
}
.info-engagement {
width: 49.1525%;
clear: none;
margin-left: 1.6949%;
}
.related-resources {
width: 49.1525%;
}
.cta2 {
width: 49.1525%;
clear: none;
margin-left: 1.6949%;
}
.links {
}
    .links a {
        color: white
    }
.footer {
	background-color: #A7293A;
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
    
.header-logo {
     /*width: 90%;*/
    
    
}
    
 #column31 {
	width: 32%; 
}
#column32 {
	 width: 32%; 
}
#column33 {
	 width: 32%; 
}
#column34 {
	 width: 98%; 
}
#column21 {
	width: 48%;
}
#column22 {
	width: 48%;
}	
#breadcrumb div #column22 {
}
#breadcrumb div #column22 {
}


a:link {
	color: #A7293A;
}
#cta1-link a, a:link, a:visited, a:active, a:hover {
	color: #A7293A;
}
a:visited {
		color: #D75D6E;	
}
a:active {
		color: #9C2636;	
}
a:hover {
	colour: #A7293A;
	
}
	
	
/* END OF  Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */
    
    
/*   Page Design Elements      */

#telnumber {
	border: medium solid #FFFFFF;
	color: #FFFFFF;
	border-spacing: 4px 4px;
	float: right;
	border-radius: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	font-size: 120%;
	padding: 4px;
	background-color: #A7293A;
}
#telnumber a:link {
    color: #FFFFFF;
}
#telnumber a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}

#contact-cta  {
	display: inline-block;
	float: right;
	margin: 8px;
	background-color: #FFFFFF;
}



}
