/*
BASE (MOBILE) SIZE
	These are the mobile styles. It's what people see on their phones.
	Remember, keep it light: Speed is Important.
*/

/* typography */
body{
	color:#666;
	font-family:Arial, Helvetica, sans-serif; /*'Ubuntu' */
	font-size:1em;
	line-height:1.4em; 
	font-weight:normal;
}
h1, h2, h3, h4, h5, h6{
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;  /* 'Droid Serif',  */
	line-height:1.5em;
	margin:.45em 0;
	padding:0;
	color:#333; 
	
} 

h1 {font-size:1.3em; text-align:center;}

/* links */
a,
a:visited,
a:active,
a:hover{color:#0099ff;}
a:hover{ text-decoration:none;}


/* Box sizing. Awesome thing. Read about it here: http://www.w3schools.com/cssref/css3_pr_box-sizing.asp */
*{	box-sizing:border-box;
	-moz-box-sizing:border-box;}

  
/* structure */   
.wrapper{
	width: 92%; 
	margin: 0 auto;
}
header{ 
	padding:15px 0;
}
#banner{ 
	text-align:center;
}
	
#hero,
#page-header{
	background:#fbfbfb;
	border-top:1px solid #e2e2e2;
	border-bottom:1px solid #e2e2e2;
	padding:20px 0;
	display:none;
}
#hero h1{ 
	line-height:1.2em;
	margin-top:0px;
	margin-bottom:10px;}

.flexslider{
	display:none;
}

#content {  
	margin:0px 0; /*margin:15px 0; */
}

aside { 
	margin:40px 0;
}

p{ margin:0 0 1.5em;}


/* RESPONSIVE IMAGES */
img{ max-width:100%; height:auto;}

.border {border:1px solid #dedede; border-radius:5px;}


/*MAIN MENU*/
.menu-toggle{
	display:block;
	padding:10px;
	margin:20px 0 0;
	background:#273870;
	color:#fff;
	cursor:pointer;
	text-transform:uppercase;
	font-size:20px;
}
.menu-toggle.toggled-on{
	background:#e68738;
}
.srt-menu{
	display:none;
}	
.srt-menu.toggled-on{
	display:block;
	position:relative;
	z-index:10;
}

.srt-menu{
	clear:both;
	margin-bottom:60px;
	
}
.srt-menu li a {
	background:#dadada;
	display:block;
	margin:1px 0; 
	padding:10px;
	text-decoration:none;
	color:#001352;
}
.srt-menu li a:hover{
	background:#273870;
	color:#e68738;
}
.srt-menu li li a {
	background:#e8e8e8;
	padding-left:40px;
}
.srt-menu li li li a {
	background:#efefef;
	padding-left:80px;
}

/*SECONDARY MENU*/
#secondary-navigation{
	margin-bottom:60px;
}
#secondary-navigation ul{
	margin:0;
	padding:0;
}
#secondary-navigation ul li a{ 
	background:#E6E6E6;
	display:block;
	margin:5px 0; 
	padding:10px;
	text-decoration:none;
}
#secondary-navigation ul li a:hover,
#secondary-navigation ul li.current a{
	background:#0099ff;
	color:#fff;
}

/*SPACE GRID ELEMENTS VERTICALLY, SINCE THEY ARE ONE UNDER ANOTHER SO FAR*/
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
	margin-bottom:40px;
	/*positioning and padding*/
	position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.grid_4 {margin-bottom:0px;}

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 p {
	padding-left:0px;
}

/*FOOTER*/
footer{  
	clear:both;
	font-size:80%;
	padding:20px 0;
}
footer ul{
	margin:0;
	padding:0;
}



/*colors and backgrounds*/
body{
	background:#fff;
}
h1, h2, h3, h4, h5, h6{
	color:#333; 
}

footer{ 
	background:url(../images/footer-bg.jpg);
	height:100px;
	background-repeat:no-repeat;
	background-size:100% 100%;
	color:#ccc;
}
footer h1, footer h2, footer h3, footer h4{ 
	color:#CCC; 
	margin-bottom:10px;
}
footer ul{
	margin:0 0 0 8%;
}

a.buttonlink{ 
	background:#0099ff; 
	border-radius:7px; 
	color:#fff;
	display:block;
	float:left; 
	margin:10px 15px 10px 0; 
	padding:10px;
	text-decoration:none;
}
a.buttonlink:hover{
	background:#8dbc01;
}
.greenelement{
	background:#5ec79e;
	color:#fff;
}
.violetelement{
	background:#887dc2;
	color:#fff;
}



/* Contain floats*/ 
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.row:after{
  clear: both;
}

.footer-logo {
	float:left;
	padding-top:10px;
	width:150px;
	/*background-color:#A00;*/
}

.footer-logo img { width:110px;}

.footer-links {
	display:none;
}

.footer-socials {
	float:left;
	padding-top:0px;
	width:140px;
	margin-top:20px;
	/*background-color:#33C;*/
}

.footer-socials .social {
	float:left;
	height:30px;
	width:30px;
	margin-left:15px;
	margin-top:0px;
	/*background-color:#33C;*/
}

.grid_4, .slides p{font-family:Arial, Helvetica, sans-serif;}
.grid_4 .news {border-bottom:1px solid #BBB;}

.logo-text { font-size:0.8em; }

.corner { border-radius:5px; }

.general-form input,select { width:250px; height:35px; padding:5px;  color:#777; font-family:Arial, Helvetica, sans-serif; border:1px solid #DDD; border-radius:5px; }
.general-form .chk {width:30px;}
.general-form .chktext { float:left; width:auto; line-height:30px; height:30px;  background-color:#C9C; font-size:14px; border:1px solid #000;}
.general-form textarea { width:330px; height:100px; padding:5px;  color:#777; font-family:Arial, Helvetica, sans-serif; border:1px solid #DDD; border-radius:5px; }

.general-form-edit-profile input,select { width:250px; height:35px; padding:5px;  color:#777; font-family:Arial, Helvetica, sans-serif; border:1px solid #DDD; border-radius:5px; }

.general-form-edit-profile .chk {width:15px; vertical-align:middle; }
.general-form-edit-profile .txt {font-size:12px; }
.general-form-edit-profile .chktext { float:left; width:auto; line-height:15px; height:15px;    }
.general-form-edit-profile textarea { width:330px; height:100px; padding:5px;  color:#777; font-family:Arial, Helvetica, sans-serif; border:1px solid #DDD; border-radius:5px; }
.general-form-edit-profile .save-button {font-size:18px; float:right; margin-top:10px; margin-right:20px; margin-bottom:20px;}

.email-message {font-size:0.7em;} 
.email-message textarea {width:250px; min-height:150px; }
.email-message input { width:250px; height:35px; padding:5px;  color:#777; font-family:Arial, Helvetica, sans-serif; border:1px solid #DDD; border-radius:5px;}


.therapy_areas_left {float:left; }
.therapy_areas_right {float:left;}
.therapy_areas {margin: 0;padding: 0;}
.therapy_areas li { list-style:none; font-size:11px; }
.therapy_areas li div { display: table-cell; vertical-align:middle; padding-left:2px;}
.therapy_areas li div :nth-child(1) {width:15px;}

.multi {height:700px;}

.grid_6, .grid_12{  padding-left:0px;}

.subscribe-desc {width:290px; height:100px; background-color:#F93; margin:auto; border:1px solid #e68738; border-radius:5px; padding:5px; text-align:center; background-color:#273870; color:#FFF; font-size:13px; }
.subscribe-desc-bg {background-color:#eee; padding-top:5px; padding-bottom:5px;}
.fee {color:#e68738; font-weight:bold;}

#subs-desc-outer {width:100%; height:auto; float:left; background-color:#eee; display:none; color:#e68738; padding-top:10px; padding-bottom:10px; padding-left:35px; padding-right:35px; margin:auto;}

#subs-desc-outer h4 {font-weight:bold; }

#subs-desc1 {display:none; background-color:#273870; border:1px solid #e68738; border-radius:5px; padding:10px; color:#444; }
#subs-desc2 {display:none; background-color:#273870; border:1px solid #e68738; border-radius:5px; padding:10px; color:#444;}
#subs-desc3 {display:none; background-color:#273870; border:1px solid #e68738; border-radius:5px; padding:10px; color:#444;}


.info-icon { width:30px; height:30px; margin-top:-11px; float:right; background:url(../images/info-icon.png); cursor:pointer;}
.info-icon img { width:30px;}

/* alert */

.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.alert,
.alert h4 {
  color: #c09853;
}

.alert h4 {
  margin: 0;
}

.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}

.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  text-align:center;
}

.alert-success h4 {
  color: #468847;
}

.alert-danger,
.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.alert-danger h4,
.alert-error h4 {
  color: #b94a48;
}

.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info h4 {
  color: #3a87ad;
}

.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}

.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}

.alert-block p + p {
  margin-top: 5px;
}
/* end alert */

.red-star {color:#D00; font-weight:bold; font-size:18px;}

.members-home-grid {border:1px solid #DDD; border-radius:5px; width:99%; text-align:center;}
.members-home-leftside{ min-height:2080px;  }
.search-therapy-area { min-height:1400px; height:auto !important; }
.search-therapy { font-size:9px; }
.members {margin-left:10px; margin-right:auto;}

.search-fields {float:left; height:auto; margin-left:0px;}

.search-result-outer { width:100%;}
.search-result {width:100%;  border:1px solid #AAA; border-radius:5px; overflow:hidden; margin: 0;padding: 0;}
.search-result li {float:left; list-style:none; width:33.3333%; background-color:#eee;  }
.topline {border-bottom:1px solid #A00;}
.search-result-table {width:100%;  border:1px solid #AAA; border-radius:5px; background-color:#eee;}
.search-result-table th,td {width:20%; font-size:0.8em;}
.search-result-table .first {width:30%; font-size:0.6em;}
.search-result-table .sd {width:24%; font-size:0.6em;}
.search-result-table .trd {width:20%; font-size:0.6em;}
.search-result-table .fth {width:20%; font-size:0.6em;}
.search-result-table .last {width:20%; font-size:0.6em; padding-right:10px;}
.search-result-table tr:hover td {background:#dddddd;}

.iconfix {margin-bottom:-5px;}
.valignmiddle {vertical-align:middle;}

.requests  {  width:100%; border:1px solid #CCC; border-radius:5px; min-height:200px; overflow:hidden; padding-left:0px !important; background-color:#eee;}
.requests li {float:left; list-style:none; width:20%; background-color:#eee; padding:3px; font-size:0.7em;  }

.requests2  {  width:100%; border:1px solid #CCC; border-radius:5px; min-height:200px; overflow:hidden; padding-left:0px !important; background-color:#eee;}
.requests2 li {float:left; list-style:none; width:33.333%; background-color:#eee; padding:3px; font-size:0.7em; }


/* profile */
.profile-outer {min-height:300px; }

.bot {border-bottom:1px solid #800;}

.profile-sub-img { background-color:#dadada;  border-radius:10px; display:inline-block; width:100%;  }
.profile-sub-img img {  position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; max-height:90%;}
.upload-img-wrap {float:left; text-align:center;  width:100%;}

	
.profile-sub-user { background-color:#eeeeee; min-height:350px; color:#666; border-radius:10px;}
.profile-sub-company-left { background-color:#dadada; min-height:350px; color:#666;border-radius:10px;} /*border-radius:10px 0px 0px 10px; */
.profile-sub-company-right { background-color:#eeeeee; min-height:350px; color:#666;border-radius:10px;} /*border-radius:0px 10px 10px 0px; */
.profile-sub-therapy { background-color:#eeeeee; min-height:350px; color:#666;border-radius:10px;}
.profile-sub-offered { background-color:#dadada; min-height:350px; color:#666;border-radius:10px;}
.profile-sub-wanted { background-color:#eeeeee; min-height:350px; color:#666;border-radius:10px;}
.profile-sub-indication { background-color:#dadada; min-height:350px; color:#666;border-radius:10px;}
.small-font { margin-left:auto; margin-right:auto; font-size:11px;}
.small-font2 { margin-left:auto; margin-right:auto; font-size:12px;}
.small-font3 { margin-left:auto; margin-right:auto; font-size:13px;}
.view {min-height:200px; }
.profile-additional { background-color:#eeeeee; min-height:100px; color:#666; border-radius:10px; }
.padleft {padding-left:15px;}

.members-menu-outer { margin-bottom:0px; display:none;}
.members-menu { float:left;  margin-left:auto; margin-right:auto;}
.members-menu .menu-item {width:auto; height:auto; float:left; margin-left:100px; text-align:center; }
.members-menu .extended {margin-left:70px;}
.members-menu .menu-item .first  {margin-left:0px; }
.members-menu .menu-item img { display:block;}
.members-menu .menu-item  span {font-size:9px;}

.user-list  {  width:100%; border:1px solid #CCC; border-radius:5px; overflow:hidden; padding-left:0px !important; background-color:#eee;}
.user-list .left1 {float:left; list-style:none; width:40%; background-color:#eee; padding:3px; font-size:12px; text-align:center;  }
.user-list  .right1 {float:left; list-style:none; width:20%; background-color:#eee; padding:3px; font-size:12px; text-align:center;  }
.footer-links-inner {display:none;}

.red-text {color:#F03;}
.pad {padding-bottom:250px;}


.terms .checkit {width:15px; float:left;}
.terms div { font-size:11px; float:left; margin-top:5px; margin-left:5px; }
.terms .lefty {width:100%;   vertical-align:middle;}
.nopad-left {padding-left:0px; }
.nopad-top{margin-top:0px; padding-top:0px; }
.light-grey {background-color:#eeeeee; }

.media-partner-img {float:left;margin: 0 15px 0 0;}
.media-divider { float:left; width:100%;  border: 0;  height: 1px; background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0)); margin-top:10px; }
.media-section {margin-bottom:15px; margin-top:15px;}
a.orange {color:#e68738;}
.orange {color:#e68738;}
.general-form input.indication {width:250px;}
.company_size {display:none;}
.subscribe_desc {font-size:9px; text-align:left;}

.search-fields { margin-left:12px !important;}

.possible-matches {border:0;height:1px;background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));color:##666; width:100%; }

.banner-advert {  margin-left:auto;margin-right:auto; margin-bottom:20px;}
.banner-advert .inner {width:70%; height:auto; border:1px solid #999999; margin-left:auto; margin-right:auto; border-radius:5px; margin-bottom:auto; overflow:hidden;  }
.banner-advert img { margin:0px; display:block; width:auto; vertical-align:middle;float:left; }
.banner-advert .txt { padding:5px; text-align:center; font-size:1.0em; padding-top:20px;}

/*** SLIDESHOW  **/

#slideshow { 
    
    position: relative; 
    width: 100%; 
    min-height:100px; 
    padding: 10px; 
	
    
}

#slideshow > div { 
    position: absolute; 
    top: 10px; 
    left: 10px; 
    right: 10px; 
    bottom: 10px; 
	
}
/* end slide show */


.my-connections .img1 {width:30px;}
.my-connections .img2 {width:30px;}
.my-connections .one {float:left; margin-left:0px; font-size:0.6em;}
.my-connections .two {float:left; margin-left:30px; font-size:0.6em;}

.open-modal-outer {float:left; margin-left:auto; margin-right:auto; text-align:center;}
.open-modal-one {float:left; margin-left:5px;}
.open-modal-two {float:left; margin-left:5px;}

.author-outer {float:left; }
.author-pic { display:none;}

.blog-title {font-size:1.1em;}

/*
LARGER MOBILE DEVICES
This is for mobile devices with a bit larger screens.
*/
@media only screen and (min-width: 481px) {
	.blog-title {font-size:1.8em;}
	.author-outer {float:right; }
	.author-pic { display:inherit; float:none; margin-left:auto; margin-right:auto;}
	
	.search-result-table .last { padding-right:0px;}
	.open-modal-one {float:left; margin-left:40px;}
    .open-modal-two {float:left; margin-left:40px;}
	
.my-connections .img1 {width:30px;}
.my-connections .img2 {width:30px;}

.my-connections .one {float:left; }
.my-connections .two {float:left; margin-left:30px;}
	
	.general-form-edit-profile .save-button {font-size:18px; float:none; margin-top:10px; margin-right:20px;}
	
	.search-fields { margin-left:inherit;}
	
.subscribe-desc-bg {padding-top:20px; padding-bottom:20px;}
.subscribe-desc {width:330px; height:120px; font-size:16px;  }	
.info-icon {  margin-top:11px;}
.search-fields {float:left; height:auto; margin-left:20px;}
.general-form input,select { width:330px; }

	
h1 {font-size:2.0em; text-align:left;}	

	
#banner{
	float:left;
	text-align:left;
	margin-bottom:-20px;/*this depends on the height of the logo*/
}
.menu-toggle{/*make menu float right, instead of sitting under the logo*/
	margin-top:10px; /*this depends on the height of the logo*/
	float:right;
}

footer{
	height:100px;
}

.footer_logo img {width:245px;}

.footer-links {
	display:none;
}

.footer-links-inner {display:none;}
.footer-socials {
	float:right;
	padding-top:0px;
	width:300px;
	margin-top:0px;
	/*background-color:#33C;*/
}

.footer-socials .social {
	float:left;
	height:35px;
	width:35px;
	margin-left:25px;
	margin-top:15px;
	/*background-color:#33C;*/
}


.therapy_areas_right {float:left; padding-left:0px;}

.therapy_areas li {  font-size:15px; }

.members {margin-left:50px; margin-right:auto;}
.general-form input.indication {width:270px;}


.search-result-table .first {width:30%; font-size:0.8em;}
.search-result-table .sd {width:20%; font-size:0.8em;}
.search-result-table .trd {width:20%; font-size:0.8em;}
.search-result-table .fth {width:20%; font-size:0.8em;}
.search-result-table .last {width:20%; font-size:0.8em;}
} 

/*
TABLET & SMALLER LAPTOPS
The average viewing window and preferred media query for those is 768px.
But I think that some more breathing space is good:)
*/
@media only screen and (min-width: 920px) {
	
	.profile-sub-img { background-color:#dadada;  border-radius:10px; display:inline-block;}
	
	.profile-sub-img img {max-height: 100%;  
    max-width: 100%; 
    width: auto;
    height: auto;
    position: absolute;  
    top: 0;  
    bottom: 0;  
    left: 0;  
    right: 0;  
    margin: auto;}
	
	.upload-img-wrap {float:left; width:25%;}
	
	.search-therapy-area { min-height:1000px; height:auto !important;}  
	
	.general-form-edit-profile .save-button {font-size:18px; float:right; margin-top:10px; margin-right:0px; margin-bottom:0px;}
	
	.search-fields { padding-left:20px;}
	
	.subscribe_desc {font-size:16px; text-align:left;}
	
	.general-form-edit-profile input,select { width:270px; }
	
	.members-menu-outer { margin-bottom:0px; display:inherit;}
	
	
	.long-link {width:300px;}
	.logo-text {
		float:left; margin-top:0px;
		font-family:Arial, Helvetica, sans-serif;
		color:#e68738;
		font-size:0.9em;
	}
	#logo img {width:70%;}
	#hero,
#page-header{ display:inherit;}
	footer{
	height:170px;
}
	
	.footer-logo {
	float:left;
	padding-top:10px;
	width:300px;
	/*background-color:#A00;*/
}

.footer-logo img {
	width:245px;
}
.footer-links {
	display:inherit;
	float:left;
	padding-top:10px;
	width:600px;
	/*background-color:#660;*/
}
.footer-socials {
	float:left;
	padding-top:10px;
	width:300px;
	/*background-color:#33C;*/
}

.footer-socials .social {
	float:left;
	height:48px;
	width:48px;
	margin-left:25px;
	margin-top:25px;
	/*background-color:#33C;*/
}

.footer-links-inner {display:inherit; list-style:none; width:100%; }	
.footer-links-inner li {float:left; font-size:16px; width:33.3333%; padding-top:5px; font-weight:bold;}
.footer-links-inner li a { color:#666;}
#hero {
	background:url(../images/slider-bg.jpg);
	background-repeat:no-repeat;
	background-size:100% 100%;
	height:490px;
}	

#page-header {
	background:url(../images/slider-bg.jpg);
	background-repeat:no-repeat;
	background-size:100% 100%;
	height:370px;
}	

.wrapper{
	max-width: 1200px; 
	margin: .75em auto;
}

#banner{ 
	float:left; 
	text-align:left;
	margin-bottom:0px;
}
header{
	padding:0;
}
#content {  
	float:left;
	width:65%;
}
#content.wide-content{
	float:none;
	width:100%;
}

.flexslider{
display:block;
/*demo 1 slider theme*/	
margin: 0 0 60px; 
background: #fff; 
border: 4px solid #fff; 
-webkit-border-radius: 4px; 
-moz-border-radius: 4px; 
-o-border-radius: 4px; 
border-radius: 4px; 
box-shadow: 0 1px 4px rgba(0,0,0,.2); 
-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); 
-moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); 
-o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
}


aside { 
	float:right;
	width:30%;
}

/*** MAIN MENU - ESSENTIAL STYLES ***/
.menu-toggle{display:none;}
#menu-main-navigation{display:block;}

.srt-menu, .srt-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.srt-menu ul {
	position:		absolute;
	display:none;
	width:			12em; /* left offset of submenus need to match (see below) */
}

.srt-menu ul li {
	width:			100%;
}
.srt-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.srt-menu li {
	float:			left;
	position:		relative;
	margin-left:1px; /* 1px */
}
.srt-menu li li {
	margin-left:0px;
}
.srt-menu a {
	display:		block;
	position:		relative;
}
.srt-menu li:hover ul,
.srt-menu li.sfHover ul {
	display:block;
	left:			0;
	top:			45px; /* match top ul list item height */
	z-index:		99;
	-webkit-box-shadow:  2px 3px 2px 0px rgba(00, 00, 00, .3);
    box-shadow:  2px 3px 2px 0px rgba(00, 00, 00, .3);
}
ul.srt-menu li:hover li ul,
ul.srt-menu li.sfHover li ul {
	top:			-999em;
}
ul.srt-menu li li:hover ul,
ul.srt-menu li li.sfHover ul {
	left:			12em; /* match ul width */
	top:			0;
}
ul.srt-menu li li:hover li ul,
ul.srt-menu li li.sfHover li ul {
	top:			-999em;
}
ul.srt-menu li li li:hover ul,
ul.srt-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO1 SKIN ***/
#topnav, .srt-menu {
	float:right;
	margin: .35em 0 0 0;
}

#topnav {
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
}

.srt-menu a {
	text-decoration:none;
}
.srt-menu li a {
	background:#fff;
	margin:0; 
	padding:10px 20px;
	height:45px;
	color:#001352;
}
.srt-menu a, .srt-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#273870;	
}
.srt-menu li li a {
		border-top:		1px solid rgba(255,255,255,.2);
		background:		#333; /*fallback for old IE*/
		background:rgba(0,0,0,.6);
		color:	#fff;
		padding-left:20px;
		height:auto;
}
.srt-menu li li a:visited{color:#fff;}
.srt-menu li li li a,
.srt-menu li.current * li a{
	padding-left:20px;
	background:rgba(0,0,0,.6);
}

.srt-menu li:hover > a,
.srt-menu li.current a{ 
	color:#fff;
	background:#273870;
}
.srt-menu li li:hover > a{
	color:#fff;
	background:#e68738;
}



/*GRID*/
/*
 & Columns : 12 

 */
 .row{
	 margin-left: -15px;
     margin-right: -15px;
}
 
.grid_1 { width: 8.33333333%; }
.grid_2 { width: 16.66666667%; }
.grid_3 { width: 25%; }
.grid_4 { width: 33.33333333%; }
.grid_5 { width: 41.66666667%; }
.grid_6 { width: 50%; }
.grid_7 { width: 58.33333333%; }
.grid_8 { width: 66.66666667%; }
.grid_9 { width: 75%; }
.grid_10 { width: 83.33333333%; }
.grid_11 { width: 91.66666667%; }
.grid_12 { width: 100%; }

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
	float: left;
	display: block;
}

.rightfloat{float:right;}
/* @notation inspired by tinyGrid, .row and percentage by Twitter Bootstrap
 */
 
#hero [class*="grid_"] { margin-bottom:-20px;}



}

/* ipad mini landscape */
@media only screen and (min-width: 1024px) {
	
	


	
#hero {
	
	height:420px;
}	

.footer-links {
	display:inherit;
	float:left;
	padding-top:10px;
	width:550px;
	/*background-color:#660;*/
}

.footer-socials {
	float:right;
	padding-top:10px;
	width:300px;
	/*background-color:#33C;*/
}




}

/*
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 1030px) {
	
	.search-fields { padding-left:60px;}
	
	.footer-socials {
	float:left;
}

.srt-menu li {
	margin-left:30px; /* 1px */
}

} 

/*
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*/
@media only screen and (min-width: 1240px) {
	
	#hero {
	
	height:430px;
}	

.members-home-leftside{ min-height:900px;}	

} 

/*
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution.
*/
@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) {


} 

/*
iPHONE 5 MEDIA QUERY
iPhone 5 or iPod Touch 5th generation styles (you can include your own file if you want)
*/
@media (device-height: 568px) and (-webkit-min-device-pixel-ratio: 2) { 

  
}

/*
PRINT STYLESHEET
*/
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}