
/*** IMPORT GOOGLE FONTS ***/

@import url(http://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic|Merriweather:400,700|Mr+Dafoe:400);


/*** GENERAL STYLES ***/

body {background: #fff; font-family: Lato, sans-serif; color: #777;}
h1, h2, h3, h4, h5, h6, .widget-title {font-family: Merriweather, serif; color: #22587e; font-weight: normal;}
a, #toc a {color: #5d96b3;}
a:hover, #toc a:hover, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {color: #eda444;}

.round-corners, .archive_thumbs, .author_excerpt .avatar, .gallery .attachment-thumbnail {border-radius: 0;}


/*** EXTRA TEXT COLORS ***/

.widget_oomph_post_widget .entry-meta, #primary .posted-on-byline {color: #bbb;}
.accordion-container .show-more, .accordion-container .show-less {color: #bbb; font-family: Lato, sans-serif;}


/*** BUTTONS ***/

input[type="submit"], input[type="button"], button, .comments-area .reply a, a.button-link, .menu-toggle-icon, .contact-us-button a {font-size: 18px; color: #fff; background: #5d96b3; text-transform: uppercase; font-weight: bold;}
input[type="submit"]:hover, input[type="button"]:hover, button:hover, .comments-area .reply a:hover, a.button-link:hover, .contact-us-button a:hover {background: #eda444;}


/*** LINES ***/

th, td, .accordion-container, .comments-area, #primary .with-divider, .wp-pagenavi {border-color: #eee;}



/*==============================================*/


/*** STRUCTURE ***/

#wrapper {}
#wrapper-with-footer {}
#wrapper-without-footer {}
#wrapper-without-header {}
#wrapper-without-navs {}
#wrapper-without-herowidgets {}

#site-navigation > .inner, #herowidgets .home-facilities .textwidget, #breadcrumbs > .inner, #content > .inner, #colophon > .inner {position: relative; max-width: 1300px; margin: 0 auto; padding: 0 20px;}

#masthead {background: linear-gradient(to bottom, #cfe2eb 0, #fff 70px);}
#logo {float: none; max-width: 200px; margin: 0 auto 10px !important; padding: 20px 0 10px; border-bottom: 1px solid #eee;}

#colophon {position: relative; background: linear-gradient(to bottom, #22587e 0, #5d96b3 100%); color: #222;}
#colophon a {color: #fff;}
#site-footer-right .widget_nav_menu .menu > li > a {color: #eda444; text-transform: uppercase; font-weight: bold; font-size: 16px;}

@media screen and (min-width: 768px) {/* TABLET AND UP */
	#content {padding: 30px 0 60px;}
	#primary {padding: 40px;}
	.home #primary {padding-left: 0; padding-right: 0; padding-top: 0;}
}

@media screen and (max-width: 767px) {/* PHONE ONLY */
	#logo {margin: 30px auto 10px !important;}
	#content {padding: 30px 0 60px;}
	#breadcrumbs > .inner, #colophon > .inner {padding: 0;}
}


/*** PRIMARY NAV ***/

#site-navigation {background: #5d96b3; text-transform: uppercase;}
#site-navigation > .inner {padding: 0;}
#site-navigation .menu > li > a {font-size: 19px;}
#site-navigation a {padding: 13px 15px; font-size: 13px;}

@media screen and (min-width: 768px) {/* TABLET AND UP */
	#site-navigation {background: linear-gradient(to bottom, #22587e 0, #5d96b3 100%);}
	#site-navigation .menu > .current_page_item > a, #site-navigation .menu > .current_page_ancestor > a {background: #22587e;}
	#site-navigation .menu > li:hover > a {background: #5d96b3;}
	#site-navigation .sub-menu {padding: 10px; background: linear-gradient(to bottom, #22587e 0, #5d96b3 100%); overflow: visible; text-align: center;}
	#site-navigation .menu > li > .sub-menu {left: 50%; transform: translateX(-50%); border-top: 4px solid #eda444;}
	#site-navigation .sub-menu .sub-menu {border-left: 4px solid #eda444;}
	#site-navigation .sub-menu:before {content: ''; position: absolute; width: 0; height: 0; border-style: solid;}
	#site-navigation .menu > li > .sub-menu:before {left: 50%; top: -15px; transform: translateX(-50%); border-width: 0 11.5px 11px 11.5px; border-color: transparent transparent #eda444 transparent;}
	#site-navigation .sub-menu .sub-menu:before {left: -15px; top: 10px; border-width: 11.5px 11px 11.5px 0; border-color: transparent #eda444 transparent transparent;}
	#site-navigation .sub-menu li a:hover {background: rgba(125,199,239,.5);}
}

@media screen and (max-width: 767px) {/* PHONE ONLY */
	.menu-toggle-icon {background: #22587e;}
	#site-navigation {background: #22587e;}
	#site-navigation > .inner {padding: 0 10px;}
}


/*** SECONDARY NAV ***/

#secondary-nav {position: absolute; left: 0; right: 0; top: 0; height: 0; padding: 0 20px; font-size: 11px; text-transform: uppercase; font-weight: bold;}
#secondary-nav ul {float: left;}
#secondary-nav li {}
#secondary-nav li a {padding: 12px 15px 13px; background: #cfe2eb; color: #22587e;}
#secondary-nav li a:hover {background: #5d96b3; color: #fff;}
#secondary-nav li.button a {background: #22587e; color: #fff;}
#secondary-nav li.button a:hover {background: #5d96b3;}

@media screen and (max-width: 1023px) {/* SMALL TABLET AND DOWN */
	#secondary-nav {padding: 0 5px;}
}

@media screen and (max-width: 767px) {/* PHONE ONLY */
	#secondary-nav {padding: 0;}
	#secondary-nav li a {padding: 9px 10px 10px;}
}



/*==============================================*/


/*** WIDGETS AND LISTS ... AFFILIATIONS, INSURANCE ***/

.widget {margin: 20px 0;}
.secondary .widget {position: relative; background: #cfe2eb; padding: 15px;}
.widget-title, .widget ul.list li, .widget ul.thumblist li, .widget_categories li {border-bottom: 1px solid rgba(255,255,255,.5);}
.widget-title {margin: 0 0 10px; padding: 0 0 10px; font-size: 18px; line-height: 1; text-transform: uppercase; font-weight: normal; font-family: Lato, sans-serif;}
.widget .widget-title + div > ul.list, .widget .widget-title + ul.list, .widget_categories .widget-title + ul, .widget-title + ul.thumblist {margin: -10px 0 0;}
.widget ul.list li > a, .widget_categories ul a/*, .thumblist-link*/ {padding: 10px 5px;}

.widget.big-text-widget {padding: 20px; background: #22587e; color: #fff; font-size: 21px; line-height: 1.2; text-align: center; font-family: Merriweather, serif;}

@media screen and (min-width: 768px) and (max-width: 1023px) {/* SMALL TABLET ONLY */
	.widget-title {font-size: 16px;}
}


/*** CALL TO ACTION ***/

.action {}
.action-text {font-size: 36px; color: #eda444; font-family: 'Mr Dafoe', sans-serif; text-transform: lowercase; line-height: .75;}
.action-phone {color: #fff; font-size: 36px; font-family: Merriweather, serif; letter-spacing: -.5px; margin: 10px 0 16px;}
.after-phone a {display: block; margin-bottom: 10px; font-size: 12px; font-weight: bold; text-transform: uppercase;}
.after-phone a:before {content: '\f307'; display: inline-block; font-family: genericons; font-weight: normal; text-decoration: none; color: #f7cf7e; line-height: .7; vertical-align: middle; font-size: 19px;}
a.action-email {font-size: 13px; color: #5d96b3; text-transform: uppercase; font-weight: bold;}
a.action-email:before {font-size: 21px;}

#header-widgets {float: none;}
#masthead .action {text-align: center; margin-bottom: 40px;}
#masthead .action * {position: static; display: inline-block;}
#masthead .action-text {display: none !important;}
#masthead .action-phone {margin: 0; color: #22587e; font-size: 24px; font-weight: bold; font-family: Lato, sans-serif;}
#masthead .action .after-phone {position: absolute; left: 0; top: 100%; right: 0;}
#masthead .action .after-phone a:before {color: #eda444;}
#masthead a.action-email {}
#masthead a.action-email span {display: none;}
#masthead a.action-email:before {color: #eda444; font-size: 27px;}

#colophon .action-text {font-size: 30px;}
#colophon .action-phone {margin: 5px 0 8px;}
#colophon .after-phone a {padding-left: 38px; color: #cfe2eb;}
#colophon .after-phone a:hover {color: #f7cf7e;}
#colophon .after-phone a:before {position: absolute; left: -4px; top: 3px; font-size: 36px;}
#colophon a.action-email {color: #7dc7ef;}

#primary .action, .secondary .widget.widget-action {background: #22587e; padding: 30px 10px; text-align: center;}
#primary .after-phone a, .secondary .after-phone a {color: #cfe2eb;}
#primary .after-phone a:hover, .secondary .after-phone a:hover {color: #f7cf7e;}


/*** GOOGLE SEARCH ***/

@media screen and (min-width: 768px) {/* TABLET AND UP */
	#masthead .google-search {position: absolute; right: 20px; top: 7px; width: 200px;}
}

@media screen and (max-width: 767px) {/* PHONE ONLY */
	#masthead .google-search {position: absolute; left: 0; bottom: 0; right: 0; background: rgba(255,255,255,.6); padding: 10px 15px;}
}


/*** BREADCRUMBS ***/

#breadcrumbs ul {padding: 20px 0 15px; font-size: 11px; text-transform: uppercase; border-bottom: 1px solid #eee; overflow: hidden;}

@media screen and (max-width: 767px) {/* PHONE ONLY */
	#breadcrumbs ul {padding: 15px 20px;}
}


/*** CUSTOM MENU (LEFT NAV) ***/

.widget.photo-above-left-nav {background: none; padding: 0;}
.photo-above-left-nav img {}

.secondary .widget.widget_nav_menu {padding: 15px 10px; background: linear-gradient(to bottom, #22587e 0, #5d96b3 100%); font-size: 13px; text-transform: uppercase;}
.secondary .widget.widget_nav_menu li {position: relative;}
.secondary .widget_nav_menu a {padding: 13px 15px; color: #fff;}

.secondary .widget_nav_menu .current-menu-item > a:before {content: ''; position: absolute; left: -10px; top: 9px; width: 0; height: 0; border-style: solid; border-width: 11.5px 0 11.5px 11px; border-color: transparent transparent transparent #f7cf7e;}
.secondary .widget_nav_menu a:hover {background: rgba(125,199,239,.5);}


/*** FOLLOW US ***/

.secondary .widget.widget_acadia_social_media {background: none; padding: 10px 0; text-align: center;}
.secondary .widget.widget_acadia_social_media:before, .secondary .widget.widget_acadia_social_media:after {display: none;}
.widget_acadia_social_media .widget-title {font-family: 'Mr Dafoe', sans-serif; font-size: 45px; color: #eda444; border-bottom-color: #eee; text-transform: lowercase; line-height: .6;}


/*** TESTIMONIAL ***/

.widget-testimonials .entry-summary {font-size: 24px; line-height: 1.35; font-style: italic; color: #5d96b3;}
.widget-testimonials .entry-summary:before {display: none; left: -90px; top: -1px; width: 30px; color: #6dafd1; font-size: 200px; font-family: 'Mr Dafoe', sans-serif; line-height: .75;}
.widget-testimonials .testimonial-attribution {font-size: 11px; color: #777; text-transform: uppercase;}

#primary .widget-testimonials {padding: 30px; background: #eee; text-align: center;}

.secondary .widget.widget-testimonials {padding: 20px; background: #eee;}

@media screen and (min-width: 768px) and (max-width: 1023px) {/* SMALL TABLET ONLY */
	.secondary .widget-testimonials .entry-summary {font-size: 18px;}
}


/*** VIRTUAL TOUR ***/

.widget.virtual-tour {position: relative; background: none; padding: 0;}
.secondary .widget.virtual-tour:before, .secondary .widget.virtual-tour:after {display: none;}
.virtual-tour .caption {position: relative; text-align: center; text-transform: uppercase; font-size: 24px; color: #fff; background: #22587e; padding: 13px 10px 10px; font-family: Merriweather, serif;}

@media screen and (min-width: 768px) and (max-width: 1023px) {/* SMALL TABLET ONLY */
	.secondary .virtual-tour .caption {font-size: 13px; padding-top: 20px;}
}


/*** CONTACT US BUTTON ***/

.secondary .widget.contact-us-button {background: none; padding: 0;}
.secondary .widget.contact-us-button:before, .secondary .widget.contact-us-button:after {display: none;}


/*** POST-IT ***/

.post-it {background: #eee;}


/*** IMPORTANT ***/

.important {background: #eda444; color: #fff; font-weight: normal;}
.important:before {font-weight: bold; line-height: .75; font-family: Lato, sans-serif;}


/*** BLOG STUFF ***/

.author_excerpt {background: #cfe2eb;}

.comment-list .depth-1, .comment-list .depth-3 {background: #eee;}
.comment-list .depth-2, .comment-list .depth-4 {background: #fff;}



/*==============================================*/


/*** HOME HERO ***/

#herowidgets .hero {margin: 5px 0; min-height: 200px; background: center center; background-size: cover;}
.home #herowidgets .hero {min-height: 0;}

#herowidgets .tp-caption {font-weight: bold; font-size: 54px; color: #fff !important; text-transform: uppercase; line-height: 1.1; text-shadow: 0 0 20px rgba(0,0,0,.5), 0 0 40px rgba(0,0,0,.5) !important; text-align: center;}

#content .hero .caption {position: absolute; left: 0; right: 0; top: 50%; transform: translateY(-50%); padding: 60px 30px; text-align: center; text-shadow: 3px 3px 10px rgba(0,0,0,.5);}
#content .hero h1, #content .hero h2, #content .hero h3 {font-size: 42px; font-family: Lato, sans-serif; color: #fff; font-weight: bold; text-transform: uppercase;}
#content .hero .button-link {text-shadow: none; font-size: 24px;}

@media screen and (max-width: 1023px) {/* SMALL TABLET AND DOWN */
	#content .hero h1, #content .hero h2, #content .hero h3 {font-size: 36px;}
}

@media screen and (max-width: 767px) {/* PHONE ONLY */
	#content .hero h1, #content .hero h2, #content .hero h3 {font-size: 33px;}
	#content .hero .caption {transform: none; padding: 20px; background: #6dafd1; text-shadow: none;}
	#content .hero h1, #content .hero h2, #content .hero h3 {font-size: 20px;}
	#content .hero .button-link {font-size: 16px;}
}


/*** HOME TAGLINE ***/

.tagline {text-align: center; text-transform: uppercase; border: solid #eee; border-width: 1px 0; padding: 24px 10px 20px;}
.tagline h1, .tagline h2 {font-size: 26px; color: #22587e; line-height: 1.25;}

@media screen and (max-width: 767px) {/* PHONE ONLY */
	.tagline h1 {font-size: 21px;}
}


/*** HOME MESSAGE ***/

.message .image {position: relative; min-height: 300px; background: center center; background-size: cover;}
.message .caption {position: absolute; left: 0; right: 0; top: 50%; transform: translateY(-50%); padding: 60px 30px; text-align: center; font-size: 27px; font-style: italic; color: #444; text-shadow: 0 0 10px #fff; line-height: 1.3;}
.message h1, .message h2, .message h3 {font-size: 48px; text-shadow: 1px 0 0 #22587e; font-style: normal; font-family: Merriweather, serif; color: #22587e; margin: 20px 0 0; line-height: 1; text-transform: uppercase;}

@media screen and (max-width: 1023px) {/* SMALL TABLET AND DOWN */
	.message .caption {font-size: 21px;}
	.message h1, .message h2, .message h3 {font-size: 36px;}
}

@media screen and (max-width: 767px) {/* PHONE ONLY */
	.message .caption {padding: 50px 30px; font-size: 17px;}
	.message h1, .message h2, .message h3 {font-size: 26px;}
}


/*** HOME FACILITIES ***/

.home-facilities {background: linear-gradient(to bottom, #fff 0, #f3f3f3 100%); padding: 20px 0;}
.home-facilities .textwidget {padding: 0 20px;}
.home-facilities .row {margin: 0 -10px; overflow: hidden;}
.home-facilities .col {float: left; width: 33.333%; padding: 0 10px;}
.home-facilities a, .home-facilities img, .home-facilities span {display: block; width: 100%;}
.home-facilities a {background: #ddd; padding: 10px; text-align: center; text-decoration: none;}
.home-facilities .name {margin: 10px 0 5px; font-size: 19px; text-transform: uppercase; font-weight: bold; color: #22587e;}
.home-facilities a:hover .name {color: #eda444;}
.home-facilities .location {font-size: 12px; text-transform: uppercase; color: #444; font-family: Merriweather, serif;}
.home-facilities .note {font-style: italic; font-size: 13px; color: #777;}

@media screen and (max-width: 767px) {/* PHONE ONLY */
	.home-facilities .name {font-size: 16px;}
}

@media screen and (max-width: 639px) {/* SMALL PHONE */
	.home-facilities .col {float: none; width: 100%;}
	.home-facilities .col + .col {margin-top: 10px;}
}


/*** HOME WELCOME TEXT ***/

.cfct-build .row.row-welcome {padding: 20px 0;}
.welcome-text {padding: 10px;}
.welcome-text h2 {padding-bottom: 7px; border-bottom: 1px solid #eee;}


/*** HOME FEATURES ***/

.home-feature {position: relative; background: #cfe2eb;}
.home-feature .text {padding: 20px;}
.home-feature h3 {padding: 0 0 8px; color: #22587e; font-size: 18px; text-transform: uppercase; font-family: Lato, sans-serif; border-bottom: 1px solid rgba(255,255,255,.5);}
.home-feature p.link {text-align: right;}
.home-feature p.link a {text-decoration: none; font-size: 30px; text-transform: lowercase; font-family: 'Mr Dafoe', sans-serif; color: #5d96b3;}
.home-feature p.link a:hover {color: #eda444;}

@media screen and (min-width: 768px) and (max-width: 1023px) {/* SMALL TABLET ONLY */
	.home-feature h3 {font-size: 15px;}
}


/*** HOME ICONS ***/

.icon a {display: block; margin: 0 auto; background: #22587e; padding: 30px 20px; text-decoration: none; text-align: center;}
.icon .image {max-width: 100%; width: 130px; margin: 0 auto 20px; background: linear-gradient(to bottom, #f7cf7e 0, #eda444 100%); border-radius: 50%;}
.icon a:hover .image {background: #f7cf7e;}
.icon img {display: block;}
.icon .caption {font-size: 21px; color: #5d96b3; text-transform: uppercase; line-height: 1.1;}
.icon .caption strong {display: block; font-size: 36px; color: #fff; font-weight: normal; font-family: Merriwether, serif;}


/*** HOME ICON FEATURES ***/

.feature-icon {padding: 20px; background: #fafafa; box-shadow: inset 0 0 30px #ddd;}
.feature-icon img {display: block; margin: 10px auto 20px;}
.feature-icon h3 {text-align: center; font-family: Lato, sans-serif; font-weight: bold; text-transform: uppercase; color: #222;}
.feature-icon p.link a {display: block; padding: .5em 1em; font-weight: bold; text-decoration: none; text-transform: uppercase; color: #fff; background: #22587e; text-align: center;}
.feature-icon p.link a:hover {background: #5d96b3;}


/*** HOME CONTENT ***/

.row-content .cfct-module {padding: 30px 0 0;}

@media screen and (min-width: 768px) {/* TABLET AND UP */
	.row-content .cfct-module {border-top: 1px solid #eee;}
}



/*==============================================*/


/*** LANDING PAGE STRUCTURE ***/

.landing-page #primary {padding-left: 0; padding-right: 0;}
.lp-hero .textwidget, .lp-cta .action {max-width: 1300px;}


/*** LANDING PAGE HERO ***/

.lp-hero {margin: 5px 0 !important; background: #5d96b3 url(/wp-content/uploads/sites/98/2016/05/wrapper.jpg) center center no-repeat;}
.lp-hero .two-third .box {background: rgba(34,88,126,.9); color: #cfe2eb;}
.lp-hero .one-third .box {background: rgba(109,179,209,.95);}


/*** LANDING PAGE INSURANCE ***/

.insurance-accepted {background: #6dafd1;}


/*** LANDING PAGE CTA ***/

.lp-cta {background: #22587e;}
.lp-cta .action-text {color: #eda444;}
.lp-cta .action-phone {color: #fff;}
.lp-cta .action .after-phone {font-size: 18px; text-transform: uppercase; font-weight: bold; color: #f7cf7e;}


/*** LANDING PAGE WIDGETS ***/

@media screen and (min-width: 768px) and (max-width: 1023px) {/* SMALL TABLET ONLY */
	.landing-page #primary .action > .top {display: none;}
	.landing-page #primary .action > .inner {padding: 0;}
}

.landing-page #primary .widget-title {border-color: #eee;}
