/* 
* Skeleton V1.0.3
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 7/17/2011
*/

/* 
* Executiva Responsive V1.0
* Copyright 2013, C5 Theme Team
* www.c5themeteam.com
* 30/04/2013
*/

/* Table of Content
==================================================
	#Typography
	#Links
	#Lists
	#Site Styles
	#Page Styles
	#Main Menu
	#Dropdown Menu
	#Sidebar Menu
	#Image Responsiveness
	#Contact Form
	#Media Queries
	
/* #Typography
================================================== */
	 .container h1,.container h2, .container h3, .container h4, .container h5, .container h6 { 
		font-family: 'Lato', Helvetica, Arial, sans-serif;
		font-weight: 400;
		 }
	.container h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	.container h1 { font-size: 24px; line-height: 24px; margin-bottom: 4px; /* customize_h1 */  color: #e33b30; /* customize_h1 */}
	.container h2 { font-size: 21px; line-height: 21px; margin-top: 14px; margin-bottom: 4px; /* customize_h2 */ color: #6a6d50; /* customize_h2 */}
	.container h3 {	/* customize_h3 */  color: #787e60; /* customize_h3 */ font-size: 18px; line-height: 18px;	margin-bottom: 4px;	margin-top:8px;`}
	 .container h4 { font-size: 16px; line-height: 16px; margin-bottom: 3px; /* customize_h4 */  color: #e33b30; /* customize_h4 */}
	.container h5 { font-size: 14px; line-height: 28px; margin-bottom: 4px; /* customize_h5 */  color: #737485; /* customize_h5 */}
	.container h6 { font-size: 16px; line-height: 24px; margin-bottom: 4px; /* customize_h6 */  color: #737485; /* customize_h6 */}
	.subheader {  color: #777; }

	p { margin: 0 0 10px 0; }
	p img { margin: 0; }
	p.lead { font-size: 21px; line-height: 27px; color: #777;  }
	
	.container em { font-style: italic; overflow: auto;}
	.container strong { font-weight: 700; color: #737485; }
	.container small { font-size: 80%; }
	
/*	Blockquotes  */
	blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #777; font-style: italic; overflow: auto; }
	blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
	blockquote cite { display: block; font-size: 12px; color: #555; }
	blockquote cite:before { content: "\2014 \0020"; }
	blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }
	
	hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }


/* #Links
================================================== */
	.container a, a:visited { /* customize_links */color: #e33b30; /* customize_links */ text-decoration: none; outline: 0; }
	.container a:hover, a:focus { /* customize_links_hover */ color: #b55132; /* customize_links_hover */ text-decoration: underline; outline: 0; }
	.container p a, p a:visited { line-height: inherit; }
	

/* #Lists
================================================== */
	.container ul, .container ol { margin-bottom: 20px; }
	.container ul { list-style: disc inside; }
	.container ol { list-style: decimal; }
	.container ol, .container ul.square, .container ul.circle, .container ul.disc { margin-left: 30px; }
	.container ul.square { list-style: square outside; }
	.container ul.circle { list-style: circle outside; }
	.container ul.disc { list-style: disc outside; }
	.container ul ul, .container ul ol,
	.container ol ol, .container ol ul { margin: 4px 0 5px 30px; font-size: 90%;  }
	.container ul ul li, .container ul ol li,
	.container ol ol li, .container ol ul li { margin-bottom: 6px; }
	.container li { line-height: 18px; margin-bottom: 12px; }
	.container ul.large li { line-height: 21px; }
	.container li p { line-height: 21px; }
	

/* #Site Styles
================================================== */
body {
	overflow-x: hidden;
	background: white;
}

::-moz-selection{background-color: #737485;color: #fff;text-shadow:0 1px 1px #aa2e20;}

::selection {background-color: #737485;color: #fff;text-shadow: 0 1px 1px #aa2e20;}


/* #Page Styles
================================================== */

#header {
	background-color: #6d7853;
	background: url(/themes/executiva/images/caacc-header-back.jpg);
	padding: 0; 
	position: relative;
	z-index: 3; 
	border-bottom: 1px solid #000000;
}

#header .row {
	margin-bottom: 5px;
}
.top {

}
#header .container {
	margin-top: 0;
}
#header .container h2 {
		color: #ffffff; 
		text-shadow: none;
		-webkit-text-shadow: none;
		text-shadow:  none;
		}
#header .container h3 {
		border:none; 
		text-shadow: none;
		-webkit-text-shadow: none;
		text-shadow:  none;
		}
#logo {
	margin-top: 0px;
	padding: 0;
}

#title {
	background-color: #b8b89e;
	background: url(/themes/executiva/images/slide-background.jpg); 
	background-repeat: repeat-x;
	margin-top: 0;
	margin-bottom: 0px;
	padding: 0; 
	border-bottom: 1px solid #C3D5D5;
}

#title .row {
	margin-bottom: 0px;
}
#title img {
	margin-bottom: 0px;
	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);	
}
#footer {
	background-color: #6d7853;
	border-top:#C3D5D5;
	margin-top: 15px;
	padding-top: 15px;
	/* customize_footer_text */ color: #fff; /* customize_footer_text */
	font-size: .9em;
	height: 100%;
	color: white;
}
	
#footer  a {  /* customize_footer_links */ color: #eeeeee; /* customize_footer_links */  
	text-decoration: none; outline: 0; 
	-moz-text-shadow: 1px 1px 0 0 #666; 
	-webkit-text-shadow: 1px 1px 0 0 #666;
	text-shadow: 1px 1px 0 0 #666;
	}
#footer  a:hover {  /* customize_footer_links_hover */ color: #e33b30; /* customize_footer_links_hover */  
	text-decoration: underline; outline: 0; 
	-moz-text-shadow: 1px 1px 0 0 #666; 
	-webkit-text-shadow: 1px 1px 0 0 #666;
	text-shadow: 1px 1px 0 0 #666; 
}
#footer nav ul { 
		float:left;
}
#footer nav ul li { 
		font-family: 'Lato', Helvetica, Arial, sans-serif;
		display: block;
		 margin: 5px 0 5px 0; 
		 font-size: 1.25em;
		-moz-text-shadow: 1px 1px 0 #191919; 
		-webkit-text-shadow: 1px 1px 0 #191919; 
		text-shadow: 1px 1px 0 #191919; 
}
		
#footer h3 { 
	 /* customize_footer_h3 */ color: #e9e093;  /* customize_footer_h3 */ 
		font-size: 1.5em;
		border-bottom: solid thin white;
}
#footer h6 { 
	 /* customize_footer_h6 */ color: #e9e093;  /* customize_footer_h6 */ 
		font-size: 1.3em;
		border-bottom: solid thin white;
}
.ccm-search-block-submit {
	border:none;
}

#social .three.columns{
	margin: 0px; 
	width: 135px;
}
#social, .sixteen .columns .row{
	margin-bottom:5px;
}
.content-box {
	margin-top: 5px;
 }
.content-box ul li{
	list-style-type: disc;
	list-style-position: inside;
}

.container .inner {
	margin: 5px;
}
.buffer {
	padding-top: 0px;
}
#contact_details {
	position: static !important; 
	text-align:right;
	-moz-text-shadow: 1px 1px 0 #ccc; 
	-webkit-text-shadow: 1px 1px 0 #ccc; 
	text-shadow: 1px 1px 0 #ccc; 
	 /* customize_header_text */ color: #737485; /* customize_header_text */ 
	font-size: .82em;
	margin: 0; }
#contact_details a {  /* customize_header_text_link */ color: #737485; /* customize_header_text_link */  text-decoration: none; outline: 0; }
#contact_details a:hover {  /* customize_header_text_hover */ color: #737485; /* customize_header_text_hover */  text-decoration: underline; outline: 0; }

.credits {
	margin-top: 15px;
	padding-top: 15px;
	clear:both;
	border-top: #45454F solid 1px;
}

.row {
	margin-bottom: 10px;
}
#menuHolder {
	background: #10151C;
	border-top: 1px solid #1B212A;
	height: 36px;
}
/* #Main Menu
================================================== */

/*navigation*/

nav.primary ul {
	margin: 6px 0 0 0 !important; padding: 0 !important; float: left; list-style: none;
	}

nav.primary select {
	display: none;
	width:  100%;
	height: 28px;
	margin: 0;
}

nav.primary ul li {
	display: inline;
	float: left;
	position: relative; 
	padding: 0 !important; list-style: none;
	margin: 0;
}

nav.primary ul li a {
	color: #ffffff;
	background-color: #10151C;
	position: relative;
	font-size: 1.3em; 
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	font-weight: 400;
	padding: 10px 10px 10px 10px; 
	text-decoration: none; 
	text-shadow: 1px -1px 0 #5C5D6A; 
	-webkit-text-shadow: 1px -1px 0 #5C5D6A;
	text-shadow: 1px -1px 0 #5C5D6A;
	text-transform: capitalize;
	border-right: 1px solid #45454F;
	border-top: 1px solid #1B212A;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

nav.primary ul li a:hover {
	color: #ffffff;
	background: #5C5D6A;
	text-shadow: 1px -1px 0 #737485; 
	-webkit-text-shadow: 1px -1px 0 #737485;
	text-shadow: 1px -1px 0 #737485;
	padding: 10px 10px 10px 10px; 
	visibility: inherit; /* fixes IE7 'sticky bug' */
	text-decoration: none; 
   	cursor: pointer;
}
nav.primary ul li a.nav-path-selected, nav.primary ul li a.nav-selected {
	visibility: inherit; /* fixes IE7 'sticky bug' */
	text-decoration: none; 
   	cursor: pointer;
	background-color: #45454F;
	color: #ffffff;
	text-shadow: 1px -1px 0 #10151C; 
	-webkit-text-shadow: 1px -1px 0 #10151C;
	text-shadow: 1px -1px 0 #10151C;
}

/*sub menu*/
nav.primary ul ul {
	opacity: 0; 
  	filter: alpha(opacity=0); 
	position: absolute;
	height: 0px;
	overflow: hidden;
	min-width: 165px;
	-webkit-transition: opacity 0.9s ease-out;
	-moz-transition: opacity 0.9s ease-out;
	-o-transition: opacity 0.9s ease-out;
	-ms-transition: opacity 0.9s ease-out;
	transition: opacity 0.9s ease-out;
	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);	
	display: none;
	left: 0;
	color: #ffffff;
	background: #5C5D6A;
	text-shadow: 1px -1px 0 #45454F; 
	-webkit-text-shadow: 1px -1px 0 #45454F;
	text-shadow: 1px -1px 0 #45454F;
	z-index: 3;
}

nav.primary ul li span {
	display: none;
}

nav.primary ul li:hover ul {
	opacity: 10; 
  	filter: alpha(opacity=100); 
	height: auto;
	overflow: auto;
	display: block; 
	color: #ffffff;
	background: #5C5D6A;
	text-shadow: 1px -1px 0 #45454F; 
	-webkit-text-shadow: 1px -1px 0 #45454F;
	text-shadow: 1px -1px 0 #45454F;
}

nav.primary ul ul li {
	float: none;
	display: list-item;
	background: none; 
	padding: 0 5px;
	color: #ffffff;
	background: #5C5D6A;
}

nav.primary ul ul li a {
	display: block;
	text-transform: none;
	position: relative;
	z-index: 999999;
	display: block; 
	position: relative; 
	font-size: 1em; 
	height: auto; 
	padding: 5px 10px 5px 5px; 
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	color: #ffffff;
	background: #5C5D6A;
	text-shadow: 1px -1px 0 #10151C; 
	-webkit-text-shadow: 1px -1px 0 #10151C;
	text-shadow: 1px -1px 0 #10151C;
}

nav.primary ul ul li:hover > a {
	/* customize_dropdown_menu_hover_bg */background: #10151C;/* customize_dropdown_menu_hover_bg */
	/* customize_dropdown_menu_hover */color: #ffffff; /* customize_dropdown_menu_hover */
	text-shadow: 1px -1px 0 #10151C; 
	-webkit-text-shadow: 1px -1px 0 #10151C;
	text-shadow: 1px -1px 0 #10151C;
	 padding: 5px 5px 5px 10px; 
	border-left:solid 5px #737485;
}
nav.primary ul li:hover > a {
	color: #ffffff;
	background: #5C5D6A;
	text-shadow: 1px -1px 0 #10151C; 
	-webkit-text-shadow: 1px -1px 0 #10151C;
	text-shadow: 1px -1px 0 #10151C;
}
nav.primary ul ul li a.nav-path-selected, nav.primary ul ul li a.nav-selected {
	/* customize_dropdown_menu_hover_bg */background: #737485;/* customize_dropdown_menu_hover_bg */
	/* customize_dropdown_menu_selected */color: #ffffff; /* customize_dropdown_menu_selected */
	text-shadow: 1px -1px 0 #1B212A;
	-webkit-text-shadow: 1px -1px 0 #1B212A;
	text-shadow: 1px -1px 0 #1B212A;
	padding: 5px 5px 5px 10px;
	border-left:solid 5px #000000;
}


/* #Sidebar Menu
================================================== */
.sidebar ul {
	list-style-type: none;
	margin: 10px 0 0 0;
	padding: 0;
	list-style: none;
	font-size: 1.1em;
}
.sidebar  ul li {
	border-bottom: 1px dashed #CCC;
	list-style-type: none;
	margin: 0;
}
.sidebar ul li a {
	text-decoration:none;
	display: block;
	padding: 5px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.sidebar ul li a:hover {
	display: block;
	text-decoration:none;
	padding-left: 15px;
	/* customize_sidebar_menu_hover_bg */background: #737485;/* customize_sidebar_menu_hover_bg */
	/* customize_sidebar_menu_hover */color: #ffffff; /* customize_sidebar_menu_hover */
}

/* #Image Responsiveness
================================================== */
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}
 
/* #Contact Form
================================================== */
.formBlockSurveyTable {
	margin:0 0 15px; }
.formBlockSurveyTable .question {
	vertical-align:top!important;
}


.formBlockSurveyTable label {
display:block;
font-weight:normal;
margin:0 0 3px;
vertical-align:top!important;
}

.formBlockSurveyTable input,.formBlockSurveyTable textarea{
	font-size:1.4em;
	border:none;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-bottom:1px solid #000000;
	border-right:1px solid #000000;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	padding:5px;
	background-color: #f8f8f8;
	background-position: left top; 
}
.formBlockSurveyTable textarea  {
height:150px !important;
}


.formBlockSurveyTable textarea {
height:100px;
}

.formBlockSurveyTable input:focus,.formBlockSurveyTable textarea:focus {
background:#fff;
}

#comment {
margin-left:10px;
}

#contact {
margin-top:60px;
margin-bottom:80px;
}

.formBlockSurveyTable {
margin: 20px;
}
 
/* #Media Queries
================================================== */
	
		/* Anything Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {
	#logo {	text-align:center;}	
		}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px)  {
		#logo {	text-align:center;}	
		#contact_details { text-align:right; padding-top: 10px; 	margin-bottom: 10px;}
		.content-box {	min-height: 2px;}
		nav.primary ul li a {
		position: relative;
		font-size: 1.15em; 
		}
	}
	
	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
		#logo {	text-align:center;}	
		.content-box {	min-height: 2px;}
		#contact_details { text-align:center; padding-top: 10px; 	margin-bottom: 10px;}
		nav.primary {
			padding: 5px 0;
		}
		nav.primary select {
			display: block;
		}
		nav.primary ul {
			display: none;
		}	
	}
	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
		header.main .banner {
			display: none;
		}
		#contact_details { text-align:center; padding-top: 10px; margin-bottom: 10px; overflow:auto;}
		.content-box {	min-height: 2px;}
		#footer nav { 
			display: none;
		}
		input[type="text"], 
		input[type="password"],
		input[type="email"],
		input[type="tel"],
		textarea, 
		select {
			border: 1px solid #ccc;
			padding: 6px 4px;
			outline: none;
			-moz-border-radius: 2px;
			-webkit-border-radius: 2px;
			border-radius: 2px;
			font: 13px 'Lato', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
			color: #777;
			margin: 0;
			width: 210px;
			max-width: 75%;
			display: block;
			margin-bottom: 20px;
			background: #fff;
		}
		nav.primary {
			padding: 5px 0;
		}
		nav.primary select {
			display: block;
			width: 100%;
			max-width: 100%;
		}
		nav.primary ul {
			display: none;
		}
	}
	