/*
	*** TABLE OF CONTENTS ***
	--------------------------------------------------------------------------	
	Following the name of each section is -n- and a 3 or 4 digit code, for example
	abc, which you can use find next to skip to the next section.
	--------------------------------------------------------------------------
	
	Base = bas
	Modules = mdl
	Primary = prm
	Home Page = hpg
	Media Queries = mdq	
	Plugins -n- plg
	
	Header = hdr
	Content = cnt
	Main = main
	Sidebar = sdb
	Footer = ftr
	Media Queries = mdq

*/

/* ==========================================================================
   Base -n- bse   
   ========================================================================== */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700,300);

html, button, input, select, textarea { font-family: 'Open Sans', Arial, Helvetica, sans-serif; color: #222; background: url(../img/bg.jpg) 0 0 repeat; }
body { font-size: 14px; line-height: 1.4; }

h1,h2,h3,h4,h5,h6 {}

::-moz-selection { background: #06c; color: #fff; text-shadow: none; }
::selection { background: #06c; color: #fff; text-shadow: none; }

a { color: #0972a6; }
a:hover { color: #00abff; }

.button, input[type=submit] {
	background: rgb(111,166,194);
	background: -moz-linear-gradient(top,  rgba(111,166,194,1) 0%, rgba(111,166,194,1) 2%, rgba(9,114,166,1) 4%, rgba(1,44,94,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(111,166,194,1)), color-stop(2%,rgba(111,166,194,1)), color-stop(4%,rgba(9,114,166,1)), color-stop(100%,rgba(1,44,94,1)));
	background: -webkit-linear-gradient(top,  rgba(111,166,194,1) 0%,rgba(111,166,194,1) 2%,rgba(9,114,166,1) 4%,rgba(1,44,94,1) 100%);
	background: -o-linear-gradient(top,  rgba(111,166,194,1) 0%,rgba(111,166,194,1) 2%,rgba(9,114,166,1) 4%,rgba(1,44,94,1) 100%);
	background: -ms-linear-gradient(top,  rgba(111,166,194,1) 0%,rgba(111,166,194,1) 2%,rgba(9,114,166,1) 4%,rgba(1,44,94,1) 100%);
	background: linear-gradient(to bottom,  rgba(111,166,194,1) 0%,rgba(111,166,194,1) 2%,rgba(9,114,166,1) 4%,rgba(1,44,94,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6fa6c2', endColorstr='#012c5e',GradientType=0 );
	border: none;
	color: #fff;
	display: inline-block;
	width: auto;
	padding: 8px 16px;
	margin: 0;
	font-size: 1em;
	line-height: 1;
	text-decoration: none;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.15);	
	overflow: visible;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px; 
	border-radius: 6px;
	-webkit-appearance: none;
}

.button.wide { width: 100%; font-size: 1.4em; text-transform: uppercase; font-weight: 700; float: none; padding: 8px 0; box-shadow: 0 -2px 2px rgba(0,0,0, 0.55); }

.button:hover, input[type=submit]:hover { background: #0972A6; color: #fff; }

.hp-block-form .button,
.orange.button {
	background: #f89d3e;
	background: -moz-linear-gradient(top,  #fbc68e 0%, #fbc68e 1%, #f89d3e 1%, #f16514 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbc68e), color-stop(1%,#fbc68e), color-stop(1%,#f89d3e), color-stop(100%,#f16514));
	background: -webkit-linear-gradient(top,  #fbc68e 0%,#fbc68e 1%,#f89d3e 1%,#f16514 100%);
	background: -o-linear-gradient(top,  #fbc68e 0%,#fbc68e 1%,#f89d3e 1%,#f16514 100%);
	background: -ms-linear-gradient(top,  #fbc68e 0%,#fbc68e 1%,#f89d3e 1%,#f16514 100%);
	background: linear-gradient(to bottom,  #fbc68e 0%,#fbc68e 1%,#f89d3e 1%,#f16514 100%);
}
.hp-block-form .button:hover,
.orange.button:hover { background: #f89d3e; }
/* ==========================================================================
   Modules -n- nrm   
   ========================================================================== */

/* ==========================================================================
   Primary Styles -n- prm  
   ========================================================================== */
   
.nav { word-wrap: normal; }

/* ==|== Header hdr -n- ====================================================== */

#header { background: url(../img/bg-header.jpg) 50% 100% no-repeat; }
#header-inner {
	background: url(../img/bg-header.png) 0 0 repeat-x;
	-moz-box-shadow: 0 5px 18px rgba(0,0,0, 0.3);
	-webkit-box-shadow: 0 5px 18px rgba(0,0,0, 0.3);
	box-shadow: 0 5px 18px rgba(0,0,0, 0.3);
	margin-bottom: 20px;
}

a#logo { float: left; margin: 24px 0 12px 0; }
.ie7 a#logo { margin: 0; text-decoration: none; }
.ie7 a#logo img { margin: 20px 0 15px 0; }

#header-right {
	position: absolute;
	right: 0;
	bottom: 10px;
}
#header-right p { font-size: 16px; text-align: center; color: #373738; margin: 0; padding: 2px 0 0 0; }

form.searchform { margin-top: 36px; }
input.s {
	float: left;
	margin: 0 -5px 0 0;
	padding: 3px 4px 4px 4px;
	border: 1px solid #aaa;
	-moz-border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
}
.searchform input.button {
	background: url(../img/bg-search-btn.jpg) 50% 50% no-repeat #566d09;
	-moz-border-radius: 0 4px 4px 0;
	-webkit-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
	border: 1px solid #566d09;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	width: 34px;
	height: 28px;
	box-shadow: none;
}

/* Navigation */
#main-nav-wrap {
	background: #0972a6;
	background: -moz-linear-gradient(top,  #0972a6 0%, #012c5e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0972a6), color-stop(100%,#012c5e));
	background: -webkit-linear-gradient(top,  #0972a6 0%,#012c5e 100%);
	background: -o-linear-gradient(top,  #0972a6 0%,#012c5e 100%);
	background: -ms-linear-gradient(top,  #0972a6 0%,#012c5e 100%);
	background: linear-gradient(to bottom,  #0972a6 0%,#012c5e 100%);
	position: relative;
	z-index: 1000;
}
#main-nav-wrap .container {}
#main-nav .nav { position: relative; left: 0; display: block; float: left; }
#main-nav .nav > li { display: block; float: left; border-left: 1px solid #1f6a9e; border-right: 1px solid #164568; }
#main-nav .nav > li > a {
	display: block;
	padding: 10px 9px 11px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	text-shadow: 1px 1px 0 rgba(0,0,0, 0.65);
	font-size: .9em;
}
#main-nav .nav li:last-child { border-right: none; }
#main-nav .nav li.menu-item-live-chat a { background: url(../img/icon-live-chat.png) 90% 50% no-repeat transparent; padding-right: 38px; }
#main-nav .nav > li > a .caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-top: 8px;
	margin-left: 2px;
	text-indent: -99999px;
	*text-indent: 0;
	vertical-align: top;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #fff;
	opacity: 0.3;
	filter: alpha(opacity=30);
	content: "\2193";
}
#main-nav .nav > li:hover,
#main-nav .nav > li.dropdown.open,
#main-nav .nav > li.current-menu-item,
#main-nav .nav > li.current-menu-parent,
#main-nav .nav > li.current-menu-ancestor {
	background: #6c831a;
	background: -moz-linear-gradient(top,  #6c831a 0%, #465b0c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6c831a), color-stop(100%,#465b0c));
	background: -webkit-linear-gradient(top,  #6c831a 0%,#465b0c 100%);
	background: -o-linear-gradient(top,  #6c831a 0%,#465b0c 100%);
	background: -ms-linear-gradient(top,  #6c831a 0%,#465b0c 100%);
	background: linear-gradient(to bottom,  #6c831a 0%,#465b0c 100%);
	-moz-box-shadow: 0 -4px  8px rgba(0,0,0, 0.25) inset;
	-webkit-box-shadow: 0 -4px  8px rgba(0,0,0, 0.25) inset;
	box-shadow: 0 -4px  8px rgba(0,0,0, 0.25) inset;
}

#main-nav .nav > li > a:hover,
#main-nav .nav > li.dropdown.open > a,
#main-nav .nav > li.current-menu-item > a,
#main-nav .nav > li.current-menu-parent > a,
#main-nav .nav > li.current-menu-ancestor > a {
	color: #ffffff;
}

#main-nav .nav > li > a:hover > .caret,
#main-nav .nav > li.dropdown.open > a > .caret
#main-nav .nav > li.current-menu-item > a > .caret,
#main-nav .nav > li.current-menu-parent > a > .caret,
#main-nav .nav > li.current-menu-ancestor > a > .caret {
	opacity: 1;
	filter: alpha(opacity=100);
}
/* Drop Down */
#main-nav .nav .dropdown { position: relative; }
#main-nav .nav .dropdown-toggle { *margin-bottom: -3px; }
#main-nav .nav .dropdown-toggle:active, .open .dropdown-toggle { outline: 0; }
#main-nav .nav > .dropdown > .dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	float: left;
	display: none;
	min-width: 160px;
	max-width: 220px;
	_width: 160px;
	padding: 4px 0;
	margin: 1px 0 0 0;
	list-style: none;
	background-color: #465B0C;
	border-color: #465B0C;
	border-style: solid;
	border-width: 1px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	*border-right-width: 2px;
	*border-bottom-width: 2px;
}
/*
#main-nav .nav > .dropdown > .dropdown-menu:before {
	content: '';
	display: inline-block;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #ccc;
	position: absolute;
	top: -7px;
	left: 9px;
}
#main-nav .nav > .dropdown > .dropdown-menu:after {
	content: '';
	display: inline-block;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #ffffff;
	position: absolute;
	top: -6px;
	left: 10px;
}
*/
#main-nav .nav > .dropdown.open { *z-index: 1000; }
#main-nav .nav > .dropdown.open > .dropdown-menu { display: block; }
#main-nav .nav .dropdown-menu li a {
	display: block;
	padding: 3px 15px;
	clear: both;
	font-weight: normal;
	color: #fff;
	white-space: nowrap;
}
#main-nav .nav .dropdown-menu li li a { padding-left: 25px; }
#main-nav .nav .dropdown-menu li li li a { padding-left: 35px; }
#main-nav .nav .dropdown-menu li li li li a { padding-left: 45px; }
#main-nav .nav .dropdown-menu li li li li li a { padding-left: 55px; }
#main-nav .nav .open > .dropdown-toggle { }
#main-nav .nav .dropdown-menu li > a:hover {
	color: #fff;
	background: #6c831a;
	background: -moz-linear-gradient(top,  #6c831a 0%, #465b0c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6c831a), color-stop(100%,#465b0c));
	background: -webkit-linear-gradient(top,  #6c831a 0%,#465b0c 100%);
	background: -o-linear-gradient(top,  #6c831a 0%,#465b0c 100%);
	background: -ms-linear-gradient(top,  #6c831a 0%,#465b0c 100%);
	background: linear-gradient(to bottom,  #6c831a 0%,#465b0c 100%);
	-moz-box-shadow: 0 -4px  8px rgba(0,0,0, 0.25) inset;
	-webkit-box-shadow: 0 -4px  8px rgba(0,0,0, 0.25) inset;
	box-shadow: 0 -4px  8px rgba(0,0,0, 0.25) inset;
}
#main-nav .nav .dropdown-menu li.current-menu-item > a {
	color: #fff;
	background: #8E8E8E;
}
/* End Navigation */

#utility-nav { position: absolute; top: -90px; right: 0px; }
#utility-nav ul { text-align: right; }
#utility-nav li { display: inline; border-left: 1px solid #373738; text-shadow: 1px 1px 0 rgba(255,255,255, 0.85); }
#utility-nav li:first-child { border-left: none; }
#utility-nav li a { padding: 0 8px; color: #373738; font-weight: 700; }
#utility-nav li.orange a { color: #f58020; }
#utility-nav ul li a:hover,
#utility-nav ul li.current-menu-item a, 
#utility-nav ul li.current-menu-parent a,
#utility-nav ul li.current-menu-ancestor a {
	color: #0972a6;
}
a.social { float: right; margin: 7px 0 0 3px; display: block; width: 24px; height: 24px; text-indent: -9999em; background-postion: 50% 50%; background-repeat: none; }
a#facebook { background-image: url(../img/icon-facebook.png); }
a#twitter { background-image: url(../img/icon-twitter.png); }
a#blog { background-image: url(../img/icon-blog.png); }
a#yelp { background-image: url("/wp-content/uploads/2014/10/1997670520.png"); }
a#linkedin { background-image: url("/wp-content/uploads/2014/10/linkedin.png"); }
a#youtube { background-image: url("/wp-content/uploads/2014/10/YouTube-icon-full_color.png"); }

/* ==|== Content cnt -n- ===================================================== */

#content-wrap { background: url(../img/bg-texture-gradient.jpg) 0 0 repeat-x transparent; }
.container.padded { background: white; padding: 10px; box-shadow: 0 0px 15px rgba(0,0,0, 0.25); }

#content {}

.grey-texture {
	background: url(../img/bg-grey-texture.jpg) 0 0 repeat!important;
	border-bottom: 1px solid #fff;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: 0 4px 14px rgba(0, 0, 0, 0.55)!important;
	-webkit-box-shadow: 0 4px 14px rgba(0, 0, 0, 0.55)!important;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.55)!important;
	padding-bottom: 1em!important; 
}

.green-wrap {
	border-top: 1px solid #94a449;
	background: #94a449;
	background: -moz-linear-gradient(top,  #94a449 0%, #607515 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#94a449), color-stop(100%,#607515));
	background: -webkit-linear-gradient(top,  #94a449 0%,#607515 100%);
	background: -o-linear-gradient(top,  #94a449 0%,#607515 100%);
	background: -ms-linear-gradient(top,  #94a449 0%,#607515 100%);
	background: linear-gradient(to bottom,  #94a449 0%,#607515 100%);
	-moz-box-shadow: 0 1px 0 rgba(0,0,0, 0.35);
	-webkit-box-shadow: 0 1px 0 rgba(0,0,0, 0.35);
	box-shadow: 0 1px 0 rgba(0,0,0, 0.35);
	padding: .75em 0;
	text-align: center;
}

.blue-wrap {
	background: url(../img/bg-diagonal-stripes.png) 0 0 repeat #014588\9;
	background-image: url(../img/bg-diagonal-stripes.png), -moz-linear-gradient(top,  #014588 0%, #035d9f 15%, #035d9f 32%, #025296 100%);
	background-image: url(../img/bg-diagonal-stripes.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#014588), color-stop(15%,#035d9f), color-stop(32%,#035d9f), color-stop(100%,#025296));
	background-image: url(../img/bg-diagonal-stripes.png), -webkit-linear-gradient(top,  #014588 0%,#035d9f 15%,#035d9f 32%,#025296 100%);
	background-image: url(../img/bg-diagonal-stripes.png), -o-linear-gradient(top,  #014588 0%,#035d9f 15%,#035d9f 32%,#025296 100%);
	background-image: url(../img/bg-diagonal-stripes.png), -ms-linear-gradient(top,  #014588 0%,#035d9f 15%,#035d9f 32%,#025296 100%);
	background-image: url(../img/bg-diagonal-stripes.png), linear-gradient(to bottom,  #014588 0%,#035d9f 15%,#035d9f 32%,#025296 100%);
	background-position: 0 0;
	background-repeat: repeat;
	padding-bottom: 2em;
}

/* ==|== Main main -n- ======================================================= */

#main {}
.main-title {}
#main object { height: 100%; }
/* ==|== Sidebar sdb -n- ===================================================== */

#sidebar { background: url(../img/bg-grey-texture.jpg) 0 0 repeat; }
.sidebar-inner { border: 1px solid #d6d5d5; padding: 0; }
#sidebar .widget { padding: 0 10px 10px 10px; }
#sidebar .widget h3 {
	text-transform: uppercase;
	padding: 7px 14px;
	margin: 0 -10px 10px -11px;
	color: #fff;
	border: 1px solid #012e61;
	text-shadow: 1px 1px 0 rgba(0,0,0, 0.65);
	background: #0972a6;
	background: -moz-linear-gradient(top,  #0972a6 0%, #012c5e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0972a6), color-stop(100%,#012c5e));
	background: -webkit-linear-gradient(top,  #0972a6 0%,#012c5e 100%);
	background: -o-linear-gradient(top,  #0972a6 0%,#012c5e 100%);
	background: -ms-linear-gradient(top,  #0972a6 0%,#012c5e 100%);
	background: linear-gradient(to bottom,  #0972a6 0%,#012c5e 100%);
}

/* Facebook Widget */
#sidebar .widget#fb-form .widget-inner {
background: url(../img/bg-blue-triangle.png) #FA9B2E\9;
background-image: url(../img/bg-blue-triangle.png), -moz-radial-gradient(center, ellipse cover,  rgba(255,237,206,1) 0%, rgba(250,155,46,1) 100%);
background-image: url(../img/bg-blue-triangle.png), -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,237,206,1)), color-stop(100%,rgba(250,155,46,1)));
background-image: url(../img/bg-blue-triangle.png), -webkit-radial-gradient(center, ellipse cover,  rgba(255,237,206,1) 0%,rgba(250,155,46,1) 100%);
background-image: url(../img/bg-blue-triangle.png), -o-radial-gradient(center, ellipse cover,  rgba(255,237,206,1) 0%,rgba(250,155,46,1) 100%);
background-image: url(../img/bg-blue-triangle.png), -ms-radial-gradient(center, ellipse cover,  rgba(255,237,206,1) 0%,rgba(250,155,46,1) 100%);
background-image: url(../img/bg-blue-triangle.png), radial-gradient(ellipse at center,  rgba(255,237,206,1) 0%,rgba(250,155,46,1) 100%);
background-position: 50% 0;
background-repeat: no-repeat;
margin: -10px -10px 10px -10px;
padding: 10px;
}
#sidebar .widget#fb-form p { font-size: .95em; color: #373738; text-shadow: 1px 1px 0 rgba(255,255,255, 0.85); padding-top: 8%; }
#sidebar .widget#fb-form input[type='text'] {
	width: 98%; background: rgba(255,255,255, 0.7); color: #373738; font-size: .9em; text-shadow: 1px 1px 0 rgba(255,255,255, 0.85);
	border-width: 1px; border-style: solid; border-color: #af855f #d09c6f #d09c6f #dda677; border-radius: 0;
}
/* Accordian Menu */
.custom-sidebar-nav { margin: -10px -10px 10px -10px; padding: 0; list-style: none; }
.custom-sidebar-nav li { padding: 5px 10px; border-width: 1px 0; border-style: solid none; border-color: #fff transparent #b3b3b3 transparent; background: none; }/*url(../img/bg-sidebar-nav-marker.png) 100% 6px no-repeat transparent;*/ 

.custom-sidebar-nav li a {
	display: block;
	padding: 4px 0;
	text-decoration: none;
	color: #373738;
	text-transform: uppercase;
	font-weight: 700;
	text-shadow: 1px 1px 0 rgba(255,255,255, 0.8);
}
.custom-sidebar-nav li.dcjq-parent-li {	background: url(../img/bg-sidebar-nav-marker-active.png) 100% 10px no-repeat transparent; }
.custom-sidebar-nav li.dcjq-parent-li ul { list-style: none; margin: 6px -10px -6px -10px; padding: 0; border-top: 1px solid #b3b3b3; }
.custom-sidebar-nav li.dcjq-parent-li ul li a { text-transform: capitalize; font-weight: 400; padding: 4px 10px; }

/* Recent Posts */
#sidebar .grey-callout { margin-bottom: 1em; }
#sidebar .grey-callout .avatar { float: left; margin: 0 4% 1% 0; }
#sidebar .grey-callout h4 { float: left; width: 75%; font-size: .95em; }
#sidebar .grey-callout p { font-size: .9em; }
/* ==|== footer ftr -n- ====================================================== */

#footer {
	margin-top: 0;
	padding-top: 1em;
	border-top: 1px solid #fff;
	background: #e5e5e5;
	background: -moz-linear-gradient(top,  #e5e5e5 1%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#e5e5e5), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top,  #e5e5e5 1%,#ffffff 100%);
	background: -o-linear-gradient(top,  #e5e5e5 1%,#ffffff 100%);
	background: -ms-linear-gradient(top,  #e5e5e5 1%,#ffffff 100%);
	background: linear-gradient(to bottom,  #e5e5e5 1%,#ffffff 100%);
}

#footer-nav {}
#footer-nav > ul { text-align: left; margin: 1em 0; }
#footer-nav > ul > li { display: inline; }
#footer-nav > ul > li > a {
	font-weight: 700;
	text-transform: uppercase;
	text-shadow: 1px 1px 0 rgba(255,255,255, 0.85)
	color: #01669a;
	padding: 0 10px;
}
#footer-nav > ul > li:first-child > a { padding-left: 0; }
#footer-nav ul ul { display: none; }
#footer-nav ul li a:hover,
#footer-nav ul li.current-menu-item a, 
#footer-nav ul li.current-menu-parent a,
#footer-nav ul li.current-menu-ancestor a{
	color: #00abff;
}

.disclaimer { font-size: .8em; text-transform: uppercase; color: #646464; text-shadow: 1px 1px 0 rgba(255,255,255, 0.9); }
#copyright {}
#design-by { font-size: .8em; }

/* Quiz gForm */
.page-template-page-np-quiz-php .meshim_components_FloatingButton { display: none!important; }
.quiz .main-title h1 {
	font-size: 1.3em;
	margin: 0;
	padding: 5px;
	color: #fff;
	background: #0972a6;
	background: -moz-linear-gradient(top,  #0972a6 0%, #012c5e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0972a6), color-stop(100%,#012c5e));
	background: -webkit-linear-gradient(top,  #0972a6 0%,#012c5e 100%);
	background: -o-linear-gradient(top,  #0972a6 0%,#012c5e 100%);
	background: -ms-linear-gradient(top,  #0972a6 0%,#012c5e 100%);
	background: linear-gradient(to bottom,  #0972a6 0%,#012c5e 100%);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.gform_wrapper.quiz_wrapper ul li.gfield {
	width: 47%;
	float: left;
	clear: none;
	min-height: 185px;
	padding-left: 2%;
	border-width: 1px;
	border-style: dashed;
}
.gform_wrapper.quiz_wrapper ul li#field_2_1 { border-color: transparent #ccc #ccc transparent; }
.gform_wrapper.quiz_wrapper ul li#field_2_2 { border-color: transparent transparent #ccc transparent; }
.gform_wrapper.quiz_wrapper ul li#field_2_3 { border-color: transparent #ccc transparent transparent; }
.gform_wrapper.quiz_wrapper ul li#field_2_4 { border-color: transparent transparent transparent transparent; }

/* Staff */
.staff-row { border-bottom: 1px dashed #ccc; margin-bottom: .5em; padding-bottom: .5em; }
.staff-detail a { text-decoration: none; }
.staff-detail h2 { font-size: .95em; }
.staff-detail h2 a { color: #012C5E; text-decoration: none; min-height: 40px; display: block; }
.staff-detail h2 a:hover { color: #0972A6; }
.staff-detail h2 a .title { color: #465B0C; text-decoration: none; }
.staff-detail h2 a .title:hover { color: #6C831A; }

[id*="bio-"]{ display: none; }
.bio-left { text-align: center; }
.bio-left h2 { font-size: 1.1em; margin-bottom: .5em; }

/* Page-Specific Styles */
#evp-7ac149e85d1caf0ba359c0e59aaef4cc-wrap,
#evp-680eef0d8e563ea1c689b4990367b3b2-wrap { width: auto!important; height: auto!important; margin: 0 auto!important; padding-top: 0!important; max-width: 548px!important; }

form.infusion { clear: both; width: 100%; }
form.infusion .label {
margin: 10px 0 4px 0;
font-weight: bold;
display: -moz-inline-stack;
display: inline-block;
line-height: 1.3em;
clear: both;
}
form.infusion input[type='text'] { width: 47%; margin: 0 0 10px 0; }

.blue { color: #005696 !important; }
.green { color: #778E1D !important; }
hr.clear { border-top: 1px dashed #ccc; }

/* ==========================================================================
   Home Page -n- hpg
   ========================================================================== */
#home-top {
	position: relative;
	border-top: 1px solid #162536;
	background: url(../img/bg-home-texture-gradient.jpg) 0 0 repeat-x transparent;
}

.home #content-wrap { padding-top: 3em; background: transparent; }

.home .container.padded {
	width: 960px;
	padding-top: 1em;
	background: transparent;
	box-shadow: none;
	padding: 0;
}   

#homepage-video-container {
	padding: 5px;
	background: #f89d3e;
	background: -moz-linear-gradient(top,  #fbc68e 0%, #fbc68e 1%, #f89d3e 1%, #f16514 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbc68e), color-stop(1%,#fbc68e), color-stop(1%,#f89d3e), color-stop(100%,#f16514));
	background: -webkit-linear-gradient(top,  #fbc68e 0%,#fbc68e 1%,#f89d3e 1%,#f16514 100%);
	background: -o-linear-gradient(top,  #fbc68e 0%,#fbc68e 1%,#f89d3e 1%,#f16514 100%);
	background: -ms-linear-gradient(top,  #fbc68e 0%,#fbc68e 1%,#f89d3e 1%,#f16514 100%);
	background: linear-gradient(to bottom,  #fbc68e 0%,#fbc68e 1%,#f89d3e 1%,#f16514 100%);
}

#homepage-video-container .flex-video {
	position: relative;
	padding-top: 0px;
	margin-bottom: 0em;
	height: 0;
	overflow: hidden;
}

.home-block { position: relative; margin-top: 11px; background: url(../img/bg-block.png) 0 0 no-repeat transparent; }

.block-number {
	position: absolute;
	top: -11px;
	left: -11px;
	color: #fff;
	font-size: 1em;
	border: 3px solid #fff;
	background: blue;
	border-radius: 20px;
	margin: 0 0 -8px 0;
	padding: 0px 5px;
}
.block-top {
	width: 76%;
	min-height: 104px;
	padding: 1em .5em .5em 1em;
	background: transparent;
	box-shadow: none;
	border-radius: 0;
	border: none;
}
.block-bottom {
	width: 76%;
	padding: 1em;
	background: transparent;
	box-shadow: none;
	border-radius: 0;
	border: none;
}

.home-block h3 { font-size: 1.4em; text-shadow: 1px 1px 0 rgba(0,0,0, 0.65); font-weight: 400; color: #fff; margin-bottom: .25em; }
.home-block p { color: #fff; font-size: .95em; margin: 0; text-shadow: 1px 1px 0 rgba(0,0,0, 0.65); }
.home-block .button { }

/*.block-top.form-wrap { min-height: 136px; }
.block-bottom.form-wrap { height: 0; margin: 0; padding: 0; }
.hp-block-form_wrapper { margin: 0!important; max-width: 100%!important; }
.hp-block-form_wrapper .gform_footer { padding: 0!important; margin: 28px 0 7px 0!important; }
.hp-block-form_wrapper ul li.gfield { margin: 0 0 10px 0!important; width: 92%!important; }
.hp-block-form .gfield_label { display: none!important; }*/

.block-top input[type="text"] { border: 2px solid #f68422!important; border-radius: 0!important; padding: 4px!important; font-size: .85em; }
.block-top table { margin: 0 0 7px 0; }
.block-top .inf-button { margin-top: 1px; }

#latest-post h2 { color: #373738; margin-bottom: 0; }
.grey-callout {
	background: #1c1c1d;
	border-right: 4px solid #f68725;
	padding: 1em;
	position: relative;
	color: #fff;
}
.grey-callout:before {
	content: '';
	display: inline-block;
	border-top: 12px solid transparent;
	border-left: 12px solid transparent;
	border-right: 12px solid #1c1c1d;
	border-bottom: 12px solid transparent;
	position: absolute;
	top: 30px;
	left: -24px;
}
.grey-callout h4 { font-size: 1.1em; font-weight: 400; margin-bottom: 0; }
.grey-callout a { color: #f68725; }
.grey-callout a:hover { color: #F16514; }

.tagline h2 { color: #373738; text-align: center; text-transform: uppercase; font-size: 1.7em; text-shadow: 1px 1px 0px rgba(255,255,255, 1.0); margin: 1em 0; }

.cta { margin-top: 2em; }

.cta h2 {
	font-size: 1.8em; color: #373738; text-shadow: 1px 1px 0 rgba(255,255,255, 0.45);
	margin-left: 7%; background-color: transparent; background-repeat: no-repeat; background-position: 0 50%; padding: 0 0 0 40px; margin-bottom: 0.25em;
}

.cta h2 { background-image : url(../img/bg-get-started-headline.png); }

.cta p { margin-top: 1em; border-top: 1px solid #c6c6c6; }

.cta p:before {
   content: " ";
   width: 100%;
	 float: left;
	 height: 1px;
	 border-top: 1px solid #fff;
	 padding-bottom: .25em; 
}

.home-bottom { margin-top: 1em; margin-bottom: 1em; }
.home-bottom h3 { color: #016293; font-size: 1.9em; margin-bottom: 0; }
.home-bottom h4 { color: #727272; font-size: 1.2em; margin-bottom: 5px; }
.home-bottom ul { list-style: none; padding: 0; line-height: 2em; }
.home-bottom ul li { background: url(../img/bg-checkbox.png) 0 50% no-repeat transparent; padding: 0 0 0 25px; }
.home-bottom p, .home-bottom ul li { color: #373738; font-size: .9em; text-shadow: 1px 1px 0 rgba(255,255,255 .09); }

/* ==========================================================================
   Media Queries -n- mdq   
   ========================================================================== */
   
/*  Desktop
================================================== */
/*@media only screen and (max-width: 979px) {
	#main-nav-wrap { display: block !important; }
}*/
@media screen and (min-width: 980px) {
	.mobile #main-nav-wrap { display: block !important; }
}
.oldie #main-nav-wrap { display: block !important; }

/* ==========================================================================
   Plugins -n- plg  
   ========================================================================== */
   
/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

 
/* Browser Resets */
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
	outline: none;
}

.slides, .flex-control-nav, .flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {
	margin: 0;
	padding: 0;
}

.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
} /* Hide the slides before the JS is loaded. Avoids image jumping */

.flexslider .slides img {
	width: 100%;
	display: block;
}

.flex-pauseplay span {
	text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

html[xmlns] .slides {
	display: block;
}

* html .slides {
	height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
	display: block;
}

/* FlexSlider Default Theme
*********************************/
.flexslider {
	margin: 0 0 60px;
	background: #fff;
	border: 4px solid #fff;
	position: relative;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	zoom: 1;
}

.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}

.loading .flex-viewport {
	max-height: 300px;
}

.flexslider .slides {
	zoom: 1;
}

.carousel li {
	margin-right: 5px
}

/* Direction Nav */
.flex-direction-nav {
*height: 0;
}

.flex-direction-nav a {
	width: 30px;
	height: 30px;
	margin: -20px 0 0;
	display: block;
	display: none\9;
	background: url(../img/flexslider/bg_direction_nav.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	cursor: pointer;
	text-indent: -9999px;
	opacity: 0;
	-webkit-transition: all .3s ease;
}

.flex-direction-nav .flex-next {
	background-position: 100% 0;
	right: -36px;
}

.flex-direction-nav .flex-prev {
	left: -36px;
}

.flexslider:hover .flex-next {
	opacity: 0.8;
	display: block\9;
	right: 5px;
}

.flexslider:hover .flex-prev {
	opacity: 0.8;
	display: block\9;
	left: 5px;
}

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
	opacity: 1;
}

.flex-direction-nav .flex-disabled {
	opacity: .3!important;
	filter:alpha(opacity=30);
	cursor: default;
}

/* Control Nav */
.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: -40px;
	text-align: center;
}

.flex-control-nav li {
	margin: 0 6px;
	display: inline-block;
	zoom: 1;
*display: inline;
}

.flex-control-paging li a {
	width: 11px;
	height: 11px;
	display: block;
	background: #666;
	background: rgba(0,0,0,0.5);
	cursor: pointer;
	text-indent: -9999px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
}

.flex-control-paging li a:hover {
	background: #333;
	background: rgba(0,0,0,0.7);
}

.flex-control-paging li a.flex-active {
	background: #000;
	background: rgba(0,0,0,0.9);
	cursor: default;
}

.flex-control-thumbs {
	margin: 5px 0 0;
	position: static;
	overflow: hidden;
}

.flex-control-thumbs li {
	width: 25%;
	float: left;
	margin: 0;
}

.flex-control-thumbs img {
	width: 100%;
	display: block;
	opacity: .7;
	cursor: pointer;
}

.flex-control-thumbs img:hover {
	opacity: 1;
}

.flex-control-thumbs .flex-active {
	opacity: 1;
	cursor: default;
}

 @media screen and (max-width: 860px) {

	.flex-direction-nav .flex-prev {
		opacity: 1;
		left: 0;
	}

	.flex-direction-nav .flex-next {
		opacity: 1;
		right: 0;
	}
}