/******************************/
/*******general styles*********/
/******************************/

/*micro clearfix*/
.cf:before, .cf:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}
.cf:after {
	clear: both;
}
/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
 *zoom: 1;
}
/*end-micro clearfix*/

/*natural box layout model*/
*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
 }
/*end natural box layout model*/

body, html {
	margin: 0;
	padding: 0;
	font-family: Lato,Helvetica, Arial, sans-serif;
}

body {
	background:url(https://www.shelteralternatives.com//images/uploads/desert_storm_tile_02.jpg) repeat;
}

a img {
	border:none;	
}

#siteContainer {
	margin:0;
	position:relative;	
}

.wrap, #pageWrap {
	margin: 0 auto 0 auto;
	padding: 0;
	max-width: 1024px;
	overflow:auto;
}

img:not(.noRespond) {
	width:100%;	
}

/******************************/
/**********head styles*********/
/******************************/

.headerBG {
	box-shadow: 0 0 4em rgba(0,0,0,0.3) inset;
}
#siteLogo {
	text-align:center;
	padding:0.75em 0;
}
#mainNav {
	margin-top:0;
	margin-bottom:0;
}
#navBtn {
	background: #0f4e84;
	color: #fff;
	border-radius: 6px;
	margin:0.5em;
	float:left;
	line-height:1;
	padding:0.5em;
	border-style:none;
	text-transform:uppercase;
	position:absolute;
}
.mobileHeaderContact a {
	text-decoration:none;
}
.mobileHeaderContact .grid {
	margin-bottom:0;	
}
.mobileHeaderContact i {
	font-size:1.25em;	
}

/******************************/
/********heading styles********/
/******************************/

h1 {
	font-size:2em;
	margin:0.5em 0;	
}

h1.pageHeading {
	margin-top:0;
}

h2 {
	font-size:1.5em;
	margin:0.75em 0;
}

h3 {
	font-size:1.25em;
	margin:0.8em 0;
}

h4, h5, h6 {
	font-size:1em;
	margin:1em 0;
}

h1, h2, h3, h4, h5, h6 {
	font-weight:bold;
} 
/******************************/
/**********link styles*********/
/******************************/
a:link {
	color:#0f4e84;
}
a:visited {
	color:#0f4e84;
}
a:hover {
	color:#1e5646;
}
a:active {
	color:#0f4e84;
}
button {
	cursor:pointer;	
}
.returnLink {
	text-align:center;	
}
.returnLink a {
	background: #1e5646;
	border-radius: 0.5em;
	color: #fff !important;
	font-size: 1em;
	font-weight: bold;
	margin: 1.25em auto 0 auto;
	padding: 0.5em 1em;
	text-decoration: none;
	text-transform: uppercase;
	display:inline-block;
	border-color:#27705c #18473c #153d33 #246654;
	border-width:0.35em;
	border-style:solid;    		
	text-shadow:0 0 2px rgba(0,0,0,0.9);    	
}
/******************************/
/**********list styles*********/
/******************************/
ul, ol {
	margin:1em 0;
	padding:0;
}
ul li {
	margin:0.5em 0 0.5em 1em;
	padding:0;
}
ol li {
	margin:0.5em 0 0.5em 1.5em;
	padding:0;	
}
/******************************/
/*********color styles*********/
/******************************/
.black {color:#000;}
.blackBG {background-color:#000;}
.grey {color:#ccc;}
.greyBG {background-color:#ccc;}
.white {color:#fff;}
.whiteBG {background-color:#fff;}
.shelterGreen {color:#1e5646;}
.shelterGreenBG {background-color:#1e5646;}
.shelterBlue {color:#0b4c82;}
.shelterBlueBG {background-color:#0b4c82;}
.transparentWhiteBG {background-color:rgba(255,255,255,0.5);}

.gradient
{
	background: -webkit-linear-gradient(#000,#555,#000); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#000,#555,#000); /* For Opera 11.1 to 12.0 */
	background: linear-gradient(#000,#555,#000); /* Standard syntax */
} 


/******************************/
/***********box styles*********/
/******************************/

.padded {
	padding:1.5em;	
}

.padded > :first-child {
	margin-top:0;
}

.padded > :last-child {
	margin-bottom:0;	
}

.bordered {
	border:1px solid #000;	
}

.shadowed {
	box-shadow:0px 0px 0.25em #777;
	margin:0.25em;	
}

/******************************/
/*******paragraph styles*******/
/******************************/

p {
	line-height:1.4;	
}

p:first-child {
	margin-top:0;	
}
/******************************/
/*******separator styles*******/
/******************************/

hr.separator {
	border-width:1px 0 0 0;
	border-style:solid;
	border-color:#777;
	margin:2em 0;
	clear:both;
}

/******************************/
/**********text styles*********/
/******************************/

.underline {
      text-decoration:underline;
}

strong {
      font-weight:bold;
}

em {
      font-style: oblique;
}

/******************************/
/*********align styles*********/
/******************************/

.center {
	text-align: center;
}
.right {
	text-align: right;	
}
.left {
	text-align: left;	
}
.justify {
	text-align:justify;	
}

/******************************/
/*********float styles*********/
/******************************/

.floatLeft {
	float:left !important;	
}
.floatRight {
	float:right !important;	
}
.top {
	margin-top:0 !important;	
}
.bottom {
	margin-bottom:0 !important;	
}

/******************************/
/********figure styles*********/
/******************************/

figure {
	padding:0;
	margin:1em 0;
}

figure img {
	display:block;
}

figure.frame {
	padding:0.35em !important;
	border:solid #aaa 1px;
	background:#f9f9f9;
}

figcaption {
	text-align:center;
	font-size:0.75em;
	padding:0.25em;
	display:block;	
}
figure.imageLeft {
      float:left;
      margin:0 1em 1em 0;
}
figure.imageRight {
      float:right;
      margin:0 1em 0 1em;
}
figure.frame figcaption {
	padding-top:0.6em;	
}

figure.mainImage {
	margin-top:2em !important;	
}
figure.mainImage:first-of-type {
	margin-top:0 !important;
}

/******************************/
/********Gallery styles********/
/******************************/

.imageGallery {
	overflow: auto;
	margin:0;
}
.imageThumb {
	width: 23.5%;
	margin: 0 0 2% 2% !important;
	float: left;
}
.imageThumb img {
	display: block;
}
.imageThumb a {
/*	border: 1px solid #ccc;
	padding: 2px;*/
	display: block;
}
.iframeContainer {
	overflow:auto;
	margin-bottom:2em;
}
/******************************/
/*********table styles*********/
/******************************/

table {
	width:100%;
	border-collapse:collapse;
}

tr:nth-of-type(even) {
	background:#eee;
}

th {
	background:#eee;
}
td,th {
	padding:0.5em;
	border:1px solid #ccc;
}

/******************************/
/********footer styles*********/
/******************************/
footer {
	margin:0 0 2em 0;	
}

#footerContent {
	margin:0 auto;
	text-align:center;
	padding:0.5em 0;	
}
.footerContact {
	font-size:0.85em;	
}
.affiliate {
/*	width:17.1%;*/
	width:13.75%;
	overflow:hidden !important;	
}

.affiliate img.wideLogo {
	padding:20% 0;
}

.serviceLocations {
	text-transform: uppercase;
	font-size:0.85em;
	text-align:center;
	margin:2em 0;
}

.socialMedia {
	margin:2em 0 0 0;
}
.socialMedia span {
	margin-left:1em;	
}
.socialMedia span:first-of-type {
	margin-left:0;	
}
.socialMediaIcon img {
	width:32px;	
}

/******************************/
/*********Grid styles**********/
/******************************/

.gridContainer {
	width: 100%;
	overflow: auto;
}
.grid {
	float: left;
	overflow: auto;
	margin: 3.5% 0 3.5% 3.5%;
}
.gridContainer + .gridContainer > .grid {
	margin-top:0 !important;	
}
.forceHidden {
	overflow:hidden;	
}
/*
[class*="grid"]:first-child {
	margin-left: 0 !important;
	clear: left;
}
*/
.grid:nth-of-type(1) {
	margin-left: 0 !important;
	clear: left;
}
.grid.first {
	/*Use this option if browsers that don't support nth-of-type pseudo class are important*/
	margin-left: 0 !important;
	clear: left;
}
.grid.one {
	width: 5.125%;
}
.grid.two {
	width: 13.75%;
}
.grid.three {
	width: 22.375%;
}
.grid.four {
	width: 31%;
}
.grid.five {
	width: 39.625%;
}
.grid.six {
	width: 48.25%;
}
.grid.seven {
	width: 56.875%;
}
.grid.eight {
	width: 65.5%;
}
.grid.nine {
	width: 74.125%;
}
.grid.ten {
	width: 82.75%;
}
.grid.eleven {
	width: 91.375%;
}
.grid.twelve {
	width: 100%;
}
.grid figure {
	margin: 0;
	padding: 0;
}

/**********************************/
/************Home page*************/
/**********************************/

.cycle figure {
	margin:0;	
}

.cycle {
	margin:0;	
}

.cycle figure figcaption {
	position:absolute;
	background:rgba(255, 255, 255, 0.9);
	border-radius:0.5em;
	font-weight:bold;
	padding:0.5em 1em;
	border:1px solid #41719c;
}
.introBlock {
	text-align:center;
}
.introBlock h1 {
	margin:0;	
}
.introCycle {
	text-align:center !important;
	margin:0;
	padding:0;	
}
.introCycle p {
	width:100%;
	margin:0 !important;
}
a.requestBtn {
	background: #1e5646;
	border-radius: 0.5em;
	color: #fff !important;
	font-size: 1em;
	font-weight: bold;
	margin: 1.25em auto 0 auto;
	padding: 0.5em 1em;
	text-decoration: none;
	text-transform: uppercase;
	display:inline-block;
	border-color:#27705c #18473c #153d33 #246654;
	border-width:0.35em;
	border-style:solid;    		
	text-shadow:0 0 2px rgba(0,0,0,0.9);
}

.introBlock {
	background:rgba(255, 255, 255, 0.5);
	text-align:center;
	margin:0 0 1em 0;
	padding:1.5em 3em;	
}
.currentEventBlock {
	background:rgba(255, 244, 229, 0.7);
	text-align:center;
	margin:0 0 1em 0;
	padding:1.5em 3em;	
}
.currentEventBlock h2 {
	margin-top:0;	
}
.introBlock p:first-of-type {
	margin-bottom:0 !important;
}
.introBlock p:last-of-type {
	margin-top:0 !important;
}

.homeBlock {
	width:50%;
	padding:1em;
	border-radius:1em;	
}
.homeBlock p {
	margin:0;
	text-shadow: 0px 0px 3px rgba(0,0,0,0.9);	
}
.homeBlock .secondaryText {
	font-size:0.85em;
}

.blockOne, .blockThree {
	border-color:#27705c #18473c #153d33 #246654;
	border-width:0.75em;
	border-style:solid;
	background: -webkit-radial-gradient(#246654 35%, #1e5646 65%); /* Safari 5.1-6.0 */
	background: -o-radial-gradient(#246654 35%, #1e5646 65%); /* For Opera 11.6-12.0 */
	background: -moz-radial-gradient(#246654 35%, #1e5646 65%); /* For Firefox 3.6-15 */
	background: radial-gradient(#246654 35%, #1e5646 65%); /* Standard syntax */
}
.blockTwo {
	border-color:#0c5b9c #07365c #062e4f #0b548f;
	border-width:0.75em;
	border-style:solid;
	background: -webkit-radial-gradient(#0b548f 35%, #0b4c82 65%); /* Safari 5.1-6.0 */
	background: -o-radial-gradient(#0b548f 35%, #0b4c82 65%); /* For Opera 11.6-12.0 */
	background: -moz-radial-gradient(#0b548f 35%, #0b4c82 65%); /* For Firefox 3.6-15 */
	background: radial-gradient(#0b548f 35%, #0b4c82 65%); /* Standard syntax */
}
.homeIconBlock.shelterBlueBG {
	border-color: #0c5b9c #07365c #062e4f #0b548f;
}
.homeIconBlock.shelterGreenBG {
	border-color: #27705c #18473c #153d33 #246654;
}
.licenseStatement {
	text-align:center;
	font-weight:bold;
	text-transform:uppercase;
	margin:0;	
}

/**********************************/
/*********interrior pages**********/
/**********************************/

.mainImage + .mainText {
	margin:2em 0 0 0;	
}

.mainText h1 {
	color:#1e5646;
}

.mainText h2 {
	color:#0b4c82;
}

.rightSidebar {
	display:block;
}

.rightSidebar .pageLinks a {
	text-decoration:none;
	color:#000;	
}

.cycleTestimonials {
	margin-top:2em;	
}

.accoladesSidebar .cycleTestimonials {
      margin-top:0 !important;
}

.allPosts .cycleTestimonials {
	margin-top:0 !important;	
}

.testimonial p.customerInfo {
	text-align:right;
	font-size:0.85em;	
}

/**********************************/
/************team page*************/
/**********************************/
.ourTeam {
	line-height:1.4;
}
.teamCategory {
	break-inside: avoid;
	page-break-inside: avoid;
	-webkit-column-break-inside: avoid;
}
.teamCategory h2 {
	margin-top:0;	
}
.ourTeam .teamMember {
	font-weight:bold;	
}
.ourTeam h3 {
	text-decoration:underline;
	font-weight:normal;
	font-size:1em;
	margin-bottom:0;	
}
.teamBlock {
	margin-bottom:2em;
	break-inside: avoid;
	page-break-inside: avoid;
	-webkit-column-break-inside: avoid;		
}

/******************************/
/******Affiliates styles*******/
/******************************/

.affiliatesGrid .imageThumb {
	width: 23.5%;
	margin: 0 0 2% 2% !important;
	float: left;
}


/******************************/
/******Specialty styles********/
/******************************/

.specialty {
	clear:both;	
	margin-bottom:2em;
	overflow:auto;
}
.specialty h2 {
	margin-top:0;	
}
.specialty p:last-of-type {
	margin-bottom:0;	
}
div.specialty:last-of-type {
	margin-bottom:0;
}
/******************************/
/*********News styles**********/
/******************************/

.newsEntry {
	clear:both;	
}

.newsEntry h2 {
	margin-bottom:0 !important;	
}
.newsEntry h2 a {
	text-decoration:none;
}
.newsEntry:first-of-type h2 {
	margin-top:0 !important;	
}
p.publishDate {
    font-size: 0.85em;
    margin: 0 0 1.765em 0;
}

.rightSidebar .newsLinks a {
	text-decoration:none;
	color:#000;
	font-size:0.85em;	
}

.newsLink .publishDate {
	font-size:0.85em;	
}

.newsEntry h1.pageHeading {
	margin:0 !important;
}

/******************************/
/******Portfolio styles********/
/******************************/
.portfolioGallery figure, .beforeAfter figure  {
	position:relative;
}
.portfolioGallery figure a, .beforeAfter figure a {
	text-decoration:none;
	color:#000;	
}
.portfolioGallery figure figcaption, .beforeAfter figure figcaption  {
	background:#fff;
	background:rgba(255,255,255,0.85);
	position:absolute;
	bottom:0;
	width:100%;
	height:100%;
	padding:2em 1em;
	font-size:1em !important;
	display:none;
	font-weight:bold;	
}
.portfolioGallery figure a:hover figcaption, .beforeAfter figure a:hover figcaption {
	display:block;
}

.beforeAfter {
	margin:0 0 2% 0;	
}

/******************************/
/*****Testimonial styles*******/
/******************************/

.testimonial {
	margin-bottom:2em;
}
.testimonial:last-of-type {
	margin-bottom:0 !important;
}

/******************************/
/*******Resources styles*********/
/******************************/

ul.resourcesList {
	list-style:none;
	margin:0;
	padding:0;
}
ul.resourcesList li {
	padding-left:0;
	margin-left:0;
}
/******************************/
/*******Contact styles*********/
/******************************/
#pageWrap>.pageHeading {
	margin-bottom:0;	
}
.contactForm {
	margin-bottom:2em;	
}

form.entryForm {
    margin: 0!important;
    overflow: auto
}

.entryForm .grid {
    margin-top: .5em;
    margin-bottom: .5em;
    overflow: hidden!important
}

.grid .label {
    margin-bottom: .25em!important;
    display: block
}

.grid .input {
    margin-top: 0!important
}

.entryForm input[type=text],
.entryForm textarea {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: .25em
}

.entryForm textarea {
    height: 15.6em;
    line-height: 1.2em;
    width: 100%
}

input.submit {
	background: #1e5646;
	border-radius: 0.5em;
	color: #fff !important;
	font-size: 1em;
	font-weight: bold;
	margin: 1.25em auto 0 auto;
	padding: 0.5em 1em;
	text-decoration: none;
	text-transform: uppercase;
	display:inline-block;
	border-color:#27705c #18473c #153d33 #246654;
	border-width:0.35em;
	border-style:solid;    		
	text-shadow:0 0 2px rgba(0,0,0,0.9);
}

input.submit:hover {
    cursor: pointer;
    text-shadow:none;
}

.grid.newRow {
    margin-left: 0!important;
    clear: left
}
.mapContainer {
	margin:0 0 2em 0;
}
.mapIframe {
	border-style:none;
	width:100%;
}
a.phone {
	text-decoration:none;
	color:black;	
}
/******************************/
/********Media queries*********/
/******************************/

@media (min-width:1025px) {
.specialtyImageRight, .specialtyImageLeft {
	width:20%;
}	
}

@media (min-width: 769px) {
header {
	position:fixed;
	width:100%;
	z-index:1000;
	top:0;
	background:url(https://www.shelteralternatives.com//images/uploads/desert_storm_tile_02.jpg) repeat;
}
header .wrap {
	overflow: inherit;
	position: relative;		
}
#siteContent {
/*	margin-top:14.7em;	*/
}
#siteLogo img {
	max-width:31.25em !important;	
}
.tagLine {
	display:none;	
}
.jsEnabled .nav {
	display: inline-block;
	overflow:hidden;
	vertical-align:middle;
}
#navBtn, .mobileClose, .mobileHome {
	display: none;
}

.imageThumb:nth-child(4n+1) {
	margin-left: 0!important;
}
.mobileHeaderContact {
	display:none;	
}

.desktopNav {
	border-width:0.2em 0;
	border-color:#000066;
	border-style:solid;	
}
#mainNav {
	text-align:center;
}

ul.nav {
	text-align:center;
}
.nav li {
	display:inline;
	margin:0;
	padding:0;	
}

/*single-level drop-down styles*/
.nav, .nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
ul.nav > li {
	margin: 0 0.25em 0 0;
}
ul.nav > li:first-child {
	margin-left: 0;
}
ul.nav > li:last-child {
	margin-right: 0;
}
.nav a {
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;
	text-decoration:none;
	padding:1em;
	display:inline-block;
	color:#000;
	text-transform:uppercase;
	font-size:0.85em;	
}
ul.nav > li > a {
	border-width: 0 0.375em 0.375em 0.375em;
	border-style: none;
	border-color: #988e7b #807969 #2f2c26 #958d79;
	line-height:1;
}

.nav ul a {
	width: 18em;
	background:#ece3dc;
	border-color:#fff5ed #fff5ed #d9d0ca #d9d0ca; 
	border-style:solid;
	border-width:1px 0;
	padding-top:0.5em;
	padding-bottom:0.5em;
}
.nav a:hover {
	background:#fff5ed;
}
.nav a.topParent {
	position: relative;
	padding-right: 1.5em;
}
.nav a.topParent:after {
	position: absolute;
	right: 0.5em;
	font-family: 'FontAwesome';
	content: '';
}
.nav a.parent {
	position: relative;
}
.nav a.parent:after {
	position: absolute;
	right: 5px;
	font-family: 'FontAwesome';
	content: '';
}
.nav li {
	float: left;
	background: rgba(255, 255, 255, 0.45);
}
.nav li ul {
	position: absolute;
	width: 15.3em;
	left: -999em;
	box-shadow: 0 0.1em 0.25em #000;
	z-index: 9999;
}
.nav li:hover {
	background: #fff5ed;
}
.nav li:hover ul {
	left: auto;
}
*/
/*multi-level drop-down styles*/

.nav li ul ul {
	/*margin-top must equal line-height set for #nav, .nav ul*/
	margin: -1.5em 0 0 12.5em;
}
.nav li:hover ul ul {
	left: -999em;
}
.nav li li:hover ul {
	left: auto;
}


/**********************************/
/************Home page*************/
/**********************************/

.introBlock p:last-of-type {
	margin-bottom:0 !important;
}
.introBlock p {
	font-size:1.5em;
	margin:0.75em 0;
}
.homeBlock.blockOne {
	float:right;
}
.homeBlock.blockTwo {
	margin:0 auto;	
}
.homeBlock.blockThree {
	float:left;
}
.homeBlock {
	min-height:9.1em;
	position:relative;	
}
.homeBlock p {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform:perspective(1px) translate(-50%, -50%);
	padding:0 1em;
}
.cycle {
	background:#fff;
}
.cycle figure figcaption {
	font-size:1.25em;
	bottom:1.5em;
	left:1.5em;
	max-width:40%;
	text-align:left;
}
.homeIconBlock {
	border-style: solid;
	border-width: 0.75em;
	height:0;
	width:80%;
	padding-bottom:65%;
	border-radius:1em;
	position:relative;
	margin:0 auto;		
}
.iconRound {
	position:absolute; 
	top:1em; 
	left:0; 
	right:0;
}
.iconRound span {
	background:white; 
	border-radius:50%;
	padding:.35em;
	font-size:2em;
	display:inline-block;
	line-height:1;
}
.homeBlockText {
	margin:0; 
	font-weight:bold; 
	font-size:1.25em; 
	text-transform:uppercase;
	display:block;
	line-height:1.1;
	position:absolute; 
	bottom:1em; 
	left:0; 
	right:0;		
}
.homeBlocks {
	float: left;
	overflow: auto;
	margin: 3.5% 0 3.5% 3.5%;
    	width: 22.375%;		
}
.homeBlocks:nth-of-type(1) {
	margin-left: 0 !important;
	clear: left;
}
.ourTeam, ul.resourcesList {
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
	-moz-column-count: 2; /* Firefox */
	column-count: 2;
	-webkit-column-gap: 2em; /* Chrome, Safari, Opera */
	-moz-column-gap: 2em; /* Firefox */
	column-gap: 2em; 	
}
.mapIframe {
	min-height:500px;
}
/******************************/
/*********Mural Page***********/
/******************************/
.artistBioBlock .grid {
	margin-top:0 !important;
	margin-bottom:0 !important;
}
	figure.artistPhoto {
		width:250px;
		float:right;
		margin:0 0 2em 2em;
		clear:right;
	}
}
 @media (min-width: 769px) and (max-width:1024px) {
/*Tablet styles*/
#siteContainer {
	margin-top: 0em;
	margin-bottom: 0em;	
}
.wrap, #pageWrap {
	margin-left: 1em;
	margin-right: 1em;
}
.mapIframe {
	min-height:400px;
}
.specialtyImageRight, .specialtyImageLeft {
	width:25%;
}
.homeBlockText {
	font-size:1em; 
	bottom:0.5em; 
}
}
@media only screen and (max-width:768px) {
	
#siteLogo {
	padding:0 1em;
}
#pageWrap {
	margin-left: 1em;
	margin-right: 1em;
}
a.prevNextBtn {
	font-size:1em !important;
	border-width:3px !important;	
}
.customSliderNav {
	bottom: 1em !important;
	padding: 0 1em !important;
}
.tagLine {
	text-align:center;	
}
.tagLine p {
	color:#006600;
	font-style:oblique;
	font-weight:bold;	
}
.tagLine p:first-child {
	margin:1em 0 0 0;
}
.tagLine p:last-child {
	margin:0 0 1em 0;
}
.jsEnabled .desktopNav {
	display: none;
}
#navBtn i {
	font-size:1.75em !important;
}
body.showMobileNav {
	overflow-x:hidden;
}
#siteContainer.showMobileNav {
	left:80%;
}
.mobileClose, .mobileHome {
	padding:0.5em;
	background:#0f4e84;
	border-radius:0.25em;
	display:inline;
	margin:0.5em;
	line-height:1;
	color:#fff;
	border-style:none;
	box-shadow:0 0 4px rgba(0,0,0,.5);	
}
.mobileClose {
	float:left;
}
.mobileHome {
	float:right;
}
a.mobileHome {
	color:#fff;
}
.desktopNav {
	display:block;
	position:absolute;
	top:0;
	width:80%;
	z-index:9999;
	min-height:100%;
	background:#1e5646;
	margin-left:-80%;
}
#mainNav {
	width: 100%;
	clear: both;	
}
.nav {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1.5em;
	background:#1e5646;
}
.nav ul {
	margin:0;
	padding:0;	
}
.nav ul li {
	padding-left:1em;
	background:rgba(0,0,0,0.2);
}
.nav a.topParent:hover {
	cursor:pointer;	
}
.nav a.topParent:after {
	font-family: 'FontAwesome';
	content: '';
	padding-left:0.5em;
}
.nav ul li a:before {
	content:"  ";
	font-family: 'FontAwesome';
}
ul.nav li {
	border-top: #ccc 1px solid;
	margin: 0;
}
ul.nav li a {
	display:block;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	padding:1em;
}
table, thead, tbody, th, td, tr {
	display:block;
}
thead tr {
	position:absolute;
	top:-99999em;
	left:-99999em;
}
tr {
	border-width:1px 1px 0px 1px;
	border-color:#333;
	border-style:solid;
}
tr:last-of-type {
	border-width:1px;
}
td {
	border-width:0px 0px 1px 0px;
	position:relative;
	padding-left:30%;	
}
td:before {
	position:absolute;
	top:0.5em;
	left:3.5%;
	width:25%;
	padding-right:1.5%;
	white-space:nowrap;	
	font-weight:bold;
}
table.upcomingEvents td,th {
	width:100%;
}
.homeBlock {
	margin:0 auto;	
}
.homeBlocks {
	margin:1em 0;	
}
div.iconRound {
	display:inline;	
}
div.iconRound span {
	background:#fff;
	display:inline-block; 
	padding:.3em; 
	border-radius:50%; 
	line-height:1; 
	font-size:1.5em;	
}
.homeBlockText {
	font-weight:bold;
	text-transform:uppercase;
	font-size:1.25em;
	padding-left:1em;	
}
.homeIconBlock {
	padding:0.5em;
	border-radius:1em;
	border-style:solid;
	border-width:0.5em;	
}

a.requestBtn {
	display:none;	
}
.cycle figure figcaption {
	font-size:1em;
	bottom:1em;
	left:1em;
	margin-right:1em;
}
.mapIframe {
	min-height:300px;
}
.sixteenBlocks {
	display:none;	
}
}
@media only screen and (min-width:481px) and (max-width:768px) {
/*Tablet styles*/
.grid + .grid:not(.noExpand) {
	margin-top:0 !important;	
}
.grid:not(.noExpand) {
	/*Add the noExpand class to grid elements that shouldn't expand to 100%. This is primarily for nested grids.*/
	width: 100% !important;
	margin-left: 0 !important;
}
#siteContainer {
/*tablet only styles for this one?*/
}
.imageThumb {
	width: 49%;
	margin: 0 0 2% 2%;
	float: left;
}
.imageThumb:nth-child(2n+1) {
	margin-left: 0!important;
}
#siteLogo img {
	max-width:400px;
}
.affiliatesGrid .imageThumb {
	width: 32%;
	margin: 0 0 2% 2% !important;
	float: left;
}
.affiliatesGrid .imageThumb:nth-child(3n+1) {
	margin-left: 0!important;
}
.specialtyImageRight, .specialtyImageLeft {
	width:33.33%;
}
}
@media only screen and (min-width:481px) {
.newsImageRight, .newsImageLeft {
	width:50%;
}
.newsImageRight {
	float:right;
	margin:0 0 1em 1em !important;
}	
.newsImageLeft {
	float:left;
	margin:0 1em 1em 0 !important;
}
.specialtyImageRight {
	float:right;
	margin:0 0 1em 1em !important;
}	
.specialtyImageLeft {
	float:left;
	margin:0 1em 1em 0 !important;
}	
}
@media only screen and (max-width:480px) {
/*phone styles*/
.grid + .grid:not(.noExpand) {
	margin-top:0 !important;	
}
.grid:not(.noExpand) {
	/*Add the noExpand class to grid elements that shouldn't expand to 100%. This is primarily for nested grids.*/
	width: 100% !important;
	margin-left: 0 !important;
}
#siteContainer {
}
.imageThumb {
	width: 49%;
	margin: 0 0 2% 2%;
	float: left;
}
.imageThumb:nth-child(2n+1) {
	margin-left: 0!important;
}
.cycle figure figcaption {
	font-size:0.85em;
	bottom:0.5em;
}
#siteLogo img {
	max-width:300px;
}
.affiliatesGrid .imageThumb {
	width: 49%;
	margin: 0 0 2% 2% !important;
	float: left;
}
.affiliatesGrid .imageThumb:nth-child(2n+1) {
	margin-left: 0!important;
}
}


