/* Index ****************/
/* 1.0 General***********/
/* 2.0 Header************/
/* 3.0 Body ***********/
/* 4.0 News**************/
/* 5.0 Viewpoints********/
/* 6.0 Around the World**/
/* 7.0 Footer ***********/
/* 8.0 Image Modal ******/
/* 9.0 Right Bar********/
/* 10.0 Lightbox*********/
/* 11.0 Misc ***********/
/* 12.0 Contact Form ***/
/* 13.0 Newsletter *****/
/* 14.0 Pages *********/

:root {
    --primary-color: #990000;
    --secondary-color: rgb(51, 102, 153);
    /* Background Colors */
    --background-light: #ffffff;
    /* Page background for light mode */
    --background-dark: #1a1a1a;
    /* Page background for dark mode */

    /* Text Colors */
    --text-dark: #000000;
    /* Primary text color on light backgrounds */
    --text-light: #ffffff;
    /* Primary text color on dark backgrounds */

    /* Border & Divider Color */
    --divider-color: #cccccc;
    /* Used for lines separating sections */
}

#blogPostsList li {
    padding-bottom: 0.1em !important;
}


/*1.0 General***********/
p {
    line-height: 1.1;
    margin-bottom: 0px;
}

a {
    line-height: 1.1;
    color: var(--text-light);
}

body {
    font-size: 0.9em;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.1;
}

hr.solid {
    border-top: 2px solid #990000;
}

h5 {
    margin-bottom: 0;
    margin-top: 4px;
    font-weight: 600;
}

h3 {
    margin-bottom: 0;
    margin-top: 12px;
    font-weight: bold;
    font-size: 1.2em;
}

.desktop-menu a:hover {
    color: rgba(255, 255, 255, 0.678);
}

.desktop-menu .nav-link:focus {
    color: rgba(255, 255, 255, 0.678);
}

#sideMenu .nav-link:focus {
    color: #99000a
}

body {
    font-size: 1em;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.2;
}

a {
    color: #990000;
}

ul {
    margin-bottom: 0px;
    padding-left: 3px;
    padding-right: 2px;
}

p {
    margin-bottom: 0px;
}

hr.solid {
    border-top: 2px solid #990000;
}

h5 {
    margin-bottom: 0;
    margin-top: 4px;
    font-weight: 600;
}

h3 {
    margin-bottom: 0;
    margin-top: 12px;
    font-weight: bold;
}

a:hover {
    color: rgb(51, 102, 153);
}

/* Icons */
i {
    font-size: 1.5em;
}

i:hover {
    transform: scale(1.2);
    /* Slightly scale up on hover */
    cursor: pointer;
}

.rumble-icon:hover {
    transform: scale(1.2);
    /* Slightly scale up on hover */
    cursor: pointer;
}


/* Icons */
i {
    font-size: 1.5em;
}

i:hover {
    transform: scale(1.2);
    /* Slightly scale up on hover */
    cursor: pointer;
}

.rumble-icon:hover {
    transform: scale(1.2);
    /* Slightly scale up on hover */
    cursor: pointer;
}

/* 2.0 Header************/
.slide-in-menu {
    background-color: var(--background-light);
}

.donate-link {
    font-weight: 700;
}

#podcasts-dropdown-desktop {
    width: 15vw;
}

#slideMenu {
    position: fixed;
    top: 0;
    left: -35%;
    /* Initial state, completely off-screen to the left */
    width: 35%;
    height: 100vh;
    background-color: #F3F5F6;
    color: #000000;
    padding: 10px;
    transition: left 0.3s ease-in-out;
}

#slideMenu.open {
    left: 0;
    /* When the menu has the .open class, it's visible */
}

#displayArea {
    transition: transform 0.3s ease-in-out;
}

#mobile-main-section.reduced {
    width: 65%;
    margin-left: 35%;
}

/* 3.0 Body ***********/

#theBlog {
    overflow: hidden;
    position: relative;
    padding-bottom: 35px;
    /* Adjust this based on the button height */
}

.view-more-button {
    display: block;
    bottom: 0;
    width: 100%;
    font-size: 12pt;
    text-align: center;
    background: #990000;
    border-width: 2px;
    border-style: solid;
    border-color: #990000;
    border-radius: .25em;
    padding: 6px 0;
    cursor: pointer;
    z-index: 1;
    color: white;
    transform: 1.3s ease;
}

.view-more-button:hover {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    background: white;
    border-width: 2px;
    border-style: solid;
    border-color: #990000;
    padding: 6px 0;
    cursor: pointer;
    z-index: 1;
    color: #990000;
}

.awc-fw-btn {
    width: 100%;
    text-align: center;
    background: #990000;
    font-size: 16pt;
    border-width: 2px;
    border-style: solid;
    border-color: #990000;
    padding: 10px 0;
    cursor: pointer;
    color: white;
    transform: 1.3s ease;
}

.awc-fw-btn:hover {
    width: 100%;
    text-align: center;
    background: white;
    border-width: 2px;
    border-style: solid;
    border-color: #990000;
    padding: 10px 0;
    cursor: pointer;
    color: #990000;
}

#blogPostsList a {
    font-size: 1em;
    /* Set the desired font size */
}

#blogPostsList a i {
    font-size: 1em;
    /* Set the desired font size */
}

/* Blog Container styles */
#theBlog {
    overflow: hidden;
    /* Hide overflow content */
    position: relative;
    max-height: 415px;
    /* Set a maximum height */
}

/* Blog Posts styles */
#blogPostsList {
    padding: 0;
    margin: 0;
    overflow: hidden;
    /* Hide overflow content */

    max-height: 100%;
    padding-left: 30px;
    /* Constrain to parent height */
}

#blogPostsList li {
    margin: 0;
    padding: 0;
}

/* Navigation */
.custom-navbar {
    background-color: transparent;
    width: 100%;
}



.nav-link {
    padding: 0px 1em !important;
    font-size: 1em;
}

.navbar {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.custom-navbar .nav-link,
.custom-navbar .dropdown-toggle {
    color: white;
}

.custom-navbar .nav-link:hover,
.custom-navbar .dropdown-toggle:hover {
    color: rgba(255, 255, 255, 0.7);
}

.dropdown-menu a {
    color: black !important;
}

.dropdown-item {
    padding-top: .4em;
    padding-bottom: .4em;
}

.menu-logo-container {
    background-color: white;
}

.navbar-float {
    float: right;
}

.navbar-toggler-icon i {
    color: rgb(51, 102, 153);
    font-size: 2em;
}

.top-nav-wrapper {
    background-color: rgb(51, 102, 153);
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
}

.top-nav-wrapper a {
    font: 14pt;
}

/* Verdana,Arial,Helvetica,sans-serif; */
.left-nav-list a {
    color: white;
    margin-top: 6px;
    margin-bottom: 6px;
    width: 100%;
}

/* Verdana,Arial,Helvetica,sans-serif; */
.left-nav-list a:hover {
    color: white;
}

.left-nav-list li {
    border-bottom: 1px solid white;
    padding-top: 7px;
    padding-bottom: 7px;
    width: 100%;
}

.left-nav-list li i {
    font-size: 1em;
}

.social-links a {
    margin-right: 7px;
}

.left-nav-list li:hover {
    background-color: rgba(0, 0, 0, 0.5);
}

.left-nav-col {
    padding: 0px;
    background-color: rgb(51, 102, 153);
}

/* 4.0 News**************/

#news-header i {
    display: none;
}

.news-wrapper {
    padding: 5px;
    margin-right: 14px;
}

.news-wrapper-inner .link-author {
    display: none;
}

#news-header {
    clear: both;
    padding-left: 17px;
    padding-top: 2px;
}

#news-header a {
    font-size: clamp(.9em, 1.5vw, 1.3em);
    font-weight: 700;
    font-style: italic;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.1;
}

#news-header1 {
    padding-right: 4px;
}

#news-header2 {
    padding-left: 4px;
}

.news-wrapper {
    padding: 5px;
    margin-right: 14px;
}

.news-wrapper-inner .link-author {
    display: none;
}


#news-header a {
    font-size: clamp(.9em, 1.5vw, 1.3em);
    font-weight: 700;
    font-style: italic;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.1;
}

#news-header1 {
    padding-right: 4px;
}

#news-header2 {
    padding-left: 4px;
}

/* 5.0 Viewpoints********/

.viewpoint-style::before,
.viewpoint-style::after {
    content: "";
    position: absolute;
    background-color: #ccc;
    /* This is your border color */
    z-index: 1;
}

/* Right border for viewpoints1 */
#viewpoints1::before {
    top: 0%;
    bottom: 0%;
    right: 0;
    width: 0.5px;
    /* This is your border thickness */
}

/* Right border for viewpoints3 */
#viewpoints3::before {
    top: 0%;
    bottom: 0%;
    right: 0;
    width: 0.5px;
    /* This is your border thickness */
}

/* Top border for viewpoints3 */
#viewpoints3::after {
    left: 0%;
    /* Adjust these values to control the start and end positions of the border */
    right: 0%;
    top: 0;
    height: 0.5px;
    /* This is your border thickness */
}

/* Top border for viewpoints4 */
#viewpoints4::before {
    left: 0%;
    right: 0%;
    top: 0;
    height: 0.5px;
    /* This is your border thickness */
}

/* Top border for viewpoints3 */
#viewpoints5::after {
    left: 0%;
    /* Adjust these values to control the start and end positions of the border */
    right: 0;
    top: 0;
    height: 0.5px;
    /* This is your border thickness */
}

/* Top border for viewpoints3 */
#viewpoints5::after {
    left: 0;
    /* Adjust these values to control the start and end positions of the border */
    right: 0%;
    top: 0;
    height: 0.5px;
    /* This is your border thickness */
}

/* Right border for viewpoints1 */
#viewpoints5::before {
    top: 0%;
    bottom: 0%;
    right: 0;
    width: 0.5px;
    /* This is your border thickness */
}

/* Top border for viewpoints4 */
#viewpoints6::before {
    left: 0%;
    right: 0%;
    top: 0;
    height: 0.5px;
    /* This is your border thickness */
}

/* Ensure each .viewpoints has a relative positioning context for the pseudo-elements */
.viewpoint-style {
    position: relative;
    padding: 7px;

}

.viewpoint-style ul {
    list-style-type: none;
}

.viewpoints-style ul li {
    padding-top: 7px;
    padding-bottom: 7px;
}


#sortable-viewpoints1 {
    padding-left: 7px;
}

#sortable-viewpoints3 {
    padding-left: 7px;
}

#sortable-viewpoints5 {
    padding-left: 7px;
}


/* 6.0 Around the World**/
.country-section h5 {
    font-size: 1em;
}

/* 7.0 Footer ***********/
.footer-nav-list {
    list-style-type: none;
    padding-left: 0px;
    text-align: center;
}

.footer-nav-list a {
    padding: 4px 12px 4px 12px;
    font: 13em;
    margin-top: 7px;
    margin-bottom: 7px;
    font-weight: 700;
}

/* Verdana,Arial,Helvetica,sans-serif; */
/* additional footer styles */
.template-footer {
    background-color: #cdcdcd;
    padding: 17px;
}

/* 8.0 Image Modal ******/
/* Image Story */
.image-story-container {
    background-color: rgb(51, 102, 153);
    margin-right: 7px;
    margin-bottom: 7px;
}

.image-story {
    padding: 7px;
    text-align: center;
}

.image-story a {
    color: white;
    font-size: 1.1em;
}

#image_link_1 {
    width: 100%;
}

/* Image Story */
.image-header {
    width: 350px;
}

.image_story_container {
    width: 90%;
}

/* 9.0 Right Bar********/

a i.fab.fa-spotify {
    color: #1DB954;
    /* Green */
}

a i.fab.fa-youtube {
    color: #FF0000;
    /* Red */
}

a i.fab.fa-apple {
    color: #000000;
    /* Black */
}

.podcast-links a i.fa-youtube {
    color: red;
}

.podcast-links .fa-spotify {
    color: #1DB954;
}

.podcast-links .fa-apple {
    color: #000000;
}

.podcast-links .fas.fa-podcast {
    color: #F07171;
}

.podcast-links .fab.fa-google {
    color: #DB4437;
}

.podcast-links .fas.fa-microphone-alt {
    color: #504658;
}

.podcast-links .fas.fa-cloud {
    color: #808080;
}

.podcast-links .fab.fa-amazon {
    color: #FF9900;
}

.podcast-links .fas.fa-headphones-alt {
    color: #8158C6;
}

/* more podcast styles */
.podcast-links {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

.podcast-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #ffffff;
    color: #000000;
    font-size: 1.1em;
    margin: 5px;
}

.podcast_video iframe {
    aspect-ratio: 16 / 9;
    width: 100%;
}

.podcast h5 {
    text-align: center;
}

.righty {
    display: inline-block;
    /* Change the display property to inline-block */
    width: 100%;
    /* Make each item take up the full width of the column */
    box-sizing: border-box;
    /* Include padding and border in the element's total width and height */
}


.righty {
    margin-bottom: 6px;
    /* Reduce space between items */
    padding: 3px;
    /* Reduce spacing inside each item */
}

.righty a {
    color: #990000;
    /* Set the link color to the preferred red */
    text-decoration: none;
    /* Remove the underline */
    font-weight: bold;
    /* Make the text bold */
    font-size: 1em;
}

.righty span {
    display: block;
    /* Make the span a block element to control spacing */
    margin-top: 2px;
    /* Reduce space above the span */
}

.righty span a {
    font-weight: bold;
    /* Make this text bold */
    color: #990000;
    /* Set this text to the preferred red */
    font-size: 1em;
}

.righty span a:hover {
    text-decoration: underline;
    /* Add underline on hover */
}

.righty:nth-child(even) {
    background-color: #F3F5F6;
    /* Add a light background to every other element */
}

.righty span a i {
    display: inline;
    /* Make the date an inline element */
    color: #555;
    /* Darken the date text color */
    font-style: italic;
    /* Return the italic style for the date */
    margin: 0;
    /* Remove margin */
    font-size: 1em;
}

.columnists-container h2 {
    text-align: center;
}

.awcol_list_item {
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 20px;
    /* Space between list items */
}

.awcol_list_item a {
    font-size: 10pt;
}

.awcol_author_name {
    font-size: 10pt;
    font-weight: bold;
    display: block;
    /* Ensure the author name appears on its own line */
    line-height: 1;
}

.awcol_latest_article {
    font-size: 10pt;
    display: block;
    /* Ensure the article title appears on its own line */
    color: #336699;
}

.awcol_latest_date {
    font-size: 10pt;
    /* Smaller font size for the date */
    color: #336699;
}

.columnists-header {
    margin-bottom: 7px !important;
    font-size: 1em;
    font-weight: 600;
}

.columnists {
    font-weight: bold;
    font-style: italic;
    text-align: center;
}

#columnistsList {
    column-count: 2;
    /* Divide the container into three columns */
    column-gap: 10px;
    /* Set the gap between the columns to 10px */
}

#columnistsList li {
    display: inline-block;
    /* Ensure each item takes up the full width of the column */
    width: 100%;
    /* Make each list item take up the full width of the column */
    box-sizing: border-box;
    /* Include padding and border in the element's total width and height */
}

#columnistsList a {
    font-size: 10pt;
    font-weight: bold;
}

#supercolumnists {
    column-count: 2;
    /* Divide the container into two columns */
    column-gap: 1em;
    /* Adjust the gap between the columns */
}

.columnists {
    font-size: 1.5em;
    text-align: center;
    margin-bottom: 0px;
    color: #333;
    padding-bottom: 0px;
}

/* 10.0 Lightbox*********/

#lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
    /* Hidden by default */
    justify-content: center;
    align-items: center;
    z-index: 1000;
    /* Ensure it appears above other content */
    box-sizing: border-box;
    /* Ensure padding is inside the width/height */
}

#lightbox-content {
    position: relative;
    max-width: 80vw;
    max-height: 80vh;
    background-color: white;
    /* Background for the image container */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    /* Optional: add shadow for a more traditional look */
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

#lightbox img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 5px;
    /* Optional: rounded corners */
}

.close-lightbox {
    position: absolute;
    top: -15px;
    right: -15px;
    color: white;
    background-color: black;
    font-size: 24px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    line-height: 30px;
    /* Vertically center the close icon */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    /* Optional: shadow for the close button */
}

/* 11.0 Misc *********/

.row {
    --bs-gutter-x: 0rem;
}

.child-dropzone p a {
    font-size: .9em !important;
}

.child-dropzone .single-link-container {
    margin-left: 17px !important;
}

li {
    padding-top: 2px;
    padding-bottom: 2px;
}

/* 1. Target the first child ul within .child-dropzone and remove its top padding */
.child-dropzone>.single-link-container:first-child ul>li {
    padding-top: 0;
}

/* 2. Target the last child ul within .child-dropzone and remove its bottom padding */
.child-dropzone>.single-link-container:last-child ul>li {
    padding-bottom: 0;
}

.country {
    width: 80%;
    margin-top: 7px;
    margin-bottom: 7px;
}

.link-author {
    color: black;
    font-size: .9em;
}

.atw-inside {
    margin-bottom: 14px;
    padding-top: 0px;
    padding-bottom: 17px;
    padding-left: 20px;
    padding-right: 10px;
}

.atw-inside .link-author {
    display: none;
}

#mobile-logo {
    width: 350px;
}


#aroundtheworld {
    padding-top: 10px;
    padding-left: 0px;
    padding-right: 14px;
    padding-left: 14px;
}

#aroundtheworld .lm-builder-draggable a {
    font-size: clamp(.9em, 1.5vw, 1em);
}

#spotlight {
    padding: 10px;
}

#mobile-main-section {
    padding-left: 0px;
}

.page-content-fix {
    padding-left: 27px;
}

.header-sortable {
    background: none;
    border: none;
    width: 100%;
}

.connectedSortable {
    padding-top: 0px;
    padding-bottom: 0px;
}

.child {
    padding: 0px;
}

.country1 h5 {
    padding-bottom: 3px;
    padding-top: 7px;
}

.news-section .child .child {
    margin-left: 7px;
}

.awc-list-item ul {
    margin: 0px;
}

a.heading-link {
    color: black;
    text-decoration: none;
}

.heading-link h3 {
    padding-bottom: 0px;
    padding-top: 0px;
    font-size: 11pt;
}

.right-sidebar {
    padding-right: 17px;
    padding-bottom: 17px;
}

.light-horizontal-break {
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin: 7px;
}

.news-section .child .child p a {
    font-size: 1em !important;
}

.content-wrap {
    padding-left: 0px;
}

.image-header {
    width: 220px;
}

.social-widget {
    text-align: center;
    padding: 10px;
}

.navbar-toggler:focus,
.navbar-toggler:active {
    outline: none;
}

/* Slide in the menu when it's open */
.navbar-toggler[aria-expanded="true"]~#menuOverlay {
    display: block;
}

.navbar-toggler[aria-expanded="true"]~#mobileMenu {
    right: 0;
}

.viewpoints-style {
    padding: 4px;
}

.single-link-container p {
    line-height: 1em;
}

#super-header {
    text-align: center;
}

.awcol_latest_article {
    line-height: 1;
}

a {
    text-decoration: none;
}


.child-links {
    margin-left: 17px;
}

.child-links p a {
    font-size: clamp(.9em, 1.5vw, 1.1em) !important
}


.youtube-preview {
    margin-top: 20px;
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
}

.youtube-preview iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.awc-revolving-block {
    text-align: center;
    padding: 7px;
}

#item_link_attribution {
    font-style: italic;
    color: white;
    font-size: .7em;
    margin-top: -5px;
}

.sortable-sidebyside {
    padding-right: 9px;
}

.image-container {
    position: relative;
    display: inline-block;
    width: 100%;
}

.expand-icon {
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    /* Optional: to make it more visible */
    color: white;
    /* Optional: to make the icon more visible */
    padding: 5px;
    /* Optional: to make it easier to click */
    border-radius: 50%;
    /* Optional: for a nicer look */
}

.full-height {
    height: 100%;
}

/* 12.0 Contact Form ***/

#contact-tabs {
    padding: 0 20px 20px 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 20px;
}

#contact-form-content form {
    max-width: 500px;
    margin: 14px auto;
    padding: 14px;
    font-family: 'Arial', sans-serif;
}

#contact-form-content form label {
    display: block;
    margin-bottom: 3px;
    font-weight: bold;
    color: #333;
}

#contact-form-content form input[type="text"],
#contact-form-content form input[type="email"],
#contact-form-content form input[type="url"],
form textarea {
    width: calc(100% - 16px);
    padding: 7px;
    margin-bottom: 0px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    box-sizing: border-box;
}

#contact-form-content form textarea {
    resize: vertical;
}

#contact-form-content form button {
    display: block;
    width: 100%;
    padding: 10px;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

#contact-form-content form button:hover {
    background-color: #0056b3;
}

.social-links {
    margin-left: 1em;
}

/* 12.1 Newsletter *****/



.card-body {
    padding: 3vw;
}

.card {
    margin-bottom: 17px;
}

/* 12.2 RSS Syndication *****/


/* Styles for tablets */
@media screen and (max-width: 991.9px) {
    #blogPostsList li {
        padding-top: 4px;
    }

    .viewpoint-style {
        border-bottom: 1px solid #ccc;
    }

    .link-author {
        font-size: 1em;
    }

    .left-nav-col {
        background-color: white;
    }

    .left-nav-list a {
        color: black;
    }

    /*.single-link-container li p {margin-bottom: 10px !important;} */
    #news-header .single-link-container {
        border-bottom: 1px solid gray;
        padding: 20px;
        margin-right: 20px;
    }

    #viewpoints .single-link-container {
        padding: 0px;
        margin-right: 7px;
    }

    .child-dropzone .single-link-container {
        margin-left: 0px !important;
    }

    /* Body and Other Elements */
    i {
        font-size: 75px;
        padding-top: 4px;
    }

    .row {
        margin-right: 0 !important;
    }

    .row>* {
        padding-right: 0 !important;
    }

    .container-fluid {
        padding-right: 0 !important;
    }

    a.heading-link {
        font-size: 1.2em;
    }

    .heading-linl h3 {
        padding-bottom: 5px;
    }


    /* more podcast styles */
    .podcast h5 {
        text-align: center;
        font-size: 20pt;
    }

    /* Navigation */
    .navbar-toggler {
        padding: 1rem !important;
    }

    .top-nav-wrapper {
        border-bottom: 4px solid rgb(51, 102, 153);
        background-color: white;
    }

    #desktop-logo {
        display: none !important;
    }

    .custom-navbar .nav-link {
        color: black;
    }

    .custom-navbar .nav-link {
        font-size: 1.2em;
    }

    .navbar-toggler-icon i {
        color: rgb(51, 102, 153);
    }

    .navbar-collapse {
        position: absolute;
        top: 75px;
        right: 0px;
        width: 80vw;
        padding: 1.5rem;
        background-color: white;
        border: 2px solid rgb(51, 102, 153)
    }

    /* News */
    .news-wrapper {
        margin-right: 0px;
    }

    .news-section .child .child p a {
        font-size: 1.2em;
    }

    .news-section>.child>.single-link-container:last-child {
        border-bottom: none;
    }

    /* Viewpoints */
    .viewpoints-style .lm-builder-draggable a {
        font-size: 1.2em;
    }

    /* Aroundtheworld */
    #aroundtheworld {
        padding-left: 0px;
        padding-right: 0px;
    }

    .country1 h5 {
        font-size: 1.2em;
        padding-bottom: 0px;
        padding-top: 10px;
    }

    .atw-inside {
        margin-bottom: 0px;
        padding-left: 35px;
    }

    .country1 .awc-list-item li {
        border-bottom: 1px solid gray;
        padding-top: 7px;
        padding-bottom: 7px;
    }

    /* Blog Section */

    #blogPostsList li {
        padding: 17px;
        border-bottom: 1px solid gray;
    }

    #blogPostsList li:last-child {
        border: none;
    }

    /* columnists */
    .righty a {
        font-size: 1em;
    }

    .righty span a {
        font-size: 1em;
    }


    /* misc styles */
    #content-body {
        padding-right: 0px;
        margin-right: 12px;
    }

    #mobile-main-section {
        width: 100%;
    }

    .heading-link h3 {
        font-size: 1.2em;
    }

    .container-fluid {
        width: 100%;
    }

    .single-link-container {
        padding: 0px;
        margin-right: 7px;
    }
}

@media screen and (max-width: 768px) {
    #blogPostsList li {
        padding-top: 4px;
    }

    .viewpoint-style {
        border-bottom: 1px solid #ccc;
    }

    .left-nav-col {
        background-color: white;
    }

    .left-nav-list a {
        color: black;
    }

    .news-section .child .child p a {
        font-size: 2em !important;
    }

    #viewpoints1::before,
    #viewpoints3::before,
    #viewpoints3::after,
    #viewpoints4::before {
        width: 0;
        height: 0;
        background-color: transparent;
    }

    /*viewpoints spacing fix for mobile, left margin separate for each item*/
    #sortable-viewpoints1 {
        padding-left: 0px;
    }

    #sortable-viewpoints3 {
        padding-left: 0px;
    }

    #sortable-viewpoints5 {
        padding-left: 0px;
    }

    /* Style for the mobile menu */
    #mobileMenu {
        position: fixed;
        top: 0;
        right: -66.67%;
        /* 2/3 of the screen width */
        width: 66.67%;
        /* 2/3 of the screen width */
        max-width: 300px;
        /* Set a maximum width for the menu */
        height: 100%;
        background-color: #fff;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
        transition: right 0.3s ease-in-out;
        z-index: 1000;
    }

    /* Style the overlay background when the menu is open */
    #menuOverlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        display: none;
        z-index: 999;
    }

    /* Show the menu when the navbar-toggler is clicked */
    .navbar-toggler {
        cursor: pointer;
    }

}