.Ezine {
    padding: 4%;
    margin-bottom: 2em;
    background: #eee;
}

.Ezine table {
    width: 100%;
}

.Ezine td {
    width: 50%;
    text-align: center;
    vertical-align: top;
}

.Ezine .EzineInputAbove {
    width: 100%;
}

.EzineInput input {
    width: 85%;
    max-width: 350px;
    padding: 5px;
}

.Ezine input:focus[type="text"] {
    background-color: #ffffcc;
}

td.EzineLabel {
    text-align: right;
    vertical-align: middle;
}

td.EzineLabelAbove {
    text-align: center;
}

.EzineDescription {
    text-align: center;
}

/* =Ezine2 - base */

.Ezine2 {
    margin: 1em 0;
    padding: 0.5em;
    border: 1px solid #eee;
}

.EzineRow {
    padding: 0.5em 0;
    max-width: 100%;
    box-sizing: border-box;
}

.EzineVertical label {
    display: block;
}

.EzineHorizontal .EzineRow,
.EzineHorizontal label {
    display: inline-block;
}

.Ezine2 label,
.Ezine2 input[type="text"],
.Ezine2 input[type="email"],
.EzineButton {
    vertical-align: middle;
    max-width: 100%;
    box-sizing: border-box;
}

.Ezine2 input:focus[type="text"],
.Ezine2 input:focus[type="email"] {
    background-color: #ffffcc;
}

.EzineLeft {
    text-align: left;
}

.EzineCenter {
    text-align: center;
}

.EzineRight {
    text-align: right;
}

/* =Ezine - custom */

.Ezine {
    background: #f2f2f2;
    max-width: 800px;
    margin: 0 auto;
}

.EzineInput input {
    padding: 7px;
    margin: 10px;
    background: #f2f2f2;
    border: 1px solid #545454;
}

td.EzineLabel {
    font-family: RalewayHeavy, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

.EzineDescription {
    font-size: 20px;
}

/* =Ezine2 - custom */

.Ezine2 {
    background: #f2f2f2;
    border: 0;
    padding: 2%;
}

.Ezine2 label {
    font-family: RalewayHeavy, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 5px;
}

.Ezine2 input[type=text],
.Ezine2 input[type=email] {
    padding: 7px;
    margin: 5px;
    background: #f2f2f2;
    border: 1px solid #545454;
}

.EzineButton {
    padding: 1em 0.5em;
    border: 0;
    line-height: 1.1;
    background: #da4453;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    margin: 5px;
}

.EzineButton:hover {
    background-color: #eb5367;
}
/* Grid Carousel Styles */
#GridCarousel {
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    padding: 20px 0;
}

.carousel-container {
    width: 100%; /* Full width of the screen */
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.carousel-track {
    display: flex;
    width: max-content; /* Allow the track to expand beyond the container */
}

.carousel-item {
    flex: 0 0 320px; /* Fixed width for each item */
    margin-right: 20px; /* Spacing between items */
    text-align: center;
    position: relative;
    overflow: hidden; /* Ensure no overflow */
}

.carousel-item img {
    width: 100%;
    height: auto;
    display: block;
    border: none; /* Remove any borders */
    border-radius: 0; /* Remove rounded corners */
    box-shadow: none; /* Remove shadows */
}