/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 .form-group {
    margin-bottom: 15px;
}
.newsletters-subscribe-form {
    max-width: initial!important;
}
.container.newsletter-segments {
    max-width: initial;
}
.container.newsletter-segments {
    max-width: 1275px;
}
#segments{
    padding-top: 50px;
    padding-bottom: 25px;
}
.segment-box {
    background-color: #f4f4f4;
    overflow: hidden;
    display: block;
    margin-bottom: 20px;
    position: relative;
    border: 1px solid #008194;
    border-radius: 3px;
}
img.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.newsletters-checkbox.form-check.form-switch {
    position: absolute;
    z-index: 2;
    display: flex;
    justify-content: flex-end;
    padding-top: 10px;
    padding-right: 2px;
}
.segment-box .newsletters-checkbox {
    width: 100%;
}
.form-check-input:checked {
    background-color: #008194!important;
    border-color: #008194!important;
}
.form-switch .form-check-input:focus {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'><circle r='3' fill='%008194'/></svg>")!important;
}
.form-check-input {
    background-color: #f3f3f3!important;
    border: 1px solid rgba(0,0,0,.25);
}
.form-switch .form-check-input {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'><circle r='3' fill='%008194'/></svg>")!important;
}
.form-switch .form-check-input:checked{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")!important;
}
.form-check-input:focus {
    border-color: #008194!important;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%)!important;
}

.segment-box .segment-box-container{
    padding: 10px;
    text-align: center;
}
.segment-box figure {
    margin: 0 0 0!important;
}
.segment-box-container p {
    text-transform: uppercase;
    font-size: 12px;
    font-style: italic;
    padding: 10px 6px 0px 6px;
    color: #8a8a8a;
}
.newsletter-title {
    color: #333;
    text-align: center;
    min-height: 50px;
    font-size: 15px;
}
.newsletter-name {
    font-weight: 700;
    color: #222;
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    margin: 0 auto;
    border-bottom: 2px solid #008194;
    padding-top: 0px;
}
.newsletters-subscribe-form {
    max-width: 1275px!important;
}
.newsletters-header{
    padding: 35px 0;
    position: relative;
    text-align: center;
    max-width: 1275px!important;
}
.newsletters-header-title {
    color: #4d4d40;
    font-size: 3.25em;
    font-weight: 400;
    line-height: 70px;
    text-transform: uppercase;
    border-bottom: 2px solid #ededed;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(237,237,237,1) 100%);
    padding: 20px 0px;
}
.form-control:focus {
    color: #212529;
    background-color: #fff!important;
    border-color: #008194!important;
    outline: 0;
    box-shadow: none!important;
}
.btn:hover {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
}

.newsletters-subscribe-form .btn:focus{
    box-shadow: none!important;
}

#response-msg.error {
    color: red;
}
div#response-msg.success {
    color: #03b500;
}
#response-msg {
    clear: both;
    margin-top: 25px;
}
