/*
Theme Name: Richard Bland College
Description: This theme is developed for Richard Bland College.
Author: Metis Creative
Author URI: http://metiscreate.com/
Version: 1.0.1
*/

/* ==================== HTML5 Reset ==================== */
*,*:before,*:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; }
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }
html, button, input, select, textarea { font-family: sans-serif; color: #222; }
body { margin: 0; font-size: 100%; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }
form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }
table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }
a { outline: none; }

/* ==================== Hides & Fixes ==================== */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }


/*========[ WORDPRESS STYLES ]========*/

.featured,.intro {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	margin-bottom: 50px;
	padding: 18px 20px;
}

.alignleft { float: left; margin-right: 35px; }
.alignright { float: right; margin-left: 35px; }
.aligncenter { text-align:center; margin:auto; }

/*==============[ BLOG ]==============*/

.single #comments { float: left; margin-top: 30px; width: 100%; }
.single.commentlist { float: left; position: relative; width: 100%; }
.single.commentlist > li { padding: 10px; }
.single.comment-author img { float: left; margin-right: 5px; }
.single.commentmetadata { position: absolute; right: 10px; top: 10px; }

/*===========[ HTML TAGS ]==========*/

body, html {
	height:100%;
	font-size: 13px;
}
body { 
    font-family: 'Oxygen', sans-serif;
    font-weight: 300;
    line-height: 16px;
	background-color:#fff;
	position:relative;
	z-index:1000;
	color:#363636;
}
div, img {
	display:block;
}
a:link, a:visited {
	text-decoration:none;
}
a:hover, a:active {
	text-decoration:underline;
}
i { font-style:italic; }
p { margin-bottom:0px; }
input {
	border-radius:0px !important;
	-webkit-border-radius:0px !important;
	-moz-border-radius:0px !important;
	-o-border-radius:0px !important;
}
ul ul li {
    list-style-type: none;
}
h1 { 
	font-size: 22px;
	line-height: 26px;
	margin: 0 0 10px 0;
	color:#0d5c43; 
}
h4 {
	color: #168561;
	font-weight: bold;
	font-size: 17px;
	line-height: 15px;
	padding: 0;
	margin: 0 0 15px 0;
	padding-bottom: 15px;
	border-bottom: 1px solid #dfdfdf;
}
::-moz-selection{ background: #168561; color:#fff; text-shadow: none; }
::selection { background:#168561; color:#fff; text-shadow: none; }

.btn-green-landing {
	border-radius: 7px;
	background-color: #035642;
	color: #fff;
	font-weight: 600;
	font-size: 1.15rem;
	text-transform: uppercase;
	border: none;
	outline: none;
	transition: background-color .3s;
	-webkit-transition: background-color .3s;
	padding: 9px;	
	display: inline-block;
}

.the-article-content a.btn-green-landing {
	color:#fff !important;
}
.table-layout th {
	text-align: left;	
}

.table-layout td {
	font-size: 11px;
	padding: 4px;
	border-bottom: solid 1px #E1e6e4;
}

/*=======[ COLORS, LINKS & FONTS ]======*/

.white, .white a:link, .white a:visited {
	color:#FFF;
	text-decoration:none;
}
.white a:hover, .white a:active {
	color:#d9d9d9;
	text-decoration:underline;
}
.green, .green a:link, .green a:visited {
	color:#0d5c43;
	text-decoration:none;
}
.green a:hover, .green a:active {
	color:#248365;
	text-decoration:underline;
}
.font14, .font14 a {
	font-size:14px;
}
.no-margin {
	margin:0 !important;
}
.row.no-margin {
	width:100%;
}
#a-404 {
	position:absolute;
	display:block;
	opacity:0;
	top:0px;
	left:0px;
}
.box-404 {
	position:relative;
	overflow:hidden;
}
.page-split {
	margin:30px 0;
	border-bottom: 1px solid #E1e6e4;
}
.page-split2 {
	margin:15px 0;
	border-bottom: 1px solid #E1e6e4;
}
.no-border {
	border:0px !important;
}
.search-page-number {
	float: left;
	background-color: rgb(22, 133, 97);
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	min-width: 17px;
	color: #fff;
	font-weight: bold;
	font-size: 10px !important;
	display: block;
	padding: 0 6px;
	margin-right: 8px;
}
.highlight {
	color: #0d5c43;
	border-bottom: 1px solid #D5E2DE;
	background-color: #E5ECEA;
	display: inline-block;
	border-radius: 3px;
	overflow: hidden;
}
.search-split {
	color:#D3DBD8;
}
.search-pagination-top {
	margin-bottom:15px;
}
.search-pagination-bottom {
	margin-top:15px;
}
.search-related-faculty {
	color:#168561 !important; 
	margin:35px 0 20px 0 !important;
}
.page-number {
	color: #76837E;
}
.no-display {
	display:none;
}
#net-price-calculator .row .six.columns {
	width: 49.09091% !important;
}
.calc-inputs {
	margin-top:10px;
}
.btn-green {
	font-family:inherit;
	font-size:14px;
	color:#fff;
	background-color:#168561;
	padding:8px 20px;
	border:0px;
	transition:background-color 0.2s ease-in;
}
.btn-green:hover {
	background-color:#0d5c43;
}
.the-article-content input[type="text"], .the-article-content select,
.the-article-content textarea {
	padding:5px;
	background:#fff;
	box-sizing: border-box;
	border:1px solid #b4b4b4;
	outline-color:#168561;
}
.calc-inputs input, .calc-inputs select {
	width:100%;
}
.calc-output-data td {
	padding-top:5px;
}

/*=============[ MENUS ]==============*/

.header-topnav, #menu-header-top, .header-search {
	background-color:#fff;
	height:41px;
}
#menu-header-top {
	float:right;
}
.menu li {
	float:left;
}
.topnav-center>ul {
	float:right;
}
.topnav-center>ul>li {
	margin-top:11px;
	height: 41px;
	margin:0 15px 0 0;
}
.copyright li {
	margin-top:14px;
}
.topnav-center>ul>li:before {
	content:"|";
	color:rgba(0,0,0,0.4);
	margin-right:15px;
}
.topnav-center>ul>li:first-child:before {
	content:"|";
	color:#fff;
}
.topnav-center>ul>li:last-child {
	margin-right:0px;
}
.page-footer .grey-bar ul li, .footer-nav li {
	margin: 0 0 50px 0;
	padding:0 0 0 15px;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 20px; 
	max-height:20px;
}
.page-footer .grey-bar ul li a, .footer-nav li a {
	margin: 21px 0 0 0;
	padding-left:15px;
	border-left: 1px solid rgba(255,255,255,0.3);
	display:block;
}
.page-footer .grey-bar ul li a {
    margin: 0;
}
.footer-nav ul li:first-child {
	border:none;
	margin-left:0;
	padding:0;
}
.footer-nav ul li:first-child a {
	border:0px;
	padding:0px;
}
.footer-nav .ul-center>ul>li>ul {
	 width:0px;
	 height:0px;
	 overflow:hidden;
	 visibility:hidden;
	 z-index:20000;
}
.footer-submenu-close {
	background-color:#f6f6f6 !important;
	padding:2px 0 3px 0;
	color:#868686;
	cursor:pointer;
	text-align:center;
	transition:color 0.2s ease-in, background-color 0.2s ease-in;
}
.footer-submenu-close:hover {
	background-color:#F1F1F1 !important;
}
/*
.footer-nav ul li:last-child a {
	display: block;
	background-color: #fff;
	color: #666;
	padding: 7px 10px;
	position: relative;
	top: -8px;
	font-size: 15px;
	font-weight: bold;
	border:0px;
}*/
.footer-nav ul {
	height:62px;
	overflow:hidden;
}
.page-footer .copyright ul li, .copyright li {
	float:left;
	border-left:1px solid rgba(0,0,0,0.4);
	padding:0 0 0 15px;
	margin-left:15px;
	font-size:12px;
	border-right:none;
}
.page-footer .copyright ul li:first-child, .copyright li:first-child {
	border-left:0;
	padding-left:0;
	margin-left:0;
}
.copyright {
	padding:0 0 14px 0;
	min-height:41px;
	height:auto;
}
.dropdown-expand {
	height:0px;
	float:left;
}
.main-dropdown {
	background-color:#0d5c43;
	height:0px;
	overflow:hidden;
	position:absolute;
	top:73px;
	width:100%;
	z-index:10000;
	display:none;
	border-color:rgba(255,255,255,0);
	transition:border-color 0.2s ease-in, box-shadow 0.2s ease-in;
}
.main-dropdown .row {
	overflow:hidden;
	height:auto;
}
.logo-spacer {
	background:url(images/logo-cutoff.png) 51px -63px no-repeat;
	width:265px;
	float:left;
	height:77px;
 }
.main-nav {
	position:relative;
}
#main-menu {
	position: absolute;
	z-index: 10001;
	height:50px;
	margin-left: 265px;
	overflow:hidden;
}
#main-menu>ul {
	width:1000px;
	margin-left:0px;
}
#main-menu >ul>li {
	height:50px;
	font-size: 15px;
	letter-spacing: 1px;
	line-height:50px;
	list-style-image: none;
	list-style-type: none;
	white-space: nowrap;
	display: inline;
	float: left;
	margin:0;
}
#main-menu>ul>li>a {
	vertical-align: middle;
	max-width: 164px;
	width:164px;
	font-size:15px;
	white-space: pre-wrap;
	display: block;
	padding-left: 15px;
	display: table-cell;
	padding-right: 15px;
	height: 50px;
	line-height: 16px;
	border-left: 1px solid #3b7b66;
}
#main-menu>ul>li:first-child a {
	border-left:1px solid transparent;
}
#main-menu>ul>li:last-child a {
	padding-right:0px;
}

.pagemenu {
	position:absolute;
	z-index:999;
	overflow:hidden;
	width:0px;
	left:0px;
	display:none;
	background-color:#ddd;
	height:0px;
	overflow:hidden;
}
.pagemenu-content>li, .pagemenu .search {
	width:100%;
	line-height:50px;
}
.pagemenu-content>li:last-child {
	box-shadow:0px 1px 0px rgba(255,255,255,.63);
	-webkit-box-shadow:0px 1px 0px rgba(255,255,255,.63);
	-moz-box-shadow:0px 1px 0px rgba(255,255,255,.63);
	-o-box-shadow:0px 1px 0px rgba(255,255,255,.63);
}
.pagemenu-content>li>ul {
	height:0px;
	overflow:hidden;
}
.pagemenu-content>li>ul>li{
	width:100%;
	line-height: 40px;
	height:42px;
	overflow:hidden;
	padding: 0;
	font-size: 14px;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid rgba(255, 255, 255, 0.44);
}
.pagemenu-content>li>ul>li:before {
	content: "\f105";
	font-family: FontAwesome;
	font-size: 17px;
	margin: 0 10px 0 30px;
	color: #585858;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.63);
	float: left;
}
.pagemenu-content>li>ul>li a {
	color: #585858;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.63);
	line-height: 42px;
	padding: 0 0 0 30px;
	width: 100%;
	display: block;
}
.pagemenu-content>li.subs>a:after {
	content: "\f107";
	font-family: FontAwesome;
	font-size: 25px;
	margin-right: 15px;
	color:rgba(0,0,0,0.4);
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.50);
	float: right;
}
.pagemenu-content>li>a {
	display:block;
	width:100%;
	height:50px;
	line-height:50px;
	color:#0d5c43;
	font-size:17px;
	padding-left:15px;
	border-bottom: 1px solid #bbb;
	text-decoration:none;
	text-shadow:1px 0px 0px #fff;
	background: #ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ddd");
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ddd));
	background: -moz-linear-gradient(top, #ffffff, #ddd);
}
.pagemenu .search {
	height:59px;
	display:none;
}
.pagemenu .search .spacer  {
	margin: 0 3%;
	width:94%;
	height:59px;
}
.pagemenu .search input[type="text"] {
	padding: 6px 10px;
	max-height: 52px;
	box-shadow: 0px 1px 0px #fff;
	-webkit-box-shadow: 0px 1px 0px #fff;
	-moz-box-shadow: 0px 1px 0px #fff;
	-o-box-shadow: 0px 1px 0px #fff;
	margin-top: 12px;
	font-size: 16px;
	border-right: 1px solid #bbb;
	width: 76%;
	float: left;
	margin-right: 2%;
}
.pagemenu .search input[type="submit"]{
	width: 22%;
	float: left;
	height: 34px;
	max-height: 52px;
	box-shadow: 0px 1px 0px #fff, inset 0px 1px 0px #fff;
	-webkit-box-shadow: 0px 1px 0px #fff, inset 0px 1px 0px #fff;
	-moz-box-shadow: 0px 1px 0px #fff, inset 0px 1px 0px #fff;
	-o-box-shadow: 0px 1px 0px #fff, inset 0px 1px 0px #fff;
	margin-top: 12px;
	border: 0px;
	color: #646464;
	text-shadow: 0px 1px 0px #fff;
	font-size: 16px;
	background-image: none;
	background: #f1f1f1;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eee", endColorstr="#ddd");
	background: -webkit-gradient(linear, left top, left bottom, from(#F1F1F1), to(#D6D6D6));
	background: -moz-linear-gradient(top, #f1f1f1, #d6d6d6);
	border: 1px solid #bbb;
}
.dropdown-close {
	background-color:#fff;
	height:35px;
	width:100%;
	cursor:pointer;
	text-align:center;
	color: #0d5c43;
}
.dropdown-close .icon-angle-up {
	font-size: 30px;
}
.text-close {
	font-size: 16px;
	margin-left: 7px;
	position: relative;
	top: -4px;
	text-transform: none;
}
.main-nav .menu>li>ul.sub-menu {
	padding:10px 0 0 0;
	margin:0px;
	width:164px;
	border-left:1px solid #3b7b66;
	padding-bottom: 20px;
}
.main-nav nav>ul>li:first-child ul {
	border-left:1px solid transparent !important;
}
.main-nav .sub-menu:first-child {
	border-left:none;
}
.main-nav .sub-menu li {
	width:164px;
	max-width:164px;
	margin:0;
	padding: 0 0 0 0;
	border: 0px;
	height: auto;
	white-space: pre-wrap;
}
.main-nav .sub-menu li:hover {
	background-color:#3b7b66;
}
.main-nav .sub-menu li a {
	font-size:13px;
	width:164px;
	max-width:164px;
	white-space:pre-wrap;
	display:block;
	padding:5px 15px;
	line-height:16px;
	text-transform:none;
	text-decoration:none;
}

/*=============[ LAYOUT ]=============*/

.header-topnav .topnav-center>ul>li>ul {
	position:absolute;
	z-index:10005;
	display:none;
	left:1px;
	top:41px;
	font-size:12px;
	background-color: #fff;
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-o-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	list-style:none;
	width:200px;
	max-width:200px;
}
#footer-menu .ul-center ul>li>ul {
	display:none;
}
.footer-submenu {
	position: absolute;
	z-index: 10005;
	display: none;
	left: 30px;
	top: 0px;
	font-size: 12px;
	background-color: #fff;
	box-shadow: 0 0px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0px 3px rgba(0,0,0,0.2);
	-o-box-shadow: 0 0px 3px rgba(0,0,0,0.2);
	list-style: none;
	max-width: 200px;
	width:0px;
	height:0px;
	visibility:hidden;
	z-index:20000;
	opacity:0;
}
.header-topnav .topnav-center>ul>li {
	position:relative;
}
.bg-black {
	background-color:#000;
}
.page-header {
	background-color:#fff;
}
.page-header .topnav-center>ul>li>a {
	color:#363636;
	line-height: 39px;
}
#main-logo, .main-nav nav, .main-nav nav ul {
	float:left;
}
.hidden-menu3 {
	background:url(images/hmenu-btn3.png) 100% 50% no-repeat;
	background-image:-webkit-image-set(
	  url(images/hmenu-btn3.png) 1x,
	  url(images/hmenu-btn3-2x.png) 2x
	);
	background-image: image-set(
	  url(images/hmenu-btn3.png) 1x,
	  url(images/hmenu-btn3-2x.png) 2x
	);
	width:28px;
	height:21px;
	transition:opacity 0.2s ease-in;
	float:right;
	cursor:pointer;
	display:none;
}
.hidden-menu2 {
	background:url(images/hmenu-btn2.png) 100% 50% no-repeat;
	background-image:-webkit-image-set(
	  url(images/hmenu-btn2.png) 1x,
	  url(images/hmenu-btn2-2x.png) 2x
	);
	background-image: image-set(
	  url(images/hmenu-btn2.png) 1x,
	  url(images/hmenu-btn2-2x.png) 2x
	);
	width:28px;
	height:21px;
	transition:opacity 0.2s ease-in;
	float:right;
	cursor:pointer;
	display:none;
}
.hidden-menu {
	background:url(images/hmenu-btn.png) 100% 0px no-repeat;
	background-image:-webkit-image-set(
	  url(images/hmenu-btn.png) 1x,
	  url(images/hmenu-btn2x.png) 2x
	);
	background-image: image-set(
	  url(images/hmenu-btn.png) 1x,
	  url(images/hmenu-btn2x.png) 2x
	);
	width:40px;
	height:32px;
	transition:opacity 0.2s ease-in;
	float:right;
	cursor:pointer;
	display:none;
}
.hidden-menu:hover, .hidden-menu2:hover, .hidden-menu3:hover {
	opacity:0.7;
}
.main.hidden-menu2 {
	background-position:50% 50%;
	width:100%;
	height:41px;
	margin:0;
}
.main-nav .main {
	width:40px;
	height:32px;
	float:right;
	display:none;
	margin:32px 20px 0 0;
}
.main-nav .main form {
	display:none;
}
.main-nav nav, .main-submenus {
	width:1000px;
}
.main-nav nav>ul {
	width:100%;
}
.main-nav nav>ul>li {
	width:164px;
	border-right: none;
	padding: 0;
}
#main-logo {
	height:97px;
}
#main-logo a {
	position:relative;
	top:-31px;
	display:block;
	width:265px;
	height:213px;
	z-index:10000;
}
#main-logo a {
	background:url(images/logo.png) 50% 0px no-repeat;
	background-image:-webkit-image-set(
	  url(images/logo.png) 1x,
	  url(images/logo2x.png) 2x
	);
	background-image: image-set(
	  url(images/logo.png) 1x,
	  url(images/logo2x.png) 2x
	);
}
.footer-logo {
	background:url(images/footer_logo.png) 50% 0px no-repeat;
	background-image:-webkit-image-set(
	  url(images/footer_logo.png) 1x,
	  url(images/footer_logo2x.png) 2x
	);
	background-image: image-set(
	  url(images/footer_logo.png) 1x,
	  url(images/footer_logo2x.png) 2x
	);
}
.footer-logo {
	margin: 10px 0;
	height: 53px;
	display:none;
	background-position: 50% 0px;
}
.main-nav nav { margin-top:23px; }
.main-nav { height:100px; }
.page-footer .grey-bar {
	height: 62px;
	padding-top:0px;
}
.page-footer ul {
	padding-top:0px;
	margin-top:0px;
}
.footer-nav ul li {
	border-right:0px;
	line-height:20px;
}
.footer-nav li a {
	line-height:20px;
	font-size:15px;
}

.social-icons {
	line-height:12px;
	height:12px;
}
.social-icons a {
	font-size:30px;
	margin-right:6px;
	line-height:12px;
	position: relative;
	top: -5px;
	width:24px;
	height:24px;
	display: inline-block;
	background-size:24px 24px !important;
	-webkit-background-size:24px 24px !important;
	-moz-background-size:24px 24px !important;
	-o-background-size:24px 24px !important;
}
.social-icons a:first-child {
	margin-left:2px;
}
.social-icons a:last-child {
	margin-right:0px;
}
.social-icons .social-facebook {
	background:url(images/facebook.png) 0% 0% no-repeat;
	background-image:-webkit-image-set(
	  url(images/facebook.png) 1x,
	  url(images/facebook2x.png) 2x
	);
	background-image: image-set(
	  url(images/facebook.png) 1x,
	  url(images/facebook2x.png) 2x
	);
}
.social-icons .social-google {
	background:url(images/google.png) 0% 0% no-repeat;
	background-image:-webkit-image-set(
	  url(images/google.png) 1x,
	  url(images/google2x.png) 2x
	);
	background-image: image-set(
	  url(images/google.png) 1x,
	  url(images/google2x.png) 2x
	);
}
.social-icons .social-twitter {
	background:url(images/twitter.png) 0% 0% no-repeat;
	background-image:-webkit-image-set(
	  url(images/twitter.png) 1x,
	  url(images/twitter2x.png) 2x
	);
	background-image: image-set(
	  url(images/twitter.png) 1x,
	  url(images/twitter2x.png) 2x
	);
}
.social-icons .social-youtube {
	background:url(images/youtube.png) 0% 0% no-repeat;
	background-image:-webkit-image-set(
	  url(images/youtube.png) 1x,
	  url(images/youtube2x.png) 2x
	);
	background-image: image-set(
	  url(images/youtube.png) 1x,
	  url(images/youtube2x.png) 2x
	);
}
#wrapper {
	box-shadow: rgba(0, 0, 0, 0.4) 5px 0px 5px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 5px 0px 5px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 5px 0px 5px;
	-o-box-shadow: rgba(0, 0, 0, 0.4) 5px 0px 5px;
	min-height: 100% !important;
	height:auto !important;
	height: 100%;
	margin: 0 auto -103px;
	background-color:#EFF8F5;
}
#wrapper, #footer { 
	/* iPhone (portrait: 320px) */
	min-width:320px;
}
#footer {
	overflow:hidden;
	background-color:#fff;
	height:103px;
}
#footer-push {
	height:103px;
}
.page-move {
	position:relative;
	z-index:1000;
	background-color:#fff;
}

/*============[ HORIZONTAL ACCORDION ]============*/

.haccordion {
	width:100%;
	height:0px;
	overflow:hidden;
	opacity:0;
}
.hacc-tab {
	position:relative;
	background-color: #0d5c43;
	overflow:hidden;
	transition:background-color 0.2s ease-in;
	text-decoration:none !important;
}
.hacc-tab:hover {
	background-color:#0E805B;
}
.hacc-selected {
	background-color:#58585a !important;
}
.hacc-selected:hover {
	background-color:#6F6F70 !important;
}
.haccordion .hacc-tab:first-child {
	margin-left:0;
}
.hacc-tab span {
	color:#fff;
	white-space:nowrap;
	position:absolute;
	left:1px;
	display:block;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size:18px;
}
.haccordion>div, .haccordion>a {
	float:left;
	display:block;
}
.haccordion .hacc-content {
	width:0px;
	overflow:hidden;
}
.haccordion .hacc-content:first-child {
	width:auto;
}
.haccordion .hacc-content:last-child>div {
	border-right:1px solid #dfdfdf;
}
.haccordion .hacc-content>div {
	padding: 0 20px;
	background-color:#f4f4f4;
	border-top:1px solid #dfdfdf;
	border-bottom:1px solid #dfdfdf;
}
.haccordion .hacc-inner {
	padding:20px 0;
}
.haccordion-callout-links {
	padding-top:15px;
}
.haccordion-callout-image {
	overflow:hidden;
}
.haccordion .four.columns .haccordion-callout-image {
	width:100%;
}
.haccordion .twelve.columns .haccordion-callout-image,
.haccordion .six.columns .haccordion-callout-image {
	padding: 0 20px 0 0;
	float: left;
	background-color: #f4f4f4;
}
.haccordion .twelve.columns .haccordion-callout-image {
	width: 35%;
}
.haccordion .six.columns .haccordion-callout-image {
	width: 48%;
}
.haccordion .twelve.columns .haccordion-callout-title h4,
.haccordion .six.columns .haccordion-callout-title h4 {
	margin-top:0px;
}

/*============[ PAGE ]===========*/
/* Logo Grid */
#logo-grid h3 {
    color: #000;
    font-size: 1.575em;
    padding: 0 0 10px 0;
}
.the-article-content ul#logo-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.the-article-content ul#logo-list li {
    position: relative;
    float: left;
    margin: 0 5px 5px 0;
    width: 265px;
    height: 125px;
}
.the-article-content ul#logo-list li img {
    margin: 0 auto;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

/* Hover over card */
.the-article-content ul#logo-list li div.card {
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.the-article-content ul#logo-list li:hover div.card {
    cursor: pointer;
    display: block;
    z-index: 5;
    opacity: 1;
}
div.card {
    display: none;
    position: absolute;
    z-index: 0;    
    width: 265px;
    height: 125px;
    background-image: url(images/graphic-transparent-green.png);
}
.the-article-content div.card a {
    display: block;
    color: #fff;
    text-align: center;
    font-weight: 600;
    font-size: .9em;
    padding: 0 0 5px;
}
div.card .inner {
    padding: 45px 10px 0 10px;
}

.module {
    padding: 20px 0;
}
.inner {
    padding: 20px;
}

.page-content {
	margin-bottom:2% !important;
}
.page-content-nomargin {
	margin-bottom:0px !important;
}
.auto-wrapper {
	padding-bottom:2%;
	margin-bottom:0px !important;
}
.hidden-push {
	display:none !important;
}
.page-title .row .nine .columns {
	height:112px;
	overflow:hidden;
}
.page-title h1 {
	height:108px;
	max-height:108px;
	line-height:108px;
	overflow:hidden;
	margin:0 0 0 250px;
	padding:0;
	font-size:30px;
	text-transform: uppercase;
}
.the-article-content>:first-child {
	margin-top:0px !important;
}
.the-article-content ul {
	margin-left: 20px;
	list-style: disc;
	padding: 20px 0;
}
.the-article-content ul li {
    padding: 0 0 5px 0;
}
.the-article-content ol {
	margin-left:20px;
	list-style:decimal;
}
.the-article-content h2 { 
	color: #58585a;
	font-weight: bold;
	font-size: 17px;
	line-height: 15px;
	padding: 0 0 20px 0;
	margin: 0 0 30px 0;
	border-bottom: 1px solid #E1e6e4;
}
.the-article-content h3 {
	color:#0d5c43;
	font-weight:bold;
	font-size:15px;
	padding:0;
	margin:0 0 7px 0;
	border:0;
}
.the-article-content h5 { 
	color: #168561;
	font-weight: bold;
	font-size: 17px;
	line-height: 15px;
	padding: 0 0 20px 0;
	margin: 0 0 30px 0;
	border-bottom: 1px solid #E1e6e4;
}
.the-article-content {
	padding:20px 3% 0 3%;
	margin-bottom:20px;
	line-height:18px;
}
.twelve.columns .the-article-content {
	padding:20px 20px 0 20px !important;
}
.the-article-content a:link, .the-article-content a:visited {
	color:#168561;
}
.page-content {
	background-color:#fff;
	border:1px solid #d4dbd9;
}
.breadcrumbs {
	border-top: 1px solid rgb(247, 247, 247);
	border-bottom: 1px solid #c7d2ce;
	background-color: #E8F0EE;
	background-image: linear-gradient(to bottom, #E8F0EE, #E2E9E8);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#E8F0EE), to(#E2E9E8));
	background-image: -webkit-linear-gradient(top, #E8F0EE, #E2E9E8);
	background-image: -moz-linear-gradient(top, #E8F0EE, #E2E9E8);
	background-image: -ms-linear-gradient(top, #E8F0EE, #E2E9E8);
	background-image: -o-linear-gradient(top, #E8F0EE, #E2E9E8);
	max-height:41px;
	overflow:hidden;
}
.breadcrumbs>ul {
	margin-left:20px;
}
.breadcrumbs a {
	color:#363636;
	text-shadow: 0 1px 0 rgba(255,255,255,0.8);
	font-size:13px;
}
.breadcrumbs li {
	line-height: 39px;
}
.breadcrumbs li:after {
	content: "\00bb";
	margin: 0 7px;
	position: relative;
	top: -1px;
	color:rgb(54, 54, 54);
}
.breadcrumbs li:last-child:after {
	content:"";
	margin:0;
}
.page-content.row .three.columns {
	margin-bottom:20px;
	width:25%;
}
.page-content.row .six.columns {
	width:50%;
}
.page-content.row .nine.columns {
	width:75%;
}
.sidebar-link {
	list-style:none; 
}
.sidebar-left {
	border-right:1px solid #c7d2ce;
}
.sidebar-right {
	border-left:1px solid #c7d2ce;
}
.sidebar li {
	background-color:#fafafa;
	padding:12px 20px;
	border-bottom:1px solid #E1E6E4;
}
.sidebar .current-sublink {
	background-color: #f4f4f4;
	padding-top:0px !important;
} 
.sidebar .current-sublink a:before {
	margin-left: 20px !important;
}
.sidebar .current-sidebar-link {
	padding:0 !important;
}
.sidebar .sidebar-link a:before {
	font-family:FontAwesome;
	content:"\f105";
	font-size:14px;
	color:rgba(0,0,0,0.4);
	margin-right:10px;
}
.sidebar .sidebar-link {
	cursor:pointer;
}
.sidebar li {
	transition:background-color 0.2s ease-in;
	-webkit-transition:background-color 0.2s ease-in;
	-moz-transition:background-color 0.2s ease-in;
	-o-transition:background-color 0.2s ease-in;
}
.sidebar li:hover {
	background-color:#f4f4f4;
}
.sidebar>ul:last-child>li:last-child {
	border-bottom:1px solid #c7d2ce;
}
.sidebar ul {
	position: relative;
	z-index: 4;
}
.sidebar h2 {
	background-color: #E8F0EE;
	background-image: linear-gradient(to bottom, #E8F0EE, #E2E9E8);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#E8F0EE), to(#E2E9E8));
	background-image: -webkit-linear-gradient(top, #E8F0EE, #E2E9E8);
	background-image: -moz-linear-gradient(top, #E8F0EE, #E2E9E8);
	background-image: -ms-linear-gradient(top, #E8F0EE, #E2E9E8);
	background-image: -o-linear-gradient(top, #E8F0EE, #E2E9E8);
	line-height: 38px;
	height:39px;
	overflow:hidden;
	padding: 0 20px;
	font-size: 15px;
	text-shadow: 0 1px 0 rgba(255,255,255,0.8);
	border-bottom:1px solid #c7d2ce;
	width: 100%;
	margin:0;
	border:0;
}
.sidebar h2::selection { background:transparent; color:#363636; text-shadow: 0 1px 0 rgba(255,255,255,0.8); }
.sidebar h2::-moz-selection { background:transparent; color:#363636; text-shadow: 0 1px 0 rgba(255,255,255,0.8); }

.sidebar li.current-item a {
	text-shadow: 0 1px 0 rgba(255,255,255,0.3);
	font-weight: bold;
	font-size:13px;
}
.sidebar li.current-item {
	background-color:#f4f4f4;
}
.sidebar>ul>li>a {
	display: block;
	width: 100%;
	text-align: left;
}
.sidebar-heading {
	border-top: 1px solid rgb(247, 247, 247);
	border-bottom: 1px solid #c7d2ce;
	position:relative;
}
.sidebar-heading span {
	position: absolute;
	top: 0px;
	right: 0px;
	margin-right: 16px;
	height: 40px;
	line-height: 40px;
	color: rgba(0,0,0,0.4);
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.21);
	font-size: 26px;
	z-index:4;
}
.sidebar a:link, .sidebar a:visited {
	color:#168561;
	font-size:13px;
}
.sidebar a:hover, .sidebar a:active {
	color:#3e9c7d;
	font-size:13px;
}
#header-search input[type="text"] {
	width:76.83832335329341%;
	border: 1px solid #bbb;
	border-right: 0px;
}
/*#header-search input[type="submit"] {
	width: 23.16167664670659%;
}*/

.copyright {
	background-color:#fff;
	color:#363636;
}
.copyright a {
	color:#363636;
	font-size:12px;
}


/*============[ ADDED ]===========*/


/* GENERAL */
img {
	max-width: 100%;
	height: auto;
	margin-bottom: 10px;	
}


/* GRID */
.row {
  width: 96%;
  max-width: 1310px;
  margin: 0 auto;
}
.row .row {min-width: 0px;}
.row {margin: 0 2%;}
@media only screen and (min-width: 1364px){
	.row {
		margin:0 auto !important;
	}
}
@media only screen and (max-width: 1120px) {
	
	.row .row {
		padding: 0;
	}
}
@media only screen and (max-width: 400px){
	.row {
		width: 94%;
		margin: 0 3%;
	}
}

.column, .columns {
  margin-left: 1.81818%;
  float: left;
  min-height: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


.column:first-child, .columns:first-child, .alpha {
  margin-left: 0px;
}


.column.omega, .columns.omega {
  float: right;
}

/* Column Classes */

.row .one.column, .row .one.columns, .sixteen.colgrid .row .one.columns {
  width: 6.66667%;
}

.row .two.columns {
  width: 15.15152%;
}

.row .three.columns {
  width: 23.63636%;
}

.row .four.columns {
  width: 32.12121%;
}

.row .five.columns {
  width: 40.60606%;
}

.row .six.columns {
  width: 49.09091%;
}

.row .seven.columns {
  width: 57.57576%;
}

.row .eight.columns {
  width: 66.06061%;
}

.row .nine.columns {
  width: 74.54545%;
}

.row .ten.columns {
  width: 83.0303%;
}

.row .eleven.columns {
  width: 91.51515%;
}

.row .twelve.columns {
  width: 100%;
}

/* Push Classes */

.row .push_one {
  margin-left: 10.30303%;
}

.row .push_one:first-child {
  margin-left: 8.48485%;
}

.row .push_two {
  margin-left: 18.78788%;
}

.row .push_two:first-child {
  margin-left: 16.9697%;
}

.row .push_three {
  margin-left: 27.27273%;
}

.row .push_three:first-child {
  margin-left: 25.45455%;
}

.row .push_four {
  margin-left: 35.75758%;
}

.row .push_four:first-child {
  margin-left: 33.93939%;
}

.row .push_five {
  margin-left: 44.24242%;
}

.row .push_five:first-child {
  margin-left: 42.42424%;
}

.row .push_six {
  margin-left: 52.72727%;
}

.row .push_six:first-child {
  margin-left: 50.90909%;
}

.row .push_seven {
  margin-left: 61.21212%;
}

.row .push_seven:first-child {
  margin-left: 59.39394%;
}

.row .push_eight {
  margin-left: 69.69697%;
}

.row .push_eight:first-child {
  margin-left: 67.87879%;
}

.row .push_nine {
  margin-left: 78.18182%;
}

.row .push_nine:first-child {
  margin-left: 76.36364%;
}

.row .push_ten {
  margin-left: 86.66667%;
}

.row .push_ten:first-child {
  margin-left: 84.84848%;
}

.row .push_eleven {
  margin-left: 95.15152%;
}

.row .push_eleven:first-child {
  margin-left: 93.33333%;
}

/* Centered Classes */

.row .one.centered {
  margin-left: 46.66667%;
}

.row .two.centered {
  margin-left: 42.42424%;
}

.row .three.centered {
  margin-left: 38.18182%;
}

.row .four.centered {
  margin-left: 33.93939%;
}

.row .five.centered {
  margin-left: 29.69697%;
}

.row .six.centered {
  margin-left: 25.45455%;
}

.row .seven.centered {
  margin-left: 21.21212%;
}

.row .eight.centered {
  margin-left: 16.9697%;
}

.row .nine.centered {
  margin-left: 12.72727%;
}

.row .ten.centered {
  margin-left: 8.48485%;
}

.row .eleven.centered {
  margin-left: 4.24242%;
}

.pull_right {
  float: right;
}

.pull_left {
  float: left;
}
/* END GRID */


/* STYLE OTHER */
/* Browsers other than IE */
.hacc-tab span {
	transform:rotate(-90deg);
	-webkit-transform:rotate(-90deg);
	-moz-transform:rotate(-90deg);
	-o-transform: rotate(-90deg);
}
/* END STYLE OTHER */


/* FONT AWESOME */
@font-face {
  font-family: 'FontAwesome';
  src: url('font/fontawesome-webfont.eot?v=3.2.1');
  src: url('font/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'), 
       url('font/fontawesome-webfont.woff?v=3.2.1') format('woff'), 
       url('font/fontawesome-webfont.ttf?v=3.2.1') format('truetype'), 
       url('font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* FONT AWESOME CORE
 * -------------------------- */
[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}
/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.3333333333333333em;
}
/* makes sure icons active on rollover in links */
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline;
}
/* increased font size for icon-large */
[class^="icon-"].icon-fixed-width,
[class*=" icon-"].icon-fixed-width {
  display: inline-block;
  width: 1.1428571428571428em;
  text-align: right;
  padding-right: 0.2857142857142857em;
}
[class^="icon-"].icon-fixed-width.icon-large,
[class*=" icon-"].icon-fixed-width.icon-large {
  width: 1.4285714285714286em;
}
.icons-ul {
  margin-left: 2.142857142857143em;
  list-style-type: none;
}
.icons-ul > li {
  position: relative;
}
.icons-ul .icon-li {
  position: absolute;
  left: -2.142857142857143em;
  width: 2.142857142857143em;
  text-align: center;
  line-height: inherit;
}
[class^="icon-"].hide,
[class*=" icon-"].hide {
  display: none;
}
.icon-muted {
  color: #eeeeee;
}
.icon-light {
  color: #ffffff;
}
.icon-dark {
  color: #333333;
}
.icon-border {
  border: solid 1px #eeeeee;
  padding: .2em .25em .15em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.icon-2x {
  font-size: 2em;
}
.icon-2x.icon-border {
  border-width: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.icon-3x {
  font-size: 3em;
}
.icon-3x.icon-border {
  border-width: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.icon-4x {
  font-size: 4em;
}
.icon-4x.icon-border {
  border-width: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.icon-5x {
  font-size: 5em;
}
.icon-5x.icon-border {
  border-width: 5px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
  margin-right: .3em;
}
[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
  margin-left: .3em;
}
/* BOOTSTRAP SPECIFIC CLASSES
 * -------------------------- */
/* Bootstrap 2.0 sprites.less reset */
[class^="icon-"],
[class*=" icon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}
/* more sprites.less reset */
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: none;
}
/* keeps Bootstrap styles with and without icons the same */
.btn [class^="icon-"].icon-large,
.nav [class^="icon-"].icon-large,
.btn [class*=" icon-"].icon-large,
.nav [class*=" icon-"].icon-large {
  line-height: .9em;
}
.btn [class^="icon-"].icon-spin,
.nav [class^="icon-"].icon-spin,
.btn [class*=" icon-"].icon-spin,
.nav [class*=" icon-"].icon-spin {
  display: inline-block;
}
.nav-tabs [class^="icon-"],
.nav-pills [class^="icon-"],
.nav-tabs [class*=" icon-"],
.nav-pills [class*=" icon-"],
.nav-tabs [class^="icon-"].icon-large,
.nav-pills [class^="icon-"].icon-large,
.nav-tabs [class*=" icon-"].icon-large,
.nav-pills [class*=" icon-"].icon-large {
  line-height: .9em;
}
.btn [class^="icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class^="icon-"].pull-right.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
  margin-top: .18em;
}
.btn [class^="icon-"].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
  line-height: .8em;
}
.btn.btn-small [class^="icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class^="icon-"].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
  margin-top: .25em;
}
.btn.btn-large [class^="icon-"],
.btn.btn-large [class*=" icon-"] {
  margin-top: 0;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x,
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-top: .05em;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x {
  margin-right: .2em;
}
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-left: .2em;
}
/* Fixes alignment in nav lists */
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  line-height: inherit;
}
/* EXTRAS
 * -------------------------- */
/* Stacked and layered icon */
.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: -35%;
}
.icon-stack [class^="icon-"],
.icon-stack [class*=" icon-"] {
  display: block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 1em;
  line-height: inherit;
  *line-height: 2em;
}
.icon-stack .icon-stack-base {
  font-size: 2em;
  *line-height: 1em;
}
/* Animated rotating icon */
.icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
/* Prevent stack and spinners from being taken inline when inside a link */
a .icon-stack,
a .icon-spin {
  display: inline-block;
  text-decoration: none;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
/* Icon rotations and mirroring */
.icon-rotate-90:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}
.icon-rotate-180:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.icon-rotate-270:before {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.icon-flip-horizontal:before {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.icon-flip-vertical:before {
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
/* ensure rotation occurs inside anchor tags */
a .icon-rotate-90:before,
a .icon-rotate-180:before,
a .icon-rotate-270:before,
a .icon-flip-horizontal:before,
a .icon-flip-vertical:before {
  display: inline-block;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.icon-glass:before {
  content: "\f000";
}
.icon-music:before {
  content: "\f001";
}
.icon-search:before {
  content: "\f002";
}
.icon-envelope-alt:before {
  content: "\f003";
}
.icon-heart:before {
  content: "\f004";
}
.icon-star:before {
  content: "\f005";
}
.icon-star-empty:before {
  content: "\f006";
}
.icon-user:before {
  content: "\f007";
}
.icon-film:before {
  content: "\f008";
}
.icon-th-large:before {
  content: "\f009";
}
.icon-th:before {
  content: "\f00a";
}
.icon-th-list:before {
  content: "\f00b";
}
.icon-ok:before {
  content: "\f00c";
}
.icon-remove:before {
  content: "\f00d";
}
.icon-zoom-in:before {
  content: "\f00e";
}
.icon-zoom-out:before {
  content: "\f010";
}
.icon-power-off:before,
.icon-off:before {
  content: "\f011";
}
.icon-signal:before {
  content: "\f012";
}
.icon-gear:before,
.icon-cog:before {
  content: "\f013";
}
.icon-trash:before {
  content: "\f014";
}
.icon-home:before {
  content: "\f015";
}
.icon-file-alt:before {
  content: "\f016";
}
.icon-time:before {
  content: "\f017";
}
.icon-road:before {
  content: "\f018";
}
.icon-download-alt:before {
  content: "\f019";
}
.icon-download:before {
  content: "\f01a";
}
.icon-upload:before {
  content: "\f01b";
}
.icon-inbox:before {
  content: "\f01c";
}
.icon-play-circle:before {
  content: "\f01d";
}
.icon-rotate-right:before,
.icon-repeat:before {
  content: "\f01e";
}
.icon-refresh:before {
  content: "\f021";
}
.icon-list-alt:before {
  content: "\f022";
}
.icon-lock:before {
  content: "\f023";
}
.icon-flag:before {
  content: "\f024";
}
.icon-headphones:before {
  content: "\f025";
}
.icon-volume-off:before {
  content: "\f026";
}
.icon-volume-down:before {
  content: "\f027";
}
.icon-volume-up:before {
  content: "\f028";
}
.icon-qrcode:before {
  content: "\f029";
}
.icon-barcode:before {
  content: "\f02a";
}
.icon-tag:before {
  content: "\f02b";
}
.icon-tags:before {
  content: "\f02c";
}
.icon-book:before {
  content: "\f02d";
}
.icon-bookmark:before {
  content: "\f02e";
}
.icon-print:before {
  content: "\f02f";
}
.icon-camera:before {
  content: "\f030";
}
.icon-font:before {
  content: "\f031";
}
.icon-bold:before {
  content: "\f032";
}
.icon-italic:before {
  content: "\f033";
}
.icon-text-height:before {
  content: "\f034";
}
.icon-text-width:before {
  content: "\f035";
}
.icon-align-left:before {
  content: "\f036";
}
.icon-align-center:before {
  content: "\f037";
}
.icon-align-right:before {
  content: "\f038";
}
.icon-align-justify:before {
  content: "\f039";
}
.icon-list:before {
  content: "\f03a";
}
.icon-indent-left:before {
  content: "\f03b";
}
.icon-indent-right:before {
  content: "\f03c";
}
.icon-facetime-video:before {
  content: "\f03d";
}
.icon-picture:before {
  content: "\f03e";
}
.icon-pencil:before {
  content: "\f040";
}
.icon-map-marker:before {
  content: "\f041";
}
.icon-adjust:before {
  content: "\f042";
}
.icon-tint:before {
  content: "\f043";
}
.icon-edit:before {
  content: "\f044";
}
.icon-share:before {
  content: "\f045";
}
.icon-check:before {
  content: "\f046";
}
.icon-move:before {
  content: "\f047";
}
.icon-step-backward:before {
  content: "\f048";
}
.icon-fast-backward:before {
  content: "\f049";
}
.icon-backward:before {
  content: "\f04a";
}
.icon-play:before {
  content: "\f04b";
}
.icon-pause:before {
  content: "\f04c";
}
.icon-stop:before {
  content: "\f04d";
}
.icon-forward:before {
  content: "\f04e";
}
.icon-fast-forward:before {
  content: "\f050";
}
.icon-step-forward:before {
  content: "\f051";
}
.icon-eject:before {
  content: "\f052";
}
.icon-chevron-left:before {
  content: "\f053";
}
.icon-chevron-right:before {
  content: "\f054";
}
.icon-plus-sign:before {
  content: "\f055";
}
.icon-minus-sign:before {
  content: "\f056";
}
.icon-remove-sign:before {
  content: "\f057";
}
.icon-ok-sign:before {
  content: "\f058";
}
.icon-question-sign:before {
  content: "\f059";
}
.icon-info-sign:before {
  content: "\f05a";
}
.icon-screenshot:before {
  content: "\f05b";
}
.icon-remove-circle:before {
  content: "\f05c";
}
.icon-ok-circle:before {
  content: "\f05d";
}
.icon-ban-circle:before {
  content: "\f05e";
}
.icon-arrow-left:before {
  content: "\f060";
}
.icon-arrow-right:before {
  content: "\f061";
}
.icon-arrow-up:before {
  content: "\f062";
}
.icon-arrow-down:before {
  content: "\f063";
}
.icon-mail-forward:before,
.icon-share-alt:before {
  content: "\f064";
}
.icon-resize-full:before {
  content: "\f065";
}
.icon-resize-small:before {
  content: "\f066";
}
.icon-plus:before {
  content: "\f067";
}
.icon-minus:before {
  content: "\f068";
}
.icon-asterisk:before {
  content: "\f069";
}
.icon-exclamation-sign:before {
  content: "\f06a";
}
.icon-gift:before {
  content: "\f06b";
}
.icon-leaf:before {
  content: "\f06c";
}
.icon-fire:before {
  content: "\f06d";
}
.icon-eye-open:before {
  content: "\f06e";
}
.icon-eye-close:before {
  content: "\f070";
}
.icon-warning-sign:before {
  content: "\f071";
}
.icon-plane:before {
  content: "\f072";
}
.icon-calendar:before {
  content: "\f073";
}
.icon-random:before {
  content: "\f074";
}
.icon-comment:before {
  content: "\f075";
}
.icon-magnet:before {
  content: "\f076";
}
.icon-chevron-up:before {
  content: "\f077";
}
.icon-chevron-down:before {
  content: "\f078";
}
.icon-retweet:before {
  content: "\f079";
}
.icon-shopping-cart:before {
  content: "\f07a";
}
.icon-folder-close:before {
  content: "\f07b";
}
.icon-folder-open:before {
  content: "\f07c";
}
.icon-resize-vertical:before {
  content: "\f07d";
}
.icon-resize-horizontal:before {
  content: "\f07e";
}
.icon-bar-chart:before {
  content: "\f080";
}
.icon-twitter-sign:before {
  content: "\f081";
}
.icon-facebook-sign:before {
  content: "\f082";
}
.icon-camera-retro:before {
  content: "\f083";
}
.icon-key:before {
  content: "\f084";
}
.icon-gears:before,
.icon-cogs:before {
  content: "\f085";
}
.icon-comments:before {
  content: "\f086";
}
.icon-thumbs-up-alt:before {
  content: "\f087";
}
.icon-thumbs-down-alt:before {
  content: "\f088";
}
.icon-star-half:before {
  content: "\f089";
}
.icon-heart-empty:before {
  content: "\f08a";
}
.icon-signout:before {
  content: "\f08b";
}
.icon-linkedin-sign:before {
  content: "\f08c";
}
.icon-pushpin:before {
  content: "\f08d";
}
.icon-external-link:before {
  content: "\f08e";
}
.icon-signin:before {
  content: "\f090";
}
.icon-trophy:before {
  content: "\f091";
}
.icon-github-sign:before {
  content: "\f092";
}
.icon-upload-alt:before {
  content: "\f093";
}
.icon-lemon:before {
  content: "\f094";
}
.icon-phone:before {
  content: "\f095";
}
.icon-unchecked:before,
.icon-check-empty:before {
  content: "\f096";
}
.icon-bookmark-empty:before {
  content: "\f097";
}
.icon-phone-sign:before {
  content: "\f098";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-facebook:before {
  content: "\f09a";
}
.icon-github:before {
  content: "\f09b";
}
.icon-unlock:before {
  content: "\f09c";
}
.icon-credit-card:before {
  content: "\f09d";
}
.icon-rss:before {
  content: "\f09e";
}
.icon-hdd:before {
  content: "\f0a0";
}
.icon-bullhorn:before {
  content: "\f0a1";
}
.icon-bell:before {
  content: "\f0a2";
}
.icon-certificate:before {
  content: "\f0a3";
}
.icon-hand-right:before {
  content: "\f0a4";
}
.icon-hand-left:before {
  content: "\f0a5";
}
.icon-hand-up:before {
  content: "\f0a6";
}
.icon-hand-down:before {
  content: "\f0a7";
}
.icon-circle-arrow-left:before {
  content: "\f0a8";
}
.icon-circle-arrow-right:before {
  content: "\f0a9";
}
.icon-circle-arrow-up:before {
  content: "\f0aa";
}
.icon-circle-arrow-down:before {
  content: "\f0ab";
}
.icon-globe:before {
  content: "\f0ac";
}
.icon-wrench:before {
  content: "\f0ad";
}
.icon-tasks:before {
  content: "\f0ae";
}
.icon-filter:before {
  content: "\f0b0";
}
.icon-briefcase:before {
  content: "\f0b1";
}
.icon-fullscreen:before {
  content: "\f0b2";
}
.icon-group:before {
  content: "\f0c0";
}
.icon-link:before {
  content: "\f0c1";
}
.icon-cloud:before {
  content: "\f0c2";
}
.icon-beaker:before {
  content: "\f0c3";
}
.icon-cut:before {
  content: "\f0c4";
}
.icon-copy:before {
  content: "\f0c5";
}
.icon-paperclip:before,
.icon-paper-clip:before {
  content: "\f0c6";
}
.icon-save:before {
  content: "\f0c7";
}
.icon-sign-blank:before {
  content: "\f0c8";
}
.icon-reorder:before {
  content: "\f0c9";
}
.icon-list-ul:before {
  content: "\f0ca";
}
.icon-list-ol:before {
  content: "\f0cb";
}
.icon-strikethrough:before {
  content: "\f0cc";
}
.icon-underline:before {
  content: "\f0cd";
}
.icon-table:before {
  content: "\f0ce";
}
.icon-magic:before {
  content: "\f0d0";
}
.icon-truck:before {
  content: "\f0d1";
}
.icon-pinterest:before {
  content: "\f0d2";
}
.icon-pinterest-sign:before {
  content: "\f0d3";
}
.icon-google-plus-sign:before {
  content: "\f0d4";
}
.icon-google-plus:before {
  content: "\f0d5";
}
.icon-money:before {
  content: "\f0d6";
}
.icon-caret-down:before {
  content: "\f0d7";
}
.icon-caret-up:before {
  content: "\f0d8";
}
.icon-caret-left:before {
  content: "\f0d9";
}
.icon-caret-right:before {
  content: "\f0da";
}
.icon-columns:before {
  content: "\f0db";
}
.icon-sort:before {
  content: "\f0dc";
}
.icon-sort-down:before {
  content: "\f0dd";
}
.icon-sort-up:before {
  content: "\f0de";
}
.icon-envelope:before {
  content: "\f0e0";
}
.icon-linkedin:before {
  content: "\f0e1";
}
.icon-rotate-left:before,
.icon-undo:before {
  content: "\f0e2";
}
.icon-legal:before {
  content: "\f0e3";
}
.icon-dashboard:before {
  content: "\f0e4";
}
.icon-comment-alt:before {
  content: "\f0e5";
}
.icon-comments-alt:before {
  content: "\f0e6";
}
.icon-bolt:before {
  content: "\f0e7";
}
.icon-sitemap:before {
  content: "\f0e8";
}
.icon-umbrella:before {
  content: "\f0e9";
}
.icon-paste:before {
  content: "\f0ea";
}
.icon-lightbulb:before {
  content: "\f0eb";
}
.icon-exchange:before {
  content: "\f0ec";
}
.icon-cloud-download:before {
  content: "\f0ed";
}
.icon-cloud-upload:before {
  content: "\f0ee";
}
.icon-user-md:before {
  content: "\f0f0";
}
.icon-stethoscope:before {
  content: "\f0f1";
}
.icon-suitcase:before {
  content: "\f0f2";
}
.icon-bell-alt:before {
  content: "\f0f3";
}
.icon-coffee:before {
  content: "\f0f4";
}
.icon-food:before {
  content: "\f0f5";
}
.icon-file-text-alt:before {
  content: "\f0f6";
}
.icon-building:before {
  content: "\f0f7";
}
.icon-hospital:before {
  content: "\f0f8";
}
.icon-ambulance:before {
  content: "\f0f9";
}
.icon-medkit:before {
  content: "\f0fa";
}
.icon-fighter-jet:before {
  content: "\f0fb";
}
.icon-beer:before {
  content: "\f0fc";
}
.icon-h-sign:before {
  content: "\f0fd";
}
.icon-plus-sign-alt:before {
  content: "\f0fe";
}
.icon-double-angle-left:before {
  content: "\f100";
}
.icon-double-angle-right:before {
  content: "\f101";
}
.icon-double-angle-up:before {
  content: "\f102";
}
.icon-double-angle-down:before {
  content: "\f103";
}
.icon-angle-left:before {
  content: "\f104";
}
.icon-angle-right:before {
  content: "\f105";
}
.icon-angle-up:before {
  content: "\f106";
}
.icon-angle-down:before {
  content: "\f107";
}
.icon-desktop:before {
  content: "\f108";
}
.icon-laptop:before {
  content: "\f109";
}
.icon-tablet:before {
  content: "\f10a";
}
.icon-mobile-phone:before {
  content: "\f10b";
}
.icon-circle-blank:before {
  content: "\f10c";
}
.icon-quote-left:before {
  content: "\f10d";
}
.icon-quote-right:before {
  content: "\f10e";
}
.icon-spinner:before {
  content: "\f110";
}
.icon-circle:before {
  content: "\f111";
}
.icon-mail-reply:before,
.icon-reply:before {
  content: "\f112";
}
.icon-github-alt:before {
  content: "\f113";
}
.icon-folder-close-alt:before {
  content: "\f114";
}
.icon-folder-open-alt:before {
  content: "\f115";
}
.icon-expand-alt:before {
  content: "\f116";
}
.icon-collapse-alt:before {
  content: "\f117";
}
.icon-smile:before {
  content: "\f118";
}
.icon-frown:before {
  content: "\f119";
}
.icon-meh:before {
  content: "\f11a";
}
.icon-gamepad:before {
  content: "\f11b";
}
.icon-keyboard:before {
  content: "\f11c";
}
.icon-flag-alt:before {
  content: "\f11d";
}
.icon-flag-checkered:before {
  content: "\f11e";
}
.icon-terminal:before {
  content: "\f120";
}
.icon-code:before {
  content: "\f121";
}
.icon-reply-all:before {
  content: "\f122";
}
.icon-mail-reply-all:before {
  content: "\f122";
}
.icon-star-half-full:before,
.icon-star-half-empty:before {
  content: "\f123";
}
.icon-location-arrow:before {
  content: "\f124";
}
.icon-crop:before {
  content: "\f125";
}
.icon-code-fork:before {
  content: "\f126";
}
.icon-unlink:before {
  content: "\f127";
}
.icon-question:before {
  content: "\f128";
}
.icon-info:before {
  content: "\f129";
}
.icon-exclamation:before {
  content: "\f12a";
}
.icon-superscript:before {
  content: "\f12b";
}
.icon-subscript:before {
  content: "\f12c";
}
.icon-eraser:before {
  content: "\f12d";
}
.icon-puzzle-piece:before {
  content: "\f12e";
}
.icon-microphone:before {
  content: "\f130";
}
.icon-microphone-off:before {
  content: "\f131";
}
.icon-shield:before {
  content: "\f132";
}
.icon-calendar-empty:before {
  content: "\f133";
}
.icon-fire-extinguisher:before {
  content: "\f134";
}
.icon-rocket:before {
  content: "\f135";
}
.icon-maxcdn:before {
  content: "\f136";
}
.icon-chevron-sign-left:before {
  content: "\f137";
}
.icon-chevron-sign-right:before {
  content: "\f138";
}
.icon-chevron-sign-up:before {
  content: "\f139";
}
.icon-chevron-sign-down:before {
  content: "\f13a";
}
.icon-html5:before {
  content: "\f13b";
}
.icon-css3:before {
  content: "\f13c";
}
.icon-anchor:before {
  content: "\f13d";
}
.icon-unlock-alt:before {
  content: "\f13e";
}
.icon-bullseye:before {
  content: "\f140";
}
.icon-ellipsis-horizontal:before {
  content: "\f141";
}
.icon-ellipsis-vertical:before {
  content: "\f142";
}
.icon-rss-sign:before {
  content: "\f143";
}
.icon-play-sign:before {
  content: "\f144";
}
.icon-ticket:before {
  content: "\f145";
}
.icon-minus-sign-alt:before {
  content: "\f146";
}
.icon-check-minus:before {
  content: "\f147";
}
.icon-level-up:before {
  content: "\f148";
}
.icon-level-down:before {
  content: "\f149";
}
.icon-check-sign:before {
  content: "\f14a";
}
.icon-edit-sign:before {
  content: "\f14b";
}
.icon-external-link-sign:before {
  content: "\f14c";
}
.icon-share-sign:before {
  content: "\f14d";
}
.icon-compass:before {
  content: "\f14e";
}
.icon-collapse:before {
  content: "\f150";
}
.icon-collapse-top:before {
  content: "\f151";
}
.icon-expand:before {
  content: "\f152";
}
.icon-euro:before,
.icon-eur:before {
  content: "\f153";
}
.icon-gbp:before {
  content: "\f154";
}
.icon-dollar:before,
.icon-usd:before {
  content: "\f155";
}
.icon-rupee:before,
.icon-inr:before {
  content: "\f156";
}
.icon-yen:before,
.icon-jpy:before {
  content: "\f157";
}
.icon-renminbi:before,
.icon-cny:before {
  content: "\f158";
}
.icon-won:before,
.icon-krw:before {
  content: "\f159";
}
.icon-bitcoin:before,
.icon-btc:before {
  content: "\f15a";
}
.icon-file:before {
  content: "\f15b";
}
.icon-file-text:before {
  content: "\f15c";
}
.icon-sort-by-alphabet:before {
  content: "\f15d";
}
.icon-sort-by-alphabet-alt:before {
  content: "\f15e";
}
.icon-sort-by-attributes:before {
  content: "\f160";
}
.icon-sort-by-attributes-alt:before {
  content: "\f161";
}
.icon-sort-by-order:before {
  content: "\f162";
}
.icon-sort-by-order-alt:before {
  content: "\f163";
}
.icon-thumbs-up:before {
  content: "\f164";
}
.icon-thumbs-down:before {
  content: "\f165";
}
.icon-youtube-sign:before {
  content: "\f166";
}
.icon-youtube:before {
  content: "\f167";
}
.icon-xing:before {
  content: "\f168";
}
.icon-xing-sign:before {
  content: "\f169";
}
.icon-youtube-play:before {
  content: "\f16a";
}
.icon-dropbox:before {
  content: "\f16b";
}
.icon-stackexchange:before {
  content: "\f16c";
}
.icon-instagram:before {
  content: "\f16d";
}
.icon-flickr:before {
  content: "\f16e";
}
.icon-adn:before {
  content: "\f170";
}
.icon-bitbucket:before {
  content: "\f171";
}
.icon-bitbucket-sign:before {
  content: "\f172";
}
.icon-tumblr:before {
  content: "\f173";
}
.icon-tumblr-sign:before {
  content: "\f174";
}
.icon-long-arrow-down:before {
  content: "\f175";
}
.icon-long-arrow-up:before {
  content: "\f176";
}
.icon-long-arrow-left:before {
  content: "\f177";
}
.icon-long-arrow-right:before {
  content: "\f178";
}
.icon-apple:before {
  content: "\f179";
}
.icon-windows:before {
  content: "\f17a";
}
.icon-android:before {
  content: "\f17b";
}
.icon-linux:before {
  content: "\f17c";
}
.icon-dribbble:before {
  content: "\f17d";
}
.icon-skype:before {
  content: "\f17e";
}
.icon-foursquare:before {
  content: "\f180";
}
.icon-trello:before {
  content: "\f181";
}
.icon-female:before {
  content: "\f182";
}
.icon-male:before {
  content: "\f183";
}
.icon-gittip:before {
  content: "\f184";
}
.icon-sun:before {
  content: "\f185";
}
.icon-moon:before {
  content: "\f186";
}
.icon-archive:before {
  content: "\f187";
}
.icon-bug:before {
  content: "\f188";
}
.icon-vk:before {
  content: "\f189";
}
.icon-weibo:before {
  content: "\f18a";
}
.icon-renren:before {
  content: "\f18b";
}
/* END FONT AWESOME */



/* ADDED: Helium */
    
    /* General */
    .outer {
        padding: 20px 0;
    }
    .content-paragraph p {
        padding: 0 0 17px 0;
        line-height: 1.7em;
    }
    .content-paragraph p:last-child {
        padding: 0 0 0px 0;
    }
    section.the-article-content .content-paragraph h2 { 
    	color: #0d5c43;
    	font-weight: bold;
    	font-size: 20px;
    	line-height: 15px;
    	padding: 0 0 10px 0;
    	margin: 0 0 10px 0;
    	border-bottom: none;
    }
    
    /* Slideshow: Certificate Programs */
    #slider-certificates {
        position: relative;
        padding: 0 0 10px 0;
    }
    #slider-certificates ul {
        margin: 0;
        padding: 0;
    }
    #slider-certificates ul li {
        padding: 0;
        margin: 0;
        list-style-type: none;
    }
    #slider-certificates ul li img {
        width: 100%;
    }
    
    
    
    .content-paragraph #intro-paragraph p {
        color: #035642;
        font-family: 'Sorts Mill Goudy', serif;
        font-weight: normal;
        font-style: italic;
        font-size: 26px;
        font-size: 1.8em;
        line-height: 1.6em;
        padding: 0 0 20px 0;
    }    
    
    /* Programs */
    ul.items {
        padding: 0;
        margin: 0;    
    }
    .the-article-content .item-container {
        max-width: 100%;
        width: 100%;
        list-style-type: none;
        background-color: #e7ece8;
        border-top: 5px solid #d1dad3;
        padding: 25px;
        margin: 0 0 20px 0;
    }
        .the-article-content .item-container ul {
            padding: 0 0 20px 0;
        }
        .the-article-content .item-container ul li {
            list-style-type: disc;
        }
    .the-article-content .item-container h3 {
        padding: 0 0 10px 0;
        font-size: 18px;
        font-size: 1.8rem;
        line-height: normal;
        color: #035642;
        font-weight: 400;
    }
    #landing-page #content p:last-child {
        padding: 0;
    }
    .item-container:last-child {
        margin: 0 0 40px 0;
    }
    .request
    
    /* Testimonials */
    .container-testimonial {
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        margin: 0 0 20px 0;
    }
    .testimonial_text {
        color: #035642;
        font-family: 'Sorts Mill Goudy', serif;
        font-weight: normal;
        font-style: italic;
        font-size: 26px;
        font-size: 1.8em;
        line-height: 1.6em;
        padding: 0 60px 0 60px;        
    }
    .testimonial_text p {
        padding: 0 0 10px 0;
    }
    .testimonial_name {
        padding: 0 60px 40px 60px;
    }
    .testimonial_name p {
        font-weight: bold;
    }
    
    /* Video Styles */
    .video-clip {
    	position: relative;
    	max-width: 100%;
    	margin:0 auto;
    }
    .video-clip img {
        max-width: 100%;
        height: auto;
        margin:0 auto;
        border: 1px solid #fff;
        -moz-box-shadow: 1px 1px 2px 0 #ccc;
        -webkit-box-shadow: 1px 1px 2px 0 #ccc;
        box-shadow: 1px 1px 2px 0 #ccc;
    }
    a .play {
        color: #fff;
    	position: absolute;
    	z-index: 10;
    	top: 30%;
    	left: 35%;
    	font-size: 80px;
    	font-size: 8rem;
    	font-family: 'iconz';
    	opacity: .6;
    	-webkit-transition: all .1s ease-in-out;
    	-moz-transition: all .1s ease-in-out;
    	-ms-transition: all .1s ease-in-out;
    	-o-transition: all .1s ease-in-out;
    	transition: all .1s ease-in-out;
    }
    a:hover .play {
        color: #fff;
    	opacity: 1;
    }
    .the-article-content .video-clip a, 
    .the-article-content .video-clip a:visited {
        text-decoration: none;
    }
    .featured-pic {
        padding: 20px 0;
        margin: 0 0 0 20px;
        max-width: 45%;
        width: 100%;
        float: right;
    }
    .featured-photo {
        max-width: 350px;
        width: 100%;
    	float: right;
    	margin: 0 0 0 15px;
    }
    .featured-photo img {
        width: 100%;
    }
    .full-width-pic {
        max-width: 100%;
        width: 100%;
        margin: 0 0 20px 0;
        float: none;
    }
    /* Callouts */
    ul#callouts {
        margin: 20px 0;
    }
    ul#callouts.items h3 {
        color: #58585a;
        font-weight: bold;
        font-size: 17px;
        line-height: normal;
        padding: 0 0 20px 0;
        margin: 0 0 5px 0;
    }
    ul#callouts.items h2 {        
        padding: 0 0 10px 0;
        margin: 0 0 10px 0;
        font-size: 18px;
        font-size: 1.8rem;
        line-height: normal;
        color: #035642;
        font-weight: 400;
        border-bottom: 1px solid #E1e6e4;        
    }
    ul#callouts.items p {
        padding: 0 0 17px 0;
    }


/* Flexslider */
    /* Home Styles */
    #slider-home {
        position: relative;
    }
    #slider-home .container-caption {
        background: rgba(88,88,90,.70);
        padding: 25px;
        position: absolute;
        left: 3%;
        bottom: 45px;
        z-index: 102;
        max-width: 475px;
        transition: height .15s linear;
    }
    #slider-home .container-caption h2 {
        color: #fff;
        font-family: 'Oxygen', sans-serif;
        font-weight: 700;
        line-height: 1.375em;
    }
    #slider-home .container-caption .content {
        margin-top: 20px;
    }
    #slider-home .container-caption p {
        color: #fff;
        font-family: 'Oxygen', sans-serif;
        font-weight: 400;
        font-size: 15px;
        line-height: 19px;         
    }
    #slider-home .container-caption .content a {
        color: #fff;
    }
    #slider-home .container-caption .content span {
		padding: 10px 0 0 0;
		display:block;
	}
    #slider-home.flexslider ul.slides li img {
        position: relative;
        z-index: 1;
    }
    
    
    /* ============ FANCYBOX ============ */
    .fancybox-wrap,
    .fancybox-skin,
    .fancybox-outer,
    .fancybox-inner,
    .fancybox-image,
    .fancybox-wrap iframe,
    .fancybox-wrap object,
    .fancybox-nav,
    .fancybox-nav span,
    .fancybox-tmp {
    	padding: 0;
    	margin: 0;
    	border: 0;
    	outline: none;
    	vertical-align: top;
    }
    .fancybox-wrap {
    	position: absolute;
    	top: 0;
    	left: 0;
    	z-index: 8020;
    }
    .fancybox-skin {
    	position: relative;
    	background: #f9f9f9;
    	color: #444;
    	text-shadow: none;
    	-webkit-border-radius: 4px;
    	   -moz-border-radius: 4px;
    	        border-radius: 4px;
    }
    .fancybox-opened {
    	z-index: 8030;
    }
    .fancybox-opened .fancybox-skin {
    	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    }
    .fancybox-outer, .fancybox-inner {
    	position: relative;
    }
    .fancybox-inner {
    	overflow: hidden;
    }
    .fancybox-type-iframe .fancybox-inner {
    	-webkit-overflow-scrolling: touch;
    }
    .fancybox-error {
    	color: #444;
    	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    	margin: 0;
    	padding: 15px;
    	white-space: nowrap;
    }
    .fancybox-image, .fancybox-iframe {
    	display: block;
    	width: 100%;
    	height: 100%;
    }
    .fancybox-image {
    	max-width: 100%;
    	max-height: 100%;
    }
    #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    	background-image: url(images/fancybox_sprite.png);
    }
    #fancybox-loading {
    	position: fixed;
    	top: 50%;
    	left: 50%;
    	margin-top: -22px;
    	margin-left: -22px;
    	background-position: 0 -108px;
    	opacity: 0.8;
    	cursor: pointer;
    	z-index: 8060;
    }
    #fancybox-loading div {
    	width: 44px;
    	height: 44px;
    	background: url(images/fancybox_loading.gif) center center no-repeat;
    }
    .fancybox-close {
    	position: absolute;
    	top: -18px;
    	right: -18px;
    	width: 36px;
    	height: 36px;
    	cursor: pointer;
    	z-index: 8040;
    }
    .fancybox-nav {
    	position: absolute;
    	top: 0;
    	width: 40%;
    	height: 100%;
    	cursor: pointer;
    	text-decoration: none;
    	background: transparent url(images/blank.gif); /* helps IE */
    	-webkit-tap-highlight-color: rgba(0,0,0,0);
    	z-index: 8040;
    }
    .fancybox-prev {
    	left: 0;
    }
    .fancybox-next {
    	right: 0;
    }
    .fancybox-nav span {
    	position: absolute;
    	top: 50%;
    	width: 36px;
    	height: 34px;
    	margin-top: -18px;
    	cursor: pointer;
    	z-index: 8040;
    	visibility: hidden;
    }
    .fancybox-prev span {
    	left: 10px;
    	background-position: 0 -36px;
    }
    .fancybox-next span {
    	right: 10px;
    	background-position: 0 -72px;
    }
    .fancybox-nav:hover span {
    	visibility: visible;
    }
    .fancybox-tmp {
    	position: absolute;
    	top: -99999px;
    	left: -99999px;
    	visibility: hidden;
    	max-width: 99999px;
    	max-height: 99999px;
    	overflow: visible !important;
    }
    
    /* Overlay helper */
    .fancybox-lock {
        overflow: hidden !important;
        width: auto;
    }
    .fancybox-lock body {
        overflow: hidden !important;
    }
    .fancybox-lock-test {
        overflow-y: hidden !important;
    }
    .fancybox-overlay {
    	position: absolute;
    	top: 0;
    	left: 0;
    	overflow: hidden;
    	display: none;
    	z-index: 8010;
    	background-image: url(images/fancybox_overlay.png);
    }
    .fancybox-overlay-fixed {
    	position: fixed;
    	bottom: 0;
    	right: 0;
    }
    .fancybox-lock .fancybox-overlay {
    	overflow: auto;
    	overflow-y: scroll;
    }
    /* Title helper */
    .fancybox-title {
    	visibility: hidden;
    	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    	position: relative;
    	text-shadow: none;
    	z-index: 8050;
    }
    .fancybox-opened .fancybox-title {
    	visibility: visible;
    }
    .fancybox-title-float-wrap {
    	position: absolute;
    	bottom: 0;
    	right: 50%;
    	margin-bottom: -35px;
    	z-index: 8050;
    	text-align: center;
    }
    .fancybox-title-float-wrap .child {
    	display: inline-block;
    	margin-right: -100%;
    	padding: 2px 20px;
    	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
    	background: rgba(0, 0, 0, 0.8);
    	-webkit-border-radius: 15px;
    	   -moz-border-radius: 15px;
    	        border-radius: 15px;
    	text-shadow: 0 1px 2px #222;
    	color: #FFF;
    	font-weight: bold;
    	line-height: 24px;
    	white-space: nowrap;
    }
    .fancybox-title-outside-wrap {
    	position: relative;
    	margin-top: 10px;
    	color: #fff;
    }
    .fancybox-title-inside-wrap {
    	padding-top: 10px;
    }
    .fancybox-title-over-wrap {
    	position: absolute;
    	bottom: 0;
    	left: 0;
    	color: #fff;
    	padding: 10px;
    	background: #000;
    	background: rgba(0, 0, 0, .8);
    }
    /*Retina graphics!*/
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
    	   only screen and (min--moz-device-pixel-ratio: 1.5),
    	   only screen and (min-device-pixel-ratio: 1.5){
    
    	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    		background-image: url(images/fancybox_sprite@2x.png);
    		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
    	}
    
    	#fancybox-loading div {
    		background-image: url(images/fancybox_loading@2x.gif);
    		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
    	}
    }
    
    /* INPUTS */
    /* Request Information */
    #request-information {
        color: #fff;
        padding: 20px;
        margin: 0 0 20px 0;
        background: #035642;
    }
    #request-information h2 {
        font-size: 30px;
        font-size: 3rem;
        font-weight: 600;
        padding: 0 0 5px 0;
    }
    #request-information p {
        padding: 0 0 5px 0;
    }
    #request-information h3 {
        color: #fff;
        font-size: 2em;
        font-weight: normal;
        padding: 15px 0;
    }
    
    input,
    textarea {
        color: #565a5c;
        padding: 10px !important;
        max-width: 100%;
        width: 100%;
        background-image: url(images/graphics-fade-gray.png) !important;
    	background-repeat: repeat-x!important;
    	background-color: #fff;
    	border-radius: 3px !important;
    	border-top: 1px solid #fff !important;
    	border-left: 1px solid #fff !important;
    	border-right: 1px solid #ccc !important;
    	border-bottom: 1px solid #ccc !important;
    	-webkit-transition: all .1s ease-in-out;
    	-moz-transition: all .1s ease-in-out;
    	-ms-transition: all .1s ease-in-out;
    	-o-transition: all .1s ease-in-out;
    	transition: all .1s ease-in-out;
    	-webkit-border-radius: 3px !important;
    	-moz-border-radius: 3px !important;
    	-webkit-transition: all .1s ease-in-out;
    	-moz-transition: all .1s ease-in-out;
    	-ms-transition: all .1s ease-in-out;
    	-o-transition: all .1s ease-in-out;
    	transition: all .1s ease-in-out;
    }
    select {
        background-color: #fff;
        max-width: 100%;
        width: 100%;
        height: 40px;
        border: 1px solid #ccc;
    }
    label {
        display: block;
        padding: 0 0 5px 0;
    }
    label.inline {
        float: left;
        padding: 0 10px 10px 0;
        margin: 0 10px 0 0;
    }
    input[type="submit"].btn {
        max-width: inherit;
        width: inherit;
        display: inline-block;
    }
    input[type="checkbox"], 
    input[type="radio"] {
        width: inherit;
        max-width: inherit;
        display: inline-block;
        float: left;
        margin: 0 10px 0 0;
        
    }
    .btn,
    .gform_button {
        max-width: inherit;
        width: inherit;
        display: inline-block;
        text-transform: uppercase;    
        color: #333;
        padding: 10px 30px;
        font-weight: 700;
        font-size: 18px;
        font-size: 1.8rem;
        background-color: #ffcc00;
        background-image: url(images/graphic-btn-texture.png);
        background-repeat: repeat-x;
        border-top: 1px solid rgba(255,255,255,.7);
        border-left: 1px solid rgba(255,255,255,.7);
        border-bottom: 1px solid rgba(0,0,0,.7);
        border-right: 1px solid rgba(0,0,0,.7);
        border-radius: 5px;
        box-shadow: 0 0 3px 3px rgba(0,0,0,.1);
        -moz-box-shadow: 0 0 3px 3px rgba(0,0,0,.1);
        -webkit-box-shadow: 0 0 3px 3px rgba(0,0,0,.1);
        text-shadow: 1px 1px 1px rgba(255,255,255,.7);
        -moz-text-shadow: 1px 1px 1px rgba(255,255,255,.7);
        -webkit-text-shadow: 1px 1px 1px rgba(255,255,255,.7);
    }
    .btn:hover,
    .gform_button:hover {
        color: #000;
    }    
    
    /* Gravity Forms */
    .gform_wrapper .gfield_required {
        color: yellow!important;
    }
    .gform_heading h3.gform_title {
        color: #fff!important;
    }
    .gform_wrapper div.validation_error {
        color: yellow!important;
    }

/* Font-face Icons */
@font-face {
  font-family: 'iconz';
  src: url('font/iconz.eot?74952437');
  src: url('font/iconz.svg?74952437#iconz') format('svg'),
       url('font/iconz.eot?74952437#iefix') format('embedded-opentype'),
       url('font/iconz.woff?74952437') format('woff'),
       url('font/iconz.ttf?74952437') format('truetype');       
  font-weight: normal;
  font-style: normal;
}
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "iconz";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0;
  text-align: center;
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;     
  line-height: 1em; 
  margin-left: .2em;
}
 
.icon-facebook:before { content: '\46'; } /* 'F' */
.icon-googleplus:before { content: '\47'; } /* 'G' */
.icon-linkedin:before { content: '\49'; } /* 'I' */
.icon-left-arrow:before { content: '\4c'; } /* 'L' */
.icon-right-arrow:before { content: '\52'; } /* 'R' */
.icon-twitter:before { content: '\54'; } /* 'T' */
.icon-play:before { content: '\56'; } /* 'V' */
.icon-youtube:before { content: '\59'; } /* 'Y' */


.icon-facebook { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#x46;&nbsp;'); }
.icon-googleplus { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#x47;&nbsp;'); }
.icon-linkedin { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#x49;&nbsp;'); }
.icon-left-arrow { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#x4c;&nbsp;'); }
.icon-right-arrow { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#x52;&nbsp;'); }
.icon-twitter { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#x54;&nbsp;'); }
.icon-play { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#x56;&nbsp;'); }
.icon-youtube { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#x59;&nbsp;'); }


@font-face {
	font-family: 'flexslider-icon';
	src:url('font/flexslider-icon.eot');
	src:url('font/flexslider-icon.eot?#iefix') format('embedded-opentype'),
		url('font/flexslider-icon.woff') format('woff'),
		url('font/flexslider-icon.ttf') format('truetype'),
		url('font/flexslider-icon.svg#flexslider-icon') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* 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;
    margin: 0;
}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; 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 { 
    position: relative;
    zoom: 1; 
}
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-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;
    position: absolute;
    top: 50%;
    width: 100%;
}
.flex-direction-nav a  { 
	font-family: 'iconz';
	font-weight: normal;
	font-size: 40px;
	font-size: 4rem;
	text-decoration:none; 
	display: block; 
	width: 40px; 
	height: 40px; 
	margin: 0; 
	position: absolute; 
	top: 47%; 
	z-index: 10; 
	overflow: visible; 
	opacity: 1!important; 
	cursor: pointer; 
	color: #fff!important; 
	text-shadow: 1px 1px 0 rgba(255,255,255,0.3); 
	-webkit-transition: all .3s ease; 
	-moz-transition: all .3s ease; 
	transition: all .3s ease; 
}
.flex-direction-nav .flex-prev { 
	opacity: 0.3;
	left: 1%;
}
.flex-direction-nav .flex-next { 
	opacity: 0.3;
	right: 1%; 
	text-align: right; 
}
.flexslider:hover .flex-prev { 
	opacity: .7; 
	left: 3%; 
}
.flexslider:hover .flex-next { 
	opacity: .7; 
	right: 3%; 
}

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
/*.flex-direction-nav a:before  { font-family: "flexslider-icon"; font-size: 40px; display: inline-block; content: '\f001'; }
.flex-direction-nav a.flex-next:before  { content: '\f002'; }*/

/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
/*.flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }*/
.flex-pauseplay a:hover  { opacity: 1; }
/*.flex-pauseplay a.flex-play:before { content: '\f003'; }*/

/* Control Nav */
.flex-control-nav {
    width: 100%; 
    position: absolute;
    z-index: 15; 
    bottom: 15px; 
    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; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); 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: 10px;}
  .flex-direction-nav .flex-next { opacity: 1; right: 10px;}
}



/*============[ RESPONSIVE ]===========*/

	/* Was 1200px */
	#main-menu {
		margin-left: 230px;
	}
	#main-logo a {
		width:230px;
		height:188px;
		background-position:50% -213px;
	}
	.logo-spacer {
		width:230px;
		height:63px;
		background-position:33px 1px;
	}
	.main-dropdown {
		top:65px;
	}
	#main-logo {
		height:81px;
	}
	.main-nav nav {
		margin-top:15px;
	}
	.main-nav {
		height:84px;
	}
	.main-nav .main {
		margin-top:24px;
	}
	/* END */
@media only screen and (min--moz-device-pixel-ratio: 1.5),
    (-o-min-device-pixel-ratio: 3/2),
    (-webkit-min-device-pixel-ratio: 1.5),
    (min-device-pixel-ratio: 1.5) {
	.hidden-menu:hover, .hidden-menu2:hover, .hidden-menu3:hover {
		opacity:1;
	}
}
@media only screen and (max-width: 1330px){
	.main-nav nav { width:820px; }
	
}
@media only screen and (min-width: 1250px){
	#header-search input[type="text"] {
		width:81%;
	}
	#header-search input[type="submit"] {
		width: 19%;
	}
}
@media only screen and (max-width: 1170px){
	.main-nav nav { width:656px; }
}
/* iPad (landscape: 1024px) */
@media only screen and (max-width: 1024px){}
@media only screen and (max-width: 1010px){
	.main-nav nav { width:492px; }
	.main-nav .main, .main-nav .hidden-menu {
		display:block;
	}
}
@media only screen and (max-width: 1000px){
	.footer-nav {
		width:91.51515% !important;
	}
	#footer .hidden-menu3 {
		display:block;
		height:62px;
	}
}
@media only screen and (max-width: 900px){
	.footer-logo {
		display:block;
	}
	.copyright {
		padding:14px 0 32px 0;
	}
	.copyright li {
		float:none;
		text-align:center;
		width:100%;
		padding-left:0px;
		border-left:0px;
		margin-left:0px;
	}
	.copyright .social-icons {
		padding:8px 0 10px 0 !important;
	}
	.page-footer .copyright ul li {
		border-left:none;
		margin-left:0px;
		padding-left:0px;
	}
}
@media only screen and (max-width: 830px){
	.main-nav nav { width:328px; }
}

/* Just under iPad (portrait: 768px) > iPhone 4 (landscape: 480px) */
/* Width between 767px and 480px, inclusive */
@media only screen and (max-width: 767px){
    /* Hide Caption on Slider */
    #slider-home .container-caption {
        display: none;
    }
    /* Main Logo*/
    #main-logo {
        display: none!important;
    }
    #mobile-main-logo {
        display: block!important;
    }
    #mobile-main-logo img {
        max-width: 105px;
        padding: 5px;
        margin: 0 auto;
    }
    .page-footer ul {
        padding-top: 0!important;
    }
    .topnav-center {
    	display:none!important;
    }
    .main.hidden-menu2 {
    	display:block!important;
    }
    
	.hacc-inner>.row>.six.columns, .hacc-inner>.row>.four.columns {
		width:100% !important; 
		margin:0px;
	}
	.hacc-inner>.row>.six.columns>.haccordion-callout-image,
	.hacc-inner>.row>.four.columns>.haccordion-callout-image {
		margin-top:20px;
	}
	.hacc-inner>.row>.six.columns:first-child>.haccordion-callout-image:first-child,
	.hacc-inner>.row>.four.columns:first-child>.haccordion-callout-image:first-child {
		margin-top:0px;
	}
	.haccordion .twelve.columns .haccordion-callout-image,
	.haccordion .six.columns .haccordion-callout-image {
		width:100%;
		padding:0px;
		float:none;
	}
	.haccordion .twelve.columns .haccordion-callout-title h4,
	.haccordion .six.columns .haccordion-callout-title h4 {
		margin-top:15px;
	}
	.page-content.row .six.columns.staff-box,
	.page-content.row .four.columns.staff-box	{
		width:100% !important;
		margin-left:0;
		margin-right:0;
	}
	#metis-slider .slide-box {
		display:none;
	}
	.page-header {
		box-shadow: 0 1px 2px rgba(0,0,0,0.2);
		-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
		-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
		-o-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	}
	.page-content>.columns {
		margin:0;
		width:100%;
		float:left;
	}
	.page-content>.six.columns, .page-content>.nine.columns {
		position: relative;
		z-index: 4;
	}
	.sidebar a {
		font-size:14px;
	}
	.sidebar ul {
		height:0px;
		overflow:hidden;
	}
	
	.sidebar-right>div>h2 {
		border-top:1px solid #c7d2ce;
	}
	.page-content.row .three.columns.sidebar {
		margin-bottom:0px;
	}
	.sidebar h2 {
		cursor: pointer;
	}
	.sidebar-heading span {
		cursor:pointer;
	}
	.page-content.row .three.columns, .page-content.row .nine.columns, .page-content.row .six.columns {
		width:100%;
	}
	.sidebar-left, .sidebar-right {
		border:0;
	}
	.page-content.row .nine.columns {
		margin:0;
	}
	.page-title .row .nine.columns {
		width:100%;
		margin:0;
	}
	.page-title .row .nine.columns h1 {
		width:100%;
		text-align:center;
	}
	.page-title .row .nine .columns {
		height:88px;
		overflow:hidden;
	}
	.page-title h1 {
		height:88px;
		max-height:88px;
		line-height:88px;
		overflow:hidden;
		text-align:center;
		margin:0;
		padding:0;
	}
	.page-footer .grey-bar, #footer .hidden-menu3, .footer-nav ul{
		height:44px;
	}
	.footer-nav li {
		margin-top:12px;
	}
	.footer-nav a {
		font-size:14px;
	}
	.page-footer .grey-bar ul li a, .footer-nav li a {
		margin-top:12px;
	}
	.page-footer .grey-bar ul li {
		margin-top: 0px;
		margin-bottom: 0px;
		line-height: 43px;
		height: 44px;
		max-height:44px;
	}
	.main-nav nav, .main-dropdown { display:none !important; }
	.main-dropdown {
		height:0px;
	}
	/*#main-logo {
		width:100%;
		height:117px;
	}*/
	.main-nav .main {
		width:100%;
		margin:6px 0;
		background-position:100% 100%;
	}
	/*#main-logo a {
		width:100%;
		height:91px;
		top:12px;
		background-position:50% -404px;
	}*/
	.main-nav { height:120px; }

	.main-nav .main form { display:block; }
	.main-nav .main input[type="text"]{
		width:100px;
		background-color: #0d5c43;
		color:#fff;
		font-size:14px;
		padding-left:9px;
	}
	.main-nav .main input[type="submit"]{
		width:35px;
		background: #0d5c43 url(images/icon-search-white2.png) 50% 7px no-repeat;
		background-image: -webkit-image-set(
		  url(images/icon-search-white2.png) 1x,
		  url(images/icon-search-white2x.png) 2x
		);
		background-image: image-set(
		  url(images/icon-search-white2.png) 1x,
		  url(images/icon-search-white2x.png) 2x
		);
	}
	.main-nav .main input[type="submit"], .main-nav .main input[type="text"]{
		max-height:30px;
		height:30px;
		margin-top:1px;
		border:0px;
	}
	#header-search { display:none; }
	.header-topnav nav {	width:100% !important; }
	.topnav-center {
		float:right;
		position:relative;
		left:-50%;
		text-align:left;
	}
	.topnav-center ul {
		list-style:none;
		position:relative;
		left:50%;
	}
	.topnav-center ul li {
		float:left;
		position:relative;
	}
	.main-nav .main .hidden-menu {
		background-position:6px 0px;
	}
}
/* Just under iPhone 4 (landscape: 480px) > iPhone (portrait: 320px) */
/* Width between 479px and 320px (min-width), inclusive */
@media only screen and (max-width: 479px){

	.page-content.row .columns.staff-box .nine.columns,
	.page-content.row .columns.staff-box .three.columns {
		width:100% !important;
		margin-left:0;
		margin-right:0;
	}
	.page-content.row .columns.staff-box .nine.columns h3,
	.page-content.row .columns.staff-box .nine.columns span {
		text-align:center;
		display:block;
		width:100%;
	}
	.page-content.row .columns.staff-box .nine.columns h3 {
		font-size:17px;
		margin-top:12px;
		text-transform:uppercase;
	}
	.staff-box {
		border-top:8px solid #c7d2ce;
		border-left:0px !important;
	}
	.staff-inner {
		border-top:0px;
		border-right:1px solid #c7d2ce;
		border-bottom:1px solid #c7d2ce;
		border-left:1px solid #c7d2ce;
	}
	.breadcrumbs {
		max-height:1000px;
		padding:12px 0;
		overflow:visible;
	}
	.breadcrumbs ul>li {
		display:none;
		line-height:20px;
	}
	.breadcrumbs ul>li.page-parent {
		display:block;
		font-weight:normal;
	}
	.breadcrumbs ul>li.page-parent:before {
		content:"\00AB \00a0 back to ";
		color: rgb(54, 54, 54);
	}
	.breadcrumbs ul>li.page-parent:after {
		content: "";
		margin: 0;
	}
	.page-title .row .nine.columns {
		height:auto;
		overflow:visible;
		padding:25px 0;
	}
	.page-title h1 {
		font-size:24px;
		height: auto; 
		line-height: 28px;
		margin: 30px 0;
		padding: 0;
	}
	.footer-nav {
		width:83.0303% !important;
	}
	#footer .hidden-menu3 {
		width: 15.15152%;
	}	
	.submenu-content>ul>li>ul>li a {
		max-width:100%;
		padding:5px 20px;
	}
}
@media only screen and (max-width: 400px){
	.page-content {
		margin-bottom:3% !important;
	}
}
@media only screen and (max-width: 320px){
	.pagemenu .search .spacer  {
		margin: 0 6%;
		width:88%;
		height:59px;
	}
}

.submenu {
	height:0px;
	overflow:hidden;
	position:absolute;
	z-index:10001;
	width:100%;
	top:41px;
}
#submenu-header-top {
	background-color:#fff;
	transition: box-shadow 0.2s ease-in;
}
.submenu-center {
	width:100%;
}
.submenu-content>ul>li {
	width:100%;
	margin: 0px;
	border-bottom: 1px solid #eee;
}
.submenu-content>ul>li>a {
	display:block;
	width:100%;
	padding:20px 0; 
	color:#000;
	text-transform: uppercase;
	font-size:16px;
	text-align:center;
	font-weight: bold;
	text-decoration:none !important;
}
.submenu-content>ul>li:last-child {
	border-bottom:0px;
	padding-bottom:0px;
}
.submenu-content .sub-menu>li:last-child {
	padding-bottom:20px;
}
.submenu-content>ul>li>ul {
	width:100%;
	display:block !important;
}
.submenu-content>ul>li>ul>li {
	width:100%;
	border:none;
}
.submenu-content>ul>li>ul>li a {
	text-transform:none;
	width:100%;
	padding:5px 20px;
	text-align:center;
}
.submenu-content {
	overflow:hidden;
}
.dd-submenu, .dd-menu {
	position:absolute;
	background-color:#fff;
	box-shadow:0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow:0 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow:0 3px 3px rgba(0,0,0,0.2);
	-o-box-shadow:0 3px 3px rgba(0,0,0,0.2);
	display:none;
	z-index:1;
	overflow:hidden;
	list-style:none;
	width:200px;
	max-width:200px;
	height:0px;
}
.dd-shadow-up {
	box-shadow:0 -1px 3px rgba(0,0,0,0.2) !important;
	-moz-box-shadow:0 -1px 3px rgba(0,0,0,0.2) !important;
	-o-box-shadow:0 -1px 3px rgba(0,0,0,0.2) !important;
}
.dd-submenu {
	background-color:#259571;
}
.dd-submenu-visible {
	z-index:10002 !important;
}
.dd-menu-visible {
	z-index:10001 !important;
}
.dd-submenu li, .dd-menu li, .header-topnav .topnav-center>ul>li>ul>li, 
.footer-submenu>li {
	position:relative;
	float:left;
	width:100%;
	border:none;
	height:auto;
	transition:background-color 0.2s ease-in;
	border-bottom:1px solid #eee;
}
.dd-submenu li {
	border-bottom:1px solid rgba(255,255,255,0.2);
}
.dd-submenu li:hover {
	background-color:rgba(255,255,255,0.2);
}
.dd-menu li:hover, .header-topnav .topnav-center>ul>li>ul>li:hover,
.footer-submenu>li:hover {
	background-color:#f6f6f6;
}
#dd-submenu-arr {
	background:url(images/submenu-arr.png) 0% 50% no-repeat;
	position:absolute;
	z-index:10003; 
	height:46px;
	width:9px;
	top:0px;
	left:0px;
}
.dd-submenu li a, .dd-menu li a, .header-topnav ul>li>ul>li a,
.footer-submenu>li a {
	width:100%;
	max-width:200px;
	display:block;
	padding:15px 20px;
	font-size:14px;
	color:#0d5c43;
	white-space:pre-wrap;
	line-height:16px;
}
 .submenu-content ul>li>ul>li a {
	width:100%;
	display:block;
	padding:5px 20px;
	font-size:14px;
	color:#0d5c43;
	white-space:pre-wrap;
	line-height:16px;
	box-sizing:border-box;
}
.dd-submenu li a {
	color:#fff;
}
.dd-submenu-bdr {
	border-color:transparent !important;
}
.dd-menu li:last-child, .header-topnav .topnav-center>ul>li>ul>li:last-child {
	border:0;
}
.dd-menu, .dd-menu li, .dd-menu li a {
	margin:0;
}
.dd-menu, .dd-menu li  {
	padding:0;
}

.clear { clear:both; }

.searchform input[type="text"] {
	padding: 5px 0 7px 8px;
	max-height:27px;
	line-height:15px;
	background-color: #fff;
	border: 0px;
	width:81.83832335329341%;
	outline-width: 0px;
	margin-top: 7px;
	float: left;
	color:#aaa;
	border: 1px solid #bbb;
	border-right:0px;
}
.searchform input:focus {
	color:#888;
}
.searchform input[type="submit"] {
	display: block;
	float: left;
	margin-top: 7px;
	width: 27px;
	height: 27px;
	border: none;
	background-color: #0d5c43;
	background-repeat: no-repeat!important;
	background-position: 50% 50%;
	background-image: url(images/icon-search-grey.png)!important;
}

.ul-center {
	float:right;
    position:relative;
    left:-50%;
    text-align:left;
}

.ul-center ul {
	list-style:none;
    position:relative;
    left:50%;
}
.ul-center ul li {
	float:left;
	position:relative;
}

/*============[ ACCORDION ]===========*/

.accordion * {
	transition:background-color .2s linear, border-color .2s linear;
}
.ui-state-default {
	background: #f6f6f6;
}
.ui-state-hover {
	background: #eee;
}
.ui-state-active {
	background:white;
}
.ui-accordion .ui-accordion-header {
	padding-top:.7em;
	padding-bottom:.7em;
}
.ui-accordion-content {
	padding:0px !important;
	border:none !important;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	-o-border-radius:0;
	border-top:0px;
}
.ui-accordion-content div {
	padding: 1em 2.2em;
	border-radius:0 0 4px 4px;
	-moz-border-radius:0 0 4px 4px;
	-webkit-border-radius:0 0 4px 4px;
	-o-border-radius:0 0 4px 4px;
	border: 1px solid #aaa;
	border-top:0px;
}
.ui-accordion .ui-accordion-content {
	overflow:hidden;
}
.ui-state-focus, .ui-widget-header .ui-state-focus, .ui-widget-content .ui-state-focus {
	border: 1px solid #d3d3d3;
}
.ui-state-default:hover {
	border-color:#aaa;
}
.ui-accordion-header-active {
	border: 1px solid #aaa;
	border-bottom: 1px dashed #bbb;
}

/*============[ METIS SLIDER ]============*/

#metis-slider {
	position:relative;
	overflow:hidden;
}
#metis-slider ul {
	visibility:hidden;
	opacity:0;
}
#metis-slider ul.slides {
	width:100%;
	position:relative;
}
#metis-slider ul.slides>li {
	width:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:99;
	background-position:50% 0%;
	background-repeat:no-repeat;
}
#metis-slider ul.slides>li a {
	display:block;
	width:100%;
}
#metis-slider ul.nav {
	bottom:20px;
	margin:0 auto;
	list-style:none;
}
#metis-slider .ul-center {
	z-index:102;
	bottom:20px;
	height:0px;
}
#metis-slider ul.nav a {
	display:block;
	width:100%;
	height:100%;
	border-radius:50px;
	-webkit-border-radius:50px;
	-moz-border-radius:50px;
	-o-border-radius:50px;
	background-color:#fff;
	transition:background-color 0.15s linear;
	box-shadow: 0 0 3px rgba(0,0,0,0.2);
}
#metis-slider ul.nav a:hover {
	background-color:#58585a;
}
#metis-slider ul.nav li {
	min-width:10px;
	min-height:10px;
	margin:0 5px;
	float:left;
}
#metis-slider div.loading {
	width: 66px;
	height:66px;
	margin: auto;
	position: relative;
	text-align: center;
	bottom: -50%;
}
#metis-slider div.loading img {
	position: relative;
	top: -33px;
	visibility:hidden;
}
#metis-slider .slide-box .slide-title {
	color: #fff;
	font-weight: bold;
	font-size: 20px;
}
#metis-slider .slide-box .slide-title:after, 
#metis-slider .slide-box .slide-title:before {
	color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	position: relative;
	top: 7px;
	line-height:20px;
}
#metis-slider .slide-box .slide-content {
	color:#fff;
	font-size: 15px;
	line-height: 19px;
	margin-top:20px;
}
#metis-slider .slide-box {
	background:rgba(88, 88, 90, 0.70);
	padding:25px;
	position:absolute;
	left:3%;
	bottom:45px;
	z-index:102;
	opacity:0;
	visibility:hidden;
	max-width:475px;
	transition:height 0.15s linear;
}
#metis-slider li.slides {
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}

/*============[ STAFF ]============*/

.staff-box {
	border-left:8px solid #c7d2ce;
	background-color:#f9f9f9;
	transition:border-color 0.3s ease-in;
	margin-bottom:15px;
}
.staff-box:hover {
	border-color:#0d5c43;
}
.staff-box span {
	display:block;
	width:100%;
}
.staff-inner {
	border-top:1px solid #c7d2ce;
	border-right:1px solid #c7d2ce;
	border-bottom:1px solid #c7d2ce;
	display:table;
	width:100%;
	padding:15px !important;
}
.staff-info {
	margin-left:10px;
}
.staff-photo {
	background-size:100% auto;
	-webkit-background-size:100% auto;
	-moz-background-size:100% auto;
	-o-background-size:100% auto;
	background-position:50% 0%;
	background-repeat:no-repeat;
}
.page-content.row .six.columns.staff-box {
	width:49.09091%;
}
.page-content.row .columns.staff-box .nine.columns {
	width:74.54545%;
}
.page-content.row .columns.staff-box .three.columns {
	width: 23.63636%;
	margin-bottom:0px;
}

/*============[ HORIZONTAL ACCORDION (CONTINUED) ]============*/

.haccordion .row .six.columns {
	width: 49.09091%;
}
.haccordion .row .four.columns {
	width: 32.12121%;
}	

/*======[ TIMELY CALENDAR ALL-IN-ONE ]======*/
.ai1ec-pagination a.btn {
	display: table !important;
}