/*
 Theme Name:   Modomatic AZV
 Description:  AZV child theme for Modomatic.
 Author:       Daniel Edwards, Chris Kobler, Dylan Massels
 Author URI:   http://nobilishealth.com
 Template:     modomatic
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  modomatic-child
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Brand Colors
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Brand Colors
# (background-color)
--------------------------------------------------------------*/
.red{
	background-color: #B22A2D;
	color: #FFF;
}
.blue{
	background-color: #233F95;
	color: #FFF;
}
.dark-blue{
	background-color: #000C3F;
	color: #FFF;
}
.yellow{
	background-color: #EDC128;
}
.soft-blue{
	background-color: #E7EBF0;
}
.gray{
	background-color: #4D4D4D;
}
.other-blue{
	background-color: #ABB8CF;
}
.white{
	background-color: #FFFFFF;
	color: #4d4d4d;
}
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Asap');
html {
    font-family: "Open Sans", sans-serif!important;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    font-family: "Open Sans", sans-serif!important;
    margin: 0;
}

.site-main h1, .site-main h2, .site-main h3, .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: "Open Sans", sans-serif!important;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover,
a:focus {
    outline: 0 !important;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 p, h2 p, h3 p {
    margin: 0;

}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
    color: #404040;
    font-family: sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
}

h1.italic, h2.italic, h3.italic {
    font-style: italic;
}

p {
    margin-bottom: 1.5em;
}

.white,
.hero p,
.bio-block .bio-wrapper p,
.location-blocks .content-wrapper {
    color: #444;
}

dfn, cite, em, i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code, kbd, tt, var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr, acronym {
    border-bottom: 1px dotted #444;
    cursor: help;
}

mark, ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
}

#page {
    background: white;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul, ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}

figure {
    margin: 1em 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}
*/
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #444;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    font-weight: 100;
}
a:hover {
    /*font-weight: 700!important;*/
}
/*

a:visited {
    color: white;
}

a:hover, a:focus, a:active {
    color: white;
}
*/

a:focus {
    outline: thin dotted;
}

a:hover, a:active {
    outline: 0;
}

.dimmer-overlay {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: fixed;
    pointer-events: none;
    background: 0;
    z-index: 1000;
    transition: .3s;
}

.dimmer-overlay.dim {
    background: rgba(0, 0, 0, 0.5);
}

.top-nav {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 15;
}

#content {
    margin-top: 61px;
}

body.admin-bar .top-nav,
body.admin-bar #primary-menu {
    top: 46px;
}

#wpadminbar {
    position: fixed;
}

.mobile-logo-wrapper.columns {
    padding-left: 0;
    position: relative;
}

.mobile-logo-wrapper a {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.mobile-logo-wrapper img {
    width: 109px;
    height: auto;
    margin-top: -07px;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.menu {
    position: static;
}

.main-navigation ul {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.main-navigation .menu-main-menu-container {
    width: 260px;
    height: 0;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
    pointer-events: none;
    overflow: hidden;
    transition: height 0s .15s; /* delay hiding this when closing menu */
}

.main-navigation .menu-main-menu-container.open {
    height: 100vh;
    transition: none;
    pointer-events: all;
}

.main-navigation #primary-menu,
.main-navigation .sub-menu {
    display: block;
    width: 260px;
    position: fixed;
    top: 0;
    right: -260px;
    transition: right .15s;
}

.main-navigation #primary-menu {
    min-height: calc(100vh - (2rem + 30px));
}

.main-navigation #primary-menu,
.main-navigation .sub-menu,
.nav-bottom-buttons {
    background-color: #000c3f;
}

.main-navigation .open #primary-menu,
.main-navigation .sub-menu.open,
.main-navigation .open .nav-bottom-buttons {
    right: 0;
    transition: right .15s;
}

.sub-menu {
    z-index: 101;
}

.sub-menu .sub-menu {
    z-index: 102;
}

.sub-menu .sub-menu .sub-menu {
    z-index: 103;
}

.sub-menu .sub-menu .sub-menu .sub-menu {
    z-index: 104;
}

.main-navigation #primary-menu li {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    width: 100%;
    border-bottom: 2px solid #584e69;
}

.main-navigation .parent-nav-item {
    border: 0;
    background: #423a51;
}

.main-navigation .sub-menu li:not(.parent-nav-item) a {
    padding-left: 75px;
}

.main-navigation #primary-menu a {
    display: block;
    width: calc(100% - 50px);
    padding: 25px;
    vertical-align: top;
    text-decoration: none;
    color: white;
}

#primary-menu .sub-menu > ul {
    min-height: 400px;
}

.main-navigation .nav-menu-button {
    display: block;
    width: 50px;
    position: relative;
    color: white;
}

.main-navigation .nav-menu-button span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    font-size: 0;
}

.main-navigation .nav-menu-button span:before {
    font-size: 16px;
}

.main-navigation .open-menu-level {
    border-left: 2px solid #584e69;
    border-radius: 0;
    color: #233f95;
}

.main-navigation .close-menu-level {
    border-right: 2px solid #584e69;
    border-radius: 0;
    color: #948aa7;
}

.main-navigation .top-nav .row, .main-navigation .bottom-nav .row {
    max-width: 83rem;
}

.main-navigation .top-nav {
    height: 61px;
    background: #233f95;
}

.main-navigation .top-nav .top-nav-inner-wrapper {
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.main-navigation .desktop.menu {
    margin: auto 1rem auto auto;
}

.main-navigation .desktop ul > li a:after {
    content: '|';
    display: inline;
    margin: 0 .5rem;
}

.main-navigation #primary-menu .no-display {
    display: none;
}

/* Alternate Header */
.main-navigation.alternate .mobile-logo-wrapper a {
    transform: none;
    -webkit-transform: none;
    top: 0;
}

.main-navigation.alternate .mobile-logo-wrapper {
    margin: .6875rem 0;
}

.main-navigation.alternate #mainSearch {
    margin-right: 0;
}

/* Bottom Buttons */
.nav-bottom-buttons {
    width: 260px;
    height: calc(2rem + 31px);
    position: fixed;
    bottom: 0;
    right: -260px;
    transition: left .15s;
    text-align: center;
    font-size: .8rem;
}

#fixed-footer-buttons {
    width: 100%;
    padding: 15px 0;
    box-shadow: 0 14px 26px #000;
    position: fixed;
    bottom: 0;
    z-index: 10;
    background: rgba(255, 255, 255, .9);
    text-align: center;
}

.nav-bottom-buttons a {
    display: inline-block;
    padding: .4rem .8rem;
    border-radius: 15px;
    margin: 15px 5px;
    color: #fff;
}

#fixed-footer-buttons a {
    display: inline-block;
    padding: 12px 24px;
    border-radius: 24px;
    margin: 0 5px;
    color: #fff;
}

#fixed-footer-buttons .start-today,
.nav-bottom-buttons .start-today {
    background: #b22a2d;
    display:none;
}

#fixed-footer-buttons .phone-link,
.nav-bottom-buttons .phone-link {
    background: #233f95;
}

#sticky-header-cta-buttons {
    display: none;
}

#mainSearch {
    float: right;
    position: relative;
    width: 60px;
    height: 60px;
    margin-right: 60px;
}

#mainSearch #submitSearch {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    width: 39px;
    border-radius: 50%;
    height: 39px;
    background: #1d2062;
    border: 0;
    margin: auto;
    font-size: 0;
    cursor: pointer;
}

#mainSearch #submitSearch:focus {
    outline: none;
}

#mainSearch .search-field {
    width: 100%;
    height: 42px;
    padding-left: 12px;
    padding-right: 41px;
    border: 0;
    border-radius: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 1;
}

#mainSearch > div {
    width: 0;
    height: 100%;
    overflow: hidden;
    position: absolute;
    right: -2px;
    transition: .3s;
}

#mainSearch > div.expand-search {
    width: 243px;
}

#header-subnav {
    display: none;
}

.search-header h1, .no-results h1, .error-404 h1 {
    font-weight: 600;
    font-size: 2rem;
    color: #000c3f;
}

.search-header,
.error-404 .page-header {
    padding-top: 1rem;
}

/* Location Search Results */
.search-results .location {
    text-align: center;
    padding: 1rem 0;
    display: inline-block;
    position: relative;
}

.search-results .location .title-wrapper h3 {
    color: #000c3f;
    font-size: 1.5rem;
    font-weight: 700;
}

.search-results .location .image img {
    border-radius: 5px;
}

.search-results .location .content-wrapper {
    padding: 0 1rem 2rem;
}

.search-results .location .title {
    background-color: #233f95;
    color: #fff;
    border-radius: 0 0 5px 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: .75rem;
    transition: .3s;
}

.search-results .location:hover .title {
    background-color: #514863;
}

.search-results .location .image img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    margin: auto;
    padding: 0 1rem;
    transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
}

.search-results .location .image {
    position: relative;
    height: 200px;
    min-width: 300px;
    overflow: hidden;
    border-radius: 5px;
}

.search-results .location .title-wrapper h3 {
    color: #000c3f;
    font-size: 1.5rem;
    font-weight: 700;
}

.search-results .item .content .title a {
    color: #000c3f;
    font-size: 1.5rem;
    font-weight: 500;
}

.search-results .item .content .title a:hover {
    text-decoration: underline;
}

.search-results .item .content .date {
    color: #4a4a4a;
    font-weight: 500;
    padding: .5rem 0;
}

.search-results .item .content .blurb {
    color: #444;
}

.search-results .item .content .read-more {
    color: #b22a2d;
    font-weight: 500;
    display: inline-block;
    margin-left:0!important;
}

.search-results .item .content-wrapper {
    margin: 1rem 0 .5rem;
}

.search-results .item .content-wrapper .content {
    padding-bottom: 1.5rem;
}

.search-results .item .solid-line {
    border-color: #ccc;
}

.search-results .item a:hover .fa,
.search-results .item a:hover .far,
.search-results .item a:hover .fas,
.search-results .item a:hover .fab {
    transform: translateX(2px);
    -ms-transform: translateX(2px);
    -webkit-transform: translateX(2px);
}

.search-results .item .content .fa,
.search-results .item .content .far,
.search-results .item .content .fas,
.search-results .item .content .fab {
    transition: .3s;
}

.error-404 .search-form,
.no-results .search-form {
    position: relative;
    max-width: 650px;
}

.error-404 .search-form .search-submit,
.no-results .search-form .search-submit {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    width: 39px;
    border-radius: 50%;
    height: 39px;
    background: #50a8a4;
    border: 0;
    margin: auto;
    font-size: 0;
    cursor: pointer;
}

.error-404 .search-form .search-field,
.no-results .search-form .search-field {
    width: 100%;
    height: 42px;
    padding-left: 12px;
    padding-right: 41px;
    border: 0;
    border-radius: 20px;
    z-index: 1;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

#startToday{
    background-color: #000c3f;
}

#startToday .pgform .submit {
    background-color: #b22a2d;
}

ul#menu-subnav .sub-menu ul {
    margin-left: 0;
}

@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }

    .main-navigation ul {
        display: block;
    }
}

@media screen and (min-width: 1024px) {
    #startToday {
        width: 50%;
    }
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

.site-main a:focus {
    outline: none;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 1.5em;
    /* Make sure select elements fit in widgets. */
}

.widget select {
    max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}

.hentry {
    margin: 0 0 1.5em;
}

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/*--------------------------------------------------------------
## 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 p {
    color: #b22a2d;
}

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

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

.content p {
    margin-bottom: 0;
}

.button:hover {
    Box-shadow: 0 2px 2PX rgba(0, 0, 0, .2);
}

.button.testimonial {
    transform: none;
    box-shadow: none;
}

.button {
    transition: 0.3s !important;
}

/* Hamburger */

.hamburger-wrapper {
    background: #233f95;
}

/* Hamburger End */
/* Modal Popup */
.reveal-overlay .imag-modal {
    padding: 3rem 1rem 1rem;
    /*background: #00a4a5 !important;*/
    color: #fff;
}

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

.reveal-overlay .imag-modal form {
    max-width: 550px;
    margin: 1rem auto;
}

.reveal-overlay .imag-modal .title-wrapper h3 {
    text-transform: uppercase;
    font-weight: 600;
}

.reveal-overlay .imag-modal .pgform .submit {
    background: #b22a2d;
    border: 0;
    color: #fff;
    font-size: 1rem;
    height: 2.5rem;
    padding: .5rem 2rem;
    border-radius: 15px !important;
    margin: .25rem;
}


.reveal-overlay .imag-modal .pgform label,
.reveal-overlay .imag-modal .pgform label a {
    color: #fff;
}

.reveal-overlay .imag-modal .blurb {
    max-width: 600px;
    margin: auto;
}

.reveal-overlay .imag-modal .modal-top-wrapper {
    border-bottom: 1px solid;
    margin: 0 auto 2rem;
    padding-bottom: 1rem;
    max-width: 700px;
}

/*.reveal-overlay .reveal:not(.no-background) .close-button,*/
/*.reveal-overlay .reveal .modal-content:not(.no-background) .close-button{*/
/*right: 2.5rem;*/
/*top: 3rem;*/
/*}*/

.reveal-overlay .reveal.no-background .close-button,
.reveal-overlay .reveal .modal-content.no-background .close-button {
    right: 1.5rem;
    top: 2rem;
}

.reveal-overlay .reveal.no-title:not(.no-background) .close-button,
.reveal-overlay .reveal .modal-content.no-title:not(.no-background) .close-button {
    right: 0.5rem;
    top: 0;
}

.reveal-overlay
.reveal .modal-content {
    padding: 1rem;
    border-radius: 5px;
}

/* Modal Button Size */
.reveal-overlay .form-module .modal-content input.submit,
.reveal-overlay .form-module .modal-content.button-size-sm input.submit{
    background: #b22a2d;
    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[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;
}

@media screen and (min-width: 640px) {
    .reveal-overlay .imag-modal {
        padding: 3rem 2rem 1rem;
    }

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

/* Modal Popup End */
/* Footer */

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

.footer-site .social-icons .fa,
.footer-site .social-icons .far,
.footer-site .social-icons .fas,
.footer-site .social-icons .fab {
    color: #766e84;
    font-size: 2.5rem;
    transition: .3s;
}

footer .social-icons .fa:hover,
footer .social-icons .far:hover,
footer .social-icons .fas:hover,
footer .social-icons .fab:hover {
    color: #fff;
}

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

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

.footer-site .upper-footer {
    background: #000c3f;
    padding: 2rem 0 1rem;
}

.upper-footer .logo-wrapper img {
    padding: 1rem;
}

.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;
}

.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: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 {
    border-bottom: 1px solid #233f95;
    padding-bottom: 1rem;
}

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

@media screen and (min-width: 640px) {
    .footer-menu #locations-menu-footer {
        justify-content: flex-start;
        -webkit-justify-content: flex-start;
    }
}

/* Section Backgrounds */

.solid-line {
    border-bottom: 1px solid;
    width: 240px;
    margin: 1rem auto;
}

.blue .solid-line {
    border-bottom: 1px solid rgba(255, 255, 255, .3);
}

.location-blocks .solid-line {
    border-bottom: 1px solid #dcd3d3;
}

/* Section Backgrounds End */
/* Hero */
.hero.banner {
    padding: 1rem 0 0;
}

.hero.banner .title-wrapper {
    text-align: center;
    color: #ccc;
}

.hero .title-wrapper h1 {
    font-weight: 600;
    font-size: 1.5rem;
    color: #000c3f;
    margin: 0;
}

.hero.with-image .right-column {
    overflow: hidden;
}

.hero.with-image .right-column .image-wrapper {
    position: relative;
}

.hero.with-image .right-column .image-wrapper img {
    position: absolute;
}

.hero.with-image .button-wrapper .video-link {
    display: inline;
    background: #57b7b4;
    color: #fff;
    padding: .5rem 3rem;
    border-radius: 15px;
}

.hero.with-image .button-wrapper .video-link:hover {
    cursor: pointer;
}

.hero.with-image .content-wrapper {
    padding: 1rem 0;
}

.hero.with-image .subtitle-wrapper {
    font-weight: 600;
    color: #504763;
}

.hero.with-image .content-wrapper p {
    line-height: 1.25;
}

.hero.with-image .left-column {
    padding: 2rem 1rem;
}

/* Hero End */
/* Text Block with Image */
.text-block-with-image .title-wrapper h3,
.text-block-with-image .icon-list-header h3 {
    font-weight: 700;
    font-size: 1.5rem;
}

.text-block-with-image .icon-list-header h3 {
    color: #000c3f;
}

.text-block-with-image .title-wrapper.center {
    text-align: center;
    padding-bottom: .5rem;
}

.text-block-with-image.bottom-padding {
    padding: 1rem 0;
}

.text-block-with-image.white .title-wrapper, .text-block-with-image.soft-blue .title-wrapper {
    color: #524763;
}

.text-block-with-image .icon-list-item .content {
    width: 95%;
    padding-left: 1rem;
}

.text-block-with-image .icon-list-item {
    padding: .5rem 0;
}

.text-block-with-image .button {
    color: #fff;
    border-radius: 15px;
    padding: .5rem 2rem;
    margin: 1rem 0;
}

.text-block-with-image.accordion .accordion-list {
    list-style: none;
    margin: 0;
}

.text-block-with-image.accordion .accordion-item a {
    padding: 0.25rem 0 .25rem 1rem;
    border: 0;
    background: none;
    font-size: 1rem;
    color: #767373!important;
}

.text-block-with-image .spacer {
    margin: 1rem auto;
}

.text-block-with-image.accordion .accordion-item.is-active a {
    color: #000c3f;
    font-weight: 700;
}

.text-block-with-image.accordion .accordion-content {
    background: none;
    border: 0;
    padding: 0.25rem 0 1rem 1rem;
    color: #767373;
}

.text-block-with-image.accordion .accordion-title::before {
    left: 0;
}

.text-block-with-image.accordion
.accordion-item.is-active {
    border-bottom: 1px solid #ced9d9;
    margin-bottom: .5rem;
}

.text-block-with-image.accordion .accordion-item .image {
    display: none;
}

.text-block-with-image.accordion .image-wrapper .image {
    text-align: center;
}

.text-block-with-image.accordion .accordion-wrapper {
    padding-bottom: 1rem;
}

.text-block-with-image.accordion .image-wrapper {
    text-align: center;
}

.text-block-with-image.white .fa,
.text-block-with-image.white .far,
.text-block-with-image.white .fas,
.text-block-with-image.white .fab {
    color: #233f95;
}

.text-block-with-image .left-column {
    padding-bottom: 1rem;
}

@media screen and (min-width: 640px) {
    .text-block-with-image.bottom-padding {
        padding: 1rem 0;
    }

    .text-block-with-image.no-padding {
        padding: 1rem 0 0;
    }

    .text-block-with-image .button-wrapper.left {
        text-align: left;
    }

    .text-block-with-image .button-wrapper.center {
        text-align: center;
    }

    .text-block-with-image .button-wrapper.right {
        text-align: right;
    }

    .text-block-with-image .left-column {
        padding-bottom: 0;
    }
}

@media screen and (min-width: 1024px) {
    .text-block-with-image .title-wrapper h3 {
        font-size: 2rem;
    }
}

/* Text Block with Image End */
/* Accordion */
.accordion-module {
    padding: 1rem;
}

.accordion-module .title-wrapper h3 {
    font-size: 1.5rem;
    color: #4d4d4d;
    font-weight: 600;
}

.accordion-module .accordion-list {
    list-style: none;
    margin: 0;
}

.accordion-module .accordion-item a {
    padding: 0.25rem 0 .25rem 1rem;
    border: 0;
    background: none;
    font-size: 1rem;
    color: #767373;
}

.accordion-module .accordion-item a {
    color: #000c3f;
    font-weight: 700;
}

.accordion-module .accordion-content {
    background: none;
    border: 0;
    padding: 0.25rem 0 0 1rem;
    color: #767373;
}

.accordion-module .accordion-title::before {
    left: 0;
}

.accordion-module
.accordion-item.is-active {
    border-bottom: 1px solid #ced9d9;
    margin-bottom: .5rem;
}

.accordion-module .accordion-item .accordion-title:last-of-type,
.accordion-module .accordion-content:last-child {
    border-bottom: none !important;
}

.accordion-module .accordion-list .accordion-item {
    padding: .5rem 0;
}

.accordion-module .accordion-list .accordion-item a {
    color:#4d4d4d!important;
    font-weight:700!important;
}

.accordion-title:focus,
.button:focus {
    outline: none;
}

/* Accordion END */
/* BEGIN Content Area Module - Small */
.content-module {
    background-color: #fff;
    padding: 1rem .25rem;
}

.content-module .text-center {
    text-align: center;
}

.content-module .title {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 600;
}

.content-module .line-blue:after {
    margin-left: 0;
}

.content-module.centered-half-width {
    background-color: transparent;
}

.content-module.legal {
    padding: 1rem 0.25rem;
}

.content-module.legal p {
    margin-bottom: 0;
    font-size: 13px;
}

.content-module .content *,
.content-module.centered-half-width .content * {
    color: #444;
}

.content-module.centered-half-width .content .title {
    color: #534863;
}

.content-module.centered-half-width .content .light-theme {
    color: #444;
    margin: .5rem 0 1rem;
}

.content-module .content a {
    color: #11a0dc;
}

.content-module.centered-half-width .line-blue:after {
    margin-left: auto;
}

.content-module .content .subhead {
    color: #544963;
    font-size: 1.5rem;
    font-weight: 600;
    padding-top: .5rem;
}

.content-module .content.column-list ul {
    -moz-column-count: 2;
    -moz-column-gap: 10px;
    -webkit-column-count: 2;
    -webkit-column-gap: 10px;
    column-count: 2;
    column-gap: 10px;
    list-style-position: inside;
    margin-left: 0;
}

.content-module .content ul li {
    padding-left: 1.5rem;
    text-indent: -1.5rem;
}

.content-module .button-wrapper .button {
    background: #b22a2d;
    color: #fff;
    border-radius: 20px;
    padding: .75rem 2rem;
    margin: .5rem auto;
}

.content-module .button-wrapper.center {
    text-align: center;
}

.content-module .button-wrapper.right {
    text-align: right;
}

/* END Content Area Module - Small */
/* Icon-List */
.icon-list-item .fa,
.icon-list-item .far,
.icon-list-item .fas,
.icon-list-item .fab,
.icon-list-item .content {
    display: inline-block;
}

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

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

.icon-list.white {
    color: #000c3f;
}

.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 .fa:before,
.icon-list .icon-list-item .far:before,
.icon-list .icon-list-item .fas:before,
.icon-list .icon-list-item .fab:before {
    vertical-align: -webkit-baseline-middle;
}

@media screen and (min-width: 1024px) {

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

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

    .content-module .title {
        font-size: 2rem;
    }
}

/* Icon-List End */
/* Form Module */
.form-module.form-only {
    text-align: center;
    padding: 1rem;
}

.form-module.form-only .title-wrapper h3 {
    font-size: 1.5rem;
    font-weight: bold;
    font-style: italic;
    padding: 1rem 0 .5rem;
}

.form-module .form-wrapper form {
    /*max-width: 575px;*/
    margin: auto;
}

.form-module.with-image {
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
}

.form-module.with-image .outer-wrapper {
    position: relative;
    max-width: 72.5rem;
}

.form-module.with-image .content-wrapper {
    position: relative;
    min-height: 325px;
    overflow: hidden;
    padding: 1rem;
}

.form-module.with-image .image {
    position: absolute;
    left: -82px;
    bottom: 0;
    max-width: 320px;
}

.form-module.with-image .title-wrapper {
    position: absolute;
    right: .5rem;
    top: 25%;
}

.form-module.with-image .title-wrapper h2 p {
    margin: 0;
    line-height: 1.1;
}

.form-module.with-image .title-wrapper h2 {
    margin: 0;
    font-size: 7vw;
    /*color: #4a4a4a;*/
    padding-bottom: .25rem;
}

.form-module.with-image .title-wrapper .link-wrapper a {
    /*color: #4a4a4a;*/
    font-weight: 600;;
}

.form-module.with-image .caption-wrapper {
    position: absolute;
    bottom: 0;
    left: 50%;
    color: #fff;
    font-size: .75rem;
    font-weight: 600;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    text-shadow: 0px 0px 6px rgba(0, 0, 0, .6);
}

.form-module.with-image .form-outer-wrapper {
    padding: 0;
}

.form-module.with-image .form-outer-wrapper .form-title-wrapper {
    background: #b22a2d;
    padding: .5rem;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

.form-module.with-image .form-outer-wrapper .form-title-wrapper h3 {
    margin: 0;
    font-weight: 600;
}

.form-module.with-image .form-outer-wrapper .form-wrapper {
    padding: 1rem;
    text-align: center;
    color: #fff;
}

.form-module.with-image .form-outer-wrapper .form-wrapper.dark-blue {
    background: #000c3f;
}

.form-module.with-image .form-outer-wrapper .form-wrapper.white {
    background: #fff;
}

.form-module.with-image .form-outer-wrapper .form-wrapper.soft-blue {
    background: #ebf7f7;
}

.form-module.with-image .pgform .submit {
    background: #b22a2d!important;
    border: 0;
    color: #fff;
    font-size: 1rem;
    height: 2.5rem;
    padding: .5rem 2rem;
    border-radius: 15px !important;
    margin: .25rem;
}

.form-module.white .pgform label {
    color: #000c3f;
}

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

.form-module.with-image .form-wrapper form {
    /*max-width: 385px;*/
}

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

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

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

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

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

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

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

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

.form-module.form-only .pgform .submit {
    background: #cddbb1;
    border: 0;
    font-size: 1rem;
    height: 2.5rem;
    padding: .5rem 2rem;
    border-radius: 15px !important;
    margin-top: .5rem;

}

.form-module.form-only input,
.form-module.form-only select,
.form-module.form-only textarea {
    background: #fff;
}

@media screen and (min-width: 640px) {
    .form-module.form-only .title-wrapper h3 {
        font-size: 2rem;
    }

    .form-module.with-image .image {
        left: 0;
        max-width: 350px;
    }

    .form-module.with-image .title-wrapper h2 {
        font-size: 6vw;
    }

    .form-module.with-image .caption-wrapper {
        left: 26%;
    }

    .form-module .pgform input, .form-module .pgform select {
        height: 36px;
    }
}

@media screen and (min-width: 1024px) {

    .form-module.with-image .content-wrapper {
        min-height: 615px;
    }

    .form-module.with-image .form-outer-wrapper {
        position: absolute;
        right: 0;
        max-width: 480px;
    }

    .form-module.with-image .image {
        left: 0;
        max-width: none;
    }

    .form-module.with-image .title-wrapper {
        right: 48%;
    }

    .form-module.with-image .title-wrapper h2 {
        font-size: 2rem;
    }

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

    .form-module.with-image .caption-wrapper {
        font-size: 1rem;
        left: 30%;
    }

    .form-module.with-image .form-wrapper {
        display: block !important;
    }
}

@media screen and (min-width: 1200px) {
    .form-module.with-image .title-wrapper h2 {
        font-size: 2.5rem;
    }

    .form-module.with-image .title-wrapper {
        right: 46%;
    }
}

/* Form Module END */
/* Location Blocks */
.location-blocks {
    text-align: center;
    padding: 1rem 0;
}

.location-blocks .locations {
    display: flex;
    justify-content: space-evenly;
    -webkit-justify-content: space-evenly;

}

.location-blocks .location-inner-wrapper {
    justify-content: center;
    -webkit-justify-content: center;
}

.location-blocks .locations .location {
    display: inline-block;
    position: relative;
    margin: .5rem;
}

.location-blocks .title-wrapper h3 {
    color: #000c3f;
    font-size: 1.5rem;
    font-weight: 700;
}

.location-blocks .locations .location .image img {
    border-radius: 5px;
}

.location-blocks .content-wrapper {
    padding: 0 1rem 2rem;
}

.location-blocks .locations .location .title {
    background-color: #b22a2d;
    color: #fff;
    border-radius: 0 0 15px 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: .75rem;
    transition: .3s;
}

.location-blocks .locations .location:hover .title {
    background-color: #233f95;
}

.location-blocks .image img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    margin: auto;
    padding: 0 1rem;
    transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
}

.location-blocks .image {
    position: relative;
    height: 200px;
    min-width: 300px;
    overflow: hidden;
    border-radius: 15px;
}

.location-blocks .title-wrapper h3 {
    color: #000c3f;
    font-size: 1.5rem;
    font-weight: 700;
}

/* Location Blocks End */

/* Step List */
.step-list .left-column {
    background: #e7ebf0;
    padding: 1rem;
}

.step-list .title-wrapper h4 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #4d4d4d;
}

.step-list .step-wrapper .step .title {
    color: #233f95;
    font-style: italic;
    font-size: 1.25rem;
    font-weight: 600;
}

.step-list .right-column {
    background: #abb8cf;
}

.step-list .step-wrapper .step-number-wrapper {
    position: relative;
}

.step-list .step-wrapper .step-number {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px;
    width: 50px;
    margin: .5rem auto 1rem;
    text-align: center;
    background: #233f95;
    color: #fff;
    border-radius: 50%;
    padding: 7px;
    font-size: 1.5rem;
}

.step-list .button-wrapper .button {
    max-width: 275px;
    color: #fff;
    border-radius: 15px;
}

.step-list .right-column {
    padding: 1rem;
    text-align: center;
}

.step-list .cta-wrapper .cta {
    padding: 1rem;
    background-repeat: no-repeat;
}

.step-list .content-wrapper {
    max-width: 575px;
}

.step-list .cta-wrapper {
    max-width: 300px;
    margin: auto;
}

.step-list .cta {
    height: 150px;
    margin: 0 0 1rem;
    position: relative;
    overflow: hidden;
}

.step-list .cta-wrapper .cta .title-wrapper {
    position: absolute;
    top: 28%;
    left: 12px;
    color: #fff;
}

.step-list .cta-wrapper .cta .title {
    font-size: 1.5rem;
    font-weight: 700;
    max-width: 105px;
    font-style: italic;
    line-height: 1;
}

.step-list .cta .fa,
.step-list .cta .far,
.step-list .cta .fas,
.step-list .cta .fab {
    font-size: 1.125rem;
    transition: .3s;
}

.step-list .cta .link:hover .fa,
.step-list .cta .link:hover .far,
.step-list .cta .link:hover .fas,
.step-list .cta .link:hover .fab {
    transform: translateX(2px);
    -ms-transform: translateX(2px);
    -webkit-transform: translateX(2px);
}

.step-list .cta-wrapper .link:hover {
    cursor: pointer;
}

.step-list .cta-wrapper .link:focus {
    outline: none;
}

@media screen and (min-width: 640px) {
    .step-list .cta-wrapper {
        margin: 0;
    }
}

@media screen and (min-width: 1024px) {
    .step-list .right-column {
        padding: 2rem 7rem;
    }

    .step-list .row .left-column .content-wrapper {
        margin-right: 0;
    }

}

/* Step List End */

/* CTA Solid BLock */
.cta-solid-block {
    background-repeat: no-repeat;
    background-size: cover;
}

.cta-solid-block a:not(.button) {
    color: inherit;
    text-decoration: underline;
}

.cta-solid-block .button-wrapper .button {
    padding: .5rem 2rem;
    border-radius: 15px;
    margin: 1rem auto;
    text-shadow: none;
}


/*.cta-solid-block.white .cta-block .button-wrapper .button,*/
/*.cta-solid-block.dark-blue .cta-block .button-wrapper .button,*/
/*.cta-solid-block.soft-blue .cta-block .button-wrapper .button {*/
/*background: #59b7b1;*/
/*color: #fff;*/
/*}*/

.cta-solid-block:not(.white) {
    color: #fff;
}

.cta-solid-block.soft-blue, .cta-solid-block.white {
    color: #000c3f;
}

.cta-solid-block.soft-blue .content {
    color: #62514e;
}

.cta-solid-block.fullwidth {
    text-align: center;
    padding: .5rem;
}

.cta-solid-block.two .dark-blue {
    background: #000c3f;
}

.cta-solid-block.two .blue {
    background: #233f95;
}

.cta-solid-block.two .red {
    background: #b22a2d;
}

.cta-solid-block.two .cta-block {
    text-align: center;
    padding: 1rem;
}

.cta-solid-block.two .white {
    color: #62514e;
}

.cta-solid-block .title h3 {
    font-size: 8vw;
    font-weight: 600;
}

.cta-solid-block.text-image .content-wrapper {
    position: relative;
    overflow: hidden;
    min-height: 314px;
    padding: 1.5rem 0;
}

.cta-solid-block.text-image .image {
    position: absolute;
    right: -75px;
}

.cta-solid-block.text-image {
    min-height: 314px;
}

.cta-solid-block.text-image .content, .cta-solid-block.text-image .button-wrapper, .cta-solid-block.text-image .caption {
    z-index: 1;
}

.cta-solid-block .caption p {
    margin: 0;
}

.cta-solid-block.padding {
    padding: 2rem 0;
}

.cta-solid-block.min-height .cta-block,
.cta-solid-block.text-image .caption {
    text-shadow: 0 0 5px #000;
}

.cta-solid-block.text-image .content-wrapper .title {
    position: relative;
}

.cta-solid-block .cta-block.quote-light {
    display: inline-block;
    background-image: url(/wp-content/themes/modomatic/images/testimonial-quote.png);
    background-repeat: no-repeat;
    background-position: left top;
}

.cta-solid-block .cta-block.quote-dark {
    display: inline-block;
    background-image: url(/wp-content/themes/modomatic/images/testimonial-quote-dark.png);
    background-repeat: no-repeat;
    background-position: left top;
}

@media screen and (min-width: 640px) {
    .cta-solid-block .title h3 {
        font-size: 4vw;
    }

    .cta-solid-block.text-image .image {
        right: 0;
    }

    .cta-solid-block.text-image .caption {
        position: absolute;
        right: 20px;
        bottom: 9px;
    }

    /*.cta-solid-block.min-height {*/
    /*min-height: 300px;*/
    /*}*/
}

@media screen and (min-width: 1024px) {
    .cta-solid-block .title h3 {
        font-size: 2.5rem;
    }

    .cta-solid-block.two .cta-block {
        padding: 2rem 4.5rem;
    }

    .cta-solid-block.two .cta-block.left .wrapper {
        margin-right: 0;
    }

    .cta-solid-block.two .cta-block.right .wrapper {
        margin-left: 0;
    }

    .cta-solid-block.two .cta-block .wrapper {
        max-width: 400px;
    }

    .cta-solid-block.padding {
        padding: 3.5rem 0;
    }
}

/* CTA Solid BLock END */
/* Featured Carousel */

.featured-carousel .carousel-wrapper .image-wrapper {
    transform: scale(.75);
    -ms-transform: scale(.75);
    -webkit-transform: scale(.75);
    transition: 2s;
    box-shadow: 5px 5px 10px #ccc;
}

.featured-carousel .carousel-wrapper .image-wrapper.slick-current {
    transform: scale(.95);
    -ms-transform: scale(.95);
    -webkit-transform: scale(.95);
}

.featured-carousel .carousel-wrapper {
    margin-top: 2rem;
}

.featured-carousel .slick-dots button:before {
    font-size: 1.25rem;
    color: #b5c5c5;
}

.featured-carousel .slick-dots li.slick-active button:before {
    color: #dc4f00;
}

.featured-carousel .carousel-wrapper .slick-dots {
    margin: auto;
    position: relative;
}

.featured-carousel .title-wrapper {
    color: #62514e;
    text-align: center;
}

.featured-carousel .title-wrapper h3 {
    font-style: italic;
}

.featured-carousel {
    padding: 2rem 0;
}

.featured-carousel .blurb-wrapper {
    text-align: center;
    max-width: 550px;
    color: #645f5f;
}

.featured-carousel .title-blurb-wrapper {
    justify-content: center;
    -webkit-justify-content: center;
}

.featured-carousel .carousel-wrapper .image-wrapper .caption {
    text-align: center;
    padding: .5rem;
    color: #444;
    background-color: #fff;
    margin: 0;
}

.featured-carousel .carousel-wrapper .image-wrapper:focus {
    outline: none;
}

.featured-carousel .carousel-modal {
    cursor: pointer;
}

.featured-carousel .carousel-modal:focus {
    outline: none;
}

@media screen and (min-width: 640px) {
    .featured-carousel .carousel-wrapper .image-wrapper {
        margin: 0 -1rem;
    }
}

@media screen and (min-width: 1024px) {
    .featured-carousel .carousel-wrapper .image-wrapper {
        margin: 0 -2rem;
    }

    .featured-carousel .carousel-extra-wrapper.row {
        max-width: 81rem;
    }
}

/* Featured Carousel END */
/* Article List */
.article-list .content .title a {
    color: #000c3f;
    font-size: 1.5rem;
    font-weight: 500;
}

.article-list .content .title a:hover {
    text-decoration: underline;
}

.article-list .content .date {
    color: #4a4a4a;
    font-weight: 500;
    padding: .5rem 0;
}

.article-list .content .blurb {
    color: #444;
}

.article-list .content .read-more {
    color: #b22a2d;
    font-weight: 500;
    display: inline-block;
}

.article-list .content-wrapper {
    margin: 1rem 0 .5rem;
}

.article-list .content-wrapper .content {
    padding-bottom: 1.5rem;
}

.article-list .solid-line {
    border-color: #ccc;
}

.article-list a:hover .fa,
.article-list a:hover .far,
.article-list a:hover .fas,
.article-list a:hover .fab {
    transform: translateX(2px);
    -ms-transform: translateX(2px);
    -webkit-transform: translateX(2px);
}

.article-list .content .fa,
.article-list .content .far,
.article-list .content .fas,
.article-list .content .fab {
    transition: .3s;
}

.article-list .custom-pagination {
    text-align: center;
    color: #524763;
    margin: 1rem auto 2rem;
}

.article-list .custom-pagination a,
.article-list .custom-pagination .page-num {
    display: inline-block;
    color: #524763;
    font-weight: bold;
}

/* Article List END */
/* Bio Block */
.bio-block .location, .bio-block .name {
    text-align: center;
}

.bio-block .location {
    font-size: 1.75rem;
    color: #62514e;
    padding: 1rem;
}

.bio-block .name {
    font-size: 1.5rem;
    color: #000c3f;
    font-style: italic;
    font-weight: 600;
    padding-bottom: 4rem;
}

.bio-block .info-wrapper {
    text-align: center;
}

.bio-block .headshot img {
    border-radius: 50%;
}

.bio-block .info-wrapper.dark-blue {
    background: #000c3f;
    color: #fff;
}

.bio-block .info-wrapper.blue {
    background: #233f95;
    color: #fff;
}

.bio-block .info-wrapper.soft-blue {
    background: #ebf7f7;
    color: #757379;
}

.bio-block .address {
    padding: 1rem 1.5rem 0;
}

.bio-block .fun-fact {
    padding: 1rem;
}

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

.bio-block .headshot {
    margin-top: -3rem;
}

.bio-block .bio-wrapper {
    padding: 1rem;
}

.bio-block .video-wrapper .fa,
.bio-block .video-wrapper .far,
.bio-block .video-wrapper .fas,
.bio-block .video-wrapper .fab {
    padding-left: .25rem;
    transition: .3s;
}

.bio-block .video-link:hover .fa,
.bio-block .video-link:hover .far,
.bio-block .video-link:hover .fas,
.bio-block .video-link:hover .fab {
    transform: translateX(2px);
    -ms-transform: translateX(2px);
    -webkit-transform: translateX(2px);
}

.bio-block .video-link:hover {
    cursor: pointer;
}


.video-block .title-wrapper {
    color: #62514e;
}


/* Related Posts */
.related-posts .post-wrapper {
    border-radius: 5px;
    text-align: center;
    margin: 0 .5rem;
    background-color: #ebf7f7;
}

.related-posts .post-wrapper:focus {
    outline: none;
}

.related-posts .image {
    position: relative;
    height: 195px;
    overflow: hidden;
}

.related-posts .post-wrapper .image img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    border-radius: 5px 5px 0 0;
}

.related-posts .content-wrapper .title {
    padding: .5rem 0;
    font-size: 1.5rem;
}

.related-posts .content-wrapper .title a {
    color: #524763;
}

.related-posts .content-wrapper .date-author, .related-posts .content-wrapper .excerpt {
    padding: 0 .5rem .5rem;
    color: #444;
}

.related-posts .content-wrapper .button-wrapper .button {
    background: #59b7b2;
    padding: .6875rem 2rem;
    border-radius: 20px;
    color: #fff;
}

.related-posts .content-wrapper .button-wrapper {
    padding: .5rem .5rem 0;
}

.related-posts .title-wrapper {
    text-align: center;
    padding: 1rem;
    font-size: 2rem;
    color: #62514e;
}

.related-posts {
    margin: 1rem 0;
}

.related-posts .slick-prev,
.related-posts .slick-next {
    border-left: 3px solid #62514e;
    border-top: 3px solid #62514e;
    border-radius: 0;
    height: 16px;
    width: 16px;
    top: 45%;
}

.related-posts .slick-next {
    right: 4px;
    -ms-transform: rotate(136deg); /* IE 9 */
    -webkit-transform: rotate(136deg); /* Chrome, Safari, Opera */
    transform: rotate(136deg);
}

.related-posts .slick-prev {
    left: 4px;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.related-posts .post-wrapper .tags .category-tag {
    display: inline-block;
    padding-bottom: 1rem;
}

.related-posts .post-wrapper .tags .category-tag a {
    color: #444;
}

.related-posts .carousel-wrapper .post-wrapper .date-author a {
    color: #444;
}

@media screen and (min-width: 1024px) {
    .related-posts .slick-prev {
        left: -5px;
    }

    .related-posts .slick-next {
        right: -5px;
    }
}

/* Related Posts END */
/* Archive Widget */
/* Posts */
.archive-widget .post-wrapper {
    border-radius: 5px;
    text-align: center;
    margin: .5rem;
    background-color: #e7ebf0;
}

.archive-widget .image {
    position: relative;
    height: 195px;
    overflow: hidden;
}

.archive-widget .post-wrapper .image img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    border-radius: 5px 5px 0 0;
}

.archive-widget .content-wrapper .title {
    padding: 1.5rem .25rem .5rem;
    font-size: 1.5rem;
}

.archive-widget .post-wrapper .excerpt {
    padding: 0 .75rem;
}

.archive-widget .grid-item:not(.stamp) .post-wrapper .excerpt {
    color: #444;
}

.archive-widget .content-wrapper .title a {
    color: #4d4d4d!important;
}

.archive-widget .content-wrapper .date-author, .related-posts .content-wrapper .excerpt {
    padding: 0 .5rem .5rem;
    color: #444;
}

.archive-widget .content-wrapper .date-author .author {
    display: inline;
}

.archive-widget .content-wrapper .button-wrapper .button {
    background: #b22a2d;
    padding: .6875rem 2rem;
    border-radius: 25px;
    color: #fff;
    font-size: 1rem;
}

.archive-widget .content-wrapper .button-wrapper {
    padding: .5rem .5rem 0;
}

.archive-widget .title-wrapper {
    text-align: center;
    padding: 1rem;
    font-size: 2rem;
    color: #62514e;
}

.archive-widget .stamp .post-wrapper {
    /*color: #fff;*/
}

.archive-widget .stamp .post-wrapper .title a,
.archive-widget .stamp .post-wrapper .date-author,
.archive-widget .stamp .post-wrapper .tags .category-tag-link {
    /*color: #fff;*/
}

.archive-widget {
    margin: 1rem 0;
}

.archive-widget .post-wrapper .tags .category-tag {
    display: inline-block;
    padding-bottom: 1rem;
}

.archive-widget .post-wrapper .tags .category-tag a {
    color: #444;
}

.archive-widget .grid {
    margin: auto;
    max-width: 62.5rem;
}

.archive-widget .grid-sizer {
    width: 100%;
}

.archive-widget .grid-item {
    width: 100%;
    height: auto;
    background: 0;
    border: 0;
}

.archive-widget .grid-item.stamp {
    width: 100%;
}

.archive-widget .grid-item .tags {
    display:none;
}

.archive-widget .testimonial {
    border-radius: 5px;
    text-align: center;
    margin: .5rem;
    background-color: #e7ebf0;
}

.archive-widget .testimonial .blurb-wrapper {
    min-height:250px;
    background-image: url(/wp-content/themes/modomatic/images/testimonial-quote-white.png);
    background-repeat: no-repeat;
    background-position: center!important;
    background-size:100px!important;
}

.archive-widget .testimonial .blurb-wrapper .quote:before, .archive-widget .testimonial .blurb-wrapper .quote p:after {
    content: '"';
    display: inline;
}

.archive-widget .testimonial .blurb-wrapper .quote p {
    display: inline;
    line-height: 1;
}

.archive-widget .testimonial .blurb-wrapper .quote {
    padding: .5rem;
}

.archive-widget .testimonial .blurb-wrapper .name {
    font-style: italic;
    padding-bottom: 1rem;
}

.archive-widget .testimonial .blurb-wrapper .name:before {
    content: "–";
}

.archive-widget .testimonial {
    /*display: inline-block;*/
    color: #686e72;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40% auto;
    width: auto;
}

.archive-widget .testimonial.dark-blue {
    /*background-color: #000c3f;
    color: #fff;
    background-position: top 20px center;*/

}

.archive-widget .testimonial .headshot {
    padding: 2rem;
}

.archive-widget .testimonial .button-wrapper .button {
    padding: .6875rem 2rem;
    border-radius: 25px;
    color: #fff;
    font-size: 1rem;
}

.archive-widget .button-wrapper.red .button {
    background: #b22a2d;
}

.archive-widget .button-wrapper .grid-button {
    background-color: #cddbb1;
    color: #75695f;
    border-radius: 25px;
    padding: .75rem 4rem;
    font-size: 1.25rem;
    margin: 1rem;
}

.archive-widget .button-wrapper {
    justify-content: center;
    -webkit-justify-content: center;
}

.archive-widget .stamp .testimonial .blurb-wrapper {
    background-image: url(/wp-content/themes/modomatic/images/testimonial-quote.png);
    background-repeat: no-repeat;
    background-position: center;
}

.archive-widget .stamp .testimonial {
    background-size: 0;
    position: relative;
}

.archive-widget .stamp .testimonial .blurb-wrapper .quote {
    font-size: 1.25rem;
    color: #444;
}

.archive-widget .featured-post-tag {
    position: absolute;
    z-index: 1;
    top: 10px;
    background: #62514e;
    color: #fff;
    padding: .5rem 2rem;
    border-radius: 0 5px 5px 0;
    font-style: italic;
    font-weight: 600;
}

.archive-widget .stamp .testimonial .headshot {
    padding: 4rem 2rem 1rem;
}

.archive-widget .stamp .testimonial .headshot.no-featured img,
.archive-widget .testimonial .headshot img {
    border-radius: 50%;
    width: 160px;
    height: 160px;
}

.category-tag
.category-tag-link {
    cursor: pointer;
}

.author-archive .entry-title.author {
    font-weight: 600;
    font-size: 1.5rem;
    color: #000c3f;
    margin: 1rem auto;
}

.archive-widget .content-wrapper .date-author .author a {
    color: #444;
}

.archive-widget .stamp .content-wrapper .date-author .author a {
    color: #fff;
}

/*
Archive widget search and tag filter
 */
.search-filter .search .search-submit {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    width: 39px;
    border-radius: 50%;
    height: 39px;
    background: #b22a2d;
    border: 0;
    font-size: 0;
    cursor: pointer;
}

.search-filter .search .form {
    float: right;
    position: relative;
    width: 60px;
    height: 60px;
    margin-right: 60px;
}

.search-filter .search .search-field,
.search-filter #blogDropdown {
    border-radius: 20px;
    padding-left: .5rem;
}

.search-filter #blogDropdown {
    margin: 0;
}

.search-filter .search-form {
    position: relative;
}

.search-filter .tag-dropdown button.search-reset {
    background: #233f95;
    border-radius: 20px;
    color: #fff;
    height: 100%;
    min-height: 39px;
    width: 100%;
    cursor: pointer;
}

.search-filter .tag-dropdown form {
    padding-right: 0;
}

.search-filter .tag-dropdown form #blogDropdown {
    margin: 0;
}

.search-filter .tag-dropdown .button-wrapper {
    padding: 0 1rem 0 .5rem;
}

@media screen and (min-width: 640px) {
    .author-archive .entry-title.author {
        font-size: 2rem;
    }

    .archive-widget .grid-sizer {
        width: 50%;
    }

    .archive-widget .grid-item {
        width: 50%;
    }

    .archive-widget .stamp .testimonial {
        width: 97.5%;
        background-size: cover;
    }

    .archive-widget .grid-item.stamp .image {
        height: 300px;
    }

    .archive-widget .stamp .testimonial .blurb-wrapper {
        background-image: url(/wp-content/themes/modomatic/images/testimonial-quote.png);
        background-repeat: no-repeat;
        background-position: 12% 30%;
        height: 350px;
    }

    .archive-widget .stamp .testimonial .blurb-wrapper .quote {
        width: 40%;
        padding-top: 8rem;
    }

    .archive-widget .stamp .testimonial .button-wrapper {
        width: 42%;
    }

    .archive-widget .stamp .testimonial .blurb-wrapper .quote .name {
        font-size: 1rem;
        padding-top: 1rem;
    }

    .archive-widget .stamp .testimonial .headshot {
        display: none;
    }

    .archive-widget .stamp .testimonial .headshot.no-featured {
        position: absolute;
        display: block;
        right: 16%;
        top: 13%;
    }

    .archive-widget .stamp .testimonial.no-featured {
        background: #ebf7f7;
    }

    .archive-widget .stamp .post-wrapper.page .title {
        padding: 2rem 0 1rem;
    }

    .archive-widget .stamp .post-wrapper.page .title a {
        font-size: 2rem;
    }

    .archive-widget .stamp .post-wrapper.page .content-wrapper .button-wrapper {
        padding: .5rem;
    }
}

@media screen and (min-width: 1024px) {
    .author-archive .entry-title.author {
        font-size: 2.25rem;
    }

    .archive-widget .grid-sizer {
        width: 33.3%;
    }

    .archive-widget .grid-item {
        width: 33.3%;
    }

    .archive-widget .grid-item.stamp {
        width: 66.6%;
        right: 0;
    }

    .archive-widget .grid-item.stamp .image {
        height: 400px;
    }
}

/* Archive Widget END */
/* Map */

.map .title-wrapper {
    text-align: center;
    color: #62514e;
}

.map {
    padding: 1rem 0;
}

.map .title-wrapper h3 {
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 1rem;
}

.acf-map {
    height: 250px;
}

.map .address-wrapper {
    padding: 1rem;
}

.map .address-wrapper .address {
    color: #444;
}

.map .button-wrapper .button {
    margin: 1rem auto;
    background: #b22a2d;
    color: #fff;
    border-radius: 20px;
    padding: .5rem 2.5rem;
}

@media screen and (min-width: 640px) {
    .map .title-wrapper h3 {
        font-size: 2rem;
    }

    .map .address-wrapper {
        padding: 3rem 1rem;
    }
}

@media screen and (min-width: 1024px) {
    .map .title-wrapper h3 {
        font-size: 2.5rem;
    }

    .map {
        padding: 2rem 0;
    }
}

/* Map END */

/* 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;
    color: #8c8a8a;
    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 .fas,
.faq-module #searchform .fab {
    position: absolute;
    right: 13px;
    top: 11px;
    color: #fff;
}

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

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

/* purple */
.faq-module .dark-blue input[type=submit] {
    background-color: #000c3f;
}

.faq-module .dark-blue {
    background: #000c3f;
}

/* white */
.faq-module .white input[type=submit] {
    background-color: #a5a5a5;
}

.faq-module .white {
    background: #fefefe;
}

.faq-module .white h3 {
    color: #504763;
}

.faq-module .white input[type=text] {
    border: 1px solid #a5a5a5;
}

/* soft-blue */
.faq-module .soft-blue input[type=submit] {
    background-color: #7bbbbb;
}

.faq-module .soft-blue {
    background: #ebf7f7;
}

.faq-module .soft-blue h3 {
    color: #504763;
}

/* turquoise */
.faq-module .blue input[type=submit] {
    background-color: #233f95;
    color: #fff;
}

.faq-module .blue {
    background: #233f95;
}

.faq-module .accordion-list {
    list-style-type: none;
    margin-left: 0;
}

.faq-module .accordion-title::before {
    right: inherit;
    left: 0rem;
}

.read-more {
    margin-left: -10px;
}

.faq-module .accordion-list .accordion-title {
    color: #4d4d4d;
    background-color: transparent;
    border: none;
    font-size: 1.25rem;
    padding-left: 1.5rem;
    font-weight: 600;
    padding:1rem 1rem 1rem 1.5rem;
}

.faq-module .accordion-list .accordion-content {
    background-color: transparent;
    border: none;
    color: #4d4d4d;
    overflow: hidden;
    padding: 0 1rem;
}

.faq-module .accordion-list .accordion-content a {
    color:#4d4d4d!important;
    font-weight:700;
}

.faq-module :last-child:not(.is-active) > .accordion-title {
    border: 0;
}

@media screen and (min-width: 1024px) {
    .faq-module h3 {
        font-size: 2.75rem;
    }
}

/* FAQ END */
/* Facebook Comments */
.facebook-comments {
    padding: 1rem 0;
}

/* Facebook Comments END */
/* Timeline */
.timeline .step-wrapper {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 2rem 0;
    position: relative;
    overflow: hidden;
}

.timeline .step-wrapper .overlay {
    background: rgba(236, 236, 236, 0.9);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    transition: .4s;
}

.timeline .step-wrapper .content-wrapper {
    z-index: 1;
}

.timeline .step-wrapper .step-ball-wrapper {
    z-index: 1;
    text-align: center;
    position: relative;
}

.timeline .step-wrapper .step-ball-wrapper .step-ball {
    position: absolute;
    top: 20%;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    width: 60px;
    margin: .5rem auto 1rem;
    text-align: center;
    background: #dad9de;
    color: #fff;
    border-radius: 50%;
    padding: 3px;
    transition: .4s;
    border: 2px solid #ebebeb;
}

.timeline .step-ball .ball-number {
    font-size: 2rem;
    line-height: .75;
}

.timeline .step-wrapper .content-wrapper .step-number {
    font-size: 1.5rem;
    font-weight: 600;
    color: #62514e;
    transition: .4s;
    line-height: 1.25;
}

.timeline .step-wrapper .content-wrapper .title-wrapper h5 {
    font-weight: 600;
    color: #31a3a2;
    transition: .4s;
}

.timeline .step-wrapper .content-wrapper .content {
    color: #62514e;
    line-height: 1.35;
    transition: .4s;
}

.timeline .step-wrapper.active .overlay {
    background: rgba(176, 200, 156, 0.8);
}

.timeline .step-wrapper.active .step-ball {
    background: #38a4a0;
    border: 2px solid #40928f;
}

.timeline .step-wrapper.active .step-number, .timeline .step-wrapper.active .content-wrapper .content {
    color: #fff;
}

.timeline .step-wrapper.active .title-wrapper h5 {
    color: #63514f;
}

.timeline .step-wrapper:not(:last-of-type) .step-ball::after {
    content: "";
    height: 800px;
    width: 2px;
    background-color: #9b9b9b;
    position: absolute;
    top: 58px;
    z-index: -1;
    margin: auto;
    left: 50%;
}

.timeline .step-wrapper:not(:first-of-type) .step-ball::before {
    content: "";
    height: 150px;
    width: 2px;
    background-color: #9b9b9b;
    position: absolute;
    bottom: 60px;
    z-index: -1;
    margin: auto;
    left: 50%;
}

@media screen and (min-width: 640px) {
    .timeline .step-wrapper .content-wrapper .step-number {
        font-size: 2rem;
        line-height: 1.5;
    }
}

@media screen and (min-width: 1024px) {
    .timeline .step-wrapper {
        background-position: center top;
    }
}

@media screen and (min-width: 1200px) {
    .timeline .step-wrapper {
        padding: 3rem;
    }
}

/* Timeline END */

/* Testimonial Carousel BEGIN */
.testimonial-carousel {
    overflow: hidden;
    padding: 0;
}

.testimonial-wrapper.slick-initialized .slick-slide {
    border: 2px dotted #233f95;
    border-radius: 8px;
    padding: .5rem;
    position: relative;
    display: flex !important; /* override slick styles */
    display: -webkit-flex; /* solving Safari issue */
}

.testimonial-carousel .testimonial-wrapper .testimonial a {
    display: flex;
    width: 100%;
}

.testimonial-wrapper .slick-slide .headshot {
    display: inline-block;
    width: 30%;
    vertical-align: top;
}

.testimonial-carousel .slick-slide .headshot img {
    margin: auto;
    border-radius: 50%;
}

.testimonial-wrapper .slick-slide .blurb-wrapper {
    display: inline-block;
    width: 65%;
    padding-left: .5rem;
    text-align: center;
    color: #686e72;
    vertical-align: middle;
    align-self: center;
    -webkit-align-self: center;
    background-image: url(/wp-content/themes/modomatic/images/testimonial-quote.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 90% auto;
}

.testimonial-wrapper .slick-slide .blurb-wrapper .quote:before,
.testimonial-wrapper .slick-slide .blurb-wrapper .quote:after {
    content: '"';
    display: inline;
}

.testimonial-wrapper .slick-slide .blurb-wrapper .quote p {
    display: inline;
}

.testimonial-wrapper .slick-slide .name:before {
    content: "–";
}

.testimonial-carousel .slick-prev,
.testimonial-carousel .slick-next {
    border-left: 3px solid #62514e;
    border-top: 3px solid #62514e;
    border-radius: 0;
    height: 16px;
    width: 16px;
    top: 45%;
}

.testimonial-carousel .slick-next {
    right: 4px;
    -ms-transform: rotate(136deg); /* IE 9 */
    -webkit-transform: rotate(136deg); /* Chrome, Safari, Opera */
    transform: rotate(136deg);
}

.testimonial-carousel .slick-prev {
    left: 4px;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.testimonial-carousel .button-wrapper {
    text-align: center;
}

.testimonial-carousel .button {
    background-color: transparent;
    color: #233f95;
    margin: 0;
}

.testimonial-carousel .button:hover {
    background-color: transparent;
    color: #233f95;
}

.testimonial-carousel .button:hover .fa,
.testimonial-carousel .button:hover .far,
.testimonial-carousel .button:hover .fas,
.testimonial-carousel .button:hover .fab {
    transform: translateX(2px);
    -ms-transform: translateX(2px);
    -webkit-transform: translateX(2px);
}

.testimonial-carousel .button .fa,
.testimonial-carousel .button .far,
.testimonial-carousel .button .fas,
.testimonial-carousel .button .fab {
    transition: .3s;
}

.testimonial-carousel .button i:before {
    padding-left: .5rem;
}

.testimonial-carousel .testimonial-wrapper {
    padding: 1rem 1rem 0;
}

.testimonial-carousel .testimonial a:hover {
    -webkit-text-stroke-width: .5px;
}

@media screen and (min-width: 640px) {
    .testimonial-wrapper .slick-slide .headshot {
        background-image: url(/wp-content/themes/modomatic/images/testimonial-quote.png);
        background-repeat: no-repeat;
        background-position: right;
        background-size: 37%;
    }

    .testimonial-wrapper .slick-slide .blurb-wrapper {
        background-image: none;
        padding-left: 0;
    }

    .testimonial-wrapper .slick-slide .headshot img {
        width: 50%;
        margin-left: 0;
    }
}

/* Testimonial Carousel END */
/* Three CTA */
.three-cta .cta-wrapper {
    display: flex;
    justify-content: space-around;
    -webkit-justify-content: space-around;
    flex-wrap: wrap;
}

.three-cta .cta-block-wrapper {
    flex-grow: 1;
    overflow: hidden;
    width: 100%;
}

.three-cta .cta-block {
    position: relative;
    background-position: center center;
    background-size: cover;
    color: #fff;
    z-index: 0;
    overflow: hidden;
    height: 175px;
    margin: .25rem;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    padding: 1rem;
}

.three-cta .inner-wrapper {
    margin: 0 auto;
    position: relative;
    color: #fff;
}

.three-cta {
    padding: 1rem;
}

figure.effect-moses {
    background: -webkit-linear-gradient(-45deg, #EC65B7 0%, #05E0D8 100%);
    background: linear-gradient(-45deg, #EC65B7 0%, #05E0D8 100%);
}

figure.effect-moses img {
    opacity: 0.85;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

.three-cta h5,
.three-cta p {
    padding: 20px;
    width: 40%;
    height: 28%;
    border: 2px solid #fff;
}

.three-cta .cta-block .inner-wrapper h5 {
    padding: 6px;
    width: 60%;
    height: 50%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(10px, 10px, 0);
    transform: translate3d(10px, 10px, 0);
    text-align: center;
    font-size: 6vw;
    font-weight: 600;
    font-style: italic;
    margin-bottom: 0;
}

.three-cta .cta-block .inner-wrapper p {
    float: right;
    padding: 6px;
    text-align: center;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    font-style: italic;
    font-size: .875rem;
    font-weight: 600;
}

.three-cta .cta-block .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /*background-color: rgba(99, 96, 120, 0.7);*/
    transition: .3s;
}

.three-cta .cta-block.text-below {
    height: auto;
    padding: 0;
    margin: .75rem;
}

.three-cta .cta-block.text-below .bottom-wrapper {
    text-align: center;
    background: #cddbb1;
    color: #62514e;
    padding: 1rem;
    border-radius: 0 0 5px 5px;
    transition: .3s;
}

.three-cta a:hover .cta-block.text-below .bottom-wrapper {
    background: #504763;
    color: #fff;
}

.three-cta .three-cta-with-popup-wrapper:hover {
    cursor: pointer;
}

.three-cta .three-cta-with-popup-wrapper:hover:hover .cta-block.text-below .bottom-wrapper {
    background: #504763;
    color: #fff;
}

.three-cta .cta-block.text-below h5 {
    width: 100%;
    height: auto;
    border: none;
    padding: 0;
    margin: 0;
    font-size: 1.5rem;
    font-weight: 600;
    font-style: italic;
}

.three-cta .cta-block.text-below .image {
    position: relative;
    height: 145px;
    overflow: hidden;
    border-radius: 5px 5px 0 0;
}

.three-cta .cta-block.text-below .image img {
    position: absolute;
    top: 25px;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    transform: scale(1.4);
    -ms-transform: scale(1.4);
    -webkit-transform: scale(1.4);
}

.three-cta .title-wrapper {
    text-align: center;
}

.three-cta .title-wrapper h3 {
    font-weight: 600;
    font-style: italic;
    color: #62514e;
}

.three-cta .cta-wrapper .three-cta-with-popup-wrapper:focus {
    outline: none;
}

@media screen and (min-width: 640px) {
    .three-cta .cta-block-wrapper {
        width: calc(100% * (1 / 3));
    }

    .three-cta .cta-block .inner-wrapper h5 {
        font-size: 2vw;
    }

    .three-cta .cta-block.text-below .image {
        height: 108px;
    }

    .three-cta .cta-block.text-below .image img {
        top: 14px;
    }
}

@media screen and (max-width: 1023px) {
    .three-cta .cta-block-wrapper .cta-block .inner-wrapper h5 {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .three-cta .cta-block-wrapper .cta-block .inner-wrapper p {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .three-cta .cta-block-wrapper .cta-block .inner-wrapper img {
        opacity: 0.6;
    }

}

@media screen and (min-width: 1024px) {
    .three-cta .cta-block-wrapper:hover .cta-block .inner-wrapper h5 {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .three-cta .cta-block-wrapper:hover .cta-block .inner-wrapper p {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .three-cta .cta-block-wrapper:hover .cta-block .inner-wrapper img {
        opacity: 0.6;
    }

    /*.three-cta a:hover .cta-block .overlay {*/
    /*background-color: rgba(103, 194, 192, 0.8);*/
    /*}*/
    /*.three-cta .three-cta-with-popup-wrapper:hover .cta-block .overlay {*/
    /*background-color: rgba(103, 194, 192, 0.8);*/
    /*}*/
    .three-cta .cta-block .inner-wrapper h5 {
        font-size: 1.5rem;
    }

    .three-cta .cta-block.text-below .image {
        height: 152px;
    }

    .three-cta .cta-block.text-below .image img {
        top: 23px;
    }
}

/* Three CTA END */
/* Link Grid */
.link-grid {
    padding: 1rem 0;
}

.link-grid a {color:#444!important;}

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

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

.link-grid .title-wrapper .fa,
.link-grid .title-wrapper .far,
.link-grid .title-wrapper .fas,
.link-grid .title-wrapper .fab,
.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 .fas,
.link-grid .title-wrapper a:hover .fab {
    transform: scale(1.35);
    -ms-transform: scale(1.35);
    -webkit-transform: scale(1.35);
}

.link-grid .content-wrapper p {
    color: #444;
    margin: 0;
}

.link-grid .link-block {
    padding: 1rem;
}

.link-grid .title-wrapper .subtext {
    padding-bottom: .5rem;
}

.link-grid .link-grid-popup:hover {
    cursor: pointer;
}

.link-grid .link-grid-popup:focus {
    outline: none;
}

.link-grid .title-wrapper .title p {
    margin: 0;
}

/* Link Grid END */
@media screen and (min-width: 640px) {
    /* Icon List - Medium */
    .icon-list .title-wrapper h3 {
        font-size: 4vw;
    }

    /* Icon List - Medium END */
    /* Location Blocks - Medium */
    .location-blocks .image {
        height: 250px;
        min-width: 175px;
    }

    /* Location Blocks - Medium END */
    .social-legal .social-icons {
        display: inline-block;
        margin: 0 0 1rem;
    }

    .social-legal .social-icons .link {
        padding-right: 2rem;
    }

    .hero .title-wrapper h1 {
        font-size: 2rem;
    }

    .hero.with-image {
        padding: 1rem 1rem 0;
    }

}

@media screen and (min-width: 1024px) {
    .hero.with-image .left-column {
        padding: 2rem 2rem 5rem;
    }

    .hero.with-image .subtitle-wrapper {
        font-size: 1.25rem;
    }

    .bottom-nav {
        width: 100%;
        margin-top: 61px;
    }

    #content {
        margin-top: 0;
    }

    body.admin-bar #content {
        margin-top: 0;
    }

    .main-navigation {
        height: auto;
    }

    .main-navigation .top-nav {
        min-height: 3.375rem;
    }

    .main-navigation .top-nav-inner-wrapper {
        position: relative;
    }

    .main-navigation .menu-main-menu-container {
        width: auto;
        height: auto;
        max-width: 75%;
        padding-right: .9375rem;
        padding-left: .9375rem;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        -webkit-flex: 0 0 75%;
        position: static;
        z-index: 1;
        overflow: initial;
        pointer-events: all;
    }

    .main-navigation #primary-menu,
    .main-navigation .sub-menu {
        display: flex;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        width: 100%;
        min-height: 0;
    }

    .main-navigation #primary-menu {
        position: static;
        background-color: transparent;
    }

    .main-navigation #primary-menu > li {
        width: auto;
        float: none;
        align-self: left;
    }

    .main-navigation #primary-menu a {
        display: inline-block;
        width: auto;
        padding: 0;
    }

    .main-navigation #primary-menu > li > a {
        position: relative;
    }

    html[data-whatintent="mouse"] .main-navigation #primary-menu .parent-nav-item {
        display: none;
    }

    .main-navigation .sub-menu {
        right: -260px;
    }

    /* tail that visually connects link to mega-nav */
    .main-navigation #primary-menu > li.menu-item-has-children:hover > a:after {
        content: '';
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 9px solid #000c3f;
        position: absolute;
        bottom: -18px;
        left: 50%;
        transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
    }

    /* tail should be a different color after a certain point
     WARNING: we may need to change this if first three menu items change */
    .main-navigation #primary-menu > li:nth-child(n + 4):hover > a:after {
        border-bottom-color: #e8e7d7;
    }

    .main-navigation .nav-menu-button,
    .main-navigation .nav-bottom-buttons {
        display: none;
    }

    .main-navigation #primary-menu .parent-nav-item {
        width: calc(100% + 60px);
        padding-left: 30px;
        margin-left: -30px;
    }

    .main-navigation #primary-menu li {
        padding: 22px 0;
        border: 0;
    }

    .main-navigation #primary-menu > li > a {
        padding: 0 15px;
        border-right: 1px solid white;
    }

    .main-navigation #primary-menu > li:nth-last-child(2) a {
        border-right: 0;
    }

    .main-navigation .sub-menu {
        display: none !important;
        width: 860px;
        position: absolute;
        top: 3.5rem;
        left: -200px;
        z-index: 100;
        font-size: 1.1rem;
    }

    .main-navigation #primary-menu li:hover .sub-menu {
        display: flex !important;
    }

    .main-navigation #primary-menu .sub-menu li {
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .main-navigation #primary-menu .sub-menu .columns:first-child {
        padding: 14px 30px;
    }

    .main-navigation #primary-menu .sub-menu .columns:last-child {
        padding: 24px 30px;
        background-size: contain;
        background-position: bottom right;
        background-color:#fff!important;
    }

    .main-navigation #primary-menu .nav-cta {
        width: 180px;
        padding: 24px 10px 15px 10px;
        border-top: 2px solid gray;
    }

    .main-navigation #primary-menu .nav-cta:first-child {
        padding-top: 0;
        border-top: 0;
    }

    .main-navigation #primary-menu .nav-ctas p {
        margin: 0;
        line-height:1.2;
    }

    .main-navigation #primary-menu .nav-ctas a {
        color: #b22a2d!important;
        margin-top:10px;
        font-weight:700;
    }

    .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 .bottom-nav {
        background: #e7ebf0;
    }

    .main-navigation .bottom-nav .bottom-nav-inner-wrapper {
        justify-content: space-between;
        -webkit-justify-content: space-between;
    }

    .page-template-default .main-navigation .locations-wrapper {
        padding-top:23px;
        width: 300px;
    }
    .page-template-template-alternate .main-navigation .locations-wrapper {
        margin: 1.5rem 0 auto;
        min-width:270px;
        text-align: right;
    }

    .main-navigation .locations li {
        display: inline-block;
    }

    .main-navigation .locations li a {
        padding: 0 .25rem 0 0;
        color: #4d4d4d!important;
    }

    .main-navigation .locations li a:hover {
        -webkit-text-stroke-width: .5px;
    }

    .main-navigation .locations li:last-of-type a:after {
        content: '';
    }

    .main-navigation .dimmer-wrapper {
        padding: 0;
    }

    .main-navigation .dimmer {
        height: 100%;
        margin: 0;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        color: white;
    }

    .main-navigation .dimmer > span {
        margin-right: .25em;
    }

    .main-navigation .switch {
        display: inline-block;
        vertical-align: middle;
        height: auto;
        margin: 0;
    }

    .main-navigation .switch-paddle {
        background: #b22a2d;
        border-radius: 20px;
        height: 1.25rem;
        width: 3.5rem;
    }

    /**Dimmer dot**/
    .main-navigation .switch-paddle::after {
        border-radius: 50%;
        background: #830508;
        width: 1rem;
        height: 1rem;
        top: .125rem;
    }

    .main-navigation input:checked ~ .switch-paddle {
        background: #9b3721;
    }

    .main-navigation input:checked ~ .switch-paddle::after {
        background: #e55227;
    }

    .main-navigation .switch-inactive, .main-navigation .switch-active {
        font-size: .75rem;
        -webkit-transform: translateY(-50%);
    }

    .main-navigation:not(.alternate) .logo-wrapper {
        margin: .25rem auto;
        transform: translateX(-5.125rem);
        -ms-transform: translateX(-5.125rem);
        -webkit-transform: translateX(-5.125rem);
    }

    .main-navigation .bottom-nav-inner-wrapper .start-today {
        margin: 2.25rem 0;
    }

    .main-navigation .start-today a {
        background: #b22a2d;
        color: #fff;
        padding: .5rem 1rem;
        border-radius: 15px;
    }

    .main-navigation .phone-link a {
        color: #4d4d4d!important;
        display: flex;
    }

    #mainSearch {
        margin: 0;
    }

    #header-subnav {
        display: flex;
        border-bottom: 1px solid #bbb;
    }

    #header-subnav ul {
        display: flex;
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        justify-content: center;
        -webkit-justify-content: center;
        background-color: #abb8cf;
        font-size: .8rem;
    }

    /*
    .sub-menu .menu-item a:hover {
        color: #4d4d4d!important;
    }
    */
    .logo-wrapper a img {
        border: 0;
        width: 200px!important;
    }

    #header-subnav li {
        display: none;
    }

    #header-subnav a {
        color: #3c3b3b;
        padding-top: .9rem;
        padding-bottom: .9rem;
    }

    #header-subnav > ul > li,
    #header-subnav > ul > li .sub-menu {
        width: 100%;
    }

    #header-subnav > ul > li.current-menu-item,
    #header-subnav > ul > li.current-menu-item > .sub-menu > ul > li,
    #header-subnav > ul > li.current-menu-ancestor,
    #header-subnav > ul > li.current-menu-ancestor > .sub-menu > ul > li {
        display: block;
        position: relative;
    }

    #header-subnav > ul > li.current-menu-ancestor > .sub-menu > ul > li.current-menu-item {
        font-weight: 100;
    }

    #header-subnav > ul > li.current-menu-ancestor > .sub-menu > ul > li.current-menu-item:after {
        content: '';
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 7px solid #766e84;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
    }
    #header-subnav > ul > li a {color:#fff!important;}

    #header-subnav > ul > li.current-menu-item > a,
    #header-subnav > ul > li.current-menu-ancestor > a {
        display: none;
    }

    #header-subnav .nav-ctas {
        display: none;
    }

    body.admin-bar .top-nav,
    body.admin-bar #primary-menu {
        top: 32px;
    }

    #primary-menu .sub-menu > ul {
        min-height: 0;
    }

    /* Alternate Header */
    .main-navigation.alternate .top-nav .row, .main-navigation.alternate .bottom-nav .row {
        max-width: 73rem;
    }

    .main-navigation.alternate .bottom-nav-inner-wrapper .start-today {
        margin: 2.25rem 0 auto 1rem;
    }

    .main-navigation.alternate .locations-wrapper {
        margin: 1.5rem 1rem auto auto;
    }

    .main-navigation.alternate .locations-wrapper .phone-link a {
        justify-content: flex-end;
        -webkit-justify-content: flex-end;
        margin-right: .6875rem;
    }

    .main-navigation.alternate .logo-wrapper,
    .main-navigation.alternate .window-scrolled .mobile-logo-wrapper {
        margin: .75rem 2rem;
        max-width:170px;
    }

    .main-navigation.alternate .dimmer-wrapper {
        /*margin: .25rem 2rem;*/
        margin: 1rem 2rem .25rem;
    }

    .main-navigation.alternate .window-scrolled #sticky-header-cta-buttons {
        transform: none;
        top: 10%;
        margin-top:3px;
    }



    /* Footer */
    .lower-footer .legal {
        padding: .5rem 0;
    }

    .location-blocks .title-wrapper h3 {
        font-size: 2rem;
    }

    /* sticky top after scrolled */
    .window-scrolled .dimmer-wrapper {
        display: none;
    }

    .window-scrolled .mobile-logo-wrapper {
        display: block !important;
    }

    .window-scrolled #primary-menu > li > a {
        padding-right: 10px;
        border-right: 0;
        font-size: .9rem;
    }

    .window-scrolled #primary-menu > li.menu-item-has-children:hover > a:after {
        bottom: -20px;
    }

    .window-scrolled #sticky-header-cta-buttons {
        display: block;
        border-radius: 16px;
        position: absolute;
        top: 50%;
        right: 76px;
        z-index: 1;
        transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        background: #b22a2d;
        font-size: .9rem;
    }

    #sticky-header-cta-buttons a {
        display: block;
        padding: 2px 16px 0;
        border-radius: 16px;
        line-height: 1;
        color: white;
    }

    #sticky-header-cta-buttons a:last-child {
        padding: 4px 29px 6px;
    }

    #sticky-header-cta-buttons a:first-child span {
        padding-bottom: 2px;
    }

    /* Hero - Large */
    .hero .title-wrapper h1 {
        font-size: 2.25rem;
    }

    /* Hero - Large End */
    /* Icon List - Large */
    .icon-list .title-wrapper h3 {
        font-size: 2rem;
    }

    /* Icon List - Large End */
    /* BEGIN Content Area Module - Large */
    .content-module .content.column-list ul {
        -moz-column-count: 4;
        -webkit-column-count: 4;
        column-count: 4;
    }

    /* END Content Area Module - Large */
    /* Testimonial Carousel - Large BEGIN */
    .testimonial-wrapper {
        padding: 1rem;
    }

    .testimonial-wrapper.slick-initialized .slick-slide {
        /*padding: 1rem;*/
    }

    .testimonial-carousel .slick-prev {
        left: -5px;
    }

    .testimonial-carousel .slick-next {
        right: -5px;
    }

    .testimonial-carousel {
        margin: 1rem auto 0;
    }

    /* Testimonial Carousel - Large END */
}

@media screen and (min-width: 1200px) {
    .dimmer-wrapper.large-2,
    .mobile-logo-wrapper.large-2 {
        max-width: 25% !important;
        -ms-flex: 0 0 25% !important;
        -webkit-flex: 0 0 25% !important;
        flex: 0 0 25% !important;
    }

    .main-navigation .menu-main-menu-container {
        max-width: 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    }

    .main-navigation.alternate .dimmer-wrapper {
        margin: 1rem 2rem;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1325px) {
    .main-navigation #primary-menu > li:nth-child(n + 3):hover > a:after {
        border-bottom-color: #e8e7d7;
    }
}

@media screen and (min-width: 1300px) {
    #sticky-header-cta-buttons a {
        display: inline-block;
        padding: 4px 16px;
        border-radius: 16px;
        line-height: 1;
        color: white;
    }

    #sticky-header-cta-buttons a:last-child {
        padding: 4px 16px 4px 0;
    }

    #sticky-header-cta-buttons a:first-child span {
        padding-bottom: 0;
        border-bottom: 0;
    }

    #sticky-header-cta-buttons a:last-child span {
        padding-left: 16px;
    }

    .main-navigation.alternate .window-scrolled #sticky-header-cta-buttons {
        top: 50%;
        margin-top:0px;
        transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%)
    }
}
/* Quiz Container */
.qmn_quiz_container {padding-top:0!important; padding-bottom:0!important;}



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

.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;
    }
}

@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 */


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


/* ////////////////////////////////////////////////////////////////// */
/* Imported directly from  modomatic/color-theme.css (sunset aug2018) */
/* ////////////////////////////////////////////////////////////////// */
.pgform.azv {
    background-color: transparent!important;
    padding: 0 40px;
}
.reveal-overlay .pgform.azv[name*=AZV_BookAnAppointment] h5.preferred-location {
    color:#fff;
}
.reveal-overlay .pgform.azv[name*=AZV_BookAnAppointment] h5.appointment-type {
    color:#fff;
}
.form-module.form-only .pgform .submit {color:#fff;}
.reveal-overlay .form-module .pgform input[type=submit] {
    background: #b22a2d;
    color: #fff;
    padding: .5rem 1rem;
    border-radius: 15px;
    border:0;
    margin-top:10px;
}

/* ////////////////////////////////////////////////////////////////// */
/* Start CSS added by team DDC*/
/* ////////////////////////////////////////////////////////////////// */
.form-module.form-only .pgform .submit{
	background-color:#b22a2d;
}