/*
Theme Name: webSURGE Bootstrap
Author: The webSURGE Team
Author URI: http://websurgenow.com/
Version: 2.1
*/

/* ------------------------------------- */
/* TABLE OF CONTENTS
/* ------------------------------------- */

/*
1. TYPOGRAPHY
2. GENERAL STYLES
3. FORM STYLES
4. HEADER STYLES
5. PAGE HEADER STYLES
6. HERO BLOCK STYLES
7. LANDING PAGE TEMPLATE STYLES
8. TESTIMONIAL DISPLAY BLOCK STYLES
9. TEXT BLOCK STYLES
10. BLOG STYLES
11. SINGLE POST STYLES
12. FOOTER STYLES
13. PARALLAX IMAGE BLOCK STYLES
14. PARALLAX CTA BLOCK STYLES
15. FULL WIDTH CTA BUTTON BLOCK STYLES
16. COMMUNITY WELCOME BLOCK STYLES
17. DOCUMENT RESOURCES BLOCK STYLES
18. WP-MEMBERS STYLES
19. CALENDAR BLOCK STYLES
20. BACKGROUND IMAGE CTA BUTTON BLOCK
21. WP HELPDESK STYLES
99. MEDIA QUERIES
*/

/* ------------------------------------- */
/* 1. XS TYPOGRAPHY
/* ------------------------------------- */

body,
h1, h2, h3, h4,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="password"],
input[type="search"],
input[type="number"],
textarea,
input[type="submit"],
input[type="button"],
button,
#main-content #wpmem_reg,
#main-content #wpmem_login {
    font-family: 'Oxygen', sans-serif;
}

body {
	font-weight: 300;
    line-height: 1.75;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
#main-content #wpmem_reg legend,
#main-content #wpmem_login legend,
.events-calendar .tribe-events-page-title,
.single-tribe_events .events-calendar .tribe-events-single-event-title,
.events-calendar .tribe-events-meta-group .tribe-events-single-section-title {
    color: #375172;
    font-family: 'EB Garamond', serif;
    font-weight: 500;
    letter-spacing: .0125em;
    margin: 1.5em 0 1rem;
    line-height: 1.3;
}

h1,
.h1,
.events-calendar .tribe-events-page-title,
.single-tribe_events .events-calendar .tribe-events-single-event-title {
    margin-top: 0;
    font-size: 2.369em;
}

h2,
.h2,
.client-portal h1 {
    font-size: 1.777em;
}

h3,
.h3,
.events-calendar .tribe-events-schedule h2 {
    font-size: 1.333em;
    font-weight: 400;
}

h4,
.h4,
.events-calendar .tribe-events-meta-group .tribe-events-single-section-title {
    font-size: 1.25em;
}

h5,
.h5 {
    font-size: 1.125em;
    font-weight: 600;
    letter-spacing: .15em;
    text-transform: uppercase;
}

h6,
.h6 {
    font-size: 1.125em;
    font-weight: 600;
}

small,
.font_small {
    font-size: 0.75em;
}


.font_large {
    font-size: 1.25em;
}

.garamond {
    font-family: 'EB Garamond', serif !important;
}

bold,
strong {
    font-weight: 600;
}

.mark, mark {
    background-color: #FFF176;
}

.no-text-shadow {
    text-shadow: none !important;
}

.no-text-wrap {
    white-space: nowrap;
}

.oxygen {
    font-family: 'Oxygen', sans-serif !important;
}

.section-border {
    border-top: 5px solid #ffffff;
}

.text-shadow-xs {
    text-shadow: 0 0 2px rgba(0,0,0,.0625), 0 0 4px rgba(0,0,0,.0625), 0 0 8px rgba(0,0,0,.0625); 
}

.text-shadow-sm {
    text-shadow: 0 0 2px rgba(0,0,0,.125), 0 0 4px rgba(0,0,0,.125), 0 0 8px rgba(0,0,0,.125); 
}

.text-shadow {
    text-shadow: 0 0 2px rgba(0,0,0,.25), 0 0 4px rgba(0,0,0,.25), 0 0 8px rgba(0,0,0,.25); 
}

.text-shadow-lg {
    text-shadow: 0 0 2px rgba(0,0,0,.5), 0 0 4px rgba(0,0,0,.5), 0 0 8px rgba(0,0,0,.5); 
}

/* ------------------------------------- */
/* 2. XS GENERAL STYLES
/* ------------------------------------- */

body {
	background-color: white;
    margin: 0 auto;
}

a,
a:visited {
    /*border-bottom: 1px solid transparent;*/
    font-weight: 500;
    transition: all .3s ease-out;
}

a:hover,
a:visited:hover,
a:focus,
a:visited:focus {
    /*border-bottom: 1px solid #7296f1;*/
    text-decoration: none;
    transition: all .3s ease-in;
}

.acf-row-0 .vertical-padding {
    padding-top: 0 !important;
}

.bg-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; 
}

.bg-overlay,
.bg-overlay-2,
.bg-overlay-3 {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.bg-blue {
    background-color: #375172;
}

.blue-yellow-gradient {
    background: -webkit-linear-gradient(top left, #BFD1FF, #FCEFC8);
    background: -o-linear-gradient(top left, #BFD1FF, #FCEFC8);
    background: -moz-linear-gradient(top left, #BFD1FF, #FCEFC8);
    background: linear-gradient(to bottom right, #BFD1FF, #FCEFC8);
}

.blue-yellow-gradient.border.border-white {
    border-width: 5px !important;
    z-index: 1;
}

.btn,
.btn:visited,
input[type="submit"],
input[type="button"],
button {
    border: 2px solid #d3b75c;
    border-radius: .25rem;
    color: #375172;
    letter-spacing: .0125em;
    padding: .375rem 1.25rem;
    text-transform: uppercase;
}

.btn.btn-blue,
.btn.btn-blue:visited {
    background-color: #7296F1;
    border: 2px solid #5E79BE;
    color: #ffffff;
}

.btn:hover,
.btn:visited:hover,
.btn:focus,
.btn:visited:focus,
.btn.btn-outline:hover,
.btn.btn-outline:visited:hover,
.btn.btn-outline:focus,
.btn.btn-outline:focus:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
button:hover,
button:focus,
a:hover .btn,
a:visited:hover .btn,
a:focus .btn,
a:visited:focus .btn {
    color: #ffffff !important;
    border: 2px solid #7296F1;
    box-shadow: none;
}

.btn.btn-outline,
.btn.btn-outline:visited {
    color: #BA8E00;
}
/*
input[type="submit"],
input[type="button"],
button {
    border: 2px solid transparent;
    border-radius: .25rem;
    color: #ffffff;
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    padding: .375rem .75rem;
    text-align: center;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    text-transform: uppercase;
}
*/

.carousel-indicators li {
    background-color: #fff;
    border: 1px solid #707070;
    border-radius: 50%;
    height: 16px;
    opacity: .5;
    width: 16px;
}

.carousel-indicators li.active {
    background-color: #959595;
}

.community-block:first-child {
    margin-top: 3rem;
}

.community-heading {
    background-color: #FCEFC8;
    /*padding: .625rem 1.25rem;*/
}

.modal .modal-body,
.modal .modal-header {
    padding: 1.25rem;
}

.modal .modal-header .close {
    color: #404040 !important;
    font-size: 1em;
    padding: 1.25rem;
    margin: -1.25rem -1.25rem -1.25rem auto;
}

ol:last-child,
p:last-child,
ul:last-child {
    margin-bottom: 0;
}

.page-content {
    background: #ffffff;
    position: relative;
}

.wysiwyg-content h1:first-child,
.wysiwyg-content h2:first-child,
.wysiwyg-content h3:first-child,
.wysiwyg-content h4:first-child,
.wysiwyg-content h5:first-child,
.wysiwyg-content h6:first-child {
    margin-top: 0;
}

.hero-cta {
    text-shadow: none !important;
}

/* ------------------------------------- */
/* 3. XS FORM STYLES
/* ------------------------------------- */

input[type="text"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="password"],
input[type="search"],
input[type="number"],
select,
textarea {
	border-radius: .25rem;
	box-shadow: none;
    box-sizing: border-box;
	outline: none;
	padding: 0 1em;
    transition: all 300ms ease-out;
	width: 100%;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="password"],
input[type="search"],
input[type="number"],
select {
    height: 3em;
    line-height: 3em;
}

select {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
    background-color: #000000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

textarea {
    height: 6em;
    padding: 1em 1em;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
textarea:focus {
    background-color: #ffffff;
    transition: all 200ms ease-in;
}

input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #747474;
    font-family: 'Oxygen', sans-serif;
    text-transform: uppercase;
    opacity: 1;
}

input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
textarea::-moz-placeholder { /* Firefox 19+ */
    color: #747474;
    font-family: 'Oxygen', sans-serif;
    text-transform: uppercase;
    opacity: 1;
}

input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
textarea:-ms-input-placeholder { /* IE 10+ */
    color: #747474;
    font-family: 'Oxygen', sans-serif;
    text-transform: uppercase;
    opacity: 1;
}

input[type="text"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
textarea:-moz-placeholder { /* Firefox 18- */
    color: #747474;
    font-family: 'Oxygen', sans-serif;
    text-transform: uppercase;
    opacity: 1;
}

input[type="radio"] {
    margin-right: .25em;
}

.total-cost {
    position: relative;
}

.total-cost:before {
    bottom: 0;
    content: "$";
    font-family: 'Oxygen', sans-serif;
    font-size: 1.333em;
    font-weight: 600;
    left: 0;
    line-height: 1.75;
    position: absolute;
}

.total-cost input[type="number"] {
    background-color: transparent;
    border: none !important;
    cursor: default;
    font-size: 1.333em;
    font-weight: 600;
    height: auto;
    line-height: 1.75;
    padding: 0 0 0 1.25rem;;
}

fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

.form-field {
    margin-bottom: 1.25em;
}

.frm_description {
    font-size: .85em;
}

.address .frm_description {
    display: none;
}

.frm_dropzone.dz-clickable .dz-message .frm_upload_icon {
    display: none;
}

.frm_forms form {
    border-radius: .25rem;
    padding: 1.25rem;
}

.frm_forms .frm_rootline input {
    line-height: 24px;
}

.frm_forms form .frm_section_heading {
    border-radius: .25rem;
    padding: 1.25rem;
}

.frm_forms form .frm_section_spacing {
    margin-bottom: 1rem;
}

.frm_form_fields {
    position: relative;
}

.frm_error,
.frm_error_style {
    color: #f44336;
}

.frm_error_style {
    border: 1px solid #f44336;
    background: #ffcdd2;
    padding: .5em .75em;
    margin-bottom: 1em;
}

.frm_message {
    border: 1px solid #388E3C;
    background: #C8E6C9;
    color: #388E3C;
    padding: .5em .75em;
    margin-bottom: 0;   
}

.frm_pos_none {
    display: none;
}

.frm_primary_label {
    color: #181818;
}

.frm_radio label,
.frm_checkbox label {
    margin-right: 1em;
}

.frm_required {
    color: #f44336;
}

.frm_section_spacing {
    margin-bottom: 1.5em;
}

.frm_submit {
    display: block;
    clear: both;
}

hr {
    border: 0;
    clear: both;
    display: block;
    width: 100%;               
    background-color: #cbcbcb;
    height: 1px;
    margin: 2em 0;
}

/* ------------------------------------- */
/* 4. XS HEADER STYLES
/* ------------------------------------- */

.navbar .container {
    max-width: 100%;
}

.navbar .dropdown-menu {
    background: #FCEFC8;
    margin: 0;
    padding: 0;
}

.navbar-brand {
    padding-left: 15px;
}

.navbar-brand img {
    display: block;
	width: auto;
	height: 48px; 
}
/*
.navbar-nav #mega-menu-wrap-primary #mega-menu-primary > li.mobile-only a,
.navbar-nav #mega-menu-wrap-primary #mega-menu-primary > li.mobile-only a:visited {
    color: #ffffff !important;
}

.navbar-nav #mega-menu-wrap-primary #mega-menu-primary > li.mobile-only a:hover,
.navbar-nav #mega-menu-wrap-primary #mega-menu-primary > li.mobile-only a:visited:hover,
.navbar-nav #mega-menu-wrap-primary #mega-menu-primary > li.mobile-only a:focus,
.navbar-nav #mega-menu-wrap-primary #mega-menu-primary > li.mobile-only a:visited:focus {
    color: #ffffff !important;
}

.navbar-nav #mega-menu-wrap-primary #mega-menu-primary > li.mobile-only > .contact-info-section a,
.navbar-nav #mega-menu-wrap-primary #mega-menu-primary > li.mobile-only > .social-media {
    border-top: 1px solid rgba(255,255,255,.125);
    display: block;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    padding-right: 10px;
}
*/
.navbar-dark .navbar-toggler {
    color: #ffffff;
    padding-left: 15px;
    padding-right: 15px;
}

.navbar-dark .navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-nav .nav-link,
.navbar-dark .navbar-nav .nav-link:visited {
    color: #375172;
}

.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link:hover {
    color: #ffffff;
}

.navbar-expand-md .navbar-nav .menu-item .nav-link,
.navbar-expand-md .navbar-nav .menu-item .dropdown-item {
    cursor: pointer;
    display: block;
    padding-left: 15px;
    padding-right: 15px;
}

.navbar-expand-md .navbar-nav .menu-item .dropdown-item {
    font-size: 90%;
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.navbar-expand-md .navbar-nav .menu-item .dropdown-menu {
    padding-top: .25rem;
    padding-bottom: .25rem;
}

.secondary-navigation {
    color: rgba(255,255,255,.7);
}

.secondary-navigation .service-request {
    width: 100%;
}

.secondary-navigation .service-request .btn {
    border-radius: 0;
    font-size: 80%;
    width: 100%;
}

.secondary-navigation .small a {
    border-bottom: 2px solid transparent;
}

.secondary-navigation .small a:hover {
    color: #ffffff !important;
    border-bottom: 2px solid #ffe000;
}

.site-header {
    background: #7296f1;
    /*
    background: -webkit-linear-gradient(left,#BFD1FF,#7296f1);
    background: -o-linear-gradient(left,#BFD1FF,#7296f1);
    background: -moz-linear-gradient(left,#BFD1FF,#7296f1);
    background: linear-gradient(to right,#BFD1FF,#7296f1);
    */
}

.site-wide-message h2,
.site-wide-message h3,
.site-wide-message h4,
.site-wide-message h5,
.site-wide-message h6 {
    color: #ffffff;
    margin: 0;
}

.upper-header {
    color: #f1f1f1;
    color: rgba(255,255,255,.7);
}

.upper-header a:hover,
.upper-header a:visited:hover,
.upper-header a:focus,
.upper-header a:visited:focus {
    color: #ffffff !important;
}

.upper-header .address-line-2:before,
.mobile-only .address-line-2:before {
    content: "|";
    padding: 0 .5em;
}

/* ------------------------------------- */
/* 5. XS PAGE HEADER STYLES
/* ------------------------------------- */

.page-header-block > .bg-overlay {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-header-block > .bg-overlay-2 {
    background: rgba(0,0,0,.75);
    background: -webkit-linear-gradient(top, rgba(0,0,0,.75) 100px, rgba(0,0,0,0));
    background: -o-linear-gradient(top, rgba(0,0,0,.75) 100px, rgba(0,0,0,0));
    background: -moz-linear-gradient(top, rgba(0,0,0,.75) 100px, rgba(0,0,0,0));
    background: linear-gradient(to bottom, rgba(0,0,0,.75) 100px, rgba(0,0,0,0));
    /*
    background: -webkit-linear-gradient(top, rgba(9,51,107,.5), rgba(0,0,0,0));
    background: -o-linear-gradient(top, rgba(9,51,107,.5), rgba(0,0,0,0));
    background: -moz-linear-gradient(top, rgba(9,51,107,.5), rgba(0,0,0,0));
    background: linear-gradient(to bottom, rgba(9,51,107,.5), rgba(0,0,0,0));
    */
}

/* ------------------------------------- */
/* 6. XS HERO BLOCK STYLES
/* ------------------------------------- */

.hero-block {
    overflow: hidden;
}

.hero-block .bg-overlay {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero-block .bg-overlay-2 {
    /*
    background: rgba(0,0,0,.75);
    background: -webkit-linear-gradient(top, rgba(0,0,0,.5) 100px, rgba(0,0,0,0));
    background: -o-linear-gradient(top, rgba(0,0,0,.5) 100px, rgba(0,0,0,0));
    background: -moz-linear-gradient(top, rgba(0,0,0,.5) 100px, rgba(0,0,0,0));
    background: linear-gradient(to bottom, rgba(0,0,0,.5) 100px, rgba(0,0,0,0));
    */
    background: -webkit-linear-gradient(top, rgba(9,51,107,.5) 100px, rgba(0,0,0,0));
    background: -o-linear-gradient(top, rgba(9,51,107,.5) 100px, rgba(0,0,0,0));
    background: -moz-linear-gradient(top, rgba(9,51,107,.5) 100px, rgba(0,0,0,0));
    background: linear-gradient(to bottom, rgba(9,51,107,.5) 100px, rgba(0,0,0,0));
}

.hero-block .bg-overlay-3 {
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 75%, #000000);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 75%, #000000);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 75%, #000000);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 75%, #000000);
}

.hero-block header,
.home-hero-content,
.page-hero-content {
    /*text-shadow: 0 0 2px rgba(0,0,0,.5), 0 0 4px rgba(0,0,0,.25), 0 0 8px rgba(0,0,0,.25);*/
}

.hero-block .video {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
}

.hero-block .video video {
    /*height: 100%;*/
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
}

.home-hero-content {
    max-width: 555px;
}

/* ------------------------------------- */
/* 7. XS LANDING PAGE TEMPLATE STYLES
/* ------------------------------------- */

.page-template-landing-page-template .upper-footer,
.page-template-landing-page-template .upper-header {
    display: none !important;
}

/* ------------------------------------- */
/* 8. XS TESTIMONIAL DISPLAY BLOCK STYLES
/* ------------------------------------- */

.carousel-control-prev-icon {
    transition: all .3s ease-out;
}

.carousel-control-prev-icon:hover {
    transition: all .3s ease-in;
}

.testimonial-display-block .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23212529' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
    transition: all .3s ease-out;
}

.carousel-control-next-icon:hover {
    transition: all .3s ease-in;
}

.testimonial-display-block .carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23212529' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
    transition: all .3s ease-out;
}

.flexible-text-block.default-style + .testimonial-display-block,
.testimonial-display-block + .flexible-text-block.default-style .vertical-padding {
    padding-top: 0 !important;
}

.testimonial-display-block {
    z-index: 2;
}

/* ------------------------------------- */
/* 9. XS TEXT BLOCK STYLES
/* ------------------------------------- */

.anchor-link {
    display: block;
    height: 0;
}

.cta-content-block {
    background-color: #FCEFC8;
    border: 1px solid #f4e4b2;
}

.cta-content-block .heading-wrapper {
    left: calc(1rem - 1px);
    top: 0;
    z-index: 1;
}

.flexible-text-block {
    z-index: 1;
}

.flexible-text-block.change-style {
    background-color: #F7F7F7;
    border-bottom: 1px solid rgba(64,64,64,.0375);
    border-top: 1px solid rgba(64,64,64,.0375);
}

.flexible-text-block.change-style .bg-white {
    /*background-color: transparent !important;*/
    background-color: #F7F7F7 !important;
}

.flexible-text-block.default-style + .testimonial-display-block .vertical-padding {
    padding-top: 0 !important;
}

.testimonial-display-block + .flexible-text-block.default-style {
    margin-top: -3rem;
}

.flexible-text-block .alignleft,
.flexible-text-block .alignnone,
.flexible-text-block .alignright {
    display: block;
    height: auto;
    margin: 0 0 1rem;
    max-width: 100%;
    width: 100%;
}

.flexible-text-block .alignleft img,
.flexible-text-block .alignnone img,
.flexible-text-block .alignright img {
    display: block;
    height: auto;
    width: 100%;
}

.flexible-text-block .button-wrapper {
    padding-left: 15px;
}

.flexible-text-block .card {
    background-color: transparent;
}

.flexible-text-block .emphasized-paragraph {
    font-size: 125%;
    font-weight: 500;
}

.flexible-text-block .secondary-link {
    line-height: 1.3;
}

.flexible-text-block .wp-caption-text {
    font-family: 'EB Garamond', serif;
    font-style: italic;
    margin-top: .25rem;
    text-align: center;
}

/* ------------------------------------- */
/* 10. XS BLOG STYLES
/* ------------------------------------- */

.blog .page-number {
    display: none;
}

.blog.paged .page-number {
    display: inline-block;
}

.categories li {
    display: inline-block;
    list-style-type: none;
}

.categories li:after {
    content: "|";
}

.categories li:last-child:after {
    content: "";
}

.categories li a,
.return-to-blog a {
    padding: 0 .5em;
    text-transform: uppercase;
}

.return-to-blog a {
    padding: 0;
}

.related-posts-display-block {
    border-top: 5px solid #ffffff;
}

/* ------------------------------------- */
/* 11. XS SINGLE POST STYLES
/* ------------------------------------- */

.single-post .meta-info .post-categories {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.single-post .meta-info .post-categories li {
    display: inline-block;
}

.single-post .meta-info .post-categories li:after {
    content: ', ';
}

.single-post .meta-info .post-categories li:last-child:after {
    content: '';
}

.single-ticket .post-thumbnail {
    display: none;
}

/* ------------------------------------- */
/* 12. XS FOOTER STYLES
/* ------------------------------------- */

#credits .websurge-logo img {
    display: block;
    height: 30px;
    width: auto;
}

.lower-footer {
    color: #375172;
}

.lower-footer .call-us a {
    border-bottom: 2px solid transparent;
}

.lower-footer .call-us a:hover,
.lower-footer .call-us a:visited:hover,
.lower-footer .call-us a:focus,
.lower-footer .call-us a:visited:focus {
    border-bottom: 2px solid #ffe000;
}

.lower-footer .social-media a {
    font-size: 60%;
}

.lower-footer .social-media a:hover,
.lower-footer .social-media a:visited:hover,
.lower-footer .social-media a:focus,
.lower-footer .social-media a:visited:focus {
    color: #ffe000 !important;
}

.lower-footer .social-media a:hover .fa-inverse,
.lower-footer .social-media a:visited:hover .fa-inverse,
.lower-footer .social-media a:focus .fa-inverse,
.lower-footer .social-media a:visited:focus .fa-inverse {
    color: #375172 !important;
}

.middle-footer {
    color: #f1f1f1;
    color: rgba(255,255,255,.7);
}

.middle-footer a:hover,
.middle-footer a:visited:hover,
.middle-footer a:focus,
.middle-footer a:visited:focus {
    color: #ffffff !important;
}

.middle-footer ul.communities li {
    padding-top: .5rem;
}

.middle-footer .heading {
    color: #ffe000;
}

.upper-footer {
    border-bottom: 15px solid #ffe000;
    border-top: 5px solid #ffffff;
}

.upper-footer .address-wrapper {
    display: inline-block;
    vertical-align: top;
}

.upper-footer .address-line-wrapper {
    display: block;
}

/* ------------------------------------- */
/* 13. XS PARALLAX IMAGE BLOCK STYLES
/* ------------------------------------- */

.parallax-image-block {
	height: auto;
    overflow: hidden;
    padding-bottom: 50%;
}

.parallax-image-block > .bg-overlay {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* ------------------------------------- */
/* 14. XS PARALLAX CTA BLOCK STYLES
/* ------------------------------------- */

.parallax-cta-block {
    border-top: 5px solid #ffffff;
}

.parallax-cta-block > .bg-overlay {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax-cta-block > .bg-overlay-2 {
    background-color: #7296F1;
    opacity: .75;
}

.parallax-cta-block > .bg-overlay-3 {
    background: -webkit-linear-gradient(top, rgba(0,0,0,.75), rgba(0,0,0,0) 200px);
    background: -o-linear-gradient(top, rgba(0,0,0,.75), rgba(0,0,0,0) 200px);
    background: -moz-linear-gradient(top, rgba(0,0,0,.75), rgba(0,0,0,0) 200px);
    background: linear-gradient(to bottom, rgba(0,0,0,.75), rgba(0,0,0,0) 200px);
}

/* ------------------------------------- */
/* 15. XS FULL WIDTH CTA BUTTON BLOCK STYLES
/* ------------------------------------- */

.full-width-cta-button-block > .bg-overlay {
    filter: grayscale(100);
}

.full-width-cta-button-block > .bg-overlay-2 {
    opacity: .9;
}

/* ------------------------------------- */
/* 16. XS COMMUNITY WELCOME BLOCK STYLES
/* ------------------------------------- */

.community-welcome-message,
.community-welcome-warning {
    padding: 1.25rem;
}

/* ------------------------------------- */
/* 17. XS DOCUMENT RESOURCES BLOCK STYLES
/* ------------------------------------- */

.dlm-downloads {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style-type: none;
    margin-right: -15px;
    margin-left: -15px;
    padding: 0;
}

.dlm-downloads li {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    margin-top: 1.5rem;
    max-width: 50%;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    width: 100%;
}

.dlm-downloads li a,
.dlm-downloads li a:visited {
    border-radius: .25rem;
    color: #ffffff;
    display: block;
    font-weight: 600;
    height: 100%;
    line-height: 1.2;
    padding: 1.25rem;
    position: relative;
    text-align: center;
}

.dlm-downloads li a:before {
    color: #ffffff;
    content: '\f019';
    display: block;
    font-family: 'Font Awesome 5 Free';
    font-size: 1.5em;
    font-weight: 900;
    margin-bottom: .5rem;
}

.downloads .collapse ul li:last-child {
    border-bottom: none !important;
}

.downloads .toggle-collapse a {
    border-radius: .25rem;
}

.downloads .toggle-collapse a[aria-expanded="true"] {
    border-radius: .25rem .25rem 0 0;
}

.downloads .toggle-collapse a:after {
    content: '\f067';
    font-family: 'Font Awesome 5 Free';
    font-size: .625em;
    font-weight: 900;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
}

.downloads .toggle-collapse a[aria-expanded="true"]:after {
    content: '\f068';
}

.document-resources-block .heading {
    background-color: #FCEFC8;
    /*padding: .625rem 1.25rem;*/
}

.flexible-text-block.default-style + .document-resources-block {
    padding-top: 0 !important;
}

/* ------------------------------------- */
/* 18. XS WP-MEMBERS STYLES
/* ------------------------------------- */

#main-content .wpmem_msg {
    border-radius: .25rem;
    margin-bottom: 3rem;
    padding: 1.25rem;
    width: 100%;
}

#main-content #wpmem_reg,
#main-content #wpmem_login {
    line-height: 1.75;
}

#main-content #wpmem_reg .button_div,
#main-content #wpmem_login .button_div {
    margin-top: 1.5rem;
    padding: 0;
    text-align: right;
}

#main-content #wpmem_login .link-text {
    margin-top: .5rem;
    padding: 0;
    text-align: right;
}

#main-content #wpmem_login .div_text,
#main-content #wpmem_reg .div_text,
#main-content #wpmem_reg .div_textarea,
#main-content #wpmem_reg .div_select,
#main-content #wpmem_reg .div_checkbox,
#main-content #wpmem_reg .div_multiselect,
#main-content #wpmem_reg .div_multicheckbox,
#main-content #wpmem_reg .div_radio,
#main-content #wpmem_reg .div_image,
#main-content #wpmem_reg .div_file,
#main-content #wpmem_reg .div_url,
#main-content #wpmem_reg .div_number,
#main-content #wpmem_reg .div_date {
    margin: 0 0 1rem 0;
}

#main-content #wpmem_reg .button_div,
#main-content #wpmem_login .button_div,
#main-content #wpmem_login .link-text,
#main-content #wpmem_login .div_text,
#main-content #wpmem_reg .div_text,
#main-content #wpmem_reg .div_textarea,
#main-content #wpmem_reg .div_select,
#main-content #wpmem_reg .div_checkbox,
#main-content #wpmem_reg .div_multiselect,
#main-content #wpmem_reg .div_multicheckbox,
#main-content #wpmem_reg .div_radio,
#main-content #wpmem_reg .div_image,
#main-content #wpmem_reg .div_file,
#main-content #wpmem_reg .div_url,
#main-content #wpmem_reg .div_number,
#main-content #wpmem_reg .div_date {
    width: 100%;
}

#main-content #wpmem_reg label,
#main-content #wpmem_login label {
    display: inline-block;
    position: relative;
}

#main-content #wpmem_reg label[for="billing_address_1"]:before {
    content: "Unit Street";
    display: inline-block;
    margin-right: .25rem;
}

#main-content #wpmem_reg label[for="billing_address_1"]:after {
    background-color: #ffffff;
    content: "";
    display: block;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
}

#main-content #wpmem_reg label[for="billing_address_2"],
#main-content #wpmem_reg #billing_address_2 {
    display: none;
}

#main-content #wpmem_reg label[for="first_name"]:before,
#main-content #wpmem_reg label[for="last_name"]:before {
    content: "Unit Owner's";
    display: inline-block;
    margin-right: .25rem;
}

#main-content #wpmem_reg label[for="username"]:after {
    content: "(this cannot be edited once submitted)";
    display: inline-block;
    margin-left: .5rem;
    opacity: .5;
}

#main-content #wpmem_reg legend,
#main-content #wpmem_login legend {
    color: #375172;
    font-size: 1.777em;
    margin-top: 0;
    margin-bottom: 3rem;
    width: 100%;
}

#main-content #wpmem_reg fieldset,
#main-content #wpmem_login fieldset {
    border: none;
    padding: 0;
    margin: 0;
}

#main-content #wpmem_reg .req {
    color: #dc3545;
    font-size: 16px;
    line-height: 100%;
    margin-left: .25rem;
}

.wp-activate-container {
    margin-left: auto;
    margin-right: auto;
    padding: 3rem 15px;
}

.wp-activate-container h2 {
    margin: 0;
}

/* ------------------------------------- */
/* 19. XS CALENDAR BLOCK STYLES
/* ------------------------------------- */

.calendar-block .monthly-calendar {
    padding: 1.25rem;
    width: 100%;
}

.calendar-block .monthly-calendar iframe {
    width: 100%;
}

.calendar-block .monthly-calendar #tribe-events .tribe-events-ical.tribe-events-button,
.events-calendar .tribe-events-ical.tribe-events-button {
    display: none;
}

.calendar-block .monthly-calendar #tribe-events-content,
.calendar-block .monthly-calendar #tribe-events-content table.tribe-events-calendar,
.calendar-block .monthly-calendar #tribe-events-footer,
.calendar-block .monthly-calendar #tribe-events-header,
.events-calendar #tribe-events-content,
.events-calendar #tribe-events-content table.tribe-events-calendar,
.events-calendar #tribe-events-footer,
.events-calendar #tribe-events-header {
    margin: 0;
    padding: 0;
}

.calendar-block .monthly-calendar #tribe-events-content table.tribe-events-calendar {
    font-size: 10px;
}

.calendar-block .monthly-calendar #tribe-events-content .tribe-events-calendar td {
    box-sizing: border-box;
    color: #114b7d;
    font-size: 11px;
    height: 100px;
    padding: 0 0 .5em;
    vertical-align: top;
    width: 14.28%;
}

.calendar-block .monthly-calendar #tribe-events-content .tribe-events-calendar td,
.calendar-block .monthly-calendar #tribe-events-content table.tribe-events-calendar,
.events-calendar #tribe-events-content .tribe-events-calendar td,
.events-calendar #tribe-events-content table.tribe-events-calendar {
    border: 1px solid #707070;
}

.calendar-block .monthly-calendar .tribe-events-calendar th,
.events-calendar .tribe-events-calendar thead th {
    background-color: rgba(112,122,122,.25);
    border: none;
}

/*.calendar-block .monthly-calendar .tribe-events-calendar td.tribe-events-past div[id*="tribe-events-daynum-"],
.calendar-block .monthly-calendar .tribe-events-calendar td.tribe-events-past div[id*="tribe-events-daynum-"] > a,*/
.events-calendar .tribe-events-calendar td.tribe-events-past div[id*="tribe-events-daynum-"],
/*.events-calendar .tribe-events-calendar td.tribe-events-past div[id*="tribe-events-daynum-"] > a,*/
.events-calendar .tribe-events-calendar div[id*="tribe-events-daynum-"] {
    background-color: rgba(112,122,122,.1);
}

.events-calendar .tribe-events-calendar div[id*="tribe-events-daynum-"] a,
.events-calendar .tribe-events-calendar td.tribe-events-past div[id*="tribe-events-daynum-"] > a {
    background-color: transparent;
}

/*.calendar-block .monthly-calendar #tribe-events-content .tribe-events-calendar td.tribe-events-othermonth,*/
.events-calendar #tribe-events-content .tribe-events-calendar td.tribe-events-othermonth {
    background-color: rgba(112,122,122,.05);
}

.events-calendar .tribe-events-calendar td.tribe-events-othermonth.tribe-events-future div[id*="tribe-events-daynum-"],
.events-calendar .tribe-events-calendar td.tribe-events-othermonth.tribe-events-future div[id*="tribe-events-daynum-"] > a {
    background-color: rgba(112,122,122,.1);
}

.calendar-block .monthly-calendar .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"],
.calendar-block .monthly-calendar .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"] > a,
.events-calendar .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"],
.events-calendar .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"] > a {
    background-color: #FFDB00;
}

.calendar-block .return-to-community {
    display: none;
}

.calendar-block .today {
    /*background-color: #FFDB00;*/
    background-color: #375172;
    border-radius: .25rem .25rem 0 0;
    padding: 1.25rem;
}

.calendar-block .todays-events,
.calendar-block .todays-events a {
    color: #ffffff !important;
}

.events-calendar .tribe-bar-disabled {
    z-index: 98;
}

.events-calendar .tribe-bar-disabled #tribe-bar-form {
    background-color: rgba(112,122,122,.1);
    border-radius: 0;
}

.events-calendar .tribe-bar-disabled #tribe-bar-form .tribe-bar-views-inner {
    background-color: #E3E5E5;
}

.events-calendar .tribe-bar-disabled #tribe-bar-form #tribe-bar-views .tribe-bar-views-list {
    background-color: #E3E5E5;
    border-radius: 0;
    margin: 0;
    padding: 0;
}

.events-calendar #tribe-bar-views .tribe-bar-views-option.tribe-bar-active,
.events-calendar #tribe-bar-views .tribe-bar-views-option:hover,
.events-calendar .tribe-bar-disabled #tribe-bar-form #tribe-bar-views-toggle:focus,
.events-calendar .tribe-bar-disabled #tribe-bar-form #tribe-bar-views-toggle:hover {
    background-color: rgba(112,122,122,.2);
    border-radius: 0;
}

.events-calendar #tribe-events-bar {
    margin-bottom: 1.5rem;
}

.events-calendar .tribe-events-back {
    display: none;
}

.events-calendar .tribe-events-sub-nav li a,
.events-calendar .tribe-events-sub-nav li a:hover,
.events-calendar .tribe-events-sub-nav li a:visited {
    background: none;
    font-size: 13.6px;
    font-weight: 500;
    padding: 0;
}

.events-calendar #tribe-events-header .tribe-events-sub-nav {
    font-size: 1em;
    margin-bottom: 1rem;
}

.events-calendar #tribe-events-footer .tribe-events-sub-nav {
    font-size: 1em;
    margin: 1rem 0;
}

.events-calendar .monthly-calendar #tribe-events-footer .tribe-events-sub-nav,
.events-calendar .monthly-calendar #tribe-events-header .tribe-events-sub-nav {
    display: none;
}

.full-width-cta-button-block + .calendar-block {
    padding-top: 3rem;
}

#main-content #tribe-events-pg-template {
    padding: 0;
}

.single-tribe_events .events-calendar .tribe-events-cal-links {
    display: none;
}

.single-tribe_events .events-calendar #tribe-events-content .tribe-events-event-meta dt {
    line-height: 1.75;
    margin: 1rem 0 0 0;
}

.single-tribe_events .events-calendar #tribe-events-content .tribe-events-event-meta dd {
    line-height: 1.75;
    margin: 0;
}

.single-tribe_events .events-calendar .tribe-events-event-meta {
    border-radius: .25rem;
    font-size: 16px;
    margin: 2rem 0 0;
    padding: 0;
}

.single-tribe_events .events-calendar .tribe-events-event-meta .tribe-events-meta-group {
    margin: 0;
    padding: 1.25rem;
}

.single-tribe_events .events-calendar .tribe-events-meta-group .tribe-events-single-section-title {
    margin-top: 0;
}

.single-tribe_events .events-calendar #tribe-events-footer {
    border-top: none;
    margin: 0;
    padding-top: 2rem;
}

.single-tribe_events .events-calendar .tribe-events-schedule {
    background: none;
    border: none;
    margin: 0 0 1.5rem;
    padding: 0;
}

.single-tribe_events .events-calendar .tribe-events-schedule h2 {
    margin: 0;
}

#tribe-events-content table.tribe-events-calendar .tribe-events-tooltip {
    visibility: hidden;
}

/* ------------------------------------- */
/* 20. XS BACKGROUND IMAGE CTA BUTTON BLOCK
/* ------------------------------------- */

.bg-image-cta-button-block .bg-overlay {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-image-cta-button-block .content-wrapper {
    background-color: #9EB6F2;
    border: 5px solid #ffffff;
    font-weight: 500;
    opacity: .9;
}

.find-your-community-block + .bg-image-cta-button-block,
.find-your-community-block + .bg-image-cta-button-block .vertical-padding,
.flexible-text-block.default-style + .bg-image-cta-button-block,
.flexible-text-block.default-style + .bg-image-cta-button-block .vertical-padding {
    padding-top: 0 !important;
}

/* ------------------------------------- */
/* 21. XS WP HELPDESK STYLES
/* ------------------------------------- */

.client-portal .wphd-main .wphd-flash-error {
    display: none !important;
}

.wphd-main .wphd-form {
    border-radius: .25rem;
    /*box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;*/
    padding: 1.25rem;
}

.wphd-main .wphd-form .wphd-field input[type="text"],
.wphd-main .wphd-form .wphd-field select,
.wphd-main .wphd-form input[name="wphd_submit"] {
    width: 100%;
}

.wphd-main .wphd-form .wphd-field-line {
    margin: 0 0 1.25em 0;
    padding: 0;
    line-height: 1.75;
}

.wphd-main .wphd-form .wphd-fieldset-default .wphd-group-0 {
    display: none;
}

.wphd-main .wphd-form .wphd-label {
    font-weight: 300;
    margin-bottom: .5rem;
}

.wphd-main .wphd-form .wphd-required {
    color: #f44336;
}

.wphd-main .wphd-grid {
    margin: 0;
}

.wphd-main .wphd-layout-threads .wphd-grid-row {
    padding: 1rem 1rem 1rem 0;
}

.wphd-main .wphd-reply-list {
    border-top: none;
}

.wphd-main .wphd-reply-list .wphd-grid-row {
    padding: 1rem 1rem 0 0;
}

.wphd-main .wphd-reply-list .wphd-module {
    padding: 0;
}

.wphd-main .wphd-reply-list .wphd-thread-message-attachments {
    margin-bottom: 1rem;
    padding: .25rem 1rem .5rem;
}

.wphd-main .wphd-reply-list .wphd-user-ball {
    display: none;
}

.wphd-main .wphd-reply-placeholder {
    background-color: transparent !important;
    border: none !important;
    margin: 1.5rem 0;
}

.wphd-main .wphd-reply-placeholder .wphd-module {
    padding: 0;
}

/* ------------------------------------- */
/* 99. MEDIA QUERIES
/* ------------------------------------- */

@media (min-width: 576px) {
    
    /* ------------------------------------- */
    /* 18. S WP-MEMBERS STYLES
    /* ------------------------------------- */
    
    .wp-activate-container {
        max-width: 540px;
    }
    
    
}

@media (min-width: 768px) {
    
    /* ------------------------------------- */
    /* 1. MD TYPOGRAPHY
    /* ------------------------------------- */
    
    h1,
    .h1,
    .events-calendar .tribe-events-page-title,
    .single-tribe_events .events-calendar .tribe-events-single-event-title {
        font-size: 3.157em;
    }

    h2,
    .h2,
    .client-portal h1 {
        font-size: 2.369em;
    }

    h3,
    .h3,
    .events-calendar .tribe-events-schedule h2 {
        font-size: 1.777em;
    }

    h4,
    .h4,
    .events-calendar .tribe-events-meta-group .tribe-events-single-section-title {
        font-size: 1.333em;
    }
    
    /* ------------------------------------- */
    /* 2. MD GENERAL STYLES
    /* ------------------------------------- */
    
    .modal .modal-header .close {
        font-size: 1.25em;
    }
    
    .mobile-only {
        display: none !important;
    }
    
    ul.multi-column,
    .wysiwyg-content ul.communities {
        column-count: 2;
    }
    
    /* ------------------------------------- */
    /* 4. MD HEADER STYLES
    /* ------------------------------------- */
    
    .main-navigation .navbar-nav .menu-item.mobile-only {
        display: none !important;
    }
    
    .navbar {
        min-height: 70px;
    }
    
    .navbar .container {
        /*max-width: 720px;*/
        /*max-width: none;*/
    }
    /*
    .navbar #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
        border-bottom: 6px solid transparent;
        margin-left: 10px;
        margin-right: 10px;
        transition: all .3s ease-out;
    }
    
    .navbar #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover,
    .navbar #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {
        border-bottom: 6px solid #ffe000;
        transition: all .3s ease-in;
    }
    
    .navbar #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {
        color: #ffffff;
    }
    */
    
    .navbar-brand {
        padding-left: 0;
    }
    
    .navbar-expand-md .navbar-nav .menu-item {
        margin: 0 1rem;
    }
    
    .navbar-expand-md .navbar-nav .menu-item:last-child {
        margin-right: 0;
    }
    
    .navbar-expand-md .navbar-nav .menu-item .nav-link {
        border-bottom: 6px solid transparent;
        font-size: 80%;
        padding: 1rem 0;
        transition: all .3s ease-out;
    }
    
    .navbar-expand-md .navbar-nav .menu-item .nav-link.active,
    .navbar-expand-md .navbar-nav .menu-item .nav-link:hover {
        border-bottom: 6px solid #ffe000;
        color: #ffffff;
        transition: all .3s ease-in;
    }
    
    .navbar-nav .dropdown:hover > .dropdown-menu {
        display: block;
    }
    
    .navbar-nav .dropdown.mega-menu .dropdown-menu {
        padding: .75rem;
        width: 690px;
    }
    
    .navbar-nav .dropdown.mega-menu .dropdown-menu ul.communities {
        column-count: 2;
    }
    
    .secondary-navigation .service-request {
        width: auto;
    }

    .secondary-navigation .service-request .btn {
        border-bottom-left-radius: .25rem;
        border-bottom-right-radius: .25rem;
        width: auto;
    }
    
    .site-header {
        position: fixed;
        transition: background .5s ease-out;
        z-index: 99;
    }

    .site-header .bg-overlay {
        opacity: 0;
        transition: opacity .3s ease-out;
    }

    .change-color .site-header {
        transition: background .5s ease-in;
    }

    .change-color .site-header .bg-overlay {
        box-shadow: 0 10px 20px -10px rgba(0,0,0,.15);
        opacity: 1;
        transition: opacity .3s ease-in;
    }
    
    /* ------------------------------------- */
    /* 5. MD PAGE HEADER STYLES
    /* ------------------------------------- */

    .page-header-block {
        padding-top: 101px;
    }
    
    /* ------------------------------------- */
    /* 7. MD LANDING PAGE TEMPLATE STYLES
    /* ------------------------------------- */

    .page-template-landing-page-template .main-navigation {
        display: none !important;
    }

    .page-template-landing-page-template .page-header-block {
        padding-top: 70px;
    }
    
    /* ------------------------------------- */
    /* 9. MD TEXT BLOCK STYLES
    /* ------------------------------------- */
    
    .anchor-link {
        display: block;
        position: relative;
        top: -80px;
        visibility: hidden;
    }
    /*
    .anchor-link:before {
        display: inline; 
        content: " "; 
        margin-top: -48px;
        height: 48px;
        visibility: hidden;
    }
    */
    .cta-content-block .heading-wrapper {
        left: 25%;
    }
    
    .cta-content-block .image-wrapper img {
        height: 100%;
        object-fit: cover;
    }

    .flexible-text-block .alignleft,
    .flexible-text-block .alignnone,
    .flexible-text-block .alignright {
        width: auto;
    }

    .flexible-text-block .alignleft {  
        float: left;
        margin-right: 5%;
    }

    .flexible-text-block .alignright {
        float: right;
        margin-left: 5%;
    }
    
    /* ------------------------------------- */
    /* 12. MD FOOTER STYLES
    /* ------------------------------------- */
    
    .middle-footer ul.communities {
        column-count: 2;
    }
    
    /* ------------------------------------- */
    /* 13. MD PARALLAX IMAGE BLOCK STYLES
    /* ------------------------------------- */
    
    .parallax-image-block {
        padding-bottom: 40%;
    }

    .parallax-image-block > .bg-overlay {
        background-attachment: fixed;
    }
    
    /* ------------------------------------- */
    /* 14. MD PARALLAX CTA BLOCK STYLES
    /* ------------------------------------- */

    .parallax-cta-block > .bg-overlay {
        background-attachment: fixed;
    }
    
    /* ------------------------------------- */
    /* 17. MD DOCUMENT RESOURCES BLOCK STYLES
    /* ------------------------------------- */

    .dlm-downloads li {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    
    /* ------------------------------------- */
    /* 18. MD WP-MEMBERS STYLES
    /* ------------------------------------- */

    #main-content #wpmem_reg legend,
    #main-content #wpmem_login legend {
        font-size: 2.369em;
    }
    
    .wp-activate-container {
        max-width: 720px;
        padding-top: calc(3rem + 101px);
    }
    
    /* ------------------------------------- */
    /* 19. MD CALENDAR BLOCK STYLES
    /* ------------------------------------- */

    .calendar-block .todays-date {
        font-size: 125%;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    
    .calendar-block .todays-events {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    
    /* ------------------------------------- */
    /* 21. MD WP HELPDESK STYLES
    /* ------------------------------------- */

    .wphd-main .wphd-form input[name="wphd_submit"] {
        width: auto;
    }
    
    .wphd-main .wphd-form .wphd-label {
        margin-bottom: 0;
        margin-top: .625rem;
    }
    
}

@media (min-width: 992px) {
    
    /* ------------------------------------- */
    /* 2. LG GENERAL STYLES
    /* ------------------------------------- */
    
    .carousel-indicators {
        left: calc(50% + 15px);
        justify-content: flex-start;
        margin-right: 0;
        margin-left: 0;
        width: 50%;
    }
    
    ul.multi-column,
    .wysiwyg-content ul.communities {
        column-count: 3;
    }
    
    /* ------------------------------------- */
    /* 4. LG HEADER STYLES
    /* ------------------------------------- */
    
    .navbar .container {
        max-width: 960px;
    }
    
    .navbar-brand img {
        height: 60px; 
    }
    
    .navbar-nav .dropdown.mega-menu .dropdown-menu {
        width: 930px;
    }
    
    .navbar-nav .dropdown.mega-menu .dropdown-menu ul.communities {
        column-count: 3;
    }
    
    .navbar-expand-md .navbar-nav .menu-item .nav-link {
        font-size: 90%;
    }
    
    /* ------------------------------------- */
    /* 5. LG PAGE HEADER STYLES
    /* ------------------------------------- */

    .page-header-block > .bg-overlay {
        min-height: 100vh;
    }
    
    /* ------------------------------------- */
    /* 6. LG HERO BLOCK STYLES
    /* ------------------------------------- */

    .hero-block {
        min-height: 100vh;
    }
    
    /* ------------------------------------- */
    /* 13. LG FOOTER STYLES
    /* ------------------------------------- */
    
    .middle-footer ul.communities {
        column-count: 3;
    }
    
    /* ------------------------------------- */
    /* 13. LG PARALLAX IMAGE BLOCK STYLES
    /* ------------------------------------- */
    
    .parallax-image-block {
        padding-bottom: 30%;
    }
    
    /* ------------------------------------- */
    /* 18. LG WP-MEMBERS STYLES
    /* ------------------------------------- */

    #main-content #wpmem_reg legend,
    #main-content #wpmem_login legend {
        margin-left: -3rem;
    }
    
    .wp-activate-container {
        max-width: 960px;
        padding-bottom: 4.5rem;
        padding-top: calc(4.5rem + 101px);
    }
    
    /* ------------------------------------- */
    /* 19. LG CALENDAR BLOCK STYLES
    /* ------------------------------------- */
    
    .full-width-cta-button-block + .calendar-block {
        padding-top: 4.5rem;
    }
    
}

@media (min-width: 1200px) {
    
    /* ------------------------------------- */
    /* 2. XL GENERAL STYLES
    /* ------------------------------------- */
    
    .btn-lg {
        font-size: 1.5rem;
    }
    
    .reader-text {
        font-size: 1.125em;
    }
    
    .reader-text h1,
    .reader-text .h1 {
        font-size: 2.806222222222222em;
    }
    
    .reader-text h2,
    .reader-text .h2 {
        font-size: 2.105777777777778em;
    }
    
    .reader-text h3,
    .reader-text .h3 {
        font-size: 1.579555555555556em;
    }
 
    .reader-text .frm_form_field {
        font-size: 0.888888888888889em;
    }
    
    /* ------------------------------------- */
    /* 4. XL HEADER STYLES
    /* ------------------------------------- */
    
    .navbar .container {
        max-width: 1140px;
    }
    
    .navbar-nav .dropdown.mega-menu .dropdown-menu {
        width: 1110px;
    }
    
    .navbar-nav .dropdown.mega-menu .dropdown-menu ul.communities {
        column-count: 4;
    }
    
    .navbar-expand-md .navbar-nav .menu-item .nav-link {
        font-size: 100%;
    }
    
    /* ------------------------------------- */
    /* 9. XL TEXT BLOCK STYLES
    /* ------------------------------------- */
    
    .community-welcome-block + .flexible-text-block .pb-xl-4 {
        padding-top: 1.5rem;
    }
    
    .cta-content-block .heading-wrapper {
        left: 27%;
    }
    
    /* ------------------------------------- */
    /* 12. XL FOOTER STYLES
    /* ------------------------------------- */
    
    .middle-footer ul.communities {
        column-count: 4;
    }
    
    /* ------------------------------------- */
    /* 17. XL DOCUMENT RESOURCES BLOCK STYLES
    /* ------------------------------------- */

    .dlm-downloads li {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    
    /* ------------------------------------- */
    /* 18. XL WP-MEMBERS STYLES
    /* ------------------------------------- */
    
    .wp-activate-container {
        max-width: 1140px;
    }
    
    /* ------------------------------------- */
    /* 19. XL CALENDAR BLOCK STYLES
    /* ------------------------------------- */

    .calendar-block .today {
        border-radius: .25rem 0 0 .25rem;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    
    .calendar-block .todays-date {
        font-size: 150%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .calendar-block .todays-date .date {
        font-size: 4.5em;
    }
    
    .calendar-block .todays-events {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    
}

@media only screen and (min-width: 1440px) {
    
    /* ------------------------------------- */
    /* 2. XXL GENERAL STYLES
    /* ------------------------------------- */
    /*
    .reader-text {
        font-size: 1.25em;
    }
    
    .reader-text h1,
    .reader-text .h1 {
        font-size: 2.5256em;
    }
    
    .reader-text h2,
    .reader-text .h2 {
        font-size: 1.8952em;
    }
    
    .reader-text h3,
    .reader-text .h3 {
        font-size: 1.4216em;
    }
 
    .reader-text .frm_form_field {
        font-size: .8em;
    }
    */
    
    /* ------------------------------------- */
    /* 13. XXL PARALLAX IMAGE BLOCK STYLES
    /* ------------------------------------- */
    
    .parallax-image-block {
        padding-bottom: 25%;
    }
}