/* Modomatic Parent CSS */

.scrollAnchor{
	top: -100px;
	display: block;
	position: relative;
	visibility: hidden;
}

.backToTop.chevronTop{
	position: fixed;
	right: -50px;
	bottom: 88px;
	transition: .5s right;
	z-index: 100;
	opacity: 0.5;
}
.backToTop.chevronTop i{
	font-size: 3rem;
	cursor: pointer;
}
.backToTop.chevronTop.window-scrolled{
	right: 30px;
}
.backToTop.chevronTop.window-scrolled:hover {
	opacity: 1.0;
}

.subtitle {
    line-height: 1.125;
    padding: 0 1rem 1.5rem;
}

.breadcrumbs{
	margin: 0;
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.breadcrumbs:not(.white) a{
	color: #FFF;
}
.breadcrumbs .separator {
	font-size: 70%;
	vertical-align: middle;
	padding-bottom: 2px;
	margin: 0 3px;
}

/*
 *  START: Testimonial Carousel
 */
.testimonial-carousel .blurb-wrapper{
	width:100% !important;
	margin-top:5%;
	margin-bottom:5%;
	padding:0px;
}
.testimonial-carousel .headshot{
	text-align:center !important;
}
.testimonial-carousel .blurb-wrapper img{
	width:160px !important;
	height:160px !important;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.testimonial-carousel .quote-only{
	padding-left:10%;
	padding-right:10%;
}
.testimonial-carousel .testimonial-wrapper-area{
	border: 2px dotted #1A3C6E;
	border-radius: 8px;
	padding: .5rem;
}
.testimonial-carousel .quote-with-image{
	margin-left:-2%;
}
.testimonial-carousel .testimonial-wrapper .slick-slide .blurb-wrapper, .testimonial-wrapper-single .blurb-wrapper{
	width:100%;
	background-image: url(/wp-content/themes/modomatic/images/testimonial-quote.png);
	background-repeat: no-repeat;
	background-position: center!important;
	background-size: 100px!important;
	min-height:100px!important;
}
.testimonial-carousel .testimonial-wrapper-single{
	border: 2px dotted #1A3C6E;
	border-radius: 8px;
	padding: .5rem;
	margin:20px auto;
}
.testimonial-carousel .testimonial-wrapper-single .blurb-wrapper{
	display: inline-block;
	width: 65%;
	padding-left: .5rem;
	text-align: center;
	color: #444;
	vertical-align: middle;
	align-self: center;
	-webkit-align-self: center;
}
.testimonial-carousel .testimonial-wrapper-single .blurb-wrapper .quote:before,
.testimonial-carousel .testimonial-wrapper-single .blurb-wrapper .quote:after {
	content: '"';
	display: inline;
}
.testimonial-carousel .testimonial-wrapper-single .blurb-wrapper .quote p {
	display: inline;
}
.testimonial-carousel .testimonial-wrapper-single .name:before {
	content: "\2014";
}
/*
 *  END: Testimonial Carousel
 */

 
/*
 *  START: Moved from child styles 9/27/2018
 */

ul.orange-checkmarks li {
	list-style-type: none;
	list-style-position: outside;
	display: inline-block;
	margin-bottom: 10px;
}

ul.orange-checkmarks li:before {
	display: inline-block;
	content: "\f00c";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	width: 10px;
	height: 10px;
	color: #F68D2D;
	margin-left: -25px;
	padding-right: 25px;
}

.start-today a:after {
	content: "\f101";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	transition: .3s;
}

#mainSearch #submitSearch:before {
	content: '\f002';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	top: 10px;
	right: 10px;
	font-size: 1.25rem;
	color: #fff;
}

.error-404 .search-form .search-submit:before,
.no-results .search-form .search-submit:before {
	content: '\f002';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	top: 10px;
	right: 10px;
	font-size: 1.25rem;
	color: #fff;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


.red-with-arrow,
.orange-with-arrow {
	font-weight: 500;
	position: relative;
	padding: 1rem 0;
}

.red-with-arrow p,
.orange-with-arrow p {
	cursor: pointer;
	position: relative;
}

.red-with-arrow p:after,
.orange-with-arrow p:after {
	content: '\f0a9'; /* this is your text. You can also use UTF-8 character codes as I do here */
	font-family: "Font Awesome 5 Free";
	position: absolute;
	top: 0;
	padding: 0 5px;
	transition: .3s;
}

.red-with-arrow p:hover:after,
.orange-with-arrow p:hover:after {
	transform: translateX(2px);
	-ms-transform: translateX(2px);
	-webkit-transform: translateX(2px);
}

.double-arrow {
	font-weight: 500;
	position: relative;
	cursor: pointer;
}

.double-arrow p:after {
	content: '\f101';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	font-size: 1.25rem;
	top: 0;
	padding: 0px 5px;
	margin-top: -3px;
	transition: .3s;
}

.double-arrow p:hover:after {
	transform: translateX(2px);
	-ms-transform: translateX(2px);
	-webkit-transform: translateX(2px);
}

#startToday .pgform input:not(.submit),
#startToday .pgform select {
	height: 38px;
	border-radius: 5px;
	color: #4a4a4a;
	font-family: "Font Awesome 5 Free", "Open Sans", sans-serif;
	line-height: 1;
}

#startToday .pgform textarea {
	border-radius: 5px !important;
	min-height: 70px;
	font-family: "Font Awesome 5 Free", "Open Sans", sans-serif;
	margin: 0 auto .25rem;
	line-height: 1.125;
}

#startToday {
    position: absolute;
    top: 0;
    margin-right: 0;
    right: 0;
    bottom: 0;
    padding: 5rem 2rem 5rem 4rem;
	color: #fff;
}

#startToday .close-reveal-modal {
    position: absolute;
    top: 10px;
    right: 0;
    font-size: 3rem;
    color: #fff;
}

#startToday .pgform input[type=checkbox] {
    height: 13px;
    margin: 0;
}

#startToday .pgform p {
    line-height: 1.125;
    margin: 0;
}

#startToday .pgform .radio-container label input {
    margin: 0;
    vertical-align: middle;
}

#startToday .pgform .radio-container label,
#startToday .pgform .checkbox-container label {
    text-align: left;
}

#startToday .pgform .pgform-container h4 {
    text-align: left;
    margin: .5rem 0 .25rem;
    font-size: 1.5rem;
}

#startToday .pgform label,
#startToday .pgform label,
#startToday .pgform label a,
#startToday .pgform label a {
    color: #fff;
}

#startToday .pgform .submit {
    border: 0;
    color: #fff;
    font-size: 1rem;
    height: 2.5rem;
    padding: .5rem 2rem;
    margin: 1rem;
    border-radius: 20px;
}

#startToday .subtitle {
    line-height: 1.125;
    padding: 0 1rem 1rem;
    color: #fff;
}

#startToday .left-arrow {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 2rem;
    cursor: pointer;
}

#startToday .left-arrow .fa,
#startToday .left-arrow .fas {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    color: #fff;
    font-size: 2rem;
}

#startToday .pgform label {
    margin: auto;
}

#startToday .form-title-wrapper-desktop h3 {
    margin: 0;
}

#startToday input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #4a4a4a;
}

#startToday input::-moz-placeholder { /* Firefox 19+ */
    color: #4a4a4a;
}

#startToday input:-ms-input-placeholder { /* IE 10+ */
    color: #4a4a4a;
}

#startToday input:-moz-placeholder { /* Firefox 18- */
    color: #4a4a4a;
}

#startToday textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #4a4a4a;
    text-align: center;
}

#startToday textarea::-moz-placeholder { /* Firefox 19+ */
    color: #4a4a4a;
    text-align: center;
}

#startToday textarea:-ms-input-placeholder { /* IE 10+ */
    color: #4a4a4a;
    text-align: center;
}

#startToday textarea:-moz-placeholder { /* Firefox 18- */
    color: #4a4a4a;
    text-align: center;
}

#startToday .pgform input,
#startToday .pgform select,
#startToday .pgform textarea {
    background: #fff;
}

#startToday .title-wrapper h3 {
    font-weight: 600;
    color: #fff;
}
/* Hamburger */
#hamburger-box {
	display: none;
}

.hamburger-wrapper {
	position: absolute;
	right: 0;
	transition: right .15s;
	-webkit-transition: right .15s;
	display: inline-block;
	padding: 9px;
}

.hamburger-wrapper.menu-open {
	right: 260px;
	transition: right .15s;
	-webkit-transition: right .15s;
}

.hamburger-wrapper [type=checkbox] + label {
	margin: 0;
}

.hamburger-label {
	position: relative;
	display: block;
	cursor: pointer;
	height: 35px;
	width: 40px;
	z-index: 5;
}

.hamburger-text {
	color:#fff;
	display: inline-block;
	margin-top: 10px;
	vertical-align: top;
}

.hamburger {
	padding: 15px;
	display: inline-block;
	cursor: pointer;
	transition-property: opacity, filter;
	transition-duration: .15s;
	transition-timing-function: linear;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible;
}

.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
	width: 32px;
	height: 5px;
	background-color: #fefefe;
	border-radius: 1px;
	position: absolute;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
	content: "";
	display: block;
}

.hamburger-inner::before {
	top: -10px;
	transition: top 0.1s 0.14s ease,
	opacity 0.1s ease;
	-webkit-transition: top 0.1s 0.14s ease,
	opacity 0.1s ease;
}

.hamburger-inner::after {
	bottom: -10px;
	transition: bottom 0.1s 0.14s ease,
	transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	-webkit-transition: bottom 0.1s 0.14s ease,
	-webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* Hamburger Menu Transition */
.hamburger ~ .hamburger-inner {
	transition-duration: 0.1s;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger:checked ~ .hamburger-inner {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transition-delay: 0.14s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger:checked ~ .hamburger-inner::before {
	top: 0;
	opacity: 0;
	transition: top 0.1s ease,
	opacity 0.1s 0.14s ease;
}

.hamburger:checked ~ .hamburger-inner::after {
	bottom: 0;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transition: bottom 0.1s ease,
	transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
	-webkit-transition: bottom 0.1s ease,
	-webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}


.content-module div.button-wrapper{
	width: 100%;
}

/* Modal Button Size */

.reveal-overlay .form-module .modal-content input.submit,
.reveal-overlay .form-module .modal-content.button-size-sm input.submit{
	color: #fff;
	padding: 0 1rem;
	border-radius: 15px;
	border:0;
	margin-top:10px;
	font-size: .75rem;
	height: 36px;
}

.reveal-overlay .form-module .modal-content.button-size-md .pgform input.submit{
	height: 2.5rem;
	padding: 0 2.5rem;
	font-size: 1rem;
	border-radius: 1.25rem;
}
.reveal-overlay .form-module .modal-content.button-size-lg .pgform input.submit{
	height: 3rem;
	padding: 0 3rem;
	font-size: 1.25rem;
	border-radius: 1.5rem;
}
.reveal-overlay .form-module .modal-content.button-size-xl .pgform input.submit{
	height: 3.5rem;
	padding: 0 3.5rem;
	font-size: 1.75rem;
	border-radius: 1.75rem;
}


.reveal-overlay .imag-modal .pgform input,
.reveal-overlay .imag-modal .pgform select {
	height: 40px;
	border-radius: 5px !important;
	color: #4a4a4a;
	font-family: "Font Awesome 5 Free", "Open Sans", sans-serif;
	padding: 5px;
	line-height: 1 !important;
}

.reveal-overlay .imag-modal .pgform input[type=checkbox] {
	height: 13px;
	margin: 0;
}

.reveal-overlay .imag-modal .pgform p {
	line-height: 1.125;
	margin: 0;
}

.reveal-overlay .imag-modal .pgform .radio-container label input {
	margin: 0;
	vertical-align: middle;
}

.reveal-overlay .imag-modal .radio-container label,
.reveal-overlay .imag-modal .pgform .checkbox-container label {
	text-align: left;
}

.reveal-overlay .imag-modal .pgform .pgform-container h4 {
	text-align: left;
	margin: .5rem 0 .25rem;
	font-size: 1.5rem;
}

.reveal-overlay .imag-modal .pgform textarea {
	border-radius: 5px !important;
	min-height: 70px;
	font-family: "Font Awesome 5 Free", "Open Sans", sans-serif;
	margin: 0 auto .25rem;
	line-height: 1.125;
}

body .reveal-overlay {
    background-color: rgba(10, 10, 10, 0.9);
}

.reveal-overlay .reveal {
    border: 0;
    text-align: center;
}

.reveal-overlay .close-button {
    color: #fff;
    font-size: 2.5rem;
    transition: .3s;
	padding: 10px 15px;
}

.reveal-overlay .close-button:hover {
    color: #fff;
    font-weight: 600;
}

.reveal-overlay .close-button:focus {
    outline: none;
}

.dotted-line {
    border-bottom: 4px dotted #e0dddd;
    width: 230px;
    margin: 1rem auto 0;
}

/* Bio Block END */

.pgform .privacypolicy-container {
    margin: 0;
	font-size: 90%;
}

/*  will need QA
.form-module.with-image .title-wrapper{
	text-align: center;
}
*/


.form-module .pgform input,
.form-module .pgform select {
    height: 40px;
    border-radius: 5px;
    color: #4a4a4a;
    font-family: "Font Awesome 5 Free", "Open Sans", sans-serif;
    padding: 5px;
    line-height: 1;
}

.form-module .pgform textarea {
	border-radius: 5px;
	min-height: 70px;
	font-family: "Font Awesome 5 Free", "Open Sans", sans-serif;
	margin: 0 auto .25rem;
	line-height: 1.125;
}

.form-module .pgform input[type=checkbox] {
    height: 13px;
    margin: 0;
}

.form-module .pgform p {
    line-height: 1.125;
    margin: 0;
}

.form-module .pgform label {
    margin: auto;
    color: white;
	font-size: 1em;
}

.form-module .pgform label i {
	margin-left: 7px;
}

.form-module .pgform .radio-container label input {
    margin: 0;
    vertical-align: middle;
}

.form-module .pgform .radio-container label,
.form-module .pgform .checkbox-container label {
    text-align: left;
}

.form-module .pgform .pgform-container h4 {
    text-align: left;
    margin: .5rem 0 .25rem;
    font-size: .8rem;
}

.form-module.with-image .link-wrapper .video-link {
    font-weight: 600;
}

.form-module.with-image .link-wrapper .video-link .fa,
.form-module.with-image .link-wrapper .video-link .far,
.form-module.with-image .link-wrapper .video-link .fas,
.form-module.with-image .link-wrapper .video-link .fab {
    padding: 0 5px;
    transition: .3s;
    cursor: pointer;
}

.form-module.with-image .link-wrapper .video-link:hover .fa,
.form-module.with-image .link-wrapper .video-link:hover .far,
.form-module.with-image .link-wrapper .video-link:hover .fas,
.form-module.with-image .link-wrapper .video-link:hover .fab {
    transform: translateX(2px);
    -ms-transform: translateX(2px);
    -webkit-transform: translateX(2px);
}

.form-module.with-image .form-outer-wrapper .form-title-wrapper .fa,
.form-module.with-image .form-outer-wrapper .form-title-wrapper .far,
.form-module.with-image .form-outer-wrapper .form-title-wrapper .fas,
.form-module.with-image .form-outer-wrapper .form-title-wrapper .fab {
    padding: 0 5px;
    transition: .3s;
}

.form-module.with-image .form-outer-wrapper .form-title-wrapper:hover .fa,
.form-module.with-image .form-outer-wrapper .form-title-wrapper:hover .far,
.form-module.with-image .form-outer-wrapper .form-title-wrapper:hover .fas,
.form-module.with-image .form-outer-wrapper .form-title-wrapper:hover .fab {
    transform: translateY(2px);
    -ms-transform: translateY(2px);
    -webkit-transform: translateY(2px);
}

.form-module.with-image .link-wrapper {
    text-align: center;
    cursor: pointer;
}

.form-module.with-image .form-wrapper {
    display: none;
}

.form-module .form-title-wrapper h3 p {
    display: inline;
}

.video-link:focus {
    outline: none;
}

.form-module .pgform input[type=checkbox] {
    height: 13px;
    margin: 0;
}

.form-module .pgform p {
    line-height: 1.125;
    margin: 0;
}

.form-module .pgform .radio-container label input {
    margin: 0;
    vertical-align: middle;
}

.form-module .pgform .radio-container label,
.form-module .pgform .checkbox-container label {
    text-align: left;
}

.form-module .pgform .pgform-container h4 {
    text-align: left;
    margin: .5rem 0 .25rem;
    font-size: 1.5rem;
}

.form-module.blue .pgform label,
.form-module .blue .pgform label,
.form-module.purple .pgform label,
.form-module .purple .pgform label,
.form-module.light-blue .pgform label,
.form-module .light-blue .pgform label,
.form-module.gray .pgform label a,
.form-module .gray.pgform label a,
.form-module.purple .pgform label a,
.form-module .purple .pgform label a,
.form-module.light-blue .pgform label a,
.form-module .light-blue .pgform label a{
    color: #fff;
}

.privacypolicy-container a {
	color: #fff;
    text-decoration:underline;
}

.reveal-overlay .imag-modal .pgform textarea {
    border-radius: 5px;
    min-height: 70px;
    font-family: "Font Awesome 5 Free", "Open Sans", sans-serif;
    margin: 0 auto .25rem;
    line-height: 1.125;
}

/* Footer */

.footer-site .upper-footer > .row,
.footer-site .lower-footer > .row {
	max-width: 73rem;
}

.footer-site .social-icons .fab {
	font-size: 2.5rem;
	transition: .3s;
}

footer .social-icons .fab:hover {
	color: #fff;
	font-weight: 100 !important;
}

.footer-site .social-icons .link {
	list-style: none;
	display: inline-block;
}

.footer-site .legal {
	font-size: .5625rem;
	color: #fff;
}

.footer-site .upper-footer {
	padding: 2rem 0 1rem;
}

.upper-footer .logo-wrapper img {
	padding: 1rem;
	max-height: 150px;
}

.social-legal .social-icons {
	display: flex;
	justify-content: space-around;
	-webkit-justify-content: space-around;
	margin: 1rem auto;
}

#footer-menu {
	display: inline-block;
}

#footer-menu li a {
	color: #fff;
}

#footer-menu li a:hover {
	-webkit-text-stroke-width: .5px;
}

.lower-footer {
	background: #f3f3f3;
	padding: 1rem 0;
}

.lower-footer .legal p {
	margin: 0;
}

.footer-site .logo-wrapper {
	text-align: center;
}

.lower-footer .legal {
	color: #999;
}

/* Footer End */
/* Alternate Footer */
.footer-menu #locations-menu-footer {
	display: inline-block;
}

.footer-menu #locations-menu-footer li a {
	color: #fff;
}

.main-navigation.alternate .locations li a:hover,
.footer-menu #locations-menu-footer li a:hover {
	-webkit-text-stroke-width: 0;
	cursor: default;
	font-weight: 100 !important;
}

.footer-menu #locations-menu-footer li {
	list-style: none;
	display: inline;
}

.footer-menu #locations-menu-footer {
	margin: 1rem auto .25rem;
	justify-content: center;
	-webkit-justify-content: center;
}

.footer-menu #locations-menu-footer li a:after {
	content: '\f111';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 5px;
	top: 0;
	padding-left: 7px;
	transition: .3s;
	vertical-align: middle;
}

.footer-menu #locations-menu-footer li:last-of-type a:after {
	content: '';
}

.footer-menu #locations-menu-footer li a {
	padding: 0 .25rem 0 0;
}

#alternate-footer-menu {
	list-style: none;
	justify-content: center;
	-webkit-justify-content: center;
	margin: 0;
}

#alternate-footer-menu li
a {
	color: #fff;
	padding: 0 15px;
	border-right: 1px solid #ffffff;
}

#alternate-footer-menu li:last-of-type a {
	border-right: none;
}

.alternate-footer-menu {
	padding-bottom: 1rem;
}

.footer-site.alternate .upper-footer {
	padding: 1rem 0;
}

.text-block-with-image .icon-list-item .fa,
.text-block-with-image .icon-list-item .far,
.text-block-with-image .icon-list-item .fab,
.text-block-with-image .icon-list-item .fas {
    width: 4%;
    font-size: 1.25rem;
    vertical-align: top;
    padding-top: .5rem;
    text-align: center;
}

.text-block-with-image.accordion
.is-active > .accordion-title::before {
	content: '\f0d7';
	font-family: "Font Awesome 5 Free";
}

.text-block-with-image.accordion
.accordion-title::before {
	content: '\f0da';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

.text-block-with-image.accordion
.accordion-item.is-active {
	margin-bottom: .5rem;
}

.search-filter .search .search-submit:before {
	content: '\f002';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	top: 10px;
	right: 10px;
	font-size: 1.25rem;
	color: #fff;
}

.icon-list-item .fa,
.icon-list-item .far,
.icon-list-item .fab,
.icon-list-item .fas,
.icon-list-item .content {
	display: inline-block;
}

.icon-list-item .fa,
.icon-list-item .far,
.icon-list-item .fab,
.icon-list-item .fas {
	font-size: 2rem;
	margin-top: -.2em;
}

.icon-list {
	text-align: center;
	padding: 1rem 0;
}

.icon-list .icon-list-item {
	padding: 1rem;
}

.icon-list .title-wrapper h3 {
	padding: 1rem 0 0;
	font-size: 8vw;
	font-weight: 700;
}

.icon-list .icon-list-item i:before {
	vertical-align: -webkit-baseline-middle;
}


.link-grid .title-wrapper .title,
.link-grid .title-wrapper .subtext,
.link-grid .title-wrapper .fa,
.link-grid .title-wrapper .far,
.link-grid .title-wrapper .fab,
.link-grid .title-wrapper .fas {
    color: #1A3C6E;
}

.link-grid .fa,
.link-grid .fab,
.link-grid .fas,
.link-grid .title {
    display: inline-block;
}

.link-grid .title-wrapper .fa,
.link-grid .title-wrapper .far,
.link-grid .title-wrapper .fab,
.link-grid .title-wrapper .fas,
.link-grid .title-wrapper .title {
    font-size: 1.25rem;
    transition: 1s ease;
}

.link-grid .title-wrapper a:hover .fa,
.link-grid .title-wrapper a:hover .far,
.link-grid .title-wrapper a:hover .fab,
.link-grid .title-wrapper a:hover .fas {
    transform: scale(1.35);
    -ms-transform: scale(1.35);
    -webkit-transform: scale(1.35);
}

/* FAQ BEGIN */
.faq-module h3 {
    font-size: 1.75rem;
    font-weight: 600;
    text-align: center;
    font-style: italic;
    margin: 1rem auto;
    color: #fff;
}

.faq-module .answer-wrapper {
    display: block;
}

.faq-module #searchform {
    position: relative;
    max-width: 300px;
    margin: auto;
}

.faq-module input[type=text] {
    border-radius: 13px;
    box-shadow: none;
    border: none;
    font-size: .75rem;
    padding-left: .5rem;
}

.faq-module input[type=submit] {
    border: none;
    border-radius: 0 13px 13px 0;
    position: absolute;
    right: -2px;
    top: 0;
    bottom: 0;
    width: 40px;
    font-size: 0;
}

.faq-module #searchform > div:after {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}

.faq-module #searchform .fa,
.faq-module #searchform .far,
.faq-module #searchform .fab,
.faq-module #searchform .fas {
    position: absolute;
    right: 13px;
    top: 11px;
    color: #fff;
	pointer-events: none;
}

.faq-module .row {
    padding: 1.5rem .25rem;
}

.faq-module > .row {
    padding: 1.5rem 1rem;
}

.footer-menu #locations-menu-footer {
	width: 100%;
}

/* START: Video Block */
 
.video-block.fullwidth .video-wrapper {
	line-height: 0;
}
.video-block.fullwidth .video-wrapper .background-image {
	background-size: contain;
	-webkit-background-size: contain;
	-moz-background-size: contain; 
	-o-background-size: contain;
	background-repeat: no-repeat;
    background-position: center;
}

.video-block.fullwidth .background-image {
    width: 100%;
    position: relative;
}

.video-block .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    font-size: 6rem;
    opacity: .7;
    cursor: pointer;
    transition: 2s;
}

.video-block .play-icon:hover {
    opacity: 1;
}

.video-block .play-icon:focus {
    outline: none;
}

.reveal:focus {
    outline: none;
}

.video-block .title-wrapper {
    text-align: center;
    color: #1A3C6E;
}

.video-block .title-wrapper h3 {
    font-weight: 600;
}

.video-block.half-half {
    padding: 1rem 0;
}

.video-block.half-half .content-wrapper.right {
    order: 2;
    padding: 1rem;
}

.video-block.half-half .video-wrapper {
    padding: 0 1rem 1rem;
}

.video-block.half-half .background-image {
    height: 275px;
    background-size: cover;
    position: relative;
	background-position: center;
}

.video-block.half-half .video-wrapper.left .background-image {
    margin: auto 0 auto auto;
}

 /* END: Video Block */

.lower-footer{
	margin-bottom: 78px;
}

 
@media screen and (min-width: 640px) {
	.backToTop.chevronTop{
		bottom: 15px;
	}
    iframe {
        width: 100%;
        height: 320px;
    }
	.reveal-overlay .imag-modal {
		padding: 3rem 2rem 1rem;
	}

	.reveal-overlay .imag-modal .title-wrapper h2 {
		font-size: 2.5rem;
	}

	.footer-menu #locations-menu-footer {
		justify-content: flex-start;
		-webkit-justify-content: flex-start;
	}
    .video-block .content-wrapper.right {
        padding: 0 1rem;
    }
}

@media screen and (min-width: 1024px) {
    .reveal-overlay .reveal {
        width: 900px;
    }

    iframe {
        width: 100%;
        height: 490px;
    }

    .bio-block .bio-wrapper {
        padding: 2rem 2rem 1rem;
    }
	.main-navigation .locations li a:after {
		content: '\f111';
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		font-size: 5px;
		top: 0;
		padding-left: 7px;
		transition: .3s;
		vertical-align: middle;
	}
	.main-navigation .start-today a:after {
		content: "\f101";
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		transition: .3s;
	}
	.main-navigation #primary-menu .nav-ctas a:before {
		content: "\f05a";
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		padding: .1rem .25rem;
		display: inline-block;
		vertical-align: top;
		font-size: .9em;
	}
	.main-navigation #primary-menu .sub-menu ul li:hover a {
		-webkit-text-stroke-width: .75px;
	}
	.main-navigation #primary-menu .nav-ctas a[href^="tel:"]:before {
		content: "\f095";
	}

    .main-navigation .phone-link i {
        padding: .25rem;
        transition: .5s;
    }

    .main-navigation .phone-link:hover i {
        transform: scale(1.25) rotate(10deg);
        -ms-transform: scale(1.25) rotate(10deg);
        -webkit-transform: scale(1.25) rotate(10deg);
    }

	.icon-list {
		padding: 3rem 0 4rem;
	}

	.icon-list .icon-list-item {
		width: 90%;
		margin: auto !important;
	}

	.content-module .title {
		font-size: 2rem;
	}
	
	.lower-footer{
		margin-bottom: 0;
	}

}

/* Tabbed Content */

.tabbed-content .tab-navigation .tab-links .tab a,
.tabbed-content .tab-content .tab a {
	display: block;
	padding: 1rem;
}

.tabbed-content .tab .plus-minus {
	float: right;
	margin-top: 3px;
}

.tabbed-content .tab.active .plus-minus:before {
	content: "\f068";
	font-weight: 900;
}

.tab-content .inner-content section:first-of-type {
	margin-top: 0;
}

.tab-content .inner-content section:last-of-type {
	margin-bottom: 0;
}

.tabbed-content .tab-link i {
	font-size: 1.25rem;
	padding-right: .5rem;
}

.tabbed-content .tab-content .tab {
	border-bottom: 2px solid #fff;
}

.tabbed-content .tab-content .tab.active {
	border-bottom: 0;
}

@media screen and (max-width: 639px) {
	.tabbed-content .tab-content .inner-content {
		max-height: 0;
		overflow: hidden;
		transition: max-height .5s cubic-bezier(0, 1, 0, 1);
	}

	.tabbed-content .tab-content .inner-content.active {
		max-height: 100000px;
		transition: max-height 1s ease-in-out;
	}
    .reveal-overlay .reveal.reveal-video {
        padding: 6rem 0;
    }

    .video-block.half-half .background-image {
        margin: auto;
    }

}

@media screen and (min-width: 640px) {
	.tabbed-content .tab-navigation .tab-links {
		display: flex;
		display: -webkit-flex;
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		justify-content: center;
		-webkit-justify-content: center;
		margin: 0;
		/*border-left: 2px solid #fff;*/
	}

	.tabbed-content .tab-navigation .links-wrapper {
		justify-content: center;
		-webkit-justify-content: center;
	}

	.tabbed-content .tab-navigation .tab-links .tab {
		display: inline;
		transition: .3s;
		position: relative;
	}

	.tabbed-content .tab-content .inner-content {
		overflow-y: hidden;
		height: 0;
	}

	.tabbed-content .tab-content .inner-content.active {
		display: block;
		height: auto;
	}

	.tab-navigation .tab-links .tab {
		border-right: 1px solid #fff;
		border-left: 1px solid #fff;
	}

}

/* Tabbed Content - END */


/* Quiz Container */
.qmn_quiz_container {padding-top:0!important; padding-bottom:0!important;}

.locations-template-default .small-12 {
	-webkit-flex: 0 0 100% !important;
}

  

/* Bar Graph */
.bar-graph .graph-column-wrapper{margin-bottom:20px;}
.bar-graph .graph-column-wrapper .bar {
	border-radius: 0;
	background: 0;
	align-items: center;
	min-height: 2.25rem;
	flex-wrap: wrap;
}

.bar-graph .graph-column-wrapper .bar .bar-meter {
	border-radius: 0;
}

.bar-graph .graph-column-wrapper .bar .after-bar-text {
	padding-left: .5rem;
}

.bar-graph .graph-column-wrapper .bar .bar-meter .bar-meter-text {
	padding: .5rem;
	font-size: 1rem;
	transform: none;
	font-weight: bold;
}

.bar-graph .graph-column-wrapper .bar:last-of-type {
	margin-bottom: 0;
}

.bar-graph .graph-column-wrapper .bar.last {
	margin-bottom: 0;
}

.bar-graph .before .graph-column-wrapper {
	order: 2;
}

.bar-graph .graph-column-wrapper .bar:focus {
	outline: none;
}

@media screen and (min-width: 640px) {
	.bar-graph .graph-column-wrapper .bar {
		display: flex;
		display: -webkit-flex;
		margin-bottom: .5rem;
	}
}
/* Bar Graph End */



/*
 *  END: Moved from child styles 9/27/2018
 */

