/*
Theme Name: Divers19
Theme URI: https://www.ecdivers.com/
Description: custom theme by Gordon Multimedia.
Author: Gordon Multimedia
Version: 1.0
*/
.makeBlock {
	display: block;
}
.aligncenter {
	display: block;
	margin: 0 auto;
}
.interior h1 {
	border-left: 3px solid #0090ff;
	background: rgb(0,144,255);
	background: -webkit-linear-gradient(left, rgba(0,144,255,0.1026785714285714) 0%, rgba(0,196,255,0) 100%);
	background: -o-linear-gradient(left, rgba(0,144,255,0.1026785714285714) 0%, rgba(0,196,255,0) 100%);
	background: linear-gradient(to right, rgba(0,144,255,0.1026785714285714) 0%, rgba(0,196,255,0) 100%);
	padding-left: 1rem;
}
.interior h2 {
	border-left: 2px solid #ff0000;
	background: rgb(255,0,0);
	background: -webkit-linear-gradient(left, rgba(255,0,0,0.1026785714285714) 0%, rgba(255,0,0,0) 100%);
	background: -o-linear-gradient(left, rgba(255,0,0,0.1026785714285714) 0%, rgba(255,0,0,0) 100%);
	background: linear-gradient(to right, rgba(255,0,0,0.1026785714285714) 0%, rgba(255,0,0,0) 100%);
	padding: .5rem 0 .5rem 1rem;
	margin: 2rem 0;
}
.interior h3 {
	border-left: 1px solid #ccc;
	background: rgb(0,144,255);
	background: -webkit-linear-gradient(left, rgba(0,144,255,0.1026785714285714) 0%, rgba(0,196,255,0) 100%);
	background: -o-linear-gradient(left, rgba(0,144,255,0.1026785714285714) 0%, rgba(0,196,255,0) 100%);
	background: linear-gradient(to right, rgba(0,144,255,0.1026785714285714) 0%, rgba(0,196,255,0) 100%);
	padding:  .5rem 0 .5rem 1rem;
	margin: 2rem 0 1rem;
}
.bookappttext {
	display: block;
	margin-top: 1rem;
	margin-bottom: .5rem;
}
.go-pricing h3, .go-pricing h2, .go-pricing h1 {
	background: none;
}
.interior .card h3 {
	margin: 0;
}
.size-medium {
	max-width: 100%;
	height: auto;
}
body, html {
	height: 100%;
	position: relative;
}
html {
	scroll-behavior: smooth;
}
body {
	font-size: 18px;
	font-family: 'Open Sans', sans-serif !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#wrap {
	overflow: hidden;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Titillium Web', sans-serif !important; 
}
h1 {
	font-size: 2em;
	margin-bottom: 1em;
}
.home .container-fluid {
	padding-right: 0;
	padding-left: 0;
}
#menu {
	position: fixed;
	top: 0;
	left: -85%;
	width: 85%;
	text-align: center;
	font-size: 1em;
	background-color: rgba(0,0,0,.85);
	padding: 2.5em .5em;
	z-index: 1001;
	height: 100%;
}
#header {
	border-bottom: 4px solid #EC1A24;
    padding: 1em 0;
}
.logo img {
	width: 250px;
	height: auto;
}
#ecdMenuTrigger {
	display: inline-block;
	border: 1px solid rgba(0,0,0,.5);
	padding: .2em;
	text-align: center;
	border-radius: 3px;
	position: relative;
	top: 38px;
	left: 25px;
	cursor: pointer;
}
#ecdMenuTrigger .fa-bars {
	font-size: 1.7em;
}
#ecdMenuTrigger span {
	font-size: .6em;
	line-height: .7em;
}
.headerRight {
	text-align: right;
}
.headerRight ul, #menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.headerRight a {
	color: rgba(0,0,0,.6);
	transition: color 0.3s ease;
}
.headerRight a:hover {
	color: rgba(0,0,0,1);
}
.headerRight ul .mainItem {
	display: inline-block;
	margin: 0 .5em;
}
.headerRight ul.main {
	text-align: center;
	margin: 0  -15px 1em -15px;
	border-bottom: 1px solid #CCC;
	padding-bottom: 1em;
}
#socialBar li {
	display: inline-block;
	margin-left: .5em;
	font-size: 1.2em;
}
#branding {
	text-align: center;
}
#menu a {
	color: rgba(256, 256, 256, .85);
	display: block;
	background-color: rgba(0,0,0,0);
	transition: .3s all;
	border: 1px solid rgba(256, 256, 256, .2);
    font-size: .9em;
    margin-bottom: .3em;
}
#menu a:hover {
	color: rgba(256, 256, 256, 1);
	background-color: rgba(0,0,0,1);
	border: 1px solid rgba(256, 256, 256, 1);
	text-decoration: none;
}
#menuClose {
	position: absolute;
	right: 10px;
	top: 15px;
	cursor: pointer;
	color: rgba(256, 256, 256, .85);
	font-size: 1.4em;
}
/*#menu::after {
  content: "";
  background: url("images/phil-original.svg");
  opacity: 0.05;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;   
	background-repeat: no-repeat;
	background-size: 150%;
	background-position: center center;
}*/
#sortButtons .btn {
	margin-bottom: 5px;
}
@media (min-width:768px){

	.logo img {
		width: 300px;
	}
	#menu {
		left: -350px;
		width: 350px;
	}
}
@media (min-width:992px){
	h1 {
		font-size: 3.5em;
	}
	.singleLocation h1 {
		font-size: 2.5rem;
	}
	.headerRight ul .mainItem {
		display: block;
		margin: 0;
	}
	#branding, .headerRight ul.main {
		text-align: inherit;
	}
	.headerRight ul.main {
		margin: 0;
		padding: 0;
		border-bottom: none;
	}
}
.gmm-img-fluid {
	object-fit: cover;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/* ************ HOME PAGE ****************/

#smaatPhil, #buyerPhil {
	position: absolute;
	width: 250px;
	height: auto;
	z-index: 1;
}
#smaatPhil {
	right: -90px;
	bottom: -70px;
}
#buyerPhil {
	left: -110px;
	width: 200px;
	bottom: -45px;
}
.featuredBox {
    text-align: center;
    background: rgba(0,0,0,.6);
    bottom: 60px;
    padding: 3rem;
    color: #FFF;
}
.featuredBox p {
	font-size: .8em;
}
#featuredA, #featuredD {
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
}
#featuredB, #featuredC {
	padding: 3em 2em;
}
#featuredB h2, #featuredC h2, #letsdive h2, #hpMapOverlay h2 {
	color: #ec1a24;
	font-size: 3em;
	font-weight: 900;
	font-style: italic;
    margin-bottom: .3em;
}
.featuredItem {
	margin-bottom: 1em;
}
.featuredItem h3 {
	margin-bottom: 0;
    font-size: 1.4em;
    font-weight: 600;
}
.featuredItem p {
	font-size: .9em;
	margin-bottom: .3em;
}
.featuredItem:last-of-type a {
    font-size: .8em;
    font-weight: 900;
    margin-top: 1em;
    display: inline-block;
}
#tier2 {
	border-top: 6px solid #FFF;
	border-bottom: 6px solid #FFF;
}
@media(min-width:992px){
	.featuredBox {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		width: 75%;
		bottom: 60px;
		padding: 1em;
	}
	#featuredB h2 {
		margin-left: -1em;
	}
	#featuredC h2 {
		margin-left: -.5em;
	}
	#featuredB {
		margin-left: -3em;
		padding: 3em 3em 1em 0;
	}
	#featuredC {
	padding: 3em 0 1em 4em;
}
}
@media(min-width:1200px){
	.featuredBox {
		width: 50%;
	}
}
/********** Home Page Let's Dive ***********/
#letsdive {
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 4em 0;
}
#letsdive h2 {
    font-size: 3em;
    text-shadow: 2px 2px 0 rgba(0,0,0,.8);
	margin-bottom: 1em;
	text-align: center;
}
#letsdive h3 {
    background: #FFF;
    border-bottom: 4px solid red;
	position: relative;
	font-size: 2em;
	font-weight: 900;
}
#local h3{
	padding-left: 2em;
}
#travel h3, #social h3 {
	padding-left: 1em;
}
#local h3 img {
	width: 100px;
	position: absolute;
	left: -30px;
	top: -30px;
}
#travel h3 img, #social h3 img {
	width: 60px;
	position: absolute;
	left: -30px;
	top: -30px;
}
#social h3 img {
	top: -40px !important;
}
.letsdivewrap {
	padding: 0 2em;
}
.letsdivebox {
	background-color: rgba(256, 256, 256, .8);
	padding: 1em;
	margin-bottom: 2em;
}
.indvBoxItem {
	font-size: .8em;
	margin-bottom: 1em;
	clear: both;
	min-height: 65px;
}
.indvBoxItem:last-of-type {
    margin-bottom: 0;
	min-height: initial;
}
/*#local .fas {
	float: left;
	font-size: 2em;
	margin: 0 5px 5px 0;
}*/
.date {
	float: left;
	margin: 0 5px 5px 0;
	padding: 4px;
	font-weight: 900;
	text-transform: uppercase;
	border: 1px solid #EC1A24;
	text-align: center;
	background: #FFF;
}
.date.singlePage {
	margin: 0 2rem 1rem 0;
}
.date span {
	font-weight: 300;
	font-size: 1.5em;
	display: block;
	text-align: center;
}
.indvBoxItem .title {
	font-weight: 900;
}
.more {
	font-weight: bold;
}
.hpTripTile {
	background-position: center center;
	background-size: cover;
	height: 1px;
	padding-bottom: 60%;
	position: relative;
	display: block;
}
.dateRange, .tripName {
	background-color: rgba(0,0,0,.7);
	text-align: center;
	color: #FFF;
}
.dateRange, .tripName {
	left: 0;
	right: 0;
	position: absolute;
}
.dateRange {
	top: 0;
}
.tripName {
	bottom: 0;
	font-size: 1.5em;
	font-weight: bold;
}
@media(min-width:992px){
	.letsdivebox {
		min-height: 18em;
	}
	#letsdive h2 {
		position: relative;
		left: 2em;
		font-size: 4em;
		margin-bottom: 7em;
		text-align: left;
	}
}
/************* Home Page Map ****************/
#hpMap {
	background-image: url(images/bkg-hp-map.jpg);
	background-size: cover;
	background-position: center center;
	position: relative;
	height: 725px;
	border-top: 6px solid #FFF;
	border-bottom: 6px solid #FFF;
}
#hpMapOverlay h2 {
	text-align: center;
	position: relative;
}
#hpMapOverlay h2 a {
	color: #ec1a24;
}
#hpMapOverlay {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	transition: background-color .5s ease;
}
#hpMapOverlay:hover {
	background-color: rgba(0,0,0,.25);
	text-decoration: none !important;
}
@media(min-width:992px){
	#hpMapOverlay h2 {
		text-align: left;
		top: 1em;
		left: 2em;
	}
	#hpMapOverlay {
		background-image: url(images/bkg-you-here.png);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 75%;
	}
}
@media(min-width:1990px){
	#hpMapOverlay h2 {
		text-align: center;
		top: 1em;
		left: 2em;
	}
}
/********** Standard Interior pages **************/
#midPage {
	padding: 3em 0;
}

a.anchor {
	display: block;
	position: relative;
	top: -100px;
	visibility: hidden;
}
#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* ---------- Staff Listing Template -------- */

.staffExcerpt {
	font-size: .8em;
}
.staffExcerpt .fas {
	position: relative;
	top: 1px;
}
h3.sectionHeader {
    border-bottom: 3px solid #ff0000;
    margin: 1em 0 2em;
	background-image: url("images/bkg-water.jpg");
	color: #FFF;
	padding: .2em 1em;
}
/* ---------- Single Staff Template -------- */
#affiliations {
	border: 1px solid #e9e9e9;
	padding: 1em;
	margin: 1em 0;
}
.affiliateImg {
    width: 35px;
    height: auto;
}
.mediumBubble {
	width: 100%;
    height: 0px;
    padding-bottom: 60%;
    background-position: top center;
    background-size: cover;
}
.staffIndvListing {
	margin-bottom: 2em;
}
.indvStaffRole {
	display: block;
	font-size: 1.5rem;
}
.staffIndvListing h4 span {
	display: block;
	font-size: 1rem;
	font-weight: 600;
}
.staffdetails {
	list-style: none;
	display: inline-block;
	margin: 0;
	padding: 0;
}
.staffdetails span {
	font-size: .8em;
	font-weight: 900;
}
.staffdetails li {
	margin: .5em 0;
}
.ratings {
	font-size: .8em;
}
.grid-item {
	display: inline-block;
	margin: 5px;
	border: 1px solid rgba(0,0,0,.1);
}
#staffImages .list-inline {
    white-space:nowrap;
    /*overflow-x:auto;*/
}

#staffImages .carousel-indicators {
/*    position: static;*/
    left: initial;
    width: initial;
    margin-left: initial;
}

#staffImages .carousel-indicators > li {
    width: initial;
    height: initial;
    text-indent: initial;
}

#staffImages .carousel-indicators > li.active img {
    opacity: 0.6;
}
#staffImages .carousel-indicators {
	margin: 0;
	background: #2d2d2d;
}
#staffImages .carousel-indicators li {
	margin: 0;
}
#staffImages .carousel-indicators img {
	width: 75px;
	height: auto;
}
#staffImages .carousel-item {
	height: 500px;
	text-align: center;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
#staffImages .carousel-indicators {
    bottom: -32px !important;
}
.staffField {
    margin-top: 1rem;
    padding-top: 1rem;
}
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
	margin-top: -2px !important;
}
/* ------------ Locations Main Pages ------------- */
#diveCenterInfo .row {
	font-size: .85em;
    border-top: 1px solid rgba(0,0,0,.2);
    padding-top: 1em;
}
#map {
	height: 0;
	padding-bottom: 60%;
}
#mapSidebar {
	height: 0;
	padding-bottom: 125%;
}
h4.card-header, h3.card-header {
	cursor: pointer;
}
h4.card-header.collapsed:after, h3.card-header.collapsed:after {
	content: "\f150" !important;
}
h4.card-header:after, h3.card-header:after {
	display: block;
    position: absolute;
	right: .5em;
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900; 
	content: "\f151";
	top: .7em;
	font-size: .8em;
	color: rgba(0,0,0,.5);
}
.siteHighlights {
	font-size: .8em;
	margin-bottom: 2em;
}
.siteHighlights .row {
	margin-bottom: 1px;
}
.siteHighlights  span {
	display: block;
	text-align: right;
	font-weight: 900;
	background: #F5f5f5;
	padding-right: .5em;
}
#itemDetails {
	margin-top: 2em;
}
/* styles for masonry grid */
.grid-item, .grid-sizer { 
	width: 47%; 
	margin-bottom: 5px;
}
.gutter-sizer {
	width: 1%;
}
@media(min-width:992px){
	.grid-item, .grid-sizer {
		width: 30%;
	}
	.gutter-sizer {
		width: .5%;
	}
}
@media(min-width:1200px){
	.grid-item, .grid-sizer {
		width: 23%;
		margin-bottom: 7px;
	}
	.gutter-sizer {
		width: .5%;
	}
}
.grid-item img, .myResponsive {
	width: 100%;
	height: auto;
}
#leftGallery a, .left-grid-sizer {
	width: 49.3%;
	margin-bottom: 5px;
	display: block;
}
.left-gutter-sizer {
	width: 1.4%;
}
.leftGalleryImage {
	width: 100%;
	height: auto;
}
.divesiteMapLink {
	display: inline-block;
	text-align: center;
}
.divesiteMapLink .fas {
	font-size: 4em;
}
h3.underline {
	border-bottom: 3px solid #EC1A24;
}
#mapdisclaimer {
	margin: 2em 0;
    padding: 1em;
    font-size: .85em;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 3px;
    background: rgba(0,0,0,.03);
}
/*--------- Trip Page -------- */
.pricebox {
	border: 1px solid #CCC;
	border-radius: 4px;
	padding: 1rem;
	margin-bottom: 2rem;
	position: -webkit-sticky;
    position: sticky;
    top: 2rem;
    z-index: 102;
	background: #FFF;
	text-align: center;
}
.helperText {
	font-size: .85rem;
}
#staffImages.trippage {
	background-color: #000;
}
#staffImages.trippage .carousel-item img {
	object-fit: cover;
    width: 100%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

#staffImages.trippage .carousel-item.active,
#staffImages.trippage .carousel-item-next,
#staffImages.trippage .carousel-item-prev {
  display: block !important;
}
#tripBanner {
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	height: 600px;
	background-position: center center;
}
#tripBanner h1 {
	position: absolute;
	top: 1em;
	color: #FFF;
	text-shadow: 3px 3px 5px rgba(0,0,0,.6); 
	padding: 0 1em;
	background: rgba(0,0,0,.3); 
	z-index: 2;
}
#tripBanner h1 span {
	display: block;
	font-size: .5em;
}
#price h3 {
	margin: 0 0 0.25rem;
}
#priceHighlight {
	position: relative;
}
#price {
	position: relative;
	z-index: 2;
}
#price span {
	font-size: 16px;
}
/*#priceHighlight:after {
	content: "\f02b";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    font-size: 15em;
    font-weight: 900;
    color: #F6f6f6;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY( -50%) rotate(-35deg);
    z-index: 1;
    text-shadow: 0 4px 0 red;
}*/
#price .moreInfo {
	font-size: 16px;
}
.myavailability {
	font-size: .8rem;
}
#mainDesc {
	font-size: 1em;
    line-height: 1.5em;
    margin-bottom: 3em;
}
.gallery {
	margin: 3em 0;
}
#bookTrip {
	margin: 1rem 0 0;
	text-align: center;
	position: relative;
	z-index: 3;
}
#spaceAvailable {
	display: inline-block;
	padding: .2em 1em;
}
#spaceAvailable.plenty {
	background-color: #d4f296;
}
#spaceAvailable.limited {
	background-color: #f2e7ab;
}
#spaceAvailable.few {
	background-color: #f2bdab;
}
#spaceAvailable.soldout {
	background-color: #EC1C24;
}
a.bookNow {
	color: #FFF;
	background-color: #EC1C24;
	border-radius: 3px;
	display: inline-block;
	margin: 0 0 .5rem;
	padding: .2em 1em;
	font-size: 1.2em;
	position: relative;
	top: 0px;
	transition: all .3s;
	z-index: 3;
}
a.bookNow:hover {
	top: -4px;
	background-color: #bf161c;
}
a.namedanchor {
	position: relative;
	top: -100px;
}
@media (min-width: 1200px){
	#staffImages.trippage .carousel-item {
		height: 600px;
	}
}
/*---------- Trips Template ---------- */
.tripWrapper {
	margin: .5rem 0;
}
.indvTripTile {
	width: 100%;
    position: relative;
    height: 0;
    padding-bottom: 75%;
    background-size: cover;
    background-position: center center;
}
.indvTripTileInner {
	background-color: rgba(0,0,0,.45);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	transition: all .3s;
}
.indvTripTileInner:hover {
	background-color: rgba(0,0,0,.6);
}

.indvTripTileInner h3 {
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
	color: #FFF;
	text-align: center;
    width: 100%;
	transition: all .3s .3s;
	padding: 0 1rem;
}
.indvTripTileInner:hover h3 {
	top: 40%;
}
.indvTripTileInner h3 span, .indvTripTileInner h3 strong {
	display: block;
	font-size: .6em;
}
.indvTripTileInner h3 strong {
	margin-top: 1em;
	opacity: 0;
	transition: all .3s .3s;
}
.indvTripTileInner h3 strong .fas {
	transition: all .3s .6s;
	transform: rotate(0);
}
.indvTripTileInner:hover h3 strong .fas {
	transform: rotate(-90deg);
}
.indvTripTileInner:hover h3 strong {
	opacity: 1;
}

/* ------------ RENTAL SPECIALS -------------- */
#rentalSpecials h2 {
	text-align: center;
    color: #FFF;
    background: #ec1d24;
    padding: .5rem;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
#rentalSpecials {
	background: #f6f6f6;
	padding-bottom: 1rem;
}
.rentalSpecial {
	margin: 1rem;
	padding: 1rem;
	background-color: rgba(0,0,0,.1);
}
.rentalSpecial h4 {
	border-bottom: 2px solid #ec1d24;
    border-top: 2px solid #ec1d24;
    font-weight: 600;
	font-size: 1.25rem;
}
.exceptions {
	font-style: italic;
	font-size: 1rem;
	text-align: center;
	padding: 0 1rem;
}

/*------- end of center align menu styles */

/* Classes Styles *****/

.bkg-black{
	background: #000;
}
#classBanner {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
	height: 0;
	padding-bottom: 60%;
}
#classBanner h1 {
	color: #fff;
	text-shadow: 2px 2px 2px #000;
	margin-bottom: 0;
	background: rgba(0,0,0,.6);
}
#classBanner #title {
	position: absolute;
	bottom: 25px;
	width: 100%;
}
@media (min-width: 992px){
	#classBanner {
		padding-bottom: 28%;
	}
}
/*-------- menu styles ---------*/

/* ------- add the following two styles to the CSS to center align the menu items - also requires 2 styles to be added to css
*/
.navbar-lapse.center {
    text-align: center;
}
.navbar-collapse.center .navbar-nav {
    display:inline-block;
    float: none;
}
#responsive_menu_pro_button {
	display: none !important;
}
#menuTrigger {
	background-color: 	#49338f;
	color: #fff;
	line-height: 2em;
	font-size: 1.5em;
	text-align: center;
	margin-left: -10px;
	margin-right: -15px;
	cursor: pointer; 
}
#menuTrigger i {
line-height: 50px;
    font-size: 2em;	
}
@media only screen and (min-width : 992px) {
	#menuTrigger {
		display: none;
	}
}
/*------ end of menu styles -------*/
#footer {
	background-color: #808080;
	padding-top: 50px;
	padding-bottom: 50px;
	color: rgba(256, 256, 256, 0.8);
}
#footer h4 {
	text-transform: uppercase;
	color: #FFF;
	font-size: 1.2em;
	font-weight: bold;
}
#footer .row {
	overflow: hidden;	
}
#footer #input_1_1 label {
	display: none;
}
#footer a {
	color: #FFF;
}
.equalheight {
	margin-bottom: 40px !important;
	padding-bottom: 0px !important;	
}
.col-content {
	border-bottom: 1px solid rgba(256, 256, 256, .4);
	margin: 0 15px 2em 15px;
	padding: 0 15px;
}
.col-content img {
	width: 100%;
	height: auto;	
}
@media(min-width:992px){
	.col-content {
		border-bottom: none;
		padding: 0;
	}
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
#mapDiveCenter .videoWrapper {
	padding-bottom: 100%;
	padding-top: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.social {
	text-align: center;
}
.social a {
	color: rgba(256, 256, 256, 0.6);
}
.social a:hover {
	color: rgba(256, 256, 256, 0.3);
}
.alignright {
	float: right;
	margin-left: 2em;
	margin-bottom: 1em;	
}
.alignleft {
	float: left;
	margin-right: 2em;
	margin-bottom: 1em;	
}
.attachment-thumbnail {
	max-width: 100%;
	height: auto;	
}
.google-maps {
	position: relative;
	padding-bottom: 75%; 
	height: 0;
	overflow: hidden;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
hr {
	clear: both;	
}
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_left select, .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_right select, .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select {
	font-size: 1.5em;
	border: none;	
}
.credit {
	text-align: center;
	padding: 1em;
}
.credit a {
	font-size: .8em;
	color: rgba(256, 256, 256, 0.3);
	text-decoration: none;
}
.credit a:hover {
	color: rgba(256, 256, 256, 0.6);
	text-decoration: underline;
}
/* ---------- styles for carousel -----*/
.carousel-caption {
	position: relative;	
	left: 0%;
	right: 0%;	
}
.carousel-caption h3, .slideShowHeader {
	font-size: 2em;
}
.slideShowHeader {
	position: absolute;
	text-align: center;
	z-index: 999;
	color: #FFF;
	width: 100%;
}
.carousel-indicators {
	bottom: 0px !important; 	
}
.container.pageContent {
	padding-top: 50px;
	padding-bottom: 50px;
	background-image: url(images/bkg-college-solutions.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
}
/*end of styles for carousel ----*/
/* styles to vertically center bootstrap modal window */
.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
/*-------- styles for home.php -----*/
.archive-thumb {
	text-align: right;
	padding-top: 15px;	
}
.archive-item {
	margin-top: 20px;	
}
.archive-item h4 {
	font-size: 1.2em;
	color: #000;
}
.postedOn {
	font-style: italic;
	color: #888;
    position: relative;
    top: -10px;
    font-size: .9em;
}
.pager {
	margin-top: 3em;
}
.pager li>a, .pager li>span {
	border-radius: 0;
}
/*----------- end of styles for home.php --------*/

.dateBox {
	border: 1px solid #CCC;
	float: left;
	margin-right: .5em;
	margin-bottom: .5em;
	margin-top: .4em;
}
.day {
	float: left;
    font-size: 2em;
    padding-right: .1em;
	padding-left: .1em;
    border-right: 1px dotted #ccc;	
}
.monthYear {
	padding-left: .3em;
	padding-right: .3em;
	float: left;	
}


/*------- styles for contact footer ----------*/
.contact-footer a {
	color: rgba(256, 256, 256, .8);	
}
.contact-footer a:hover {
	color: rgba(256, 256, 256, 1);	
	text-decoration: none;
}
/*---------- end of styles for contact footer --------*/

@media (min-width:768px) {
	.navbar {
		border-radius: 0px !important;	
	}
	.navbar-default .navbar-nav>li>a {
		color: rgba(256, 256, 256, .8);	
	}
	.navbar-default .navbar-nav>li>a:hover {
		color: rgba(256, 256, 256, 1) !important;	
		background-color: rgba(0, 68, 124, 1);	
	}
	.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.current-menu-ancestor>a {
		color: rgba(256, 256, 256, 1);
		background-color: rgba(0, 68, 124, .8);	
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: rgba(256, 256, 256, 1);	
	}
	.navbar-toggle { /*this is for the collapsed button to activate menu*/
		display: none;
	}
	.navbar-default {
		border: none;
		background-color: rgba(0, 68, 124, .8);	
		margin-bottom: 0px;
	}
	.equalheight {
		margin-bottom: -99999px !important;
		padding-bottom: 99999px !important;	
	}
	.carousel-caption {
		bottom: 0px !important;	
	}
	.carousel-caption h3, .slideShowHeader {
		font-size: 3em;
		text-shadow: 1px 1px 3px rgba(0,0,0,1)	;
	}

}