@charset "UTF-8";
/* CSS Document */

/* over-rides */
body {
	color:#666 !important;
	font-size: 14px !important;
}
#header { 
	font-size: 12px;
	height: 185px !important; 
}
/* Left Navigation */
.master .col2 {
	float: left !important;
	width: 160px !important;        		/* Width of left column content (left column width minus left and right padding) */
	position: relative !important;
	top:-35px;
	padding-left: 15px !important;
	padding-bottom: 20px !important;
	white-space:normal !important;
	z-index: 50 !important;
	overflow: visible !important;
}
.master .col2 ul { padding-left:0; margin-left:0; }

/* Left Navigation */
.outernav { 
	margin:0;
	padding:0;
	position: relative;
	z-index:50;
	line-height: 1.3;
	font-size: 14px !important;
	font-family:Arial, Helvetica, sans-serif;
}
.outernav ul { 
	list-style:none;
	font-weight:normal;
	padding:0;
	margin:0;
}
.outernav ul li { border-bottom:1px solid #ddd; padding-top: 7px; padding-bottom: 7px; }
.outernav ul li:first-child { border-top:1px solid #ddd; }
.outernav li ul li:first-child { margin-top:7px; }
.outernav li ul li:last-child { border-bottom:0; }

.outernav ul li ul li ul li { padding-left:20px; }

.outernav a { text-decoration:none; font-weight:normal; background-color:transparent !important; }
.outernav a:link, .outernav a:visited, .outernav a:focus { color:#666; }
.outernav a:hover, .outernav a:active { color: #0984DE; background-color:transparent !important; }

.outernavbordertop { border-top:1px solid #ddd; }

#accordion li{
	color:#9b1619;
	font-weight:bold;
}
.navsubtitle {
	color:#333 !important; 
	background-color:#f3f3f3;
	padding-left:3px;
	font-weight:bold;
}
.accordionindent {
	padding-left:40px !important;
}
.accordionlast {
	padding-left:40px !important;
	padding-bottom: 0 !important;
}

.dropdown { cursor:pointer; }
.arrow {
	font-size:12px;
	margin-right: 5px;
}
.courseinfo {
	margin: 0;
	margin-top:20px;
	margin-bottom: 10px;
	border-bottom-width: 0 !important;
}
.courseinfohelp {
	font-size:12px;
	padding: 0;
	padding-top: 5px;
	padding-left:5px;
}
.appsect {
	margin:20px 0 10px 0;
	color:#333;
	font-weight:bold;
}

/* Buttons with images (Etudes login and inTouch) */
.btn {
	display:inline-block;
	text-decoration:none !important;
	background-color:#fff !important;
}
.btn img {
	-moz-box-shadow: 0px 14px 14px -7px #d3d3d3;
	-webkit-box-shadow: 0px 14px 14px -7px #d3d3d3;
	box-shadow: 0px 14px 14px -7px #d3d3d3;
}
.btn:link, btn:visited { 
	text-decoration:none !important; 
	color:#fff;
	background-color:#transparent !important;
}
.btn:hover, .btn:focus { 
	text-decoration:none !important;
	color:#fff;
	background-color:#transparent !important;
}
.btn:active {
	position:relative;
	top:0px;
	text-decoration:none !important;
	background-color:#transparent !important;
}

.master .col1 {
	left: 0px !important;
	padding-top:20px !important;
	padding-bottom: 20px !important;
	padding-right: 40px !important;
	margin-left: 20px !important;
	width: 650px !important;
	line-height: 1.5 !important;
}
.col1 a:link, .col1 a:visited {
	color: #0879CC;
	font-weight: normal;
}
.col1 a:hover, .col1 a:active, .col1 a:focus { background-color: transparent; color:#666; }
	
ul.readable li {
	margin: 0px;
	padding: 1px 15px;
}	

.col1 ul, .col1 ol { line-height:1.7; }

#title3rd {
	text-align:center;
	z-index:5 !important;
	width:490px;
	margin:0 auto;
	position:relative !important;
	left:auto !important;
}
#title3rd h1 {
	font-size: 145%;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.1;
	margin:0 auto;
	padding:0;
}

.subtitle{
	font-size:16px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#0984DE;
}
.col1 h2 {
	margin:0;
	margin-bottom:20px;
	margin-top:20px;
	font-size:145%; 
	line-height:24px;
	color: #9b1619;
}
.col1 h3 {
	font-size:120%; 
	line-height:20px;
	color: #333;
	margin-bottom:10px;
}
.col1 h4 {
	font-size:110%; 
	line-height:18px;
	color: #333;
	margin-bottom:5px;
	margin-top:15px;
}
.col1 h5 {
	font-size:100%; 
	line-height:18px;
	color: #666;
	margin-bottom:5px;
	margin-top:5px;
}
.col1 h6 {
	font-size:95%; 
	line-height:18px;
	color: #666;
	margin-bottom:5px;
	margin-top:5px;
}

/* Course Info Button /
/* This css button was generated by css-button-generator.com */
.css_btn_class {
	font-size:14px;
	font-family:Arial;
	font-weight:normal;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #84bbf3;
	padding:6px 26px;
	text-decoration:none !important;
	background:-moz-linear-gradient( center top, #79bbff 5%, #186EC7 100% );
	background:-ms-linear-gradient( top, #79bbff 5%, #186EC7 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#186EC7');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #79bbff), color-stop(100%, #186EC7) );
	background-color:#79bbff;
	color:#ffffff !important;
	display:inline-block;
	text-shadow:1px 1px 0px #528ecc;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #bbdaf7;
 	-moz-box-shadow:inset 1px 1px 0px 0px #bbdaf7;
 	box-shadow:inset 1px 1px 0px 0px #bbdaf7;
}
.css_btn_class:hover {
	background:-moz-linear-gradient( center top, #186EC7 5%, #79bbff 100% ) !important;
	background:-ms-linear-gradient( top, #186EC7 5%, #79bbff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#186EC7', endColorstr='#79bbff');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #186EC7), color-stop(100%, #79bbff) );
	background-color:#186EC7;
	color:#fff !important;
}
.css_btn_class:link, css_btn_class:visited { 
	text-decoration:none !important;
	color:#fff !important;
}

.css_btn_class:active {
	position:relative;
	top:0px;
	text-decoration:none !important;
}
.css_btn_class a:link, 
.css_btn_class a:visited,
.css_btn_class a:hover { 
	text-decoration:none;
	color:#fff;
	font-weight: bold;
}
/* Register Button /
/* This css button was generated by css-button-generator.com */
.css_reg_btn_class {
	font-size:14px;
	font-weight:normal;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #ffff66;
	padding:3px 12px;
	text-decoration:none !important;
	background:-moz-linear-gradient( center top, #ffff66 5%, #ffcc00 100% );
	background:-ms-linear-gradient( top, #ffff66 5%, #ffcc00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff66', endColorstr='#ffcc00');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #ffff66), color-stop(100%, #ffcc00) );
	background-color:#ffff66;
	color:#666 !important;
	display:inline-block;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #ffccee;
 	-moz-box-shadow:inset 1px 1px 0px 0px #ffccee;
 	box-shadow:inset 1px 1px 0px 0px #ffccee;
}
.css_reg_btn_class:hover {
	background:-moz-linear-gradient( center top, #ffcc00 5%, #ffff66 100% ) !important;
	background:-ms-linear-gradient( top, #ffcc00 5%, #ffff66 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcc00', endColorstr='#ffff66');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #ffcc00), color-stop(100%, #ffff66) );
	background-color:#ffcc00;
	color:#666 !important;
}
.css_reg_btn_class:link, css_btn_class:visited { 
	text-decoration:none !important;
	color:#666 !important;
}

.css_reg_btn_class:active {
	position:relative;
	top:0px;
	text-decoration:none !important;
}
.css_reg_btn_class a:link, 
.css_reg_btn_class a:visited,
.css_reg_btn_class a:hover { 
	text-decoration:none;
	color:#666;
	font-weight: bold;
}

/* Variety of boxes */
.reg_box {
	width:55%;
	margin:0;
	padding:10px 20px 10px 20px;
	border:2px dotted #333;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
}
.imgboxright {
	float:right; 
	margin:0px 0px 30px 30px;
	
}
.imgboxcenter {
	margin:20px auto 5px auto;
	text-align:center;
}
.imgboxleft {
	margin:20px auto 20px 0;
	text-align:left;
}
.imgboxleftindent {
	margin:20px auto 20px 40px;
	text-align:left;
}
.imgboxleftfloat {
	margin:0 30px 30px 0px;
	float:left;
}
.imginsert {
	text-align:center;
	margin:10px 40px;
}
.alertbox {
	width:400px; 
	margin:10px 0;; 
	padding:10px 20px; 
	border:2px dotted #666;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
}
.alertbox ul { list-style-type:none; }
.alertbox ul li { margin-bottom:10px; }

.boxemph {
	border:1px dotted #666;
	padding:3px;
}

.bluebox {
	margin:0 auto;
	padding:10px 20px 30px 20px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:2px dotted #333; 
}
.boxbasic {
	margin: 0 auto;
	padding: 20px;
	border:1px solid #666;
}

.notebox {
	margin:0 auto 20px auto;
	padding:10px 20px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:2px dotted #333; 
}
.noteboxsquare {
	margin:10px auto 20px auto;
	padding:10px 20px 15px 20px;
	border:2px dotted #333; 
}

/* Caption */
.caption { 
	text-align:center;
	font-size:95%;
	color:#333;
}
.bigcaption { 
	font-size: 120%;
	font-weight:bold;
	font-style:italic;
	color:#666;
}
.lastmodifed {
	margin:5px auto;
	text-align:center;
	font-size: 9px;
}

/* Bottom Shadows */
.bottomshadow {
	-moz-box-shadow: 0px 14px 14px -7px #d3d3d3;
	-webkit-box-shadow: 0px 14px 14px -7px #d3d3d3;
	box-shadow: 0px 14px 14px -7px #d3d3d3;
}
.bottomshadowfaint {
	-moz-box-shadow: 0px 14px 20px -9px #d3d3d3;
	-webkit-box-shadow: 0px 14px 20px -9px #d3d3d3;
	box-shadow: 0px 14px 20px -9px #d3d3d3;
}

/* Separator */
.sep { 
	border-bottom: 1px dashed #666; 
	line-height: .3;
}

/* Containers */
.sect { margin:0 0px 30px 0; position:relative; padding-right:0px; }
.sectindent { margin:0 0 0 20px; }
.sectborder { 
	margin:0 10px 30px 0;
	padding: 20px;
	border:2px solid #ddd;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-moz-box-shadow: 0px 14px 18px -11px #d3d3d3;
	-webkit-box-shadow: 0px 14px 18px -11px #d3d3d3;
	box-shadow: 0px 14px 18px -11px #d3d3d3;
}

.sectborder h4, .sectborder h5 { margin-bottom: 5px !important; }

/* left and right cols same size */
.leftsidecol {
	margin:0;
	padding:10px 20px;
	width:42%;
	float:left;
}
.rightsidecol {
	margin:0;
	padding:10px 20px;
	width:42%;
	float:left;
}
.ribbon {
	width:640px;
	margin:0;
	padding:0;
	height:23px;
	font-size:10px;
	background-color:#ddd;
	background-image:url(images/stripe_3_1_ddd.png);
	color:#ccc;
}

.halfblock {
	margin:0;
	margin-right:14px;
	padding:0;
	width:310px;
	float: left;
	min-height:860px;
	background-color:#f6f6f6;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
.halfblock h3 {
	margin:0;
	padding:25px 10px;
	text-align:center;
	font-size:24px;
	font-weight:normal;
}
.halfblock h4 {
	margin-bottom:10px;
	text-align:center;
}
.halfblock ul {
	text-align:left;
	margin-top:0;
	line-height:1.4;
}
.halfblock ul li {
	margin-bottom: 5px;
}
.hottopiccontainer {
	margin:0;
	padding:10px 0;
	text-align:center;
	border-bottom:2px dotted #ccc;
	min-height:280px;
	background-color:#fbfbfb;
}
.hottopiccontainer h4 { color: #9b1619; }
.actioncontainer {
	margin:0;
	padding:0 20px 0 5px;
}
.actionouter {
	text-align:center;
	margin-top: 40px;
}
.action {
	margin:0;
	padding:15px 20px 15px 20px !important;
	text-align:center;
	background-color:#fff;
	border-bottom:2px solid #aaa;
	border-right:2px solid #aaa;
	border-top:2px solid #ddd;
	border-left:2px solid #ddd;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	-moz-box-shadow: 0px 14px 20px -9px #d3d3d3;
	-webkit-box-shadow: 0px 14px 20px -9px #d3d3d3;
	box-shadow: 0px 14px 20px -9px #d3d3d3;
	text-decoration: none;
}
.action:hover { 
	border-bottom-color:#ddd;
	border-right-color:#ddd;
	border-top-color:#aaa;
	border-left-color:#aaa;
	background-color:#fbfbfb !important;
}
.startarrow {
	font-size: 20px;
	color:#0C0;
}
.col1 { position:relative; }
.trickbox {
	margin: 30px 0 0 80px;
	padding:0 20px 30px 20px;
	text-align:center;
	width:150px;
	background-color: #f8f8f8;
	border:2px dotted #333;
}
.trickboxfloat {
	margin:0;
	margin-left: 60px;
	margin-bottom:50px;
	margin-top:-30px;
	padding:0;
	text-align:center;
	width:120px;
	height:80px;
	float:left;
}
.trickboxfloat h3 { margin-top: 0; margin-bottom: 20px; }

.trickboxaction {
	margin:0;
	padding:15px 20px 15px 20px !important;
	text-decoration:none;
	text-align:center;
	background-color:#fff;
	border-bottom:2px solid #aaa;
	border-right:2px solid #aaa;
	border-top:2px solid #ddd;
	border-left:2px solid #ddd;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	-moz-box-shadow: 0px 14px 20px -9px #d3d3d3;
	-webkit-box-shadow: 0px 14px 20px -9px #d3d3d3;
	box-shadow: 0px 14px 20px -9px #d3d3d3;
}
.trickboxaction:hover { 
	border-bottom-color:#ddd;
	border-right-color:#ddd;
	border-top-color:#aaa;
	border-left-color:#aaa;
	background-color:#fbfbfb !important;
}
.star {
	font-size: 18px;
	color:#0c0;
}

.col1_of_3 {
	width:180px;
	float:left;
	margin:0;
	padding-left:15px;
	border-right:1px solid #ddd;
}
.col2_of_3 {
	width:180px;
	float:left;
	margin:0;
	padding-left:15px;
	border-right:1px solid #ddd;
}
.col3_of_3 {
	width:180px;
	float:left;
	margin:0;
	padding-left:15px;
}
.col1_of_3 h4, .col2_of_3 h4, .col3_of_3 h4 {
	margin-top:0;
	margin-bottom:10px;
	margin-right:15px;
	padding-bottom: 5px;
	text-align:center;
	border-bottom:1px solid #ddd;
}
.col1_of_3 h5, .col2_of_3 h5, .col3_of_3 h5 { margin-top:0px; font-size: 95%; }
.col1_of_3 ul, .col2_of_3 ul, .col3_of_3 ul { margin-top:0px; margin-bottom:5px; font-size:95%; }

/* Borders */
.boxgrayborder {
	margin:0;
	padding:10px 20px 10px 20px;
	border: thick solid #ddd;
}
.boxdottedborder {
	margin: 20px;
	padding: 20px 30px;
	border: 3px dotted #ccc;
}

.boxroundgrayborder {
	margin:0;
	padding:10px 20px 10px 20px;
	border: thick solid #ccc;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
}

.boxroundgraybordernolrpad {
	margin:20px 0;
	padding:20px 0;
	border: thick solid #ccc;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
}

/* Tables */
.rec_comp table { border:1px solid #ddd; }
.rec_comp th {
	text-align:left;
	background-color:#e0ecff;
	color:#333;
}
.rec_comp td {
	vertical-align:top;
	text-align:left;
}
/* Table for Canvas Milestones */
.canvas table {
	border:1px solid #ddd;
	text-align:center;
}

.canvas th { padding:5px 10px; background-color:#efefef; color: #333; text-align:center; font-size: 1em; }
.canvas td { text-align:left; padding: 5px  30px; }

.canvastblhds th {
	background-color:#ccc !important;
	font-weight: bold;
	font-size: 1.2em;
	color:#333;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align:center;
}
.canvas ul { list-style-type: none; margin-left:0; padding-left: 0; line-height: 1.3; }

.canvasribbon {
	width:100%;
	margin:0;
	padding:0;
	height:35px;
	font-size:10px;
	background-color:#999;
	background-image:url(images/stripe_diag_3_1_999.png);
	background-image:url(images/canvas_ribbon-fade-650.jpg);
	color:#ccc;
}

.canvashalfblock {
	margin:0;
	padding:0;
	width:48.1%;
	float: left;
	min-height:700px;
	background-color:#fff;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
.canvashalfblock h3 {
	margin:0;
	padding:35px 10px;
	text-align:center;
	font-size:24px;
	font-weight:normal;
}
.canvashalfblock h4 {
	margin:0;
	padding:10px 0;
	text-align:center;
	background-color:#f2eded;
	font-size: 16px;
}
.canvashalfblock ul {
	text-align:left;
	margin-top:0;
	line-height:1.4;
}
.canvashalfblock ul li {
	margin-bottom: 5px;
}

.canvascontainer {
	margin:0;
	padding:25px 20px 25px 25px;
	text-align:left;
	min-height: 150px;
	line-height: 1.8;
}
.canvascontainer h4 { color: #9b1619; }

/* Table for Degrees */
.tbldesc {
	font-size: 90%;
	width:100%;
	border:1px solid #ccc;
}
.tblhdband {
	background-color:#e0ecff;
	font-weight: bold;
	color:#333;
}
.tblhdbandsub {
	background-color:#f4f8ff;
	font-weight: bold;
	color:#333;
}
/* Table for Instructional Tools */
.tools table { border:1px solid #888; }
.tools th { background-color:#dfdfff; line-height:1.2; }
.tools thead th { text-align:center; padding:10px 0 10px 5px;  }
.tools tbody th { text-align:left; padding:10px 5px;  }
.tools td {text-align:center; padding:5px; }

/* Table no border */
.tblnobrd table { border:1px solid #888; }
.tblnobrd th { background-color:#dfdfff; line-height:1.2; text-align:center; font-weight:bold; color:#333; }
.tblnobrd td { text-align:left; }

/* FAQ Styles */
.faq ol { color:#333; font-weight:bold; }
.faq p, .faq ol li ol, .faq ol li ul { color:#666; font-weight:normal; }
.faq ul { color:#666; font-weight:normal; }
.faq ul li { margin-bottom: 5px; }

/* Breadcrumbs */
#crumbs {
	margin:0 auto;
 	font-size: 0.8em;
 	padding: 3px 0;
	text-align:left;
	position:absolute;
	top:0;
}
#crumbs ul {
	margin:0;
	padding:3px 0 3px 5px;

	/* fallback */
	background-color: #ffffff;
	background-repeat: repeat-y;

	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, left top, right top, from(#f3f3f3), to(#ffffff));
	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(left, #f3f3f3, #ffffff);
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(left, #f3f3f3, #ffffff);
	/* IE 10 */
	background: -ms-linear-gradient(left, #f3f3f3, #ffffff);
	/* Opera 11.10+ */
	background: -o-linear-gradient(left, #f3f3f3, #ffffff);
}
#crumbs ul li {
	margin:0;
	padding:0;
	list-style-type:none;
	display:inline-block;
}
#crumbs a { text-decoration: none; }
#crumbs a:link, #crumbs a:visited {
	color: #0879CC;
	font-weight: normal;
}
#crumbs a:hover, #crumbs a:active, #crumbs a:focus { background-color: transparent; color:#666; }
	
/* nav within page */
#pagenav { 
	margin:30px auto 20px auto;
	padding:0;
	text-align:center;
	font-size:85%;
}
#pagenav a { font-family:"Helvetica Neue", Helvetica, sans-serif; text-decoration:none; }
#pagenav > ul {
	position:relative;
	margin:0px auto;
	padding:7px 0;
	background-color:#fff;
	-moz-box-shadow: 0px 14px 20px -9px #d3d3d3;
	-webkit-box-shadow: 0px 14px 20px -9px #d3d3d3;
	box-shadow: 0px 14px 20px -9px #d3d3d3;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

#pagenav ul li { 
	margin:0;
	padding:0;
	padding-right:10px;
	padding-left:10px;
	list-style-type:none;
	display:inline-block;
	border-right:2px dotted #ddd;
}
#pagenav ul li:last-child { border-right-width:0; }
#pagenav ul li ul {
	display: none;
	position: absolute;
	top: 22px;
	-moz-box-shadow: 0px 14px 20px -9px #d3d3d3;
	-webkit-box-shadow: 0px 14px 20px -9px #d3d3d3;
}

#pagenav ul li:hover > ul {
	display: block;
	padding:0;
	margin:0;
	text-align:left;
}
#pagenav ul li a {
	display:block; 
	text-decoration: none;
}
#pagenav ul li ul li {
	background-color:#fff;
	border-bottom:1px dotted #ddd;
	border-left:2px solid #ddd;
	border-right:2px solid #ddd;
	display:block;
}
#pagenav ul li ul li:first-child { border-top:2px solid #ddd; }
#pagenav ul li ul li:last-child { border-bottom:2px solid #ddd; border-right-width:2px; }
#pagenav ul li ul li:hover { background-color:#eee; }
#pagenav ul li ul li a {
	padding: 7px 0 7px 0px;
	min-width:190px;
}

/* Floating back to top */
.back-to-top {
    position: fixed;
    bottom: 2em;
    right: 0px;
    text-decoration: none;
    color: #333333;
    background-color: rgba(235, 235, 235, 0.80);
    font-size: 12px;
    padding: .8em;
    display: none;
	z-index:1000;
}

.back-to-top:hover {    
    background-color: rgba(135, 135, 135, 0.50) !important;
	color:#333333 !important;
}

/* News box */
.newsbox {
	float:right;
	width:200px;
	margin:0 0 30px 20px;
	padding:0;
	font-size:95%;
	text-align:center;
	border:1px solid #ddd;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	-moz-box-shadow: 3px 3px 8px #d3d3d3;
	-webkit-box-shadow: 3px 3px 8px #d3d3d3;
	box-shadow: 3px 3px 8px #d3d3d3;
}
.newsbox h2 {
	margin:10px auto;
	padding:0;
	font-size:18px;
}
.newsbox h3 { 
	margin:10px 0 10px 0;
	padding:5px 0 0 0;
	text-align:left;
	font-size:16px;
	color: #9b1619;
	border-bottom:1px solid #ddd;
	-moz-box-shadow: 0px 7px 20px -10px #d3d3d3;
	-webkit-box-shadow: 0px 7px 20px -10px #d3d3d3;
    box-shadow: 0px 7px 20px -10px #d3d3d3;
}
.newsbox h4 {
	margin-top:0;
	font-size:14px;
}
.newsbox h5 { margin-bottom:0; 	font-size:12px; }
.newsbox ul { 
	margin:0 0 5px 0;
	padding-left:10px;
	list-style-type: none;
}
.newsoutergroup {
	background-color:#f8f8f8;
	padding:3px 15px 5px 15px;
	margin:0;
	border-top: 1px solid #ddd;
}
.newsboxgroup {
	padding: 0;
	margin: 0;
}
.newsboxgroup div { text-align:center; }
.newsboxgroupbutton {
	margin:10px 0;
	padding:0;
}
.newsgroupsep {
	border-top: 1px solid #ddd;
	padding-top:5px;
}

#getstarted { 
	background:#ffffff url(images/checkered-flag_65.png) 0 0 no-repeat;
	width:60%;
	margin:20px auto 20px 0px;
	padding:20px 40px;
/*	border: thick solid #ddd; */
}

.alert {
	font-size: 140%;
	color:#06F;
}

.checkyes {
	color:#090;
	font-size:20px;
}
.checkcoming {
	color:#FFA602;
	font-size:20px;
}
.checkno {
	color:#F00;
	font-size:20px;
}

.mandatory {
	color:#090;
	font-size:24px;
}
.optional {
	color:#FFA602;
	font-size:16px;
}

.flex-container {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    height: 100%;
    background-color: #ddd;
	margin-top: 20px;
	font-size: 105%;
    -webkit-align-items: stretch;
    align-items: stretch;
	 -webkit-justify-content: center;
    justify-content: center;
}

.flex-container h4 {
	margin-top: 5px;
}

.flex-item {
    background-color: #fff4c9;
	color: #333;
    width: 40%;
    margin: 5px 0 5px 5px;
	padding: 10px;
    text-align: center;
	border-right: 2px dotted #ddd;
}
.flex-content {
    background-color: #fff;
    width: 60%;
    margin: 5px 5px 5px 0;
    padding: 10px 30px;
	text-align: center;
}

.flex-outer {
	background-color: #fff;
    width: 33%;
    margin: 5px 0;
	padding: 15px 0 10px 0;
	text-align: center;
}

.flex-inner {
	background-color: #fff;
    width: 32%;
    margin: 5px 0;
	padding: 15px 0 10px 0;
	text-align: center;
	border-left: 2px dotted #ddd;
	border-right: 2px dotted #ddd;	
}

.flush ul { margin-left: 0; padding-left:15px; }

.astemph { color:#c30; font-weight:bold; font-size: 120% }
.attribution { font-size: 10px; }
.bglightblue { background-color: #F0F7FC; }
.bggrayblue { background-color:#ccf; }
.bgyellow { background-color:#FCFCCE; }
.bgyellowdark { background-color:#FF3; }
.bglightgray { background-color:#f6f6f6; }
.bgmedgray { background-color: #efefef; }
.bold { font-weight: bold; }
.border0 { border-width::0; }
.border1 { border:1px solid #666; }
.borderthingray { border: thin solid #ddd; }
.bordermedgray { border: medium solid #ddd; }
.borderthickgraydark { border: thick solid #aaa; }
.borderthickgraylt { border: thick solid #ddd; }
.bordertopltgray { border-top: 1px solid #ddd; }
.borderbottom { border-bottom:2px solid #ddd; }
.borderbottom0 { border-bottom-width: 0 !important; }
.borderbottomdotted { border-bottom:1px dotted #888; }
.bordertop0 { border-top-width: 0 !important; }
.borderrightgray { border-right:1px solid #ddd; }
.borderdotted { border:1px dotted #333; }
.circle { list-style-type:circle; }
.clear { clear:both; }
.cntr { text-align:center; margin:auto; }
.cntrauto { margin:auto; }
.blueFont { color:#0975c4; }
.darkgrey { color:#333; }
.darkgreybold { color:#333; font-weight:bold; }
.displaynone { display: none; }
.floatleft { float:left; }
.floatright { float:right; }
.fontemph { font-weight: bold; font-style: italic; }
.fontitalmed { font-size:90%; font-style:italic; }
.fontnormal { font-weight:normal; }
.fontsmall { font-size: 85%; }
.fontsmaller { font-size: 75%; }
.fonttiny { font-size: 9px; }
.font14 { font-size: 14px !important; }
.fontmed { font-size: 16px !important; }
.font95 { font-size: 95%; }
.font90 { font-size: 90%; }
.font120 { font-size:120% !important; }
.font130 { font-size:130% !important; }
.font140 { font-size:140% !important; }
.fontred { color:#c30; }
.greymed { color: #555; }
.indent { margin-left: 20px; }
.indentpad { padding-left: 20px; }
.indent0 { margin-left:0; }
.indentbig { margin-left: 40px; }
.indentbigger { margin-left: 60px; }
.indentcntr { margin-left: 130px; }
.indent80 { margin-left: 80px; }
.indent100 { margin-left: 100px; }
.indentblk { margin-left: 10px; margin-right: 10px; }
.ital { font-style:italic; }
.left { text-align:left; }
.lht8 { line-height: 1.8; }
.lhtmore { line-height:2; }
.lhtmedmore { line-height:1.5; }
.lhtmed { line-height:1; }
.lhtsmall { line-height:.1; }
.margin0 { margin: 0; }
.mbot0 { margin-bottom: 0; }
.mbot5 { margin-bottom:5px; }
.mbot10 { margin-bottom:10px; }
.mbot15 { margin-bottom:15px; }
.mbot20 { margin-bottom:20px; }
.mbot30 { margin-bottom:30px; }
.mbot50 { margin-bottom:50px; }
.mleft0 { margin-left: 0; }
.mleft20 { margin-left:20px; }
.mleft30 { margin-left:30px; }
.mleft50 { margin-left:50px; }
.mLRauto { margin-left:auto; margin-right:auto; }
.mright0 { margin-right:0 !important; }
.mright10 { margin-right:10px; }
.mright15 { margin-right:15px; }
.mright20 { margin-right:20px; }
.mright25 { margin-right:25px; }
.mright30 { margin-right:30px; }
.mright50 { margin-right:50px; }
.mright60 { margin-right:60px; }
.mtop0 { margin-top: 0px !important; }
.mtop5 { margin-top: 5px; }
.mtop10 { margin-top: 10px; }
.mtop15 { margin-top: 15px; }
.mtop20 { margin-top: 20px; }
.mtop30 { margin-top: 30px; }
.noliststyle { list-style-type: none; }
.normal { font-weight:normal; }
.pad0 { padding:0; }
.padleft0 { padding-left: 0 !important; }
.padbot0 { padding-bottom: 0 !important; }
.padbot20 { padding-bottom: 20px; }
.padleft5 { padding-left: 5px; }
.padleft10 { padding-left: 10px; }
.padleft15 { padding-left: 15px; }
.padleft20 { padding-left: 20px; }
.padLeft30 { padding-left: 30px; }
.padLeft40 { padding-left: 40px; }
.padLR10 { padding-left: 10px; padding-right:10px; }
.padLR15 { padding-left: 15px; padding-right:15px; }
.padLR20 { padding-left: 20px; padding-right:20px; }
.padright15 { padding-right: 15px; }
.padTB3010 { padding-top: 30px; padding-bottom: 10px; }
.padtop0 { padding-top: 0 !important; }
.padtop5 { padding-top: 5px !important; }
.padtop20 { padding-top: 20px; }
.rtalign { text-align:right; }
.vertalignbot { vertical-align:bottom; }
.vertaligntop { vertical-align:top; }
.width2thirds { width:66%; }
.width100pct { width:100%; }
.width100 { width: 100px; }
.width150 { width: 150px; }
.width200 { width: 200px; }
.width250 { width: 250px; }
.width300 { width: 300px; }
.width350 { width: 350px; }
.width400 { width: 400px; }
.width450 { width: 450px; }
.width475 { width: 474px; }
.width500 { width: 500px; }
.width600 { width: 600px; }

 .main {margin: 0 auto; min-width: 320px; max-width: 800px; }
 .content {
	 background: #fff; 
	 color: #000; 
	 border: 1px solid #ddd; 
	 border-bottom-left-radius:6px;
	 border-bottom-right-radius:6px;
	 padding-bottom: 20px;
}
   .content > div {display: none; padding: 20px 25px 5px;}
 
   input { display: none !important; }
   label {
	   display: inline-block; 
	   margin: 0 0 -1px;
	   padding: 10px 20px; 
	   font-weight: 600; 
	   text-align: center; 
	   border: 1px solid #ddd; 
	   background-color: #f3f3f3; 
	   color: #333;
	}
   label:hover { 
   		background-color: #fff; 
   		color: #000; 
		cursor: pointer; 
		border-top: 2px solid #E23F2B;
	   padding-top: 12px;
}
   input:checked + label {
	   background: #fff; 
	   color: #000;  
	   border-top: 2px solid #E23F2B; 
	   border-bottom: 1px solid transparent;
	   padding-top: 12px;
 }
 
   #tab1:checked ~ .content #content1,
   #tab2:checked ~ .content #content2,
   #tab3:checked ~ .content #content3,
   #tab4:checked ~ .content #content4, 
   #tab5:checked ~ .content #content5,
   #tab6:checked ~ .content #content6    
   {
     display: block;
   }