/* ------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------
Normalize
---------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------*/
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary{display:block;}audio,canvas,video{display:inline-block;*display:inline;*zoom:1;}audio:not([controls]){display:none;height:0;}[hidden]{display:none;}html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;}html,button,input,select,textarea{font-family:sans-serif;}body{margin:0;}a:focus{outline:thin dotted;}a:active,a:hover{outline:0;}h1{font-size:2em;margin:0.67em 0;}h2{font-size:1.5em;margin:0.83em 0;}h3{font-size:1.17em;margin:1em 0;}h4{font-size:1em;margin:1.33em 0;}h5{font-size:0.83em;margin:1.67em 0;}h6{font-size:0.75em;margin:2.33em 0;}abbr[title]{border-bottom:1px dotted;}b,strong{font-weight:bold;}blockquote{margin:1em 40px;}dfn{font-style:italic;}mark{background:#ff0;color:#000;}p,pre{margin:1em 0;}code,kbd,pre,samp{font-family:monospace,serif;_font-family:'courier new',monospace;font-size:1em;}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word;}q{quotes:none;}q:before,q:after{content:'';content:none;}small{font-size:75%;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sup{top:-0.5em;}sub{bottom:-0.25em;}dl,menu,ol,ul{margin:1em 0;}dd{margin:0 0 0 40px;}menu,ol,ul{padding:0 0 0 40px;}nav ul,nav ol{list-style:none;list-style-image:none;}img{border:0;-ms-interpolation-mode:bicubic;}svg:not(:root){overflow:hidden;}figure{margin:0;}form{margin:0;}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em;}legend{border:0;padding:0;white-space:normal;*margin-left:-7px;}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle;}button,input{line-height:normal;}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;*overflow:visible;}button[disabled],input[disabled]{cursor:default;}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;*height:13px;*width:13px;}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}textarea{overflow:auto;vertical-align:top;}table{border-collapse:collapse;border-spacing:0;}



/* ------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------
Base styles
---------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------*/

body {
	margin: 0;
	padding: 0;
	color: #333;
	background-color: #fff;
	background: url('images/body-bg.jpg');
	font: 1em/1.2 'Roboto', sans-serif;
	}

h1,h2,h3,h4,h5,h6 {
	margin: 0 0 .5em;
	font-weight: 500;
	line-height: 1.1;
	}

h1 { font-size: 2.25em; } /* 36px */
h2 { font-size: 1.75em; } /* 28px */
h3 { font-size: 1.125em; color: #fff;} /* 18px */
h4 { font-size: 1.125em; } /* 18px */
h5 { font-size: 1em; } /* 16px */
h6 { font-size: .875em; } /* 14px */

p {
	margin: 0 0 1.5em;
	line-height: 1.5;
	}

blockquote {
	padding: 1em 2em;
	margin: 0 0 2em;
	border-left: 5px solid #eee;
	}

hr {
	height: 0;
	margin-top: 1em;
	margin-bottom: 2em;
	border: 0;
	border-top: 1px solid #ddd;
	}

table {
	background-color: transparent;
	border-spacing: 0;
	border-collapse: collapse;
	border-top: 1px solid #ddd;
	}

th, td {
	padding: .5em 1em;
	vertical-align: top;
	text-align: left;
	border-bottom: 1px solid #ddd;
	}

a:link { color: #bbb; }
a:visited { color: #bbb; }
a:focus { color: black; }
a:hover { color: #aaa; }
a:active { color: #bbb; }


/* ------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------
Layout styles
---------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------*/

.total-wrap {
	max-width: 60em;
	margin: 0 auto;
	margin-top: 2.25em;
	background: #fff;
	-webkit-box-shadow: 0px 0px 16px -2px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 16px -2px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 16px -2px rgba(0,0,0,0.75);
	}

/* ------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------
Wide styles
---------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------*/

.main-wrap {
	background: #fff;
	position: relative;
	}

.logo {
	display: block;
	padding: 0;
	width: 250px;
	text-align: center;
	float: none;
	margin-left: auto;
	margin-right: auto;
	}

/* ------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------
Header
---------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------*/

.header {
	color: #fff;
	background: #555;
	padding: 0px !important;
	text-align: center;
	background: #ffffff;
	background-size: contain;
	}

.header-heading { margin: 0; }
	
.cf:before, .cf:after {
	content: " ";
	display: table;
	}
	
.cf:after {
	clear: both;
	}

.header-left, .header-mid, .header-right {
	width: 100%;
	padding: 10px 0;
	color: white;
	font-family: sans-serif;
	text-align: center;
	}

.header-left {
	margin-top: 100px;
	}
	
.header-right {
	margin-top: 62px;
	}

#top-phone {
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
    border-radius: 25px;
    border: 2px solid #ccc;
    padding: 5px;
    width: 110px;
	float: right;
	margin-right: 30px;
	color: #ccc;
}



/* ------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------
Navigation
---------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------*/

.nav-container {
	max-width: 60em;
	margin: 0 auto;
	}

nav {
	margin: 0;
	padding: 0;
	background-color: #254441;
	background: url('images/nav-bg.jpg') no-repeat;
	line-height: 32px;
	word-wrap: break-word !important;
	}

.toggle, [id^=drop] {
	display: none;
	}

nav:after {
	content: "";
	display: table;
	clear: both;
	}

nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
	}

nav ul li {
	margin: 0px;
	display: inline-block;
	float: left;
	}

nav a {
	display: block;
	padding: 14px 18px;	
	color: #FFF;
	font-size: 1em;
	text-decoration: none;
	}

nav ul ul a {
	padding: 5px 16px;	
	font-size: 1em;
	}

nav ul li ul li:hover { background: #fff; }

nav a:hover { 
	background: url('images/nav-bg-hover.jpg'); 
	}

nav ul ul {
	display: none;
	position: absolute; 
	top: 60px;
	background: #eee;
	z-index: 1000;
	}
	
nav ul li:hover > ul {
	display: inherit;
	}
	
nav ul ul li {
	width: 140px;
	float: none;
	display: list-item;
	position: relative;
	}

nav ul ul ul li {
	position: relative;
	top: -60px;
	/* has to be the same number as the "width" of "nav ul ul li" */ 
	left: 140px; 
	}


/* ------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------
Content
---------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------*/

.content {
	overflow: hidden;
	padding-top: 0px !important;

	}

.main {
	padding: 20px;
	}


/* ------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------
Posts
---------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------*/

.post-img-left {
	margin-right: 1.5em;
	float: left;
	}


.three-col {
    width: 33.33%;
    text-align: center;
    float: left;
}

/* Clear floats after the columns */
.three-col-wrap:after {
    content: "";
    display: table;
    clear: both;
	}

/* ------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------
Home
---------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------*/
.statement {
	text-align: center;
	font-size: 30px;
	color: #5a707f;
	margin: 25px;
	}

.home-buttons {
	margin-top: 40px;
	margin-bottom: 10px;
	}

.home-reviews {
	background: url('images/reviews.jpg');
	text-align: center;
	font-size: 1.5em;
	color: #fff;
	padding: 18px;
	}
.home-reviews a {
	text-decoration: none;
	}	


/* ------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------
Slides
---------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------*/
#slides {
	background-image:url('images/slide-1b.jpg');
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
	text-align: center;
	background-size: 100%;
	}
	
#slides-blurb{
	padding-top: 9%; /* height/width of image???  Turn on border and play with it */
	padding-bottom: 9%;
	/*border: 1px solid red;*/
	}

#slides-blurb p, #team-blurb p {
	font-family: 'Open Sans', sans-serif;
	font-size: 2.5em;
	color: #fff;
	line-height: 0.75em;
	}
	
#slides-button {
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: none;
	padding: 5px 5px 5px 5px;
	border: solid #ffffff 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
	text-decoration: none;
	width: 275px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	}

#slides-button:hover {
    background-color: #808f89;
    color: white;
}

#slides-button h3 {
	font-size: 24px;
	padding-top: 10px;
	}

a.slides-link, a.slides-link:hover {
	text-decoration: none;
	}
	

/* ------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------
Team
---------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------*/
#team {
	background-image:url('images/team.jpg');
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
	text-align: center;
	background-size: 100%;
	}
	
#team-blurb{
	padding-top: 40%; /* height/width of image???  Turn on border and play with it */
	padding-bottom: 25%;
	/*border: 1px solid red;*/
	}

#team-button {
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: none;
	padding: 5px 5px 5px 5px;
	border: solid #ffffff 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
	text-decoration: none;
	width: 200px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5%;
	display: block;
	}

#team-button:hover {
    background-color: #808f89;
    color: white;
}

.button-text {
	font-size: 1.5em;
	}

a.team-link, a.team-link:hover {
	text-decoration: none;
	}
	

/* ------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------
Associations
---------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------*/
.association-wrap {
	margin-top: 90px;
	margin-bottom: 20px;
	}
	
.associations {
    float: left;
    width: 20%;
	text-align: center;
	}

/* Clear floats after the columns */
.association-wrap:after {
    content: "";
    display: table;
    clear: both;
	}


/* ------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------
Reviews
---------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------*/
.reviews-submit {
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
    border-radius: 25px;
    border: 2px solid #ccc;
    padding: 5px;
    width: 110px;
	color: #ccc;
	display: inline-block;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	}

.reviews-submit:hover {
    background-color: #808f89;
    color: white;
}




.read-more-state {
  display: none;
}

.read-more-target {
  opacity: 0;
  max-height: 0;
  font-size: 0;
  transition: .25s ease;
}

.read-more-state:checked ~ .read-more-wrap .read-more-target {
  opacity: 1;
  font-size: inherit;
  max-height: 999em;
}

.read-more-state ~ .read-more-trigger:before {
  content: 'Show more';
}

.read-more-state:checked ~ .read-more-trigger:before {
  content: 'Show less';
}

.read-more-trigger {
  cursor: pointer;
  display: inline-block;
  padding: 0 .5em;
  color: #666;
  font-size: .9em;
  line-height: 2;
  border: 1px solid #ddd;
  border-radius: .25em;
}

/* ------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------
Footer
---------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------*/
.footer {
	background: url('images/footer-bg.jpg');
	padding-top: 90px;
	padding-bottom: 30px;
	background-repeat:no-repeat;
	}

.bottom-nav-wrap {
	background-size: contain;
	text-align: center;
	color: #ccc;
	z-index: 1;
	padding: 0 1em;
	}
	
.bottom-nav-wrap ul {
	padding: 0;
	margin: 0;
	}
	
.bottom-nav-wrap li {
	display: inline;
	padding: .75em;
	}

.bottom-nav-wrap a {
	font-size: 1em;
	text-decoration: none;
	line-height: 1.75em;
	}

.bottom-contact {
	margin-top: 30px;
	}
	
.credits {
	text-align: center;
	background: none;
	padding: 2.5em;
	font-size: .75em;
	}



/* ------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------
Mobile
---------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------*/
.mobile-nav {
	display: none;
	}


/* Mobile Header */
@media (min-width: 60em) {
	.header-wrap {
	    float: left;
	    width: 66.6666%;
	}
  
  .header-left, .header-mid {
	    float: right;
	    width: 50%;
	}
  
  .header-right {
	    float: left;
	    width: 33.3333%;
	}	
}

/* Mobile Nav */
@media (max-width: 59.938em)  {
	nav {
		margin: 0;
		}

	.toggle + a, .menu {
		display: none;
		}

	.toggle {
		display: block;
		padding: 14px 20px;	
		color: #999;
		font-size: 1em;
		text-decoration: none;
		border: none;
		}

	.toggle:hover {
		background-color: #ccc;
		}

	[id^=drop]:checked + ul {
		display: block;
		}
		
	nav ul li {
		display: block;
		width: 100%;
		background: #fff;
		}

	nav ul ul .toggle, nav ul ul a {
		padding: 0 40px;
		}

	nav ul ul ul a {
		padding: 0 80px;
		}

	nav a:hover, nav ul ul ul a {
		background-color: #fff;
		}
  
	nav ul li ul li .toggle, nav ul ul a, nav ul ul ul a{
		padding: 14px 20px;	
		color: #fff;
		font-size: 1em; 
		}
  
	nav ul li ul li .toggle, nav ul ul a {
		background-color: #fff;
		margin-left: 30px;
		}

	nav ul ul {
		float: none;
		position:static;
		color: #fff;
		/* has to be the same number as the "line-height" of "nav a" */
		}

	nav ul ul li:hover > ul, nav ul li:hover > ul {
		display: none;
		}
		
	nav ul ul li {
		display: block;
		width: 100%;
		}

	nav ul ul ul li {
		position: static;
		/* has to be the same number as the "width" of "nav ul ul li" */ 
		}

	.mobile-nav {
		display: block;	
		}
		
	#nav-right {
		display: none;
		}

	.header-left, .header-right {
		margin-top: 3px;
	}
	
	#top-phone {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
}

	
@media (max-width: 62em) {
	nav a {
		font-size: 1em;	
		padding: 14px 17px;
	}
}


@media (max-width: 42em) {
	#slides-blurb p, #team-blurb p {
		font-size: 2em;
		line-height: 1em;
		margin-bottom: 20px;
		}
				
	.button-text {
		font-size: 1.25em;
		}
}

@media (max-width: 35em) {
	
	.three-col {
        width: 100%;
    }
	
	.footer {
		padding-top: 30px;
		padding-bottom: 30px;
		}
		
	.bottom-nav-wrap li {
		display: block;
		padding: .25em;
		}
		
	#slides-blurb p, #team-blurb p {
		font-size: 1em;
		line-height: 1em;
		margin-bottom: 14px;
		}
		
	#slides-button {
		width: 220px;
		}
	
}


/* ------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------
Tools
---------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------*/

.clear {
	clear: both;
	}

/*Responsive Images*/
.img-responsive, img { max-width: 100%; }

