@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/ 
*/
img, object, embed, video {
	max-width: 100%;
}
.navimg {
	max-width: 10px;
	margin-top: 5px;
}

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

/* ######################################################## */
/*                  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;        
}


/* 3 Central Colums */

#column1 {
	width: 31%;
	float: left;
	background-color: #FFFFFF;
	border-radius: 10px;
	border: medium solid #C5101A;
	margin-bottom: 6px;
}
#column2 {
	width: 31%;
	float: left;
	margin: 2px;
	background-color: #FFFFFF;
	border-radius: 10px;
	border: medium solid #C5101A;	
}
#column3 {
	width: 31%;
	float: left;
	margin: 2px;
	background-color: #FFFFFF;
	border-radius: 10px;
	border: medium solid #C5101A;
}
#column1 img, #column2 img, #column3 img {
	border-radius: 10px;
	border-style: solid;
	border-color: #C5101A;
}
#column4, #column5, #column6 {
	width: 96%;
	float: left;
	margin: 2px;
	background-color: #FFFFFF;
	border-radius: 10px;
	border: medium solid #C5101A;
	
}





/* Email Form Box Features */

.cta1-form-box {
	width: 90%;
	background-color: #E40000;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 4px;
	padding: 2px;
	border-radius: 10px;
	border: medium solid #C5101A;
	text-align: left;
	color: #FFF;
	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;
}

#telnumber {
	border: thin solid #1B0D64;
	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: 98%;
	padding: 4px;
	background-color: #CB0B0B;
	z-index: 900;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-weight: bolder;
}
	#telnumber a:link {
		font-size: 160%;
		text-align: center;
		color: #FFFFFF;
}


#slider1 {
	margin: 0;
	padding: 4px;
	background-color: #FFFFFF;
}
/*#########################################################*/
/* 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;
}
h1 {
	font-size: 180%;
}
h2 {
	font-size: 160%;
}
h3 {
	font-size: 140%;
}
a, a:hover, a:visited {
	color: #000000;
	text-decoration: underline;
}
#div1 {
}
.header {
	background-image: url(images/dc-glass-bg-1.gif);
	background-repeat: no-repeat;
	height: 200px;
	background-position: 0 0%;
	background-size: auto auto;
	background-color: #FFFFFF;
}
.nav {
	background-color: #FFF;
}
.content1 {
	background-color: #FFF;
}
.content1 h3 {
	/*background-color: #CB0B0B;*/
	color: #FFF;
	font-size: 70%;
}
.lock-box h3 {
	color: #000;
	font-size: 70%;
}
.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 {
	
}
	
.footer {
	background-color: #FFF;
	text-align: center;
	border: thin solid #000000;
	border-radius: 10px;
	color: #000000;
}
.footer-text {
	background-color: white;
	color: Black;
	align-content: center;
	border-width: thick;
	border-radius: 10px;
	border-color: red;
	
		
		
	}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}

#column1 {
	width: 100%;
}
#column2 {
	width: 100%;
}
#column3 {
	width: 100%;
}
	
.ibox {
	border-radius: 8px;
	color: #000000;
	background-color: #FFFFFF;
	margin: 2px;
	border: 4px solid #CB0B0B;
}
.ibox h3{
	padding: 2px;
	color: #000000;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 8px;
	font-size: 140%;
	}	
.ibox h4{
	padding: 2px;
	color: #FFFFFF;
	background-color: #CB0B0B;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 8px;
	font-size: 120%;
	}
	.ibox img {
	width: 90%;		
	}
	.ibox a:link {
	color: chocolate;
	font-size: 120%;
	}
	
	

	}
/*#########################################################*/	
	/* IPHONE 4 Mobile Layout  */
	/*   Page Design Elements      */
/*#########################################################*/
	
#telnumber {
	border: medium solid #000000;
	color: #FFFFFF;
	border-spacing: 4px 4px;
	float: right;
	border-radius: 10px;
	margin-top: 24px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	font-size: 90%;
	padding: 4px;
	background-color: #CB0B0B;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-weight: bolder;
}
	#telnumber a:link {
		font-size: 120%;
		text-align: center
}

	
#headerboxr {
		
	}
	
#header-right {
	border: medium solid #1F1DD9;
	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;
	}
	#header-right a:link, #header-right a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}

	.pc-header h2 {
	margin: 0;
	color : #000000;
	}
	
.ibox {
	border-radius: 8px;
	color: #000000;
	background-color: #FFFFFF;
	margin: 2px;
	border: 4px solid #CB0B0B;
}
.ibox h3{
	padding: 2px;
	color: #000000;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 8px;
	font-size: 140%;
	}	
.ibox h4{
	padding: 2px;
	color: #FFFFFF;
	background-color: #CB0B0B;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 8px;
	font-size: 120%;
	}
	.ibox img {
	width: 90%;		
	}
}





/*#########################################################*/
/* Small Tablet Layout: 481px to 768px. Inherits styles from: IPAD 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;
}
#div1 {
}
.header {
	background-image: url(images/dc-glass-bg-1.gif);
	background-repeat: no-repeat;
	height: 200px;
	background-position: 0 0%;
	background-size: auto auto;
	background-color: #FFFFFF;
}
.nav {
	background-color: #FFF;
}
.content1 {
	background-color: #FFF;
}
.content1 h3 {
	
	color: #FFFFFF;
	font-size: 90%;
}
.lock-box h3 {
	
	color: #000;
	font-size: 90%;
}
.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 {
	
}

.footer {
	background-color: #FFF;
	text-align: center;
	border: thin solid #000000;
	border-radius: 10px;
	color: #000000;
}
.footer-text {
	background-color: white;
	color: Black;
	align-content: center;
	border-width: thick;
	border-radius: 10px;
	border-color: red;
	
		
		
	}
	
	
	
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
	
.pc-header h2 {
	margin: 0;
	color: #000000;	
	}
	
	
/*#########################################################*/
/* Small Tablet Layout: 481px to 768px. Inherits styles from: IPAD Tablet Mobile Layout. */
/*   Page Design Elements      */
/*#########################################################*/
	
#telnumber {
	border: medium solid #000000;
	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: 100%;
	padding: 4px;
	background-color: #CB0B0B;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-weight: bolder;
}
	#telnumber a:link {
		font-size: 140%;
		text-align: center;
		color: #FFFFFF;
}
	#headerboxr {
	width: 50%;
	float: right;
	}
	#header-right {
	border: medium solid #1F1DD9;
	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: 80%;
	padding: 4px;
	background-color: #4E4CD8;
	width: 260px;
	}
	#header-right img {
		float: right;
	}
	#header-right a:link, #header-right a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}
	.ibox {
	border-radius: 8px;
	color: #000000;
	background-color: #FFFFFF;
	margin: 2px;
	border: 4px solid #CB0B0B;
}
.ibox h3{
	padding: 2px;
	color: #000000;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 8px;
	font-size: 140%;
	}	
.ibox h4{
	padding: 2px;
	color: #FFFFFF;
	background-color: #CB0B0B;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 8px;
	font-size: 120%;
	}
	.ibox img {
	width: 90%;		
	}

}
/*#########################################################*/
/* 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 {
}
.header {
	background-image: url(images/dc-glass-bg-1.gif);
	background-repeat: no-repeat;
	height: 200px;
	background-position: 0 0%;
	background-size: auto auto;
	
}
.nav {
	background-color: #FFF;
}
.content1 {
	background-color: #FFF;
}
.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 {
	
}
.footer {
	background-color: #FFF;
	text-align: center;
	border: thin solid #000000;
	border-radius: 10px;
	color: #000000;
}
.footer-text {
	background-color: white;
	color: Black;
	align-content: center;
	border-width: thick;
	border-radius: 10px;
	border-color: red;
	
		
		
	}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
/*   Page Design Elements      */

#telnumber {
	border: medium solid #000000;
	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: 100%;
	padding: 4px;
	background-color: #CB0B0B;
}
#telnumber a:link {
		font-size: 140%;
		text-align: center;
		color: #FFFFFF;
}
#headerboxr {
	width: 50%;
	float: right;
	}
#header-right {
	border: medium solid #1F1DD9;
	color: #FFFFFF;
	border-spacing: 4px 4px;
	float: left;
	border-radius: 10px;
	margin-top: 14px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	font-size: 80%;
	padding: 4px;
	background-color: #4E4CD8;
	text-align: center;
	}
#header-right a:link, #header-right a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}
#web-design  {
	display: inline-block;
	float: left;
	margin: 8px;
	background-color: #FFFFFF;
}
#contact-cta  {
	display: inline-block;
	float: right;
	margin: 8px;
	background-color: #FFFFFF;
}


.ibox {
	border-radius: 8px;
	color: #000000;
	background-color: #FFFFFF;
	margin: 2px;
	border: 4px solid #CB0B0B;
}
	.ibox h4{
	padding: 2px;
	color: #FFFFFF;
	background-color: #CB0B0B;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 8px;
	font-size: 120%;
	}
	.ibox img {
	width: 90%;		
	}
}

#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: #000000;
	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;
}



