:root {
    --primary-color: #e31937;
    --secondary-color: #e55162;
    --nav-links-color: #404041;
}

body {
    font-family: Raleway, Helvetica, Arial;
}

.themebutton,
button,
html input[type="button"],
input[type="reset"],
input[type="submit"],
.themebutton2,
.button.style2,
.button.style3:hover,
.button.style4:hover {
    -webkit-box-shadow: 0 0 0 3px var(--primary-color);
    -moz-box-shadow: 0 0 0 3px var(--primary-color);
    -ms-box-shadow: 0 0 0 3px var(--primary-color);
    -o-box-shadow: 0 0 0 3px var(--primary-color);
    box-shadow: 0 0 0 3px var(--primary-color);
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: var(--secondary-color);
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.search-input-group #field-giant-search {
    border-radius: 30px;
    padding: 15px;
    height: auto;
    font-size: 16px;
}

.search-input-group .btn {
    position: absolute;
    top: 4px;
    right: 4px;
    border-color: var(--primary-color);
    background: var(--primary-color);
    border-radius: 23px;
    width: 46px;
    height: 46px;
}

.search-input-group .form-control:focus {
    z-index: 0;
}

#scrollUp:after {
    background: var(--primary-color);
    height: 30px;
    width: 30px;
    border-radius: 30px;
    line-height: 30px;
    font-size: 1em;
}

#topmenu {
    background: var(--primary-color);
    background-image: none !important;
    background-repeat: repeat;
}

#topmenu a {
    color: white;
    font-weight: 400;
    font-size: 15px;
    font-family: Raleway, Helvetica, Arial;
    ;
}

#topmenu.nav.main-nav nav {
    padding: 0;
}

#topmenu #language_picker {
    padding: 0 10px;
}

#header {
    margin: 0;
}

#header-container #header .menu>li:not(.last) {
    margin: 0;
}

#header-container #header .menu {
    display: flex;
    gap: 25px;
    align-items: center;
    padding: 10px 0;
}

#header-container #header .menu>li {
    margin: 0 17px;
    padding: 0;
}

#header-container #header .menu>li>a::after {
    margin-top: 0px;
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background: var(--nav-links-color);
    transition: width 0.5s;
}

#header-container #header .menu>li>a.ship-time-btn::after,
#header-container #header .menu>li>a.ship-time-btn:hover::after {
    content: none !important;
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    transition: none !important;
    background: none !important;
}

#header-container #header .menu>li.current-menu-item>a {
    color: var(--primary-color);
}

#header-container #header .menu>li.current-menu-item>a span {
    color: var(--primary-color);
    font-weight: 400;
}

#header-container #header .menu>li.menu-item-has-children>a span:after {
    color: var(--nav-links-color);
    font-size: 12px;
    margin-top: 3px;
    font-weight: 700;
}

#header-container #header .menu>li.current-menu-item>a span {
    color: var(--primary-color);
    font-weight: 400;
}

#header-container #header .header-links {
    display: flex;
    float: right;
}

#header-container #header .header-links .sub-menu {
    box-shadow: var(--primary-color) 0 -4px 0 0px, rgba(0, 0, 0, 0.15) 1px 1px 2px 0;
}

#header-container #header .header-links .sub-menu a {
    font-size: 14px;
    line-height: 40px;
    padding: 5px 10px;
    color: var(--nav-links-color);
}

#header-container #header .header-links .sub-menu a:hover {
    color: var(--primary-color);
    transition: color 0.3s ease;
}

#header-container #header .header-links>ul>li a {
    color: var(--nav-links-color);
    font-family: "HelveticaNow-Regular", sans-serif;
    font-size: 16px;
    padding: 0;
    font-weight: 400;
    text-transform: uppercase;
}

#header-container #header .menu>li>a:hover {
    color: var(--nav-links-color) !important;
    background: none;
}

#header-container #header-core {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 0 auto;
    padding: 30px 10px;
}

#header-links {
    align-self: center;
}

.title {
    letter-spacing: -1px;
}

.title h1 {
    font-size: 36px;
    color: var(--nav-links-color);
    margin-bottom: 5px;
}

.title h1 span {
    font-weight: 200;
}

.title h2 {
    font-size: 24px;
    margin-top: 0px;
}

.title h2 span a {
    color: var(--nav-links-color);
}

h3.heading {
    font-size: 16px;
    margin-bottom: 4px;
}

.homepage .module-content-end {
    margin-bottom: 50px;
}

.homepage .box {
    border-color: var(--primary-color);
}

.form-control {
    border-color: var(--primary-color);
}

.form-control:focus,
.form-control:hover {
    border-color: var(--primary-color);
}

.search-form .search-input.search-giant button {
    background: var(--primary-color);
    top: 18px;
    right: 3px;
    width: 48px;
    height: 48px;
}

.cioos-module-search .module-content {
    padding: 0;
    background: none;
}

.cioos-module-search .box {
    background: none;
    border: none;
}

.cioos-module-search .col-md-6 {
    width: 100%;
    padding: 0;
}

.cioos-search {
    margin-left: 15px;
}

#footer {
    background-color: var(--primary-color);
    background-image: none !important;
    background-repeat: repeat;
}

#footer .col-md-6 {
    padding: 0;
}

#footer a {
    font-weight: 300;
}

#footer .textwidget,
#footer button,
#footer input,
#footer select,
#footer textarea {
    font-family: "HelveticaNow-Regular", sans-serif;
}

#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6 {
    font-family: "HelveticaNow-Regular", sans-serif;
}

#footer h3 {
    margin-bottom: 10px;
}

#footer h3 span {
    font-size: 14px;
    font-weight: 700;
}

#footer .mc-field-group .mc-required {
    font-size: 1rem;
    font-style: italic;
    margin-left: 0.5rem;
}

#footer #mc-embedded-subscribe.button {
    background-color: var(--secondary-color);
    text-transform: uppercase;
    font-size: 14px;
    height: auto;
    line-height: 2rem;
    margin: 0.75rem 0 0 0;
    padding: 11px 24px;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
    width: auto;
    font-weight: normal;
    border: 0 none;
    transition: all 0.23s ease-in-out 0s;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    display: inline-block;
    clear: both;
    font-weight: 700;
}

#footer #mc-embedded-subscribe.button:hover {
    color: #115172;
    background: rgba(17, 81, 114, 0.2);
}

#footer #mc_embed_signup .mc-field-group,
#footer .mc-field-group {
    width: 47.5%;
    margin-right: 0;
}

#footer .mc-field-group>label {
    color: #fff;
    font-weight: 700;
    display: block;
}

#footer .mc-field-group>label:after {
    content: none;
}

#footer .mc-input-fields {
    display: flex;
    justify-content: space-between;
}

#footer input[type="text"],
#footer input[type="email"] {
    background: #fff;
    padding: 0.5em 1em;
    border: none;
    width: 100%;
    color: #000;
}

#footer input {
    box-shadow: none;
}

#footer label {
    margin-bottom: 0;
}

.account-masthead {
    border-top: none;
    background-color: var(--primary-color);
}

.account-masthead .account {
    border: none;
}

.account-masthead .account ul li {
    border: none;
}

.account-masthead .account ul li a {
    color: #fff;
    padding: 0 5px;
}

.account-masthead .account ul li a:hover {
    background-color: var(--primary-color);
}

#debug-toggle {
    bottom: 5px;
    color: var(--nav-links-color);
    opacity: 1;
    font-weight: 700;
}

@media only screen and (max-width: 770px) {
    .toggle-menu label {
        background: var(--primary-color);
    }

    .mobile-nav {
        background: var(--primary-color);
    }

    .mobile-nav ul.menu li a {
        border: 1px solid var(--primary-color);
    }

    .mobile-nav ul.menu ul.shareicons {
        background: var(--primary-color);
    }
}

.btn-primary {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
}

.btn-primary:hover {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}

#footer h4 {
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    margin: 20px 0 4px 0;
    text-transform: uppercase;
}

#footer .social-icon {
    padding: 10px 12px;
    font-size: 24px;
}

#footer-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
}

#footer-bottom img {
    height: 55px;
}

#footer-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px 50px;
    margin-top: 30px
}

.mission-list-table {
    margin: 0 auto;
    display: flex;
    justify-content: center;
}