body {
	padding-top: 143px; 
	font: Arial, Helvetica, sans-serif;
	color: #000000;
	}

h1 {
	font-size: 2.4em;
	text-transform: uppercase;
	margin-top: 0 0 20px 0;
	padding-bottom: 8px;
	font-family: 'OswaldRegular', sans-serif;
	color: #C60070;
	}
	
h2 {
	font-size: 1.7em;
	text-transform: uppercase;
	margin-top: 0 0 20px 0;
	padding-bottom: 8px;
	font-family: 'OswaldRegular', sans-serif;
	line-height: 1.2em;
	}
	
h2.bright {
	color: #C60070;
	}	
	
h3 {
	font-size: 1.4em;
	margin-top: 0 0 20px 0;
	text-transform: uppercase;
	padding-bottom: 8px;
	font-family: 'OswaldBold', sans-serif;
	line-height: 1.2em;
	}
	
h3.bright {
	color: #C60070;
	}		
	
h4 {
	font-size: 1.2em;
	margin-top: 0 0 20px 0;
	text-transform: uppercase;
	font-family: 'OswaldRegular', sans-serif;
	line-height: 1.2em;
	}

h4.bright {
	color: #C60070;
	}	
	
ul li {font: Arial, Helvetica, sans-serif;}		

p {
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 30px;
	}

a {
	color: #C60070;}		
a:hover {
	color: #F7008C;}	
	
nav {
	font-family: 'OswaldRegular', sans-serif;
	color: #fff;
	}	

.navbar-fixed-top { border-top: 4px solid #29635C;}		
#header a { color: #ffffff}	
#navbar {
	margin: 20px 0 0px 0;
	padding: 0;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 1.2em;
	}
	
#navbar a {
	color: #ffffff;
	}
	
#navbar a:hover {
	color: #3D9E93;
	}	
	
.navbar-brand {
	margin: 20px 0 15px 0;
	padding: 0;
	}
	
.jumbotron {
	background-image: url(../images/hero-bg.png);
  background-repeat: no-repeat;
	background-color: #D1D2D2;
	background-position: center;
	height: 497px;
	border-bottom: 3px solid #C60070;
	}
	
.header-container {
	padding: 20px 0 50px 0;
	}
		
.container {
	padding: 20px 0 50px 0;
	}	

#callout {
	width: 60%;
	margin: 0px auto;
	}

#callout h1 {
	font-size: 4.0em;
	font-family: 'OswaldBold', sans-serif;
	font-weight: bold;
	margin-top: 30px;
	}
	
.panel {
	font-family: Arial, Helvetica, sans-serif;
	}		
	
.boxed {
	text-align: center;
	width: 80%;
	border: 1px solid #000000;
	background-color: #ededed;
	padding: 10px;
	}	
	
.section-shaded	{
	border-top: 1px solid #b8b8b8;
	border-bottom: 1px solid #b8b8b8;
	background-color: #ededed;
	padding: 30px 0 0 0;	
	}
	
@font-face {
    font-family: 'OswaldRegular';
    src: url('../fonts/oswald-regular-webfont.eot');
    src: url('../fonts/oswald-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/oswald-regular-webfont.woff2') format('woff2'),
         url('../fonts/oswald-regular-webfont.woff') format('woff'),
         url('../fonts/oswald-regular-webfont.ttf') format('truetype'),
         url('../fonts/oswald-regular-webfont.svg#oswaldregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

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

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

.btn-cmc { 
  color: #ffffff; 
  background-color: #7A2851; 
  border-color: #7A2851; 
	font-family: 'OswaldRegular';
} 
 
.btn-cmc:hover, 
.btn-cmc:focus, 
.btn-cmc:active, 
.btn-cmc.active, 
.open .dropdown-toggle.btn-cmc { 
  color: #ffffff; 
  background-color: #F00088; 
  border-color: #C60070; 
} 
 
.btn-cmc:active, 
.btn-cmc.active, 
.open .dropdown-toggle.btn-cmc { 
  background-image: none; 
} 
 
.btn-cmc.disabled, 
.btn-cmc[disabled], 
fieldset[disabled] .btn-cmc, 
.btn-cmc.disabled:hover, 
.btn-cmc[disabled]:hover, 
fieldset[disabled] .btn-cmc:hover, 
.btn-cmc.disabled:focus, 
.btn-cmc[disabled]:focus, 
fieldset[disabled] .btn-cmc:focus, 
.btn-cmc.disabled:active, 
.btn-cmc[disabled]:active, 
fieldset[disabled] .btn-cmc:active, 
.btn-cmc.disabled.active, 
.btn-cmc[disabled].active, 
fieldset[disabled] .btn-cmc.active { 
  background-color: #C60070; 
  border-color: #C60070; 
} 
 
.btn-cmc .badge { 
  color: #C60070; 
  background-color: #ffffff; 
}

.nudge-down {
	margin-bottom: 30px;
	}		
	
.main-content {
	padding-top: 60px;
	}	
	
#footer {
	background-color: #1d1d1d;
	color: #979797;	
	}
	
#footer hr { margin:0 0 15px 0;
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }	
	
#footer h4 { padding:0; margin:0;}	
	
#footer p {
	font-size: 0.90em;
	line-height: 1.6em;
	}

.navbar-toggle {margin-right: -15px;}

/* validation */	
input.error { border: 1px solid #EBCCD1; background-color: #F2DEDE; }

textarea.error { border: 1px solid #cc3300; }

label.error {
	background: url(../images/error.png) no-repeat;
	margin: 3px 0 0 3px;
	padding: 0px 0 3px 18px;
	font-size: 0.80em;
	font-weight: normal;
	display: block;
	color: #A94442;
}

/* carousel */
.logo-carousel {
  float: left;
	text-align: center;
	margin: 25px 0 0 0;
  }

.logo-carousel li {
  margin: 0 22px 0 22px;
	display: inline;
  width: 135px;
	height: 135px;	
  }

.prev {
	float: left; 
	background: url(../images/nav-left.png) top no-repeat;
	background-position: 0px 0px;
	height: 37px; 
	width: 37px;
	margin-top: 70px;
}

.next {
	float: left; 
	background: url(../images/nav-right.png) top no-repeat;
	background-position: 0px 0px;
	height: 37px; 
	width: 37px;
	margin-top: 70px;
}

a.prev:hover {background-position: 0px -37px;}
a.next:hover {background-position: 0px -37px;}

@media(max-width:968px){
	#callout {
		width: 100%;
		margin: 0px auto;
		}
		
	#callout h1 {
		font-size: 3.0em;
		padding: 0;
		}	
}

@media (min-width: 768px) and  (max-width : 991px){
	.navbar-brand { 
			max-width: 100%;
			overflow: visible;
			padding-top: 0;
			padding-bottom: 0; 
	}	
}

/* Change the Bootstrap NavBar Breakpoint */
@media (max-width: 990px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
		margin-top: 7.5px;
	}
	.navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
  		display:block !important;
	}
}



@media(max-width:935px){
	#callout {
		width: 100%;
		margin: 0px auto;
		}
		
	#callout h1 {
		font-size: 3.4em;
		padding: 0;
		margin-top: 40px;
		}
}

@media(max-width:767px){
	body {
		padding-top: 100px;
		}
	
	.container {
    padding-right: 20px; 
    padding-left: 20px;
	}
	
	.jumbotron {
		height: 350px;
		}

	#callout {
		width: 95%;
		margin: 0px auto;
		}
		
	#callout h1 {
		font-size: 2.1em;
		padding: 0;
		margin-top: 20px;
		}
		
	.navbar-right {
		width: 300px;
		}
		
	.navbar-brand {
		margin-top: 0px;
		width: 290px;
		padding-top: 10px;
		}
		
	/* carousel */
	.logo-carousel {
		float: left;
		text-align: center;
		margin: 25px 0 0 0;
		}
	
	.logo-carousel li {
		margin: 0 5px 0 5px;
		display: inline;
		width: 180px;
		height: 135px;	
		}
	
	.prev {
		float: left; 
		background: url(../images/nav-left.png) top no-repeat;
		background-position: 0px 0px;
		height: 37px; 
		width: 37px;
		margin-top: 70px;
	}
	
	.next {
		float: left; 
		background: url(../images/nav-right.png) top no-repeat;
		background-position: 0px 0px;
		height: 37px; 
		width: 37px;
		margin-top: 70px;
	}
	
	a.prev:hover {background-position: 0px -37px;}
	a.next:hover {background-position: 0px -37px;}		
		
}

@media (min-width: 953px ) and  (min-width :975px) {
	#callout {
		width: 60%;
		margin: 0px auto;
		}
		
	#callout h1 {
		font-size: 3.5em;
		padding: 0;
		margin-top: 40px;
		}
		
	.img-responsiveX {
	 display: block;
	 height: auto;
	 max-width: 100%;
	}		
}

@media(max-width:450px){
	body {
		padding-top: 30px;
		}
		
	.navbar-brand {
		margin: 10px 0 0 0;
		width: 80%;
		padding: 0px;
		}

	#callout h1 {
		padding: 0;
		margin-top: 25px;
		}
		
	.container {
		padding-top: 40px;
		}			
		
	.xs-header-container {
		padding: 10px 25px 0 10px;
		}	
		
		
}		

/* tabs	*/

#tabs {
		border-bottom: 4px solid #1099a5;
		margin: 20px 0 20px 0;
		padding-bottom: 8px;
	}	

ul.tabs  {
	}

ul.tabs li {
		display: inline;
		margin-right: 1px;
		font-size: 1.2em
	}
	
ul.tabs li.selected a {
		padding: 8px 15px 8px 15px;
		background-color: #1099a5;
		color: #ffffff;
	}
	
ul.tabs li.selected a:hover {
		color: #ffffff;
	}	
	
ul.tabs li a {
		color: #818181;
		padding: 8px 15px 6px 15px;
		background-color: #e0e0e0;
		text-decoration: none;
	}	
	
ul.tabs li a:hover {
		color: #000000;
		text-decoration: none;
	}
	
	
/* misc. */	
hr.style-one {
    border: 0;
    height: 1px;
    background: #333;
    background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc); 
    background-image:    -moz-linear-gradient(left, #ccc, #333, #ccc); 
    background-image:     -ms-linear-gradient(left, #ccc, #333, #ccc); 
    background-image:      -o-linear-gradient(left, #ccc, #333, #ccc); 
		margin: 0;
		padding: 0;
	}

.question-fix {
		font-size: 1.1em;
	}	
	
.question-fix2 {
		font-size: 1.2em;
	}	





