/*
	Theme Name: Perfect Sense
	Theme URI: http://html5blank.com
	Description: Custom template based on HTML5 Blank WordPress Theme
	Version: 1.4.2
	Author: Stephen Emlund (http://www.stephenemlund.com)
	Author URI:
	Tags: Blank, HTML5, CSS3
	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/
/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*, *:after, *:before {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size: 75%;
}
body {
	font: 400 18px/1.5 Calibri, Helvetica, Arial, sans-serif;
	color: #000;
}
.main iframe {
	max-width: 100%;
}
/* clear */
.clear:before, .clear:after {
	content: ' ';
	display: table;
}
.clear:after {
	clear: both;
}
.clear {
 *zoom:1;
}
img {
	max-width: 100%;
	vertical-align: bottom;
}
a {
	color: #366199;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:focus {
	outline: 0;
}
a:hover, a:active {
	outline: 0;
}
input:focus {
	outline: 0;
	border: 1px solid #04A4CC;
}
header a {
	text-decoration: none;
}
/* button styles */
a.button, input.button, input#submit, input.wpcf7-submit, a.comment-reply-link {
	background: #7bb3fd;
	padding: 6px 25px;
	margin: 10px 0;
	display: inline-block;
	border-bottom: 4px solid #366199;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	color: #000;
	font-size: 1em;
	font-weight: 600;
	text-decoration: none;
	height: inherit;
	width: auto;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
a.button:hover, input.button:hover, input#submit:hover, input.wpcf7-submit:hover, a.comment-reply-link:hover {
	background: #4982CF;
	text-decoration: none;
}
a.comment-reply-link {
	padding: 3px 10px;
	background: #e7e7e7;
	border-bottom: 4px solid #a1a1a1;
}
a.comment-reply-link:hover {
	background: #cdcdcd;
}
a.big-button {
	font-size: 1.6em;
	padding: 6px 46px;
}
.mobile-appt, .sidebar-mobile-appt {
	display: none;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
/* wrapper */
.homewrapper {
	background-color: #efefef;
}
.contentwrapper {
}
.wrapper {
	max-width: 960px;
	width: 95%;
	margin: 0 auto;
	position: relative;
	background: #fff;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* CMG Forms */
.contact-subject {
	display: none;
}
.contact-submit {
	background: #7bb3fd;
    padding: 6px 25px;
    margin: 10px 0;
    display: inline-block;
    border-bottom: 4px solid #366199;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    color: #000;
    font-size: 1em;
    font-weight: 600;
    text-decoration: none;
    height: inherit;
    width: auto;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#solve {
  margin: 10px 0;
  text-align: center;
  display: block;
}
#mc, #mc2 {
  text-align: center;
}
#mc input, #mc2 input {
  width: 20%;
  text-align: center;
  display: inline-block;
}
#mc span, #mc2 span {
  width: 10%;
  text-align: center;
  display: inline-block;
}
.contact-main select {
	display: block;
}
span.red {
    color: #900;
    font-weight: bold;
}
span.list-item {
    margin: 0 !important;
    display: block;
}
span.list-item-label::before, span.list-item-label::after {
    content: " ";
}
/* header */
.mobile-address {
	display: none;
	background-color: #ebebeb;
	text-align: center;
	padding: 8px 0;
	color: #3f3f41; /*Dark Gray*/
}
.topbar-wrapper {
	background-color: #e7e7e7; /*Light Gray*/
	padding: 8px 0;
	width: 100%;
}
.topbar {
	width: 575px;
	margin: 0 auto;
	text-align: center;
	color: #747474; /*Dark Gray*/
}
.address {
	width: 322px;
	float: left;
}
.topbar a.mapicon, .mobile-address a.mapicon {
	background: url('img/mapicon.png') no-repeat 0 0;
	padding: 0 0 0 17px;
	text-decoration: none;
	color: #747474;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.topbar a.mapicon:hover, .mobile-address a.mapicon:hover {
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	/* IE 5-7 */
	filter: alpha(opacity=70);
	/* Netscape */
	-moz-opacity: 0.7;
	/* Safari 1.x */
	-khtml-opacity: 0.7;
	/* Good browsers */
	opacity: 0.7;
	text-decoration: none;
}
.topbar a.mapicon span {
	padding: 3px 0 0 0;
}
/*Search */
.headersearch {
	float: left;
	color: #6f9cc5;
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 0 20px;
}
.headersearch .search-field {
	float: left;
	border: 0px;
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
	height: 22px;
	width: 210px;
	padding: 0 3px;
	margin: 0 -5px 0 0;
	color: #757575;
	font-size: 14px;
	background: #fff;
}
.headersearch input.search-field:focus {
	-moz-box-shadow: 0 0 18px -6px #999;
	-webkit-box-shadow: 0 0 18px -6px #999;
	box-shadow: 0 0 18px -6px #999;
}
.headersearch .search-button {
	float: left;
	background: url("img/search-icon.png") no-repeat 3px 3px #838385;
	background-size: 14px auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 22px;
	height: 22px;
	border: 0;
	margin: 0;
	padding: 0;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.headersearch .search-button:hover, .headersearch .search-button:active {
	background: url("img/search-icon.png") no-repeat 3px 3px #90baf1;
	background-size: 14px auto;
}
.gsc-adBlock {
	display: none !important;
}
/*End Search */
.header {
	width: 100%;
}
/* logo */
.logo-section {
	width: 1200px;
	margin: 0 auto;
}
.logo {
	width: 163px;
    height: 100px;
    margin: 27px 0 27px 160px;
	float: left;
}
.gray-button, .header-button {
	float: right;
	background: #7bb3fd;
	padding: 9px 29px;
	margin: 39px 0 0 0;
	display: inline-block;
	border-bottom: 4px solid #366199;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	color: #000;
	font-size: 1em;
	font-weight: 600;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.gray-button {
	background: #e7e7e7;
	border-bottom: 4px solid #b0b0b0;
	color: #000;
	margin: 39px 18px 0 0;
}
.gray-button:hover {
	background: #c8c8c8;
	border-bottom: 4px solid #8a8a8a;
}
.header-button:hover {
	background: #4982CF;
}
a.mobile {
	display: none;
}
/* nav */
.nav {
	background: #4982CF; /*Light #366199*/
	border-bottom: 10px solid #838385; /*Orange*/
	position: relative;
	z-index: 9999;
}
.nav ul {
	width: 1057px;
	margin: 20px auto;
	padding: 0;
	list-style-type: none;
}
.nav li {
	float: left;
}
.nav li a {
	color: #fff;
	text-decoration: none;
    margin: 0 10px;
	padding: 10px 15px;
	font-weight: 400;
	font-size: 1.2em;
}
.nav li li a {
	color: #000;
	font-size: inherit;
}
.nav li:nth-child(1) a {
	border-left: 0px;
}
.nav li a:hover,
.nav li a:focus {
	background-color: #366199;
    border-radius: 3px;
}
.nav li li a:hover {
    background-color: #7bb3fd;
}
.nav li:hover ul:before {
	background: url("img/dropdown-arrow.png") no-repeat 0 10px;
	content: "";
	height: 30px;
	top: 0;
	left: 43px;
	position: relative;
	width: 100%;
	display: block;
}
.nav li ul {
	display: none;
}
.nav li li .menu-link-wrapper {
	display: block;
	width: 330px;
	margin: 0 10px;
	background-color: #f6f6f6;
}
.nav li li:first-child .menu-link-wrapper {
	border-radius: 10px 10px 0 0;
}
.nav li li:last-child .menu-link-wrapper {
	border-radius: 0 0 10px 10px;
    border-bottom: 7px solid #90baf1;
}
.nav li li:only-child .menu-link-wrapper {
	border-radius: 10px;
	border-bottom: 7px solid #90baf1;
}
.nav li li a {
	display: inline-block;
	padding: 2px 20px;
	background-color: #f6f6f6;
	border-left: 0;
}
.nav li li:first-of-type a {
	margin-top: 8px;
}
.nav li li:last-of-type a {
	margin-bottom: 8px;
}
.nav li.dropdown a img {
	padding: 0 0 7px 0;
}
.nav li:hover ul {
	display: block;
	position: absolute;
	margin: 0;
	width: 350px;
}
.nav li:hover li {
	float: none;
}
.nav .menu ul ul {
	display: none;
	left: 90%;
    top: 30px;
}
.nav .menu ul ul:before {
	display: none;
}
.nav .menu ul li:hover ul {
	display: block;
}
nav a#pull {
	display: none;
}
/*Slideshow */
.cycle-slideshow {
	margin: 0 auto;
	padding: 0;
	width: 960px;
}
.cycle-slideshow img {
	width: 100%;
	height: auto
}
.home-slide {
    max-width: 100%;
	width: 960px;
	height: 305px;
}
.slide-text {
	max-width: 450px;
	max-height: 305px;
	text-align: center;
	display: block;
	padding: 70px 0 0 0;
}
.slide-text h2,
.hero-text h2 {
    color: #366199;
    font-weight: 700;
    font-size: 1.5em;
    line-height: 1.2em;
    margin: 0;
    padding: 0;
}
.slide-text p,
.hero-text p {
    font-size: 1.4em;
    font-weight: 300;
    line-height: 1.3em;
    margin: 0;
    padding: 0;
}
.hero-text img {
    display: block;
    margin: 0 auto;
}
.slide-text a.button,
.hero-text a.button {
    padding: 6px 32px;
    font-size: 1.3em;
}
.share-addthis {
    margin-left: 5px;
    color: #366199;
    font-size: 22px;
}
.hero-container {
    position: relative;
    height: 100%;
    width: 100%;
}
.hero-container img {
	width: 100%;
}
.hero-text {
    position: absolute;
    top: 10%;
    left: 65%;
    width: 30%;
    max-width: 450px;
    max-height: 400px;
    display: block;
    padding: 15px 10px;
    background-color: #366199;
    border-bottom: 10px solid #838385;
    border-radius: 8px;
    text-align: center;
}
.hero-text h2,
.hero-text p {
	font-family: 'Open Sans';
	font-size: 3em;
	font-weight: 400;
    margin-bottom: 10px;
    color: #fff;
}
.hero-text img {
	border: 10px solid #7BB3FD;
}
.hero-text a.button {
    border-bottom-color: #000;
}
@media (max-width: 1175px) {
    .hero-text h2,
    .hero-text p,
    .hero-text a.button {
        font-size: 1em;
    }
}
@media (max-width: 856px) {
    .hero-container img {
        display: none;
    }
    .hero-text {
        position: static;
        width: auto;
        max-width: none;
        max-height: none;
        padding: 20px 0;
        border-radius: 0;
        border-bottom: 0;
    }
    .hero-text h2 {
        font-size: 1.5em;
    }
    .hero-text p {
        font-size: 1.4em;
    }
}
.noclick {
    cursor: default;
}
.noclick:hover {
    background-color: #d9eae9 !important;
}
.mobile-photo {
	display: none;
}
.home-col-wrapper {
	width: 100%;
	background: #4982CF;
	border-top: 8px solid #366199;
	border-bottom: 8px solid #366199;
}
.home-cols {
	margin: 0 auto;
	width: 960px;
}
.home-col-img {
	margin-bottom: 10px;
	border: 10px solid #366199;
}
.column {
	width: 33%;
	padding: 50px 0;
	float: left;
	margin: 0;
	text-align: center;
}
.column.home-button {
	padding: 0;
	background-color: #7bb3fd;
}
.column:first-child,
.column:last-child {
    //background-color: #447ac2;
}
.column:first-child {
	border-left: 5px solid #366199;
}
.column:nth-child(2) {
    background-color: #7bb3fd;
    border-right: 5px solid #366199;
    border-left: 5px solid #366199;
}
.column:last-child {
	border-right: 5px solid #366199;
}
.column .eye-icon {
	margin: 10px 0 24px 0;
}
.column .watch-icon {
	margin: 0 0 22px 0;
}
.column .brain-icon {
	margin: 2px 0 21px 0;
}
.home-button img {
	max-width: 100%;
	margin-bottom: 5px;
}
.home-button a {
	background-color: transparent;
	color: #000;
	text-decoration: none;
}
.home-button-link:hover {
	color: #7bb3fd;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.sidebar h2, article.page h2, article.post h2 {
	font-size: 1.4em;
	line-height: 1em;
	font-weight: 700;
	color: #366199;
	margin: 0 0 10px;
}
.column h2, .column-small h2 {
	font-size: 1.4em;
	line-height: 1em;
	font-weight: 700;
	color: #000;
	margin: 0 0 10px;
}
.column .link-background {
	margin-top: -42px;
    margin-bottom: 0;
    background-color: #366199;
    opacity: 0.8;
    padding: 6px 0;
}
.column.home-button h2 {
    color: white;
    margin: 0;
    opacity: 1;
}
article.page h2, article.post h2 {
	margin: 30px 0 0 0;
	font-size: 1.7em;
}
article.page h2:nth-of-type(1), article.post h2:nth-of-type(1) {
	margin: 0;
}
.column:nth-child(3) {
	width: 34%;
}
.column a.button {
	margin: 10px 0 0 0;
	padding: 6px 35px;
	color: #000;
	font-weight: 600;
	background: #d9eae9;
	border-bottom: 4px solid #366199;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.column a.button:hover {
	background: #fff;
}
.home-about {
	width: 100%;
	background: #fff;
}
.about-content {
	width: 960px;
	margin: 0 auto;
	padding: 36px 0;
	text-align: center;
}
.about-content h3 {
	color: #333;
	font-size: 1.46em;
	font-weight: 400;
	line-height: 1.4em;
}
/* subpages */
.subpage-bg-001, .subpage-bg-002, .subpage-bg-003, .subpage-bg-004 {
	height: 198px;
	width: 100%;
	z-index: -100;
	position: absolute;
}
.subpage-bg-001 {
	background: url("img/subpage-header-bg-001.jpg") center repeat #ebebeb;
}
.subpage-bg-002 {
	background: url("img/subpage-header-bg-002.jpg") center repeat #ebebeb;
}
.subpage-bg-003 {
	background: url("img/subpage-header-bg-003.jpg") center repeat #ebebeb;
}
.subpage-bg-004 {
	background: url("img/subpage-header-bg-004.jpg") center repeat #ebebeb;
}
h1.page-title {
	width: 100%;
	padding: 30px 0;
	margin: 0;
	color: #366199;
	font-size: 2.8em;
	font-weight: 800;
	text-align: center;
	text-shadow: 1px 1px 1px #fff;
	line-height: 1em;
}
.main {
	float: left;
	width: 73.95%;
	padding: 0;
}
article.page, article.post, .photo-header, article.notfound {
	margin: 0;
	padding: 25px;
	min-height: 26em;
	width: 100%;
}
article.post {
	min-height: inherit;
}
.photo-header {
	padding: 0;
	min-height: 0;
}
.staff-member {
	float: left;
	width: 20%;
	padding: 0 0 0 0;
}
article.page h3, article.post h3, article.notfound h1 {
	color: #366199;
	font-size: 1em;
	font-weight: 700;
	line-height: 1em;
	margin: 20px 0 10px 0;
}
article.notfound h1 {
	font-size: 2em;
}
article.notfound {
	text-align: center;
	padding-top: 150px;
}
.fullname-field, .email-field {
	float: left;
	width: 50%;
}
.fullname-field input, .email-field input, textarea, input {
	border: 1px solid #cecece;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: block;
	height: 30px;
	width: 100%;
	margin: 0 0 20px;
	padding: 2px 5px;
}
textarea {
	height: 150px;
}
.fullname-field input {
	width: 90%;
}
.email-field input, textarea {
	width: 100%;
}
input[type="checkbox"], input[type="radio"] {
	display: inline;
	height: inherit;
	margin: 0;
	width: inherit;
}
span.wpcf7-list-item {
	margin: 0 !important;
	display: block;
}
span.red {
	color: #900;
	font-weight: bold;
}
/* Blog */
.post-details {
	background: #7bb3fd;
	padding: 5px 10px;
	margin: 0 0 20px 0;
	color: #000;
}
.single-post-title .post-details {
	margin: 0;
}
.post-details a {
	color: #000;
}
article {
	margin: 0 0 40px 0;
}
article.post h2 {
	font-size: 2em;
	padding: 0 0 12px 0;
	margin: 0;
}
article h2 a {
	text-decoration: none;
}
article h2 a:hover {
	color: #7bb3fd;
}
.single-post-title {
	text-align: center;
	padding: 23px 0;
}
.single-post-title .back-link a {
	color: #000;
	text-decoration: none;
}
.single-post-title .back-link a:hover {
	color: #366199;
}
.single-post-title .post-details {
	background: none;
}
.single-post-title h1.page-title {
	padding: 0;
	margin: 0;
	line-height: 1em;
}
article.post h3.comment-reply-title, article.post .comments h2 {
	text-align: center;
	font-size: 1.3em;
	background: #7bb3fd;
	padding: 10px;
	color: #000;
}
.comments {
	margin: 40px 0 0 0;
}
.comments .avatar {
	float: left;
	margin: 0 15px 15px 0;
}
.comments ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
li.comment {
	clear: both;
	padding: 15px;
	margin: 15px 0;
}
li.comment:nth-of-type(even) {
	background-color: #f4f4f4;
}
/* Patient Education */
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed, .video-container video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* sidebar */
.sidebar {
	padding: 30px 20px 0 20px;
	float: left;
	width: 26.05%;
	text-align: center;
}
.widget_recent_entries h3 {
	background: url("img/sidebar-speechbubbles.png") no-repeat top center;
	color: #838385;
	font-size: 1.3em;
	font-weight: 600;
	margin: 0 0 10px;
	padding: 90px 0 0 0;
}
.patient-edu-widget h3 {
	background: url("img/sidebar-brain.png") no-repeat top center;
	color: #838385;
	font-size: 1.3em;
	font-weight: 600;
	margin: 0 0 10px;
	padding: 90px 0 0 0;
}
.widget_recent_entries ul, .patient-edu-widget ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.widget_recent_entries ul li, .patient-edu-widget ul li {
	display: block;
	border-top: 1px solid #ccc;
	padding: 8px 0;
	line-height:18px;
}
.widget_recent_entries ul li a, .patient-edu-widget ul li a {
	color: #366199;
	text-decoration: none;
}
.widget_recent_entries ul li a:hover, .patient-edu-widget ul li a:hover {
	text-decoration: underline;
}
.widget_recent_entries ul li .post-date, .patient-edu-widget ul li .post-date {
	font-style: italic;
	display: block;
	line-height: 1.4em;
	margin-top: 8px;
}
.patient-edu-widget {
	padding: 50px 0 20px 0;
}
body.single .entry-content {
	padding: 20px;
}
/*Locations page */
.location-address h4 {
	font-size: 1.2em;
	color: #366199;
	padding: 0;
	margin: 0;
}
.location-address p {
	margin: 5px 0 16px 0;
}
.location-address {
	width: 27%;
	float: left;
	padding: 0 15px 0 0;
}
.map {
	float: left;
	height: 224px;
	padding: 0 0 25px 0;
	width: 73%;
}
/* footer */
.footer {
	background: #366199; /*Dark #366199*/
	border-top: 10px solid #838385;
	color: #fff;
	width: 100%;
}
.footer li {
	float: none;
	display: inline-block;
}
.footer-wrapper {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}
.footer-right {
	float: right;
	width: 28%;
}
.footer p.copyright {
	margin-bottom: 0;
	padding-bottom: 0;
}
.footer ul li a span {
	padding: 0 7px;
}
.footer ul {
	max-width: 690px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.footer li a {
	display: block;
	padding: 5px 10px;
	text-decoration: none;
}
.footer li a:hover, .footer li a:active {
}
.footer-wrapper {
	margin-top: 10px;
}
.footer-wrapper h3, .footer-services h3 {
	padding: 0;
	margin: 15px 0 0 0;
	font-weight: 800;
	font-size: 1.4em;
}
.footer-services h3 {
	//text-align: center;
	padding-left: 30px;
}
.location-one, .location-two {
	float: left;
	padding: 15px 0 0 0;
	line-height: 1.6em;
}
.location-one {
	padding-right: 10px;
}
.location-two {
	padding-left: 10px;
}
.location-one p, .location-two p {
	margin: 0;
	padding: 0;
}
.footer-map {
	margin-top: 30px;
	border: 6px solid #838385;
}
.social {
	padding: 30px 0 15px 30px;
}
.social .icon:hover {
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	/* IE 5-7 */
	filter: alpha(opacity=70);
	/* Netscape */
	-moz-opacity: 0.7;
	/* Safari 1.x */
	-khtml-opacity: 0.7;
	/* Good browsers */
	opacity: 0.7;
}
.social .fb, .social .googleplus {
	padding: 0 4px 0 0;
}
.location-one h4, .location-two h4 {
	font-weight: 800;
	padding: 0;
	margin: 0;
}
.reviews-widget {
	height: 186px;
	width: 100%;
	max-width: 315px;
	background-color: #fff;
	border: 0;
}
.footer-wrapper a {
	color: #fff;
	text-decoration: none;
}
.footer-wrapper a:not(.footer-button):hover {
	color: #d8d8d8;
	text-decoration: none;
}
.footer-wrapper .footer-services a:hover {
    //background-color: #366199;
    background-color: #838385;
    border-radius: 3px;
    color: #fff;
}
.footer-nav ul li a span, .footer-nav ul li a:hover span {
	color: #89b9b7;
}
.footer-nav ul li:last-child a span {
	display: none;
}
.footer-buttons {
	text-align: center;
}
.footer-buttons .footer-button {
	background: #e7e7e7;
	padding: 9px 24px;
	margin: 12px 0 0 0;
	display: inline-block;
	border-bottom: 4px solid #002724;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	color: #366199;
	font-size: 1.1em;
	font-weight: 600;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.footer-buttons .footer-button:hover {
	background: #90baf1;
}
.footer-services {
	//background-color: #7bb3fd;
	//color: #474747;
	color: #FFF;
	padding: 5px 2px;
}
.footer-services ul {
	padding: 7px 0 0 17px;
	font-size: .9em;
	//text-align: center;
}
.footer-services ul li {
	float: none;
	display: block;
	line-height: 1.5em;
}
.footer-services ul li a {
	display: inline-block;
	//color: #474747;
}
.footer-services ul li a:before {
	content: '+ ';
	font-weight: bold;
}
.footer-services ul li a:hover {
	//color: #000;
}
.alignright {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}
.alignleft {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
	/*New Footer*/
.footer-col-left,
.footer-col-mid,
.footer-col-right {
	float: left;
}
.footer-col-left {
	width: 38.3333%;
}
.footer-col-mid {
	width: 33.3333%;
}
.footer-col-right {
	width: 28.3333%;
}
.footer-nav.clear {
	text-align: center;
	clear: both;
	padding: 25px 0;
}
#menu-footer {
	max-width: 960px;
}
/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/
@font-face {
	font-family: 'Font-Name';
	src: url('fonts/font-name.eot');
	src: url('fonts/font-name.eot?#iefix') format('embedded-opentype'), url('fonts/font-name.woff') format('woff'), url('fonts/font-name.ttf') format('truetype'), url('fonts/font-name.svg#font-name') format('svg');
	font-weight: normal;
	font-style: normal;
}
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media only screen and (max-width: 1230px) {
.logo-section {
    width: 1100px;
}
.gray-button,
.header-button {
    padding: 9px 15px;
}
@media only screen and (max-width: 1140px) {
.logo-section {
    width: 100%;
}
.logo {
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
}
.button-container {
    width: 676px;
    margin: 0 auto;
}
.gray-button,
.header-button {
    margin-top: 0;
    margin-bottom: 27px;
}
}
@media only screen and (max-width: 1057px) {
	.hero-text {
	    max-height: 365px;
	}
	.nav ul {
	    width: 780px;
	}
	.nav li a {
	    margin: 0;
	    font-size: 1em;
	}
	.footer ul {
		padding: 0;
	}
	.footer-services h3 {
		padding-left: 0;
	}
}
@media only screen and (max-width:960px) {
.hero-text {
    max-height: 345px;
}
.logo-section {
	width: 95%;
}
.cycle-slideshow, .home-slide {
	width: 100%;
	height: 260px;
	overflow: hidden;
}
.home-slide {
	background-size: contain !important;
	background-position: right !important;
}
.slide-text {
	padding: 50px 0 25px 70px;
	min-height: 210px;
}
.slide-text p,
.hero-text p {
	font-size: 1.3em;
}
.home-cols {
	width: 100%;
}
.about-content {
	width: 95%;
	font-size: .85em;
}
.footer-wrapper {
	width: 95%;
}
article.page h2, article.post h2 {
	font-size: 1.4em;
	text-align: center;
}
article.page h3, article.post h3 {
	text-align: center;
}
.location-address, .map {
	width: 100%;
	float: none;
	padding: 0;
	text-align: center;
}
.map {
	padding: 0 0 45px 0;
	height: 300px;
}
.footer-wrapper {
	text-align: center;
}
.footer-col-left,
.footer-col-mid,
.footer-col-right {
	float: none;
	clear: both;
	display: block;
	width: 100%;
	margin-bottom: 30px;
}
.location-one,
.location-two {
	float: none;
	display: inline-block;
}
.footer-buttons {
	margin-bottom: 50px;
}
.footer-services {
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	padding: 15px 0 15px 10px;
}
.footer ul {
	max-width: none;
}
.footer-services ul li {
	padding: 0;
	background: none;
}
}
 @media only screen and (max-width:925px) {
.hero-text {
    max-height: 330px;
}
.footer-wrapper h3 {
	text-align: center;
	background: #7bb3fd;
	color: #474747;
}
.location-one, .location-two {
	text-align: center;
}
.footer-map {
	position: static;
}
.footer-nav {
	text-align: center;
}
#menu-footer {
	margin: 15px 0 0 0;
}
#menu-footer li {
	float: none;
}
.footer ul li a span {
	display: none;
}
#menu-footer li a {
	border-top: 1px solid #FFFFFF;
}
}
 @media only screen and (max-width:890px) {
.hero-text {
    max-height: 325px;
}
a.button, input.button, input.wpcf7-submit {
	padding: 6px 15px;
}
a.big-button {
	padding: 6px 46px !important;
}
}
 @media only screen and (max-width:850px) {
.footer-services {
	padding-left: 0px;
}
}
 @media only screen and (max-width:830px) {
.slide-text {
	padding: 25px 0 25px 50px;
	font-size: .8em;
	max-width: 400px;
	min-height: 180px;
}
.cycle-slideshow, .home-slide {
	height: 192px;
}
}
 @media only screen and (max-width:800px) {
.logo-section {
	text-align: center;
}
.logo {
	float: none;
	height: inherit;
	margin: 27px auto;
	text-align: center;
	width: 90%;
}
.button-container {
    width: 100%;
}
.header-button,
.gray-button {
    float: none;
	margin-right: 3px;
}
.nav li a {
	float: left;
	width: 50%;
	text-align: center;
	border-left: 0px;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	padding: 10px 0;
	display: inline-block;
}
.nav li:nth-of-type(1) > a, .nav li:nth-of-type(2) > a, .nav li:nth-of-type(3) > a, .nav li:nth-of-type(4) > a {
	width: 100%;
	float: none;
}
.nav li:nth-of-type(3) li a {
	width: 50%;
	float: left;
}
.nav li li:last-of-type a {
	border-bottom: 1px solid #FFFFFF;
	border-radius: 0;
	padding: 10px 0;
}
/*.nav li li:last-of-type a {
	width: 100%;
	float: none;
	clear: both;
}*/
.nav li a:hover {
	background-color: #4982CF;
	color: #000;
}
.nav ul {
	width: 100%;
	margin: 0;
}
.nav li {
	float: none;
}
.nav li.dropdown a img {
	display: none;
}
.nav li:hover ul {
	position: relative;
	width: auto;
}
.nav li:hover li:nth-child(1) a {
	border-top: 0px;
}
nav > ul {
	display: none;
	height: auto;
}
nav a#pull {
	display: block;
	background-color: #7bb3fd;
	width: 100%;
	height: 39px;
	line-height: 39px;
	font-weight: 700;
	color: #fff;
	position: relative;
	padding: 0;
	text-align: center;
}
nav a#pull:after {
	content: "";
	background: url('img/nav-icon.png') no-repeat;
	width: 20px;
	height: 17px;
	display: inline-block;
	position: absolute;
	right: 17px;
	top: 11px;
}
.nav li ul {
	display: block;
	position: relative;
	width: auto;
	height: auto;
}
.nav li:hover ul:before {
	background: none;
	height: inherit;
}
.nav li li a {
	background: #CAE9E8;
	padding: 10px 0;
}
.nav li li a:hover {
	background: #7bb3fd;
}
.nav li li:first-of-type a {
	padding: 10px 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
/*.nav li li:last-of-type a {
	padding: 10px 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border-bottom: 1px solid #fff;
}*/
.main, .sidebar {
	float: none;
	width: 100%;
	padding-bottom: 0;
}
article.page, article.post {
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	border-bottom: 4px solid #DDDDDD;
	box-shadow: none;
	margin: 0 0 40px 0;
}
.sidebar {
	text-align: center;
	padding-top: 0;
	padding-bottom: 30px;
}
}
 @media only screen and (max-width:768px) {
	.column .eye-icon, .column .watch-icon, .column .brain-icon {
		margin: 0;
	}
	.column h2, .column-small h2 {
		font-size: 1.5em;
	}
	.column, .column:nth-child(3) {
		float: none;
		//margin: 0 auto 40px auto;
		text-align: center;
		//width: 100%;
		width: 90%;
		padding: 0;
	}
	.column:nth-child(3) {
		//margin: 0 auto;
	}
	.column.home-button h2 {
	    margin-bottom: 0;
	    //padding-bottom: 30px;
	}
	.column.home-button img {
		margin-bottom: 0;
	}
	.column .link-background {
		 margin-top: 0;
	}
	.home-icon {
		display: block;
		width: 100%;
		text-align: center;
		//padding: 20px 0 15px 0;
		padding: 20px 0 0 0;
	}
	.sidebar .home-icon {
		padding: 0 0 15px 0;
	}
	.fullname-field, .email-field {
		float: none;
		width: 100%;
	}
	.fullname-field input {
		width: 100%;
	}
	.home-col-wrapper .home-button {
		border: 5px solid #366199;
		margin: 15px auto 15px auto;
	}
}
@media only screen and (max-width: 775px) {
	.home .video-poster {
		width: 100%;
		height: auto;
	}
}
@media only screen and (max-width: 768px) {
.home-col-img:first-of-type {
	margin-top: 0 !important;
}
}
@media only screen and (max-width: 712px) {
.gray-button,
.header-button {
    display: block;
    float: none;
    width: 250px;
    margin-left: auto;
    margin-right: auto;
}
}
@media only screen and (max-width: 700px) {
.slide-text {
	padding: 15px 0 25px 0;
	margin: 0 auto;
	background: rgba(255, 255, 255, 0.9);
	max-width: 100%;
	min-height: 157px;
}
.home-slide {
	background-size: inherit !important;
}
.cycle-slideshow, .home-slide {
	height: 157px;
}
.footer-wrapper {
	padding: 36px 0 0 0;
}
.footer-right {
	width: 50%;
}
}
 @media only screen and (max-width: 645px) {
.topbar-wrapper {
	padding: 13px 0;
}
.topbar {
	width: 95%;
}
.address, .headersearch {
	float: none;
	margin: 0 auto;
}
.address {
	width: 323px;
	padding: 0 0 7px;
}
.headersearch {
	width: 253px;
}
.headersearch .search-field, .headersearch .search-button {
	height: 35px;
}
.headersearch .search-button {
	width: 35px;
	background-size: 20px;
	background-position: 6px 6px;
}
.headersearch .search-button:hover, .headersearch .search-button:active {
	background-position: 6px 6px;
	background-size: 20px auto;
}
}
 @media only screen and (max-width:630px) {
h1.page-title {
	font-size: 2em;
}
}
 @media only screen and (max-width:560px) {
.footer-services {
	padding-left: 5px;
}
}
 @media only screen and (max-width:525px) {
.logo {
	width: 95%;
	height: auto;
}
article.page img, article.post img {
	float: none !important;
	margin: 0 auto 30px;
	text-align: center;
	display: block;
}
article.page img.wp-image-214, article.post img.wp-image-214{
	float: inherit;
	margin: 0;
	text-align: inherit;
	display: inline;
}
.footer p.copyright span {
	border-top: 0px;
}
}
 @media only screen and (max-width:415px) {
.wrapper {
	width: 100%;
}
footer, aside, .column {
	width: 90%;
	margin: 0 auto;
}
.column {
	margin: 0 auto 30px auto;
}
.column a.button {
	padding: 6px 10px;
}
a.button {
	width: 80%;
}
a.button, input.button, input.wpcf7-submit {
	padding: 6px 15px !important;
}
a.big-button {
	font-size: 1.3em;
}
input.button, input.wpcf7-submit {
	width: 100%;
}
.photo-header {
	margin-top: 0;
}
a.desktop {
	display: none;
}
a.mobile {
	display: inline-block;
}
.footer-services {
	padding-left: 0 !important;
}
}
 @media only screen and (max-width:800px) {
.nav li li .menu-link-wrapper {
	margin: 0 auto;
	border-radius: 0 !important;
	width: 100%;
}
.nav li li:last-child .menu-link-wrapper {
	border-bottom: 0;
}
.nav li a {
	float: none;
	width: 100%;
	border-left: none;
	border-right: none;
}
.nav li li:first-of-type a {
	margin-top: 0;
}
.nav li li:last-of-type a {
	margin-bottom: 0;
}
.nav li li a {
	background-color: #f6f6f6;
}
.nav li:nth-of-type(3) li a {
	float: none;
	width: 100%;
}
.location-one, .location-two {
	width: 100%;
	padding: 10px 0;
}
.footer-services {
	width: 90%;
}
}
 @media only screen and (max-width:350px) {
.gray-button, .header-button {
	float: none;
	margin: 0 0 18px;
	width: 95%;
}
}
 @media only screen and (max-width:335px) {
.address {
	text-align: left;
	width: 180px;
}
.topbar a.mapicon span {
	display: block;
	padding: 0;
}
.topbar a.mapicon {
	background-position: 0 9px;
	padding: 0 0 0 21px;
	line-height: 1.4em;
	display: block;
}
}
/*------------------------------------*\
    MISC
\*------------------------------------*/
::selection {
	background: #04A4CC;
	color: #FFF;
	text-shadow: none;
}
::-webkit-selection {
 background:#04A4CC;
 color:#FFF;
 text-shadow:none;
}
::-moz-selection {
 background:#04A4CC;
 color:#FFF;
 text-shadow:none;
}
/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
.alignnone {
	margin: 0;
}
.aligncenter, div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
.alignright {
	float: none;
    margin: 0 auto 20px;
    display: block;
}
.alignleft {
	float: none;
    margin: 0 auto 20px;
    display: block;
}
.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
a img.alignnone {
	margin: 5px 20px 20px 0;
}
a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	background: #FFF;
	border: 1px solid #F0F0F0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption .wp-caption-text, .gallery-caption {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/
@media print {
* {
	background: transparent !important;
	color: #000 !important;
	box-shadow: none !important;
	text-shadow: none !important;
}
a, a:visited {
	text-decoration: underline;
}
a[href]:after {
	content: " (" attr(href) ")";
}
abbr[title]:after {
	content: " (" attr(title) ")";
}
.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
	content: "";
}
pre, blockquote {
	border: 1px solid #999;
	page-break-inside: avoid;
}
thead {
	display: table-header-group;
}
tr, img {
	page-break-inside: avoid;
}
img {
	max-width: 100% !important;
}
 @page {
 margin:0.5cm;
}
p, h2, h3 {
	orphans: 3;
	widows: 3;
}
h2, h3 {
	page-break-after: avoid;
}
}
