/*
Theme Name: Creative Care
Theme URI:
Description: asdf
Author: John
Author URI:
Template: twentysixteen
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready, spicy
Text Domain: creative-care
*/

/* ############################################################################## */
/* Fonts */
/* ############################################################################## */

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-family: 'Josefin Sans', sans-serif;
}
h2 {
	font-weight: 900;
}
a, a:focus, a:hover {
	text-decoration: none;
	box-shadow: none;
}


/* ############################################################################## */
/* General Page Styling / Bootstrap Overrides */
/* ############################################################################## */

html.js {
	margin-top: 0 !important;
}
html {
	overflow: visible !important;
	margin-right: 0px !important;
}
body {
	margin: 0;
	color: #888;
	font-family: 'Josefin Sans', sans-serif;
	background: #f2f2f2;
}
body .body-inner {
	width: 1800px;
	margin-left: auto;
	margin-right: auto;
}

body.logged-in {
	margin-top: 32px;
}

.body-inner {
	background-color: #f2f2f2;
}

.container-fluid, .container {
	padding-left: 0px;
	padding-right: 0px;
}

.col-full {
	width: 100%;
	float: left;
	display: block;
	padding-left: 125px;
	padding-right: 125px;
}

.col-one-half {
    width: 50%;
    float: left;
	display: block;
}

.col-one-eighth {
	width: 12.5%;
	float: left;
	display: block;
}

#content {
    margin-top: 83px;
}

body.logged-in #content {
	margin-top: 115px;
}
div#livechat-compact-container,
div#livechat-full {
	z-index: 8999 !important;
}
@media (min-width: 320px) {
	.container {
		width: 320px;
	}
	body .body-inner {
		width: 320px;
	}
	#masthead {
		width: 320px;
	}
	div#livechat-compact-container,
	div#livechat-full {
		right: calc(50% - 160px) !important;
	}
}
@media (min-width: 360px) {
	.container {
		width: 360px;
	}
	body .body-inner {
		width: 360px;
	}
	#masthead {
		width: 360px;
	}
	div#livechat-compact-container,
	div#livechat-full {
		right: calc(50% - 180px) !important;
	}
}
@media (min-width: 375px) {
	.container {
		width: 375px;
	}
	body .body-inner {
		width: 375px;
	}
	#masthead {
		width: 375px;
	}
	div#livechat-compact-container,
	div#livechat-full {
		right: calc(50% - 187.5px) !important;
	}
}
@media (min-width: 414px) {
	.container {
		width: 414px;
	}
	body .body-inner {
		width: 414px;
	}
	#masthead {
		width: 414px;
	}
	div#livechat-compact-container,
	div#livechat-full {
		right: calc(50% - 207px) !important;
	}
}
@media (min-width: 768px) {
	.container {
		width: 768px;
	}
	body .body-inner {
		width: 768px;
	}
	#masthead {
		width: 768px;
	}
	div#livechat-compact-container,
	div#livechat-full {
		right: calc(50% - 384px) !important;
	}
}
@media (min-width: 991px) {
	.container {
		width: 950px
	}
	body .body-inner {
		width: 950px;
	}
	#masthead {
		width: 950px;
	}
	div#livechat-compact-container,
	div#livechat-full {
		right: calc(50% - 450px) !important;
	}
}
@media (min-width: 1200px) {
	.container {
		width: 1180px;
	}
	body .body-inner {
		width: 1180px;
	}
	#masthead {
		width: 1180px;
	}
	div#livechat-compact-container,
	div#livechat-full {
		right: calc(50% - 590px) !important;
	}
}
@media (min-width: 1420px) {
	.container {
		width: 1400px;
	}

	body .body-inner {
		width: 1400px;
	}
	#masthead {
		width: 1400px;
	}
	div#livechat-compact-container,
	div#livechat-full {
		right: calc(50% - 700px) !important;
	}
}
@media (min-width: 1800px) {
	.container {
		width: 1650px;
	}
	body .body-inner {
		width: 1650px;
	}
	#masthead {
		width: 1650px;
	}
	div#livechat-compact-container,
	div#livechat-full {
		right: calc(50% - 825px) !important;
	}
}
::selection {
	color: #fff;
	background-color: #5d8ecf;
}
/* ############################################################################## */
/* Header Styling */
/* ############################################################################## */

/* Menu Bar */

#masthead {
	display: block;
	background: #fff;
	z-index: 6000;
	position: fixed;
	margin-left: auto;
	margin-right: auto;
	top: 0;
}

#masthead .header-inner {
    display: table;
    width: 100%;
	box-shadow: 0 5px 5px -5px rgba(0,0,0,.2);
	height: 83px;
}

body.logged-in #masthead {
	top: 32px;
}

#masthead .site-header-main {
    display: table;
	height: 83px;
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
}

#masthead a.custom-logo-link {
	display: inline-block;
}

.site-branding a img {
    width: 220px;
	padding-right: 50px;
	padding-top: 4px;
	height: auto;
	max-height: 100%;
}

#masthead .site-branding,
#masthead .call-to-action,
#masthead .menu-button {
	display: table-cell;
	vertical-align: middle;
}

#masthead .site-branding {
    width: 25%;
	padding-left: 15px;
}

#masthead .call-to-action {
	width: 50%;
	text-align: center;
	font-size: 25px;
	color: #888;
}
#masthead .call-to-action a {
	font-weight: 600;
	color: #5d8ecf;
}
#masthead .menu-button {
	width: 25%;
	padding-right: 15px;
	text-align: right;
}
#masthead .menu-button .menu-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100px;
    display: inline-block;
    border: 1px solid #888;
    color: #888;
    font-family: 'Josefin Sans', sans-serif;
	outline: none;
	font-size: 19px;
	z-index: 1001;

}
#masthead .menu-button .menu-toggle:hover {
	color: #888;
	border-color: #afafaf
}
#site-header-menu {
	visibility: hidden;
}
#site-header-menu.toggled-on {
	visibility: visible;
}
/* Navigation Menu */



/* ############################################################################## */
/* Footer Styling */
/* ############################################################################## */
footer#colophon {
	background: #fff;
	padding-top: 50px;
	padding-bottom: 50px;
}
footer#colophon .container {
	padding-left: 125px;
	padding-right: 125px;
}
.accreditations-inner {
    display: inline-block;
	width: 75%;
    margin-left: 12.5%;
    margin-right: 12.5%;
}

.accreditations-inner .col-lg-4 {
	text-align: center;
}
.accreditations-inner img {
    max-width: 100%;
}
.footer-divider {
	width: 75%;
	margin-left: auto;
	margin-right: auto;
	height: 1px;
	background: #afafaf;
	margin-top: 45px;
	margin-bottom: 50px;
}
.footer-divider:last-child {
	margin-top: 41px;
}
.footer-links-inner {
    text-align: center;
    display: inline-block;
    width: 100%;
}
.footer-links-inner p {
    font-size: 18px;
	margin-bottom: 7.5px;
}
.footer-links-inner .col-lg-3 > p:last-child {
    margin-bottom: 0px;
}
.footer-links-inner a {
	color: inherit;
}
.footer-links-inner h5 p {
	font-weight: 600;
	font-size: 22px;
	margin-bottom: 10px;
}
.menu-social-links-container {
	text-align: center;
	display: inline-block;
	width: 100%;
}
ul#menu-social-links {
    list-style-type: none;
    text-align: center;
    display: inline-block;
    padding: 0;
	margin: 0;
}
ul#menu-social-links li {
	float: left;
}
ul#menu-social-links li i {
	font-size: 30px;
	margin-left: 30px;
	margin-right: 30px;
	color: #5d8ecf;
}
li.google-plus {
    margin-top: 1px;
}
/* ############################################################################## */
/* Page Element Styling */
/* ############################################################################## */
/* photo gallery */

.owl-carousel .owl-item img {
	width: auto;
}

/* Splash Video */
#splash-video-section {
	overflow: hidden;
}
#splash-video-section video {
	margin-bottom: -5px;
}
.splash-video.point video {
    height: 100%;
	width: 100%;
}
.splash-video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 4;
	text-align: center;
}
.splash-video-overlay.mobile {
	background: rgba(0,0,0,0.25);
}
.splash-video-overlay-inner {
    position: absolute;
    top: 0;
    bottom: 50px;
    left: 0;
    right: 0;
}
.splash-video-overlay-inner .overlay {
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
}
.overlay {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.overlay .logo,
.overlay .title,
.overlay .call-to-action {
	width: 100%;
    margin-bottom: 5px;
}
.overlay h2 {
    text-align: Center;
    color: #fff;
    margin-bottom: 15px;
}
.splash-video-overlay .overlay a {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 140px;
    display: inline-block;
    border: 1px solid #fff;
    color: #fff;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 19px;
}
.splash-video-overlay .call-to-action a:first-child {
	margin-right: 25px;
}
.splash-video-overlay .logo {
    margin-bottom: 10px;
}
.splash-video-overlay .logo img {
    width: 175px;
}
.splash-video-overlay .title img:first-child {
    width: 1150px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.splash-video-overlay .title img:last-child {
    width: 350px;
	margin-bottom: 25px;
}
/* Pointy arrow thing */
.point {
	position: relative;
	background-color: #fff;
	margin-bottom: 20px;
	overflow: hidden;
}
.point:after,
.point:before {
	content: "";
	position: absolute;
	bottom: 0;
	height: 50px;
	width: 50%;
    border-bottom: 50px solid #f2f2f2;
	z-index: 100;
}
.point:before {
	left: 0;
	border-right: 92px solid transparent;
}
.point:after {
	right: 0;
	border-left: 92px solid transparent;
}
.point .point-inner {
	padding-bottom: 45px;
	display: inline-block;
}
.point .col-lg-6 {
	text-align: center;
	padding-left: 0px;
	padding-right: 0px;
}

/* vertical divider */
.divider .col-lg-6 {
	text-align: center;
}
.col-lg-6 .divider-inner {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 50px;
	padding-bottom: 50px;
	display: inline-block;
}
.divider .container .col-lg-6:first-child:after,
.divider .container-fluid .col-lg-6:first-child:after {
	content: "";
	position: absolute;
	top: 35px;
	bottom: 35px;
	right: -0.5px;
	border-right: 1px solid #afafaf;
}
.divider .col-lg-6 {
	padding-left: 0px;
	padding-right: 0px;
}
.divider .col-one-half.first {
    padding-left: 125px;
    padding-right: 37.5px;
}
.divider .col-one-half.last {
    padding-left: 37.5px;
    padding-right: 125px;
}
.divider .col-one-half img {
	max-width: 100%;
}
.divider-inner .col-full {
    padding-bottom: 45px;
}
.divider .col-full h2 {
	color: #5d8ecf;
}
.title h5 {
	margin-top: 10px;
	margin-bottom: 25px;
	color: #888;
	font-size: 19px;
}
.title p {
	color: #888;
	font-size: 16px;
}
.divider .learn-more h5 {
    font-size: 22px;
    margin-top: 17px;
    margin-bottom: 43px;
    font-weight: 600;
}
.divider .learn-more a {
	padding: 10px 15px;
	border: 1px solid #888;
	color: #888;
	z-index: 1;
	display: block;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 16px;
    width: 110px;
    margin-left: auto;
    margin-right: auto;
}
/* horizontal divider */

.horizontal-divider {
	margin-top: 50px;
	margin-bottom: 50px;
	width: 100px;
	height: 1px;
	background: #afafaf;
	margin-left: auto;
	margin-right: auto;
}

.horizontal-divider.small-margin {
	margin-top: 20px;
	margin-bottom:25px;
}
.horizontal-divider.last {
	margin-bottom: 0px;
}
/* ############################################################################## */
/* PPC Page Styling */
/* ############################################################################## */
/* banner background */
.banner {
	position: relative;
	overflow: hidden;
}
.banner-background {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.banner-background img {
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
}
.banner .no-point {
    background: transparent;
}
.banner .divider .container .col-lg-6:first-child:after {
	border-color: #fff;
}
.banner .divider .col-full h2,
.banner .divider .col-full h5 {
	color: #fff;
}
.banner .copy p label {
	background: #fff;
	border: none;
}
/* media section */
#media-section {
	margin-top: -20px;
}
#media-section .media-single {
	margin: 20px 20px 0px 0px;
}
#media-section .media-single .media-image {
	overflow: hidden;
	position: relative;
	height: 300px;
}
#media-section .media-single .media-image img {
	min-width: 100%;
	min-height: 100%;
	max-width: 200%;
	width: auto;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transofrm: translate(-50%, -50%);
}
#media-section .media-title {
	padding: 25px;
	text-align: center;
}
#media-section .media-single h2 {
	font-size: 24px;
	line-height: 31px;
}
/* full sized image section */
.full-image {
	margin-bottom: -50px;
}
.point .reveal {
	/*position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background: #f2f2f2;*/
}
.full-image img {
	height: 100%;
}
.body-section img {
	position: absolute;
	height: 100%;
	width: auto;
	right: 0;
	min-width: 100%;
	min-height: 100%;
}
.body-copy {
    padding-top: 100px;
    padding-bottom: 100px;
}
.consec-section .full-image img {
    position: absolute;
    height: 100%;
    width: auto;
    left: 50%;
    transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}
.consec-section .full-image video {
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}
.consec-section .tse-scrollbar .drag-handle {
	opacity: 0 !important;
}
.consec-section:hover .tse-scrollbar .drag-handle {
	opacity: 1 !important;
}
/*.body-copy.border-right:after {
	content: "";
	position: absolute;
	right: 0px;
	top: 50px;
	bottom: 50px;
	width: 1px;
	border-right: 1px solid #afafaf;
}
.body-copy.border-left:before {
	content: "";
	position: absolute;
	left: 0px;
	top: 50px;
	bottom: 50px;
	width: 1px;
	border-left: 1px solid #afafaf;
}*/
.contact-copy {
	padding-top: 50px;
	padding-bottom: 50px;
}
.body-copy .title,
.contact-copy .title {
	color: #5d8ecf;
}
.body-copy .title h5 {
	font-size: 18px;
	color: #888;
}
.body-copy .title.left {
	text-align: left;
}
.body-copy .copy,
.contact-copy .copy {
	font-size: 18px;
	line-height: 28px;
}
.body-copy .copy span {
	display: block;
	width: 100%;
	margin-bottom: 17px;
}
.body-copy .copy span:last-child {
	margin-bottom: 0px;
}
.copy.scroll li {
    line-height: 29px;
}
.body-copy .copy p,
.contact-copy .copy p,
.single-post .entry-content p,
.single-post .entry-content ul {
	margin-bottom: 17px;
}
.body-copy .copy p:first-child strong {
    font-size: 20px;
    line-height: 32px;
}
.body-copy .copy p:last-child,
.body-copy .copy ul:last-child {
	margin-bottom: 0px;
}
.full-image {
    position: absolute;
    top: 0;
    bottom: 50px;
    left: 50%;
    right: 0;
    overflow: hidden;
}
.full-image.left {
	left: 0;
	right: 50%;
}
.col-lg-6.right {
	float: right;
}
/* ############################################################################## */
/* Page Transition Elements */
/* ############################################################################## */
#transition-background {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	visibility: visibile;
	background: #f2f2f2;
	opacity: 1;
	z-index: 9001;
}
#svg-logo {
    position: fixed;
	visibility: hidden;
    top: 40%;
    bottom: 40%;
    right: 40%;
    left: 40%;
    z-index: 9002;
}


/* ############################################################################## */
/* Page Section Styling */
/* ############################################################################## */


/* Call to Action section */
#call-to-action-section .point .point-inner {
	width: 100%;
}
#call-to-action-section .col-full {
	padding-top: 25px;
	padding-bottom: 25px;
}
#call-to-action-section .col-full p {
    float: left;
    font-size: 28px;
	margin-bottom: 0px;
	line-height: 50px;
}
#call-to-action-section .col-full a {
	font-size: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #afafaf;
	color: #888;
	z-index: 1;
	width: 301px;
	display: block;
	text-align: center;
	margin: 0 auto;
}
#call-to-action-section .col-lg-6:last-child {
	text-align: center;
}
/* Insurance Section */
#insurance-section .container,
#quote-section .container {
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 115px;
	padding-right: 115px;
}
#quote-section div.title h2 {
	color: #888;
	font-style: italic;
	font-size: 25px;
	line-height: 32px;
}
#quote-section div.title h5 {
	color: #5d8ecf;
	font-weight: bold;
}
#insurance-section .color {
	position:absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
#insurance-section .col-one-eighth {
	padding-top: 10px;
	padding-bottom: 10px;
}
#insurance-section .col-one-eighth .insurance-icon {
	border-right: 1px solid #d2d2d2;
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
}
#insurance-section .col-one-eighth .insurance-icon .insurance-icon-inner {
	position: relative;
}
#insurance-section .col-one-eighth .insurance-icon .insurance-icon-inner .gray {
	z-index: 2;
	position: relative;
}
#insurance-section .col-one-eighth:last-child .insurance-icon {
	border-right: none;
}
#insurance-section img {
	max-width: 100%;
}
#insurance-section .title,
#quote-section .title h2 {
	text-align: center;
	color: #5d8ecf;
	font-weight: 400;
	margin-bottom: 15px;
}
#quote-section .title h5 {
	text-align: center;
	color: #888;
	font-weight: 400;
	font-size: 20px;
	margin: 0;
}
/* Contact Form Styling */
.contact-copy .horizontal-divider {
	margin-top: 25px;
	margin-bottom: 25px;
}
.contact-copy .divider-inner {
	padding-top: 0px;
	padding-bottom: 0px;
}
.contact-copy label,
.insurance-section-inner label {
    text-align: left;
	display: table;
    float: left;
    width: 100%;
	border: 1px solid #afafaf;
	margin-bottom: 22px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.contact-copy .copy p,
.insurance-section-inner p {
	text-align: left;
	margin: 0;
}
.contact-copy label span,
.insurance-section-inner label span {
	display: table-cell;
	width: auto;
}
.contact-copy label span:first-child,
.insurance-section-inner label span:first-child {
	display: inline-block;
	font-weight: 200;
	font-family: 'Josefin Sans', sans-serif;
}
.contact-copy label input {
	border: none !important;
	box-shadow: none !important;
	outline: none !important;
	padding: 0;
	width: 100%;
	padding-right: 15px;
}

.contact-copy button[type="submit"],
.insurance-section-inner button[type="submit"] {
	z-index: 1;
	padding: 4.5px 19.5px;
	border: 1px solid #afafaf;
	color: #888;
	box-shadow: none;
	outline: none;
	font-family: 'Josefin Sans', sans-serif;
}
 /* insurance form styling */
 .insurance-section-inner {
	 padding-top: 50px;
	 padding-bottom: 50px;
	 padding-left: 110px;
	 padding-right: 110px;
	 text-align: left;
	 display: inline-block;
	 width: 100%;
 }
 .insurance-section-inner input {
	 width: 100%;
	 font-family: 'Josefin Sans', sans-serif;
	 font-size: 17px;
	 line-height: 21px;
	 padding: 10px 20px;
	 margin-bottom: 25px;
	 outline: none;
	 box-shadow: none;
	 border: 1px solid #afafaf;
	 transition: 0.3s all ease-in-out;
	 color: #888;
 }
 .insurance-section-inner input:focus,
 .insurance-section-inner input:active {
	 border-color: #5d8ecf;
 }
 .insurance-section-inner button[type="submit"] {
	 font-size: 17px;
	 line-height: 21px;
	 padding: 10px 20px;
 }

.insurance-section-inner h5 {
    font-size: 25px;
    margin-bottom: 10px;
	color: #5d8ecf;
}
#contactee-information,
#client-information,
#insurance-details,
#insurance-form-submit {
    display: inline-block;
    width: 100%;
}
/* Opened Navigation */
div#site-header-menu {
    position: absolute;
    top: 83px;
    left: 0;
    bottom: 87px;
    z-index: 1000;
	background: #fff;
	width: 100%;
	height: 500px;
	box-shadow: 0 5px 5px -5px rgba(0,0,0,.2);
	border-top: 1px solid #e2e2e2;
	transform-origin: top;
}
nav#site-navigation {
    position: relative;
    height: 500px;
}

.menu-main-menu-container {
    position: relative;
    display: table;
    width: 100%;
    height: 500px;
}
ul#menu-main-menu {
    position: relative;
    list-style-type: none;
    padding: 0;
    text-align: center;
    list-style-type: none;
    text-align: left;
    width: 100%;
    margin: 0;
    max-height: 100%;
    display: table-cell;
    vertical-align: middle;
}
ul#menu-main-menu > li {
    display: block;
	width: 25%;
	float: left;
	position: relative;
	text-align: center;
	margin-top: 25px;
	margin-bottom: 25px;
}
ul#menu-main-menu > li:nth-child(2) {
	margin-right: 1px;
}
ul#menu-main-menu > li:last-child {
	float: right;
	display: inline-block;
	width: calc(25% - 1px);
}
ul#menu-main-menu > li:after {
    content: "";
    width: 1px;
    background: #e2e2e2;
    /* right: 0; */
    height: 100%;
    z-index: 10;
    top: -37.5px;
    right: 0;
    position: absolute;
    min-height: 400px;
}
ul#menu-main-menu > li > a {
    color: #888;
    font-size: 22px;
    z-index: 1;
    display: inline-block;
    padding-left: 20px;
	padding-right: 20px;
	font-weight: 600;
}
ul.sub-menu {
	transition: .3s all linear;
    list-style-type: none;
    position: relative;
    padding: 0;
	text-align: center;
	background:#fff;
	min-height: 100%;
	width: 100%;
}
ul.sub-menu.toggled-on {
	visibility: visible;
	opacity: 1;
	transition: .3s all linear;
}
ul.sub-menu > li {
	width: 100%;
	color: #888;
	font-size: 18px;
}
ul.sub-menu > li > a span {
	position: relative;
	transition: 0.3s all ease-in-out;
	left: 0;
}
ul.sub-menu > li:hover > a span {
    left: 20px;
}
ul.sub-menu > li > a span:after {
	content: "";
	display: block;
	height: 1px;
	top: 50%;
	position: absolute;
	background: #afafaf;
	left: -20px;
	width: 35px;
	transform-origin: 0%;
	transform: scaleX(0);
	transition: 0.3s all ease-in-out;
}
ul.sub-menu > li:hover > a span:after,
ul.sub-menu > li > a.toggled-on:after {
	transform: scaleX(1);
	left: -40px;
}
ul.sub-menu > li:hover {
	/*background: #f6f6f6;*/
}
ul.sub-menu > li > a {
	color: #888;
	width: 100%;
	padding-top: 8.5px;
	padding-bottom: 8.5px;
	padding-left: 20px;
	padding-right: 20px;
	display: inline-block;
}
button#menu-toggle.toggled-on {
    position: fixed;
    z-index: 1001;
    right: 0;
    top: 0;
}
.image-div {
    position: absolute;
    right: 125px;
    z-index: 1001;
    top: 50px;
	display: block;
	visibility: hidden;
	opacity: 0;
	transition: .3s all linear;
	width: 600px;
}
.image-div .image-wrapper {
	position: relative;
	overflow: hidden;
}
.image-div img {
    position: relative;
    height: 300px;
    width: auto;
    left: 50%;
    transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}
.image-div.toggled-on {
	visibility: visible;
	opacity: 1;
	transition: .3s all linear;
}
.image-div .overlay p {
    text-align: center;
}
.excerpt {
	position: absolute;
	top: 100%;
	padding-top: 25px;
	color: #888;
}
/* button effects */

.button,
#masthead .menu-button .menu-toggle.button,
#call-to-action-section .col-full a.button,
.divider .learn-more a.button,
.contact-copy .button {
	background: none transparent;
    border: 1px solid #afafaf;
    box-shadow: none;
    text-align: center;
    text-shadow: none;
    color: #888;
    position: relative;
}
#masthead .menu-button .menu-toggle.button {
	padding: 5px 20px;
	display: inline-block;
	margin-left: auto;
	margin-right: 0;
	width: auto;
	margin-bottom: -5px;
}

/*.button:hover,
#masthead .menu-button .menu-toggle.button:hover,
.splash-video-overlay .overlay a.button:hover,
#call-to-action-section .col-full a.button:hover,
.divider .learn-more a.button:hover,
.contact-copy .button:hover {
    border-color: #5d8ecf;
	color: #fff;
}*/

.splash-video-overlay .overlay a.button:after {
	background: #fff;
}

.splash-video-overlay .overlay a.button:hover {
    border-color: #fff;
	color: #5d8ecf;
}

.sub-menu-item.media {
    margin-top: 0px;
}
.photo-gallery-wrapper {
	width: 600px;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	backface-visibility: hidden;
	margin-left: auto;
	margin-right: auto;
}
.mfp-container.mfp-ajax-holder.mfp-s-ready .mfp-content {
	width: 600px;
}
.mfp-close-btn-in .mfp-close {
	color: #888;
}
.image-caption {
    padding: 15px 25px;
    background: #fff;
    font-size: 18px;
}
.owl-item {
    display: inline-block;
    overflow: hidden;
	box-shadow: 0 0px 5px 0px rgba(0,0,0,.075);
}

.owl-item .item {
	position: relative;
}

.owl-item .item .title {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
    z-index: 100;
    color: #fff;
    font-size: 25px;
}
.owl-nav {
    position: absolute;
    top: calc(50% - 27.5px);
    transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	width: 100%;
}
.owl-prev {
    position: relative;
    float: left;
    padding: 10px;
    background: #fff;
    font-size: 16px;
    line-height: 16px;
}
.owl-next {
    position: relative;
    float: right;
    padding: 10px;
    background: #fff;
    font-size: 16px;
    line-height: 16px;
}
/* button arrow thing */
.arrow {
    position: absolute;
    top: 50%;
    left: 50%;
}
.arrow-wrapper {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}
.arrow .horizontal {
    height: 1px;
    background: #fff;
    width: 50px;
    display: block;
    left: -250px;
    position: absolute;
    transform-origin: 100% 50% 0px;
	z-index: 1;
}

.arrow .top {
	display: block;
    position: absolute;
    height: 1px;
    background: rgb(255, 255, 255);
    left: -107px;
    width: 8px;
    opacity: 1;
    transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, 0, 0);
    transform-origin: 100% 50% 0px;
	z-index: 1;
}

.arrow .bottom {
	display: block;
    position: absolute;
    height: 1px;
    background: rgb(255, 255, 255);
    left: -107px;
    width: 8px;
    opacity: 1;
    transform: matrix(0.7071, -0.7071, 0.7071, 0.7071, 0, 0);
    transform-origin: 100% 50% 0px;
	z-index: 1;
}

.arrow-text {
	position: relative;
	display: block;
	z-index: 1;
	color: #888;
}

[data-module="animatedArrow"],
[data-module="animatedArrowNav"] {
	overflow: hidden;
	backface-visibility: hidden;
}
[data-module="animatedArrow"][data-color="transparent"] {
	border: 1px solid #fff !important;
	border-bottom: 1px solid #fff !important;
}
[data-module="animatedArrow"][data-color="transparent"] .arrow-text {
	color: #fff;
}
[data-module="animatedArrow"][data-color="transparent"] .arrow-text i {
    font-size: 13px;
}
[data-module="animatedArrowNav"] .horizontal {
	transform-origin: 50% 50% 0px;
	width: 25px;
}
.arrow-background {
	backface-visibility: hidden;
	position: absolute;
	background: #5d8ecf;
	top: 0;
	height: 200%;
	width: 105%;
	left: -105%;
	display: block;
	z-index: 0;
}
[data-module="animatedArrow"][data-color="transparent"] .arrow-background {
	background: #fff;
}
/* ############################################################################## */
/* Important Consecutive Page Section Styling */
/* ############################################################################## */

section.no-banner {
	margin-top: 103px;
}

body.logged-in section.no-banner {
    margin-top: 135px;
}

section#partners {
	margin-top: 78px;
}

.consec-section {
	margin-bottom: 20px;
}
.consec-section.shorter .title h2 {
	font-size: 24px;
}
.no-banner.consec-section {
	margin-bottom: 20px;
}

.consec-section.title-section {
	margin-bottom: 20px;
}

/*.scroll-section .body-section-wrapper .full-image:not(.no-hover):after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    border: 1px solid #fff;
    opacity: 0;
	transition: 0.4s all ease 0s;
}

.scroll-section .body-section-wrapper:hover .full-image:not(.no-hover):after {
	opacity: 1;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
}*/
.body-section .body-section-wrapper .full-image .overlay {
	opacity: 0;
	transition: 0.4s all ease 0s;
	padding-top: 10px;
	padding-bottom: 10px;
}
.full-image.dark-hover:before {
	content: "";
	position: absolute;
	background: rgba(0,0,0,0.2);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	transition: 0.4s all ease 0s;
	z-index: 1;
}
.body-section-wrapper:hover .full-image.dark-hover:before {
	opacity: 1;
}
.body-section-wrapper .full-image .overlay a {
	text-align: center;
	position: relative;
	float: left;
	margin-left: 15px;
	margin-right: 15px;
}
.body-section .body-section-wrapper .full-image .overlay a .arrow-background {
	background: #fff;
}
.body-section .body-section-wrapper .full-image .overlay a .arrow span {
	background-color: #5d8ecf !important;
}
.body-section .body-section-wrapper:hover .full-image .overlay {
	opacity: 1;
	visibility: visible;
}
.full-image .overlay {
     top: calc(50% - 25px);
    left: 50%;
    transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transofrm: translate(-50%, -50%);
	z-index: 100;
	opacity: 0;
	transition: 0.4s all ease 0s;
	visibility: hidden;
	overflow: hidden;
}
.consec-section .full-image .overlay {
	top: 50%;
	padding-top: 5px;
	padding-bottom: 5px;
}
.scroll-section .body-section-wrapper:hover .full-image .overlay {
	opacity: 1;
	visibility: visible;
    transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transofrm: translate(-50%, -50%);
}

.full-image .overlay a {
    padding-top: 10px;
    padding-bottom: 9px;
    width: 139px;
    display: block;
    border: 1px solid #fff;
    color: #fff;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 19px;
    overflow: hidden;
}

.full-image .overlay a.wide {
	width: 149px;
}
.full-image .overlay a.wide.wider {
	width:179px;
}
#consec-banner {
	position: relative;
}

#consec-banner img {
	width: 100%;
	height: auto;
}

#consec-banner .overlay {
	width: 100%;
	text-align: center;
}

#consec-banner .overlay h2 {
	text-align: center;
	color: #fff;
	font-size: 50px;
}


.text-section .col-lg-12 {
	padding-left: 0px;
	padding-right: 0px;
}

.text-section .text-section-inner {
	padding-left: 125px;
	padding-right: 125px;
	padding-top: 75px;
	padding-bottom: 75px;
	background: #fff;
}
.text-section-inner {
    font-size: 18px;
}
.text-section .text-section-inner .title {
    text-align: center;
    margin-bottom: 25px;
}

.text-section .text-section-inner p {
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 17px;
}
.text-section .text-section-inner p:last-child {
	margin-bottom: 0px;
}

.text-section .text-section-inner p:last-child {
	margin-bottom: 0px;
}

.no-point {
    background: #fff;
    position: relative;
    text-align: center;
}

/* scroll section styling */
.copy.scroll {
	text-align: left;
	margin-top: 25px;
	position: relative;
	padding-right: 50px;
	margin-right: -50px;
}

.copy.scroll::-webkit-scrollbar {
    width: 0px;
}

.tse-scrollable {
	position: relative;
	height: 304px; /* Default value. Overwite this if you want. */
	overflow: hidden;
}
.staff-single-lightbox .tse-scrollable {
	margin-top: -5px;
	margin-bottom: -5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.tse-scrollable:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	-webkit-box-shadow: 0px 0px 5px 5px rgba(255,255,255,1);
	-moz-box-shadow: 0px 0px 5px 5px rgba(255,255,255,1);
	box-shadow: 0px 0px 5px 5px rgba(255,255,255,1);
}
.tse-scrollable:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-box-shadow: 0px 0px 5px 5px rgba(255,255,255,1);
	-moz-box-shadow: 0px 0px 5px 5px rgba(255,255,255,1);
	box-shadow: 0px 0px 5px 5px rgba(255,255,255,1);
}
.founders .tse-scrollable {
	height: 266px;
}
.books .tse-scrollable {
	height: 272px;
}
.shorter .tse-scrollable {
	height: 228px;
	max-height: 228px;
}
.partner-copy .tse-scrollable {
	height: 130px;
}

.tse-scrollable .tse-scroll-content {
	overflow: hidden;
	overflow-y: scroll;
}

/* No longer using ::scrollbar too, since it breaks Chrome 25 */
.tse-scrollable .tse-scroll-content::-webkit-scrollbar {
	width: 0;
	height: 0;
}

.tse-scrollbar {
	z-index: 99;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 11px;
}

.tse-scrollbar .drag-handle {
	position: absolute;
	right: 2px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 4px;
	min-height: 10px;
	width: 8px;
	opacity: 0;
	-webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;
	-ms-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	background: #f0f0f0;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
}

.tse-scrollbar:hover .drag-handle {
/* When hovered, remove all transitions from drag handle */
	opacity: 0.7;
	-webkit-transition: opacity 0 linear;
	-moz-transition: opacity 0 linear;
	-o-transition: opacity 0 linear;
	-ms-transition: opacity 0 linear;
	transition: opacity 0 linear;
}

.tse-scrollbar .drag-handle.visible {
	opacity: 0.7;
}

/* Used when testing the scrollbar width */
/* No longer using ::scrollbar too, since it breaks Chrome 25 */
.scrollbar-width-tester::-webkit-scrollbar {
	width: 0;
	height: 0;
}

/* Horizontal scroller */
.tse-scrollable.horizontal .tse-scroll-content {
	overflow-x: scroll;
	overflow-y: hidden;
}

.tse-scrollable.horizontal .tse-scroll-content::-webkit-scrollbar,
.tse-scrollable.horizontal .tse-scroll-content::scrollbar {
	width: auto;
	height: 0;
}

.tse-scrollable.horizontal .tse-scrollbar {
	top: auto;
	left: 0;
	width: auto;
	height: 11px;
}

.tse-scrollable.horizontal .tse-scrollbar .drag-handle {
	right: auto;
	top: 2px;
	height: 7px;
	min-height: 0;
	min-width: 10px;
	width: auto;
}

/* ############################################################################## */
/* Staff Page Styling */
/* ############################################################################## */

section#staff-list {
    background: #fff;
    padding-top: 75px;
    padding-bottom: 75px;
    margin-bottom: 25px;
	margin-top: 25px;
}

section#staff-list .container {
    padding-left: 125px;
    padding-right: 125px;
}

section#staff-list .container .staff-list-inner {
	margin-left: -15px;
	margin-right: -15px;
}

.staff-single {
    overflow: hidden;
    text-align: center;
	margin-bottom: 25px;
	margin-right: 15px;
	margin-left: 15px;
	position: relative;
}

.staff-single img {
   width: 100%;
   height: auto;
}

.staff-single h3 {
	display: inline-block;
	width: 100%;
	font-size: 24px;
	margin-top: 10px;
	margin-bottom: 5px;
}

.staff-single h5 {
	font-size: 16px;
	display: inline-block;
	width: 100%;
}
.staff-single h5 span {
	color: #ccc;
}
.category-select {
	margin-bottom: 50px;
	position: relative;
}

.category-select a {
    font-size: 18px;
	padding: 8px 18px;
	margin-right: 10px;
	transition: 0.3s all ease-in-out;
	color: #888;
	position: relative;
}
.category-select a.toggled-on {
    color: #888;
}
.category-select .underline {
	content: '';
	position:absolute;
	bottom: 0px;
	left: 0px;
	height: 1px;
	background: #afafaf;
}
.staff-list-inner .title h2 {
    margin-left: 15px;
    color: #5d8ecf;
    margin-bottom: 25px;
}

.staff-single-image {
    position: relative;
    overflow: hidden;
}

.staff-single-image-hover {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
}

.staff-single-image-hover a {
	position: absolute;
	color: #5d8ecf;
	background: #fff;
	padding: 9px 14.5px;
	opacity: 0;
	top: 50%;
	left: -50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transofrm: translate(-50%, -50%);
	transition: .4s all ease-in-out;
	z-index: 101;
}

.staff-single-image:hover .staff-single-image-hover a {
	left: 50%;
	opacity: 1;
	transition: .4s all ease-in-out;
	transition-delay: 0.1s;
}

.staff-single-image:hover img {
	filter: blur(2px);
	transition: .6s all ease-in-out;
}

.staff-single-image img {
	filter: blur(0px);
	transition: .6s all ease-in-out;
}

.staff-single-image-hover:before {
    content: "";
	width: 100%;
	height: 100%;
	left: 100%;
	z-index: 100;
	top: 0;
    background: rgba(255,255,255,0.3);
	opacity: 0;
    position: absolute;
	transition-delay: 0.2s;
.	transition: .4s all ease-in-out;
}

.staff-single-image:hover .staff-single-image-hover:before {
	left: 0%;
	opacity: 1;
	transition: .4s all ease-in-out;
}

.staff-single-lightbox {
    position: fixed;
	visibility: hidden;
    top: 25%;
    left: 25%;
	right: 25%;
	bottom: 25%;
    z-index: 102;
	background: #fff;
	padding-left: 125px;
	padding-right: 125px;
	padding-top: 75px;
	padding-bottom: 75px;
	opacity: 0;
	transition: 0.2s all ease-in-out;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
    transform: translateZ(0);
	box-shadow: 0 0px 5px 0px rgba(0,0,0,.075);
}

.staff-single-lightbox-image {
	width: 50%;
	float: left;
	overflow: hidden;
}

.staff-single-lightbox-image img {
	width: 100%;
	height: auto;
}

.staff-single-lightbox-title {
    width: 50%;
    float: left;
	margin-bottom: 75px;
}

.staff-single-lightbox-bio {
    width: 50%;
    float: right;
    padding-left: 25px;
    text-align: left;
    font-size: 16px;
	height: 335px;
    margin-bottom: 75px;
	position: relative;
	z-index: 1;
}
.staff-single-lightbox-bio .tse-content {
	z-index: 100;
	font-smoothing: antialiased !important;
}
.staff-single-lightbox-bio .tse-scrollable {
	height: 100%;
}
.staff-single-lightbox-bio .tse-content {
	padding-bottom: 7px;
}
.staff-single-lightbox-bio .tse-scrollbar {
	right: -25px;
}

.staff-single-lightbox-bio span {
	line-height: 26px;
}

.staff-single-lightbox-background {
	position: fixed;
	z-index: 101;
	visibility: hidden;
	opacity: 0;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(242,242,242,0.7);
	transition: 0.2s all ease-in-out;
	backface-visibility: hidden;
}

.staff-single-lightbox.open,
.staff-single-lightbox-background.open {
	visibility: visible;
	opacity: 1;
	transition: 0.2s all ease-in-out;
}

.staff-single-lightbox-close {
	position: absolute;
	top: 25px;
	right: 24px;
}
.staff-single-lightbox-close a {
    position: relative;
	height: 30px;
	width: 30px;
	display: inline-block;
	transform: rotate(45deg);
}

.staff-single-lightbox-close a:before {
	content: "";
	position: absolute;
	height: 100%;
	width: 2px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	background: #afafaf;
}
.staff-single-lightbox-close a:after {
    content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	background: #afafaf;
}
.staff-single-lightbox-title h3 {
	margin-top: 10px;
	margin-bottom: 8px;
}
.staff-single-lightbox-title h5 {
	font-size: 17px;
}
/* ############################################################################## */
/* Testimonials Page Styling */
/* ############################################################################## */

.grid-item {
    width: 33.3333%;
	float: left;
}
#media-section .grid-item {
	width: 20%;
}
.grid--4 {
	width: 25%;
}

.grid-item .testimonial-single {
    margin: 25px 25px 0px 0px;
    padding: 50px;
	background: #fff;
}

.testimonial-inner .grid-item {
	background: #f2f2f2;
}

.testimonial-inner {
	margin: 0px -25px 0px 0px;
	display: inline-block;
	margin-top: -25px;
}

.testimonial-single {
    font-size: 16px;
    line-height: 26px;
}

.testimonial-inner p {
	font-size: 22px;
	margin-top: 25px;
	color: #5d8ecf;
}

.testimonial-copy {
    position: relative;
    padding-right: 25px;
    margin-right: -25px;
}

.testimonial-copy .tse-scrollable {
	height: 250px;
}

/* ############################################################################## */
/* FAQ Page Styling */
/* ############################################################################## */
.faq-inner {
	display: inline-block;
	margin-right: -25px;
	margin-top: -25px;
}

.faq-inner .grid-item {
	background: #f2f2f2;
}

.grid-item .faq-single {
    background: #fff;
    padding: 50px;
    margin-top: 25px;
	margin-right: 25px;
}

.faq-inner.grid {
	margin-top: -25px;
	margin-right: -25px;
	margin-bottom: 75px;
}

.faq-single {
    font-size: 16px;
    line-height: 26px;
}

.faq-single h3 {
    margin-bottom: 15px;
	color: #5d8ecf;
	height: 78px;
}
/* ############################################################################## */
/* Category Page Styling */
/* ############################################################################## */
#main.category-template  {
	width: 80%;
	margin-top: 14px;
}
#main.category-template .post-list {
	height: 100%;
	display: block;
}
#main.category-template + #secondary {
	top: 14px;
}
.category-template article.type-post,
.category-template article.type-article {
	margin-top: 0px;
	width: 100%;
	margin-bottom: 14px;
}
.category-template article.type-post .article-header,
.category-template article.type-article .article-header {
	margin-bottom: 0px;
	margin-right: 14px;
	overflow: hidden;
}
.category-template article.type-post .article-header img,
.category-template article.type-article .article-header img{
	margin-bottom: -1px;
}
.category-template article.type-post .article-inner,
.category-template article.type-article .article-inner {
	padding: 25px;
	background: #fff;
	margin-right: 14px;
}
.category-template article.type-post .article-inner .entry-header,
.category-template article.type-article .article-inner .entry-header {
	margin-bottom: 15px;
}
.category-template article.type-post h1.entry-title,
.category-template article.type-article h1.entry-title {
    font-size: 25px;
    font-weight: bold;
	height: 54px;
}
.category-template article.type-post .post-link,
.category-template article.type-article .post-link {
	position: relative;
	display: inline-block;
	margin-top: 15px;
}
.category-template article.type-post .post-link a,
.category-template article.type-article .post-link a {
    position: relative;
    overflow: hidden;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 0px;
    display: block;
    width: 87px;
    font-size: 14px;
    border: 1px solid #afafaf;
    text-align: center;
	float: left;
}
.pagination-container {
	margin-top: -7px;
}
.pagination-list {
    text-align: center;
}
.pagination>li>a,
.pagination>li>span {
	border: 1px solid transparent;
	background-color: transparent;
	color: #5d8ecf;
	font-weight: bold;
	font-size: 18px;
	transition: 0.3s all ease-in-out;
	border-radius: 0px !important;
	margin-left: 2px;
	margin-right: 2px;
	padding: 5px 10px;
}
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover,
.pagination>li>a.toggled-on {
	color: #888;
	border-color: #afafaf;
	background-color: transparent;
}
/* ############################################################################## */
/* Blog Post Styling */
/* ############################################################################## */
#primary > .container {
	position: relative;
}

article.type-post,
article.type-article {
    width: 80%;
    float: left;
	margin-top: 14px;
	margin-bottom: 14px;
}

article.type-post .article-inner,
article.type-post .article-header,
article.type-article .article-inner,
article.type-article .article-header {
	background: #fff;
	margin-right: 14px;
}

article.type-post .article-inner,
article.type-article .article-inner {
	padding: 50px;
	padding-left: 55px;
	padding-right: 55px;
}

article.type-post .article-header,
article.type-article .article-header {
	margin-bottom: 7px;
	overflow: hidden;
}

article.type-post .article-header .post-thumbnail,
article.type-post .article-header img,
article.type-article .article-header .post-thumbnail,
article.type-article .article-header img {
	width: 101%;
	height: auto;
	margin-bottom: -3px;
}

article.type-post .article-inner .entry-header,
article.type-article .article-inner .entry-header {
	color: #5d8ecf;
	margin-bottom: 25px;
}

article.type-post .article-inner .entry-content,
article.type-article .article-inner .entry-content {
	font-size: 18px;
	line-height: 26px;
}

.single-post + aside.sidebar,
.single-post + div > aside.sidebar,
.category-template + aside.sidebar,
.category-template + div > aside.sidebar {
    position: absolute;
    right: 0;
    top: 14px;
	width: 100%;
	max-width: 330px;
}
aside .horizontal-divider {
    margin-top: 14px;
    margin-bottom: 14px;
    width: 100%;
	background: #ddd;
}
#main + .scrollmagic-pin-spacer {
	width: 20% !important;
}

.single-post + aside.sidebar > section,
.single-post + div > aside.sidebar > section,
.category-template + aside.sidebar > section,
.category-template + div > aside.sidebar > section {
	background: #fff;
	margin-bottom: 7px;
	padding: 25px;
}
#categories_custom {
	padding: 0;
	background: none;
}
section#categories_custom-2 {
	background: #fff;
	padding: 15px 25px;
}
section#categories_custom-2:nth-child(1) {
    margin-bottom: 7px;
}
section#categories_custom {
	padding-top: 0px;
	padding-right: 0px;
}
.single-post + aside.sidebar h2.widget-title,
.single-post + div > aside.sidebar h2.widget-title,
.category-template + aside.sidebar h2.widget-title,
.category-template + div > aside.sidebar h2.widget-title {
	color: #5d8ecf;
	margin-bottom: 15px;
	font-size: 26px;
}

.single-post + aside.sidebar > section ul,
.single-post + div > aside.sidebar > section ul,
.category-template + aside.sidebar > section ul,
.category-template + div > aside.sidebar > section ul {
	list-style-type: none;
	padding-left: 0px;
	font-size: 17px;
	margin-bottom: 0px;
}

.sidebar a {
    color: #888;
	transition: all 0.2s ease-in-out;
}
.sidebar a:hover {
	color: #5d8ecf;
}
section#related_posts_custom-2 {
    background: transparent;
    padding: 0px;
}
.widget-title-wrapper {
	padding: 15px 25px;
	background: #fff;
	margin-bottom: 7px;
}
.single-post + aside.sidebar .widget-title-wrapper h2.widget-title,
.single-post + div > aside.sidebar .widget-title-wrapper h2.widget-title,
.category-template + aside.sidebar .widget-title-wrapper h2.widget-title,
.category-template + div > aside.sidebar .widget-title-wrapper h2.widget-title,
#categories_custom-2 .widget-title {
	margin: 0px;
}
li.related-post {
    background: #fff;
    margin-bottom: 7px;
	height: 63px;
}
.related-post .image {
    display: block;
	float: left;
	height: 100%;
	overflow: hidden;
}
.related-post .image img {
    margin-bottom: 0px;
    width: 101%;
    height: auto;
    max-width: 101%;
}
.related-post .title {
	width: calc(100% - 105px);
	display: block;
	float: left;
	height: 100%;
	padding-left: 15px;
	padding-right: 25px;
}
.related-post .title .title-wrapper {
    height: 100%;
    display: table;
}
.related-post .title .title-wrapper h5 {
	display: table-cell;
	vertical-align: middle;
	font-size: 16px;
}
.article-inner .entry-content h2 {
    font-size: 20px;
	margin-top: 8px;
	display: inline-block;
    margin-bottom: 7px;
    font-weight: 600;
}
h1.entry-title {
    font-weight: 900;
}
.uldata {
    width: 50%;
    float: left;
}
/* ############################################################################## */
/* Partners Page Styling */
/* ############################################################################## */

.partner-single h5{
	color:#5d8ecf;
	font-size:24px;
	margin-bottom:15px;
	text-align: center;
}

.partner-single{
	background:#fff;
	margin:25px 25px 0px 0px;
	padding:50px;
}

.partner-image{
	text-align:center;
	margin-right:auto;
	margin-left:auto;
	margin-bottom: 25px;
}

.partner-text {
	text-align: center;
}

.partner-text p{
	font-size:18px;
	line-height:26px;
	text-align: left;
}

.partner-text a[data-module="animatedArrow"] {
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
    background: none transparent;
    border: 1px solid #afafaf;
    box-shadow: none;
    text-align: center;
    text-shadow: none;
    color: #888;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: 'Josefin Sans', sans-serif;
    display: inline-block;
    width: auto;
    font-size: 18px;
    padding: 10px 55px;
}
.partner-copy {
    position: relative;
    margin-right: -25px;
    padding-right: 25px;
}

/* ############################################################################## */
/* Media Page Styling */
/* ############################################################################## */
section#media:not(.consec-section) {
    margin-top: 105px;
}
body:not(.logged-in) section#media:not(.consec-section) {
	margin-top: 73px;
}
section#media.consec-section {
	margin-top: -20px;
}
#media.consec-section .media-single {
	margin-top: 20px;
	margin-right: 20px;
}
#media.consec-section .container {
	margin: 0;
}
#media .grid-item {
	width: 20%;
}
#media.consec-section .grid-item {
	width: 25%;
}
.media-single {
	background:#fff;
	margin:25px 25px 0px 0px;
	padding: 0px;
}
.media-single .title h2 {
    font-size: 19px;
    height: 52px;
    line-height: 26px;
}
.media-single .title h2 span {
    font-size: 13px;
	font-weight: 100;
}
.media-single img {
	max-width: 100%;
	height: auto;
	width:100%;
}
.media-single .media-image {
	margin-bottom: 0px;
}
.media-single .media-text {
	padding: 25px;
}
.media-text a[data-module="animatedArrow"] {
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    background: none transparent;
    border: 1px solid #afafaf;
    box-shadow: none;
    text-align: center;
    text-shadow: none;
    color: #888;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: 'Josefin Sans', sans-serif;
    display: inline-block;
    width: auto;
    font-size: 17px;
	line-height: 17px;
    padding: 10px 20px;
}
.media-single h5{
	color:#5d8ecf;
	font-size:24px;
	margin-bottom:15px;
	text-align: center;
}

.media-image{
	text-align:center;
	margin-right:auto;
	margin-left:auto;
	margin-bottom: 25px;
}

.media-text {
	text-align: center;
}

.media-text p{
	font-size:18px;
	line-height:26px;
	text-align: left;
}
/* ############################################################################## */
/* Audio Player Styling */
/* ############################################################################## */
.audio-wrapper {
	background: #fff;
	padding: 50px;
}
svg linearGradient stop {
	background: #5d8ecf !important;
}
svg radialGradient stop {
	background: #5d8ecf !important;
}
.audio-wrapper h3 {
	margin-bottom: 25px;
}

.mejs-container, .mejs-container .mejs-controls, .mejs-embed, .mejs-embed body {
}
div.mejs-container div.mejs-controls {
	height: 35px;
}
.mejs-controls .mejs-button button {
	margin: 9px 5px !important;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	top: 14px !important;
}
.mejs-container .mejs-controls .mejs-time {
	padding: 12px 3px 0 !important;
}
.mejs-controls .mejs-time-rail .mejs-time-loaded {
	background: #f2f2f2 !important;
}
.mejs-controls div.mejs-time-rail {
	padding-top: 7px !important;
}

/* ############################################################################## */
/* Hide all elements with a fade in initially to prevent flickering */
/* ############################################################################## */

#splash-video-section .splash-video,
#splash-video-section .splash-video-overlay,
#splash-video-section .spash-video-overlay img,
#splash-video-section .splash-video-overlay a {
	opacity: 0;
}

#call-to-action-section p,
#call-to-action-section a {
	opacity: 0;
}

#overview-section .stagger {
	opacity: 0;
}

#body-section-1 img,
#body-section-1 .stagger {
	opacity: 0;
}

#body-section-2 img,
#body-section-2 .stagger {
	opacity: 0;
}

#body-section-3 img,
#body-section-3 .stagger {
	opacity: 0;
}

#contact-section .col-lg-6 .stagger {
	opacity; 0;
}

#consec-intro .title h2,
#consec-intro p {
	opacity: 0;
}

#consec-section-1,
#consec-section-1 img,
#consec-section-1 h2,
#consec-section-1 .copy,
#consec-section-2,
#consec-section-2 img,
#consec-section-2 h2,
#consec-section-2 .copy,
#consec-section-3,
#consec-section-3 img,
#consec-section-3 h2,
#consec-section-3 .copy,
#consec-section-4,
#consec-section-4 img,
#consec-section-4 h2,
#consec-section-4 .copy,
#consec-section-5,
#consec-section-5 img,
#consec-section-5 h2,
#consec-section-5 .copy,
#consec-section-6,
#consec-section-6 img,
#consec-section-6 h2,
#consec-section-6 .copy {
	opacity: 0;
}

#insurance-section .title,
#insurance-section .insurance-icon-inner {
	opacity: 0;
}
#quote-section,
#quote-section .title h2,
#quote-section .title h5 {
	opacity: 0;
}
#main > article .article-header,
#main > article .article-inner,
#main > article .article-inner .entry-title {
	opacity: 0;
}

#colophon .stagger,
#colophon .menu-item {
	opacity: 0;
}

.post-list .grid-item.page-1 {
	visibility: hidden;
}
.post-list .grid-item .article-header img,
.post-list .grid-item .entry-title,
.post-list .grid-item .entry-content,
.post-list .grid-item .post-link {
	opacity: 0;
}

.staff-single,
.staff-single h3,
.staff-single h5 {
	opacity: 0;
}

.faq-single,
.faq-single h3,
.faq-single .testimonial-copy {
	opacity: 0;
}

.testimonial-single,
.testimonial-single .testimonial-copy,
.testimonial-single p {
	opacity: 0;
}

.partner-single,
.partner-single .partner-image,
.partner-single .partner-title,
.partner-single .partner-copy,
.partner-single a {
	opacity: 0;
}

#secondary .stagger,
#categories_custom-2,
#categories_custom-2 .widget-title,
#categories_custom-2 .cat-item,
aside .horizontal-divider {
	opacity: 0;
}

/* ############################################################################## */
/* Begin Media Queries */
/* ############################################################################## */
#transition-background {
	opacity: 0;
	visibility: hidden;
}
/* high dpi 4k display */
@media only screen and (max-width: 1921px) and (min-resolution: 192dpi) {
	#call-to-action-section .col-full p {
		font-size: 22px;
	}
	.splash-video-overlay .title img:first-child {
		width: 950px;
	}
	.body-copy .copy span {
		display: inline;
		width: auto;
		margin-bottom: 0;
	}
}
/* ############################################################################## */
/* Max-width: 1600px */
/* ############################################################################## */
@media (max-width: 1799px) {
	.grid-item article.type-post .article-inner .entry-content,
	.grid-item article.type-article .article-inner .entry-content	{
		height: 78px;
		overflow: hidden;
	}
	.single-post + aside.sidebar, 
	.single-post + div > aside.sidebar, 
	.category-template + aside.sidebar, 
	.category-template + div > aside.sidebar {
		max-width: 280px;
	}
	.single-post + aside.sidebar, 
	.single-post + div > aside.sidebar, 
	.category-template + aside.sidebar, 
	.category-template + div > aside.sidebar {
		max-width: 280px;
	}
}
@media (max-width: 1600px) {
	/* home page */
	#call-to-action-section .col-full p {
		font-size: 22px;
	}
	#call-to-action-section .col-full a {
		font-size: 18px;
	}
	.divider .col-one-half.first {
		padding-left: 75px;
		padding-right: 25px;
	}
	.divider .col-one-half.last {
		padding-right: 75px;
		padding-left: 25px;
	}
	.col-full {
		padding-left: 75px;
		padding-right: 75px;
	}
	.body-copy .copy, .contact-copy .copy {
		font-size: 17px;
		line-height: 25px;
	}
	#insurance-section .container {
		padding-left: 65px;
		padding-right: 65px;
	}
	/* main interior pages */
	.col-lg-6 {
		padding-left: 0px;
		padding-right: 0px;
	}
	.copy.scroll {
		padding-right: 35px;
		margin-right: -35px;
	}
	.tse-scrollable {
		height: 228px;
	}
	.shorter .tse-scrollable {
		height: 180px;
	}
	.founders .tse-scrollable {
		height: 194px;
	}
	.text-section .text-section-inner {
		padding-left: 75px;
		padding-right: 75px;
	}
	/* staff page */
	section#staff-list .container {
		padding-left: 75px;
		padding-right: 75px;
	}
	.category-select a {
		margin-right: 5px;
	}
	.staff-single h3 {
		font-size: 21px;
	}
	.staff-single h5 {
		font-size: 14px;
	}
	.staff-single-lightbox {
		padding-left: 75px;
		padding-right: 75px;
		padding-top: 55px;
	}
	.staff-single-lightbox-bio .tse-scrollable {
		height: 100%;
	}

	/* sidebar */
	.single-post + aside.sidebar,
	.single-post + div > aside.sidebar,
	.category-template + aside.sidebar,
	.category-template + div > aside.sidebar {
		max-width: 280px;
	}
	/* blog / article top level */
	article.type-post .article-inner .entry-content,
	article.type-article .article-inner .entry-content {
		font-size: 16px;
		line-height: 24px;
	}
	.category-template article.type-post h1.entry-title, .category-template article.type-article h1.entry-title {
		font-size: 22px;
		font-weight: bold;
		height: 48px;
	}
	.grid-item article.type-post .article-inner .entry-content,
	.grid-item article.type-article .article-inner .entry-content	{
		height: 72px;
		overflow: hidden;
	}
	/* footer */
	footer#colophon .container {
		padding-left: 75px;
		padding-right: 75px;
	}
}
/* ############################################################################## */
/* Max-width: 1419px */
/* ############################################################################## */

@media (max-width: 1419px) {
	.full-image.left.dark-hover .overlay.wide {
		width: 340px;
	}
	#media-section .media-single .media-image {
		height: 225px;
	}
	#media .grid-item {
		width: 25%;
	}
	.divider .col-one-half.first {
		padding-left: 50px;
		padding-right: 17.5px;
	}
	.divider .col-one-half.last {
		padding-right: 50px;
		padding-left: 17.5px;
	}
	.col-full {
		padding-left: 50px;
		padding-right: 50px;
	}
	.body-copy .copy, .contact-copy .copy {
		font-size: 16px;
		line-height: 23px;
	}
	.body-copy {
		padding-top: 75px;
		padding-bottom: 75px;
	}
	.horizontal-divider {
		margin-top: 25px;
		margin-bottom: 25px;
	}
	.h2, h2 {
		font-size: 25px;
	}
	.splash-video-overlay .logo img {
		width: 110px;
	}
	.splash-video-overlay .title img:first-child {
		width: 900px;
	}
	.splash-video-overlay .title img:last-child {
		width: 250px;
	}
	.splash-video-overlay .overlay a {
		padding-top: 7px;
		padding-bottom: 7px;
		width: 115px;
		font-size: 17px;
	}
	#insurance-section .container {
		padding-left: 40px;
		padding-right: 40px;
	}
	/* main interior pages */
	.shorter .tse-scrollable {
		height: 140px;
	}
	.founders .tse-scrollable {
		height: 180px;
	}
	.books .tse-scrollable {
		height: 180px;
	}
	.tse-scrollable {
		height: 216px;
	}
	.grid--4 {
		width: 33.333333%;
	}
	section#staff-list .container,
	.text-section .text-section-inner	{
		padding-left: 50px;
		padding-right: 50px;
	}
	.category-select a {
		margin-right: -4px;
		margin-left: -4px;
		font-size: 17px;
	}
	/* blog / article pages */
	.single-post + aside.sidebar,
	.single-post + div > aside.sidebar,
	.category-template + aside.sidebar,
	.category-template + div > aside.sidebar {
		max-width: 236px;
	}
	.category-template article.type-post h1.entry-title,
	.category-template article.type-article h1.entry-title {
		font-size: 19px;
		line-height: 25px;
		height: 50px;
		overflow: hidden;
	}
	.related-post .image {
		width: 33.333333%;
	}
	.related-post .image img {
		max-width: 200%;
		width: auto;
		height: 100%;
		position: relative;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-o-transform: translateX(-50%);
	}
	.related-post .title {
		width: 66.6666%;
		padding-right: 15px;
	}
	.related-post .title .title-wrapper h5 {
		font-size: 15px;
	}
	/*footer */
	footer#colophon .container {
		padding-left: 50px;
		padding-right: 50px;
	}
	.tse-content {
		padding-top: 3px;
	}
	.staff-single-lightbox-bio {
		height: 275px;
	}
}
@media (max-width: 1199px) {
	.splash-video-overlay .logo img {
		width: 90px;
	}
	.splash-video-overlay .title img:first-child {
		width: 720px;
	}
	.splash-video-overlay .title img:last-child {
		width: 200px;
		margin-bottom: 15px;
	}
	#call-to-action-section .col-full a {
		width: 251px;
	}
	.full-image .overlay.wide {
		width: 280px;
	}
	section#call-to-action-section.consec-section .col-lg-6 {
		float: left;
	}
	#media .grid-item {
		width: 33.3333%;
	}
	#media.consec-section .grid-item {
		width:50%;
	}
	.related-post h5 a {
		max-height: 48px;
		overflow: hidden;
		display: block;
	}
	.point .col-lg-6 {
		width: 50%;
	}
	#call-to-action-section .point .col-lg-6,
	#overview-section .point .col-lg-6,
	#contact-section .col-lg-6{
		float: left;
	}
	#call-to-action-section .col-full p {
		font-size: 18px;
	}
	#call-to-action-section .col-full a {
		font-size: 16px;
	}
	.divider .learn-more h5 {
		font-size: 19px;
		margin-top: 14px;
		margin-bottom: 19px;
	}
	.divider .learn-more a {
		padding: 9px 15px;
		font-size: 15px;
		width: 103px;
		line-height: 15px;
	}
	.body-copy {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.h2, h2 {
		font-size: 23px;
	}
	.body-copy .copy p, .contact-copy .copy p {
		margin-bottom: 10px;
	}
	.body-section .body-section-wrapper .full-image .overlay a,
	.body-section-wrapper .full-image .overlay a {
		margin-left: 12px;
		margin-right: 12px;
	}
	#body-section-2 .full-image .overlay {
		width: 268px;
	}
	.full-image .overlay a {
		padding-top: 7.75px;
		padding-bottom: 7.75px;
		width: 109px;
		font-size: 16px;
	}
	#colophon .col-lg-4 {
		width: 33.3333%;
		float: left;
	}
	#colophon .col-lg-3 {
		width: 25%;
		float: left;
	}
	.footer-links-inner p {
		font-size: 16px;
	}
	.footer-links-inner h5 p {
		font-size: 19px;
	}
	.footer-divider {
		margin-top: 30px;
		margin-bottom: 35px;
	}
	.consec-section .col-lg-6 {
		width: 50%;
	}
	.consec-section.shorter .title h2 {
		font-size: 19px;
	}
	.body-copy .copy, .contact-copy .copy {
		font-size: 15px;
	}
	ul#menu-main-menu > li > a {
		font-size: 19px;
	}
	ul.sub-menu > li {
		font-size: 16px;
	}
	ul.sub-menu > li > a {
		padding-top: 6.5px;
		padding-bottom: 6.5px;
	}
	ul#menu-main-menu > li {
		margin-top: 12.5px;
		margin-bottom: 12.5px;
	}
	ul#menu-main-menu > li:nth-child(2) {
		margin-bottom: 30px;
	}
	ul#menu-main-menu > li:after {
		top: -25px;
		min-height: 320px;
	}
	.menu-main-menu-container,
	nav#site-navigation,
	div#site-header-menu	{
		height: 400px;
	}
	.text-section .text-section-inner p {
		font-size: 15px;
		line-height: 23px;
	}
	.text-section .text-section-inner {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.category-select a {
		margin-left: -11px;
		margin-right: -11px;
		font-size: 22px;
	}
	.staff-single h3 {
		font-size: 19px;
	}
	.staff-single h5 {
		font-size: 13px;
	}
	.single-post + aside.sidebar,
	.single-post + div > aside.sidebar,
	.category-template + aside.sidebar,
	.category-template + div > aside.sidebar {
		max-width: 190px;
	}
	.single-post + aside.sidebar h2.widget-title,
	.single-post + div > aside.sidebar h2.widget-title,
	.category-template + aside.sidebar h2.widget-title,
	.category-template + div > aside.sidebar h2.widget-title {
		font-size: 21px;
	}
	.single-post + aside.sidebar > section,
	.single-post + div > aside.sidebar > section,
	.category-template + aside.sidebar > section,
	.category-template + div > aside.sidebar > section {
		padding: 15px 25px;
	}
	.faq-single h3 {
		font-size: 19px;
		height: 40px;
	}
	.faq-inner .grid-item,
	.testimonial-inner .grid-item {
		width: 50%;
	}
	#svg-logo {
		width: 40%;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-o-transofrm: translate(-50%, -50%);
		bottom: auto;
		right: auto;
	}
	.splash-video.point > img {
		min-width: 100%;
		min-height: 100%;
		width: auto;
		height: auto;
		position: relative;
		top: 50%;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-o-transofrm: translate(-50%, -50%);
	}
}

@media (max-width: 991px) {
	#svg-logo {
		width:45%;
	}
	.col-lg-6,
	.consec-section .col-lg-6,
	.point .col-lg-6 {
		width: 100%;
	}
	.full-image {
		position: relative;
		left: 0;
		float: right;
		width: 100%;
		display: block;
	}
	.full-image img {
		width: 100%;
		height: auto;
		min-height: 0%;
	}
	.col-lg-6.right {
		float: left;
	}
	.h2, h2 {
		font-size: 30px;
	}
	.body-copy .copy, .contact-copy .copy {
		font-size: 18px;
		line-height: 28px;
	}
	.full-image img,
	.full-image video{
		width: 100%;
		height: auto;
	}
	.full-image {
		margin-bottom: 0px;
	}
	.point .full-image {
		margin-bottom: -55px;
	}
	.divider .learn-more a {
		padding: 10px 15px;
		border: 1px solid #888;
		color: #888;
		z-index: 1;
		display: block;
		font-family: 'Josefin Sans', sans-serif;
		font-size: 16px;
		width: 107px;
		margin-left: auto;
		margin-right: auto;
	}
	#call-to-action-section {
		text-align: center;
	}
	#call-to-action-section .col-full p {
		font-size: 29px;
		margin-bottom: 0px;
		line-height: 50px;

	}
	#call-to-action-section .col-full a {
		font-size: 20px;
		padding-top: 10px;
		padding-bottom: 10px;
		width: 300px;
	}
	.divider .col-one-half img {
		width: 100%;
	}
	.divider .learn-more h5 {
		font-size: 22px;
		margin-top: 17px;
		margin-bottom: 43px;
	}
	.divider .learn-more a {
		padding: 10px 15px;
		border: 1px solid #888;
		font-size: 16px;
		width: 107px;
	}
	.splash-video.point {
		height: 420px;
	}
	.splash-video.point > img {
		height: 100%;
		width: auto;
		position: relative;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-o-transform: translateX(-50%);
	}
	.splash-video-overlay .logo img {
		width: 95px;
	}
	.splash-video-overlay .title img:first-child {
		width: 290px;
	}
	.splash-video-overlay .title img:last-child {
		width: 170px;
	}
	.shorter .tse-scrollable,
	.tse-scrollable,
	.founders .tse-scrollable,
	.books .tse-scrollable	{
		height: auto;
		max-height: 100%;
	}
	#colophon .col-lg-3 {
		width: 50%;
		margin-bottom: 25px;
	}
	.footer-divider:last-child {
		margin-top: 16px;
	}
	.text-section .text-section-inner p {
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 17px;
	}
	.grid--4 {
		width: 50%;
	}
	.grid-item,
	#media.consec-section .grid-item {
		width: 50%;
	}
	#main.category-template {
		width: 75%;
	}
	#main + .scrollmagic-pin-spacer {
		width: 25% !important;
	}
	.single-post + aside.sidebar,
	.single-post + div > aside.sidebar,
	.category-template + aside.sidebar,
	.category-template + div > aside.sidebar {
		max-width: 179px;
	}
	.col-one-eighth {
		width: 25%;
	}
	#insurance-section .col-one-eighth:nth-child(5) .insurance-icon {
		border-right: none;
	}
	.full-image .overlay a {
		padding-top: 10px;
		padding-bottom: 10px;
		width: 139px;
		display: block;
		border: 1px solid #fff;
		color: #fff;
		font-family: 'Josefin Sans', sans-serif;
		font-size: 20px;
		overflow: hidden;
	}
	.faq-single h3 {
		height: 60px;
	}
	article.type-post, article.type-article {
		width: 75%;
	}
	.staff-single-lightbox-image,
	.staff-single-lightbox-title,
	.staff-single-lightbox-bio {
		width: 100%;
	}
	.staff-single-lightbox-bio {
		padding-left: 0px;
		position: absolute;
		bottom: 72px;
		height: 220px;
		margin-bottom: 0;
		width: calc(100% - 150px);
	}
	.staff-single-lightbox {
		height: 715px;
		width: 520px;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-o-transofrm: translate(-50%, -50%);
	}
	.staff-single-lightbox-bio .tse-scrollable {
		height: 220px;
	}
	.divider .learn-more a {
		width: 110px;
	}
	#body-section-2 .full-image .overlay {
		width: auto;
	}
	#call-to-action-section .col-lg-6:first-child .col-full {
		padding-bottom: 0px;
	}
	span.call-to-action-text {
		display: none;
	}
	.divider .col-lg-6:first-child .col-one-half:after, .divider .col-lg-6:first-child .col-full:after {
		content: "";
		position: absolute;
		height: 1px;
		bottom: 0px;
		left: 50px;
		right: 50px;
		background: #afafaf;
	}
	#call-to-action-section .col-full p {
		float: none;
	}
	ul.sub-menu > li > a {
		padding-left: 12.5px;
		padding-right: 12.5px;
	}
	#main.category-template {
		width: calc(100% - 26px);
		margin-left: 20px;
		margin-right: 6px;
	}
	#main.category-template .post-list {
		position: relative;
	}
	aside#secondary,
	#main.category-template + #secondary	{
		position: relative;
		width: 100%;
		max-width: 100%;
		padding-left: 20px;
		padding-right: 20px;
		margin-top: 14px;
		top: 0;
	}
	aside#secondary > section {
		width: 50%;
		float: left;
	}
	aside#secondary .horizontal-divider {
		display: none;
	}
	section#related_posts_custom-2 {
		padding-right: 7px;
	}
	section#categories_custom {
		padding-left: 7px;
		background: none;
	}
	.pagination-container {
		text-align: center;
	}
	.pagination-list {
		display: inline-block;
		clear: both;
		width: 100%;
	}
	#main > article.type-post,
	#main > article.type-article {
		width: calc(100% - 40px);
		margin-left: 20px;
		margin-right: 20px;
	}
	article.type-post .article-inner,
	article.type-post .article-header,
	article.type-article .article-inner,
	article.type-article .article-header {
		margin-right: 0px;
	}

	article.type-post, article.type-article {
		margin-top: 0px;
	}
	#overview-section .col-lg-6:first-child .divider-inner {
		padding-bottom: 23px;
	}
	.splash-video-overlay .title img:first-child {
		width: 750px;
	}
	.splash-video.point > img {
		min-width: 100%;
		min-height: 100%;
		width: auto;
		height: auto;
		position: relative;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-o-transofrm: translate(-50%, -50%);
	}
}
@media (max-width: 768px) {
	.body-section img {
		position: relative;
	}
	.consec-section .full-image img {
		position: relative;
		width: 100%;
	}
	#media .grid-item,
	#media.consec-section .grid-item {
		width: 50%;
	}
	#svg-logo {
		width:55%;
	}
	ul#menu-main-menu > li {
		width: 100%;
		text-align: left;
		border-bottom: 1px solid #afafaf;
		background: #fff;
	}
	ul#menu-main-menu > li > a {
		width: 100%;
	}
	ul#menu-main-menu > li:last-child {
		width: 100%;
	}
	ul.sub-menu {
		height: 0;
		transform-origin: top;
	}
	.menu-main-menu-container {
		display: block;
		width: 100%;
	}
	ul#menu-main-menu > li:nth-child(3) > ul {
		border-right: none;
	}
	ul#menu-main-menu > li.main-menu-item {
		margin-top: 0px;
		margin-bottom: 0px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	ul#menu-main-menu {
		display: inline-block;
		width: 100%;
		height: 0;
		margin-top: -20px;
	}
	.menu-main-menu-container,
	nav#site-navigation, div#site-header-menu {
		height: auto;
	}
	.site-branding a img {
		width: 100%;
		padding-right: 0px;
	}
	ul#menu-main-menu > li.main-menu-item:after {
		display: none !important;
	}
	ul#menu-main-menu > li.main-menu-item > a:after {
		content: "+";
		position: absolute;
		right: 15px;
		top: 50%;
		background: transparent;
		width: auto;
		height: auto;
		min-height: 0;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-o-transform: translateY(-50%);
	}
	ul#menu-main-menu > li > a {
		position: relative;
	}
	ul.sub-menu > li {
		opacity: 0;
		visibility: hidden;
	}
	ul.sub-menu > li > a {
		text-align: left;
		padding-left: 40px;
	}
	.copy.scroll {
		padding-right: 0;
		margin-right: 0;
	}
	.splash-video-overlay .title img:first-child {
		width: 600px;
	}
}
@media (max-width: 414px) {
	.media-single,
	#media-section .media-single {
		margin-right: 0px;
	}
	.splash-video-overlay .title img:last-child,
	.splash-video-overlay .logo	{
		margin-bottom: 10px;
	}
	#media .grid-item,
	#media.consec-section .grid-item {
		width: 100%;
	}
	#media .grid-item .media-single {
		margin-right: 0px;
	}
	#media .grid-item img {
		width: 100%;
	}
	section.no-banner {
		margin-top: 83px;
	}
	body.logged-in section.no-banner {
		margin-top: 115px;
	}
	#masthead .call-to-action a {
		font-size: 18px;
	}
	#masthead .menu-button .menu-toggle.button {
		padding: 5px 15px;
		padding-bottom: 1px;
		font-size: 17px;
		line-height: 26px;
		backface-visibility: hidden;
		transform: translateZ(0);
		margin-top: -4px;
	}
	#quote-section .container {
		padding-left: 0px;
		padding-right: 0px;
	}
	#call-to-action-section.consec-section .divider .col-lg-6:first-child .col-full:after {
		display: none;
	}
	.full-image .overlay a {
		padding-bottom: 6px;
	}
	.overlay.wide {
		width: 340px;
	}
	.grid-item {
		width: 100%;
	}
	aside#secondary > section {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		padding-left: 0;
		padding-right: 0;
	}
	#main > article.type-post, #main > article.type-article {
		width: 100%;
		margin-left: 0px;
		margin-right: 0px;
	}
	article.type-post .article-inner, article.type-article .article-inner {
		padding: 20px;
		padding-left: 20px;
		padding-right: 20px;
	}
	article.type-post .article-inner .entry-title,
	article.type-article .article-inner .entry-title {
		font-size: 25px;
	}
	article.type-post .article-inner .entry-header, article.type-article .article-inner .entry-header {
		margin-bottom: 15px;
	}
	.col-full {
		padding-left: 20px;
		padding-right: 20px;
	}
	.divider .col-one-half.first,
	.divider .col-one-half.last {
		padding-left: 20px;
		padding-right: 20px;
	}
	#call-to-action-section .col-full p {
		font-size: 26px;
		line-height: 36px;
	}
	#call-to-action-section .col-full a {
		font-size: 18px;
		padding-top: 10px;
		padding-bottom: 10px;
		width: 250px;
	}
	.divider .learn-more h5 {
		font-size: 19px;
		margin-top: 17px;
		margin-bottom: 20px;
	}
	.col-lg-6 .divider-inner {
		padding-top: 25px;
		padding-bottom: 25px;
	}
	.divider-inner .col-full {
		padding-bottom: 25px;
	}
	.h2, h2 {
		font-size: 26px;
	}
	.col-one-eighth {
		width: 50%;
	}
	#insurance-section .col-one-eighth {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	#colophon .col-lg-3 {
		width: 100%;
		padding-left: 0px;
		padding-right: 0px;
	}
	#colophon .col-lg-4 {
		padding-left: 0px;
		padding-right: 0px;
	}
	.body-copy .copy span {
		display: inline;
		width: auto;
		margin-bottom: 0;
	}
	#insurance-section .col-one-eighth:nth-child(3) .insurance-icon,
	#insurance-section .col-one-eighth:nth-child(7) .insurance-icon {
		border-right: none;
	}
	footer#colophon .container {
		padding-left: 20px;
		padding-right: 20px;
	}
	.accreditations-inner {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.body-section-wrapper .full-image.dark-hover:before {
		opacity: 1;
	}
	div.body-section-wrapper .full-image div.overlay {
		opacity: 1 !important;
		visibility: visible !important;
	}
	#body-section-2 div.full-image div.overlay.wide,
	div.full-image div.overlay.wide	{
		width: 328px;
	}
	.mfp-container.mfp-ajax-holder.mfp-s-ready .mfp-content {
		width: 350px;
	}
	.photo-gallery-wrapper {
		width: 350px
	}
	.owl-carousel .owl-item img {
		width: auto;
		max-width: 100%;
		height: auto;
	}
	.faq-inner .grid-item,
	.testimonial-inner .grid-item {
		width: 100%;
	}
	.faq-single h3 {
		height: auto;
	}
	.tse-scrollable {
		height: auto !important;
	}
	.staff-single-lightbox .tse-scrollable {
		height: 145px !important;
	}
	.grid-item .faq-single,
	.grid-item .testimonial-single {
		padding-left: 20px;
		padding-right: 20px;
	}
	section#staff-list .container,
	.text-section .text-section-inner {
		padding-left: 20px;
		padding-right: 20px;
	}
	.staff-single h3 {
		font-size: 23px;
	}
	.staff-single h5 {
		font-size: 18px;
	}
	.staff-single-lightbox {
		height: 500px;
		width: 350px;
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 20px;
		top: calc(50% + 41.5px);
	}
	.staff-single-lightbox-bio {
		bottom: 20px;
		height: 145px;
		width: calc(100% - 40px);
	}
	.category-select a {
		margin-left: 0;
		margin-right: 0;
		font-size: 17px;
		line-height: 33px;
	}
	.category-select {
		margin-left: -18px;
		margin-right: -18px;
	}
	.staff-single-lightbox-bio .tse-scrollbar {
		right: -15px;
	}
	.staff-single-lightbox .tse-scrollbar .drag-handle {
		opacity: 1 !important;
		background: #e6e6e6;
	}
	.partner-single {
		padding-left: 20px;
		padding-right: 20px;
	}
	.category-template article.type-post h1.entry-title,
	.category-template article.type-article h1.entry-title {
		height: auto;
	}
	#main.category-template {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.category-template article.type-post .article-inner,
	.category-template article.type-article .article-inner {
		padding-left: 20px;
		padding-right: 20px;
	}
	.category-template article.type-post .article-inner,
	.category-template article.type-article .article-inner {
		margin-right: 0px;
	}
	.category-template article.type-post .article-header,
	.category-template article.type-article .article-header {
		margin-right: 0px;
	}
	.related-post .image img {
		width: 100%;
		height: auto;
	}
	li.related-post {
		height: 70px;
	}
	aside#secondary, #main.category-template + #secondary {
		padding-left: 0;
		padding-right: 0;
		margin-top: 0px;
	}
	.mfp-inline-holder .mfp-content {
		width: 99%;
	}
	.widget-title-wrapper,
	section#categories_custom-2	{
		padding-left: 20px;
		padding-right: 20px;
	}
	.grid-item .faq-single,
	.grid-item .testimonial-single,
	.grid-item .partner-single {
		margin-right: 0px;
	}
	.testimonial-copy,
	.partner-copy {
		padding-right: 0px;
		margin-right: 0px;
	}
	.grid {
		max-width: 100%;
	}
	.faq-inner {
		margin-left: 0px;
		margin-right: 0px;
	}
	#consec-banner.consec-section {
		margin-bottom: 0px;
	}
	.insurance-section-inner {
		padding-left: 20px;
		padding-right: 20px;
	}
	.splash-video-overlay .title img:first-child {
		width: 350px;
	}
}
@media (max-width: 375px) {
	.mfp-container.mfp-ajax-holder.mfp-s-ready .mfp-content {
		width: 325px;
	}
	.photo-gallery-wrapper {
		width: 325px
	}
	.faq-inner,
	.testimonial-inner,
	.partner-inner {
		width: 375px;
	}

}

@media (max-width: 360px) {
	.mfp-container.mfp-ajax-holder.mfp-s-ready .mfp-content {
		width: 310px;
	}
	.photo-gallery-wrapper {
		width: 310px
	}
	.faq-inner,
	.testimonial-inner,
	.partner-inner {
		width: 360px;
	}
	#masthead .menu-button .menu-toggle.button {
		margin-top: 0px;
	}
}

#wp-live-chat-header {
	visibility: hidden;
}

.chat-outer.container {
	position: fixed;
	left: 0;
	right: 0;
	top: 100%;
	bottom: 0;
	z-index: 1000;
}
#chat {
	position:absolute;
	display: inline-block;
	background-color:#6091C6;
	bottom:0;
	right: 0;
	color:#fff;
	padding: 7px 11px;
	font-size: 19px;
	cursor: pointer;
	z-index: 1000;
}
#chat i {
	margin-right: 10px;
}
#wplc_start_chat_btn,
button.wplc_retry_chat {
	background-color:#5d8ecf!important;
	outline: none !important;
	box-shadow: none !important;
	border: none !important;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 15px; 
}
input#wplc_email {
	margin-top: 15px;
}
#wp-live-chat-2 input {
	border-radius: 0 !important;
	border-color: #afafaf !important;
}
#wp-live-chat-2-inner {
	border-color: #afafaf !important;
	border-radius: 0 !important;
}
i#wp-live-chat-minimize {
    background: #5d8ecf !important;
}
.wplc-user-message {
	border-color: #5d8ecf !important;
	background: #5d8ecf !important;
	border-radius: 0 !important;
}
.wplc-color-border-1:before {
    border-color: transparent #5d8ecf !important;
}

.wplc-color-4 {
	color: #888 !important;
}















