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

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

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

#note {
	position: relative;
	z-index: 1000;
	top: 0;
	left: 0;
	right: 0;
	background: #097fab;
	color: white;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding: 25px 25px;
	overflow: hidden; 
}

#note a {
	color: yellow;
}

#note a:hover {
	color: red;
}

@-webkit-keyframes slideDown {
	0%, 100% { -webkit-transform: translateY(-50px); }
	10%, 90% { -webkit-transform: translateY(0px); }
}

@-moz-keyframes slideDown {
	0%, 100% { -moz-transform: translateY(-50px); }
	10%, 90% { -moz-transform: translateY(0px); }
}

.cssanimations.csstransforms #note {
	-webkit-transform: translateY(-50px);
	-webkit-animation: slideDown 2.5s 1.0s 1 ease forwards;
	-moz-transform:    translateY(-50px);
	-moz-animation:    slideDown 2.5s 1.0s 1 ease forwards;
}

.cssanimations.csstransforms #close {
	display: none;
}

#zocdoc_schedule {
	width: 225px;
	height: 37px;
}

/* Header Styling */
header {
	background-color: #FFF;
}
/* Use this and add to it to style your header center column tag line or resources */
.headerCenter {
	text-align:center;
	margin-top: 40px;
}

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

.alert {
    padding: 15px;
    margin-bottom: 10px;
    border: 1px solid transparent;
    border-radius: 0px;
}

/* //////// Main shadow wrap //////// */
.mainWrap {
	position: relative;
	background: #fff;
	border-radius: 4px;
	box-shadow: none;
}

.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;
}

.intro {
	padding-top: 0px;
	padding-bottom: 40px;
}

.news {
	padding-top: 18px;
	padding-bottom: 0px;
}

.news h2 {
	padding-bottom: 10px;
}

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


/* Section Resources */

.r-blue {
	min-height: 20px;
    padding: 19px;
    margin-bottom: 30px;
    background-color: #1083A9;
    border: none;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.r-blue h2 {
	color: #FFF;
	font-size: 18px;
	background-color: #09546d;
	border-right: 8px solid #09546d; 
	padding: 15px 20px;
	margin-left: -19px;
	margin-right: -19px;
}

.r-blue a {
	color: #FFF;
}

.r-blue a:hover {
	color: #333;
}

.r-blue ul {
	font-weight: 400;
    display: block;
    list-style-type: none;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 3px;
}

.r-blue ul li {
	padding: 2px 0px;
}

/* Section Resources End */



.red, .orange, .blue, .green {
	font-size: 15px;
	padding: 10px 0px 10px 15px;
	color: #FFF;
}

.red {
	background-color: #962F34;
}

.orange {
	background-color: #F08833;
}

.blue {
	background-color: #3C646D;
}

.green {
	background-color: #747347;
}

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

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

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

.margin-bottom {
	margin-bottom: 30px;
}

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

.headerCenter {
	text-align:center;
	margin-top: 40px;
}

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

strong {
	color: #09546d;
}

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

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

.highlights {
	background-color: #f7f7f7;
	padding-top: 50px;
	padding-bottom: 70px;
}

@media(min-width: 992px){
	.service-highlights-container{
	display: flex;
}
}

.service-highlights {
	color: #555;
	text-align: center;
	font-size: 17px;
	font-weight: 300;
	flex-basis: 20%;
}

/* 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: 35px 0px;
	height: auto;
	width: 70%;	
}
.logoMobileHelper {
	width: 51%;
	height: auto;
	margin: 15px;
		
}

/* TOP RIGHT HEADER helpers */
.topRight {
    padding-top: 43px;
    text-align: right;
    color: #000;
    font-size: 17px;
    line-height: 20px;
}

.topRight a {
	color: #eb1c32;
}

.topRight a:hover {
	color: #097fab;
	text-decoration: none;
}

.lightblue {
	color: #30CDFF;
}

a.providers {
	color: #FFF;
}

a:hover.providers {
	color: #666;
}

.provider {
	margin-top: 7px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.providers img {
	margin-top: 15px;
	-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;
}

.providers p {
	font-size: 14px;
	font-weight: 300;
	background-color: #097fab;
	padding: 10px 0px 10px 0px;
	margin-bottom: 15px;
	text-align: center;
	-webkit-border-bottom-right-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius-bottomright: 2px;
	-moz-border-radius-bottomleft: 2px;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
}

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




/* 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: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

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

/* Home page highlights */

.service-highlights {
	background-color: #e6e6e6;
	padding-top: 140px;
	padding-bottom: 80px;
}

.highlights {
	min-height: 300px;
	background-color: #FFF;
	min-height: 208px;
	padding-left: 20px;
	padding-right: 20px;
}

.highlights a {
	color: #000;
}

.highlights h3 {
	margin-top: 0px;
	padding-top: 20px;
}

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

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

.social {
	text-align: center;
	margin-top: 50px;
}

.fa-1-5x {
	font-size: 1.5em;
}





/* Titles */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 300;
  line-height: 1.1;
  color: inherit;
}

h1 {
	color: #ec1c32;
	font-size: 30px;
}
h2 {
	color: #0c7ea9;
	font-size: 25px;
}

h3 {
	color: #000;
}






/* Default Link Styles */
a {
  color: #eb1c32;
}

a:hover {
  color: #80b1b3;
  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;
}


/*///////// 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-lg {
	padding: 20px 20px !important;
}

.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;
}

.btn-sm {
    padding: 14px 14px;
}

.btn-facebook {
    display: inline-block;
    position: relative;
    outline: 0;
    color: #3b5998;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid rgba(59,89,152,.5);
    vertical-align: bottom;
    white-space: nowrap;
    text-rendering: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-sizing: border-box;
    border-radius: 2px;
    transition: 100ms background-color,100ms border-color,100ms color;
    letter-spacing: -0.02em;
    font-weight: 400;
    font-style: normal;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

.btn-facebook:hover,
.btn-facebook:focus,
.btn-facebook:active,
.btn-facebook.active,
.open .dropdown-toggle.btn-facebook {
	color: #2E467B;
	background-color: #FFF;
	border: 1px solid rgba(59,89,152,.9);
}

.btn-twitter {
    display: inline-block;
    position: relative;
    outline: 0;
    color: #55ACEE;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid rgba(85,172,238,.7);
    vertical-align: bottom;
    white-space: nowrap;
    text-rendering: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-sizing: border-box;
    border-radius: 2px;
    transition: 100ms background-color,100ms border-color,100ms color;
    letter-spacing: -0.02em;
    font-weight: 400;
    font-style: normal;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

.btn-twitter:hover,
.btn-twitter:focus,
.btn-twitter:active,
.btn-twitter.active,
.open .dropdown-toggle.btn-twitter {
	color: #3E7FB1;
	background-color: #FFF;
	border: 1px solid rgba(85,172,238,.9);
}

.btn-yelp {
    display: inline-block;
    position: relative;
    outline: 0;
    color: #C41200;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid rgba(196,18,0,.5);
    vertical-align: bottom;
    white-space: nowrap;
    text-rendering: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-sizing: border-box;
    border-radius: 2px;
    transition: 100ms background-color,100ms border-color,100ms color;
    letter-spacing: -0.02em;
    font-weight: 400;
    font-style: normal;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

.btn-yelp:hover,
.btn-yelp:focus,
.btn-yelp:active,
.btn-yelp.active,
.open .dropdown-toggle.btn-yelp {
	color: #870B01;
	background-color: #FFF;
	border: 1px solid rgba(196,18,0,.9);
}


/* VE Blues */
.btn-primary {
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	color: #fff;
	background-color: #097fab;
	border: none;
	padding: 10px 20px 10px 20px;
	margin-top: 4px;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #000;
	border: none;
}



/* VE Green's */
.btn-success {
	font-size: 16px;
	font-weight: 300;
	text-align: center;
	color: #fff;
	background-color: #58BE5B;
	border: none;
	padding: 15px 15px 20px 15px;
	-moz-box-shadow:inset 0px -5px 0px 0px #439347;
	-webkit-box-shadow:inset 0px -5px 0px 0px #439347;
	box-shadow:inset 0px -5px 0px 0px #439347;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
	color: #fff;
	background-color: #439347;
	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;
}
.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 /////// */
	.navWrap {
		position: relative;
		border-radius: 4px;
		/* box-shadow: 0 0 1px 1px rgba(80,84,92,0.1),0 1px 2px rgba(80,84,92,0.5); */
	}
	
	.navbar {
		border: none;
		margin-bottom: 0px;
	}
	
	.navbar-default {
		background-color: #ec1c32 !important; /* Background color of navbar */
		/* font-size: 20px; Font size of main menu navigation. If not specified, it will inherit font size of the body */
		/* font-weight: 700; Font weight of main menu navigation. If not specified, it will inherit font weight of the body */
		/* box-shadow: 0 0 1px 1px rgba(80,84,92,0.1),0 1px 2px rgba(80,84,92,0.5); */
		border-radius: 0px;
	}
	
	.navbar-default .navbar-nav > li > a {
		color: #FFF; /* Color of main menu navigation */
		font-size: 15px;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	
	.navbar-default .navbar-nav > li > a:hover {
		color: #FFF; /* Hover color of main menu navigation */
		background-color: #097fab; /* 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: #097fab; /* 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;
    }
	
	.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;
		font-size: 14px;
		background-color: #097fab; /* 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: #efefef; /* Dropdown menu text color */
		white-space: nowrap;
		border-bottom: 1px solid #FFF; /* Border color of dropdown navigation */
	}
	
	.dropdown-menu > li > a:hover {
		background-color: #eb1c31; /* 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: #FFF !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: #f2f2f2;
	font-size: 16px;
	color: #000;
	margin-top: 0px;
}

/* /// INNER FOOTER STYLING */

footer a {
	color: #000;
}

footer a:hover {
	color: #666;
	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-size: 20px;
	margin: 0;
	padding: 60px 0 0 0;
	color: #ec1c32;
}

footer p {
	padding: 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 {
	padding-top: 93px;
	float: right;
}

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

.footerVitalElement a {
	color: #FFF;
}

.footerVitalElement a:hover {
	color: #CCC;
}

















/* 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: #3C646D;
	border-color: #3C646D;
}

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

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



/* 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: #709B9D;
}

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

.fa-orange {
	color: #FF7F00;
}

.fa-footer {
	color: #ec1c32;
}

.fa-menu {
	color: #097fab;
}

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





#testimonials.carousel .item {
    height: 390px;
    background-color: #f5f5f5;
}

#testimonials.carousel {
	height: 250px;
}

#testimonials.carousel .carousel-inner .item .carousel-caption {
    position: absolute;
    right: 15%;
	bottom: 25%;
    left: 15%;
    z-index: 10;
    padding-top: 25%;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: none;
}

#testimonials .carousel-caption p {
	font-size: 20px;
    color: #333 !important;
    padding: 10px 0;
    margin: 0px;
}

#testimonials .carousel-caption h3 {
    color: #ec1c32 !important;
    padding: 10px 0;
    margin: 0px;
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: .5;
    filter: none;
    font-size: 20px;
    color: #ec1c32;
    text-align: center;
    text-shadow: none;
}

.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .fa-angle-left, .carousel-control .fa-angle-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}

.carousel-control .fa-angle-left, .carousel-control .fa-angle-right, .carousel-control .icon-prev, .carousel-control .icon-next {
    width: 45px;
    height: 45px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 45px;
}

.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .fa-angle-left, .carousel-control .fa-angle-right {
    position: absolute;
    top: 80%;
    z-index: 5;
    display: inline-block;
}

.carousel-control .fa-angle-left, .carousel-control .fa-angle-right, .carousel-control .icon-prev, .carousel-control .icon-next {
    width: 45px;
    height: 45px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 45px;
}


/* ----------------------  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 {
	margin-top: 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-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;
}

/* First Slide */
.carousel-caption {
    text-align: center;
    text-shadow: none;
    bottom: 28%;
    padding: 0px;
    max-width: 800px;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.carousel-caption h3 {
	color: #fff;
	font-size: 40px;
	font-weight: 300;
	padding: 0px;
	margin: 0px;
}

.carousel-caption p {
	color: #fff;
	font-size: 20px;
	padding-top: 10px;
	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;
}

.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: 1700px) {
	.carousel-caption {
		bottom: 26%;
	}
}

@media only screen and (max-width: 1600px) {
	.carousel-caption {
		bottom: 23%;
	}
}

@media only screen and (max-width: 1400px) {
	.carousel-caption {
		bottom: 20%;
	}
}

@media only screen and (max-width: 1200px) {
	
	.carousel-caption {
		bottom: 26%;
	}
	
	.carousel-caption h3 {
		color: #fff;
		font-size: 30px;
		font-weight: 300;
		padding: 0px;
		margin: 0px;
	}
	
	.carousel-caption p {
		color: #fff;
		font-size: 17px;
		padding-top: 10px;
		margin: 0px;
	}
	
	.fixedCarousel-text {
	    position: absolute;
	    top: 200px;
	    color: #FFF;
	    width: 970px;
	}	

}

/* //////// 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;
	}
	
	.nav > li > a {
		padding: 10px 12px;
		font-size: 13px !important;
	}
	
	.red, .orange, .blue, .green {
		font-size: 14px;
	}
	
	.topRight {
		padding-top: 35px;
	}
	
	.social {
		margin-top: 43px;
	}
	
	.footer-location {
		font-size: 11px;
	}
}


/* //////// 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;
	}
	
	#testimonials .carousel-caption {
		display: block;
	}
	
	#testimonials.carousel .carousel-inner .item .carousel-caption {
		position: absolute;
		right: 15%;
		bottom: 20%;
	}
	

}

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







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



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

	.mainWrap {
		border-radius: 0px;
		box-shadow: none;
		display: block;
	}
	/* 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;
	}

}

/* //////// 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;
	}
	
	#testimonials .carousel-caption {
		display: block;
	}
	
	#testimonials.carousel .carousel-inner .item .carousel-caption {
		position: absolute;
		right: 15%;
		bottom: 20%;
	}
	
	header {
		display: none;
		height: -1px;
		margin: -1px;
	}
	
	.navbar {
		margin-bottom: 0px;
	}
	
	footer ul {
		padding-bottom: 0px;
	}
	
	footer h3 {
		padding: 20px 0 0 0;
	}
	
	.trident {
		display: block;
	}
	
	/* 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,
	.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;
	}
	
}