﻿#sectionNav{
  position:relative;
  z-index:50;
}

#bannercontainer{
  position:relative;
  z-index:45;
}

#mstBodyOuter{
  position:relative;
  z-index:30;
}

#mstBodyOuter2{
  position:relative;
  z-index:40;
}

.modal {
   z-index:60;
}

/* bootstrap overrides */

@media (min-width: 768px) {
	.dropdown:hover .dropdown-menu {
		display: block;
	}

    
}


.nav .dropdown:hover, .nav .dropdown-menu, .nav li:hover, .nav li:focus, .dropdown-menu {color: #fff; background: #c8872e; border-color: #c8872e;}


.navbar {margin-right: 30px;}

.nav li a {font-size: 13px; color: #fff; padding-top:15px; padding-bottom: 15px;}
.dropdown-menu li a {font-size: 13px; color: #fff; padding-top:10px; padding-bottom: 10px;}

 @media (min-width : 991px) and (max-width: 1199px) {
     .nav li a, .dropdown-menu li a {font-size: 13px;}
    }

.navbar-inverse {border: 0px;}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background: rgba(200, 135, 46, 1.0);
  /*background-color: #c8872e;*/
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {background: #ef9f33; color: #fff;}

.navbar-inverse .nav a {color:#fff; font-size: 15px;}




#hmIconInr .survivorHmIcon {margin-bottom: 0px;}

  @media (min-width : 768px) and (max-width: 1199px) {
     .navbar-inverse .nav a {color:#fff; font-size: 11px;}
     #hmIconInr .survivorHmIcon {margin: 0px 0px 30px 0px; padding: 0px;}
    }


 /* targeting portrait ipad */

 @media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1) {

     .navbar-inverse .nav a {color:#fff; font-size: 10px;}
      #hmIconInr .survivorHmIcon {margin: 0px 0px 30px 0px; padding: 0px;}
}

.navbar-toggle {
    background-color: transparent;
    background-image: none;
    border: 0px;
    border-radius: 4px;
    float: right;
    margin-bottom: 8px;
    margin-right: 15px;
    margin-top: 8px;
    padding: 9px 10px;
    position: relative;
}

.navbar-toggle:hover {background: #c8872e;}


.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #c8872e;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #c8872e;
}

.navbar-collapse {
    background: transparent none repeat scroll 0 0;
    border-color: #c8872e;
}

.nav > li > a.smallnav {background-color: #000; color:#fff; font-size: 16px; border-bottom: 1px solid #dd9021; text-transform:uppercase;}




/* margin and text helpers*/ 

.mtmbptpb0 {margin-bottom: 0px;  padding-bottom:0px; margin-top: 0px; padding-top: 0px;}

.mt10 {margin-top: 10px;}
.mt30 {
    margin-top: 30px;
}
.ml15 {margin-left: 15px;}
.mb10 {
    margin-bottom: 10px;
}

.m30 {margin: 30px;}

.text-bold {font-weight: bold;}

/*survivorship button*/

a.btn-survivorship{background:rgba(239,159,51,0.7); border: 1px solid #ef9f33; height: 35px; margin-top:7px; padding-top:7px; border-radius: 10px;}

a.btn-survivorship:hover, a.btn-survivorship:focus {border: 0px;}

.list-group {
    border: 0px;
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    background-color: #ededeb;
     border-color: #ededeb;
    /*border-color: #f09f32;*/
    color: #295b85;
    font-family: "Open Sans","Futura Medium",sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 22px;

    z-index: 2;
}

a.list-group-item { background-color: #ededeb;  color: #295b85; border-color: #ededeb;}

    a.list-group-item:hover { background: #fff; color: #ef9f33; border-color: #fff;
    }

.list-group-item.here, .list-group-item.here:focus, .list-group-item.here:hover {
   
    border-right: 0px;
    font-weight: bold;
    
    color: #295b85;
    /*background: rgba(242,242,242,1);
background: -moz-linear-gradient(left, rgba(242,242,242,1) 0%, rgba(239,1,124,0) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(242,242,242,1)), color-stop(100%, rgba(239,1,124,0)));
background: -webkit-linear-gradient(left, rgba(242,242,242,1) 0%, rgba(239,1,124,0) 100%);
background: -o-linear-gradient(left, rgba(242,242,242,1) 0%, rgba(239,1,124,0) 100%);
background: -ms-linear-gradient(left, rgba(242,242,242,1) 0%, rgba(239,1,124,0) 100%);
background: linear-gradient(to right, rgba(242,242,242,1) 0%, rgba(239,1,124,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ef017c', GradientType=1 );
    */
}

.list-group-item.heresub, .list-group-item.heresub:focus, .list-group-item.heresub:hover {
  border: 0px;
    font-weight: bold;
}


.list-group-item.sub, .list-group-item.sub:focus, .list-group-item.sub:hover {
    border: 0px;
}

.list-group-item.sub span {margin-left: 10px; font-size: 14px;}

.list-group-item.subselect, .list-group-item.subselect:focus, .list-group-item.subselect:hover {
   
  border-right: 0px;
    font-weight: bold;
    
    color: #295b85;
    /*background: rgba(242,242,242,1);
background: -moz-linear-gradient(left, rgba(242,242,242,1) 0%, rgba(239,1,124,0) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(242,242,242,1)), color-stop(100%, rgba(239,1,124,0)));
background: -webkit-linear-gradient(left, rgba(242,242,242,1) 0%, rgba(239,1,124,0) 100%);
background: -o-linear-gradient(left, rgba(242,242,242,1) 0%, rgba(239,1,124,0) 100%);
background: -ms-linear-gradient(left, rgba(242,242,242,1) 0%, rgba(239,1,124,0) 100%);
background: linear-gradient(to right, rgba(242,242,242,1) 0%, rgba(239,1,124,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ef017c', GradientType=1 );
    */
}

.small-header {width: 100%; height: 125px; background-color: #2b2b2b; opacity: 0.9;}

 #accordion .glyphicon { margin-right:10px; }
      .panel-collapse>.list-group .list-group-item:first-child {border-top-right-radius: 0;border-top-left-radius: 0;}
      .panel-collapse>.list-group .list-group-item {border-width: 1px 0;}
      .panel-collapse>.list-group {margin-bottom: 0;}
      .panel-collapse .list-group-item {border-radius:0;}

      .panel-collapse .list-group .list-group {margin: 0;margin-top: 10px;}
      .panel-collapse .list-group-item li.list-group-item {margin: 0 -15px;border-top: 1px solid #ddd !important; border-top: 1px solid #ddd !important; border-bottom: 0;padding-left: 30px;}
      .panel-collapse .list-group-item li.list-group-item:last-child {padding-bottom: 0;}

      .panel-collapse div.list-group div.list-group{margin: 0;}
      .panel-collapse div.list-group .list-group a.list-group-item {border-top: 0; border-bottom: 0;padding-left: 30px;}
      .panel-collapse .list-group-item li.list-group-item {border-top: 1px solid #DDD !important;}

.eventRow {margin-left: 5px; margin-right: 5px;}
     
@media (min-width: 401px) and (max-width: 767px) {
	.main-logo {
        width: 208px;
		margin: 0 auto;
	}

.small-header {height: 155px;}
.eventRow {margin-left: 5px; margin-right: 5px;}
}

@media (max-width: 400px) {
	.main-logo {
        width: 160px;
		margin: 0 auto;
	}

.small-header {height: 140px;}
.eventRow {margin-left: 5px; margin-right: 5px;}
}

ul, ol {margin-left: 20px;}

.add-on .input-group-btn > .btn {
  border-left-width:0;left:-2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* stop the glowing blue shadow */
.add-on .form-control:focus {
 box-shadow:none;
 -webkit-box-shadow:none; 
 border-color:#cccccc; 
}

.bg-lightgrey {background-color: #f5f5f5;}

.break-word {
  word-wrap: break-word;
}
.innerbodycopy.active > p > a { word-wrap: break-word;}

.innerbodycopy.active > table > a { word-wrap: break-word;}



.well {
    background-color: #ededeb;
    border: 1px solid #ededeb;
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    margin-bottom: 20px;
    min-height: 20px;
    padding: 19px;
}



@media (min-width: 768px) {

/* top row */
.col .well{ 
    margin-bottom: -99999px;
    padding-bottom: 99999px;  
}

/* bottom row */
.col-base{ 
    margin-top: -15px; /* cut off top portion of bottom wells */
}
}

@media (max-width: 767px) {
.row.base{
    display:none;
}

.specialInput {padding-top: 10px;}
.sm-mb10 {margin-bottom: 10px;}

}


.col-wrap{
    overflow: hidden; 
}

@media (max-width: 780px) {
    .dropdown-menu {width: 720px;
    }
}

@media (max-width: 760px) {
    .dropdown-menu {width: 700px;
    }
}


@media (max-width: 740px) {
    .dropdown-menu {width: 680px;
    }
}

@media (max-width: 720px) {
    .dropdown-menu {width: 660px;
    }
}


@media (max-width: 700px) {
    .dropdown-menu {width: 640px;
    }
}

@media (max-width: 680px) {
    .dropdown-menu {width: 620px;
    }
}

@media (max-width: 660px) {
    .dropdown-menu {width: 600px;
    }
}


@media (max-width: 640px) {
    .dropdown-menu {width: 580px;
    }
}

@media (max-width: 620px) {
    .dropdown-menu {width: 560px;
    }
}


@media (max-width: 600px) {
    .dropdown-menu {width: 540px;
    }
}

@media (max-width: 580px) {
    .dropdown-menu {width: 520px;
    }
}

@media (max-width: 560px) {
    .dropdown-menu {width: 500px;
    }
}


@media (max-width: 540px) {
    .dropdown-menu {width: 580px;
    }
}

@media (max-width: 520px) {
    .dropdown-menu {width: 460px;
    }
}

@media (max-width: 500px) {
    .dropdown-menu {width: 440px;
    }
}

@media (max-width: 480px) {
    .dropdown-menu {width: 420px;
    }
}

@media (max-width: 460px) {
    .dropdown-menu {width: 400px;
    }
}

@media (max-width: 440px) {
    .dropdown-menu {width: 380px;
    }
}


@media (max-width: 420px) {
    .dropdown-menu {width: 360px;
    }
}

@media (max-width: 400px) {
    .dropdown-menu {width: 340px;
    }
}

@media (max-width: 380px) {
    .dropdown-menu {width: 320px;
    }
}

@media (max-width: 360px) {
    .dropdown-menu {width: 300px;
    }
}

@media (max-width: 340px) {
    .dropdown-menu {width: 280px;
    }
}

@media (max-width: 320px) {
    .dropdown-menu {width: 260px;
    }
}


h1 
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	color: #597c44;
	font-weight: normal;
    margin: 0;
}

h2
{
    font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #597c44;
	font-weight: normal;
}

h3
{
	font-size: 16px;
	color: #597c44;
	font-weight: bold;
}


.responsive-video {
position: relative;
padding-bottom: 56.25%;
padding-top: 60px; overflow: hidden;
}


.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

#foundingPartners h2{text-align: center;}
#foundingPartners .col-sm-6 {text-align: center; padding-top: 15px; padding-bottom: 15px;}

.modal-backdrop {
  z-index: -1;
}

.recordAlign {float: right;}

@media (max-width: 768px) {

    .recordAlign {float: left;}
}


.p0 {padding: 0px;}
.p20 {
    padding: 20px;
}

.pt20 {padding-top:20px;}

.pb20 {padding-bottom:20px;}

.pl0 {padding-left:0px;}

.mt20 {margin-top:20px;}

.mb10 {margin-bottom:10px;}

.pb30 {padding-bottom:30px;}

.mb40 {margin-bottom:40px;}




.resultsRow {border-top: 2px solid #eeeded; padding: 40px;}

.resultTableRow {border-bottom: 1px solid #f7f7f7;
}


.forceWrap {
  word-wrap: break-word;
}

.specialWeight {font-weight: 600;}


/* google maps */
.gmaps {
    height: 100%;
    min-height: 325px;
    width: 100%;
}


/* trial tooltips */

a.info
{
	text-decoration: none;
	border-bottom: 3px double /*#b9901e*/;
   
}

a.info span.trialtooltip
{
	display: none;
}

a.info:hover
{
	text-decoration: none;
	position: relative;
	z-index: 100;
}

a.info:hover span.trialtooltip
{
	display:block;
	position: absolute;
	float: left;
	top: 2em;
	left: -20px;
	background-color: #efefef;
	border: 1px solid #91b2c1;
	color: #444;
	padding: 8px;
	z-index: 10;
	width: 300px;
}


.mb30 {margin-bottom: 30px;}