/* Colors 

#febe10 - Yellow
#b68e16 - Dark Yellow/Gold
#00747b - Teal
#555858 - Dark Gray
#f36c12 - Orange
#48a84e - Green
#007bc3 - Blue
#401e6b - Purple

*/

/* State Indicator for use in JS */
.grid-size-indicator {
    position: absolute;
    top: -999rem;
    left: -999rem;
}
/* XS */
.grid-size-indicator { z-index: 1; }
/* SM */
@media (min-width: 576px) {
	.grid-size-indicator { z-index: 2; }
}
/* MD */
@media (min-width: 768px) {
	.grid-size-indicator { z-index: 3; }
}
/* LG */
@media (min-width: 992px) {
	.grid-size-indicator { z-index: 4; }
}
/* XL */
@media (min-width: 1200px) {
	.grid-size-indicator { z-index: 5; }
}

/* ----------------------------------------------- */
/* All widths (XS through XL) */
/* ----------------------------------------------- */

.site-max-width {
	max-width:1170px;
}
iframe {
	border:0 none; /* frameborder=0 */
	overflow:hidden; /* scrolling=no */
	background-color:transparent; /* allowtransparency */
}
.img-fluid {
    height: auto !important;
}
img.float-left {
    margin-right:20px;
    margin-bottom:10px;
}
img.float-right {
    margin-left:20px;
    margin-bottom:10px;
}
main {
	display:block;
}
a.skip-to-main:focus {
	position: static;
	display: block;
	text-align: center;
	width: 100%;
	height: auto;
	padding: 10px;
	margin: 0;
	overflow: visible;
    clip: auto;
    background-color: #fff;
	border-bottom: 1px solid #ccc;
}
.modal-title {
	order:-1;
	font-size:1.25rem;
}

body {
    font-family: 'Poppins', sans-serif;
    font-style:normal;
	font-weight:300;
	/*font-size:16px;*/
	color:#555858;
	line-height:1.5;
	background-color:#fff;
}
caption {
    caption-side: top;
}
hr {
    border-top:1px solid #ddd;
}
a,
a:hover {
	color:#00747b;
}
/* WCAG 2.1 Focus Indicator */
:focus-visible {
    outline: 3px solid black !important;
    box-shadow: 0 0 0 6px white !important;
}
strong {
    font-weight: 600;
}

a:focus,
button:focus,
input:focus,
textarea:focus,
select:focus,
*:focus {
	outline:2px solid #febe10;
}

.page-content a {
	text-decoration:underline;
}
.page-content a:hover {
	text-decoration:none;
}
p,
ul,
ol {
    margin-bottom:1.5rem;
}
div.footnotes {
    margin-bottom: 1.5rem;
}
p.footnote {
    font-size:0.875rem; /* 14px */
    color:#767676;
    margin-bottom: .5rem;
}
.page-content {
    font-size:1.125rem;
}
/* Section Head */
.page-content h2,
h1.news-title {
    font-size: 2.25rem; /* 36px */
    font-weight: 600;
	color:#00747b;
}
/* Subhead */
.page-content h2.subhead,
.page-content h3 {
    font-size:1.625rem; /* 26px */
    font-weight: 300;
	color:#00747b;
}
.page-content h2 sup,
.page-content h3 sup {
    top:-1em;
    font-size: 50%;
}
.text-bold-1,
.text-bold-1 a {
	font-weight:600;
	color:#000; /* black */
}
.text-bold-2,
.text-bold-2 a {
	font-weight:600;
	color:#00747b /* teal */
}
.text-bold-3,
.text-bold-3 a {
	font-weight:600;
	color:#007bc3; /* blue */
}
.text-bold-4,
.text-bold-4 a {
	font-weight:600;
	color:#401e6b; /* purple */
}
.text-18pt {
    font-size: 18pt;
}

.form-control {
    border-radius: 0.125rem;
    padding:0.375rem 0.75rem;
    box-shadow: inset 0.125rem 0.125rem 0.125rem 0 #eee;
	border: 1px solid #8B93A7;
}
::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
    color: #767676;
    opacity: 1;
}
::-moz-placeholder,
.form-control::-moz-placeholder {
    color: #767676;
    opacity: 1;
}
:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
    color: #767676;
    opacity: 1;
}
::-ms-input-placeholder,
.form-control::-ms-input-placeholder {
    color: #767676;
    opacity: 1;
}
::placeholder,
.form-control::placeholder {
    color: #767676;
    opacity: 1;
}

/* --------------- Buttons --------------- */

.btn {
    /* override */
    font-weight:600;
    font-size: 1.125rem; /* 18px */
    padding:.25rem 1.25rem .3125rem 1.25rem; /* 4px 24px 5px 24px */
	border:2px solid transparent;
    border-radius:1.25rem/50%;
    text-decoration:none !important;
    white-space: normal;
    box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.2);

}
a.btn-secondary:not([href]):not([tabindex]) {
    cursor: pointer;
}
.btn-sm {
    font-size: 1rem;
    padding: .125rem 1rem;
    border-radius:1rem/50%;
}
.btn-primary {
    background-color:#febe10;
    border-color: transparent;
	color:#000;
}
.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    background-color: #fff;
    border-color: #febe10;
    color:#000;
}
.btn-primary:focus {
    border-color: #fff;
    box-shadow: 0 0 0 .2rem rgba(254,190,16,0.5) !important;
}
.btn-secondary,
a.btn-secondary:not([href]):not([tabindex]) {
    background-color:#00747b;
    border-color: transparent;
	color:#fff;
}
.btn-secondary:hover,
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle,
a.btn-secondary:not([href]):not([tabindex]):hover {
    background-color: #fff;
    border-color: #00747b;
    color:#00747b;
}
.btn-secondary:focus {
    border-color: #fff;
    box-shadow: 0 0 0 .2rem rgba(0,116,123,0.5) !important;
}

/* ----- List styles ----- */

.page-content ul {
	padding-left: 1rem;
}
.page-content ul:first-child,
.page-content ol:first-child {
    margin-top:0;
}
.page-content ul li {
	list-style-type:none;
	margin:0 0 .5rem 0;
	padding-left:1.5rem;
	text-indent:-.7125rem;
}
.page-content ul li:before {
    content: '';
    display: inline-block;
    height: .5rem;
	width: .5rem;
	background-color: #febe10;
	border-radius: 50%;
    position: relative;
    left: -0.5rem;
    top: -.1rem;
}
.page-content ul li li {
	padding-left:0;
	text-indent:0;
}
/* Two Levels Deeps */
.page-content ul ul,
.page-content ul ol,
.page-content ol ul,
.page-content ol ol {
	margin-top:0;
    padding-left: 2rem;
}
.page-content ul ul li,
.page-content ol ul li {
	list-style-type:disc;
    padding-left:0;
	text-indent:0;
}
.page-content ul ol li {
	list-style-type:decimal;
}
.page-content ol ol li {
	list-style-type:lower-alpha;
}
.page-content ul ul li:before,
.page-content ol ul li:before,
.page-content ul ol li:before,
.page-content ol ol li:before {
    display:none;
}
/* Three Levels Deeps */
.page-content ol ol ul li,
.page-content ul ol ul li {
	list-style-type:disc;
}
.page-content ul ul ul li,
.page-content ol ul ul li {
	list-style-type:circle;
}
.page-content ul ol ol li,
.page-content ul ul ol li,
.page-content ol ul ol li {
	list-style-type:lower-alpha;
}
.page-content ol ol ol li {
	list-style-type:lower-roman;
}
ul#arrow-list li::marker {
	list-style: none;
	content: '🡒';
  	position: absolute;
  	left: 0;
}

/* --------------- Tables --------------- */

.table caption {
    caption-side: top;
	background-color:#febe10;
	color:#000;
    font-weight: 600;
    font-size: 1.333rem; /* 24px */
	padding: 5px 15px;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
}
.table th {
	background-color:#e9e9e9;
    color:#000;
    font-weight: 600;
	vertical-align:bottom;
    padding:.5rem 15px;
}
.table th[scope="row"] {
    background-color:#fafafa;
	font-weight: 300;
    border-color: #d7d7d7;
    vertical-align: top;
}
.table th[scope="colgroup"] {
	background-color:#f1f1f1;
	color:#000;
}
.table td {
    border-color:#d7d7d7;
    padding:.5rem 15px;
}

/* --------------- Forms --------------- */

.online-form h3 {
    background-color: #00747b;
    color: #fff;
    padding: 5px 15px;
    margin-bottom: 0;
}
.online-form h2.label-heading,
.online-form h3.label-heading {
    background-color: #f3f3f3;
    font-size: 1.125rem;
    font-weight:300;
    color: #555858;
    padding: 3px 15px;
    margin:0 0 .5rem 0;
    line-height: 1.5;
}
.checkbox input,
.radio input {
    margin-right: .5rem;
}
.checkbox-list-horizontal label,
.radio-list-horizontal label {
    margin-right:1rem;
}
.checkbox-list-vertical label,
.radio-list-vertical label {
    width: calc(100% - 20px - .5rem);
    vertical-align: top;
}
.online-form .cms-recaptcha-wrap {
    margin-bottom: 1.5rem;
}
.dollar-amount-input .editing-form-control-nested-control {
    display: inline-block;
    margin-left:.5rem;
    width: calc(100% - 2rem);
}
.percent-amount-input .editing-form-control-nested-control {
    display: inline-block;
    margin-left: 15px;
    margin-right: .5rem;
    width: calc(100% - 2rem - 15px);
}
.online-form input.form-control[type="number"] {
    display: inline-block;
}
.ErrorLabel {
    display: block;
    font-weight: 600;
    color:#cc0000;
    margin-bottom: 1.5rem;
}
.EditingFormErrorLabel {
    display: block;
    color:#cc0000;
}
.online-form .form-group > legend {
    font-size: 1.125rem;
}
.online-form .form-group > label,
.online-form .form-group > legend,
.online-form .form-group > span.EditingFormLabel {
    display: block;
    background-color:#f3f3f3;
    padding:3px 15px;
    margin-bottom: .5rem;
}
.online-form .ExplanationText {
    padding:0 15px;
    color:#767676;
    font-size:0.875rem; /* 14px */
}
.online-form > fieldset,
.online-form > div[role="group"] > fieldset {
    margin-left: -15px;
    margin-right: -15px;
}
.online-form > fieldset > .row,
.online-form > div[role="group"] > fieldset > .row {
    margin-left: 0;
    margin-right: 0;
}
.online-form > fieldset > legend,
.online-form > div[role="group"] > fieldset > legend {
    font-size: 1.125rem;
    color:#333;
    background-color:#ccc;
    padding:3px 15px;
    margin-bottom:0;
    margin-left:15px;
    width:calc(100% - 30px);
}
@media (min-width: 768px) {
    .online-form {
        padding:0 15px;
    }
    .online-form h3,
    .online-form .form-group {
        margin-left:-15px;
        margin-right:-15px;
    }
    .online-form .form-group > .editing-form-control-nested-control,
    .online-form .form-group > p {
        margin-left: 15px;
        margin-right: 15px;
    }
    .online-form > fieldset > legend,
    .online-form > div[role="group"] > fieldset > legend {
        margin-left:0;
        width:100%;
    }
    .form-group-border-bottom-md {
        border-bottom:1px solid #ddd;
        margin-bottom:0;
    }
}
.form-horizontal .row.form-group label,
.form-horizontal .row.form-group span.EditingFormLabel {
    /* .col-form-label */
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}
.form-horizontal .row.form-group span.EditingFormLabel {
    display:inline-block;
}
@media (max-width: 767px) {
    .form-horizontal .row.form-group label,
    .form-horizontal .row.form-group span.EditingFormLabel {
        display: block;
        background-color:#f3f3f3;
        padding:3px 15px;
        margin-bottom: .5rem;
    }
    .form-horizontal .row.form-group .radio label {
        display: inline;
        background-color: transparent;
        padding:7px 0;
        margin: 0 16px 0 0;
    }
}
.confirmation-message {
    background-color: #f1f8e4;
    color: #00747b;
    padding: 20px;
    border: 1px solid #d5ebad;
    border-radius: 5px;
    margin-bottom: 1.5rem;
}


/* --------------- Header Alert ---------------*/

#header-alert {
	background-color:#fede87;
    color:#555858;
	padding-top:15px;
	padding-bottom:10px;
    position:relative;
    z-index: 1;
}
#header-alert :focus {
    outline-color: #006F75;
}
#header-alert:after {
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	display:block;
	width:100%;
	height:6px;
	background-color: transparent;
	background-image: -webkit-linear-gradient(top, transparent, rgba(0,0,0,0.15)); /* Chrome 10-25, iOS 5+, Safari 5.1+ */
	background-image:         linear-gradient(to bottom, transparent, rgba(0,0,0,0.15)); /* Chrome 26, Firefox 16+, IE 10+, Opera */
}
#header-alert .container-fluid {
	padding-right:35px; /* to make room for close icon */
}
#header-alert p {
	margin-bottom:10px;
}
#header-alert a {
	color:#006F75;
	text-decoration:underline;
}
#header-alert a:hover {
	text-decoration:none;
}
#header-alert strong {
    color:#006F75;
}
#header-alert .btn-close-alert {
	position:absolute;
	top:15px;
	right:15px;
	color:#b68e16;
	text-decoration:none;
    background-color: transparent;
    border: 0 none;
    cursor: pointer;
}
#header-alert .btn-close-alert:hover {
    color:#006F75;
}

/* --------------- Header --------------- */

.site-logo {
    display: block;
}
.site-logo img {
    display: block;
    width:360px;
    margin: 40px auto;
}
.login-dropdown {
    margin:0 20px 30px 20px;
}
#OnlineBankingButton {
    position: relative;
    padding-left:2.75rem;
}
#OnlineBankingButton::after {
    display:none;
}
#OnlineBankingButton svg {
    position: absolute;
    left:0.4375rem;
    top:0.375rem;
    width:1.5rem;
    height:1.5rem;
}

.login-dropdown .dropdown-menu {
    padding:20px;
    box-shadow: 3px 3px 6px rgba(0,0,0,0.2);
    left:50% !important;
    transform:translate3d(-50%, 2.5rem, 0) !important;
}
.ob-login {
    width:270px;
}
.ob-login .login-inputs {
    margin-bottom: 10px;
}
.ob-login label {
    display: block;
    font-weight: 600;
}
.ob-login input {
    display:block;
    width:100%;
    padding: .5rem .75rem;
    border: 1px solid #8B93A7;
    border-radius: 2px;
    box-shadow: inset 2px 2px 2px #f1f1f1;
}
.ob-login input:focus {
    border-color: #000;
}
.ob-login .login-button {
    float:right;
}
.ob-login .login-links {
    font-size: 0.875rem;
}

.language-selection {
    display: block;
    font-size: .9375rem;
    font-weight: 600;
    line-height: 2.5rem;
    margin-bottom:15px;
}
.language-selection svg {
    font-size: 1.5rem;
    position: relative;
    top:.1875rem;
    margin-right: 0.5rem;
}

/* --------------- e-Statement Button ------------- */

.btn-estatement {
	margin-left:10px;
}

/* --------------- Quick Link Icons --------------- */

.quick-link-icons {
    border-top:1px solid #fff;
    position: relative;
    padding-top:24px;
    padding-bottom: 14px;
    background-color: #fff; /* Old browsers */
    background-image: -webkit-linear-gradient(left, #eaeaea 0%,#fff 33%,#fff 66%,#eaeaea 100%); /* Chrome 10-25, iOS 5+, Safari 5.1+ */
    background-image: linear-gradient(to right, #eaeaea 0%,#fff 33%,#fff 66%,#eaeaea 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.quick-link-icons ul {
    list-style: none;
    padding:0;
    margin:0;
}
.quick-link-icons::before {
    content: '';
    position: absolute;
    top:0;
    left:0;
    display: block;
    width: 100%;
    height:10px;
    background-color: #fcaa2a; /* Old browsers */
    background-image: -webkit-linear-gradient(left, #fcaa2a 0%,#ffc835 17%,#fbdb4c 34%,#fae565 50%,#d2e275 66%,#a2cf68 83%,#88c76e 100%); /* Chrome 10-25, iOS 5+, Safari 5.1+ */
    background-image: linear-gradient(to right, #fcaa2a 0%,#ffc835 17%,#fbdb4c 34%,#fae565 50%,#d2e275 66%,#a2cf68 83%,#88c76e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
a.quick-link-icon {
    text-align: center;
    text-decoration: none;
    display: block;
    padding:14px 0;
}
a.quick-link-icon:hover {
    text-decoration: none;
}
.quick-link-icon .icon-svg {
    width:120px;
    height:120px;
    background-color: #febe10;
    border-radius: 50%;
    margin:0 auto 10px auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    box-shadow: 0 0 0 0 rgba(0,0,0,0);
    transition: transform .15s ease-in-out, box-shadow .15s ease-in-out;
}
.quick-link-icon .icon-svg svg {
    width:120px;
    height:120px;
    max-width: 88px;
    max-height: 72px;
    fill:#fff;
}
.quick-link-icon .icon-label {
    font-size: 1.3125rem;
    font-weight: 700;
    line-height: 1.2;
}

.quick-link-icon:hover .icon-svg {
    transform: translate3d(-3px, -3px, 0);
    box-shadow: 6px 6px 0 0 rgba(0,0,0,0.1);
}


.ql-icon-1 .icon-svg { background-color: #f36c12; }
a.ql-icon-1 { color:#B34D09; }

.ql-icon-2 .icon-svg { background-color: #febe10; }
a.ql-icon-2 { color:#b68e16; }

/*Original Color*/
/*.ql-icon-3 .icon-svg { background-color: #48a84e; }
a.ql-icon-3 { color:#48a84e; }*/

.ql-icon-3 .icon-svg { background-color: #0024c3; }
a.ql-icon-3 { color:#0024c3; }

/* Original Color*/
/*.ql-icon-4 .icon-svg { background-color: #00747b; }
a.ql-icon-4 { color:#00747b; }*/

.ql-icon-4 .icon-svg { background-color: #401e6b; }
a.ql-icon-4 { color:#401e6b; }

.ql-icon-5 .icon-svg { background-color: #007bc3; }
a.ql-icon-5 { color:#007bc3; }

/*Original Color*/
/*.ql-icon-6 .icon-svg { background-color: #401e6b; }
a.ql-icon-6 { color:#401e6b; }*/

.ql-icon-6 .icon-svg { background-color: #00856F; }
a.ql-icon-6 { color:#00856F; }


/* --------------- News Carousel --------------- */

.news-carousel-wrapper {
    padding:50px 2rem;
    background-color: #ebebeb;
    background: url(../images/bg-shadow-btm-edge.png) no-repeat center top,
        url(../images/bg-faceted-light-gray.jpg) no-repeat center top;
    background-size: 100% auto, cover;
    position: relative;
    border-top:1px solid #fff;
}
.news-carousel {
    margin:0 auto;
    position: relative;
}
.slick-arrow {
    position: absolute;
    top:50%;
    transform: translate(0, -50%);
    background-color: transparent;
    padding:0;
    border:0 none;
    cursor: pointer;
    font-size: 3rem;
    color: #808285;
}
.slick-prev {
    left:-1.5rem;
}
.slick-next {
    right:-1.5rem;
}
.news-carousel .slick-track {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.news-carousel .slick-slide,
.news-landing-page .news-item-gpcu {
    background-color: #fff;
    height: auto;
    margin:27px 15px;
    font-size: 1.125rem; /* 18px */
    border:1px solid #fff;
    /*box-shadow: 13px 27px 0 0 rgba(0,0,0,0.1);*/
    position: relative;
}

.news-item-gpcu-shadow {
    content:'';
    position: absolute;
    top:0;
    bottom:0;
    right:0;
    left:0;
    display: block;
    width:100%;
    height:100%;
    background-color: rgba(0,0,0,0.1);
    transform: translate(13px, 27px);
}

.news-item-gpcu > a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    background: url(../images/bg-news-box.png) no-repeat left bottom #00747b;
    background-size: cover;
    color:#fff;
    height: 100%;
    position: relative;
    text-decoration: none;
    transition: background-position-y .5s ease-in-out;
}
.news-item-gpcu > a:hover {
    text-decoration: none;
    background-position-y: 7px;
}
.news-item-gpcu > a::after {
    content:'';
    display: block;
    height: 6px;
    width:0;
    background-color: transparent;
    position: absolute;
    top:0;
    left:50%;
    transition: all 0.5s ease-in-out;
}
.news-item-gpcu > a:hover::after {
    width:100%;
    left:0;
    background-color: #00747b;
}
.news-item-gpcu-caption {
    padding:1.5rem 25px;
}
.news-item-gpcu-caption p {
    margin-bottom: 0;
}
.news-item-gpcu > a h2 {
    font-size: 1.3125rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color:#fff;
}
.news-item-gpcu .read-more {
    margin:auto 25px 1.5rem 25px;
}
.news-item-gpcu-image {
    overflow: hidden;
    position: relative;
    clip-path: polygon(0 0, 100.5% 0, 100.5% 100%, 100.5% 90%, 50% 100%, 0 90%);
}
.news-item-gpcu-image img {
    transform: scale(1);
    transition: all 0.5s ease-in-out;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
.news-item-gpcu > a:hover .news-item-gpcu-image img {
    transform: scale(1.05);
}

/* News Box COLORS - Teal is the default */

/* Yellow */
.news-item-gpcu.yellow > a,
.news-item-gpcu.yellow > a:hover::after {
    background-color: #febe10;
    color:#000;
}
.news-item-gpcu.yellow > a h2 {
    color:#000;
}

/* Blue */
.news-item-gpcu.blue > a,
.news-item-gpcu.blue > a:hover::after {
    background-color: #007bc3;
}

/* Purple */
.news-item-gpcu.purple > a,
.news-item-gpcu.purple > a:hover::after {
    background-color: #401e6b;
}

/* --------------- Email Signup --------------- */

.email-signup-container {
    background-color: #d2e275;
    border-top:1px solid #fff;
    padding:40px 0;
    position: relative;
}
.email-signup-text {
    color:#00494D;
    font-size: 1.5rem;
    line-height: 1.2;
}
.email-signup-text h2 {
    font-size: 2.25rem;
    font-weight: 300;
    margin-bottom: .5rem;
}
.email-signup-text .footnote {
    color: #00494D;
}
.email-signup-disclaimer {
    color:#000;
}
/*.email-signup-form iframe {
    width:100%;
    height:16.875rem;
}*/

.email-signup-form {
    margin-bottom:1.5rem;
}
.email-signup-form .formEl {
    margin-bottom: 1.25rem;
    margin-right:6px;
}
.email-signup-form .formEl input {
    color:#000;
    width: 100%;
    padding:.5rem .75rem;
    border: 1px solid #676F89;
    border-radius: 2px;
    box-shadow: 3px 3px 5px 0 rgba(0,0,0,0.2);
}

/* floating labels */

.floating-label-input {
    position: relative;
    margin-top:.875rem;
}
.floating-label-input label {
    font-size: 1rem;
    font-weight: 300;
    color:#767676;
    position: absolute;
    top:.5rem;
    left:.75rem;
    transition: all 0.3s;
    z-index: 1;
    cursor:text;
    -webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */
    user-select: none;
}
.floating-label-input label.active {
    font-size:.75rem;
    font-weight: 600;
    background-color:#00747b;
    color:#fff;
    width:100%;
    top:-.875rem;
    left:0;
    padding:0 .75rem;
    line-height: 1.1667;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    cursor: default;
}


/* --------------- News Landing Page --------------- */

.news-landing-page .news-item-gpcu {
    margin: 0 0 30px 0;
    padding: 0 15px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    background-color:transparent;
    border-color:transparent;
}
.news-landing-page .news-item-gpcu .news-item-gpcu-shadow {
    width: calc(100% - 30px);
    left:15px;
}
@media (min-width: 768px) {
    .news-landing-page .news-item-gpcu {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (min-width: 992px) {
    .news-landing-page .news-item-gpcu {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

/* --------------- Child Page Heading --------------- */

.child-page-header {
    margin-bottom: 40px;
}
.header-with-image {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 38.095238%;
}
.header-image-pattern {
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:0;
    padding-bottom: 38.095238%;
    background: url(../images/page-header-bg.png) no-repeat right top transparent;
    background-size: cover;
}
.header-with-image::before {
    content: "";
	position: absolute;
	left: 0;
	display: block;
	height: 6px;
    height: 0.5vw;
	width: 100%;
    z-index:10;
    top:0;
	background-image: -webkit-linear-gradient(bottom, transparent, rgba(0,0,0,0.1)); /* Chrome 10-25, iOS 5+, Safari 5.1+ */
	background-image:         linear-gradient(to top, transparent, rgba(0,0,0,0.1)); /* Chrome 26, Firefox 16+, IE 10+, Opera */
}
.header-with-image::after {
    content: '';
    position: absolute;
    bottom:-11px;
    left:0;
    display: block;
    width: 100%;
    height:11px;
    border-top:1px solid #fff;
    background-color: #fcaa2a; /* Old browsers */
    background-image: -webkit-linear-gradient(left, #fcaa2a 0%,#ffc835 17%,#fbdb4c 34%,#fae565 50%,#d2e275 66%,#a2cf68 83%,#88c76e 100%); /* Chrome 10-25, iOS 5+, Safari 5.1+ */
    background-image: linear-gradient(to right, #fcaa2a 0%,#ffc835 17%,#fbdb4c 34%,#fae565 50%,#d2e275 66%,#a2cf68 83%,#88c76e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.header-with-image img {
    position: absolute;
    top: 0;
    right:0;
    display: block;
    height: 100%;
    width: auto;
}
/* For within CMS */
.child-page-header .image-selector-image-preview {
	z-index: -1;
}
.page-heading {
    padding:.625rem 15px;
    background: url(../images/bg-child-page-heading.png) no-repeat left top #febe10;
    color: #000;
}
.page-heading h1 {
    font-size: 2rem;
    font-weight: 600;
    max-width: 1140px;
    margin: 0 auto;

}
.header-with-image .page-heading {
    position: absolute;
    bottom: 10px;
    background-color: transparent;
    background-position: right top;
    background-size:cover;
    min-width: 66%;
}
.header-with-image .page-heading h1 {
    font-size: 1rem; /* 16px fallback if vw not supported */
    font-size: 4vw;
    padding: 0 10vw 0 0;
    max-width: none;
    margin:0;
}

@media (min-width: 768px) {
    .header-with-image {
        padding-bottom: 19.047619%;
    }
    .header-image-pattern {
        padding-bottom: 19.047619%;
    }
    .header-with-image img {
        height: auto;
        width: 100%;
    }
    .header-with-image .page-heading {
        bottom:10%;
        padding-left: 7%;
    }
    .page-heading h1 {
        font-size: 2.5rem;
    }
    .header-with-image .page-heading h1 {
        font-size: 2rem;
        font-size: 3vw;
    }
}
@media (min-width: 992px) {
    .page-heading h1 {
        font-size: 3rem;
    }
    .header-with-image .page-heading h1 {
        font-size: 2.5rem;
        font-size: 3vw;
    }
}

/* --------------- Page Header with Caption --------------- */

.header-with-image-2 {
    overflow: hidden;
}
.header-with-image-2 img {
    width:200%;
    transform: translateX(-50%);
}
.page-heading-caption {
	background: #B6CCFE;
	padding: 1rem 2rem;
}
.child-page-header-2 {
    background-color: #febe10;
        background: url(../images/page-header-bg.png) no-repeat center bottom #febe10;
    padding-top:50px;
		padding-bottom:10px;
}
.child-page-header-2.header-with-image-2 {
    background-image: none;
    background-color: transparent;
}
.child-page-header-2.header-with-image-2 .page-heading-2 {
    background-color: #febe10;
}
/* For within CMS */
.child-page-header-2 .image-selector-image-preview {
	z-index: -1;
}
.page-heading-2 {
    padding:1.25rem 15px;
    color: #000;
    max-width: 1170px;
    margin: 0 auto;
}
.page-heading-2 a:not(.btn) {
	color:#000;
}
.header-with-image-2 .page-heading-2 {
    max-width: none;
    margin:0;
}
.page-heading-2 h1,
.page-heading-2 .page-header-2 {
    font-size: 1.5rem;
    font-weight: 800;
    color: #000;
    line-height: 1.2;
    margin-bottom: 0;
}
.page-heading-2 .btn {
    margin-bottom:.25em;
}
.page-heading-2 > *:last-child {
    margin-bottom: 48px;
}

@media (min-width: 768px) {

    .page-heading-2 h1,
    .page-heading-2 .page-header-2 {
        font-size: 3rem;
    }
    .header-with-image-2 {
        position: relative;
        width: 100%;
        height: 0;
        padding-bottom: 24.4047619%;
        overflow:visible;
    }
    /* For within CMS */
    .EditMode .header-with-image-2 {
        height: auto;
        padding-bottom: 0;
    }
    .header-with-image-2 img {
        position: absolute;
        top: 0;
        right:0;
        display: block;
        height: auto;
        width: 100%;
        transform:none;
    }
    .child-page-header-2.header-with-image-2 .page-heading-2 {
        background-image: none;
        background-color:transparent;
    }
    .header-with-image-2 .page-heading-2 {
        position: absolute;
        top:50%;
        left:0;
        transform: translateY(-50%);
        width: 50%;
        padding:1em 0 1em 2%;
        border-bottom: 0 none;
        font-size: .8125rem;
        font-size: 1.286vw;
    }
    /* For within CMS */
    .EditMode .header-with-image-2 .page-heading-2,
    .DesignMode .header-with-image-2 .page-heading-2 {
        position: static;
        transform: none;
    }
    .header-with-image-2 .page-heading-2 h1,
    .header-with-image-2 .page-heading-2 .page-header-2 {
        font-size: 2em;
        max-width: none;
    }
    .header-with-image-2 .page-heading-2 h2.section-heading,
    .header-with-image-2 .page-heading-2 h2.section-heading-2 {
        font-size: 1.333em;
    }
    .header-with-image-2 .page-heading-2 h2.subhead,
    .header-with-image-2 .page-heading-2 h3.subhead,
    .header-with-image-2 .page-heading-2 h4.subhead,
    .header-with-image-2 .page-heading-2 h2.subhead-2,
    .header-with-image-2 .page-heading-2 h3.subhead-2,
    .header-with-image-2 .page-heading-2 h4.subhead-2 {
        font-size: 1em;
    }
    .header-with-image-2 .page-heading-2 .btn {
        font-size:.667em;
        border-width: 0.125em;
        border-radius:1.1375em / 50%;
        padding:.3125em 1em;
    }
    .header-with-image-2 .page-heading-2 p,
    .header-with-image-2 .page-heading-2 ul,
    .header-with-image-2 .page-heading-2 ol {
        margin-bottom:.667em;
    }
    
}
@media (min-width: 992px) {
    .header-with-image-2 .page-heading-2 {
        font-size: 1.0625rem;
        font-size: 1.286vw;
    }
}
@media (min-width: 1200px) {
    .header-with-image-2 .page-heading-2 {
        font-size: 1.875rem;
        font-size: 1.286vw;
    }
}
@media (min-width: 1680px) {
    .child-page-header-2 {
        background-size:100% auto;
    }
}

/* Applications landing page */

#applications_nav a {
    text-decoration: none;
}
#applications_nav a:hover {
    text-decoration: underline;
}
@media (min-width: 768px) {
    #applications_nav {
        -webkit-columns: 2;
        columns:2;
    }
}

/* Spanish Homepage */

#spanish_home_nav .spanish-home {
    display:none;
}
#spanish_home_nav > li {
    font-size: 1.25rem;
    font-weight: 600;
}
#spanish_home_nav > li li {
    font-size: 1.125rem;
    font-weight: 300;
}
#spanish_home_nav a {
    text-decoration: none;
}
#spanish_home_nav a:hover {
    text-decoration: underline;
}
@media (min-width: 768px) {
    #spanish_home_nav {
        /* row */
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
    }
    #spanish_home_nav > li {
        /* col-md-6 */
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

/* ---------- Greenlight Page ---------- */

.greenlight-page-wrapper .wrapper-1,
.greenlight-page-wrapper .wrapper-2,
.greenlight-page-wrapper .wrapper-3,
.greenlight-page-wrapper .wrapper-4,
.greenlight-page-wrapper .wrapper-6{
	margin-bottom:4rem;
}

.greenlight-page-wrapper img {
	border-radius:1rem;
}
.greenlight-page-wrapper p:last-of-type {
	margin-bottom:0;
}

.greenlight-page-wrapper .wrapper-1 {
	margin-top: 4rem;
}

.greenlight-page-wrapper .wrapper-2 .w2-col{
	padding:2rem;
	border-radius:1rem;
	background-color: #f5f5f3;
}
.greenlight-page-wrapper .wrapper-3 .w3-col{
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
}
.greenlight-page-wrapper .wrapper-4 .gray-box {
	padding:2rem;
	border-radius:1rem;
	background-color: #f5f5f3;
	margin-left: auto;
	margin-right: auto;
}
.greenlight-page-wrapper .wrapper-4 ul,
.greenlight-page-wrapper .wrapper-5 ul {
	margin-bottom: 0;
}
.greenlight-page-wrapper .wrapper-5 {
	background: #000;
  	padding: 3rem 0 1.5rem;
}
.greenlight-page-wrapper .wrapper-5 .footnotes p.footnote {
	color:#fff;
}
.greenlight-page-wrapper .wrapper-5 {
	padding-left:15px;
	padding-right:15px;
}

/*.greenlight-page-wrapper .wrapper-6 p,
.greenlight-page-wrapper .wrapper-8 p {
	font-size:1.125rem;
}
.greenlight-page-wrapper .wrapper-6 .bg-img {
	background: url("../images/contact-Us.jpg") no-repeat center;
	border-radius:1rem;
    position: relative;
	display:flex;
	min-height: 550px;
	background-size:100% auto;
}

.greenlight-page-wrapper .wrapper-6 .banner-text{
	background:#f0f5fa;
	border-radius:1rem;
	padding:2rem;
}
.greenlight-page-wrapper .wrapper-6 {
	font-size:1rem;
}
.blue-gradient-box {
  padding: 2rem;
  border-radius: 1rem;
  background-image: linear-gradient(to bottom, #D7D5E9, #F0F5FA);
  position: relative;
  margin-bottom: 2rem;
}*/
.greenlight-page-wrapper .greenlight-concession-image {
	position:relative;
	top: 4.25rem;
}
@media (max-width: 575px) {
  
	.wrapper-4 .gray-box {
		padding-left:1rem;
		padding-right:1rem;
	}
	.greenlight-page-wrapper .wrapper-6 .bg-img {
		background-size: 175% auto!important;
		background-position-y: 0;
        background-position-x: 0;
	}
	.greenlight-page-wrapper .greenlight-concession-image {
		position:relative;
		top: -2rem;
	}
}

@media (max-width: 767px) {
	
	.wrapper-2 .w2-col,
	.wrapper-3 img {
		margin-top:1rem;
	}
	.greenlight-page-wrapper .wrapper-6 .bg-img {
		background-size: 125% auto;
		background-position-y: 0;
        background-position-x: 0;
	}
	.greenlight-page-wrapper .greenlight-concession-image {
		position:relative;
		top: -2rem;
	}
}

@media (max-width: 991px) {
	
	.greenlight-page-wrapper .wrapper-6 .bg-img {
		align-items:end;
		justify-content:center;
	}
	.greenlight-page-wrapper .wrapper-6 .banner-text {
		max-width:100%;
		width:100%;
		margin-top:30%;
		margin-left:1rem;
		margin-right:1rem;
	}
	
	.greenlight-page-wrapper .wrapper-6 .bg-img {
		background-position-y:0;
	}
	
}

@media (min-width: 992px) {
	.greenlight-page-wrapper .wrapper-6 .bg-img {
		align-items:center;
		justify-content:end;
		min-height:500px;
	}
	.greenlight-page-wrapper .wrapper-6 .banner-text {
		max-width:500px;
		margin-right:1rem;
		margin-left:0;
	}
	
}

/* --------------- Footer --------------- */

footer a {
    color:#555858;
}
.footer-text {
    margin-bottom:1.5rem;
}
.footer-text p {
    margin-bottom:0;
}
.footer-text ul {
    list-style: none;
    padding:0;
    margin:0;
}
.footer-text li {
    display:inline;
    padding-right:.6rem;
    border-right:1px solid #555858;
    margin-right:.4rem;
}
.footer-text li:last-child {
    padding-right:0;
    border-right: 0 none;
    margin-right:0;
}
.footer-logos img {
    vertical-align: bottom;
    margin-bottom: 1.5rem;
}
.eho-logo,
.ncua-logo {
    margin-right: 20px;
}
a.dealer-links-icon {
    display:inline-block;
    width:2.25rem;
    height:2.25rem;
    background-color:#febe10;
    color:#000;
    border-radius: 50%;
    font-size: 1.25rem;
    text-align: center;
    padding-top:.1875rem;
    margin-bottom: 1.5rem;
}
.footer-tagline {
    margin-bottom:1.5rem;
}

/* Footer Background */

.footer-content-container {
    padding-top:36px;
    margin-bottom: 1.5rem;
}
.footer-bg-container {
    overflow: hidden;
}
.footer-bg {
    width:100%;
    height:0;
    padding-bottom:28.333%;
    background: url(../images/bg-footer.png) no-repeat center bottom transparent;
    background-size: 100% auto;
    position: relative;
    z-index: 100;
}

.footer-gpcu-logo {
    display: block;
    width:220px;
    margin:0 auto;
    transform: translateY(320px);
}
.footer-bg-container.in-view .footer-gpcu-logo {
    transform: translateY(0);
    transition: transform 1.5s ease-out 0s;
}
.footer-gpcu-logo #gpcu-logo-lines {
    opacity:0;
}
.footer-bg-container.in-view .footer-gpcu-logo #gpcu-logo-lines {
    opacity:1;
    transition: opacity 0.5s ease-in 1.5s;
}
.footer-gpcu-logo #gpcu-logo-circle {
    opacity:1;
}
.footer-bg-container.in-view .footer-gpcu-logo #gpcu-logo-circle {
    opacity:0;
    transition: opacity 0.5s ease-in 1.5s;
}
.footer-bg::after {
    content:'';
    position: absolute;
    left:0;
    bottom:0;
    display: block;
    width:100%;
    height:0;
    padding-bottom:23.2%;
    z-index: 101;
    background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,1));
    background-image:         linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1));
    opacity: 1;
}
.footer-bg-container.in-view .footer-bg::after {
    opacity: 0;
    transition: opacity 1.5s ease-in 0s;
}

/* --------------- Vehicles for Sale --------------- */

.vehicles-for-sale,
.community-involvement {
    /* row */
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.vehicles-for-sale .news-item,
.community-involvement .news-item {
    /* col-12 */
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom:1.5rem;
    border-bottom:1px solid #ddd;
}
.news-item a {
    text-decoration: none;
    color:#555858;
    display: block;
    margin:0 15px 1.5rem 15px;
}
.news-item-image {
    margin-bottom:10px;
}
.news-item h2 {
    font-size: 1.125rem;
}
.news-item a:hover h2 {
    text-decoration: underline;
}
@media (min-width: 768px) {
    .vehicles-for-sale .news-item,
    .community-involvement .news-item {
        /* col-6 */
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (min-width: 992px) {
    .vehicles-for-sale .news-item,
    .community-involvement .news-item {
        /* col-3 */
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

/* --------------- Insurance Accordion --------------- */

.insurance-accordion a.media {
    color:#555858;
    text-decoration: none;
    border-bottom:1px solid #ddd;
    padding: 1.5rem 20px 0 20px;
}
.insurance-accordion a.media:hover {
    background-color: #f7f7f7;
}
.insurance-accordion a.media h2 {
    color:#000;
    font-size: 1.5rem;
}
.insurance-accordion a.media:hover h2 {
    text-decoration: underline;
}
.insurance-accordion .card {
    border:0 none;
    border-bottom:1px solid #ddd;
    background-color:#f7f7f7;
}
.insurance-accordion .card p.footnote {
    color:#555858;
}

/* --------------- Accordion --------------- */

.accordion {
    margin-bottom: 1.5rem;
}
.greenlight-faq-section #accordion {
	margin-bottom: 1rem;
}
.accordion .card {
    border:0 none;
}
.accordion .card-header {
    padding:0;
    border: 0 none;
    background-color: transparent;
}
.accordion .card-header .btn-link {
    width:100%;
    background-color:#f3f3f3;
    color:#000;
    text-align: left;
    border-radius: 3px;
    padding:.375rem 1.125rem .4375rem 1.125rem
}
.accordion .card-header .btn-link:hover,
.accordion .card-header .btn-link[aria-expanded="true"] {
    background-color:#febe10;
}
.accordion .card-header .btn-link:focus {
    box-shadow: inset 0 0 0 2px rgba(255,255,255,0.5) !important;
}
.accordion .card-header .btn-link svg {
    margin-right:.5rem;
}
.accordion .card-body {
    border:1px solid #e1e1e1;
    border-top:0 none;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}


/* --------------- Dealer Portal - Secure Area --------------- */

/* Login Box */

.secure-area-login-box {
    max-width: 400px;
    background-color: #f9f9f9;
    padding: 23px 30px;
    border: 1px solid #ddd;
    margin: 0 auto 30px auto;
}
.secure-area-login-box .logon-remember-me-checkbox {
    display: block;
    margin-bottom: 1rem;
}
.secure-area-login-box input.btn {
    margin-bottom: 1rem;
}

/* Media Library Tree */

.MediaLibraryTree {
    margin-bottom: 1.5rem;
}
.MediaLibraryTree a {
    text-decoration: none;
}
.MediaLibraryTree a:hover {
    text-decoration: underline;
}
.MediaLibraryTree .SelectedFolder a {
    font-weight: 600;
}
.MediaLibraryTree .table {
    margin-bottom:.5rem;
}
.MediaLibraryTree .tr {
    width: 100%;
    overflow: hidden;
}
.MediaLibraryTree .tr .td {
    float: left;
}
.MediaLibraryTree .Folder {
    margin-left:3px;
}

/* Media Library Content */

.MediaGalleryContent {
    margin-bottom:1.5rem;
}
.MediaLibrarySort {
    background-color:#f6f6f6;
    padding:5px 10px;
}
.MediaLibrarySort a {
    margin-right:.5rem;
}
.media-library-item {
    padding:10px;
    border-bottom:1px solid #e9e9e9;
}
.MediaGalleryContent .no-record {
    margin-top: 1rem;
    padding-left: 10px;
}

/* Pagination */

.MediaGalleryContent .Pager {
	margin-top:10px;
	margin-bottom:30px;
}
.MediaGalleryContent .Pager a,
.MediaGalleryContent .Pager strong {
    display:inline-block;
	font-weight:600;
    text-decoration:none;
	padding:8px 12px !important;
	line-height:1;
    margin:0 0 6px 0;
    
    border:1px solid #ddd;
    background-color: #fff;
    color:#000;
}
.MediaGalleryContent .Pager a:hover {
    background-color:#f6f6f6;
	color:#000;
}
.MediaGalleryContent .Pager strong {
    background-color:#febe10;
    border-color: #febe10;
	color:#000;
}
.MediaGalleryContent .Pager .pagination-details {
    margin-left:auto;
    font-size:0.875rem; /* 14px */
    color:#767676;
}

.logout-button {
    text-align: right;
}

/* --------------- Super Saver Club Styling --------------- */

.looney-zone p {
	font-size:1.07rem;
}

.looney-text {
	padding-bottom: 1rem;
}

.looney-title {
	border-right: 1px solid #c0dddf;
}

.looney-row-1 {
	padding: 1rem;
	background: #febe10;
    background: radial-gradient(circle farthest-side, #FFF, #febe10 2500px);
}
.looney-row-2 {
	padding: 1rem;
	background: #007bc3;
    background: radial-gradient(circle farthest-side, #FFF, #007bc3 2500px);
}
.looney-row-3 {
	padding: 1rem;
	background: #f36c12;
    background: radial-gradient(circle farthest-side, #FFF, #f36c12 2500px);
}
.looney-row-4 {
	padding: 1rem;
	background: radial-gradient(circle farthest-side, #FFF, #401e6b 2500px);
}

/* --------------- Greenlight Styling --------------- */

.greenlight-features h2 {
	padding-top: 2rem;
	padding-bottom: 1.5rem;
}

.greenlight-features {
	padding: 1rem;
	background: #F5F5F5;
    /*background: radial-gradient(circle farthest-side, #FFF, #febe10 2500px);*/
}

/* ----------------------------------------------- */
/* XS Only */
/* ----------------------------------------------- */

@media (max-width: 575px) {

    .footer-bg {
        margin-top:2rem;
    }
    .table td,
    .table th {
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
	.looney-title {
	border-right: none;
}
}


/* ----------------------------------------------- */
/* SM and wider */
/* ----------------------------------------------- */

@media (min-width: 576px) {
	
}


/* ----------------------------------------------- */
/* SM Only */
/* ----------------------------------------------- */

@media (min-width: 576px) and (max-width: 767px) {
	.looney-title {
	border-right: none;
}
}

/* ----------------------------------------------- */
/* XS and SM Only */
/* ----------------------------------------------- */

@media (max-width: 767px) {
    
    .email-signup-container {
        background: url(../images/bg-faceted-colorful-vert.jpg) no-repeat center top;
        background-size: cover;
    }
    .email-signup-text h2 {
        padding-left:4.875rem;
        position: relative;
    }
    .email-signup-text h2::before {
        content: '';
        background: url(../images/envelope.svg) no-repeat left top transparent;
        display: block;
        width: 3.75rem;
        height: 3.75rem;
        position: absolute;
        left: 0;
        top: -.5rem;
    }
.page-heading-2 > *:last-child {
    		margin-bottom: 0;
	}
	.child-page-header-2 {
    padding-top:0px;
}
}

/* ----------------------------------------------- */
/* MD and wider */
/* ----------------------------------------------- */

@media (min-width: 768px) {

    /* ----- List styles ----- */

    .columns-md-2 {
        -webkit-columns: 2;
        columns: 2;
    }
    .columns-md-3 {
        -webkit-columns: 3;
        columns: 3;
    }
    .columns-md-4 {
        -webkit-columns: 4;
        columns: 4;
    }

    .site-logo img {
        margin: 34px auto;
    }
    .header-row-1 {
        margin-top:18px;
    }
    .login-dropdown {
        margin: 0 0 0 10px;
    }

    .email-signup-container {
        background: url(../images/bg-faceted-colorful-horz.jpg) no-repeat center top;
        background-size: cover;
    }
    .email-signup-text {
        padding-left:130px;
        position: relative;
    }
    .email-signup-text::before {
        content: '';
        background: url(../images/envelope.svg) no-repeat left top transparent;
        display: block;
        width: 100px;
        height: 100px;
        position: absolute;
        left: 0;
        top: 0;
    }
    .email-signup-text h2 {
        font-size: 3rem;
    }

    .login-dropdown .dropdown-menu {
        left:auto !important;
        right:0;
        transform:translate3d(0, 2.5rem, 0) !important;
    }

    .page-content {
        max-width: 860px;
        margin:0 auto;
        padding:0 15px;
    }
    .page-content-full-width {
        max-width: none;
        margin:0;
        padding: 0;
    }

    /* Mobile Wallet page */
    #apple-pay-logo {
        padding: 17.9167% 0;
    }
    #google-pay-logo {
        padding: 30% 0;
    }
	
}


/* ----------------------------------------------- */
/* MD Only */
/* ----------------------------------------------- */

@media (min-width: 768px) and (max-width: 991px) {

    .site-logo img {
        margin-bottom: 15px;
    }
	
}


/* ----------------------------------------------- */
/* LG and wider */
/* ----------------------------------------------- */

@media (min-width: 992px) {

    /* ----- List styles ----- */

    .columns-lg-2 {
        -webkit-columns: 2;
        columns: 2;
    }
    .columns-lg-3 {
        -webkit-columns: 3;
        columns: 3;
    }
    .columns-lg-4 {
        -webkit-columns: 4;
        columns: 4;
    }

    /*.email-signup-form iframe {
        height:13.75rem;
    }*/
    .footer-bg-container {
        margin-top:-11.75rem;
    }
    .footer-bg {
        margin-top:2rem;
    }

    /* --------------- Email Signup --------------- */

    .email-signup-form .first-name-input,
    .email-signup-form .last-name-input {
        width:47%;
        margin-right:3%;
        float:left;
    }
    .email-signup-form .email-input {
        clear:both;
        width:97%;
        margin-right:3%;
    }
    .email-signup-form .btn-submit {
        margin-bottom:1.25rem;
        margin-right:6px;
    }
	
}


/* ----------------------------------------------- */
/* LG Only */
/* ----------------------------------------------- */

@media (min-width: 992px) and (max-width: 1199px) {
	
}


/* ----------------------------------------------- */
/* XL and wider */
/* ----------------------------------------------- */

@media (min-width: 1200px) {

}

/* Email Signup Form */
@media (min-width: 505px) and (max-width: 767px) {
	/*.email-signup-form iframe {
        height:13.75rem;
    }*/
}


/* ----------------------------------------------- */
/* MAIN NAV */
/* ----------------------------------------------- */

/* You can add the following classes to the li.dropdown parent of the div.dropdown-menu you want to affect:

dd-align-to-navbar will align the drop down to the whole navbar instead of the nav-item
dd-align-to-item-[grid-size] will override dd-align-to-navbar at larger grid-sizes to revert back to aligning to the nav-item
dd-align-right will align the drop down to the right instead of the left
dd-align-left-[grid-size] will override dd-align-right at larger grid-sizes to revert back to aligning the drop down to the left
dd-w-[grid size]-[width in px], for example, dd-w-lg-600 would make the dropdown menu 600px wide in the LG layout. Widths are inherited by wider grid layouts.
dd-single-col if you have both mm-solo and mm-button items in the same dropdown and want them to be stacked vertically in one column instead of appearing side-by-side

Additionally, for each mega menu column, add a class of 'mm-column', and the bootstrap classes to size each column accordingly, to the LI for that column. For example: mm-column col-md-6 col-lg

*/

/* ----- basic styling ----- */

#main-nav ul {
    /*list-style-type:none;*/
    /*list-style: none;*/
    /* IE Edge hack, see https://github.com/sonarwhal/sonarwhal.com/issues/210 and https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/104357/ */
    list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=); /* transparent 1x1 PNG */
    margin:0;
    padding:0;
}
#main-nav li.mm-column {
    display:block;
}
#main-nav .mm-column li:not(.mm-button) + .mm-button {
    margin-top: 1rem;
}
#main-nav .mm-column li + .mm-button ~ .mm-button {
    margin-top: 0;
}

/* ----- site-specific styling ----- */

#main-nav .mm-column {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
#main-nav .mm-column > a:first-child {
    /* mm-column heading */
    font-size: 1.25rem;
    display: block;
    color:#000;
    line-height: 1.2;
    padding-bottom:.25rem;
    border-bottom: 2px solid #febe10;
    margin-bottom:.5rem;
}
#main-nav .mm-column > ul > li > a:not(.btn) {
    /* regular links within mm-column */
    display: block;
    padding:5px 0;
    color: #555858;
}
#main-nav .mm-column .btn {
    margin-bottom: 10px;
}

#main-nav .mm-column > ul > li.menu-indent {
    margin-left:1rem;
    font-size:.9rem;
}

/* XS and SM only */
@media (max-width: 767px) {

    /* ----- basic styling ----- */

    #main-nav {
        margin-left:-15px;
        margin-right:-15px;
        padding:0;
    }
    #main-nav .navbar-toggler {
        width:100%;
        border:0;
        padding:10px 15px;
        text-align: left;
    }
	#main-nav .navbar-collapse {
        padding-left:15px;
        padding-right:15px;
    }
    #main-nav .navbar-nav {
        margin-left: -15px;
        margin-right: -15px;
        background-color: #fff;
    }
    #main-nav .nav-link {
        padding-left:15px;
        padding-right: 15px;
    }

    /* ----- site-specific styling ----- */

    #main-nav .navbar-toggler {
        background-color: #00747b;
        color:#fff;
        font-weight: 600;
        font-size: 1.5rem; /* 24px */
        text-transform: uppercase;
        line-height: 1.96875rem;
        border-radius: 0;
    }
    #main-nav .navbar-toggler:focus {
        outline:0 none;
        background-color: #00575c;
    }
    #main-nav .navbar-toggler .fa-pull-right {
        width:2rem; /* to accommodate IE11 */
    }
    #main-nav .nav-link {
        border-bottom: 1px solid #e7e7e7;
    }
    #main-nav .nav-link:hover,
    #main-nav .nav-link:focus {
        background-color:#f1f1f1;
        color:#555858;
    }
    #main-nav .nav-link:focus {
        outline:none;
    }
    #main-nav li.nav-item.show .nav-link {
        background-color: #febe10;
        color: #000;
    }
    #main-nav .dropdown-menu {
        background-color: #f7f7f7;
        padding-top:1px;
        border:0 none;
        margin:0;
        padding-bottom: 1px;
    }
    #main-nav .mm-column > ul > li > a:not(.btn) {
        /* regular links within mm-column */
        display: block;
        padding:10px;
        border-bottom: 1px solid #e7e7e7;
        color:#555858;
    }
    #main-nav .mm-column > ul > li:last-child > a:not(.btn) {
        border-bottom: 0 none;
    }
    #main-nav .mm-column > ul > li > a:hover {
        text-decoration: none;
        color:#555858;
        background-color: #fff;
    }

}

/* MD and wider */
@media (min-width: 768px) {

    /* ----- basic styling ----- */

    #main-nav .navbar-nav {
        position: relative;
    }
    #main-nav .dropdown-menu.row.show {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #main-nav .dropdown-item {
        white-space: normal;
    }
    #main-nav .btn {
        white-space: nowrap;
    }
    #main-nav .dropdown-toggle::after {
        display: none;
    }

    /* ----- alignment classes ----- */

    .dd-align-to-navbar {
        position: static;
    }
    .dd-align-right .dropdown-menu {
        left:auto !important;
        right: 0;
    }

    /* ----- width classes ----- */

    .dd-w-md-200 .dropdown-menu { width:200px; }
    .dd-w-md-250 .dropdown-menu { width:250px; }
    .dd-w-md-300 .dropdown-menu { width:300px; }
    .dd-w-md-400 .dropdown-menu { width:400px; }
    .dd-w-md-500 .dropdown-menu { width:500px; }
    .dd-w-md-600 .dropdown-menu { width:600px; }
    .dd-w-md-700 .dropdown-menu { width:700px; }

    /* ----- site-specific styling ----- */

    #main-nav {
        width:100%;
        padding:0;
    }
    #main-nav .navbar-nav {
        width:100%;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    #main-nav .navbar-nav > li.nav-item {
        text-align: center;
    }
    #main-nav .nav-item > a {
        /* main nav tabs */
        font-weight: 600;
        font-size: 1.375rem; /* 22px */
        color:#000;
        text-transform: uppercase;
        position: relative;
        border-top:10px solid transparent;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        padding-left:22px;
        padding-right: 22px;
        margin-left:0.5rem;
        margin-right: 0.5rem;
    }
    #main-nav.spanish-navbar .nav-item > a {
        font-size:1.1875rem;
        padding-left:15px;
        padding-right:15px;
    }
    #main-nav .nav-item > a:hover,
    #main-nav .nav-item > a:focus {
        color:#000;
        border-color: #aaa;
        outline: 0 none;
    }
    #main-nav .nav-item.show > a,
    #main-nav .nav-item.item-current > a {
        border-color: #febe10;
    }

    #main-nav .nav-item > a:hover::before,
    #main-nav .nav-item > a:focus::before,
    #main-nav .nav-item.item-current > a::before {
        content:'';
        position: absolute;
        left:-0.5rem;
        top:0;
        display: block;
        width:0.5rem;
        height:3.4375rem; /* 55px */
        background: url(../images/tab-shadow-left.svg) no-repeat right top transparent;
    }
    #main-nav .nav-item > a:hover::after,
    #main-nav .nav-item > a:focus::after,
    #main-nav .nav-item.item-current > a::after {
        content:'';
        position: absolute;
        right:-0.5rem;
        top:0;
        display: block;
        width:0.5rem;
        height:3.4375rem; /* 55px */
        background: url(../images/tab-shadow-right.svg) no-repeat left top transparent;
        /* override _caret.scss styles */
        margin-left:0;
        border:0 none;
    }

    #main-nav .mm-column {
        margin-top: .75rem;
        margin-bottom: .75rem;
    }
    #main-nav .dropdown-menu {
        padding: .75rem .75rem;
        left:0.5rem;
        border-color: #fff;
        box-shadow: 0 6px 6px 0 rgba(0,0,0,0.1);
        background-color: #fff;
        background-image: -webkit-linear-gradient(top, #fff, #f2f2f3); /* Chrome 10-25, iOS 5+, Safari 5.1+ */
        background-image:         linear-gradient(to bottom, #fff, #f2f2f3); /* Chrome 26, Firefox 16+, IE 10+, Opera */
    }
    .dd-align-right .dropdown-menu {
        right: 0.5rem;
    }

}
/* LG and wider */
@media (min-width: 992px) {

    /* ----- width classes ----- */

    .dd-w-lg-200 .dropdown-menu { width:200px; }
    .dd-w-lg-250 .dropdown-menu { width:250px; }
    .dd-w-lg-300 .dropdown-menu { width:300px; }
    .dd-w-lg-400 .dropdown-menu { width:400px; }
    .dd-w-lg-500 .dropdown-menu { width:500px; }
    .dd-w-lg-600 .dropdown-menu { width:600px; }
    .dd-w-lg-700 .dropdown-menu { width:700px; }
    .dd-w-lg-800 .dropdown-menu { width:800px; }
    .dd-w-lg-900 .dropdown-menu { width:900px; }

    /* ----- alignment classes ----- */

    .dd-align-to-item-lg {
        position: relative !important;
    }
    .dd-align-left-lg .dropdown-menu {
        left:0 !important;
        right:auto !important;
    }

    /* ----- site-specific styling ----- */

    #main-nav {
        margin-top:-76px;
    }
    #main-nav .navbar-nav {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    #main-nav .nav-item > a {
        /* main nav tabs */
        font-size: 1.25rem; /* 20px */
        padding-left:15px;
        padding-right: 15px;
    }
    #main-nav.spanish-navbar .nav-item > a {
        /* main nav tabs */
        font-size: 1rem;
    }

}
/* XL and wider */
@media (min-width: 1200px) {

    /* ----- width classes ----- */
    
    .dd-w-xl-200 .dropdown-menu { width:200px; }
    .dd-w-xl-250 .dropdown-menu { width:250px; }
    .dd-w-xl-300 .dropdown-menu { width:300px; }
    .dd-w-xl-400 .dropdown-menu { width:400px; }
    .dd-w-xl-500 .dropdown-menu { width:500px; }
    .dd-w-xl-600 .dropdown-menu { width:600px; }
    .dd-w-xl-700 .dropdown-menu { width:700px; }
    .dd-w-xl-800 .dropdown-menu { width:800px; }
    .dd-w-xl-900 .dropdown-menu { width:900px; }
    .dd-w-xl-1000 .dropdown-menu { width:1000px; }
    .dd-w-xl-1100 .dropdown-menu { width:1100px; }

    /* ----- alignment classes ----- */

    .dd-align-to-item-xl {
        position: relative !important;
    }
    .dd-align-left-xl .dropdown-menu {
        left:0 !important;
        right:auto !important;
    }

    /* ----- site-specific styling ----- */

    #main-nav {
        margin-top:-80px;
    }
    #main-nav .nav-item > a {
        /* main nav tabs */
        font-size: 1.375rem; /* 22px */
        padding-left:22px;
        padding-right: 22px;
    }
    #main-nav.spanish-navbar .nav-item > a {
        /* main nav tabs */
        font-size: 1.25rem;
        padding-left:18px;
        padding-right: 18px;
    }


}


/* ----------------------------------------------- */
/* CAROUSEL */
/* ----------------------------------------------- */

/* ---------- Banner Nav ---------- */

.carousel-indicators {
    margin:0 15px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.carousel-indicators li {
    width:26px;
    height:26px;
    line-height: 1;
    text-indent: 0;
    margin:0;
    position: static;
    background-color: transparent;
    opacity: 1;
}
.carousel-indicators li.active {
    background-color:transparent;
}
.carousel-indicators li::before,
.carousel-indicators li::after {
    display: none;
}
.carousel-indicators button {
    width:20px;
    height:20px;
    padding:0;
    margin:3px;
    background-color:#fff;
    color:#febe10;
    border: 3px solid #fff;
    border-radius: 10px;
    box-shadow:0 0 3px rgba(0,0,0,0.3);
    cursor: pointer;
    position: relative;
}
.carousel-indicators button:focus {
    outline:0 none;
    box-shadow: 0 0 0 3px #febe10;
}
.carousel-indicators li.active button {
    background-color:#b68e16;
}
.carousel-indicators li.togglePausePlay {
    width:calc(2.5rem + 6px);
}
.carousel-indicators li.togglePausePlay button {
    width:2.5rem;
}
.carousel-indicators li.togglePausePlay button::after,
.carousel-indicators li.togglePausePlay button[aria-label="Pause"]::after {
    content:'';
    display:block;
    width:12px;
    height: 12px;
    background: url(../images/play-pause-sprite.png) no-repeat 0 0 transparent;
    background-size: 12px 24px;
    position: absolute;
    top:1px;
    left:.675rem;
}
.carousel-indicators li.togglePausePlay button[aria-label="Play"]::after {
    background-position: 0 -12px;
}

/* --------------- Homepage Banner Ad Carousel --------------- */

#carousel-homepage {
    width:100%;
    height:0;
    padding-bottom:27.380952%; /* 460/1680 */
    background-color:#eee;
}

#carousel-homepage:before,
#carousel-homepage:after {
    content: "";
	position: absolute;
	left: 0;
	display: block;
	height: 6px;
    height: 0.5vw;
	width: 100%;
	z-index:10;
}
#carousel-homepage:before {
	top:0;
	background-image: -webkit-linear-gradient(bottom, transparent, rgba(0,0,0,0.1)); /* Chrome 10-25, iOS 5+, Safari 5.1+ */
	background-image:         linear-gradient(to top, transparent, rgba(0,0,0,0.1)); /* Chrome 26, Firefox 16+, IE 10+, Opera */
}
#carousel-homepage:after {
	bottom:0;
	background-image: -webkit-linear-gradient(top, transparent, rgba(0,0,0,0.1)); /* Chrome 10-25, iOS 5+, Safari 5.1+ */
	background-image:         linear-gradient(to bottom, transparent, rgba(0,0,0,0.1)); /* Chrome 26, Firefox 16+, IE 10+, Opera */
}

#carousel-homepage .carousel-inner .carousel-item,
#banner-ad-page .carousel-item {
    width:100%;
    height:0;
    padding-bottom:27.380952%; /* 460/1680 */
    background-color:#eee;
	background-repeat:no-repeat;
	background-position:left top;
	background-size:cover;
}
#carousel-homepage .carousel-inner > .active,
#carousel-homepage .carousel-inner > .carousel-item-next,
#carousel-homepage .carousel-inner > .carousel-item-prev {
	padding-bottom:27.380952%; /* 460/1680 */
}

/* Clickable transparent overlay to make the entire
banner clickable in the absence of a button */
#carousel-homepage .pass-through,
#banner-ad-page .pass-through {
    position:absolute;
	top:0;
	left:0;
	display:block;
	width:100%;
	height:0;
	padding-bottom:27.380952%; /* 460/1680 */
	z-index:11;
	background-color:transparent;
}
#carousel-homepage .pass-through:focus,
#banner-ad-page .pass-through:focus {
    outline:10px solid rgba(254,190,16,.75);
    outline-offset: -10px;
}

/* Trick to restart CSS Animation */
.carousel-item-left.active .animated,
.carousel-item-right.active .animated,
.carousel-item-next .animated,
.carousel-item-prev .animated {
	-webkit-animation: nonexistent;
	animation: nonexistent;
}

/* --------------- Carousel Captions --------------- */

.carousel-caption {
	font-size:12px;
    font-size:4vw;
    padding-top:2vw;
	padding-bottom:2vw;
	text-shadow:none;
	cursor:default;
    -webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */
    user-select: none;
    top:0;
    bottom:0;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.caption-top .carousel-caption {
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}
.caption-vertical-center .carousel-caption {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
}
.caption-bottom .carousel-caption {
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
}
.carousel-caption :last-child {
    margin-bottom:0;
}
.caption-left .carousel-caption {
	left:3%;
	right:47%;
    text-align:left;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.caption-center .carousel-caption {
	left:3%;
    right:3%;
    -ms-flex-pack: center;
    justify-content: center;
}
.caption-right .carousel-caption {
	left:47%;
	right:3%;
    text-align:right;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.text-shadow {
	text-shadow: 0.025em 0.025em 0.05em rgba(0,0,0,0.66);
}
.carousel-caption h2 {
    font-size: 100%;
    font-weight: 600;
    line-height: 1.075;
	margin-top:0;
	margin-bottom:.2em;
}
.carousel-caption h3 {
	font-size: 70%;
	font-weight:300;
	margin-top:0;
	margin-bottom:0.2em;
    line-height: 1.2;
}
.carousel-caption .details-text {
	font-size: 50%;
	font-weight:300;
    margin-bottom: .2em;
    line-height: 1.3;
}
.carousel-caption h2,
.carousel-caption h3,
.carousel-caption .details-text {
    width:100%;
}
.carousel-caption .details-text p {
    margin-bottom:.2em;
}
.carousel-caption .details-text a {
    color:inherit;
	text-decoration:underline;
}
.carousel-caption .details-text a:hover {
	text-decoration:none;
}
.carousel-caption .details-text .row .btn {
    display: block;
	width:100%;
    white-space: normal;
    padding-left: 0.5em;
    padding-right: 0.5em;
}
.carousel-caption ul {
	list-style-position:inside;
}
.carousel-caption .btn-primary,
.carousel-caption .btn-primary:focus,
.carousel-caption .btn-primary:active {
    font-size:36%;
    border-radius:1.1157em/50%;
    padding:.25em 1.25em .3125em 1.25em;
    margin-top:.8em;
}
.caption-left .btn-primary {
    margin-right:1vw;
}
.caption-center .btn-primary {
    margin-left:.5vw;
    margin-right:.5vw;
}
.caption-right .btn-primary {
    margin-left:1vw;
}
.carousel-caption .btn-light,
.carousel-caption .btn-light:focus,
.carousel-caption .btn-light:active {
	background-color:#febe10;;
    color:#000;
}
.carousel-caption .btn-light:hover {
	background-color:#fff;
	color:#000;
}
.carousel-caption .btn-dark,
.carousel-caption .btn-dark:focus,
.carousel-caption .btn-dark:active {
	background-color:#00747b;
	color:#fff;
}
.carousel-caption .btn-dark:hover {
	background-color: #fff;
    color:#00747b;
    border-color: #00747b;
}

/* --------------- Banner Ad Page --------------- */

.page-content #banner-ad-page {
    margin-left:-15px;
    margin-right:-15px;
}
#banner-ad-page .carousel-item {
    position:relative;
    overflow:hidden;
    display: block;
    float:none;
}

.current-specials > h2 {
    display:none;
}
.current-specials .carousel-item {
    margin-bottom:30px;
}

/* ----------------------------------------------- */
/* SM and wider */
/* ----------------------------------------------- */

@media (min-width: 576px) {
	.carousel-caption {
		font-size: 23px; /* Fallback if vw unit is not supported */
        font-size:4vw;
	}
}

/* ----------------------------------------------- */
/* MD and wider */
/* ----------------------------------------------- */

@media (min-width: 768px) {

	.carousel-caption {
		font-size: 30px; /* Fallback */
        font-size:4vw;
	}

}

/* ----------------------------------------------- */
/* LG and wider */
/* ----------------------------------------------- */

@media (min-width: 992px) {
	.carousel-caption {
		font-size: 39px; /* Fallback */
		font-size:4vw;
	}
}

/* ----------------------------------------------- */
/* XL and wider */
/* ----------------------------------------------- */

@media (min-width: 1200px) {
	.carousel-caption {
		font-size: 48px; /* Fallback */
		font-size:4vw;
    }
    .current-specials .carousel-caption {
        font-size: 48px;
    }
}


/* ----------------------------------------------- */
/* Print styles */
/* ----------------------------------------------- */

@media print {

}

/* --------------- For CMS --------------- */

.EditableTextEdit .btn {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
    cursor: text;
}
.EditableTextEdit .btn:not(:disabled):not(.disabled) {
    cursor: text;
}
.EditableTextEdit .phone-number {
    border: 1px solid red;
}
.EditableTextEdit div.row {
    border: 1px solid #ff0000;
    padding: 3px;
    margin-left: 0;
    margin-right: 0;
}
.EditableTextEdit div.row>p {
    width: 100%;
}
.EditableTextEdit div.col,
.EditableTextEdit div.col-auto,
.EditableTextEdit div.col-12 {
    border: 1px dashed #ff0000;
}
.EditMode .header-image-pattern {
    display: none;
}
