/*
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. CTA FORM BLOCK STYLES
14. STYLE GUIDE TEMPLATE STYLES
99. MEDIA QUERIES
*/

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

body {
	font-size: 1.125rem;
    line-height: 1.75;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-weight: 400;
    letter-spacing: .025em;
    margin: 1.25em 0 1rem;
    line-height: 1.15;
}

h1,
.h1 {
    font-weight: 700;
    margin-top: 0;
    text-transform: uppercase;
}

h2,
.h2 {
    font-weight: 700;
    text-transform: uppercase;
}

h3,
.h3 {
    letter-spacing: .05em;
}

h4,
.h4 {
    letter-spacing: .05em;
    line-height: 1.3;
}

h5,
.h5 {
    font-weight: 700;
    letter-spacing: .15em;
    line-height: 1.3;
    text-transform: uppercase;
}

h6,
.h6 {
    font-weight: 700;
    line-height: 1.3;
}

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


.font_large {
    font-size: 1.25em;
}

.lead {
    font-size: 1.25em;
    /*font-weight: 300;*/
    line-height: 1.5;
    font-weight: inherit;
}

#main-content ol > li > ul {
    margin-top: 1rem;
}

#mini-google-logo {
    width: 25px;
    height: auto;
}

p.lead {
    /*font-weight: 300;*/
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
}

p.lead:first-child {
    margin-top: 0;
}

p.lead:last-child {
    margin-bottom: 0;
}

bold,
.bold,
strong,
.strong {
    font-weight: 600;
}

.extra-bold,
.testimonial-display-block .heading span {
    font-weight: 700;
}

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

.text-normal {
    text-transform: none !important;
}

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

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

a,
a:visited {
    font-weight: 600;
}

a:hover,
a:visited:hover,
a:focus,
a:visited:focus,
a:hover span,
a:visited:hover span,
a:focus span,
a:visited:focus span {
    text-decoration: underline;
}

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

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

.affiliation-logo {
    max-height: 80px;
    max-width: 160px;
}

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

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

.bg-overlay.opacity {
    opacity: .125;
}

.bkgd-overlay {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}

.has-bg-image .bkgd-overlay,
.standard-overlay .bkgd-overlay {
    opacity: .95;
}

.bg-primary + .bg-primary .vertical-padding,
.bg-secondary + .bg-secondary .vertical-padding,
.bg-tertiary + .bg-tertiary .vertical-padding,
.bg-quaternary + .bg-quaternary .vertical-padding,
.bg-light + .bg-light .vertical-padding,
.bg-dark + .bg-dark .vertical-padding,
.bg-white + .bg-white .vertical-padding,
.bg-white + .transparent-bkgd .vertical-padding,
.transparent-bkgd + .bg-white .vertical-padding,
.bg-black + .bg-black .vertical-padding,
.bg-text-body + .bg-text-body .vertical-padding,
.bg-primary-gradient + .bg-primary-gradient .vertical-padding,
.bg-secondary-gradient + .bg-secondary-gradient .vertical-padding,
.transparent-bkgd + .transparent-bkgd .vertical-padding {
    padding-top: 0 !important;
}

bold,
.bold,
strong,
.strong,
.bold a,
.strong a {
    font-weight: 600;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {    
    border-radius: .25rem;
    display: inline-block;
    font-size: 1em;
    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;
}

button:disabled,
input[type="button"]:disabled,
input[type="reset"]:disabled,
input[type="submit"]:disabled {
    opacity: .65;
}

cite {
    font-style: normal;
    letter-spacing: .025rem;
}

.company-logo {
    display: block;
    height: auto;
    width: 200px; /* reduced from 260 to fit new primary nav menu item */
    /*
	width: auto;
	height: 50px;
    */
}

.fg-video video {
    height: auto;
    width: 100%;
}

.font-lg {
    font-size: 1.25em;
}

.font-xl {
    font-size: 1.5em;
}

.grayscale {
    filter: grayscale(100);
}

.list-inline ul,
.list-unstyled ul {
    padding-left: 0;
    list-style: none;
}

.list-inline ul li {
    display: inline-block;
}

.list-inline ul li:not(:last-child) {
    margin-right: .5rem;
}

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

ol,
ul {
    padding-left: 1.5rem;
}

ol li,
ul li {
    margin-bottom: 1rem;
}

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

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

.page-header-block + .acf-row-0 .vertical-padding {
    padding-top: 0 !important;
}

#play-button {
    background-color: #ffffff;
    border-radius: 5rem;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 98;
}

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

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

.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.slick-arrow.slick-next {
    right: -40px;
}

.slick-arrow.slick-prev {
    left: -40px;
}

.slick-slider-container {
    width: calc(100% - 80px);
}

.social-media-stack {
    font-size: 0.625em;
}

.social-media-stack a:first-child {
    margin-left: 0 !important;
}

.social-media-stack a:last-child {
    margin-right: 0 !important;
}

.text-reset a,
.text-reset a:visited {
    color: inherit !important;
}

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

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

.transparent-bkgd + .transparent-bkgd .vertical-padding {
    padding-top: 0 !important;
}

.wp-caption-text {
    font-size: 1rem;
    font-style: italic;
    margin-top: .25rem;
    text-align: center;
}

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

.mobile-hero-block {
    height: calc(85vh - 111px);
    background-position: 75% top;
}

.mobile-hero-cta-container {
    height: calc(15vh);
    z-index: 9999;
    position: relative;
}

.mobile-hero-content {
    top: 20%;
}

.bg-cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.mobile-hero-cta-container a:before {
    content: "";
    height: 100%;
    vertical-align: middle;
    display: inline-block;
}

.vert-align {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}

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

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 */
    font-family: 'Source Sans Pro', sans-serif;
    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+ */
    font-family: 'Source Sans Pro', sans-serif;
    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+ */
    font-family: 'Source Sans Pro', sans-serif;
    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- */
    font-family: 'Source Sans Pro', sans-serif;
    opacity: 1;
}

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

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

.frm_checkbox label input {
    margin-right: .5rem;
}

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

.address .frm_description {
    display: none;
}

.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;
    text-shadow: none !important;
}

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

.frm_pos_none {
    display: none;
}

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

.header-cta {
    height: 46px;
    line-height: 32px !important;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
    right: 0;
}

.navbar .company-logo-wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
}

.navbar .slogan {
    font-size: 13px;
    line-height: 1.2;
    /*padding-left: 25px;*/
}

.navbar .tagline {
    line-height: 1.2;
}

.navbar-brand {
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.navbar-nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    padding-left: 15px;
    padding-right: 15px;
}

.navbar-nav #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary .mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    padding-left: 30px;
    padding-right: 30px;
}

.navbar-nav #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-left .mega-toggle-block {
    margin-left: 15px;
}

.navbar-nav #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block {
    margin-right: 11px;
}

.navbar.navbar-no-collapse .primary-navigation .navbar-nav li a.nav-link span {
    text-decoration: none !important;
}

.primary-navigation .navbar-nav li {
    margin-bottom: 0;
}

.primary-navigation .navbar-nav li a.nav-link {
    padding-left: 15px;
    padding-right: 15px;
}

.primary-navigation .navbar-nav li a.nav-link:hover {
    cursor: pointer;
}

.primary-navigation .navbar-nav li:last-child a.nav-link,
.upper-header .secondary-navigation .menu li:last-child {
    padding-right: 0;
}

.upper-header {
    font-size: 1.3rem;
}

.page-template-default .site-header .container,
.page-template-new-homepage-template .site-header .container {
    max-width: 100%;
}

.site-header {
    font-size: 1rem;
    position: relative;
    z-index: 99;
}

.site-header .bg-overlay {
    box-shadow: 0 10px 20px -10px rgba(0,0,0,.075);
    /*opacity: 0;*/
    transition: opacity .3s ease-out;
}

.upper-header,
.upper-header a {
    color: #f1f1f1 !important;
    color: rgba(255,255,255,1) !important;
}

.upper-header a:hover,
.upper-header a:visited:hover,
.upper-header a:focus,
.upper-header a:visited:focus,
.upper-header .current-menu-item a {
    color: #ffffff !important;
    text-decoration: none !important;
}

.upper-header .btn-secondary,
.upper-header .btn-secondary:focus,
.upper-header .btn-secondary:visited:focus,
.upper-header .btn-secondary:hover,
.upper-header .btn-secondary:visited:hover {
    background-color: #f8e017 !important;
    border-color: #f8e017 !important;
    color: #000006 !important;
}
/*
.upper-header .address-line-2:before,
.mobile-only .address-line-2:before {
    content: "|";
    padding: 0 .5em;
}
*/
.upper-header .secondary-navigation ul.menu {
    list-style-type: none;
    padding: 0;
}

.upper-header .secondary-navigation ul.menu li {
    display: inline-block;
    margin: 0;
    padding: 0 15px;
}

.upper-header .secondary-navigation ul.menu li a:hover {
    text-decoration: none;
}

.upper-header .wp-gr .wp-google-rating {
    font-size: 1rem !important;
}

.upper-header .wp-gr .wp-google-place .wp-star svg {
    height: 1rem !important;
    width: 1rem !important;
}

.upper-header .wp-gr,
.upper-footer .wp-gr {
    padding-bottom: 0 !important;
}

.upper-header .wp-gr .grw-row-m .grw-header,
.upper-footer .wp-gr .grw-row-m .grw-header {
    flex: 100%;
}

.upper-header .wp-gr .grw-header-inner,
.upper-footer .wp-gr .grw-header-inner {
    margin: 0 !important;
    padding: 0 !important;
}

.upper-header .wp-google-powered {
    display: none !important;
}

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

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

.bg-left-gradient-white {
    background: -webkit-linear-gradient(left, rgba(255,255,255,.95), rgba(0,0,0,0));
    background: -o-linear-gradient(left, rgba(255,255,255,.95), rgba(0,0,0,0));
    background: -moz-linear-gradient(left, rgba(255,255,255,.95), rgba(0,0,0,0));
    background: linear-gradient(to right, rgba(255,255,255,.95), rgba(0,0,0,0));
}

.bg-left-gradient-black {
    background: -webkit-linear-gradient(left, rgba(0,0,0,.95), rgba(0,0,0,0));
    background: -o-linear-gradient(left, rgba(0,0,0,.95), rgba(0,0,0,0));
    background: -moz-linear-gradient(left, rgba(0,0,0,.95), rgba(0,0,0,0));
    background: linear-gradient(to right, rgba(0,0,0,.95), rgba(0,0,0,0));
}

.hero-block {
    overflow: hidden;
}

.hero-block .bg-overlay {
    /*filter: grayscale(100);*/
}

.hero-block .bg-overlay-2 {
    /*
    background-color: rgba(0,0,0,.5);
    background: -webkit-linear-gradient(top, rgba(0,0,0,.5), rgba(0,0,0,.85));
    background: -o-linear-gradient(top, rgba(0,0,0,.5), rgba(0,0,0,.85));
    background: -moz-linear-gradient(top, rgba(0,0,0,.5), rgba(0,0,0,.85));
    background: linear-gradient(to bottom, rgba(0,0,0,.5), rgba(0,0,0,.85));
    */
    opacity: .9;
}

.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-block .bg-overlay {
    
}

.home-hero-block .heading span {
    display: block;
    font-size: 40%;
    font-weight: 400;
    letter-spacing: .25em;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
}

.home-hero-block .subheading {
    font-weight: 400;
}

.home-hero-block .content-inner-wrapper > .bg-overlay {
    opacity: .925;
}

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

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

.page-template-landing-page-template .main-navigation,
/*.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 {
    /*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");*/
    transition: all .3s ease-out;
}

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

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

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

.carousel-inner/*,
.testimonial-display-block .heading*/ {
    max-width: 806px;
}

.testimonial-display-block.bg-white .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");
}

.testimonial-display-block.bg-white .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");
}

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

.flexible-text-block .accordion .card-header button {
    padding: .75rem 2.25rem .75rem 1.25rem;
}

.flexible-text-block .accordion .card-header button:after {
    content: '\f067';
    font-family: 'Font Awesome 5 Free';
    font-size: .625em;
    font-weight: 900;
    position: absolute;
    right: 1.25rem;
    top: 50%;
    transform: translateY(-50%);
}

.flexible-text-block .accordion .card-header button[aria-expanded="true"]:after {
    content: '\f068';
}

.flexible-text-block .accordion .card-header button .bg-overlay {
    opacity: .125;
}

.flexible-text-block .accordion .card-header button[aria-expanded="true"] .bg-overlay,
.flexible-text-block .accordion .card-header button[aria-expanded="true"]:hover .bg-overlay,
.flexible-text-block .accordion .card-header button:hover .bg-overlay {
    opacity: .25;
}

.flexible-text-block .accordion .card-header button:focus {
    box-shadow: none;
    outline: none;
}

.flexible-text-block .accordion .card-body .bg-overlay {
    opacity: .0125;
}

.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.bg-primary .card-body a,
.flexible-text-block.bg-primary .card-body a:visited,
.flexible-text-block.bg-primary-gradient .card-body a,
.flexible-text-block.bg-primary-gradient .card-body a:visited {
    color: inherit !important;
    font-weight: 700;
}

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

.flexible-text-block .card {
    background-color: transparent;
}
/*
.flexible-text-block .card .bg-overlay {
    opacity: .1;
}

.flexible-text-block .card .bg-overlay.bg-light,
.flexible-text-block .card .bg-overlay.bg-white {
    opacity: 1;
}
*/

.flexible-text-block.bg-light .card .bg-overlay.bg-white {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.1);
}

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

.flexible-text-block .table caption {
    font-size: 1rem;
}

.flexible-text-block .table tbody {
    border-bottom: 1px solid #dee2e6;
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
}

.flexible-text-block .table thead {
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
}

.flexible-text-block .table thead th .bg-overlay {
    opacity: .25;
}

.flexible-text-block .table tbody th .bg-overlay {
    opacity: .1;
}

.flexible-text-block .comparison-block-wrapper .table tbody th .bg-overlay,
.flexible-text-block .table tbody td .bg-overlay {
    opacity: .0125;
}

.flexible-text-block .comparison-block-wrapper .table tbody tr:nth-of-type(2n+2) th .bg-overlay,
.flexible-text-block .table tbody tr:nth-of-type(2n+2) td .bg-overlay {
    opacity: .05;
}

.flexible-text-block .table thead th .comparison-image {
    max-height: 160px;
}

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

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

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

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

.categories li,
.single-post .meta-info .post-categories li {
    display: inline-block;
    margin: 0 .5rem 0 0;
    list-style-type: none;
}

.categories li:last-child,
.single-post .meta-info .post-categories li:last-child {
    margin: 0;
}
/*
.categories li:after {
    content: "|";
}

.categories li:last-child:after {
    content: "";
}
*/
/*
.categories li:after,
.single-post .meta-info .post-categories li:after {
    content: ',';
    margin-right: .25rem;
}

.categories li:last-child:after,
.single-post .meta-info .post-categories li:last-child:after {
    content: '';
}
*/
.categories li:before,
ul.post-categories li:before {
    content: '\f292';
    font-family: 'Font Awesome 5 Free';
    font-size: .85em;
    font-weight: 900;
    margin-right: .25rem;
}

.categories li a,
.return-to-blog a {
    /*padding: 0 .5em;*/
}

.post-excerpt .card-img-top {
    transition: all .3s ease-out;
}

.post-excerpt:hover .card-img-top {
    transform: scale(1.05);
    transition: all .3s ease-in;
}

.post-excerpt .card-img-wrapper {
    overflow: hidden;
}

.post-excerpt .card-img-wrapper.no-thumbnail {
    position: relative; 
    padding-bottom: 66.666666666666667%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}

.post-excerpt .card-img-wrapper.no-thumbnail img {
    height: auto;
    left: 50%;
    max-width: 75%;
    top: 50%;
    transform: translate(-50%,-50%);
    transition: all .3s ease-out;
}

.post-excerpt:hover .card-img-wrapper.no-thumbnail img {
    max-width: 80%;
    transition: all .3s ease-in;
}

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

/* ------------------------------------- */
/* 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-post .page-header-block {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.single-post .page-header-block a {
    color: inherit !important;
}

.single-trades .classes .class-code {
    width: 86px;
}

.single-trades .classes .class-code .badge {
    width: 70px;
}

.single-trades .classes .class-name {
    width: calc(100% - 86px);
}

.single-trades .training-summary .duration {
    width: 96px;
}

.single-trades .training-summary .duration .badge {
    width: 80px;
}

.single-trades .training-summary .description {
    width: calc(100% - 96px);
}

.trades-header-block .bg-overlay {
    filter: grayscale(100);
}

.trades-header-block .bg-overlay-2 {
    opacity: .9;
}
/*
ul.post-categories li:before {
    content: '\f292';
    font-family: 'Font Awesome 5 Free';
    font-size: .85em;
    font-weight: 900;
    margin-right: .25rem;
}
*/
/* ------------------------------------- */
/* 12. XS FOOTER STYLES
/* ------------------------------------- */

#btnPayFrm .cards img {
    height: 20px;
    margin-right: .5rem;
    width: auto;
}
/*
.contact-information + .contact-information {
    margin-top: 1rem;
}
*/

.contact-information a {
    font-weight: 400;
}

.contact-information .icon {
    width: 16px;
}

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

.footer-cta-block .bg-overlay.bg-image {
    background-repeat: repeat;
    background-size: 200px auto;
}

.footer-cta-block .bg-overlay-2 {
    opacity: .9;
}

.footer-cta-block .heading,
.footer-cta-block .subheading {
    margin-left: auto;
    margin-right: auto;
    max-width: 992px;
}

.footer-contact-information a {
    color: inherit !important;
}

.google-logo {
    height: 30px;
    margin-right: .75rem;
    width: auto;
}

.lower-footer {
    color: #ffffff;
    color: rgba(255,255,255,.7);
}

.preferred-mover-logo {
    height: 30px;
    margin-right: .75rem;
    margin-top: .5rem;
    width: auto;
}

.site-footer .logo-slider {
    padding-top: 20px;
}

.sponsor-logo {
    max-height: 80px;
}

.upper-footer {
    font-size: 1rem;
}

.upper-footer p:last-child,
.upper-footer ol:last-child,
.upper-footer ul:last-child {
    margin: 0;
}

.upper-footer .primary-navigation ul.menu,
.upper-footer .secondary-navigation ul.menu {
    list-style-type: none;
    padding: 0;
}

#wpls-logo-showcase-slider-1 .wpls-fix-box img.wp-post-image {
    max-width: 200px;
}

/* ------------------------------------- */
/* 13. XS CTA FORM BLOCK STYLES
/* ------------------------------------- */

.cta-form-block {
    overflow: hidden;
}

.cta-form-block.bg-gradient-secondary .wysiwyg-content a {
    color: inherit !important;
}

.cta-form-block.bg-primary-gradient .btn,
.cta-form-block.bg-primary-gradient .btn:visited {
    background-color: #f8e017 !important;
    border-color: #f8e017 !important;
    color: #000006 !important;
}

.cta-form-block.bg-primary-gradient .btn:focus,
.cta-form-block.bg-primary-gradient .btn:hover,
.cta-form-block.bg-primary-gradient .btn:visited:focus,
.cta-form-block.bg-primary-gradient .btn:visited:hover {
    background-color: #9e8600 !important;
    border-color: #9e8600 !important;
}

.cta-form-block.bg-primary-gradient .btn:focus,
.cta-form-block.bg-primary-gradient .btn:visited:focus {
    box-shadow: 0 0 0 0.2rem #ffff71 !important;
}

/* ------------------------------------- */
/* 14. XS STYLE GUIDE TEMPLATE STYLES
/* ------------------------------------- */

.style-guide-template .site-footer,
.style-guide-template .site-header {
    display: none !important;
}

/* ------------------------------------- */
/* New Homepage Template
/* ------------------------------------- */

#navbarCollapse a.telephone {
    font-size: 1.4rem;
    line-height: normal;
    font-weight: bold;
    color: #1008fd;
    text-align: center;
}

#call-us-today {
    display: block;
    color: #000006;
    text-transform: uppercase;
    font-size: 1.4rem;
}

body .wp-gr .grw-slider,
body .wp-gr .grw-slider .grw-slider-header-inner,
body .wp-gr .grw-slider .grw-slider-header-inner,
body .wp-gr .grw-slider .grw-slider-review-inner {
    padding: 0 !important;
    margin: 0 !important;
}

#navbarCollapse a.telephone .fa-phone/*,
.upper-header*/ {
    display: none;
}

#navbarCollapse {
    flex-wrap: wrap !important;
}

#call-container {
    display: inline-block;
    vertical-align: middle;
}

.mobile-phone-icon {
    display: inline-block !important;
    width: 34px;
    height: auto;
    vertical-align: middle;
    margin-right: .25rem;
}

#navbarCollapse .btn {
    background-color: #f8e017;
    border-color: #f8e017;
    color: #000000;
    font-size: 1rem !important;
}

.page-hero-block h3.card-title {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 2rem;
}

.page-hero-block h3.card-title span {
    font-weight: normal;
}

.page-hero-block h3.card-title::after {
  display: block;
  content: '';
  width: 15%;
  height: 5px;
  background: #f8e017;
  margin: 1rem auto 0;
}

.page-hero-block .frm_submit {
    text-align: center;
}
.page-hero-block .frm_style_formidable-style.with_frm_style .frm_submit button {
    background: #f8e017;
    border-color: #f8e017;
    color: #000000;
}

.google-maps {
    position: relative;
    padding-bottom: 70%; // This is the aspect ratio
    height: 0;
    overflow: hidden;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.page-hero-block .bkgd-overlay.bg-white {
    display: none !important;
}

.page-hero-block .bg-dark ~ .container h1,
.page-hero-block .bg-dark ~ .container p {
    color: #FFFFFF !important;
}

.mobile-cta-bar .mobile-phone-icon {
    height: 26px;
    width: auto;
}

.mobile-cta-bar a.telephone {
    background: #08027e;
}

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

@media (min-width: 576px) {
    
    /* ------------------------------------- */
    /* 1. S TYPOGRAPHY
    /* ------------------------------------- */
    /*
    h2,
    .h2 {
        font-size: 3.157em;
    }

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

    h3,
    .h3 {
        font-size: 1.777em;
    }

    h4,
    .h4 {        
        font-size: 1.333em;
    }
    
    h5,
    .h5 {        
        font-size: 1.25em;
    }
    */
    
    .lead {
        font-size: 1.333em;
    }
    
    /* ------------------------------------- */
    /* 1. S GENERAL STYLES
    /* ------------------------------------- */
    
    .card-columns {
        column-count: 1;
    }
    
    .multi-columns {
        column-count: 1;
    }
    
}


@media (max-width: 767px) {
    /*
    .wp-google-powered {
        display: none !important;
    }
    */
    body .wp-gr .wp-google-right {
        width: auto !important;
    }

    body .wpac, #mini-google-logo {
        display: inline-block !important;
        vertical-align: middle !important;
    }
    
    /* ------------------------------------- */
    /* 4. HEADER STYLES
    /* ------------------------------------- */
    
    .main-navigation {
        width: 100%;    
    }
    
    .navbar .company-logo-wrapper {
        margin-left: 15px;
    }
    
    .navbar.navbar-no-collapse .company-logo-wrapper {
        margin-right: 15px;
        text-align: center;
    }
    
    .navbar.navbar-no-collapse .company-logo-wrapper img {
        display: inline-block;
        /*max-width: 300px;*/
        max-width: 100%;
        width: 500px !important;
    }
    
    .navbar.navbar-no-collapse .primary-navigation {
        background: #ffffff;
        width: 100%;
    }
    
    .navbar.navbar-no-collapse .primary-navigation .navbar-nav {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .navbar.navbar-no-collapse .primary-navigation .navbar-nav li a.nav-link,
    .navbar.navbar-no-collapse .primary-navigation .navbar-nav li a.nav-link:visited {
        color: #000006;
        font-size: 85%;
        font-weight: bold !important;
        letter-spacing: .0125em;
        text-align: center;
        text-transform: uppercase !important;
    }
    
    .navbar.navbar-no-collapse .primary-navigation .navbar-nav li.current-menu-item a.nav-link,
    .navbar.navbar-no-collapse .primary-navigation .navbar-nav li a.nav-link:focus,
    .navbar.navbar-no-collapse .primary-navigation .navbar-nav li a.nav-link:visited:focus,
    .navbar.navbar-no-collapse .primary-navigation .navbar-nav li a.nav-link:hover,
    .navbar.navbar-no-collapse .primary-navigation .navbar-nav li a.nav-link:visited:hover {
        color: #1008fd;
    }
    
    .navbar.navbar-no-collapse .primary-navigation .navbar-nav li a.nav-link span {
        display: none;
    }
    
    .navbar-toggler {
        background-color: #ffffff !important;
        margin-right: 15px;
    }
    
    .primary-navigation .navbar-nav li a.nav-link,
    .primary-navigation .navbar-nav li a.nav-link:visited {
        color: rgba(255,255,255,.7);
    }
    
    .primary-navigation .navbar-nav li a.nav-link:hover,
    .primary-navigation .navbar-nav li a.nav-link:visited:hover,
    .primary-navigation .navbar-nav li a.nav-link:focus,
    .primary-navigation .navbar-nav li a.nav-link:visited:focus,
    .primary-navigation .navbar-nav li a.nav-link[aria-expanded="true"],
    .navbar-light .primary-navigation .navbar-nav .active > .nav-link,
    .navbar-light .primary-navigation .navbar-nav .nav-link.active,
    .navbar-light .primary-navigation .navbar-nav .nav-link.show,
    .navbar-light .primary-navigation .navbar-nav .show > .nav-link {
        color: #ffffff;
    }
    
    .upper-header .btn-secondary,
    .upper-header .wp-gr .wp-google-rating,
    .upper-header .telephone {
        font-size: .7rem !important;    
    }
    
    .upper-header .wp-gr .wp-google-place .wp-star svg {
        height: .5rem !important;
        width: .5rem !important;
    }
    
}

@media (min-width: 768px) {

    #menu-item-1425 {
        display: none !important;
    }
    
    .nav-link {
        line-height: 1.2;
        /*padding: .75rem 1rem 1.5rem;*/
        text-align: center;
    }
    
    .primary-navigation .navbar-nav li a.nav-link {
        /*color: #0a0e7c !important;*/
        font-weight: bold !important;
        letter-spacing: .0125em;
        text-transform: uppercase !important;
    }

    /* ------------------------------------- */
    /* 1. MD TYPOGRAPHY
    /* ------------------------------------- */

    body {
        /*font-size: 1rem;*/
    }
    
    /* ------------------------------------- */
    /* 2. MD GENERAL STYLES
    /* ------------------------------------- */
    
    .anchor-link-name {
        display: block;
        position: relative;
        top: -144px;
        visibility: hidden;
    }
    
    .card-columns {
        column-count: 2;
    }
    
    .multi-columns {
        column-count: 2;
    }
    
    .mobile-only {
        display: none !important;
    }
    
    /* ------------------------------------- */
    /* 4. MD HEADER STYLES
    /* ------------------------------------- */
    
    .header-cta {
        height: 70px;
        line-height: 56px !important;
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }
    
    .navbar {
        min-height: 70px;
    }
    
    #navbarCollapse.secondary-navigation {
        display: none !important;
    }
    /*
    .page-template-default .site-header .container,
    .page-template-new-homepage-template .site-header .container {
        max-width: 720px;
    }
    */
    .page-template-default .navbar-brand {
        /*display: block;*/
    }
    
    .primary-navigation .navbar-nav li a.nav-link {
        font-size: 85%;
        margin-left: 10px;
        margin-right: 10px;
        padding-left: 0;
        padding-right: 0;
    }
    
    .primary-navigation .navbar-nav li a.dropdown-item {
        font-size: 85%;
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .primary-navigation .navbar-nav li:last-child a.nav-link,
    .upper-header .secondary-navigation .menu li:last-child {
        margin-right: 0;
    }
    
    .primary-navigation .navbar-nav li.dropdown:hover .dropdown-menu {
        display: block;
    }
    
    .site-header {
        position: fixed;
        transition: background .5s ease-out;
        z-index: 99;
    }
    /*
    .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: 110px;
    }
    /*
    .page-header-block {
        padding-top: 150px;
    }
    */
    /* ------------------------------------- */
    /* 6. XS HERO BLOCK STYLES
    /* ------------------------------------- */

    .home-hero-block .heading {
        font-size: 3.157em;
        font-weight: 700;
    }
    
    /* ------------------------------------- */
    /* 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: 120px;
    }
    
}

@media (min-width: 768px) and (max-width: 991px) {
    
    .site-header .navbar .bbb-seal {
        height: 28px !important;
    }

}

@media (max-width: 991px) {
    
    .upper-footer .wp-gr .grw-header-inner .wp-google-place {
        text-align: center !important;
    }

    .upper-footer .wp-gr .wp-google-right {
        display: block !important;
        width: auto !important;
    }

}

@media (min-width: 992px) {
    
    /* ------------------------------------- */
    /* 2. LG GENERAL STYLES
    /* ------------------------------------- */
    
    .asymmetrical-overlay .bkgd-overlay {
        width: 70%;
    }
    .company-logo {
        width: 100%;
        height: auto;
    }
/*    .company-logo {
        height: 30px;
        width: auto;
    }*/
    
    /* ------------------------------------- */
    /* 4. LG HEADER STYLES
    /* ------------------------------------- */
    
    .navbar .slogan {
        font-size: 15px;
        /*padding-left: 61px;*/
    }
    
    .navbar-nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
        padding-left: 30px;
        padding-right: 30px;
    }
    
    .page-template-default .site-header .container,
    .page-template-new-homepage-template .site-header .container {
        max-width: 960px;
    }
    
    .primary-navigation .navbar-nav li a.nav-link {
        margin-left: 20px;
        margin-right: 20px;
    }

    .primary-navigation .navbar-nav li:last-child a.nav-link,
    .upper-header .secondary-navigation .menu li:last-child {
        margin-right: 0;
    }
    
    .primary-navigation .navbar-nav li a.dropdown-item {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .site-header .navbar .company-logo-wrapper {
        /*-ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;*/
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    
    /* ------------------------------------- */
    /* 5. LG PAGE HEADER STYLES
    /* ------------------------------------- */

    .page-header-block {
        /*padding-top: 126px;*/
        /*padding-top: 116px;*/
        padding-top: 122px;
    }
    
    /* ------------------------------------- */
    /* 9. LG TEXT BLOCK STYLES
    /* ------------------------------------- */

    .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%;
    }
    
    /* ------------------------------------- */
    /* 11. LG SINGLE POST STYLES
    /* ------------------------------------- */

    .blog-landing-page .page-content .container,
    .single-post article .container {
        max-width: 932px;
    }

}

@media (min-width: 1200px) {
    
    #navbarCollapse a.telephone {
        font-size: 1.8rem;
    }

    /* ------------------------------------- */
    /* 1. XL TYPOGRAPHY
    /* ------------------------------------- */
    
    /* ------------------------------------- */
    /* 2. XL GENERAL STYLES
    /* ------------------------------------- */
    
    .blockquote {
        font-size: 1.333em;
    }
    
    .multi-columns {
        column-count: 3;
    }

    /* ------------------------------------- */
    /* 4. XL HEADER STYLES
    /* ------------------------------------- */
    
    /*.company-logo {
        height: 40px;
    }*/
    
    .navbar .slogan {
        /*font-size: 16px;*/
        /*padding-left: 93px;*/
    }
    
    .page-template-default .site-header .container,
    .page-template-new-homepage-template .site-header .container {
        max-width: 1140px;
    }
    
    .primary-navigation .navbar-nav li a.nav-link,
    .primary-navigation .navbar-nav li a.dropdown-item {
        /*font-size: 100%;*/
        font-size: 95%;
        /*margin-left: 30px;
        margin-right: 30px;*/
    }
    
    /* ------------------------------------- */
    /* 5. XL PAGE HEADER STYLES
    /* ------------------------------------- */

    .page-header-block {
        padding-top: 115px;
    }
    
    /* ------------------------------------- */
    /* 6. XL HERO BLOCK STYLES
    /* ------------------------------------- */
    
    .hero-block.full-height {
        height: 100vh;
    }
    
    .hero-block.full-height .container {
        height: 100%;
    }
    
    .hero-block.full-height .content-wrapper {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }
    
}

@media (min-width: 1400px) {
    
    /* ------------------------------------- */
    /* 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;
    }
    */
    /* ------------------------------------- */
    /* 4. XXL HEADER STYLES
    /* ------------------------------------- */
    
/*    .company-logo {
        height: 50px;
    }*/
    
    .container,
    .page-template-default .site-header .container,
    .page-template-new-homepage-template .site-header .container {
        max-width: 1280px;
    }
    /*
    .primary-navigation .navbar-nav li a.nav-link {
        margin-left: 30px;
        margin-right: 30px;
    }
    */
    .primary-navigation .navbar-nav li:last-child a.nav-link,
    .upper-header .secondary-navigation .menu li:last-child {
        margin-right: 0;
    }
    
    .primary-navigation .navbar-nav li a.nav-link/*,
    .primary-navigation .navbar-nav li a.dropdown-item*/ {
        margin-left: 30px;
        margin-right: 30px;
    }

    .primary-navigation .navbar-nav li a.dropdown-item {
        padding-bottom: .5rem;
        padding-left: 30px;
        padding-right: 30px;
        padding-top: .5rem;
    }
}