<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/******************************************
 CUSTOM STYLESHEET
*******************************************/

/*
* You can place your custom CSS statements in this file, after this message.
* It is better to write everything custom here
* because this file won't be replaced during updates.
*
* Simply copy an existing style from style.css to this file,
* and modify it to your liking.
*/

html, html * {
    box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}

h1,h2,h3,h4,h5,h6 { margin:0; padding:0; font-family: 'Libre Baskerville', serif; }
h1 { font-size: 26px; }
h2 { font-size: 22px; }
h3 { font-size: 20px; }
h4 { font-size: 16px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }

#footer { clear:both; }

.hidden {
    display: none!important;
    visibility: hidden!important;
    height: 0!important;
    overflow: hidden!important;
}

/* Borrowing from Bootstrap */
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    border-radius: 4px;
    vertical-align: middle;
    white-space: normal;
}
.btn-success {
    color: #fff !important;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-info {
    color: #fff !important;
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn-warning {
    color: #fff !important;
    background-color: #f0ad4e;
    border-color: #eea236;
}
.btn-danger {
    color: #fff !important;
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-group-sm &gt;.btn, .btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn-group-lg &gt; .btn, .btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
.btn-group-xl &gt; .btn, .btn-xl {
    border-radius: 8px;
    font-size: 24px;
    line-height: 1.33333;
    padding: 14px 20px;
}
.btn-block {
    display: block;
    width: 100%;
}

/* Custom social icons menu at top of all pages */
#menu-social-icons {
    margin-bottom: 8px;
}
#menu-social-icons a {
    font-size: 12px;
    padding: 10px;
}

/* top ad */
#leaderboard_atf {
    margin-top: 20px; 
    margin-bottom: 20px;
	height: auto !important;
}

/* Article links */

.entry a {
    color: #d64b00;
}

.entry a:hover {
    text-decoration: underline;
}

/* Movie Schedule */

#movies_content{
    font-size:16px;
    line-height:34px;
}

#choose-theater{
    font-size:24px;
    line-height:34px;
}

.movie_section_header {
    background-color:#000000;
    color:#FFFFFF;
    width:100%;
    display:block;
    font-size:20px;
    line-height:34px;
    font-weight:900;
    position:relative;
    left:-40px;
    margin-top: 15px;
    margin-bottom: 20px;
}

.movie_list_container{
    display:block;
    overflow:hidden;
}

.headline-news{
    font-size: 30px;
    font-weight: 900;
    line-height: 30px;
}



/* [gallery] shortcode */
.entry .gallery .gallery-item { max-width:260px; display: -moz-inline-stack; display: inline-block; vertical-align: top; zoom: 1; *display: inline; margin: 10px; }
.entry .gallery { clear: both; margin: auto; text-align: center; }
.entry .gallery a:hover { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";filter: alpha(opacity=90); opacity: 0.6; transition: opacity .25s ease-in-out; -moz-transition: opacity .25s ease-in-out; -webkit-transition: opacity .25s ease-in-out;}
.gallery img { width:150px; height:auto; }


.entry img{
    max-width: 640px;
    /*max-height: 425px;*/
}

.author {
    padding-bottom:10px;
}

#archive {
padding-top:20px;
}

#archive strong {
font-size:17px;
color:black;
}

#archive h1 {
color:#E47C3D;
}

#archive h4 a:hover {
color:black;
}

#archive h4 a {
color:#E47C3D;
font-family: Georgia;
font-size: 18px;
}

#archive p {
font-size:13px;
color: #6E6E6E;
}

.archived {
max-width: 250px;
float: left;
padding-right: 30px;
margin-bottom: 40px;
}

.archived h4 {
padding: 20px 0 0 0;
}

.list-view .recent-post .post-thumb {
    float:left;
    margin:4px 15px 0 0;
}

/* Custom addition to Graceful Pull-Quote plugin */

aside.pqFull {
    width: 100%;
    margin-bottom: 1em;
}

/* Trying to make page look better from small-screen up... */
.inner-wrap {
    width: 100%;
    max-width: 1180px;
    padding: 0;
}
#logo span {
    padding: 6px 6px 0;
}
#slider {
    /* height: auto!important; */
    position: relative;
}
#slider .slide_content {
    width: auto!important;
    right: 0;
}
#slider img {
    max-height: none;
    width: 100%;
    height: auto;
}
#slider .flex-direction-nav {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
}
#slider .flex-direction-nav li {
    padding: 4px;
}
#slider .flex-direction-nav a {
    position: static;
}
.list-view .recent-post .post-thumb {
    float: none;
    margin: 0 0 6px;
    text-align: center;
}
.recent-post {
    float: none;
}
.recent-post .post-content {
    padding: 0 6px;
}
.recent-posts-nonfeatured {
    margin-left: 0;
}
.toggle_title,
.toggle_active {
    width: 100%;
    max-width: 584px;
    overflow: hidden;
    border-right: 1px solid #bbb;
    border-radius: 4px;
}
.toggle_content {
    width: 100%;
    max-width: 584px;
    overflow: hidden;
    border-color: #bbb;
}
/*.col-4 {
    width: 100%!important;
}*/
.col-4 img {
    width: auto!important;
    max-width: 100%!important;
}
.col-4 .widget {
    float: none;
    padding: 0 0 2em!important;
    margin: 0 0 2em!important;
    max-width: 100%;
    border-bottom: 1px solid #ddd;
}
.col-4 .widget_content {
    margin: auto!important;
    float: none;
    padding: 0;
}
.ap-ad {
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
}
.ap-ad iframe {
    margin: 4px;
}
.col-4 .shortcode_widget .textwidget div {
    float: none!important;
}
.col-4 .tptn_posts_daily li:nth-child(odd) {
    background: #eee;
}
.col-4 .tptn_posts_daily a {
    display: block;
    padding: 4px 6px;
}
#footer {
    width: auto!important;
}
#footer div.column {
    margin: 0!important;
    padding: 0!important;
    width: auto!important;
}
#footer .column .widget {
    float: none!important;
    width: 100%!important;
    padding: 6px!important;
}
@media screen and (min-width: 400px) {
    .col-4 .widget_250x2_widget .widget_250x2 div {
        float: left!important;
        width: 46%!important;
        margin-right: 10px;
    }
}
@media screen and (min-width: 650px) {
    #footer .widget-area {
        display: flex!important;
    }
    #footer div.column {
        flex-basis: 33%;
    }
}
/* Home page */
.home .second-block {
    border-top: 1px solid #ddd;
}
@media screen and (min-width: 500px) {
    .home .recent-post.featured {
        float: left;
        width: 49%!important;
    }
    .home .post-thumb img.thumbnail {
        width: 100%;
    }
    .home .second-block {
        border: 0;
        border-left: 1px solid #E5E5E5;
        padding-left: 6px;
        float: right;
        width: 49%!important;
    }
}
@media screen and (min-width: 1000px) {
    .home .list-view .recent-post .post-thumb {
        width: 48%;
        float: left;
    }
    .home .recent-post .recent-posts-featured {
        width: 48%;
        float: right;
    }
}
/* Archive (News, etc.) */
.archive .list-view &gt; .clear,
.search .list-view &gt; .clear {
    display: none;
}
h1.archive_title {
    width: 100%;
    border-bottom-color: #808080;
    background-color: #959595;
    color: #000;
}
.archive .list-view .recent-post,
.search .list-view .recent-post {
    margin: 0 0 1em;
    padding: 1em 0;
    border-bottom: 1px solid #ddd;
}
@media screen and (min-width: 500px) {
    .archive .recent-post .post-thumb,
    .search .recent-post .post-thumb {
        float: left;
        width: auto;
        padding-right: 6px;
    }
}
@media screen and (min-width: 768px) {
    h1.archive_title {
        margin-top: 14px;
    }
    .archive .col-4,
    .search .col-4 {
        margin-top: 0;
    }
}
/* Page */
.page .list-view {
    width: auto!important;
    float: none!important;
}
.single .col_main {
    float: none;
    width: 100%!important;
}
.single .col_meta {
    float: none;
    width: 100%!important;
    margin-top: 1em;
}
.single .share_box .share_btn {
    float: left!important;
    width: 30%!important;
}
.page h4.title.recent-posts-category {
    padding: 0 6px;
    margin-top: 1em;
}
.page .list-view &gt; .recent-post {
    margin: 0 0 1em;
    padding: 1em 0;
    border-bottom: 1px solid #ddd;
}
.page .second-block {
    border-top: 1px solid #ddd;
}
@media screen and (min-width: 500px) {
    .page .recent-post.featured {
        float: left;
        width: 49%!important;
    }
    .page .post-thumb img.thumbnail {
        width: 100%;
    }
    .page .second-block {
        border: 0;
        border-left: 1px solid #E5E5E5;
        padding-left: 6px;
        float: right;
        width: 49%!important;
    }
    .page .list-view &gt; .recent-post .post-thumb {
        float: left;
        width: auto;
        padding-right: 6px;
        max-width: 200px;
    }
}
@media screen and (min-width: 768px) {
    h1.archive_title {
        margin-top: 14px;
    }
    .page .col-4 {
        margin-top: 0;
    }
}
@media screen and (min-width: 1000px) {
    .page .list-view .recent-post .post-thumb {
        width: 48%;
        float: left;
    }
    .page .recent-post .recent-posts-featured {
        width: 48%;
        float: right;
    }
}

/* Additional small-screen improvements */
.adv.first {
    background-color: #eee;
}
.widget_text h3.title {
    padding: 0 8px;
}
@media screen and (max-width: 414px) {
    #widget_openxwpwidget-4 .widget_content a:nth-of-type(1) &gt; img {
        margin-top: 0;
    }
}
.widget_text .textwidget {
    text-align: center;
    font-size: 12px;
    line-height: 2;
    background: #eee;
}
#navbar {
    border: 0;
}
#navsocial {
    width: 100%;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
#navsocial li {
    margin-left: 0;
    line-height: normal;
}
#navsocial li a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    min-width: 34px;
    padding: 6px;
}
#slider {
    margin-top: 0;
}
#logo {
    padding: 0;
}
@media screen and (max-width: 600px) {
    #logo img + img {
        display: none;
    }
}
#logo span {
    padding: 6px;
    text-align: center;
    font-size: 12px;
}
#logo + .adv {
    display: none;
}

@media screen and (max-width: 700px) {
    #logo a {
        line-height: .1;
    }
    #logo a img {
        width: 60%;
        float: none;
    }
}
#navbartoggle {
    display: none;
    text-align: center;
    padding: 10px 15px;
    font: bold 20px/1 Helvetica, Arial, sans-serif;
    color: white;
    background: #d42127;
    cursor: pointer;
}
@media screen and (max-width: 1160px) {
  #navbartoggle {
    display: block;
  }
  #secondmenu {
    display: none;
    position: absolute;
    z-index: 1;
    min-width: 100%;
  }
}
.menu-home-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 41px;
    height: 41px;
    color: white!important;
    position: absolute;
    left: 0;
    top: 0;
}
@media screen and (min-width: 376px) {
    .menu-home-link { 
        display: none;
    }
}
#navbarsecond {
    margin-bottom: 0;
    border-top: 0;
    position: relative;
}
#navbarsecond .dropdown {
    width: 100%;
    background: #ccc;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
}
#navbarsecond .dropdown li {
    display: block;
    width: 100%;
}
#navbarsecond .dropdown a {
    margin: 0;
    background: #eee;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
#navbarsecond .dropdown li:hover ul, 
#navbarsecond .dropdown li.sfHover ul {
    left: -1px;
    padding: 0;
    width: 100%;
    width: calc(100% + 1px);
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
}
#navbarsecond .dropdown li ul li a {
    padding: 14px 10px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
#navbarsecond .dropdown .menu-item-has-children::after {
    content: ' ';
    position: absolute;
    top: 14px;
    right: 10px;
    display: inline-block;
    padding: 4px;
    border-style: solid;
    border-color: black;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -moz-transform:    rotate(45deg);
    -ms-transform:     rotate(45deg);
    -o-transform:      rotate(45deg);
    transform:         rotate(45deg);
}
#navbarsecond .dropdown .menu-item-has-children:hover::after {
    border-color: white;
}
#navbarsecond .dropdown .menu-item-has-children &gt; a {
    padding-right: 28px;
}
@media screen and (min-width: 300px) {
    #navbarsecond .dropdown &gt; li {
       width: 50%;
    }
}
@media screen and (min-width: 500px) {
    #navbarsecond .dropdown &gt; li {
       width: 33.33%;
    }
}
@media screen and (min-width: 1160px) {
    #navbarsecond .dropdown {
        display: flex !important;
    }
    #navbarsecond .dropdown &gt; li {
        text-align: center;
    }
    #navbarsecond .dropdown &gt; a {
        border: 0;
        white-space: nowrap;
    }
    #navbarsecond .dropdown .menu-item-has-children::after {
        display: none;
    }
    #navbarsecond .dropdown .menu-item-has-children &gt; a {
        padding-right: 10px;
    }
}

/* Hiding top social links and main logo for iPhone 6s or smaller (94J-6S3-V236) */
@media screen and (max-width: 375px) {
    #navbar,
    #logo a,
    #logo a img {
        display: none;
    }
}

/* Issuu Digital Edition */
a.archive-link {
    display: block;
    background: white;
    text-align: center;
    color: #D64B00;
}

/* AAFES Gas Prices */
.widget_text .custom-html-widget {
    background: white;
    text-align: left;
}
.widget_text.widget_content h3.title {
    padding: 0;
}

/* Hide Re-post credit */
#bte_opp {
    display: none;
}

/* Possibly move search bar to top of page on small screens */
.inner-wrap &gt; .widget_search .widget_content {
    padding: 4px;
}
.inner-wrap &gt; .widget_search h3.title {
    display: none;
}

/* fix Android losing focus in search: https://advantiprogmbh.freshdesk.com/helpdesk/tickets/30110 */
#searchform table {
    width: 100%;
    border: 0;
}
#searchform tr {
    border: 0 !important;
}
#searchform td {
    border: 0;
    padding: 0;
}
#searchform td:nth-child(1) {
    width: 80%;
}
#searchform td:nth-child(2) {
    width: 20%;
}
#searchform input {
    width: 100%;
    font-size: 16px;
    float: none;
    height: 35px;
}

/** DSGVO CSS **/
.wpcf7 p {
  position: relative;
}
.wpcf7 span.required {
    position: absolute;
    left: -12px;
    top: 4px;
    color: red;
    font-weight: bold;
}
div.wpcf7-mail-sent-ok {
    color: #398f14;
    border: 2px solid #398f14;
    background: rgba(57, 143, 20, .25);
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
    color: #ff0000;
    border: 2px solid #ff0000;
    background: rgba(255, 0, 0, .25);
}
/* Generic button */
a.button {
    font-size: 13px;
    line-height: 1 !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
  font-family: "Georgia", "Times New Roman", serif;
    width: auto;
    padding: 14px 20px 14px 20px;
    margin: 0 5px 5px 0;
    display: inline-block;
    text-align: center;
    border-radius: 2px;
    background: #44bdbd;
    color: #ffffff;
    border: 1px solid #44bdbd;
}
a.button.small {
    font-size: 11px;
    line-height: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 9px 14px 9px 14px;
}
a.button.red {
    background: #da5457;
    color: #ffffff;
    border-color: #da5457;
}
/* User Request layout */
.user-request .wpcf7-list-item {
    width: 48%;
}
/* OneTrust Cookie Settings adjustments */
.optanon-alert-box-wrapper a,
.optanon-alert-box-wrapper a:hover,
.optanon-alert-box-wrapper a:active,
.optanon-alert-box-wrapper a:focus {
    color: white;
    text-decoration: underline;
    margin-left: 6px;
    font-size: 11pt;
}
.optanon-alert-box-wrapper .optanon-alert-box-corner-close {
    display: none;
}
.optanon-alert-box-wrapper .optanon-alert-box-button-container a,
.optanon-alert-box-wrapper .optanon-alert-box-button-container a:hover {
    font-size: 14px;
}
div.entry .optanon-show-settings-popup-wrapper {
    height: auto;
}
div.entry .optanon-show-settings-left,
div.entry .optanon-show-settings-right,
div.entry #optanon-show-settings-popup {
    display: none !important;
}
div.entry .optanon-show-settings-popup-wrapper .optanon-show-settings-middle {
    background: 0 !important;
    border-top: 0;
    border-bottom: 0;
    float: none;
    height: auto !important;
    padding-top: 0;
}
div.entry .optanon-show-settings-popup-wrapper .optanon-show-settings-middle a.optanon-show-settings {
    color: white !important;
    margin-top: 0 !important;
    font-size: 11px;
}

/* legal list styles */
#legal-list {
  counter-reset: section;
}
#legal-list h2 {
  margin-left: 30px;
  text-indent: -26px;
}
#legal-list h2:before {
  counter-increment: section;
  content: counter(section) ".";
  margin: 0 0.25em 0 0;
}
#legal-list ol {
  counter-reset: clause;
  list-style: none outside none;
  text-indent: -2em;
  margin-left: 2.4em;
}
#legal-list ul {
  text-indent: 0;
}
#legal-list ol &gt; li {
  counter-increment: clause;
}
#legal-list ol &gt; li:before {
  content: counter(section) "." counters(clause, ".") ". ";
}

.col-8 table {
    max-width: 100%;
    width: auto;
}

/** MailChimp for WordPress plugin custom CSS **/
/* Appearance borrowed from Bootstrap: https://getbootstrap.com/docs/4.0/components/alerts/ */
.widget_mc4wp_form_widget .mc4wp-alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}
.widget_mc4wp_form_widget .mc4wp-alert {
    margin: 1em 0 0;
    /* Default appearance is "warning" */
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}
.widget_mc4wp_form_widget .mc4wp-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.widget_mc4wp_form_widget .mc4wp-error {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.widget_mc4wp_form_widget .mc4wp-alert p {
    margin: 0;
}

/* Hiding Event Categories and Event Tags from the public-facing Add New Event page (https://advantiprogmbh.freshdesk.com/a/tickets/128018) */
.tribe-community-events.form .tribe-section-taxonomy {
    display: none;
}

/* Contact Form 7 customizations */
.wpcf7-checkbox .wpcf7-list-item, 
.wpcf7-checkbox label {
    display: block;
}

/** Issuu widget CTA button **/
a.btn.btn-issuu {
    margin: 1em;
    display: block;
    color: white;
}

/** MailChimp subscribe form **/
div.entry #mc-embedded-subscribe {
    margin: 1em;
}
div.entry #mc_embed_signup div#mce-responses {
    padding: 0;
    margin: 0;
    width: 100%;
}
.alert,
div.entry #mc_embed_signup div.response {
    padding: 1em;
    width: 90%;
    border-style: solid;
    border-width: 1px;
    border-radius: 6px;
    line-height: 1.62;
}
.alert-success,
.alert-success a,
.alert-success a:hover,
.alert-success a:link,
.alert-success a:active,
.alert-success a:visited,
div.entry #mc_embed_signup div#mce-success-response {
    color: #3c763d!important;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.alert-danger,
.alert-danger a,
.alert-danger a:hover,
.alert-danger a:link,
.alert-danger a:active,
.alert-danger a:visited,
div.entry #mc_embed_signup div#mce-error-response {
    color: #a94442!important;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.alert-info,
.alert-info a,
.alert-info a:hover,
.alert-info a:link,
.alert-info a:active,
.alert-info a:visited {
    color: #31708f!important;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.alert-warning,
.alert-warning a,
.alert-warning a:hover,
.alert-warning a:link,
.alert-warning a:active,
.alert-warning a:visited {
    color: #8a6d3b!important;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.alert a {
    font-weight: bold;
}
.alert a:hover {
    text-decoration: underline;
}

/** adjust page title appearance... **/
h1.archive_title {
    background: 0;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
}

/** COVID-19 page customizations **/
.shortcode-tabs ul.tab_titles {
    border: 0;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1em;
}
.shortcode-tabs ul.tab_titles li.nav-tab {
    background: #d42127;
    border: 1px solid currentColor;
    color: white;
    display: flex;
    max-width: 50%;
    width: 100%;
}
.shortcode-tabs ul.tab_titles li.nav-tab a {
    color: white;
    float: none;
    width: 100%;
}
.shortcode-tabs ul.tab_titles li.ui-state-active a,
.shortcode-tabs ul.tab_titles li.nav-tab.ui-tabs-selected a, 
.shortcode-tabs ul.tab_titles li.nav-tab a:hover {
    background: rgba(255,255,255,.35);
}

/** Slideshow: give caption &amp; description some breathing room **/
.slideshow_container_style-light .slideshow_description_box div.slideshow_title,
.slideshow_container_style-light .slideshow_description_box div.slideshow_description {
    padding: 4px 1em;
}
.slideshow_container_style-light .slideshow_description_box div.slideshow_title + div.slideshow_description {
    padding-top: 0;
}

/** Updating Home page to collapse better
    https://advantiprogmbh.freshdesk.com/a/tickets/339978 
**/
.home h4.title.recent-posts-category {
    margin-top: 0;
}
.row {
    margin: 0 -15px;
}
.col {
    margin: 0 15px;
    padding-top: 15px;
}
.col-8 .ap-ad iframe {
    margin: 10px 0;
}
@media (min-width: 769px) {
    .row {
        display: flex;
    }
    .col-8 {
        width: 66.6666%;
        max-width: 66.6666%;
    }
    .col-4 {
        width: 380px;
        min-width: 380px;
        max-width: 33.3333%;
    }
}

/* moving ads into content on small screens: https://advantiprogmbh.freshdesk.com/a/tickets/339872?note=35162549837 */
.ap-ad {
    text-align: center;
    background: #fff;
	clear: both;
}
.news-article + .ap-ad,
.recent-post + .ap-ad {
    float: left;
    width: 100%;
    margin: 0 0 15px;
    padding: 0;
    border-bottom: 1px solid #ddd;
}
@media (max-width: 767px) {
    .row .ap-ad &gt; div {
        margin: 2em 0;
        height: 50vh;
        min-height: 500px;
    }
    .row .ap-ad &gt; div.ap-ad-320x100 {
        height: 33vh;
        min-height: 300px;
    }
    .row .ap-ad &gt; div &gt; div {
        position: sticky;
        top: 30vh;
    }
}</pre></body></html>