
/*** 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: #09347a; font-weight: normal;}
a, #toc a {color: #675125;}
a:hover, #toc a:hover, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {color: #a29061;}

.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: #09347a; 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: #a29061;}


/*** LINES ***/

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



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


/*** STRUCTURE ***/

#wrapper {background: url(/wp-content/uploads/sites/173/2016/04/wrapper.jpg) 30% 40px no-repeat;}
.home #wrapper {background-position: center 25px;}
#wrapper-with-footer {}
#wrapper-without-footer {}
#wrapper-without-header {}
#wrapper-without-navs {background: #fff;}
#wrapper-without-herowidgets {}

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

#masthead > .inner {height: 90px; background: linear-gradient(to bottom, #000b3a 0, #09347a 100%);}
#logo {float: none; max-width: 288px; margin: 0 auto -47px !important;}

#colophon {position: relative; background: linear-gradient(to bottom, #000b3a 0, #09347a 100%); color: #6b85af;}
#colophon > .top {position: absolute; left: 0; right: 0; top: -13px; height: 13px; background: url(/wp-content/uploads/sites/173/2016/04/colophon.png) center bottom no-repeat;}
#colophon a {color: #fff;}
#site-footer-right .widget_nav_menu .menu > li > a {color: #c1b595; text-transform: uppercase; font-weight: bold; font-size: 16px;}

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

@media screen and (max-width: 1023px) {/* SMALL TABLET AND DOWN */
	#masthead > .inner {height: 130px;}
	#logo {margin-top: 40px !important;}
}

@media screen and (max-width: 767px) {/* PHONE ONLY */
	#wrapper {background-position: 28% 40px;}
	.home #wrapper {background-position: 28% 110px;}
	#masthead {position: relative; height: 300px;}
	.home #masthead {height: 450px;}
	#logo {margin-bottom: 0 !important;}
	#content {padding: 30px 0 60px;}
	#breadcrumbs > .inner, #colophon > .inner {padding: 0;}
}


/*** PRIMARY NAV ***/

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

@media screen and (min-width: 768px) {/* TABLET AND UP */
	#site-navigation {background: rgba(255,255,255,.6);}
	#site-navigation .menu > li > a {padding: 12px 20px; color: #000b3a; font-size: 15px; font-weight: bold;}
	#site-navigation .menu > .current-menu-ancestor > a, #site-navigation .menu > .current-menu-item > a {background: #fff;}
	#site-navigation .menu > .current-menu-ancestor > a:before, #site-navigation .menu > .current-menu-item > a:before {content: ''; position: absolute; left: 0; right: 0; top: -18px; height: 18px; background: url(/wp-content/uploads/sites/173/2016/04/nav.png); background-size: 100% 18px;}
	#site-navigation .menu > li:hover > a:after {content: ''; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); width: 0; height: 0; border-style: solid; border-width: 0 11.5px 11px 11.5px; border-color: transparent transparent #847043 transparent;}
	#site-navigation .sub-menu {left: 50%; transform: translateX(-50%); padding: 10px 10px 5px; border-top: 4px solid #847043; background: linear-gradient(to bottom, #000b3a 0, #09347a 100%); overflow: visible; text-align: center;}
	#site-navigation .sub-menu:after {content: ''; position: absolute; left: 0; right: 0; bottom: -20px; height: 20px; background: url(/wp-content/uploads/sites/173/2016/04/submenu.png); background-size: 100% 20px;}
	#site-navigation .sub-menu li {}
	#site-navigation .sub-menu li a:hover {background: rgba(107,133,175,.5);}
}

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


/*** SECONDARY NAV ***/

#secondary-nav {position: absolute; left: 0; right: 0; top: 26px; 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; color: #eee;}
#secondary-nav li a:hover {background: #a29061; color: #fff;}
#secondary-nav li.button a {background: #3a5d95; color: #fff;}
#secondary-nav li.button a:hover {background: #a29061;}

@media screen and (max-width: 1023px) {/* SMALL TABLET AND DOWN */
	#secondary-nav {top: 0; 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: #e8e3d8; padding: 15px 10px;}
.secondary .widget:before, .secondary .widget:after {content: ''; display: block; height: 14px; margin: -15px -10px 15px; background: url(/wp-content/uploads/sites/173/2016/04/curve-sidebars.png) center top; background-size: 100% 28px;}
.secondary .widget:after {margin: 15px -10px -15px; background-position: center bottom;}
.widget-title, .widget ul.list li, .widget ul.thumblist li, .widget_categories li {border-bottom: 1px solid #fff;}
.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: #6b85af; color: #fff; font-size: 21px; line-height: 1.2; text-align: center; font-family: Merriweather, serif;}
.secondary .widget.big-text-widget:before {margin: -20px -20px 20px;}
.secondary .widget.big-text-widget:after {margin: 20px -20px -20px;}

.secondary .widget.blank-widget:before, .secondary .widget.blank-widget:after {display: none;}

@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: #a29061; font-family: 'Mr Dafoe', sans-serif; text-transform: lowercase; line-height: .75;}
.action-phone {color: #000b3a; font-size: 36px; font-family: Merriweather, serif; letter-spacing: -.5px; text-shadow: 1px 0 0 rgba(34,34,34,1); margin: 10px 0 16px;}
a.action-email {font-size: 12px; color: #09347a; text-transform: uppercase; font-weight: bold;}
a.action-email:before {bottom: 1px; font-size: 21px;}

#masthead .action {}
#masthead .action-text {}
#masthead .action-phone {margin: 0;}
#masthead a.action-email {}
#masthead a.action-email span {display: none;}

#colophon .action-text {font-size: 30px;}
#colophon .action-phone {color: #fff; margin: 5px 0 8px; text-shadow: 1px 0 0 rgba(255,255,255,.75);}
#colophon a.action-email {color: #3a5d95;}

#primary .action {position: relative; text-align: center;}
#primary .action > .top {position: absolute; left: 0; right: 0; top: 50%; transform: translateY(-50%); height: 0; border: 10px solid #a29061; border-top-color: #cdc4aa; border-bottom-color: #c1b595;}
#primary .action > .inner {position: relative; display: inline-block; padding: 8px 20px 18px; background: #fff;}

.secondary .widget.widget-action {background: none; padding: 0; text-align: center;}
.secondary .widget.widget-action:before, .secondary .widget.widget-action:after {display: none;}
.secondary .action > .top {height: 27px; background: url(/wp-content/uploads/sites/173/2016/04/cta-secondary.png) center top; background-size: 100% 53px;}
.secondary .action > .bottom {height: 26px; background: url(/wp-content/uploads/sites/173/2016/04/cta-secondary.png) center bottom; background-size: 100% 53px;}
.secondary .action > .inner {padding: 10px;}

@media screen and (min-width: 768px) {/* TABLET AND UP */
	#masthead .action {position: absolute; right: 20px; top: 25px; text-align: right;}
	#masthead .action-text {display: none;}
	#masthead .action-phone {color: #fff; text-shadow: 1px 0 0 rgba(255,255,255,.75);}
	#masthead a.action-email:before {position: absolute; right: 100%; bottom: 8px; padding-right: 5px; color: #6b85af;}
}

@media screen and (min-width: 768px) and (max-width: 1023px) {/* SMALL TABLET ONLY */
	#masthead .action {top: 0;}
}

@media screen and (max-width: 767px) {/* PHONE ONLY */
	#masthead .action {margin: -10px 0 0;}
	#masthead .action-text {display: none;}
	#masthead .action-phone {font-size: 24px;}
	#masthead .action-phone-div, #masthead .action-email-div {display: inline-block;}
	#masthead a.action-email:before {bottom: 2px; font-size: 27px;}
}


/*** GOOGLE SEARCH ***/

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

@media screen and (min-width: 768px) and (max-width: 1023px) {/* SMALL TABLET ONLY */
	#masthead .google-search {top: 140px;}
}

@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; margin-bottom: 23px;}
.widget.photo-above-left-nav:before, .widget.photo-above-left-nav:after {margin: 0; position: absolute; left: 0; right: 0; top: 0;}
.widget.photo-above-left-nav:after {top: auto; bottom: -23px; height: 50px; background: url(/wp-content/uploads/sites/173/2016/04/photo-above-left-nav.png); background-size: 100% 50px;}
.photo-above-left-nav img {}

.secondary .widget.photo-above-left-nav + .widget.widget_nav_menu {margin-top: 0; padding-top: 0;}
.secondary .widget.photo-above-left-nav + .widget.widget_nav_menu:before {display: none;}

.secondary .widget.widget_nav_menu {background: linear-gradient(to bottom, #000b3a 0, #09347a 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: 50%; transform: translateY(-50%); width: 0; height: 0; border-style: solid; border-width: 11.5px 0 11.5px 11px; border-color: transparent transparent transparent #c1b595;}
.secondary .widget_nav_menu a:hover {background: rgba(107,133,175,.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: #c1b595; 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: #bbb;}
.widget-testimonials .entry-summary:before {left: -90px; top: -1px; width: 30px; color: #9daeca; 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 {position: relative; padding: 20px 10px 20px 50px;}

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

@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: #3a5d95; padding: 27px 10px 10px; font-family: Merriweather, serif;}
.virtual-tour .caption:before {content: ''; position: absolute; left: 0; right: 0; top: -27px; height: 54px; background: url(/wp-content/uploads/sites/173/2016/04/virtual-tour.png); background-size: 100% 54px;}

@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: #847043; color: #fff; font-weight: normal;}
.important:before {font-weight: bold; line-height: .75; font-family: Lato, sans-serif;}


/*** BLOG STUFF ***/

.author_excerpt {background: #d6f0f2;}

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



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


/*** HOME HERO ***/

#herowidgets .hero-text {position: absolute; left: 0; right: 0; top: 250px;}
#herowidgets .hero-text h2 {float: right; max-width: 70%; font-family: 'Mr Dafoe', sans-serif; font-size: 40px; text-align: right; text-shadow: 0 0 10px #fff;}

.hero .caption {position: absolute; left: 0; bottom: 0; right: 0; padding: 15px 20px 15px; background: rgba(58,93,149,.8); color: #fff; font-size: 21px; text-align: right; font-weight: bold; text-transform: uppercase;}

@media screen and (min-width: 768px) and (max-width: 1023px) {/* SMALL TABLET ONLY */
	#herowidgets .hero-text {top: 220px;}
}

@media screen and (max-width: 767px) {/* PHONE ONLY */
	#herowidgets .hero-text {top: 240px;}
	#herowidgets .hero-text h2 {max-width: 75%; font-size: 36px; line-height: 1;}
}


/*** HOME TAGLINE ***/

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

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


/*** HOME WELCOME TEXT ***/

.cfct-build .row.row-welcome {margin-left: 0; margin-right: 0; background: #eee; padding: 20px 10px; overflow: hidden;}
.welcome-image {}
.welcome-text {padding: 10px;}
.welcome-text h2 {padding-bottom: 7px; border-bottom: 1px solid #fff;}


/*** HOME FEATURES ***/

.home-feature {position: relative; background: #e8e3d8;}
.home-feature .image:before, .home-feature .text:after {content: ''; position: absolute; left: 0; right: 0; top: 0; height: 19px; background: url(/wp-content/uploads/sites/173/2016/04/curve-features.png) center top; background-size: 100% 38px;}
.home-feature .text:after {top: auto; bottom: 0; background-position: center bottom;}
.home-feature .text {padding: 20px 20px 20px;}
.home-feature h3 {padding: 0 0 8px; color: #000b3a; font-size: 18px; text-transform: uppercase; font-family: Lato, sans-serif; border-bottom: 1px solid #fff;}
.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; text-decoration: none; color: #09347a;}
.home-feature p.link a:hover {color: #847043;}

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


/*** HOME CONTENT ***/

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



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


/*** LANDING PAGE STRUCTURE ***/

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

@media screen and (min-width: 768px) {/* TABLET AND UP */
	.landing-page #masthead {height: 140px;}
}

@media screen and (max-width: 1023px) {/* SMALL TABLET AND DOWN */
	.landing-page #masthead {height: 180px;}
}

@media screen and (max-width: 767px) {/* PHONE ONLY */
	.landing-page #masthead {height: 210px;}
}


/*** LANDING PAGE HERO ***/

.lp-hero {background: #e8e3d8 url(/wp-content/uploads/sites/173/2016/07/lp-hero.jpg) center center no-repeat;}
.lp-hero .two-third .box {background: rgba(103,81,37,.9); color: #e0dacb;}
.lp-hero .one-third .box {background: rgba(132,112,67,.95);}


/*** LANDING PAGE INSURANCE ***/

.insurance-accepted {background: #000b3a;}


/*** LANDING PAGE CTA ***/

.lp-cta {background: #eee;}
.lp-cta .action .after-phone {font-size: 18px; text-transform: uppercase; font-weight: bold; color: #3a5d95;}


/*** 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;}
