/* Vital Element, Inc. Custom Styles */
/* Copyright 2014 Vital Element, Inc. @vitalelement */

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

body {
	background-color: #A6BED6;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 1.6em;
	color: #000;
}

.acr {
	margin-top: 30px;
	width: 115px;
	height: 115px;
}

/* Header Styling */
header {
	background-color: white;
}

.table > tbody > tr > td {
	border-top: none;
}

strong {
	color: #00467E;
}

/* ------- Modal --------- */
.modal-header .close {
    margin-top: 2px;
}

.modal-dialog {
    width: 360px;
    margin: 30px auto;
}

.breast-cancer h2, .gi-series h2 {
	margin-top: 0px;
}
/* //////// Main shadow wrap //////// */
.mainWrap {
	position: relative;
	background: #fff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	box-shadow: 0 0 1px 1px rgba(80,84,92,0.1);
	margin: 20px auto;
	padding-bottom: 10px;
}

.well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	margin-top: 15px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.center {
	text-align: center;
}

blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 17.5px;
	border-left: 5px solid #3C646D;
	background-color: #FAFAFA;
}

.highlights {
	margin-bottom: 10px;
	margin-top: 30px;
}

.bio-photo {
	margin-top: 30px;
}

.margin-top {
	margin-top: 22px;
}

.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
	color: #4EB6C4;
}

.panel-title:hover, .panel-title:active, .panel-title:focus, .panel-title:visited {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
	color: #333;
	text-decoration: none;
}

.panel-default>.panel-heading {
	color: #0176B0;
	background-color: #F5F5F5;
	border-color: #E5E4E4;
}

.panel {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.seminar {
	padding: 20px;
}

.seminar a {
	color: #a94442;
}

.seminar a:hover {
	color: #682A29;
}

.in-vetro, .egg-donor, .male-infertility, .patient-forms {
	display: inline-block;
}

.in-vetro {
	background-image: url(../images/in-vitro-fertilization.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 639px 200px;
	width: 639px;
	height: 200px;
}

.flush {
	margin-left: -15px !important;
	margin-right: -15px !important;
}

/* LOGO HELPER CLASS --- Moves the logo around on medium and larger screens */
/* Note that the logoHelper has a media query for the iPad portrait to remove the -5 on left */
.logoHelper {
    margin: 20px 0px;
    width: 30%;
    height: auto;
}

.logoMobileHelper {
    width: 30%;
    height: auto;
    margin: 20px 30px;
}

.logo-footer {
	width: 70%;
	height: auto;
	margin-top: 60px;
}

/* TOP RIGHT HEADER helpers */
.topRight {
	padding-top: 37px;
    text-align: right;
    color: #00467E;
    font-size: 16px;
    line-height: 20px;
}

.topRight h3 {
	color: #00467E;
	margin: 0px 0px 5px 0px;
	font-size: 23px;
}

.topRight p {
	font-size: 19px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #333;
	margin: 0px 0px 7px 0px;
}

.topRight a {
	color: #00467E;
	font-size: 19px;
}

.topRight a:hover {
	color: #879EC1;
}

/* Divider for separating content vertically, creates space.  By default there is not color or lines, just height and width */
.divider {
	height: 30px;
	width: 100%;
}

.col-md-6 .box-highlight {
	padding-left: -15px;
	padding-right: -15px;
}



/* Controlling image widths */
/* Images with no class control will default to 100% of its container and then auto height */
img {
	width: 100%;
	height: auto;
}

.round {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.imgCenter {
   float: none !important;
   margin-left: auto !important;
   margin-right: auto !important;
   display: block !important;
}

/* Control your image widths */
.img75percent {
	width: 75%;
	height: auto;
}
.img50percent {
	width: 50%;
	height: auto;
}
.img40percent {
	width: 40%;
	height: auto;
}
.img33percent {
	width: 33%;
	height: auto;
}
.img25percent {
	width: 25%;
	height: auto;
}
.img15percent {
	width: 15%;
	height: auto;
}
.img10percent {
	width: 10%;
	height: auto;
}

.img70px {
	width: 70px;
	height: auto;
}

.img118px {
	max-width: 118px;
	height: auto;
}

.social {
	background-color: #F5F5F5;
	border: 1px solid #E5E4E4;
	margin-bottom: 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.social i {
	margin-top: 5%;
	margin-right: 5px;
	color: #BEBDBD;
}

.social img {
	width: 17%;
	padding: 5px;
}

.margin-right {
	margin-right: 30px;
	margin-top: 7px;
}

.margin-left {
	margin-left: 30px;
	margin-top: 7px;
}

.top {
	margin-top: 5px;
}



/* Titles */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: "Times New Roman", Georgia, Serif;
	font-weight: 300;
	line-height: 1.1;
	color: inherit;
}

h1 {
	color: #00467E;
	font-size: 30px;
}

h2 {
	color: #000;
	font-size: 26px;
}

h3 {
	color: #333;
	font-size: 20px;
}






/* Default Link Styles */
a.btn {
	text-decoration: none !important;
}

a {
  color: #a94442;
}

a:hover {
  color: #a94442;
  text-decoration: none;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0px;
    overflow: hidden;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.panel-heading {
    padding: 20px 20px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 17px;
    color: #555;
	font-weight: 300;
}

.panel-title>a:active,
.panel-title>a:visited,
.panel-title>a:link,
.panel-title>a:hover {
	font-size: 17px;
	text-decoration: none !important;
}

/*///////// Section Resources ////////// */

a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
	font-size: 18px;
}

.list-group-item {
	font-size: 14px;
}


/* //////// Customize buttons ////////// */
.btn {
	border-radius: 2px;
}



.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
	color: #333;
	background-color: #ebebeb;
	border-color: #adadad;
}


/* VE Blues */
.btn-primary {
	font-size: 16px;
	font-weight: 300;
	text-align: center;
	color: #fff;
	background-color: #00467E;
	border: none;
	padding: 10px 20px;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #1977c7;
	border: none;
}



/* VE Green's */
.btn-success {
	font-size: 16px;
	font-weight: 300;
	text-align: center;
	color: #fff;
	background-color: #B4BD4B;
	border: none;
	padding: 10px 20px;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
	color: #fff;
	background-color: #9DA542;
	border: none;
}


.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #39b3d7;
  border-color: #269abc;
}




.btn-warning {
	color: #fff;
	background-color: #f0ad4e;
	border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
	color: #fff;
	background-color: #ed9c28;
	border-color: #d58512;
}




.btn-danger {
	color: #fff;
	background-color: #d9534f;
	border-color: #d43f3a;
	padding: 10px 20px;
	font-size: 16px;
	font-weight: 300;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
	color: #fff;
	background-color: #d2322d;
	border-color: #ac2925;
}




.btn-link {
  font-weight: normal;
  color: #2380EE;
  cursor: pointer;
  border-radius: 0;
}
.btn-link:hover,
.btn-link:focus {
  color: #1A65BB;
  text-decoration: underline;
  background-color: transparent;
}


/* /////// Navigation Controls /////// */	
	.navbar {
		border: none;
		margin-bottom: 0px;
		border-top: 1px solid rgba(0,70,126,.5);
	}
	
	.navbar-default {		
		background-color: #5c7997;
		background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(92, 121, 151)),to(rgb(61, 91, 125)));
		background-image: -webkit-linear-gradient(top, rgb(92, 121, 151), rgb(61, 91, 125));
		background-image: -moz-linear-gradient(top, rgb(92, 121, 151), rgb(61, 91, 125));
		background-image: -o-linear-gradient(top, rgb(92, 121, 151), rgb(61, 91, 125));
		background-image: -ms-linear-gradient(top, rgb(92, 121, 151), rgb(61, 91, 125));
		background-image: linear-gradient(top, rgb(92, 121, 151), rgb(61, 91, 125));
		filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#5c7997', EndColorStr='#3d5b7d');
		border-radius: 0px;
	}
	
	.navbar-default .navbar-nav > li > a {
		color: white; /* Color of main menu navigation */
		padding-top: 20px;
		padding-bottom: 20px;
		font-weight: 400;
	}
	
	.navbar-default .navbar-nav > li > a:hover {
		color: #FFF; /* Hover color of main menu navigation */
		background-color: #00467E; /* Background hover color of main menu navigation */
	}
	
	.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
		color: #FFF; /* Text color of main navigation when clicked */
		background-color: #00467E; /* Background color of main navigation when clicked */
		
	}
	
	/* Justify Nav */
	.navbar-nav {
        margin: 0 auto;
        display: table;
        table-layout: auto;
        float: none;
        width: 100%;
    }
	
    .navbar-nav > li {
        display: table-cell;
        float: none;
        text-align: center;
    }
	
	/* L/R Nav Padding changed to 12 from 25 due to IE wrapping */
	.nav > li > a {
		position: relative;
		display: block;
		padding: 10px 12px;
	}
	
	.dropdown-menu {
		text-align: left;
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 1000;
		display: none;
		float: left;
		min-width: 160px;
		padding: 0;
		margin: 2px 0 0;
		list-style: none;
		background-color: #3E5C7E; /* Background color of dropdown menu */
		border-radius: 0px;
		-webkit-box-shadow: none;
		box-shadow: none;
		background-clip: padding-box;
		border: none;
		border: none;
		border-left: 1px solid #FFF; /* Border color of dropdown navigation */
		border-right: 1px solid #FFF; /* Border color of dropdown navigation */
	}
	
	.dropdown-menu > li > a {
		display: block;
		padding: 10px 20px;
		clear: both;
		font-weight: 300;
		line-height: 1.42857143;
		color: #FFF; /* Dropdown menu text color */
		white-space: nowrap;
		border-bottom: 1px solid #FFF; /* Border color of dropdown navigation */
	}
	
	.dropdown-menu > li > a:hover {
		background-color: #00467E; /* Background color of dropdown hover menu */
		color: #FFF; /* Dropdown menu hover text color */
	}
	
	.dropdown-header {
		display: block;
		padding: 3px 20px;
		font-size: 18px;
		line-height: 1.42857143;
		color: #FF7F00;
	}

/* /////////// OFF CANVAS NAVIGATION ///////////// */
.mobileNavbarTopStyle {
	background-color: #FFFFFF !important;	
	border-radius: 0px;
}
.btn-mobileNavbarRight {
	margin: 8px 8px 8px 0;
	padding: 4px 0 0 0;
	background-color: transparent;
	border: none;
	border-radius: 4px;
}
/* General styles for all menus */
 
.cbp-spmenu {
	-moz-box-shadow:    inset 10px 0 10px rgba(12,46,70,0.2);
	-webkit-box-shadow: inset 10px 0 10px rgba(12,46,70,0.2);
	box-shadow:         inset 10px 0 10px rgba(12,46,70,0.2);
	background-image: url(../images/offcanvas.jpg);
	background-repeat: repeat;
    position: fixed;
	padding-top: 10px;
	padding-bottom: 10px;
	overflow-x: scroll;
}
 
.cbp-spmenu h3 {
    color: #afdefa;
    font-size: 1.9em;
    padding: 20px;
    margin: 0;
    font-weight: 300;
    background: #0d77b6;
}
 
.cbp-spmenu a {
    display: block;
    color: #fff;
    font-size: 15px;
    font-weight: 300;
}
 
.cbp-spmenu a:hover {
    background: rgba(0,0,0,0.1);
}
 
.cbp-spmenu a:active {
    background: rgba(0,0,0,0.1);
    color: #FFF;
}
 
/* Orientation-dependent styles for the content of the menu */
 
.cbp-spmenu-vertical {
    width: 240px;
    height: 100%;
    top: 0;
    z-index: 1000;
}
 
.cbp-spmenu-vertical a {
    padding: 10px 20px;
}
 
.cbp-spmenu-horizontal {
    width: 100%;
    height: 150px;
    left: 0;
    z-index: 1000;
    overflow: scroll;
}
 
.cbp-spmenu-horizontal h3 {
    height: 100%;
    width: 20%;
    float: left;
}
 
.cbp-spmenu-horizontal a {
    float: left;
    width: 20%;
    padding: 0.8em;
    border-left: 1px solid #258ecd;
}
 
/* Vertical menu that slides from the left or right */
 
.cbp-spmenu-left {
    left: -240px;
}
 
.cbp-spmenu-right {
    right: -240px;
}
 
.cbp-spmenu-left.cbp-spmenu-open {
    left: 0px;
}
 
.cbp-spmenu-right.cbp-spmenu-open {
    right: 0px;
}
 
/* Horizontal menu that slides from the top or bottom */
 
.cbp-spmenu-top {
    top: -150px;
}
 
.cbp-spmenu-bottom {
    bottom: -150px;
}
 
.cbp-spmenu-top.cbp-spmenu-open {
    top: 0px;
}
 
.cbp-spmenu-bottom.cbp-spmenu-open {
    bottom: 0px;
}
 
/* Push classes applied to the body */
 
.cbp-spmenu-push {
    overflow-x: scroll;
    position: relative;
    left: 0;
}
 
.cbp-spmenu-push-toright {
    left: 240px;
}
 
.cbp-spmenu-push-toleft {
    left: -240px;
}
 
/* Transitions */
 
.cbp-spmenu,
.cbp-spmenu-push {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
 
/* Media queries */
 
@media screen and (max-width: 55.1875em){
 
    .cbp-spmenu-horizontal {
        font-size: 75%;
        height: 110px;
    }
 
    .cbp-spmenu-top {
        top: -110px;
    }
 
    .cbp-spmenu-bottom {
        bottom: -110px;
    }
 
}
 
@media screen and (max-height: 26.375em){
 
    .cbp-spmenu-vertical {
        font-size: 90%;
        width: 190px;
    }
 
    .cbp-spmenu-left,
    .cbp-spmenu-push-toleft {
        left: -190px;
    }
 
    .cbp-spmenu-right {
        right: -190px;
    }
 
    .cbp-spmenu-push-toright {
        left: 190px;
    }
}

/* ////////// END OFF CANVAS NAVIGATION ////////// */







/* ----- Back to top tool ----- */
#top-link-block.affix-top {
    position: absolute; /* allows it to "slide" up into view */
    bottom: -70px;
    right: 10px;
}
#top-link-block.affix {
    position: fixed; /* keeps it on the bottom once in view */
    bottom: 30px;
    right: 10px;
}
/* ----- END Back to top tool ----- */








/* ///////// Panel tabs ////////// */
/* Header background color */
.panel-primary>.panel-heading {
	background-color: #999;
	border-color: #ccc;
	height: 44px;
}
/* color of outline border around sides and bottom */
.panel-primary {
	border-color: #ccc;
}

.panel-tabs {
    position: relative;
    bottom: 30px;
    clear:both;
    border-bottom: 1px solid transparent;
}

.panel-tabs > li {
    float: left;
    margin-bottom: -1px;
}

.panel-tabs > li > a {
    margin-right: 2px;
    margin-top: 4px;
    line-height: .85;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    color: #ffffff;
}

.panel-tabs > li > a:hover {
    border-color: transparent;
    color: #ffffff;
    background-color: transparent;
}

.panel-tabs > li.active > a,
.panel-tabs > li.active > a:hover,
.panel-tabs > li.active > a:focus {
    color: #fff;
    cursor: default;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: rgba(255,255,255, .23);
    border-bottom-color: transparent;
}









/* /////////// Footer ///////////// */

/* /// FOOTER WRAP STYLING */

footer {
	background-color: #3D5B7D;
	font-size: 13px;
	color: #FFF;
}

footer img {
	margin-top: 60px;
}

/* /// INNER FOOTER STYLING */

footer a {
	color: #FFF;
}

footer a:hover {
	color: #A6BED6;
	text-decoration: none;
}

/* This removes the bullets in ul's */
footer ul {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-bottom: 60px;
	list-style-type: none;
	-webkit-margin-before: 0px;
	-webkit-margin-after: 0px;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 0px;
}

footer h3 {
	font-family: "Times New Roman", Georgia, Serif;
	font-style: italic;
	font-size: 18px;
	margin: 0;
	padding: 60px 0 0 0;
	color: #e8ebef;
}

footer p {
	margin: 10px 0 0 0;
}

.footerHeader {
	background-color: #2876AC;
	margin-left: 0px;
	margin-right: 0px;
	line-height: 40px;
}

.footerTitle {
	font-family:"Times New Roman", Times, serif;
	font-size: 17px;
}

.footer-location {
	padding-top: 15px;
	text-align: left;
	color: #6D6E71;
	font-size: 13px;
	line-height: 20px;
}

.footer-location p {
	padding: 0px;
}

.footer-building {
	margin-right: 15px;
	padding-right: 15px;
	border-right: 1px solid #CCC;
}

.watermark {
	margin-top: 60px;
	width: 100px;
	height: 116px;
}

/* Vital Element Footer */
.footerVitalElement {
	text-align: center;
	font-size: 13px;
	padding: 20px 0;
	background-color: #333;
	color: #FFF;
}

.footerVitalElement a {
	color: #FFF;
}

.footerVitalElement a:hover {
	color: #8CE4B2;
}

/* Constant Rank */
.constantrank {
	text-align: center;
	font-size: 13px;
	padding: 20px 0;
	background-color: #F5F1EE;
	color: #A09B98;
	border-top: 1px solid #D2CDC9;
}

.constantrank a {
	color: #A09B98;
}

.constantrank a:hover {
	color: #6B6765;
}














/* List Items in Section Resources */
a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
	z-index: 2;
	color: #fff;
	background-color: #3D5B7D;
    border-color: #3D5B7D;
}

.list-group-item:first-child {
	border-top-right-radius: 3px; 
	border-top-left-radius: 3px;
}

.list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}


/* Alerts Change from the defaults */
.alert-info {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #31708f;
}

.alert-success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #3c763d;
}

.alert-warning {
	background-color: #fcf8e3;
	border-color: #faebcc;
	color: #8a6d3b;
}

.alert-danger {
	background-color: #f2dede;
	border-color: #ebccd1;
	color: #a94442;
}





/* ---------------------- Glyphicon Styles ------------------ */
	.glyphicon-master-color {
		color: #2380EE;
	}
	
	.glyphicon-blue {
		color: #2380EE;
	}
	
	.glyphicon-orange {
	color: #FF7F00;
	}
	
	.btn-glyph {
	  padding: 10px 16px;
	  font-size: 6.0em;
	  border: 0px;
	}



/* ---------------------- Font Awesome ---------------------- */

.fa {
	width: 1.25em;
}

.fa-master {
	color: #00467E;
}

.fa-margin-right {
	margin-right: 10px;
}

.fa-blue {
	color: #2380EE;
}

.fa-orange {
	color: #FF7F00;
}

.fa-footer {
	color: #A6BED6;
}

.fa-menu {
	color: #00467E;
}

.fa-menu:hover {
	color: #A6BED6;
}









/* ----------------------  MOVIE AND MOVIE AREA CONTROLS ------------------------ */
/* This is used only when you need a movie or header image to push flush to the 1170 container -- when in a container or in a row */
.movie1170flush {
	margin-left: -15px !important;
	margin-right: -15px !important;
	overflow-x: hidden;
}
/* There is a media query for 767 and less such that any rounded corners on movieImageCorners all go to 0 */
.movieImageCorners {
	border-radius: 4px 4px 0 0;	
}

.classicHeader {
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

/* ----------------------  CAROUSELS ------------------------ */
/* This is needed by the Fixed Message Carousel */
.fixedCarousel-text
{
    position: absolute;
    top: 100px;
    color: #FFF;
    width: 1170px;
}
.btn-min-block
{
    min-width: 170px;
    line-height: 26px;
}
.btn-clear
{
    color: #FFF;
    background-color: transparent;
    border-color: #FFF;
    margin-right: 15px;
}
.btn-clear:hover
{
    color: #000;
    background-color: #FFF;
}
.carousel-indicators
{
	z-index: 3;
}
.carousel-control {
	z-index: 3;
}





/* Want the carousel to fade rather than slide? Then change the class on the carousel from "carousel slide" to "carousel fade". */
.carousel.fade {
  opacity: 1;
}
.carousel.fade .item {
  -moz-transition: opacity ease-in-out .7s;
  -o-transition: opacity ease-in-out .7s;
  -webkit-transition: opacity ease-in-out .7s;
  transition: opacity ease-in-out .7s;
  left: 0 !important;
  opacity: 0;
  top:0;
  position:absolute;
  width: 100%;
  display:block !important;
  z-index:1;
}
.carousel.fade .item:first-child {
  top:auto;
  position:relative;
}
.carousel.fade .item.active {
  opacity: 1;
  -moz-transition: opacity ease-in-out .7s;
  -o-transition: opacity ease-in-out .7s;
  -webkit-transition: opacity ease-in-out .7s;
  transition: opacity ease-in-out .7s;
  z-index:2;
}

.carousel-inner {
	-webkit-border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}

.carousel-indicators li {
	border: 1px solid #00467E;
}

.carousel-indicators .active {
    background-color: #00467E;
}

.carousel-indicators {
	bottom: 5px;
}

/* First Slide */
.carousel-caption {
	float: left;
	text-align: left;
	left: 3%;
	text-shadow: none;
	bottom: 28%;
	padding: 0px;
	max-width: 400px;
}

.carousel-caption h3 {
	color: #00477D;
	font-size: 35px;
	font-weight: 700;
	padding: 0px;
	margin: 0px;
}

.carousel-caption p {
	font-size: 18px;
	padding: 10px 15% 5px 0px;
	margin: 0px;
	color: #405E80;
	font-weight: 400;
}

.carousel-caption-center {
	position: absolute;
	float: none;
	text-align: center;
	left: 0%;
	right: 0%;
	bottom: 0%;
	text-shadow: none;
	background-color: rgba(75,181,197, .80);
	padding: 40px 5%;
}

.carousel-caption-center h3 {
	color: #000;
	font-size: 35px;
	font-weight: 300;
	padding: 0px;
	margin: 0px;
}

.carousel-caption-center p {
	color: #FFF;
	font-size: 20px;
	padding: 10px 0;
	margin: 0px;
}

.carousel-caption-right {
	position: absolute;
	float: right;
	text-align: right;
	top: 0%;
	right: 0%;
	bottom: 0%;
	left: 50%;
	text-shadow: none;
	padding: 22px 3%;
}

.carousel-caption-right h3 {
	font-style: italic;
	color: #F8981D;
	font-size: 30px;
	font-weight: 300;
	padding: 0px;
	margin: 0px;
}

.carousel-caption-right p {
	color: #2FA7DF;
	font-weight: 400;
	font-size: 20px;
	padding: 2px 0px 20px;
	margin: 0px;
}

.carousel-caption-right-1 {
	position: absolute;
	float: right;
	text-align: right;
	top: 0%;
	right: 0%;
	bottom: 0%;
	left: 50%;
	text-shadow: none;
	background-color: none;
	padding: 22px 3%;
}

.carousel-caption-right-1 h3 {
	font-style: italic;
	color: #FFF;
	font-size: 30px;
	font-weight: 300;
	padding: 0px;
	margin: 0px;
}

.carousel-caption-right-1 p {
	color: #FFF;
	font-weight: 400;
	font-size: 20px;
	padding: 2px 0px 20px;
	margin: 0px;
}






/* HIGHLIGHT FEATURE BOXES WITH ICON HOVER */
.box { margin-top: 20px; }
.box > .icon { text-align: center; position: relative; }
.box > .icon > .image { position: relative; z-index: 2; margin: auto; width: 88px; height: 88px; border: 8px solid white; line-height: 88px; border-radius: 50%; background: #338DCB; vertical-align: middle; }
.box > .icon:hover > .image { background: #58BE5B; }
.box > .icon > .image > i { margin-top: 18px; font-size: 36px !important; color: #fff !important; }
.box > .icon:hover > .image > i { color: white !important; }
.box > .icon > .info { margin-top: -24px; background: rgba(0, 0, 0, 0.04); border: 1px solid #e0e0e0; padding: 20px 0 20px 0; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
.box > .icon:hover > .info { background: rgba(0, 0, 0, 0.04); border-color: #e0e0e0; color: white; }
.box > .icon > .info > h3.title { font-family: "Roboto",sans-serif !important; font-size: 16px; color: #2876AC; font-weight: 500; }
.box > .icon > .info > p { font-family: "Roboto",sans-serif !important; font-size: 14px; color: #000; line-height: 1.5em; margin: 20px;}
.box > .icon:hover > .info > h3.title, .box > .icon:hover > .info > p, .box > .icon:hover > .info > .more > a { color: #222; }
.box > .icon:hover > .info > h3.title, .box > .icon:hover { color: #58BE5B; }
.box > .icon > .info > .more a { font-family: "Roboto",sans-serif !important; font-size: 16px; color: #222; line-height: 12px; text-transform: uppercase; text-decoration: none; }
.box > .icon:hover > .info > .more > a { color: #fff; padding: 6px 8px; background-color: #58BE5B; }
.box .space { height: 30px; }






/* Helping video aspect ratios when being responsive from an iframe */
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
	margin-bottom: 20px;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}





/* -------------------------------------- MEDIA QUERIES -------------------------------------- */





/* //////// LARGE DEVICES //////// */
@media only screen and (min-width: 769px) and (max-width: 10000px) {
	.row {
		margin-left: 0px;
		margin-right: 0px;
	}

}

/* //////// END LARGE DEVICES //////// */


/* //////// LARGE DEVICES //////// */
@media only screen and (max-width: 1200px) {
	
	.fixedCarousel-text {
	    position: absolute;
	    top: 200px;
	    color: #FFF;
	    width: 970px;
	}	
	
	header {
		background-image: none;
	}
	
	
	.carousel-caption-right-1 p, .carousel-caption-right p {
		padding: 2px 0px 7px;
	}
	

}

/* //////// END LARGE DEVICES //////// */



@media only screen 
and (min-width: 768px)
and (max-width: 1199px) {
	.fa.fa-caret-right.fa-footer {
		display: none;
	}
	
	.topRight {
		padding-top: 26px;
	}
	
	.zocdoc {
		margin-top: 30px;
	}
	
	.nav > li > a {
		padding: 10px 12px;
		font-size: 13px !important;
	}
	
	.red, .orange, .blue, .green {
		font-size: 14px;
	}
	
	.topRight {
		padding-top: 22px;
		font-size: 11px;
	}
	
	.footer-location {
		font-size: 11px;
	}
	
	.logoHelper {
		width: 35%;
	}
	
	.carousel-caption-center {
		padding: 20px 0px 45px 0px;
	}
	
	.carousel-caption-center h3 {
		font-size: 30px;
	}
}


/* //////// MEDIUM DEVICES //////// */
@media only screen and (max-width: 992px) {


	/* This is needed by the Fixed Message Carousel */
	.fixedCarousel-text {
	    position: absolute;
	    top: 200px;
	    color: #FFF;
	    width: 750px;
	}
	
	.navbar-default .navbar-nav > li > a {
		font-size: 0.9em;
		padding: 20px 14px;
	}
	
	.topRight {
		padding-top: 23px;
	}
	
	.carousel-caption {
		display: none;
	}	
	
	footer {
		font-size: 11px;
	}
	
	.carousel-caption-right-1 h3, .carousel-caption-right h3 {
		font-size: 21px;
	}
	
	.carousel-caption-right-1 p, .carousel-caption-right p {
    	font-size: 15px;
		padding: 2px 0px 0px;
	}
	
	.carousel-caption-right-1, .carousel-caption-right {
		padding: 18px 3%;
	}
	
	.reshape {
		background-image: none;
	}
	
	.navbar {
		border: none;
		margin-bottom: 0px;
		border-top: none;
	}

}

/* //////// END MEDIUM DEVICES //////// */

@media only screen and (max-width: 991px) {
	.mainWrap {
		margin: 0 auto 20px auto;
	}
	
	.mobile-nav {
		padding-right: 0px;
		padding-left: 0px;
		margin-top: 0px;
		-webkit-border-top-left-radius: 3px;
		-webkit-border-top-right-radius: 3px;
		-moz-border-radius-topleft: 3px;
		-moz-border-radius-topright: 3px;
		border-top-left-radius: 3px;
		border-top-right-radius: 3px;
	}
	
	.carousel-caption-center h3 {
		font-size: 21px;
	}
}



/* //////// SMALLER DEVICE RELATED CONTROLLS //////// */



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

	.mainWrap {
		border-radius: 0px;
		box-shadow: none;
		display: block;
		margin-top: 0px;
	}
	
	.mobile-nav {
		margin-top: 0px;
	}
	
	/* Give yourself some left/right padding on your small screen content */
	.contentMobileLRPadding20 {
		padding: 0 20px 0 20px;
	}
	.contentMobileLRPadding10 {
		padding: 0 10px 0 10px;
	}
	
	.row {
		margin-left: 0px !important;
		margin-right: 0px !important;
	}

	footer {
		padding-bottom: 15px;
	}
	
	footer img {
		margin-top: 20px;
		margin-bottom: 10px;
		width: 50%;
		float: left;
	}

	.carousel-caption-center {
		display: none;
	}
}

/* //////// END SMALLER DEVICES //////// */




/* ------------- Fixes for the large iPad in portrait view ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
/* The 5px on the left counteracts the logoHelper -5px and the 30px top margin adds to the layout balance when on iPad in portrait view */
	.logoHelper {
		margin: 30px 0px 20px 5px;
		height: auto;	
	}
}

/* This is for 1 px less than large ipad in portrait so it will then not show the header when 1px less than large ipad portrait, but still show the header when ipad portrait */
@media screen and (max-width: 767px) {
	
	.logoHelper {
		margin: 20px 0px 20px 0px;
		height: auto;
	}
	
	footer {
		font-size: 14px;
	}
	
	.footerVitalElement {
		padding: 20px;
	}
	
	/* This is trying to fix iphone scroll bar push when changing orientation */
	.container {
		overflow-x: hidden;
	}
	
	.carousel-caption, .carousel-caption-3 {
		display: none;
	}
	
	header {
		display: none;
		height: -1px;
		margin: -1px;
	}
	
	.navbar {
		margin-bottom: 0px;
	}
	
	.mainWrap {
		margin-bottom: 0px;
	}
	
	.watermark {
		margin-top: 20px;
	}
	
	footer {
		border-top: 1px solid #efefef;
	}
	
	footer ul {
		padding-bottom: 0px;
	}
	
	footer h3 {
		padding: 20px 0 0 0;
	}
	
	/* Makes rounded corners on movieImageCorners all go to 0 on small screens */
	.movieImageCorners {
		border-radius: 0;	
	}


/* Control your image widths on smaller screens, this will center them and 50% all of them when you use any of these classes */
	.img50percent,
	.img40percent,
	.img33percent,
	.img25percent,
	.img15percent
	.img10percent {
		width: 50%;
		height: auto;
		float: none !important;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	
	
}




/* ///////////////// SMALL PHONE LIKE DEVICES CONTROL ///////////////// */
@media only screen and (max-width: 480px) {
	/* Change main shadow wrap on phones to blocks and remove round edge */
	.mainWrap {
		border-radius: 0px;
		box-shadow: none;
	}
	
	.footer-location {
		padding-top: 15px;
		text-align: left;
		color: #6D6E71;
		font-size: 11px;
		line-height: 20px;
	}

}

/* ///////////////// END SMALL PHONE LIKE DEVICES CONTROL ///////////////// */






/* ///////////////// EXTRA SMALL WATCH LIKE DEVICES CONTROL ///////////////// */
@media only screen and (max-width: 296px) {

	/* ADD YOUR SUPER SMALL SCREEN FIXES HERE */

}
/* ///////////////// END EXTRA SMALL WATCH LIKE DEVICES CONTROL ///////////////// */





/* ///////////////// CONTROL WHAT SHOWS ON PRINTED VERSIONS ///////////////// */
@media print {
	.cbp-spmenu-vertical {
		display: none;
	}
	.mobileNavbarRight {
		display: none;
	}
	.logoHelper {
		display: none;
	}
	
}