/* Requires: normalize.css */
/* Override foundation.css for CERT --------------------------------- */
  
.home_one, .row .home_one {
	width: 33.33333%;
}
.home_two, .row .home_two {
	width: 66.66667%;
}
.home_three, .row .home_three {
	width: 100%;
}
.container {
	width: 100%;
}
.min-height {
	min-height: 500px;	
}
.four_nested, .row .four_nested {
	width: /*29.92700729927%*/ 30.76923%; /*background-color:rgb(248,248,248);*/
}
.nine_nested, .row .nine_nested {
	width: /*78.953771289538%*/ 69.23077%; /*background-color:rgb(248,248,248);*/
}
/* Fieldsets */
fieldset {
	border: none;
	padding: 0;
	margin: 0;
}
fieldset legend {
	font-weight: bold;
	background: white;
	padding: 0 3px;
	margin: 0;
	margin-left: -3px;
}
/* ------------------------------------------------------------------ */
/*		Typography                                                    */
/* ------------------------------------------------------------------ */
/*
/* body headings paragraphs links
------------------------------------------------- */
body {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 13px;
	color: rgb(66,61,62);
	line-height: 18px;
}
/*h1 {
	font-size: 18px;
	margin: 0px;
	font-weight: bold;
	color: #313131;
	line-height: 24px;
}
h2 {
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 10px;
}
h3 {
	font-size: 15px;
	font-weight: normal;
	color: #01367a;
	margin: 0px 0px 2px 0px;
}
h4 {
	font-size: 18px;
	color: #313131;
	line-height: 24px;
}
h5 {
	font-size: 17px;
	color: #01367a;
}*/
h1, h2, h3, h4, h5, h6 {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: bold;
	font-style: normal;
	color: #423d3e;
	text-rendering: optimizeLegibility;
	line-height: 1.1;
	margin-bottom: 14px;
	margin-top: 0px;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
	font-size: 60%;
	color: #6f6f6f;
	line-height: 0;
}
h1 {
	font-size: 20px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 13px;
}
h6 {
	font-size: 13px;
}
hr {
	border: solid #dddddd;
	border-width: 1px 0 0;
	clear: both;
	margin: 22px 0 21px;
	height: 0;
}
p {
	font-size: 13px;
	line-height: 18px;
	color: #423d3e;
	margin: 0 0 24px 0;
}
/* Links
------------------------------------------------- */
a img {
	border: none;
}
a {
	color: rgb(21,74,142);/*rgb(1,54,122);*/
	text-decoration: none;
	line-height: inherit;/* border-bottom: 1px solid rgb(1,54,122); */
}
/*.content a { color: rgb(1,54,122); text-decoration: none; line-height: inherit; border-bottom: 1px solid rgb(1,54,122); padding-bottom: 1px; }
*/
a:hover {
	color: rgb(66,127,181);
}
a:focus {
	color: rgb(66,127,181);
}
p a, p a:visited {
	line-height: inherit;
}
/* h2 for Home page
------------------------------------------------- */
.home-page {
	text-transform: uppercase;
	font-size: 20px;
	margin: 0 0 15px 0;
	font-weight: normal;
}
/* h2 for Work Area Landing page
------------------------------------------------- */
.mc-work-area h2 {
	font-size: 26px;
	line-height: 30px;
	font-weight: normal;
	margin-bottom: 15px;
}
/* Lists
------------------------------------------------- */
ul, dl {
	font-size: 13px;
	color: rgb(66, 61, 62);
	margin: 0 0 24px 20px;
	padding: 0;
	line-height: 18px; /*margin: 13px 0 13px 40px;*/
	list-style-position: outside;
	list-style-type: square;
}
ul li ul, ul li ol {
	margin-left: 20px;/*margin-bottom: 0;*/
}
ul.square, ul.circle, ul.disc {
	margin-left: 17px;
}
ul.square {
	list-style-type: square;
}
ul.square li ul {
	list-style: inherit;
}
ul.circle {
	list-style-type: circle;
}
ul.circle li ul {
	list-style: inherit;
}
ul.disc {
	list-style-type: disc;
}
ul.disc li ul {
	list-style: inherit;
}
ul.no-bullet {
	list-style: none;
}
ul.large li {
	line-height: 21px;
}
ol {
	font-size: 13px;
	color: rgb(66, 61, 62);
	margin: 0 0 24px 20px;
	padding: 0;
	line-height: 1.6; /*margin: 13px 0 13px 40px;*/
	list-style-position: outside;
}
ol li ul, ol li ol {
	margin-left: 20px;
	padding: 0;/*margin-bottom: 0;*/
}
ol.lower-alpha li {
	list-style-type:lower-alpha;
}

blockquote, blockquote p {
	line-height: 20px;
	margin: 0;
	padding: 0 0 0 10px;
	color: rgb(106,101,102);
	font-size: 14px;
}
#BlogPost blockquote p {
	line-height: 20px;
	margin: 0 0 24px 0;
	padding: 0 0 0 10px;
	color: rgb(106,101,102);
	font-size: 14px;
}
#BlogPost blockquote p:last-child {
	line-height: 20px;
	margin: 0;
	padding: 0 0 0 10px;
	color: rgb(106,101,102);
	font-size: 14px;
}
/*blockquote p:before {
	display: block;
	content: "\f10d";
	color: rgb(200,200,200);
	font-size: 12px;
	font-family: FontAwesome;
	position: absolute;
	left: 15px;
	}*/
blockquote {
	margin: 0px 32px 20px 0;
	padding: 5px 10px;
	border-left: 3px solid rgb(166,161,162);
}
blockquote span.cite {
	display: block;
    line-height: 20px;
	margin: 0;
	padding: 0 0 0 10px;
	color: rgb(106,101,102);
	font-size: 12px;
	font-style: italic;
}
blockquote span.cite:before {
	color: rgb(200,200,200);
	content: "\2014 \2009";
}
blockquote cite a, blockquote cite a:visited {
	color: rgb(106,101,102);
}
/* ------------------------------------------------------------------ */
/*		Typography  - ENDS                                            */
/* ------------------------------------------------------------------ */

/* ------------------------------------------------------------------ */
/*		Bottom Tab Container                                          */
/* ------------------------------------------------------------------ */

/*.tab-container {
	border-top: solid 1px #e6e6e6;
	margin-top: 60px;
}
.tab-push {
	margin-top: -41px;
}
.tabs dd a, .tabs li a {
	color: #a2a2a2;
	display: block;
	font-size: 15px;
	height: 40px;
	line-height: 40px;
	padding: 0px 15px;
	font-weight: bold;
	background: #f5f5f5;
	border-top: 1px solid #d7d7d7;
	border-right: 1px solid #d7d7d7;
	border-left: 1px solid #d7d7d7;
	margin-right: 1px;
}
.tabs dd a:focus, .tabs li a:focus {
	font-weight: bold;
	color: #a2a2a2;
}
.tabs dd.active, .tabs li.active {
	border-top: 1px solid #d5d5d5;
	margin-top: 0px;
}
.tabs dd.active a, .tabs li.active a {
	cursor: default;
	font-size: 15px;
	color: #494949;
	background: #fff;
	border-left: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
	font-weight: bold;
	border-top: none;
}*/
/* ------------------------------------------------------------------ */
/*		Bottom Tab Container  - ENDS                                  */
/* ------------------------------------------------------------------ */

/* ------------------------------------------------------------------ */
/*		Breadcrumbs                                                   */
/* ------------------------------------------------------------------ */
	
.breadcrumb-wrapper {
	padding: 11px 0px 11px 0px;
	border-bottom: 1px solid rgb(189,189,189);
	margin: 0 5px 14px 5px;
	overflow: hidden;
}
ul#breadCrumbLinks {
	display: inline;
	margin-left: -8px;
}
ul#breadCrumbLinks li {
	display: inline;
	padding: 2px;
}
ul#breadCrumbLinks li a:link, ul#breadCrumbLinks li a:visited {
	color: rgb(1, 46, 112);
	padding: 2px;
}
ul#breadCrumbLinks li a:hover, ul#breadCrumbLinks li a:active {
	color: rgb(66,127,181);
	padding: 2px;
}
.breadcrumb-wrapper {
	color: #777777;
}
.chevronCrumb {
	color: #012e70;
	background: url(../images/CERTbreadcrumbChevron.png);
	background-position: center;
	background-repeat: no-repeat;
	width: 7px;
	height: 11px;
	display: inline-block;
}
/* ------------------------------------------------------------------ */
/*		Breadcrumbs - mc-work-area - ENDS                             */
/* ------------------------------------------------------------------ */

/* ------------------------------------------------------------------ */
/*		Utility Menu                                                   */
/* ------------------------------------------------------------------ */

#utilityMenuContainer {
	padding: 0;
	margin: 0;
	height: 20px;
}
ul.utilityMenu {
	margin: 0;
	padding: 0 0 0 2px;
	min-width: 244px;
	height: auto;
	text-align: justify;
	-ms-text-justify: distribute-all-lines;
	text-justify: distribute-all-lines;
}
ul.utilityMenu li {
	list-style-type: none;
	width: auto;
	height: 40px;
	vertical-align: top;
	display: inline-block;
 *display: inline;
	zoom: 1;
}
ul.utilityMenu li a:link, ul.utilityMenu li a:visited {
	padding: 6px 0 2px 0;
	color: #959595;
	font-weight: normal;
	font-size: 13px;
}
ul.utilityMenu li a:hover, ul.utilityMenu li a:active {
	padding: 6px 0 2px 0;
	color: #012e70;
	font-weight: normal;
	font-size: 13px;
}
.stretcher {
	width: 100%;
	display: inline-block;
	font-size: 0;
	line-height: 0;
}
/* ------------------------------------------------------------------ */
/*		Utility Menu Ends - mc-work-area - ENDS                             */
/* ------------------------------------------------------------------ */

/* ------------------------------------------------------------------ */
/*		Main Content (mc) Work Area Landing - mc-work-area            */
/* ------------------------------------------------------------------ */

#mc-work-area {
}
#mc-work-area h2 {
	font-size: 26px;
	line-height: 30px;
	font-weight: normal;
	margin-bottom: 15px;
}
h3 a {
}
/* ------------------------------------------------------------------ */
/*		Main Content (mc) Work Area Landing - mc-work-area - ENDS     */
/* ------------------------------------------------------------------ */


/* ------------------------------------------------------------------ */
/*		Contact Forms          */
/* ------------------------------------------------------------------ */
formButton {
	width: inherit;
}
.busybee { /*honeypot*/
	display: none;
}
.errortxt {
	color: ##FF0000;
}
input.formButton {
	
}
input.formButton:hover {
	
}
/* ------------------------------------------------------------------ */
/*		Contact Forms  - ENDS     */
/* ------------------------------------------------------------------ */

/* ------------------------------------------------------------------ */
/*		inputs                                                        */
/* ------------------------------------------------------------------ */
input[type="submit"] {
	background: rgb(157,164,168); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzlkYTRhOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4NjhkOTEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgb(157,164,168) 0%, rgb(134,141,145) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(157,164,168)), color-stop(100%, rgb(134,141,145))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgb(157,164,168) 0%, rgb(134,141,145) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgb(157,164,168) 0%, rgb(134,141,145) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgb(157,164,168) 0%, rgb(134,141,145) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgb(157,164,168) 0%, rgb(134,141,145) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9da4a8', endColorstr='#868d91', GradientType=0 ); /* IE6-8 */
	font-family: inherit;
	border: 1px solid rgb(134,141,145);
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	color: rgb(255,255,255);
	font-size: 14px;
	margin: 0;
	padding: .25em 1em;
	height: 26px;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}
input[type="submit"]:hover {
	color: rgba(0, 0, 0, 0.75);
	background: rgb(234,234,234);
	
}
input[type="reset"] {
	background: rgb(255,255,255);
	font-family: inherit;
	border: 1px solid rgb(157,164,168);
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	color: rgba(0, 0, 0, 0.50);
	font-size: 14px;
	margin: 0;
	padding: .25em 1em;
	height: 26px;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}
input[type="reset"]:hover {
	color: rgba(0, 0, 0, 1);
	background: rgb(234,234,234);
}


input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea {
	background-color: white;
	font-family: inherit;
	border: 1px solid #cccccc;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	color: rgba(0, 0, 0, 0.75);
	display: block;
	font-size: 14px;
	margin: 0;
	padding: 1px 6px;
	height: 26px;
	width: 232px;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}
input[type="text"].oversize, input[type="password"].oversize, input[type="date"].oversize, input[type="datetime"].oversize, input[type="email"].oversize, input[type="number"].oversize, input[type="search"].oversize, input[type="tel"].oversize, input[type="time"].oversize, input[type="url"].oversize, textarea.oversize {
	font-size: 17px;
	padding: 4px 6px;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, textarea:focus {
	background: #fafafa;
	border-color: #b3b3b3;
}
input[type="text"][disabled], input[type="password"][disabled], input[type="date"][disabled], input[type="datetime"][disabled], input[type="email"][disabled], input[type="number"][disabled], input[type="search"][disabled], input[type="tel"][disabled], input[type="time"][disabled], input[type="url"][disabled], textarea[disabled] {
	background-color: #ddd;
}
/* ------------------------------------------------------------------ */
/*		inputs  - ENDS                                                */
/* ------------------------------------------------------------------ */

/* ------------------------------------------------------------------ */

/* ------------------------------------------------------------------ */

/* ------------------------------------------------------------------ */
/*		Mini Banner Ads - link/image                                  */
/* ------------------------------------------------------------------ */

a.mba {
	padding: 0;
	margin: 0;
	border: none;
	text-decoration: none;
}
img.mba {
	padding: 0;
	margin: 0 0 24px 0;
}

/* ------------------------------------------------------------------ */
/*		Mini Banner Ads - link/image                                  */
/* ------------------------------------------------------------------ */

