/* .wrap__offer {
    display: none;
}
.wrap__featuredblocks .featuredblocks {
    display: none;
}
.wrap__contact-info .wrap__hours {
    display: none;
}
.wrap__contact-info .wrap__map {
    margin: auto;
}
p, li, span, a, h1, h2, h3 {
        font-family: "Arial","sans-serif" !important;
}
li {
    font-size: 16px;
}
.logo__title {
    font: 24px / 1.2 "quattrocento-bold", Verdana, sans-serif;
}

.mm-menu .mm-navbar .mm-title {
    display: none;
    line-height: 0px;
    height: 0px;
}

.mm-panels > .mm-panel.mm-hasnavbar {
    padding-top: 5px;
} */


/* ------------------------------ LOGO HEADER ------------------------------ */
html {
    font-size: 62.5%;
}

p, li, h1, h2, h3, 
    span:not(.icon),
    a:not(.mm-next, .mm-prev) {
    font-family: "Arial","sans-serif" !important;
}

:is(.wrap__header-area .wrap__logoHeader, 
    .wrap__logoFooter .wrap__logoFooter--inner .logo__container) {
    width: 100%;
}

:is(.wrap__header-area .wrap__logoHeader .wrap__logoHeader--inner .logo,
    .wrap__logoFooter .wrap__logoFooter--inner .logo__container .logo) {
    width: 100%;
    display: flex;
}

:is(.wrap__header-area .wrap__logoHeader .wrap__logoHeader--inner .logo .logo__summary,
    .wrap__logoFooter .wrap__logoFooter--inner .logo__container .logo .logo__summary) {
    width: 100%;
    text-align: start;
    padding: 2rem;
}

:is(.wrap__header-area .wrap__logoHeader .wrap__logoHeader--inner .logo .logo__summary .logo__title,
    .wrap__logoFooter .wrap__logoFooter--inner .logo__container .logo .logo__summary .logo__title) {
    width: 100%;
    display: flex;
    font-size: 24px;
    margin: 0;
    /* font-size: 1.6rem; */
    /* flex-direction: column;
    margin-bottom: 0.2rem; */
    /* font-size: 3.5rem; */
}

.wrap__header-area .wrap__locationsHeader {
    padding: 0;
}

.wrap__header-area .wrap__locationsHeader .locations {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* :is(.wrap__header-area .wrap__logoHeader .wrap__logoHeader--inner .logo .logo__summary .logo__description,
    .wrap__logoFooter .wrap__logoFooter--inner .logo__container .logo .logo__summary .logo__description) {
    font-size: 2.2rem;
    background-color: pink;
} */

/* ------------------------------------------ footer -------------------------------------------- */

.wrap__copyright {
    margin-top: 4rem;
}

/* -------------------------------------------------- hot topics - page -------------------------------------------------- */
.docheadline {
    font-family: Tahoma;
    font-size: 1.8rem;
    text-decoration: none;
    font-weight: bold;
    color: black;
}

.docsummary {
    font-family: Tahoma;
    font-size: 1.6rem;
}

.docseperator {
    height: .8rem;
    margin: .8rem 0;
    border-bottom: 1px solid #eeeeee;
}

.docNewsLogo {
    font-family: Tahoma;
    font-size: 1.6rem;
}

.page-title {
    display: block !important;
}

/* ---------------------------------------------- links & resources - page ---------------------------------------------- */

.body_fg_fg .helpful-videos {
    word-break: break-all;
}

/* --------------------------------------------------- p-content - home page -------------------------------------------- */
#colWrapper img {
    float: right;
    width: 266px;
    height: auto;
    margin: 0px 0px 10px 10px;
}

/* ------------------------------------------------ sidebar ---------------------------------------------------- */
.mm-panels a {
    font-size: 1.8rem !important;
}

.mm-navbar .mm-title::after {
    display: none !important;
}

/* ----------------------------------- contact us form global --------------------------------- */
.contact-form-columns .form__group {
    margin-bottom: .2rem !important;
}

:is(.form__group.form-input-name,
    .form__group.form-input-email,
    .form__group.form-input-phone) {
    padding-right: 0 !important;
}

.form__group.form-input-comments {
    height: 130px;
    padding-left: .2rem !important;
}

@media (max-width: 48rem) {
    html {
        font-size: 50%;
    }

    /* p-content's image */
    #colWrapper img {
        float: none; /* Remove floating */
        display: block; /* Make the image a block element */
        margin: 0 auto 10px auto; /* Center the image */
        width: 100%; /* Ensure the image does not overflow */
    }

    /* -------------------- contact us form global -------------------- */
    .form__group.form-input-comments {
        padding-left: 0 !important;
    }
}

@media (max-width: 33rem) {
    html {
        font-size: 44%;
    }

    :is(.wrap__header-area .wrap__logoHeader .wrap__logoHeader--inner .logo .logo__summary,
         .wrap__logoFooter .wrap__logoFooter--inner .logo__container .logo .logo__summary) {
        padding: 0;
    }

    :is(.wrap__header-area .wrap__logoHeader .wrap__logoHeader--inner .logo .logo__summary .logo__title,
    .wrap__logoFooter .wrap__logoFooter--inner .logo__container .logo .logo__summary .logo__title) {
        margin-top: 16px;
    }
}
/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }
/*  GRID OF TWO  */
.span_2_of_2 {
	width: 100%;
}
.span_1_of_2 {
	width: 49.2%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.col { 
		margin: 1% 0 1% 0%;
	}
}

@media only screen and (max-width: 480px) {
	.span_2_of_2, .span_1_of_2 { width: 100%; }
}