/*--------------------------------------------------------------
# GLOBAL CSS
1. Normalize
2. Elements
3. Alignment
4. Accessibility
5. Media
6. Typography
7. Icons
8. Color
9. Forms
10. Pagination
11. Header
12. Footer
13. Subscribe
14. Mobile
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1. Normalize
--------------------------------------------------------------*/
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    box-sizing: border-box;
}

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

body {
    margin: 0;
}

h1 {
    font-size: 2em;
    margin: 0;
    margin-block-start: 0;
    margin-block-end: 0;
}

h2, h3, h4, h5, h6 {
    margin-block-start: 0;
    margin-block-end: 0;
}

p {
    margin: 0;
    padding: 0;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
}

b, strong, dt {
    font-weight: 700;
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button, input {
    overflow: visible;
}

select {
    text-transform: none;
}

button, [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"], [type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

:focus {
    outline: -webkit-focus-ring-color auto 1px;
}

/*--------------------------------------------------------------
2. Elements
--------------------------------------------------------------*/
.site-inner {
    margin: 0 auto;
    max-width: 100%;
}

.wrap {
    max-width: 1200px;
    margin: 0 auto;
    width: calc(100% - 20px);
}

.flexbox {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
    clear: both;
}

.wp-block-separator, hr {
    background-color: #f0efef;
    border: 0;
    height: 1px;
    margin: 40px 0;
}

ul, ol {
    margin: 0;
    padding: 0;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul, li > ol {
    margin-bottom: 0;
    margin-left: 20px;
}

img {
    height: auto;
    max-width: 100%;
}

figure {
    margin: 20px 0;
}

table {
    margin: 0 0 20px;
    width: 100%;
}

th, td, thead th, thead td {
    border-bottom: 1px solid #b4b3b3;
    border-right: 1px solid #b4b3b3;
    text-align: left;
    padding: 5px;
}

tbody tr:last-child th, tbody tr:last-child td {
    border-bottom: 0;
}

td:last-child {
    border-right: 0;
}

.sticky {
    border: 1px solid #b4b3b3;
}

.entry-content ul:not(.wp-block-gallery), .entry-content ul ul {
    list-style-position: outside;
    margin: 0 0 20px 20px;
    padding-left: 0;
}

.entry-content ul:not(.wp-block-gallery) li {
    margin-bottom: 5px;
    list-style-position: inherit;
}

/*--------------------------------------------------------------
3. Alignment
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 20px;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 20px;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
4. Accessibility
--------------------------------------------------------------*/
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #f0efef;
    border-radius: 3px;
    clip: auto !important;
    clip-path: none;
    color: #00283d;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

#content[tabindex="-1"]:focus {
    outline: 0;
}

/*--------------------------------------------------------------
5. Media
--------------------------------------------------------------*/
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

.gallery {
    margin-bottom: 20px;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

/*Video & Embeds*/
embed, iframe, object {
    max-width: 100%;
}

.video-block iframe, .video-block object, .video-block embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.wprm-recipe-video {
    position: relative;
    padding-bottom: 51%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 10px;
}

.wprm-recipe-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*--------------------------------------------------------------
6. Typography
--------------------------------------------------------------*/
body {
    font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #00283d;
    background: #ffffff;
    border-top: 7px solid #004061;
}

.content-meta {
    font-size: 16px;
}

input, select, optgroup, textarea {
    font-size: 15px;
    line-height: 1.5;
}

label {
    font-weight: 700;
    text-transform: none;
    letter-spacing: 0;
    line-height: 1;
}

.page-meta {
    font-size: 16px;
    line-height: 1.6;
}

.sm-caps {
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 1.5;
    text-transform: uppercase;
    font-weight: 700;
}

.sm-sans {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
}

.sm-ser, .sm-caps em {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 13px;
    font-style: italic;
    line-height: 1;
    text-transform: none;
    letter-spacing: 0;
    font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
    font-weight: 700;
    margin: 0 0 20px;
    line-height: 1.3;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

h1 {
    font-size: 32px;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 24px;

}

h4 {
    font-size: 20px;

}

h5 {
    font-size: 16px;

}

h6 {
    font-size: 12px;

}

p {
    margin-bottom: 20px;
}

.widget p {
    font-size: 16px;
}

.entry-content p:last-child, .archive-description p:last-child {
    margin-bottom: 0;
}

.entry-summary {
    font-size: 16px;
}

dfn, cite, em, i {
    font-style: italic;
}

blockquote {
    margin: 0 auto 30px;
    padding: 30px;
    background: #f6f5f5;
}

.wp-block-pullquote p {
    font-size: 24px;
    line-height: 1.6;
}

address {
    margin: 0 0 20px;
}

pre {
    background: #f6f5f5;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px;
    max-width: 100%;
    overflow: auto;
    padding: 20px;
}

code, kbd, tt, var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 14px;
}

abbr, acronym {
    background: #f0efef;
    cursor: help;
}

mark, ins {
    background: #f0efef;
    text-decoration: none;
}

big {
    font-size: 24px;
}

table {
    font-size: 14px;
    line-height: 1.5;
}

.breadcrumbs {
    font-size: 12px;
    margin-bottom: 10px;
    letter-spacing: 0;

}

.breadcrumbs a, .breadcrumbs a:visited {
    color: #00283d;
}

.wp-caption, figcaption {
    margin-bottom: 10px;
    max-width: 100%;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 14px;
    text-align: center;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 5px 0 0;
}

.wp-caption-text {
    text-align: center;
}

.wprm-recipe-details-unit {
    font-size: 1em !important;
}

.wp-block-group {
    margin: 0 0 30px;
}

.entry-content ol {
    list-style-position: outside;
    margin-left: 0;
    margin-bottom: 20px;
    display: block;
    list-style-type: none;
    list-style: none;
    counter-reset: lh-counter;
}

.entry-content ol > li {
    counter-increment: lh-counter;
    margin: 0 0 20px 30px;
}

.entry-content ol > li > ol > li {
    margin: 0 0 20px 30px;
}


.entry-content ol > li::before {
    content: counter(lh-counter);
    position: absolute;
    display: block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-weight: 700;
    color: #fff;
    background: #202e2e;
    border-radius: 100%;
    margin-top: 3px;
    margin-left: -30px;
    font-size: 12px;
    background: #00283d;
}

/*--------------------------------------------------------------
7. Social Menu
--------------------------------------------------------------*/

/*Social Menu*/
.social-menu {
    margin: 0 10px 0 0;
    display: flex;
    justify-content: space-between;
}

.social-menu li {
    display: block;
    padding: 2px;
    margin: 0;
    line-height: 1;
    transition: transform 400ms;
    position: relative;
}

.social-menu a {
    position: absolute;
    height: 100%;
    bottom: 0;
    left: 0;
    width: 100%;
}

.social-menu li:hover {
    transform: scale(1.5);
    color: #407089;
}

.social-menu li a span {
    left: -999em;
    position: absolute;
}

.social-menu li:hover {
    background: none;
}


/*--------------------------------------------------------------
8. Color
--------------------------------------------------------------*/
a {
    color: #407089;
    outline: none;
    text-decoration: none;
}

a:visited {
    color: #407089;
}

.entry-content a, .page-description a, .content-meta a {
    font-weight: 700;
    text-decoration: underline;
}

a:hover, a:focus, a:active {
    color: #004061;
    transition: all .8s ease 0s;

}

a:hover img {
    -webkit-transition: 400ms;
    transition: 400ms;
    will-change: opacity;
}

.alt a, .alt a:visited {
    color: #00283d;
}

.alt a:hover, .alt a:visited:hover {
    color: #407089;
}

.white, .white a, .white a:visited, a.white, a.white:visited {
    color: #FFFFFF;
}

.white a:hover, .white a:visited:hover {
    color: #f0efef;
}

::-moz-selection {
    background: #CFDBE2;
}

::selection {
    background: #CFDBE2;
}

.vk-emphasis {
    color: #b95a31;
    text-decoration: underline;
    font-weight: 700;
}

.orange, .orange a, .orange a:visited, a.orange, a.orange:visited {
    color: #b95a31;
}

.blue {
    color: #407089;
}

/*Diagonal */
.pattern-1 {
    background-color: #FFFFFF;
    opacity: 1;
    background-size: 8px 8px;
    background-image: repeating-linear-gradient(45deg, #f0efef 0, #f0efef 2px, #FFFFFF 0, #FFFFFF 50%);
}

/*Plaid*/
.pattern-2 {
    height: 100%;
    background-color: #f0efef;
    background-image: repeating-linear-gradient(90deg, transparent, transparent 35px, rgba(255, 255, 255, 0.2) 35px, rgba(255, 255, 255, 0.2) 70px), repeating-linear-gradient(180deg, transparent, transparent 35px, rgba(255, 255, 255, 0.4) 35px, rgba(255, 255, 255, 0.4) 70px);
    background-attachment: fixed;
}

/*Floral*/
.pattern-3 {
    position: relative;
}

.bg-pattern-img {
    position: relative;
    background: #f0efef;
    padding: 40px 0;
    margin: 0 auto 40px;
}

.pattern-3::before, .bg-pattern-img::before {
    content: "";
    background: url(../images/bg-floral.png) repeat center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .50;
}

.bg-solid {
    background: #f6f5f5;
}

.bg-pattern-img figure {
    position: relative;
}

.bg-pattern-img img {
    display: block;
    border: 10px solid #fffFFf;
    line-height: 0;
}

.bg-pattern-img figcaption {
    display: block;
    margin: 10px auto 0;
    font-style: italic;
}

/*--------------------------------------------------------------
9. Forms
--------------------------------------------------------------*/
button, input[type="button"], input[type="reset"], input[type="submit"] {
    border: 0;
    background: #b95a31;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1px;
    padding: 14px 20px;
    text-transform: uppercase;
    height: 40px;
    cursor: pointer;
    transition: 400ms;
}

button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, button:active, button:focus, input[type="button"]:active, input[type="button"]:focus, input[type="reset"]:active, input[type="reset"]:focus, input[type="submit"]:active, input[type="submit"]:focus {
    background: #407089;
    color: #FFFFFF;
    transition: all .8s ease 0s;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
    color: #00283d;
    border: 1px solid #b4b3b3;
    text-align: center;
    background: transparent;
    border-radius: 0;
    padding: 8px;
    font-size: 13px;

}

input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
    color: #00283d;
    border: 1px solid #b4b3b3;
    outline: none;
}

textarea::placeholder {
    color: #00283d;
    text-align: left;
}

input::placeholder {
    color: #00283d;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    font-weight: 700;
}

select {
    border: 1px solid #b4b3b3;
    background: transparent;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    text-align-last: left;
    padding: 8px;
    min-width: 225px;
    width: 100%;
}

.comment-form select {
    border: 0;
    background: #ffffff;
}

option {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
}

input[type="checkbox"], input[type="radio"] {
    -webkit-appearance: inherit;
    border-radius: 15px;
    border: 1px solid #00283d;
    white-space: nowrap;
    overflow: hidden;
    width: 14px;
    height: 14px;
    color: transparent;
    vertical-align: text-top;
    margin-right: 5px;
}

input[type="checkbox"]:checked {
    background: #00283d;
}

textarea {
    width: 100%;
}

.search-form {
    border: 2px solid #f0efef;
    background: transparent;
    max-width: 100%;
    position: relative;
    overflow: hidden;
    height: 50px;
    min-width: 200px;
}

.error404 .search-form {
    background: #FFFFFf;
    border: 0;
}

.search-field {
    background: transparent;
    border: 0;
    padding: 8px;
    max-width: 100%;
    width: 100%;
    height: 50px;
    font-size: 13px;
    text-transform: none;
    letter-spacing: 0;
    color: #00283d;
    border-radius: 0;
    min-width: 200px;
}

.search-field::placeholder {
    color: #00283d;
}

.search-submit {
    background: transparent;
    fill: #00283d;
    border: none;
    padding: 0;
    margin: 0;
    min-width: 0;
    width: 45px;
    height: 45px;
    font-size: 30px;
    line-height: 0;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
}

.search-submit:hover, .search-submit:visited:hover {
    background: #f0efef;
    fill: #407089;
}

.error-search {
    margin: 0 auto 20px;
}

.error-search .search-form {
    border: 0;
    background: #ffffff;
}

/*--------------------------------------------------------------
10. Pagination
--------------------------------------------------------------*/

.posts-navigation {
    margin: 20px auto;
    text-align: center;
}

.nav-links {
    display: flex;
    align-items: center;
    justify-content: center;
}

/*Older/Newer*/
.nav-next, .nav-previous {
    padding: 20px 0
}

.nav-next {
    margin-left: 20px;
    border-left: 1px solid #00283d;
    padding-left: 20px;
}

/*Pagination*/
.page-numbers {
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    width: 44px;
    height: 44px;
    vertical-align: middle;
    margin: 0 3px;
    background: #f0efef;
    color: #00283d;
    font-weight: 700;
    font-size: 14px;
    line-height: 44px;
}

a.page-numbers, a.page-numbers:visited {
    color: #00283d;
}

a.page-numbers:hover, a.page-numbers:visited:hover {
    background: #407089;
    color: #FFFFFF;
    transition: all .8s ease 0s;
}

.page-numbers.current {
    background: #00283d;
    color: #FFFFFF;
}

.next.page-numbers, .prev.page-numbers {
    background: none;
    width: fit-content;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 10px;
}

.next.page-numbers:hover, .prev.page-numbers:hover, .next.page-numbers:visited:hover, .prev.page-numbers:visited:hover {
    background: transparent;
    color: #407089;
}

/*--------------------------------------------------------------
11. Header
--------------------------------------------------------------*/
/*--------------------------------------------------------------
Before Header
--------------------------------------------------------------*/
.top-subscribe .sub-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #004061;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 8px;
}

.top-subscribe .sub-btn:hover {
    color: #ffffff;
    background: #407089;
}

.top-subscribe .sm-sans {
    font-weight: 700;
}


.right {
    display: flex;
    align-items: center;
}

.mobile-sub {
    display: none;
    text-align: center;
}

.mobile-sub .top-subscribe .sub-btn {
    padding: 5px;
    border-radius: 0;
    font-size: 13px;
}

.top-subscribe .svg-icon {
    fill: #fff;
    transform: rotate(-90deg);
    margin-left: 5px;
}

/*--------------------------------------------------------------
Primary Navigation & Header
--------------------------------------------------------------*/
.site-header {
    width: 100%;
    background: #ffffff;
    padding: 20px 0 0;
}

.main-navigation {
    max-width: 1200px;
    padding: 0 0 20px;
    width: calc(100% - 20px);
    align-items: center;
    margin: 0 auto;
}

.menu-top {
    padding: 15px 0;
}

.site-title {
    margin: 0;
    line-height: 1;
    width: 400px;
}


.site-title a {
    display: block;
    width: 100%;
    background: url(../images/logo.svg) no-repeat center;
    background-size: contain;
    margin: 0;
    max-width: 400px;
    height: 32px;
    text-indent: -9999px;
    transition: transform 400ms;
}

.site-title a:hover {
    transform: scale(.95);
}

.primary-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    position: relative;
}

.primary-menu li {
    display: block;
    list-style: none;
    margin: 0 10px;
    position: relative;
}

.primary-menu li a {
    display: block;
    line-height: 1;
    position: relative;
}

#primary-top li a:before, #primary-middle li a:before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #407089;
    transform: scaleX(0);
    transition: all 250ms ease;
    border-radius: 44px;
    transform-origin: left;
}

#primary-middle li {
    text-align: center;
}

#primary-top li.menu-item-has-children a:before {
    display: none;
}

#primary-top li a:hover::before, #primary-middle li a:hover::before {
    transform: scaleX(1);
}

#primary-middle {
    font-size: 15px;
    font-weight: 700;
    width: 100%;
    margin: 0 20px;
}

.menu-middle.flexbox {
    width: 71%;
}

.primary-menu ul {
    float: left;
    position: absolute;
    top: 99%;
    left: -999em;
    z-index: 99999;
    background: #f0efef;
    display: block;
    margin-left: 0;
    cursor: pointer;
    -webkit-transition: 400ms;
    transition: 400ms;
    text-align: left;
    -webkit-box-shadow: 0 0 10px 0 rgba(50, 50, 50, 0.25);
    -moz-box-shadow: 0 0 10px 0 rgba(50, 50, 50, 0.25);
    box-shadow: 0 0 10px 0 rgba(50, 50, 50, 0.25);
}

.primary-menu ul ul {
    left: -999em;
    top: 0;
}

.primary-menu li ul li:hover > ul, .primary-menu ul li.focus > ul {
    display: block;
    left: auto;
    transition: transform 400ms;

}

.primary-menu li:hover > ul, .primary-menu li.focus > ul {
    left: auto;
}

.primary-menu li ul li {
    display: block;
    margin: 0;
    padding: 0;
}

.primary-menu li ul li a {
    display: block;
    padding: 10px;
    background: #f0efef;
    width: 180px;
}

.primary-menu li ul li a:hover, .primary-menu li ul li a:visited:hover {
    background: #407089;
    color: #f0efef;
}

.primary-menu li ul li a:before {
    display: none;
}

/*Top Menu*/
#primary-top.primary-menu li {
    margin: 0 20px 0 0;
}

/*Bottom Menu*/
.site-menu {
    background: #f6f5f5;
}

.site-menu #primary-middle, .site-menu #primary-top, .site-menu .social-menu {
    display: none;
}

#primary-bottom {
    border-left: 2px solid #f0efef;
    border-right: 2px solid #f0efef;
    padding: 0 10px;
    margin: 0 10px;
}

#primary-bottom.primary-menu li {
    margin: 0 15px;
    position: relative;
}

#primary-bottom.primary-menu li a {
    padding: 15px;
}

#primary-bottom.primary-menu li a:hover {
    background: #f0efef;
}

#primary-bottom.primary-menu ul li {
    margin: 0 !important;
}

#primary-bottom.primary-menu ul li a:hover {
    background: #407089;
    color: #ffffff;
}

#primary-bottom .sub-menu-toggle {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    padding: 0;
    background: transparent;
    color: #00283d;
    top: 12px;
    right: -5px;
}

.sub-menu-toggle svg {
    fill: #00283d;
}


.highlight-menu {
    display: block;
}

.highlight-menu li {
    display: block;
    padding: 0;
    margin: 0;
}

.highlight-menu.orange a {
    color: #A24F2B;
}

/*--------------------------------------------------------------
Header Toggles
--------------------------------------------------------------*/
.search-toggle, .menu-toggle {
    border: 0;
    background: transparent;
    box-shadow: none;
    padding: 5px;
    outline: none;
    cursor: pointer;
    width: 50px;
    height: 50px;
    color: #00283d;
    display: none;
    position: absolute;
    top: 0;
}

.search-toggle svg, .menu-toggle svg {
    fill: #004061;
}

.menu-toggle {
    left: 0;
}

.search-toggle {
    right: 0;
}


.search-toggle:hover, .search-toggle:focus, .search-toggle:active, .menu-toggle:hover, .menu-toggle:active, .menu-toggle:focus {
    background: transparent;
    fill: #407089;
}

.search-toggle:hover svg, .menu-toggle:hover svg {
    fill: #407089;
}

.site-badge {
    text-align: center;
    margin: 0 auto 20px;
    max-width: 70px;
    display: none;
}

.site-badge a {
    display: block;
    width: 100%;
    background: url(../images/badge.svg) no-repeat center;
    background-size: contain;
    margin: 0;
    max-width: 70px;
    height: 70px;
    text-indent: -9999px;
    transition: transform 400ms;
}

/*--------------------------------------------------------------
Header Search
--------------------------------------------------------------*/
.header-search:not(.active) {
    display: none;
}

.header-search {
    background: #f0efef;
    overflow: hidden;
    padding: 20px;
    width: 100%;
    position: absolute;
    top: 50px;
    right: 0;
    z-index: 9999;
}

.header-search .search-form {
    width: 100%;
    margin: 0 auto;
    background: #ffffff;
}

/*--------------------------------------------------------------
12. Footer
--------------------------------------------------------------*/
.site-footer {
    padding: 20px 0;
    background: #f0efef;
}

.footer-menu {
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    width: 50%;
}

.footer-menu li {
    display: block;
    margin: 0 20px 0 0;
}

.credits {
    display: flex;
    justify-content: flex-end;
    width: 50%;
    text-align: right;
    align-items: center;
}

.site-designer {
    margin: 0 0 0 5px;
    line-height: 1;
}

.site-designer svg {
    fill: #00283d;
}

/*--------------------------------------------------------------
Footer Subscribe + Image Boxes
--------------------------------------------------------------*/
.footer-band {
    background-color: #f6f5f5;

}

.footer-band .wrap {
    max-width: 1000px;
    position: relative;
}

.btt {
    background: #b95a31;
    width: 80px;
    height: 80px;
    display: flex;
    position: absolute;
    right: -100px;
    top: -40px;
    border-radius: 50%;
    text-align: center;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 15px;
    z-index: 99;
}

.row-1, .row-2 {
    line-height: 1;
}

.btt:hover {
    background: #004061;
}

.footer-band .enews-widget {
    background: #f6f5f5;
    padding: 40px 30px;
    text-align: center;
    margin-right: 40px;
    max-width: 380px;
    border: 0;
}

.footer-brand .enews-widget .sm-ser {
    color: #b95a31;
}

.footer-band .enews-widget h3 {
    font-size: 28px;
    margin: 20px auto;
}

.footer-band input[type="email"], .footer-band input[type="text"] {
    display: block;
    width: 100%;
    margin: 2px auto;
}

.footer-box-content {
    flex-wrap: wrap;
}

.footer-box {
    display: flex;
    border: 5px solid #ffffff;
    position: relative;
    text-align: center;
    width: calc(1 / 3 * 100% - 10px);
    margin: 0 10px 10px 0;
    align-items: center;
    justify-content: center;
}

.footer-box .sm-caps {
    background: #ffffff;
    padding: 10px;
    position: absolute;
    z-index: 9;
}

.footer-box:hover img {
    filter: grayscale(50%);
}

.footer-box:hover .sm-caps {
    background: #004061;
    color: #ffffff;
    transition: all .8s ease 0s;
}

/*--------------------------------------------------------------
Press
--------------------------------------------------------------*/
.press-section {
    background: #ffffff;
    padding: 20px 0;
}

.press-section .flexbox {
    align-items: center;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.press-section img {
    width: 70px;
    height: auto;
}

/*--------------------------------------------------------------
Adthrive Footer
--------------------------------------------------------------*/
.adthrive-footer-message > span {
    border-top: 0px !important;
    padding: 20px 0 !important;
    display: block;
}

.adthrive-ccpa-link, .adthrive-ccpa-link span, .adthrive-footer-message span, .adthrive-privacy-preferences a {
    color: #00283d !important;
}

.adthrive-footer-message {
    margin-top: 0 !important;
    background: #f0efef !important;
}

/*--------------------------------------------------------------
14. Mobile
--------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
    .before-header, .menu-middle {
        display: none;
        width: 0;
    }

    .site-menu {
        display: none;
    }

    .mobile-sub, .site-badge {
        display: block;
    }

    .site {
        padding: 50px 0 0;
    }

    .site-header {
        background: #ffffff;
        padding: 0 0 10px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        margin: 0 auto;
        z-index: 9999999999;
        height: 57px;
        -webkit-box-shadow: 0 4px 12px 0 rgb(50 50 50 / 15%);
        box-shadow: 0 4px 12px 0 rgb(50 50 50 / 15%);
        position: fixed;
        top: 0;
        border-top: 7px solid #004061
    }

    .main-navigation {
        width: 100%;
        padding: 0;
        text-align: center;
        align-items: center;
        justify-content: center;
    }

    .search-toggle, .menu-toggle {
        display: block;
    }

    .site-menu.active {
        background: #f6f5f5;
        color: #00283d;
        display: block;
        position: absolute;
        width: 100%;
        max-width: 330px;
        height: calc(100vh - 57px);
        top: 0;
        left: 0;
        padding: 30px;
        overflow: scroll;
        z-index: 9999;
    }

    .site-menu .flexbox {
        display: block;
        width: 100%;
    }

    .primary-menu li {
        display: block;
        padding: 10px 5px;
        margin: 0 0 3px;
        font-size: 15px;
        text-transform: none;
        font-weight: 700;
        letter-spacing: 0;
        border-bottom: 2px solid #f0efef;
    }

    #primary-middle li {
        text-align: left;
    }

    .site-menu #primary-middle {
        display: block;
        text-align: left;
        margin: 0 auto;
    }

    .site-menu #primary-bottom {
        border-left: 0;
        border-right: 0;

    }

    .site-menu .sm-caps.blue {
        display: none;
    }

    .site-menu .social-menu {
        display: flex;
        flex-wrap: wrap;
        margin: 30px auto;
    }

    .primary-menu {
        display: block;
    }

    .primary-menu li ul li {
        border-bottom: 0;
        padding: 5px 0;
        margin: 2px 0;
    }

    .primary-menu li ul.sub-menu {
        margin: 10px 0 0;
    }

    .primary-menu li ul li a:hover {
        background: transparent !important;
        color: #407089 !important;
    }

    #primary-bottom.primary-menu li a:hover {
        background: transparent;
    }

    .site-menu #primary-bottom {
        display: block;
        margin: 0;
        padding: 0;
    }

    .site-menu #primary-bottom.primary-menu li {
        margin: 0;
    }

    #primary-top li a:before, #primary-middle li a:before {
        display: none;
    }

    .site-menu.active .search-form {
        display: none;
    }

    #primary-bottom.primary-menu li a {
        padding: 0;
    }

    .menu-item-has-children.expanded .sub-menu {
        display: block;
        transition: 400ms;
        margin-left: 0;
        width: inherit;
        box-shadow: none;
        background: transparent;
        top: 0;
        float: none;
        position: relative;
    }

    .primary-menu ul.submenu {
        float: none;
        position: relative;
        top: 0;
        left: 0;
        display: none;
        margin: 10px 0 0 10px;
        cursor: pointer;
        text-align: left;
        z-index: 5;
    }

    .primary-menu .sub-menu-toggle.expanded + .submenu, .menu-item-has-children.expanded .submenu {
        display: block;
        transition: 400ms;
        width: inherit;
        box-shadow: none;
        background: transparent;
        z-index: 1;
        position: relative;
    }

    #primary-bottom.primary-menu ul li {
        margin: 0 auto 5px !important;
        background: transparent;
        color: #ffffff;
    }

    .primary-menu li ul li a {
        width: 100%;
        background: transparent;
        padding: 0;
    }


    .site-menu #primary-top {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        margin: 10px auto 0;
    }

    #primary-top.primary-menu li {
        display: block;
        width: calc(1 / 2 * 100% - 10px);
        margin: 5px;
        background: #f0efef;
        padding: 10px 5px;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-size: 13px;
    }

    #primary-top li:nth-child(2n) {
        margin: 5px 0 5px 5px;
    }

    #primary-top li:last-child {
        width: 100%;
        margin: 5px auto 0;
    }

    #primary-top li a:before {
        display: none;
    }

    #primary-top li:hover {
        background: #004061;
    }

    #primary-top li:hover a, #primary-top li:hover a:hover, #primary-top li:hover a:visited {
        color: #ffffff;
    }

    .site-menu .highlight-menu {
        display: block;
        bottom: 0;
        left: 0;
        background: #b95a31;
        padding: 10px;
        font-size: 12px;
        text-align: center;
        margin: 0 -30px;
    }

    .site-menu .highlight-menu:hover {
        background: #004061;
    }

    .site-menu .highlight-menu a {
        color: #ffffff !important;
    }

    .btt {
        right: 0;
    }


}

@media screen and (max-width: 900px) {
    .site-title {
        width: 270px;
        height: 50px;
        position: relative;
        top: 5px;
    }

    /*Footer*/
    .footer-band .flexbox {
        display: block;

    }

    .footer-band .enews-widget {
        padding: 30px;
        margin: 0 auto 40px;
    }

    .footer-box-content.flexbox {
        display: flex;
        padding: 0 0 20px;
        margin: 0 auto;
    }

    .footer-box {
        width: calc(1 / 6 * 100% - 10px);
        margin: 0 5px 0 0;
    }

    .footer-box:nth-child(6n) {
        margin: 0;
    }

    .site-info.flexbox {
        display: block;
        text-align: center;
    }

    .footer-menu {
        width: 100%;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }

    .footer-menu li {
        display: block;
        padding: 10px;
        background: #f6f5f5;
        text-align: center;
        width: calc(1 / 4 * 100% - 5px);
        margin: 0 5px 5px 0;
    }

    .footer-menu li:nth-child(4n) {
        margin: 0 0 5px;
    }

    .copyright {
        margin: 20px auto;
    }

    .credits {
        text-align: center;
        display: block;
        width: 100%;
    }

    .press-section .flexbox {
        flex-wrap: wrap;
    }

    .press-section .sm-caps {
        width: calc(1 / 9 * 100% - 20px);
        text-align: center;
    }

    .press-section img {
        width: calc(1 / 9 * 100% - 20px);
        margin: 10px;
    }

}

@media screen and (max-width: 600px) {
    .site-title {
        width: 250px;
        height: 50px;
    }

    .site-title a {
        width: 250px;
        height: 50px;
    }

    .footer-box, .footer-box:nth-child(3n) {
        width: calc(1 / 2 * 100% - 3px);
        margin: 0 5px 5px 0;
    }

    .footer-box:nth-child(2n) {
        margin: 0 0 5px;
    }

    .press-section .sm-caps {
        width: calc(1 / 3 * 100% - 20px);
        text-align: center;
    }

    .press-section img {
        width: calc(1 / 3 * 100% - 20px);
        margin: 10px;
    }

    .footer-menu li, .footer-menu li:nth-child(4n) {
        display: block;
        padding: 10px;
        background: #f6f5f5;
        text-align: center;
        width: calc(1 / 2 * 100% - 3px);
        margin: 0 5px 5px 0;
    }

    .footer-menu li:nth-child(2n) {
        margin: 0 0 5px;
    }
}

@media screen and (max-width: 400px) {
    .site-title {
        width: 200px;
        height: 40px;
    }

    .site-title a {
        width: 200px;
        height: 40px;
    }

}