/*  
Theme Name: CSCRS_Custom
Version: 1.0
Author: Jonathon Weisenfeld
*/

/* Top Elements */
* { margin: 0; padding: 0px; outline: 0 }

body {
	background: #fff;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	color: #555; 
	text-align: center;
	line-height: 180%;
}

/* links */
a, a:visited {
	text-decoration: none;
	color: #4897b8;
	background: inherit;
}
a:hover {
	color: #4897b8;
	background: inherit;
	text-decoration: underline;
	cursor:pointer;
}

/* headers */
h1, h2, h3 {
	font-family: 'Rajdhani', sans-serif;	 		
}
h1 {
	font-size: 175%;	
	font-weight: bold;
	color: #4897b8;
	padding: 0px;		
	margin: 0px 0 5px 0;
}
h2 {
	font-size: 130%;
	color: #4897b8;
	padding: 10px 0px 0 0px;		
	margin: 0;
}
h3 {
	font-size: 110%;
	font-weight: bold;
	color: #4897b8; 
	padding: 5px 0 0px 0;
	line-height: 150%;
}
h4 {
	font-size: 100%;
	font-weight: bold;
	color: #4897b8; 
	padding: 5px 0 0px 0;
	line-height: 115%;
}

p {
	padding: 0px;		
	margin: 0;
}
ul, ol {
	margin: 0px 0 20px 0;
	padding: 0 20px;
	color: #555;
}

/* images */
img {
	margin: 10px;
}
img.float-right {
  margin: 5px 0px 10px 10px;  
}
img.float-left {
  margin: 5px 10px 10px 0px;
}

/* start - table */
table {
	border-collapse: collapse;
	margin: 10px 0 0 0px;	
}
th strong {
	color: #fff;
}
th {
	background: #088FC6;
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;
	color: #FFF;
	text-align: left;
	/*border-left: 1px solid #B6D59A;
	border-bottom: solid 2px #FFF;*/
}
tr {
	height: 30px;
}
td {
	padding: .5rem;
	border: 1px solid #000;
	line-height: 1.25rem;
}
td.column-a {
	background: #4897b8;
	color: #fff;
}
#agenda {
	border: 0px;
}
#agenda tr {
	vertical-align: top;
}
#agenda td {
	border: 0px;
	line-height: 1.5rem;
}

/*rledit 27june2019*/
#budgetTable {
  border: 1px solid #000;
	border-collapse: collapse;
	margin: 0px 0 0 0px;	
}

#budgetTable td{
  padding: 2px;
	line-height: 1rem;
}
.boldText{
  font-weight: bold;
}
/* end - table */



/* form elements */
fieldset {
	padding: 10px 0 0 0;
	border: 0px solid;
}
.formrow {
	margin: 0px 0 1rem 0px;
}
#formdiv {
	background:#fff;
	padding: 0px;
	margin: 15px 0 0 140px;
}
form {
	margin:0px 0 0px 0;
	padding: 0px;
}

/*rledit - smaller text for notes in form */
.formnote {
  font-size: 0.85em;
  font-style: italic;
}
  
label {
	display:block;
	font: 1.25rem 'Rajdhani', sans-serif;
	padding: 0px;
	color: #4897b8;
	margin: 0 0 0rem 0;
}
.labelreg {
	display:block;
	font: 1.1rem 'Rajdhani', sans-serif;
	padding: 0px;
	color: #000 /* changed 11/2019 by JW for NaTMEC forms #4897b8 */;
	font-weight: bold /* added 11/2019 by JW for NaTMEC forms */;
	margin: 0 1.5rem 0rem 0;
	float: left;
	width: 260px;
}
.grplabelreg {
	display:block;
	font: 1.1rem 'Rajdhani', sans-serif;
	padding: 0px;
	color: #4897b8;
	margin: 0 1.5rem 0rem 0;
	float: left;
	width: 240px;
}
input {
	padding:2px;
	margin: 0px 0px 0px 0px;
	border:1px solid #999;
	font-family: 'Rajdhani', sans-serif;
	color:#22222;
	font-size: 1rem;
}
input #lastinput {
	padding:2px;
	margin: 0px 0px 5px 0px;
	border:1px solid #69A934;
	font: normal 1em Verdana, sans-serif;
}
textarea {
	width:95%;
	padding:2px;
	margin: 2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #999;
	height:100px;
	display:block;
	color:#777;
}


/*rledit 27june2019 */
.budgetTextArea {
	width:95%;
	padding:2px;
	margin: 2px;
	font: normal .85em Verdana, sans-serif;
	border:1px solid #999;
	height:30px;
	display:block;
	color:#777;
}
input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 24px;
	margin: 0;
	padding: 2px 3px; 
	color: #FFF;
	background: #8EB50C url(images/button-bg.jpg) repeat-x 0 0;
	border: none;
}
input[type=submit] {
	background-color: #162e38;
	color: #fff;
	padding-left: 5px;
	padding-right: 5px;
}
input[type=submit]:hover, input[type=submit]:active {
	background-color: #4897b8;
}
.button {font: 14px 'Rajdhani', sans-serif;font-size: 1rem;text-decoration: none;background-color: #162e38;color: #FFFFFF;padding: 0px 5px 0px 5px;border: 1px solid #999;}
.button:hover {color: #FFF; background-color: #4897b8}
.error {color: red; font-weight: bold; font-size: .85rem;font-style: italic;}
.formerr {color: red; font-weight: bold; font-size: .75rem;font-style: italic;}
.redstar {color: red;}

/* search form */
.searchform {
	background-color: transparent;
	border: none;	
	margin: 0; padding: 5px 0 15px 0;	
	width: 190px;	
}
.searchform p { margin: 0; padding: 0; }
.searchform input.textbox { 
	width: 120px;
	color: #777; 
	height: 18px;
	padding: 2px;	
	border: 1px solid #E5E5E5;
	vertical-align: top;
}
.searchform input.button { 
	width: 60px;
	height: 24px;
	padding: 2px 5px;
	vertical-align: top;
}

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	width: 1050px;
	background: #fff;
	margin: 0 auto;
	text-align: left;
	padding: 30px 0 30px 0;
}
#content-container {
}
header.smaller {
	height: 80px;
	border-bottom: 4px solid #183460;
}
header.smaller #header_content {
	height: 80px;
}
.logo {
	float: left;
	margin: 1.6rem 0 0 0;
	background: url(images/Logo_CSCRS_LRG.png) no-repeat 0 0;
	background-size: 420px;
	height: 75px;
	width: 420px;
}
.logo img {
	margin: 0;
}
header.smaller .logo {
	margin: .85rem 0 0 0;
	background: url(images/Logo_CSCRS_LRG.png) no-repeat 0 0;
	background-size: 300px;
	height: 60px;
	width: 300px;
}
header.smaller #navigation {
	margin: 12px 0 0 0;
}
header.smaller .social {
	display: none;
}
header {
	width: 100%;
	height: 125px;
	margin: 0 auto;
	padding: 0;
	position: fixed;
	background: #fff;	
	z-index: 10;
	border-bottom: 4px solid #183460;
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	-ms-transition: height 0.3s;
	-o-transition: height 0.3s;
	transition: height 0.5s;
}
.header_home {
	position: relative;
}
#header_content {
	height: 125px;
	width: 1050px;
	margin: 0 auto;
	background: #fff;
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	-ms-transition: height 0.3s;
	-o-transition: height 0.3s;
	transition: height 0.5s;
}
#navigation {
	float: right;
	margin: .75rem 0 0 0;
	color: #183460;
	text-align: right;
}
#navigation a {
	color: #183460;
	text-decoration: none;
}
#navigation a:hover {
	color: #f5821f;
	text-decoration: none;
}
#navigation_mobile {
	display: none;
}
.mobileonly {
	display: none;
}
.primary_nav {
	font-weight: 700;
	font-size: 1.25rem;
}
.secondary_nav {
	font-weight: 400;
}
#newsletter_nav {
	width: 840px;
	float: right;
	margin: 0 0px 20px 0;
	padding: 10px 0 0 0;
	background-color: #162e38;
}
#newsletter_nav p {
	color: #fff !important;
	margin: 0 !important;
}
#newsletter_nav ul, ol {
	color: #fff /* removed 5/30/19 by JW !important*/;
}
#newsletter_masthead {
	background-color: #162e38;
	height: 300px;
	padding: 0;
}
#newsletter_masthead img {
	margin: 0;
}
.newsletter_title {
	color: #183460;
	font-family: "Rajdhani",arial,sans-serif;
	font-size: 3.5rem;
	font-weight: bold;
}
.newsletter_subtitle {
	color: #088fc6;
	font-family: "Rajdhani",arial,sans-serif;
	font-size: 1rem;
	font-weight: bold;
}
#newsletter_collaborator {
	background: #eeeeee;
	color: #333;
	font-family: "Rajdhani",arial,sans-serif;
	font-size: 1rem;
	padding: 1rem;
	margin: 1.5rem 0 1.5rem 0;
	height: 100%;
}
#newsletter_collaborator p {
	font-size: 1rem !important;
	line-height: 1.5rem !important;
}
.social {
	height: 2rem;
	margin: 0 0 .5rem 0;
}
.social img {
	margin: 0;
}
#header_divider {
	border-bottom: 4px solid #183460;
	background: url(images/DividerBar_Bkgrnd.jpg) center 129px;
	height: 55px;
	padding: 128px 0 0 0;
}
#header_divider_scrolled {
	display: none;
}

img.headshot {
	max-width: 100%;
	height: auto;
	float: none;
	position: relative;
	margin-left: 0;
}

/* Menu */
.menu_wrap {
	width: 250px;
	margin: 0 30px 0 0;
	float: left;
	background: #162e38;
	z-index: 90;
	position: relative;
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	-ms-transition: height 0.3s;
	-o-transition: height 0.3s;
	transition: height 0.3s;
}
.menu_wrap_scrolled {
	width: 250px;
	margin: -105px 30px 0 0;
	float: left;
	position: fixed;
	background: #162e38;
}
#menu {
	margin: 0 auto;
	padding: 0;
	background: #4897b8;	
	font-family: 'Rajdhani', arial, sans-serif;
	font-weight: 400;
	font-size: 1.25rem;
	line-height: 1.15rem;
	height: 100%;
	width: 200px;
	float: right;
}
#menu a {
	color: #fff;
	text-decoration: none;
}
#menu a:hover {
}
#menu ul {
	float: none;
	list-style: none;
	margin:0;
	padding: 20px 10px 0 10px;
}
#menu ul li {
	display: inline;
	line-height: 2.5rem;
	color: #fff;
}
#menu ul li a {
	display: block;
	line-height: 1.5rem;
	margin: 0px 0 0px 0;
	padding: 10px 0 10px 0;
	width: 190px;
	clear: both;
}
#menu ul li.last a {
}
#menu ul li a:hover {
	color: #f5821f;
	background: #162e38;
	text-decoration: none;
	margin: 0px 0px 0px -10px;
	padding: 10px 0 10px 10px;
	width: 190px;
	line-height: 1.5rem;
}
#menu ul li#current a {	
}
#menu ul li ul {
	padding: 0 0 0 1rem;
}
#menu ul li ul li a{
	color: #fff;
	padding: 5px 5px 5px 0;
	font-size: 1rem;
	line-height: 1rem;
	width: 95%;
}
#menu ul li ul li a:hover {
	color: #183460;
	padding: 5px 5px 5px 0;
	font-size: 1rem;
	line-height: 1rem;
	background: transparent;
	margin: 0;
	width: 95%;
}
#menu ul li ul li.current-menu-item > a {
	color: #183460;
}
#menu_title_mobile {
	display: none;
}
#menu_title {
	width: 50px;
	height: 100%;
	float: left;
	background: #162e38;
	color: #87cfed;
}
.vertical-text_menu {
	-ms-transform: rotate(270deg); /* IE 9 */
	-ms-transform-origin: 53% 880%; /* IE 9 */
	-webkit-transform: rotate(270deg); /* Chrome, Safari, Opera */
	-webkit-transform-origin: 53% 880%; /* Chrome, Safari, Opera */
	transform: rotate(270deg);
	transform-origin: 53% 880%;
	font-weight: 700;
	font-size: 2rem;
	text-align: right;
	width: 500px;
	font-family: 'Rajdhani', arial, sans-serif;
}
.vertical-text {
	-ms-transform: rotate(270deg); /* IE 9 */
	-ms-transform-origin: 53% 880%; /* IE 9 */
	-webkit-transform: rotate(270deg); /* Chrome, Safari, Opera */
	-webkit-transform-origin: 53% 880%; /* Chrome, Safari, Opera */
	transform: rotate(270deg);
	transform-origin: 57% 350%/*62% 320%*/;
	font-weight: 700;
	font-size: 2rem;
	text-align: right;
	width: /*500px*/200px;
	font-family: 'Rajdhani', arial, sans-serif;
}
.vertical-text_prodev {
	-ms-transform: rotate(270deg); /* IE 9 */
	-ms-transform-origin: 53% 880%; /* IE 9 */
	-webkit-transform: rotate(270deg); /* Chrome, Safari, Opera */
	-webkit-transform-origin: 53% 880%; /* Chrome, Safari, Opera */
	transform: rotate(270deg);
	transform-origin: 58% 169%;
	font-weight: 700;
	font-size: 2rem;
	text-align: right;
	width: /*500px*/200px;
	font-family: 'Rajdhani', arial, sans-serif;
}
#profdev {height: 500px;}
#safesummit {height: 500px;}

/* Homepage */
#home_image {
	height: 450px;
	/*width: 100%;*/
	background: #4897b8 url(images/Homepage_Image.jpg) no-repeat 0% 25%;
	margin: 0 auto;
	border-bottom: 4px solid #162e38;
	background-size: 100%
}
#home_title {
	color: #fff;
	font-size: 4.5rem;
	text-align: center;
	-webkit-text-fill-color: #fff; /* Will override color (regardless of order) */
	-webkit-text-stroke-width: 1.5px;
	-webkit-text-stroke-color: #162e38;
	font-weight: 700;
	padding: 7rem 0 50px 0;
	font-family: 'Rajdhani', sans-serif;
}
#home_titletext {
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 1.5rem;
	font-weight: 300;
	width: 1010px;
	height: 65px /*100px*/;
	background: rgba(22, 46, 56, 0.7);
	margin: 0 auto;
	padding: 30px 20px 40px 20px;
	line-height: 2.25rem;
}
#home_titletext a {
	background: transparent;
	font-weight: 700;
}
#home_titletext a:hover {
	background: transparent;
	font-weight: 700;
}
#home_focus_container {
	width: 985px;
	margin: -50px auto 0 auto;
}
#home_focus_container a {
	color: #87cfed;
}
#home_focus_container a:hover {
	color: #f5821f;
}
#home_focus {
	height: 215px;
	width: 315px;
	float: left;
}
#home_focus_title {
	background: #162e38;
	width: 50px;
	height: 100%;
	float: left;
}
#home_focus_title_profdev {
	background: #162e38;
	width: 90px/*50px*/;
	height: 100%;
	float: left;
}
#home_focus_spacer {
	width: 20px;
	float: left;
}
#home_focus_content {
	background: #666;
	color: #fff;
	height: 195px;
	width: 245px;
	float: left;
	text-align: left;
	padding: 10px;
	font-size: 1rem;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	line-height: 1.5rem;
}	
#home_focus_content_profdev {
	background: #666;
	color: #fff;
	height: 195px;
	width: /*245px*/205px;
	float: left;
	text-align: left;
	padding: 10px;
	font-size: 1rem;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	line-height: 1.5rem;
}	
#home_feature_primary {
	width: 1050px;
	height: 230px;
	background: transparent;
	margin: 40px auto 0 auto;
	text-align: left;
	font-family: 'Roboto', sans-serif;
	font-size: 1.25rem;
	font-weight: 300;
	line-height: 1.75rem;
}
#home_feature_primary h1 {
	font-family: 'Rajdhani', arial, sans-serif;
	font-weight: 700;
	text-align: left;
	font-size: 2.25rem;
	color: #0c8fc6;
	line-height: 2rem;
}
#home_feature_primary h1 a:hover {
	text-decoration: none;
}
#home_feature_primary img {
	float: left;
	margin: 0 20px 0 0;
}
#home_feature_secondary {
	width: 100%;
	height: 100%;
	background: #eee;
	margin: 20px auto 0 auto;
	padding: 0 0 20px 0;
}
#home_feature2_wrap {
	width: 1050px;
	margin: 0 auto;
}
#home_feature2_content {
	width: 49%;
	height: /*190px*/210px;
	margin: 20px auto 20px auto;
	float: left;
	text-align: left;
	font-size: 1.25rem;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}
#home_feature2_content h1 {
	font-family: 'Rajdhani', arial, sans-serif;
	font-weight: 400;
	text-align: left;
	font-size: 1.75rem;
	color: #0c8fc6;
}
#home_feature2_content h1 a:hover {
	text-decoration: none;
}
#home_newsletter {
	width: 100%;
	background: transparent;
	margin: 40px 0 0 0;
}
#home_newsletter_content {
	width: 1050px;
	margin: 0 auto;
	text-align: center;
	color: #162e38;
	font-size: 1.5rem;
	font-family: 'Rajdhani', arial, sans-serif;
	font-weight: 700;
}
.mc4wp-response {
	margin: 5px 0 0 0;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	color: #0c8fc6;
}
.newsletter_form input {
	border: 1px solid #666;
	font-family: 'Roboto', sans-serif;
	font-size: 1rem;
	font-weight: 300;
	font-style: italic;
}
	

/* Main Column */
#tempmain {
	display: inline;
	background: #fff;
	width: 950px;
	margin: 10px 0 0 0;
	padding: 0 20px 0 0;
	font-size: 1.25rem;
}
#main {
	display: inline;
	background: #fff;
	width: 750px;
	margin: 10px 0 0 0;
	padding: 0 20px 0 0; 
	float: right;
	font-family: 'Roboto', sans-serif;
	font-size: 1.15rem;
	font-weight: 300;
	color: #666;
	/*margin: 0 0 10px 0;*/
	line-height: 1.85rem;
}
#list_main {
	display: inline;
	background: #fff;
	width: 1050px;
	margin: 10px 0 0 0;
	padding: 0 20px 0 0; 
	float: right;
	font-family: 'Roboto', sans-serif;
	font-size: 1.15rem;
	font-weight: 300;
	color: #666;
	/*margin: 0 0 10px 0;*/
	line-height: 1.85rem;
}
#main_register {
	display: inline;
	background: #fff;
	width: 100%;
	margin: 10px 0 0 0;
	padding: 0 20px 0 0; 
	float: right;
	font-family: 'Roboto', sans-serif;
	font-size: 1.15rem;
	font-weight: 300;
	color: #666;
	/*margin: 0 0 10px 0;*/
	line-height: 1.85rem;
}
#main hr {
	border: 1px solid #4897b8;
	margin: 1rem 0 2rem 0;
}
#main h1 {
	font-family: 'Rajdhani', arial, sans-serif;
	font-weight: 400;
	font-size: 2.75rem;
	color: #4897b8;
	margin: 0 0 10px 0;
	line-height: 2.5rem;	
}
#main h2 {
	font-family: 'Rajdhani', arial, sans-serif;
	font-weight: 700;
	font-size: 1.85rem;
	margin-top: 10px;
	color: #4897b8; 
	padding: 5px 0 0px 0px;
}
#main h2 a {
	background: none;
	color: #4897b8;
	text-decoration: none;
}
#main h2 a:hover {
	background: none;
	color: #4897b8;
	text-decoration: underline;
}
#main h3 {
	font-family: 'Rajdhani', arial, sans-serif;
	font-weight: 700;
	font-size: 1.35rem;
	margin: 1rem 0 0 0;
	color: #4897b8; 
	padding: 5px 0 0px 0px;
}
#main h5 {
	color: #4897b8;
	padding: 0px;
	margin: -10px 0 10px 0px;
	font-style: italic;
	font-size: 1rem;
}
#main p {
	margin: 0 0 10px 0;
	color: #555;
}
#main a, a:visited {
	text-decoration: none;
	color: #4897b8;
	background: inherit;
}
#main a:hover {
	color: #4897b8;
	background: inherit;
	text-decoration: underline;
}

#main ul, ol {
	margin: 1em 0 1em 0;
	padding: 0 20px;
	font-size: 1.15rem;
	color: #555;
}
#main ul {
	list-style: disc;
}
#main li {
	padding: 0 0 1em 0;
}
#main ul li {
	padding: 0 0 0 1em;
	line-height: 1.75rem;
	/*text-indent: -.7em;*/
}
#main ol li ol li ol {
	padding: 0 0 0 20px;
}
#outline_bold ul, ol {
	padding: 0 40px;
}

/*#main ul li::before {
  content: "• ";
  color: #4897b8;
}*/
#main_landingtitle {
	height: 115px;
	width: 100%;
	background: #4897b8;
	padding: 5px;
	margin: -10px 0 20px 0;
}
#main_landingtitle h1 {
	color: #87cfed;
	font-size: 5rem;
	font-weight: 600;
	line-height: 11rem;
}
#main_newsletter {
	background: #fff;
	width: 80%;
	margin: 10px auto;
	padding: 0 0px 0 0; 
}
#main_newsletter hr {
	border: 1px solid #eaeaea;
	margin: 25px 0 25px 0;
}
#main_newsletter h1 {
	font-family: 'Rajdhani', arial, sans-serif;
	font-weight: 400;
	font-size: 2.75rem;
	color: #4897b8;
	margin: 0 0 10px 0;
	line-height: 2.5rem;	
}
#main_newsletter h2 {
	font-family: 'Rajdhani', arial, sans-serif;
	font-weight: 700;
	font-size: 1.5rem;
	margin-top: 10px;
	color: #4897b8; 
	padding: 5px 0 0px 0px;
}
#main_newsletter h2 a {
	background: none;
	color: #4897b8;
	text-decoration: none;
}
#main_newsletter h5 {
	color: #4897b8;
	padding: 0px;
	margin: -10px 0 10px 0px;
	font-style: italic;
	font-size: 1rem;
}
#main_newsletter h2 a:hover {
	background: none;
	color: #4897b8;
	text-decoration: underline;
}
#main_newsletter p {
	font-family: 'Roboto', sans-serif;
	font-size: 1.15rem;
	font-weight: 300;
	color: #666;
	margin: 0 0 10px 0;
	line-height: 1.85rem;
}
#main_newsletter a, a:visited {
	text-decoration: none;
	color: #4897b8;
	background: inherit;
	text-decoration: none;
}
#main_newsletter a:hover {
	color: #4897b8;
	background: inherit;
	text-decoration: underline;
}
.entry-summary {
	margin: 0 0 1rem 0;
}
#reportingfeature {
	width: 100%;
	background: #E9F3Fb;
	padding: 1rem;
	border: 1px solid #BDD6F0;
}

/* Callouts */	
#callout_right {
	float: right;
	width: 40%;
	padding: 1rem;
	margin: 0px 0 0 1rem;
	background: #eee;
}	
#callout_left {
	float: left;
	width: 40%;
	padding: 1rem;
	margin: 0px 1rem 0 0px;
	background: #eee;
}	

/* Sidebar */	
#sidebar {
	float: right;
	width: 30%;
	padding: 0;
	margin: 15px 15px 0 0;
	color: #555;
}	
#sidebar h2 {
	margin: 0px 0 5px 0;
	padding: 5px 5px 5px 5px; 
	font: bold 100% Tahoma, Arial, Sans-serif;
	color: #fff;
	background: #69a934;
}
#sidebar ul {
	list-style: none;
	text-align: left;
	margin: 0;
	padding: 0px;
	text-decoration: none;		
	line-height: 175%;			
}
#sidebar li.widget li {
	list-style: none;
	padding: 4px 0 4px 0px;
	margin: 0 2px;	
	color: #68774A;
}
* html body #sidebar ul li {
	height: 1%;
	padding: 0 10px 0 10px;
}
#sidebar ul li {
	line-height: 175%;
	padding: 5px;
	margin: 0px 0 20px 0;
	border: 1px solid #69a934;		
}
#sidebar ul li a {
	text-decoration: none;	
	background-image: none;	
	color: #2180BC;
	line-height: 175%;			
}
#sidebar ul li a:hover {	
	color: #88ac0b;
	background: inherit;
	text-decoration: underline;
	line-height: 175%;			
}
	

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
	margin: 0 1rem 0 0;
}

.alignright {
	float: right;
	margin: 0 0 0 1rem;
}

.wp-caption {
	text-align: center;
	padding-top: 4px;
	/*margin: 10px;*/
}
.wp-caption-text {
	font-size: .85rem;
	padding: .25rem 0 0 0;
	line-height: 1rem;
	font-style: italic;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* Footer */	
#footer {
	color: #fff;
	background: #162e38;
	clear: both;
	width: 100%;
	height: 190px;
	text-align: center;	
	font-size: 100%;
	margin: 40px 0 0 0;
	padding: 30px 0 0 0;
	line-height: 140%;
	border-top: 4px solid #f5821f;
}
#footer a { 
	color: #87cfed;
	text-decoration: none;
	font-size: 100%;
}
#footer img {
	border: 0px solid #E5E5E5;
	padding: 0px;
	margin: 0px;
}
#footer_content {
	width: 800px;
	margin: 0 auto;
	text-align: left;
}
#footer_logo {
	float: left;
	margin: -5px 10px 0 0;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both;
}
.row {
	margin: 0 0 10px 0;
	font-size: 1em;
	line-height: 1.5em;
}
#formlabel {
	width: 130px;
	float: left;
	margin: 0 10px 0 0;
}
.cap {
	background: #fff;
	width: 130px;
	margin: 0 5px 0 0;
	vertical-align: top;
}
.cap img {
	margin: 0px;
}


/***********************/
/* TEMPORARY HOMEPAGE  */
/***********************/
.temporary_body {
	background: #BDD6F0;
	font-family: 'Rajdhani', arial, sans-serif;
	color: #555; 
	text-align: center;
	line-height: 180%;
}
#temporary_wrap {
	width: 850px;
	background: #fff;
	margin: 0 auto;
	text-align: left;
	padding: 20px 50px 0 50px;
}
#temporary h1 {
	color: #135C86;
	font-family: 'Rajdhani', sans-serif;
	font-weight: bold;
	font-size: 3rem;
	line-height: 3rem;
	margin: 10px 0 0 0;
}
#temporary h2 {
	color: #0C8FC6;
	font-family: 'Rajdhani', sans-serif;
	font-weight: bold;
	font-size: 1.75rem;
	line-height: 1.5rem;
	margin: 10px 0 0 0;
}
#temporary h3 {
	color: #0C8FC6;
	font-family: 'Rajdhani', sans-serif;
	font-weight: bold;
	font-size: 1.5rem;
	line-height: 1.5rem;
	margin: 30px 0 0 0;
}
#temporary h4 {
	color: #0C8FC6;
	font-family: 'Rajdhani', sans-serif;
	font-weight: bold;
	font-size: 1.25rem;
	line-height: 1.4rem;
	margin: 30px 0 0 0;
}
#temporary h5 {
	color: #0C8FC6;
	font-family: 'Rajdhani', sans-serif;
	font-weight: bold;
	font-size: 1.1rem;
	line-height: 1rem;
	margin: 10px 0 0 0;
}
#temporary hr {
	color: #0C8FC6;
	margin: 20px 0 20px 0;
	border: 1px solid;
}
#temporary p {
	margin: 0px 0 5px 0;
	line-height: 1.75rem;
}
#temporary ul li {
	list-style: disc;
}
#temporary a, a:visited {
    color: #0C8FC6;
    text-decoration: none;
}
#temporary a:hover {
    color: #0C8FC6;
    text-decoration: underline;
}
#temporary img {
	margin: 0px;
	border: 0 solid;
}
#temporary_nav {
	background: #0C8FC6;
	color: #ffffff;
	margin: 20px 0px 20px -50px;
	width: 950px;
	height: 30px;
}
#temporary_nav_buttons {
	text-align: center;
	width: 20%;
	float: left;
}
#temporary_nav_buttons a {
	color: #fff;
}
#temporary_nav_buttons a:hover {
	color: #BDD6F0;
	text-decoration: none;
}




/********************************************
   RESPONSIVE
********************************************/ 
@-ms-viewport {width: device-width;}
@viewport {width: device-width;}



/*** Mobile Large 500px ***/
@media screen and (max-width: 500px) {

.nomobile {
	display: none;
}
.mobileonly {
	display: block;
}
header.smaller {
	height: 125px;
}
#header_content {
	width: 100%;
	height: 125px;
	position: fixed;
	/*border-bottom: 4px solid #183460;*/
}
.logo {
	width: 95%;
	height: 4rem;
	float: none;
	background-size: contain;
	background-position: 50% 100%;
	margin: .5rem auto;
}
header.smaller .logo {
	width: 95%;
	height: 4rem;
	float: none;
	background: url(images/Logo_CSCRS_LRG.png) no-repeat 0 0;
	background-size: contain;
	background-position: 50% 100%;
	margin: .5rem auto;
}
#navigation {
	display: none;
}
#navigation_mobile {
	display: block;
	float: none;
	margin: 0;
	text-align: right;
}
#navigation_mobile img {
	margin: 0 .5rem 0 0;
}

#navigation_mobile hr {
	color: #f5821f;
}
#navigation_mobile ul {
	list-style: outside none none;
	-moz-border-radius: 0 0px 0px 0;
	border-radius: 0 0px 0px 0;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation_mobile li {
	list-style: outside none none;
	margin: 0px 0 0 0;
	height: 100%;
	float: none;
}
#navigation_mobile li a {
	display: block;
	margin: 0 0 10px 0;
	padding: 0;
}
#navigation_mobile li ul {
	display: none;
	background-color: #162e38;
	margin: -35px auto 0 auto;
	padding: 0px 1rem 0px 1rem;
	width: 60%;
	text-align: center;
	z-index: 10;
	position: relative;
	-webkit-transition: width 0s; /* For Safari 3.1 to 6.0 */
	transition: width 0s ease 0s, margin 0s ease 0s;
}
#navigation_mobile li:hover ul {
	display: block;
	background-color: #162e38;
	margin: -35px auto 0 auto;
	padding: 0px 1rem 0px 1rem;
	width: 60%;
	text-align: center;
	z-index: 10;
	position: relative;
	-webkit-transition: width 0s; /* For Safari 3.1 to 6.0 */
	transition: width 0s ease 0s, margin 0s ease 0s;
}
#navigation_mobile li ul li {
	background-color: transparent;
	margin: 0 0 0 -10px;
	padding: 4px 0 4px 0px;
	height: 30px;
	width: 110%;
	clear: both;
}
navigation_mobile li ul li:hover {
	background-color: #0b5894;
	margin: 0 0 0 -20px;
	padding: 4px 0 4px 10px;
	-moz-border-radius: 0 0px 0px 0;
	border-radius: 0 0px 0px 0;
}
#navigation_mobile li ul li a {
	background-color: transparent;
	margin: 0;
	padding: 0;
	color: #87cfed;
}
#navigation_mobile li ul li a:hover {
	background-color: transparent;
	margin: 0;
	padding: 0;
	color: #f5821f;
	text-decoration: none;
}
.header_home {
	position: fixed;
}
#home_image {
	height: 17rem;
	padding: 8rem 0 0 0;
}
#home_title {
	font-size: 3rem;
	line-height: 3rem;
	padding: 1rem 0 .5rem 0;
}
#home_titletext {
	width: 90%;
	height: 6rem;
	padding: .5rem;
	font-size: 1rem;
	line-height: 1.25rem;
}
#home_focus_container {
	width: 95%;
	margin: .5rem auto 0 auto;
}
#home_focus {
	width: 100%;
	height: 100%;
}
#home_focus_title {
	/*width: 2.25rem;
	height: 220px;*/
	width: 100%;
	height: 100%;
}
#home_focus_title_profdev {
	/*width: 2.25rem;
	height: 220px;*/
	width: 100%;
	height: 100%;
}
.vertical-text {
	/*transform-origin: 51.75% 880%;*/
	-ms-transform: none; /* IE 9 */
	-ms-transform-origin: 53% 880%; /* IE 9 */
	-webkit-transform: none; /* Chrome, Safari, Opera */
	-webkit-transform-origin: 53% 880%; /* Chrome, Safari, Opera */
	transform: none;
	transform-origin: 53% 880%;
	font-weight: 700;
	font-size: 1.5rem;
	text-align: center;
	width: 100%;
	padding: .25rem 0 0 0;
	font-family: 'Rajdhani', arial, sans-serif;
}
.vertical-text_prodev {
	/*transform-origin: 51.75% 880%;*/
	-ms-transform: none; /* IE 9 */
	-ms-transform-origin: 53% 880%; /* IE 9 */
	-webkit-transform: none; /* Chrome, Safari, Opera */
	-webkit-transform-origin: 53% 880%; /* Chrome, Safari, Opera */
	transform: none;
	transform-origin: 53% 880%;
	font-weight: 700;
	font-size: 1.5rem;
	text-align: center;
	width: 100%;
	padding: .25rem 0 .25rem 0;
	line-height: 1.5rem;
	font-family: 'Rajdhani', arial, sans-serif;
}
#home_focus_content {
	/*height: 200px;*/
	display: none;
}
#home_focus_content_profdev {
	/*height: 200px;*/
	display: none;
}
#home_focus_spacer {
	height: .5rem;
}
#home_feature_primary {
	width: 95%;
	height: 100%;
	background: transparent;
	margin: 20px auto 20px auto;
	text-align: left;
	font-family: 'Roboto', sans-serif;
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.5rem;
}
#home_feature_primary h1 {
	font-family: 'Rajdhani', arial, sans-serif;
	font-weight: 700;
	text-align: left;
	font-size: 1.5rem;
	color: #0c8fc6;
	line-height: 1.5rem;
}
#home_feature_primary h1 a:hover {
	text-decoration: none;
}
#home_feature_primary img {
	display: none;
}
#home_feature_secondary {
	width: 100%;
	height: 100%;
	background: #eee;
	margin: 20px auto 0 auto;
}
#home_feature2_wrap {
	width: 95%;
	margin: 0 auto;
}
#home_feature2_content {
	width: 100%;
	height: 100%;
	margin: 0px auto 0px auto;
	padding: 0 0 .75rem 0;
	float: none;
	font-size: 1rem;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	line-height: 1.5rem;
}
#home_feature2_content h1 {
	font-family: 'Rajdhani', arial, sans-serif;
	font-weight: 400;
	text-align: left;
	font-size: 1.75rem;
	color: #0c8fc6;
	padding: .5rem 0 0 0;
}
#home_feature2_content h1 a:hover {
	text-decoration: none;
}
#home_newsletter_content {
	width: 100%;
	font-size: 1.25rem;
}
.menu_wrap {
	width: 100%;
	display: block;
	z-index: 0;
	margin: 0;
	padding: 0 0 1rem 0;
}
.menu_wrap_scrolled {
	display: block;
	position: fixed;
	margin: -58px 30px 0 0;
	width: 100%;
	}
#menu {
	height: 20px;
    width: 100%;
    float: none;
	background: none;
}
#menu ul {
		display: none;
}
#menu:hover ul  {
	display: block;
	float: none;
	width: 80%;
	margin: 0 auto;
	padding: 0;
	z-index: 10;
	position: relative;
	}
#menu:hover ul a:hover {
	background: transparent;
	color: #162e38;
}
#menu:hover ul li {
	background: #4897b8;
	float: left;
	text-align:center;
	width: 90%;
	padding: 0 1rem 0 1rem;
	position: relative;
}
#menu:hover ul li a {
	width: 100%;
}
#menu:hover ul li ul li {
	display: block;
}
#menu_title {
	display: none;
	}
#menu_title_mobile {
	display: block;
	background: #162e38;
	color: #87cfed;
	font-weight: 700;
	font-size: 1.25rem;
	text-align: center;
	margin:  0px 0 0 0;
	z-index: -10;
}
.vertical-text_menu {
		display: none;
}
#wrap {
	width: 100%;
	padding: 0;
}
#main {
	width: 100%;
	padding: 0;
	margin: .5rem;
	float: none;
}
#main p {
	padding: 5px 10px 5px 10px;
}
#main h1 {
	padding: 0 5px 5px 5px;
	font-size: 2rem;
	line-height: 1.85rem;
	padding: 0 0 .5rem 1rem;
}
#main h2 {
	padding: 0 5px 0 5px;
}
#main h4 {
	padding: 0 5px 0 5px;
}
#main_landingtitle {
	width: 100%;
	height: 100%;
	margin: 0 0 10px 0;
	padding: 0;
}
#main_landingtitle h1 {
	font-size: 3rem;
	line-height: 2.5rem;
	padding: .75rem 0 .5rem .5rem;
}
	.alignleft {
	float: none;
	margin: 0 0rem 0 0;
}

.alignright {
	float: none;
	margin: 0 0 0 0rem;
}

#footer {
	height: 100%;
	padding: 0 0 1rem 0;
}
#footer_content {
	width: 100%;
	text-align: center;
}
#footer_logo {
	float: none;
	text-align: center;
	margin: 2rem 0 .5rem 0;
}
}

/*** Mobile Small 420px ***/
@media screen and (max-width: 420px) {

.nomobile {
	display: none;
}
#home_image {
	height: 19rem;
}
#home_titletext {
	height: 6rem;
}
}