/* Artfully masterminded by ZURB  */

/* -------------------------------------------------- 
   Table of Contents
-----------------------------------------------------
:: Shared Styles
:: Page Name 1
:: Page Name 2
*/


/* -----------------------------------------
   Shared Styles
----------------------------------------- */

body {
	/* background-color: #d2f0f5; */
	color:#374659;
}

#background_top {
	width: 100%;
	position: fixed;
	top: 42px;
	left: 0;
	z-index:-1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

.panel {
	background:#ffffff;
	border:none;
}

.shadow {
	-moz-box-shadow: 0 0 5px #CFCFCF;
	-webkit-box-shadow: 0 0 5px #CFCFCF;
	box-shadow: 0 0 5px #CFCFCF;
}

.shadow_inset {
	-moz-box-shadow: inset -3px -3px 3px #888;
	-webkit-box-shadow: inset -3px -3px 3px #888;
	box-shadow: inset -3px -3px 3px #888;
}

hr {
	border-color:#ffffff !important;
}

.transparent_90 {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	
}

.transparent_80 {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	
}
.transparent_70 {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	
}

.bg_gradient_grey {

	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F3F3F3;
	border-right-color: #F3F3F3;
	border-bottom-color: #F3F3F3;
	border-left-color: #F3F3F3;
	
	
	background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(232,232,232,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(232,232,232,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(232,232,232,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(232,232,232,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(232,232,232,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(232,232,232,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8e8e8',GradientType=0 ); /* IE6-9 */


}

.bg_green {
	background:#14b29c;
}
.bg_blue {
	background:#00abc7;
	color:#ffffff;
}

.bg_blue h1 {
	color:#ffffff;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ffffff;	
}
.bg_blue h1 a {
	color:#ffffff;
	text-decoration:none;
}
.bg_blue h1 a:hover {
	text-decoration:underline;
}
.bg_blue a {
	color:#ffffff !important;
}


h1, h2, h3, h4, h5, h6 { font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; font-weight: bold; font-style: normal; color: #2ba6cb; text-rendering: optimizeLegibility; line-height: 1.1; margin-bottom: 14px; margin-top: 14px; }

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small { font-size: 60%; color: #2ba6cb; line-height: 0; }

h1 { font-size: 24px; font-weight:normal; }

h2 { 
	font-size: 22px;  
	font-weight:normal;  
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #00abc7;
	}

h3 { font-size: 20px; font-weight:normal;  }

h4 { font-size: 18px; }

h5 { font-size: 16px; }

h6 { font-size: 14px; }




/* ----------------------------------------
	Nav bar
----------------------------------------- */

.nav-bar { 
	height: 40px; background: #00abc7; margin-left: 0; margin-top: 20px; padding: 0; 
	 -webkit-border-radius: 1px; -moz-border-radius: 1px; -ms-border-radius: 1px; -o-border-radius: 1px; border-radius: 1px;
}
.nav-bar > li {
	float: left;
	display: block;
	position: relative;
	padding: 0;
	margin: 0;
	line-height: 38px;
	-webkit-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2) inset;
	-moz-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2) inset;
	box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2) inset;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #008DA6;
	border-right-color: #008DA6;
	border-bottom-color: #008DA6;
	border-left-color: #008DA6;
}
.nav-bar > li:first-child { -webkit-box-shadow: 0 0 0; -moz-box-shadow: 0 0 0; box-shadow: 0 0 0; }
.nav-bar > li:last-child { border-right: solid 1px #008DA6; -webkit-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2) inset, 1px 0 0 rgba(255, 255, 255, 0.2); -moz-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2) inset, 1px 0 0 rgba(255, 255, 255, 0.2); box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2) inset, 1px 0 0 rgba(255, 255, 255, 0.2); }
.nav-bar > li.active {
	border-color: #2284a1;
	background-color: #14b29c;
}
.nav-bar > li.active .arrow {
	position:absolute;
	background-image: url(../images/menu_arrow2.png);
	background-repeat: repeat-x;
	height: 18px;
	width: 100%;
	margin-top:-67px;
	background-position: center;
}
.nav-bar > li.active > a { color: white; cursor: default; color: #ffffff; }
.nav-bar > li.active:hover { 
	background: #2ba6cb; 
	cursor: default; 
	
}
.nav-bar ul, ol, dl { font-size: 14px; line-height: 1.6; margin-bottom: 0px; list-style-position: outside; }
.nav-bar > li:hover { background: #008DA6; }
.nav-bar > li > a {
	color: #ffffff;
}
.nav-bar > li ul { margin-bottom: 0; }
.nav-bar > li .flyout { display: none; }
.nav-bar > li.has-flyout > a:first-child { padding-right: 40px; position: relative; }
.nav-bar > li.has-flyout > a:first-child:after { content: ""; display: block; width: 0; height: 0; border: solid 4px; border-color: #e6e6e6 transparent transparent transparent; position: absolute; right: 20px; top: 17px; }
.nav-bar > li.has-flyout > a.flyout-toggle { border-left: 0 !important; position: absolute; right: 0; top: 0; padding: 20px; z-index: 2; display: block; }
.nav-bar > li.has-flyout.is-touch > a:first-child { padding-right: 55px; }
.nav-bar > li.has-flyout.is-touch > a.flyout-toggle { border-left: 1px dashed #666666; }
.nav-bar > li > a:first-child { position: relative; padding: 0 20px; display: block; text-decoration: none; font-size: 14px; }
.nav-bar > li > input { margin: 0 10px; }
.nav-bar.vertical { height: auto; margin-top: 0; }
.nav-bar.vertical > li { float: none; border-bottom: none; border-right: solid 1px #333333; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; }
.nav-bar.vertical > li.has-flyout > a:first-child:after { content: ""; display: block; width: 0; height: 0; border: solid 4px; border-color: transparent transparent transparent #e6e6e6; }
.nav-bar.vertical > li .flyout { left: 100%; top: -1px; }
.nav-bar.vertical > li .flyout.right { left: auto; right: 100%; }
.nav-bar.vertical > li.active { border-right: solid 1px #2284a1; }
.nav-bar.vertical > li:last-child { border-bottom: solid 1px #333333; }



/* ----------------------------------------
	TOP BAR
----------------------------------------- */


.top-bar { 
background: #00abc7; min-height: 45px; line-height: 45px; margin: 0 0 30px 0; padding: 0; width: 100%; position: relative; /* Contain width to .row width */ /* First <ul> for branding, title, name, etc */ /* topbar global <ul> styles */ 

}

.top-bar ul > li a:not(.button) { border-bottom: solid 1px #ffffff; color: white; display: block; font-size: 13px; font-weight: bold; height: 45px; line-height: 45px; padding: 0 15px; }
.top-bar ul > li:not(.name):hover, .top-bar ul > li:not(.name).active, .top-bar ul > li:not(.name):focus { background: #14b29c; }
.top-bar ul > li:not(.name):hover a, .top-bar ul > li:not(.name).active a, .top-bar ul > li:not(.name):focus a { color: #FFFFFF; }

.top-bar ul > li.divider { background: #00abc7; -webkit-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.1); -moz-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.1); box-shadow: 1px 0 0 rgba(255, 255, 255, 0.1); height: 100%; margin-right: 1px; width: 1px; }
.top-bar ul > li.has-button a.button { margin: 0 11.25px; }
.top-bar ul > li.has-button:hover, .top-bar ul > li.has-button:focus { background: #00abc7; }

/* -----------------------------------------
   CONTENT
----------------------------------------- */

.panel ul {
	padding-left:60px !important;
}



/* -----------------------------------------
   TABS
----------------------------------------- */


/* Tabs ---------------------- */
.tabs { list-style: none; border: dotted 0px #e6e6e6; display: block; height: 40px; padding: 0; margin-bottom: 20px; }
.tabs.contained { margin-bottom: 0; margin-left: 0; }
.tabs dt, .tabs li.section-title { color: white; cursor: default; display: block; float: left; font-size: 12px; height: 40px; line-height: 40px; padding: 0; padding-right: 9px; padding-left: 20px; font-weight: normal; width: auto; text-transform: uppercase; }
.tabs dt:first-child, .tabs li.section-title:first-child { padding: 0; padding-right: 9px; }
.tabs dd, .tabs li { display: block; float: left; padding: 0; margin: 0; }
.tabs dd a, .tabs li a { color: white; display: block; font-size: 15px; height: 40px; line-height: 40px; padding: 0px 23.8px; line-height:1.6 !important; }
.tabs dd a:focus, .tabs li a:focus { font-weight: bold; color: white; }
.tabs dd.active, .tabs li.active { border-top: 0px solid white; margin-top:3px; }
.tabs dd.active a, .tabs li.active a { cursor: default; color: white; background: none; border-left: 0px solid #e6e6e6; border-right: 0px solid #e6e6e6; font-weight: bold; }
.tabs dd:first-child, .tabs li:first-child { margin-left: 0; }
.tabs.vertical { height: auto; border-bottom: 0px solid #e6e6e6; }
.tabs.vertical dt, .tabs.vertical dd, .tabs.vertical li { float: none; height: auto; }
.tabs.vertical dd, .tabs.vertical li { border: 0px !important;  }
.tabs.vertical dd a, .tabs.vertical li a { background: none; border: 0px !important; border-bottom: 1px solid #e6e6e6 !important; color: white; display: block; font-size: 14px; height: auto; line-height: 1; padding: 15px 20px 15px 5px;  }

.tabs.vertical dd.active, .tabs.vertical li.active { margin-top: 0; border-top: 0px solid #4d4d4d; border-left: 0px solid #1a1a1a; }
.tabs.vertical dd.active a, .tabs.vertical li.active a { background: none; border: none !important; color: #fff; height: auto; margin: 0; position: static; top: 0; -webkit-box-shadow: 0 0 0; -moz-box-shadow: 0 0 0; box-shadow: 0 0 0;  }
.tabs.vertical dd a:hover, .tabs.vertical dd.active a:hover { 
	text-decoration:underline;
}
.tabs.vertical dd:first-child a.active, .tabs.vertical li:first-child a.active { margin: 0; }

