/*
  Theme Name: Shootproof
  Theme URI: https://shootproof.com
  Author: Shootproof
  Version: 0.0.1
*/

/* Added WH 7-19-24 */
html {
    font-size: 1.125rem;
}

@media screen and (max-width: 1920px) {
    html {
        font-size: calc(0.625rem + 0.41666666666666674vw);
    }
}

@media screen and (max-width: 1440px) {
    html {
        font-size: calc(0.8126951092611863rem + 0.20811654526534862vw);
    }
}

@media screen and (max-width: 479px) {
    html {
        font-size: calc(0.8121077405857741rem + 0.6276150627615062vw);
    }
}
*/
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    /* font-size: 62.5%; */
    color: #002b4c;
    font-family: "proxima-nova", sans-serif;
}

body {
    font-size: 1rem;
    line-height: 150%;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: utopia-std-display, serif;
    font-weight: 400;
}
h1 {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 2.5rem;
    line-height: 115%
}

h2 {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 2.25rem;
    line-height: 120%
}

h3 {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 2rem;
    line-height: 120%
}

h4 {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 1.75rem;
    line-height: 130%
}

h5 {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 1.5rem;
    line-height: 130%
}

h6 {
    margin-top: 0;
    margin-bottom: 1rem;
    font-family: proxima-nova,sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 140%
}


/* h1 {
    font-size: 4.5rem;
    line-height: 120%;
}

h2 {
    font-size: 4rem;
    line-height: 123%;
	margin-top: 15px;
}

h3 {
    font-size: 3rem;
    line-height: 123%;
}

h4 {
    font-size: 2.5rem;
    line-height: 130%;
    font-weight:700;
}

h5 {
    font-size: 2rem;
    font-weight: 500;
    line-height: 125%;
    margin-top: 20px;
} */

a,
a:active {
    color: #19a0cc;
}

a:hover {
    color: #002b4c;
}

.font-xl {
    font-size: 3.5rem;
}

.font-large {
    font-size: 2.5rem;
}

.font-small {
    font-size: 1.6rem;
}

.font-xs {
    font-size: 1.6rem;
}

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

@media (max-width: 43.75em) {
    /* h1 {
        font-size: 3.5rem;
    } 

    h2 {
        font-size: 2.5rem;
        line-height: 120%;
    }

    h3 {
        font-size: 2.4rem;
        line-height: 123%;
    }

    h4 {
        font-size: 2rem;
        line-height: 123%;
    }

    h5 {
        line-height: 150%;
    } */
}

button {
    all: unset;
}

#_form_5FF4DE59B18F2_ ._submit {
    background: red !important;
}
/* #_form_25_ ._form-content {
  display:block !important;
}
#_form_25_ ._button-wrapper {
  margin-top:10px !important;
}
._form_25 ._form-content {
    flex-direction: column;
}
._form._form_25 {
  margin:0 !important;
  padding:0 !important;
} */
.button,
a.button,
#_form_25_submit {
    background-color: #fab84e;
    color: #7a4006;
    font-size: 1.5rem;
    font-weight: 700;
    text-decoration: none;
    padding: 16px 30px 16px 29px !important;
}

.button:hover,
a.button:hover,
#_form_25_submit:hover {
    background-color: #ffc481;
}

.button.arrow:after,
a.button.arrow:after,
#_form_25_submit.arrow:after {
    content: "\27F6";
    padding-left: 0.5rem;
}

.button.full-width,
a.button.full-width,
#_form_25_submit.full-width {
    display: inherit;
    text-align: center;
}

.button--blue,
a.button--blue {
    background-color: #daf7ff;
    color: #002b4c;
}

.button--blue:hover,
a.button--blue:hover {
    background-color: #4fbee3;
}

.button--gold,
a.button--gold {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: #fab84e;
    color: #002b4c;
}

.button--gold:hover,
a.button--gold:hover,
.single .content-inner .button.kt-button:hover {
    background-color: #ffc481;
}

.button.arrow.full-width {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.single .content-inner .button.kt-button {
    border-radius: 50px !important;
    font-size: 15px !important;
    padding: 10px 20px !important;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.grid {
    display: grid;
    place-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-column-gap: 8rem;
    -moz-column-gap: 8rem;
    column-gap: 8rem;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 a.mega-menu-link .mega-description-group .mega-menu-description,
#mega-menu-wrap-menu-2 #mega-menu-menu-2 a.mega-menu-link .mega-description-group .mega-menu-description {
    font-style: normal !important;
}

.container {
    padding-left: 3rem;
    padding-right: 3rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 144rem;
    margin: 0 auto;
}
.container.closing-content {
    max-width: 90%;
}

.card-section {
    background: #f6f8f8;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20rem, #f6f8f8), color-stop(20rem, white), to(white));
    background: linear-gradient(180deg, #f6f8f8 20rem, white 20rem, white 100%);
}

.card-section .card-section-inner {
    padding: 3.5rem 3rem 0;
    background: white;
}

.cards-section-flex {
    gap: 4%;
}

.cards-section-flex .card {
    width: 30%;
    margin-bottom: 10rem;
}

.cards-section-flex .mega-card {
    width: 100%;
}

.tags {
    padding: 10rem 0;
    margin-bottom: 10rem;
    border-top: 0.1rem solid #e5e5e5;
    border-bottom: 0.1rem solid #e5e5e5;
}

.tags h2 {
    margin-bottom: 5rem;
}

.tags .more-drawer {
    width: 100%;
    text-align: center;
}

.tags .more-drawer .chevron:hover {
    cursor: pointer;
}

.tags .more-drawer .chevron::after {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "webflow-icons" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\E603";
    font-size: 4rem;
}

.tag-buttons {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.tag-buttons .button {
    margin: 2rem;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.tag-buttons .more-tags {
    display: none;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.tags.more-drawer-open .tag-buttons .more-tags {
    display: block;
}

.tags.more-drawer-open .more-drawer {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.seperator-line {
    border-bottom: 0.1rem solid #e5e5e5;
}

@media (max-width: 76.875em) {
    .cards-section-flex {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .cards-section-flex .card {
        width: 45%;
        margin-bottom: 10rem;
    }

    .cards-section-flex .mega-card {
        width: 100%;
    }

    .external .social-card {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .external .ad-card {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
}

.paged .card-section {
    background: white;
}

@media (max-width: 53.125em) {
    .card-section {
        background: white;
    }

    .card-section .card-section-inner {
        padding: 3.5rem 7rem 0;
    }

    .card-section .card-section-inner .intro {
        width: 100%;
    }

    .cards-section-flex .card {
        width: 100%;
    }

    .cards-section-flex .card .featured-image {
        height: 26rem;
    }

    .cards-section-flex .card .featured-image img {
        height: 26rem;
    }

    .cards-section-flex .card .featured-image.img-hover:hover img:hover {
        height: 28rem;
    }
}

@media (max-width: 34.375em) {
    .cards-section-flex .card {
        margin-bottom: 5rem;
    }

    .card-section .card-section-inner {
        padding: 3.5rem 0 0;
    }
}

.screen-reader-text,
.search-submit {
    display: none;
}

.search-field {
    width: 29rem;
    padding: 1rem;
    border: 0;
    border-bottom: 1px solid #c0c0c0;
    font-size: 2rem;
}
.search-field:focus{
    border-bottom: 1px solid #19a0cc !important;
    border-top: 0px !important;
    border-left: 0px !important;
    border-right: 0px !important;
}

body {
    background: #f6f8f8;
}

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

.blog-info {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 10rem;
}

.blog-info .navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.blog-info .navigation ul li {
    display: inline;
}

.blog-info .navigation ul li a,
.blog-info .navigation ul li span {
    color: #0c547d;
    text-decoration: none;
    font-weight: 700;
    text-align: center;
    display: inline-block;
    width: 3.2rem;
    height: 3.2rem;
    margin: 0 0.75rem;
}

.blog-info .navigation ul li a:hover {
    background: #19a0cc;
}

.blog-info .navigation ul li.active a,
.blog-info .navigation ul li span.current {
    background: #fab84e;
    color: #7a4006;
    pointer-events: none;
}

.blog-info .navigation ul li.nav-next a:hover,
.blog-info .navigation ul li.nav-prev a:hover,
.blog-info .navigation ul li a.next:hover,
.blog-info .navigation ul li a.prev:hover {
    color: #19a0cc;
}

.blog-info .navigation ul li.nav-next a,
.blog-info .navigation ul li.nav-prev a,
.blog-info .navigation ul li a.next,
.blog-info .navigation ul li a.prev {
    width: unset;
    height: unset;
}

.blog-info .navigation ul li.nav-next a:hover,
.blog-info .navigation ul li.nav-prev a:hover,
.blog-info .navigation ul li a.next:hover,
.blog-info .navigation ul li a.prev:hover {
    background: unset;
}

.content-404 {
    width: 100%;
    margin: 20rem 0 30rem;
}

.content-404 .illustration {
    width: 100%;
    height: auto;
}

@font-face {
    font-family: "webflow-icons";
    src: url("data:application/x-font-ttf;charset=utf-8;base64,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") format("truetype");
    font-weight: normal;
    font-style: normal;
}

.w-icon {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "webflow-icons" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#header {
    position: sticky;
    top: 0;
    /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex; */
    /* -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  z-index: 10;
  background-color: #f6f8f8;

}
#header > .kb-row-layout-wrap {
  max-width: 82rem;
  padding: 10px 2.5rem;
  margin:0 auto;
}
@media (max-width: 767px) {
  #header > .kb-row-layout-wrap {
    padding: 10px 1.5rem;
  }
}
.logo {
    position: relative;
    float: left;
    padding-top: 1.8rem;
}

.logo img {
    width: 17.623rem;
    height: 3.664rem;
}

#menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: right;
    -o-object-fit: fill;
    object-fit: fill;
}

#menu #menu-blog-navigation,
#menu .menu-right {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
}

#menu .menu-item a,
#menu .login {
    display: inline-block;
    margin-top: 0.7rem;
    margin-bottom: 0.7rem;
    padding: 1.3rem 1vw;
    color: #002b4c;
    font-size: 1.4rem;
    font-weight: 400;
    text-decoration: none;
}

#menu .menu-item a:hover,
#menu .login:hover {
    color: #19a0cc;
}

#menu .menu-item-has-children:hover .sub-menu {
    display: block;
}

#menu .menu-item-has-children a:nth-child(1)::after {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "webflow-icons" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\E603";
    font-size: 1.4rem;
    position: relative;
    top: 0.1rem;
    margin-left: 0.6rem;
    padding-right: 0px;
}

#menu .menu-item .sub-menu {
    display: none;
    list-style: none;
    position: absolute;
    background: white;
    border-radius: 0.8rem;
    text-align: left;
    padding: 1.6rem;
    z-index: 999;
    -webkit-box-shadow: 0px 1px 10px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 1px 10px 3px rgba(0, 0, 0, 0.05);
}

#menu .menu-item .sub-menu a {
    margin: 0;
    padding-top: 6px;
    padding-right: 40px;
    padding-bottom: 6px;
    font-size: 14px;
    font-weight: 400;
}

#menu .menu-item .sub-menu a:hover {
    background: #f6f8f8;
}

#menu .menu-item .sub-menu a::after {
    content: "";
}

#menu .login {
    padding-right: 1.5vw;
    padding-left: 1.5vw;
}

#menu .get-started {
    background: #fab84e;
    display: inline-block;
    margin-top: 0.7rem;
    margin-bottom: 0.7rem;
    padding: 1.3rem 1.6vw;
    font-size: 1.4rem;
    font-weight: 700;
}

#menu .get-started:hover {
    background: #ffc481;
    color: #002b4c;
}

.secondary-nav {
    padding: 2rem 7.143vw;
    background: #f6f8f8;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 9;
}

.secondary-nav .secondary-nav-left {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.secondary-nav .secondary-nav-left .home-link {
    color: #002b4c;
    text-decoration: none;
    font-weight: 500;
}

.secondary-nav .secondary-nav-left .home-link:hover {
    color: #19a0cc;
}

.secondary-nav .secondary-nav-left .home-link::after {
    content: "|";
    padding: 0 1rem;
    color: #0c547d;
}

.secondary-nav .categories {
    font-weight: 500;
    cursor: pointer;
}

.secondary-nav .categories:hover {
    color: #19a0cc;
}

.secondary-nav .categories::after {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "webflow-icons" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\E603";
    font-size: 1.4rem;
    position: relative;
    top: 0.1rem;
    margin-left: 0.6rem;
    padding-right: 0px;
}

.secondary-nav .categories .sub-menu {
    display: none;
    list-style: none;
    position: absolute;
    background: white;
    border-radius: 0.8rem;
    text-align: left;
    padding: 1.6rem;
    z-index: 999;
    -webkit-box-shadow: 0px 1px 10px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 1px 10px 3px rgba(0, 0, 0, 0.05);
    margin-top: 2rem;
}

.secondary-nav .categories .sub-menu a {
    margin: 0;
    padding-top: 6px;
    padding-right: 40px;
    padding-bottom: 6px;
    font-size: 14px;
    font-weight: 400;
}

.secondary-nav .categories .sub-menu a:hover {
    background: #f6f8f8;
}

.secondary-nav .categories .sub-menu a::after {
    content: "";
}

.secondary-nav .categories .sub-menu a {
    display: block;
    color: #002b4c;
    font-size: 1.4rem;
    font-weight: 400;
    text-decoration: none;
    padding-left: 1vw;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.secondary-nav .categories .sub-menu .children {
    margin: 0;
}

.secondary-nav .categories .show-menu {
    display: block;
    overflow-y: scroll;
    height: 70vh;
}

.secondary-nav .search {
    position: relative;
    top: 0.4rem;
    left: -0.1rem;
    cursor: pointer;
    background: #f6f8f8;
    width: 2em;
    height: 5rem;
    border: 0;
}

.secondary-nav .subscribe {
    font-weight: 700;
    cursor: pointer;
}

.secondary-nav .subscribe:hover {
    color: #19a0cc;
}

.secondary-nav .search-bar {
    opacity: 0;
    position: relative;
    right: 1.5rem;
    top: .5rem;
    height: 50px;
}

.secondary-nav .search-bar .search-field {
    background: #f6f8f8;
    outline: none;
    font-size: 18px;
}

.secondary-nav .get-started {
    display: none;
    background: #fab84e;
    margin-left: 4rem;
    line-height: 2.3;
}

.secondary-nav .get-started:hover {
    background: #ffc481;
    color: #002b4c;
}

.secondary-nav .get-started-show {
    display: block;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.secondary-nav .fade-in {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

#hamburger {
    display: none;
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    padding: 2.8rem;
    font-size: 2.4rem;
}

#hamburger .w-icon::before {
    content: "\E602";
    color: #002b4c;
}

.hamburger-open {
    background: rgba(246, 248, 248, 0.95);
}

.hamburger-open #hamburger {
    background: #002b4c;
}

.hamburger-open #hamburger .w-icon::before {
    color: white;
}

#hamburger-mobile {
    display: none;
}

#hamburger-mobile .w-icon::before {
    content: "\E602";
    color: #002b4c;
}

@media (max-width: 75.625em) {
    .search-bar {
        display: none;
    }
}

@media (max-width: 62.5em) {
    .cards-section-flex {
        gap: 2rem;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
}

@media (max-width: 61.9375em) {
    #header .logo {
        padding-top: 2.2rem;
    }

    #header #header {
        padding: 0.3rem 7.143vw;
    }

    #header #hamburger {
        display: block;
    }

    #header #menu {
        overflow: hidden;
        max-height: 0;
        padding-top: 0;
        padding-bottom: 0;
        margin-top: 0;
        margin-bottom: 0;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
        will-change: transform;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: fixed;
        background: white;
        padding-left: 7.143vw;
        padding-right: 7.143vw;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        overflow: hidden;
        text-align: left;
        top: 14.2rem !important;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 99;
    }

    #header #menu.animate-open {
        max-height: 63.2rem;
        padding: 3.571vw 7.143vw;
        overflow: scroll;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
        will-change: transform;
    }

    #header #menu-blog-navigation,
    #header .menu-right {
        list-style: none;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0;
        padding: 0;
    }

    #header #menu .menu-item .sub-menu {
        position: relative;
    }

    #header .menu-right {
        border-top: 1px solid #19a0cc;
    }

    #header .menu-item a,
    #header .login {
        display: block;
        margin-top: 0.7rem;
        margin-bottom: 0.7rem;
        padding: 1.3rem 0;
        color: #002b4c;
        font-size: 1.4rem;
        font-weight: 400;
        text-decoration: none;
    }

    #header .menu-item a:hover,
    #header .login:hover {
        color: #19a0cc;
    }

    #header .get-started {
        text-align: center;
    }
}

@media (max-width: 50em) {
    .home-link {
        display: none;
    }

    #get-started {
        display: none;
    }

    #hamburger-mobile.hamburger-mobile-show {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    #hamburger-mobile {
        padding-left: 2rem;
    }
}

@media (max-width: 31.25em) {
    #cateogries-modal ul {
        padding: 0;
        list-style: none;
        text-align: left;
    }
}

@media (max-width: 25em) {

    .categories,
    .subscribe {
        font-size: 1.4rem;
    }
}

#footer {
    background-color: #002b4c;
}

.padding---medium {
    padding: 7.143vw;
}

.stackable---top {
    padding-bottom: 0;
}

.footer-grid {
    display: -ms-grid;
    display: grid;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-column-gap: 3.571vw;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.footer-grid .menu {
    padding-left: 0;
    list-style: none;
    margin-top: 0;
    margin-bottom: 1rem;
}

.footer-grid .menu-item {
    margin-bottom: 5px;
    padding-bottom: 8px;
}

.footer-grid .menu-item a {
    color: #daf7ff;
    font-size: 15px;
    line-height: 150%;
    font-weight: 400;
    text-decoration: none;
}

.footer-grid .menu-item a:hover {
    color: white;
}

.footer-grid .menu-item.menu-label a {
    font-size: 2.5rem;
    color: #19a0cc;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 1.6rem;
    font-family: "proxima-nova", sans-serif;
}

.footer-social-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
}

.footer-social-links .footer-social-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 25px;
    height: 25px;
    margin-right: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 999px;
    background-color: #19a0cc;
    font-family: "Font Awesome Brands", sans-serif;
    color: #002b4c;
    font-size: 16px;
    line-height: 100%;
    font-weight: 100;
    text-decoration: none;
}

.footer-social-links .footer-social-icon:hover {
    background-color: #fab84e;
}

.footer-social-links .footer-social-icon svg {
    width: 25px;
    height: 20px;
    fill: #002b4c;
}

.footer-social-links .footer-social-icon svg.icon-instagram {
    height: 16px;
    width: 15px;
}

.footer-social-links .footer-social-icon svg.icon-linked-in {
    width: 15px;
}

.spacing---medium {
    margin-bottom: 7.143vw;
}

.copyright {
    color: #19a0cc;
}

.horizontal-rule {
    width: 100%;
    height: 1px;
    background-color: #19a0cc;
}

.footer-closing {
    color: #daf7ff;
}

.footer-closing h4 {
    font-weight: 400;
    margin: 0 0 3.571vw;
}

.footer-photo-wrapper {
    width: 50vw;
    margin-right: auto;
    margin-left: auto;
}

.footer-photo-wrapper img {
    display: block;
    margin-top: 3.571vw;
    -webkit-box-shadow: 0 0 2vw 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 2vw 0 rgba(0, 0, 0, 0.15);
}

@media (max-width: 47.9375em) {
    .footer-grid {
        grid-template-columns: 1fr;
    }

    .padding-mobile---none {
        padding: 0;
    }
}

.card {
    max-width: 100%;
    width: 100%;
}

.card .label {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 1rem;
}

.card .label .category {
    text-decoration: none;
    font-weight: 700;
    margin-right: 1.3rem;
}

.card .label .category:hover {
    border-bottom: 1px solid #002b4c;
    color: #002b4c;
}

.card .label .category-on-cat-page {
    text-decoration: none;
    font-weight: 700;
    margin-right: 1.3rem;
}

.card .label-mobile {
    display: none;
}

.card .featured-image {
    max-width: 100%;
    width: 100%;
    height: 21.2rem;
    overflow: hidden;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.card .featured-image img {
    width: auto;
    height: 21.2rem;
    position: relative;
    top: 0;
    -webkit-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}

.card .featured-image.img-hover:hover {
    outline: 4px solid #ffc481;
}

.card .featured-image.img-hover:hover img:hover {
    top: -1.6rem;
    height: 24rem;
}

.card h3 {
    margin: 2rem 0 0 0;
    font-weight: 400;
    line-height: 126%;
}

.card h3 a {
    color: #002b4c;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.card h3 a:hover {
    color: #19a0cc;
    text-decoration: underline;
}

.card .details {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 0.6rem;
}

.card .details .author {
    margin-right: 1.3rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 13rem;
}

.card .details .author a {
    color: #002b4c;
    text-decoration: none;
}

.card .details .author a:hover {
    border-bottom: 1px solid #19a0cc;
    color: #19a0cc;
}

.plain-card .category {
    text-decoration: none;
}

.plain-card h3,
.plain-card h4 {
    margin: 1rem 0 0 0;
}

.plain-card h3 a,
.plain-card h4 a {
    color: #002b4c;
    text-decoration: none;
}

.ad-card {
    background: #e5eafd;
    padding: 2.7rem 5.4rem;
}

.ad-card.ad-card--large {
    padding: 5.4rem;
}

.ad-card h3 {
    margin: 0 0 2rem 0;
}

@media (max-width: 34.375em) {
    .card.basic {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-width: 100%;
    }

    .card.basic .featured-image {
        max-width: 10rem;
        height: 10rem;
    }

    .card.basic .featured-image img {
        width: auto;
        height: 10rem;
        position: relative;
        top: 0;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

    .card.basic .card-content {
        margin-left: 2rem;
    }

    .card.basic .label {
        display: none;
    }

    .card.basic .label.label-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 0;
        line-height: 1;
    }

    .card.basic h3 {
        margin: 0;
        font-size: 2.4rem;
    }

    .card.basic h3 a {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .card.basic .details {
        margin: 0;
    }
}

@media (max-width: 25em) {
    .card.basic .featured-image {
        display: none;
    }

    .card.basic .card-content {
        margin-left: 0;
    }
}

.mega-card {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    max-width: 100%;
    width: 100%;
}

.mega-card .card-left .label {
    display: none;
}

.mega-card .featured-image {
    max-width: 70rem;
    height: 34.2rem;
}

.mega-card .featured-image img {
    height: 34.2rem;
}

.mega-card .featured-image.img-hover:hover img:hover {
    top: -1.6rem;
    height: 38rem;
}

.mega-card .card-right {
    padding: 2rem 4rem;
}

.mega-card h3 {
    margin: 1rem 0 0 0;
}

.mega-card .excerpt p a {
    color: #002b4c;
    text-decoration: none;
}

.mega-card .excerpt p a:hover {
    color: #19a0cc;
    text-decoration: underline;
}

.mega-card .more-link {
    text-decoration: none;
}

@media (max-width: 78.125em) {
    .mega-card .featured-image {
        max-width: 40vw;
        height: 34.2rem;
    }

    .mega-card .featured-image img {
        height: 34.2rem;
    }
}

@media (max-width: 53.125em) {
    .mega-card {
        display: block;
    }

    .mega-card .card-left .label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .mega-card .featured-image {
        max-width: 100%;
        height: auto;
    }

    .mega-card .featured-image a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .mega-card .featured-image.img-hover:hover img:hover {
        top: 0;
        height: 34.2rem;
    }

    .mega-card .card-right {
        padding: 2rem 0;
    }

    .mega-card .card-right .label,
    .mega-card .card-right .excerpt {
        display: none;
    }
}

.entry-card {
    max-width: 100%;
    position: relative;
    background: #f6f8f8;
    background: -webkit-gradient(linear, left top, right top, color-stop(70%, white), color-stop(70%, #f6f8f8), to(#f6f8f8));
    background: linear-gradient(90deg, white 70%, #f6f8f8 70%, #f6f8f8 100%);
}

.entry-card .content {
    max-width: 50%;
    padding: 8.4rem 5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 43rem;
}

.entry-card h1 {
    margin-bottom: 2rem;
}

.entry-card .image-container {
    max-width: 50%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.entry-card .featured-image {
    max-width: 100%;
    height: 34.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.entry-card .featured-image img {
    height: 34.2rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    object-fit: cover;
}

@media (max-width: 62.5em) {
    .entry-card {
        background: unset;
        display: block;
    }

    .entry-card .content,
    .entry-card .image-container {
        max-width: 100%;
        padding: 2rem 4rem 4rem;
    }

    .entry-card .content {
        min-height: auto;
    }

    .entry-card .image-container {
        padding: 0 4rem;
    }

    .entry-card .featured-image {
        max-width: 100%;
        height: auto;
    }

    .entry-card .featured-image img {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 43.75em) {

    .entry-card .content,
    .entry-card .image-container {
        padding: 2rem 0;
    }
}

.modal {
    background: #f6f8f8;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    z-index: -800;
}

.modal-content {
    padding: 1em 0.75em;
    position: relative;
    margin: 1em auto;
    max-width: 50rem;
    width: 90%;
}

.modal-content-center {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%;
}

@media (min-height: 37.5em) {
    .modal-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.modal-content {
    padding: 1.75em;
}

.modal-content #cateogries-modal,
.modal-content #search-modal,
.modal-content #subscribe-model {
    display: none;
}

.modal-content #cateogries-modal.modal-content-show,
.modal-content #search-modal.modal-content-show,
.modal-content #subscribe-model.modal-content-show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.modal-content #cateogries-modal {
    list-style: none;
}

.modal-content #cateogries-modal a {
    display: block;
    color: #002b4c;
    text-decoration: none;
    padding: 1rem 0;
}

.modal-content #search-modal {
    width: 100%;
}

.modal-content #search-modal .search-form {
    margin-top: 3rem;
    width: 100%;
}

.modal-content #search-modal .search-field {
    width: 100%;
    display: block;
    background-image: url("/wp-content/themes/shootproof/svg/search.svg");
    background-repeat: no-repeat;
    background-position: right 2rem center;
    outline: 0;
}

.modal-content #subscribe-model .subscribe,
.modal-content #subscribe-model .subscribe-tags {
    width: 50%;
    padding: 5rem 16rem;
    text-align: left;
}

.modal-content #subscribe-model .subscribe {
    border-right: 0.1rem solid rgba(12, 84, 125, 0.2);
}

.modal-content #subscribe-model .subscribe ._form_element input {
    font-size: 1.7rem;
    height: 6.3rem;
    border: 0;
    width: 100%;
    padding-left: 1rem;
    border-bottom: 0.1rem solid #c0c0c0;
    margin-top: 5rem;
    margin-bottom: 2.4rem;
}

.modal-content #subscribe-model .subscribe #_form_25_submit,
.modal-content #subscribe-model .subscribe ._form_25_submit {
    width: 100% !important;
    text-align: center !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
}

.modal-content #subscribe-model .subscribe #_form_25_submit:after {
    content: "\27F6" !important;
    padding-left: 0.5rem !important;
}

.modal-content #subscribe-model .subscribe-tags .subscribe-tags-buttons {
    margin-top: 5rem;
    gap: 2rem;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.modal-content #subscribe-model .subscribe-tags .subscribe-tags-buttons .button {
    margin-bottom: 5rem;
}

.modal {
    opacity: 0;
    overflow: hidden;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transition: all 0.75s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.75s cubic-bezier(0.19, 1, 0.22, 1);
}

.modal-open {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.75s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.75s cubic-bezier(0.19, 1, 0.22, 1);
    z-index: 800;
}

#modal-close {
    position: absolute;
    top: 2rem;
    right: 2rem;
    z-index: 9;
}

@media (max-width: 109.375em) {
    .modal-content #subscribe-model .subscribe-tags .subscribe-tags-buttons .button {
        margin-bottom: 2rem;
        padding: 0.5rem 1rem;
        font-size: 1.2rem;
    }
}

@media (max-width: 81.25em) {
    .modal-content #subscribe-model .subscribe-tags {
        display: none;
    }

    .modal-content #subscribe-model .subscribe {
        width: 100%;
        max-width: 50rem;
        padding: 0;
        border-right: 0;
    }

    .modal-content-center {
        max-width: 50rem;
    }
}

.blog .headline {
    margin: 4rem auto 10rem;
}

.external {
    padding-top: 10rem;
    border-top: 0.1rem solid #e5e5e5;
}

.external .social-card {
    background: #f6f8f8;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2.2rem 4.4rem;
}

.external .social-card .footer-social-links {
    margin: 2rem 0;
}

.external .social-card .footer-social-links .footer-social-icon {
    width: 5.2rem;
    height: 5.2rem;
}

.external .social-card .footer-social-links .footer-social-icon svg {
    height: 3rem;
    width: 3rem;
}

.external .social-card .footer-social-links .footer-social-icon svg.icon-instagram {
    height: 3.2rem;
    width: 3rem;
}

.external .social-card .footer-social-links .footer-social-icon svg.icon-linked-in {
    width: 3rem;
}

.external .social-card .footer-social-links .footer-social-icon {
    background-color: unset;
}

.external .social-card .footer-social-links .footer-social-icon:hover {
    background-color: #daf7ff;
}

@media (max-width: 43.75em) {
    #cards.container {
        padding: 0;
    }
}

.single .entry-card {
    margin-bottom: 4rem;
    z-index: 0;
}

.single .content-section {
    background: white;
    padding: 5rem 0;
}

.single .content-inner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.single .copy {
    width: 60%;
    padding: 0 5rem;
}

.single .copy div,
.single .copy blockquote {
    margin: 3rem 0;
}

.single .copy .wp-block-image,
.single .copy img {
    margin: 1.5rem 0 0;
}

.single .copy .wp-block-quote p {
    font-family: "proxima-nova", sans-serif;
    font-size: 2rem;
    line-height: 150%;
}

.single .copy .wp-block-quote cite {
    font-style: normal;
}

.single .copy hr {
    border: 0;
    border-bottom: 0.1rem solid rgba(12, 84, 125, 0.2);
    margin: 4rem 0;
}

.single .copy .wp-caption img {
    margin-bottom: 0;
}

.single .copy .wp-caption-text {
    margin-top: 0;
}

.single .copy div,
.single .copy img {
    width: 100% !important;
    height: auto;
}

.single .copy iframe {
    width: 100% !important;
    height: 40rem;
}

.single .copy blockquote {
    padding: 4rem 5rem;
    background: #daf7ff;
}

.single .related-tags .button {
    margin-right: 1rem;
    margin-bottom: 1rem;
}

.single .sidebar {
    width: 20%;
    margin: 2rem 0;
}

.single .sidebar .plain-card {
    padding: 1.2rem;
}

.single .sidebar .plain-card h4 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.single .sidebar .plain-card:hover {
    background: #daf7ff;
}

.single .sidebar .sidebar-seperator-line {
    background: #e5e5e5;
    height: 0.1rem;
    margin: 0 1.2rem;
}

.single .sidebar .common-cat {
    padding-bottom: 2rem;
}

.single .sidebar .common-cat h5 {
    padding: 0 1.2rem;
}

.single .sidebar .common-cat .category {
    text-decoration: none;
}

.single .sidebar .webinar {
    padding: 2rem 0;
}

.single .sidebar .subscribe,
.single .sidebar .social {
    padding: 0 1.2rem 2rem 1.2rem;
}

.single .sidebar .related-tags {
    padding: 2.6rem 1.2rem 3rem;
}

.single .sidebar .related-tags h5 {
    margin-bottom: 2rem;
}

.single .sidebar .related-tags .button {
    padding: 0.5rem 1rem;
    margin-right: 1rem;
    margin-bottom: 1rem;
}

.single .sidebar ._form-content {
    /* display: -webkit-box;
    display: -ms-flexbox; */
    display: block;
}

.single .sidebar ._form_element input {
    height: 4rem !important;
    background: #f6f8f8 !important;
    border: 0 !important;
    width: 17rem !important;
    padding-left: 1rem !important;
}

.single .sidebar #_form_25_submit {
    padding: 8px 30px 8px 29px !important;
}

.single .footer-social-links.big-icons {
    margin: 2rem 0;
}

.single .footer-social-links.big-icons .footer-social-icon {
    width: 5.2rem;
    height: 5.2rem;
}

.single .footer-social-links.big-icons .footer-social-icon svg {
    height: 3rem;
    width: 3rem;
}

.single .footer-social-links.big-icons .footer-social-icon svg.icon-instagram {
    height: 3.2rem;
    width: 3rem;
}

.single .footer-social-links.big-icons .footer-social-icon svg.icon-linked-in {
    width: 3rem;
}

.single .footer-social-links.big-icons .footer-social-icon {
    background-color: unset;
}

.single .footer-social-links.big-icons .footer-social-icon:hover {
    background-color: #daf7ff;
}

.single .closing-content,
.single .closing-content-inner {
    margin-top: 5rem;
}

.single .closing-external {
    max-width: 30%;
}

.single .closing-external .card {
    width: 100%;
}

.single .closing-external .external-card {
    margin-bottom: 5rem;
}

@media (max-width: 76.875em) {
    .single .closing-external {
        max-width: 45%;
    }
}

@media (max-width: 75em) {
    .single .entry-card {
        margin-bottom: 0;
    }

    .single .content-section {
        padding-top: 0;
    }

    .single .copy {
        width: 100%;
    }

    .single .sidebar {
        display: none;
    }
}

@media (max-width: 62.5em) {
    #content.single-content {
        background: #f6f8f8;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(40rem, #f6f8f8), color-stop(40rem, white), to(white));
        background: linear-gradient(180deg, #f6f8f8 40rem, white 40rem, white 100%);
    }

    .single .entry-card {
        margin-bottom: 0;
    }

    .single .content-section {
        padding-top: 0;
    }

    .single .copy {
        width: 100%;
    }

    .single .sidebar {
        display: none;
    }
}

@media (max-width: 53.125em) {
    .single .closing-content-inner {
        padding: 3.5rem 0 0;
    }

    .single .closing-external {
        max-width: 100%;
    }
}

@media (max-width: 43.75em) {
    .single .copy {
        padding: 0;
    }
}

@media (max-width: 62.5em) {
    .single .closing-content-inner {
        padding: 3.5rem 0 0;
    }
}

.search .header {
    margin: 5rem;
}

.search .header h1 {
    margin-bottom: 3rem;
}

.search .header .search-field {
    max-width: 61rem;
    width: 100%;
    padding: 1.5rem 2rem;
}

.search .results {
    background: white;
    padding: 3rem 0 0;
}

.search .results .results-for {
    padding: 0 0 6rem;
    margin: 0;
}

.category .entry-title,
.author .entry-title,
.tag .entry-title {
    margin: 5rem 0 8rem;
}

html body .bm-top-hat {
    background-color: #002B4C;
    color: #F6F8F8;
    position: relative;
    z-index: 11;
    height: 82px;
    font-family: "proxima-nova", sans-serif;
}

@supports (position: sticky) {
    html body .bm-top-hat {
        position: sticky;
        top: 0;
    }
}

html body .secondary-nav {
    top: 82px;
}

html body #top-hat-header .mobile-header-text,
.mobile-text {
    display: none !important;
}
@media screen and (max-width: 768px) {
	.mobile-text  {
        display: block !important;
    }
}

html body #top-hat-header {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    height: 100%;
}

html body #top-hat-header a {
    background-color: #fab84e;
    padding: 7px 42px;
    text-decoration: none;
    color: #002b4c;
    display: block;
    font-weight: 600;
    border-radius: 25px;
}

html body #top-hat-header a:hover {
    background-color: #ffc481;
}

html body #top-hat-header p {
    margin-right: 4%;
    display: block;
}

@media screen and (max-width: 991px) {
    html body .bm-top-hat {
        height: 75px;
    }

    html body #top-hat-header .mobile-header-text {
        display: inline-block !important;
    }


    html body #top-hat-header .desktop-header-text {
        display: none !important;
    }

    html body #top-hat-header {
        font-size: 1.2rem;
        font-weight: bold;
    }

    html body .secondary-nav {
        top: 65px;
    }

    html body #top-hat-header a {
        padding: 5px 30px;
        font-weight: bold;
    }
}

@media screen and (max-width: 800px) {
    html body #top-hat-header a {
        /*padding: .8rem 2.6rem;*/
    }
}

@media screen and (max-width: 480px) {
    html body #top-hat-header a {
        padding: 0.28rem 1.41rem;
    }

    html body #top-hat-header {
        justify-content: space-around;
        letter-spacing: 0.5px;
    }

    html body #top-hat-header p {
        margin-right: 0;
    }
}

@media screen and (max-width: 350px) {
    html body #top-hat-header a {
        padding: 0 6px;
    }

    html body #top-hat-header {
        padding: 0 8px;
    }

    html body #top-hat-header a {
        padding: .28rem 1rem;
        letter-spacing: 0;
    }
}

.in-line-cta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 2rem 3rem;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    background-color: #e5eafd;
    color: #002b4c;
    text-decoration: none;
}

.in-line-cta > .wp-block-column {
    margin: 0 !important;
}

@media screen and (max-width: 768px) {
    .in-line-cta > .wp-block-column > .wp-block-kadence-advancedbtn {
        margin: 0;
    }
}

.in-line-cta.dark-blue {
    background-color: #002b4c;
    color: #f6f8f8;
}

.in-line-cta.light-blue {
    background-color: #daf7ff;
    color: #002b4c;
}

.in-line-cta.purple {
    background-color: #e5eafd;
    color: #002b4c;
}

.in-line-cta-btn-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 35%;
    -ms-flex: 0 35%;
    flex: 0 35%;
}

.in-line-cta-heading {
    font-family: utopia-std-display, serif;
    font-size: 27px;
    font-weight: 400;
    margin-right: 7%;
    margin-bottom: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 65%;
    -ms-flex: 0 65%;
    flex: 0 65%;
    font-size: 30px;
}

.button.button--gold.gold-text {
    color: #7a4006;
}

@media screen and (max-width: 1346px) {
    .in-line-cta-heading {
        font-size: 27px;
        margin-right: 5%;
    }
}

@media screen and (max-width: 75em) {
    .in-line-cta {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .in-line-cta-heading-wrapper {
        padding-right: 60px;
    }

    .in-line-cta-btn-wrapper {
        -webkit-flex-basis: 28%;
        -ms-flex-preferred-size: 28%;
        flex-basis: 28%;
    }

    .in-line-cta-heading {
        margin-right: 5%;
        -webkit-flex-basis: 72%;
        -ms-flex-preferred-size: 72%;
        flex-basis: 72%;
    }
}

@media screen and (max-width: 767px) {
    .in-line-cta-heading {
        font-size: 26px;
    }

    .in-line-cta {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .in-line-cta-heading-wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-right: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .in-line-cta-btn-wrapper {
        margin: 2rem !important;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .in-line-cta-heading {
        margin-right: 0px;
        text-align: center;
    }
}

.footer_heading {
    letter-spacing: 0;
    text-transform: none;
    margin-bottom: .5rem;
    font-family: utopia-std-display, sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 130%;
}

.footer_link a {
     color: var(--darkest-blue);
     margin-bottom: .5rem;
     font-size: .875rem;
     font-weight: 400;
     line-height: 150%;
     text-decoration: none;
}
.footer_link {
  margin-bottom: .5rem;
}
.footer_link a:hover {
    color: var(--aqua);
}
.footer_links-column ul {
  list-style-type: none;
  padding:0;
  margin:0;
}

.footer_phone-link {
    color: var(--darkest-blue);
    font-weight: 400;
}

.text-size-small {
    font-size: .875rem;
    /* font-size: 1.5rem; */
    line-height: 140%;
}

.footer_bottom-wrapper {
    /* justify-content: space-between; */
    padding-top: 2rem;
    padding-bottom: 2rem;
    /* display: flex; */
}

.footer_bottom-wrapper .wp-block-navigation {
    gap: 30px;
}

.navbar_button {
    border: 2px solid var(--gold) !important;
    background-color: var(--gold) !important;
    color: var(--gold-burnt) !important;
    text-align: center;
    white-space: nowrap;
    border-radius: 30px !important;
    flex: 0 auto;
    margin-bottom: 0;
    padding: .85rem 1.75rem !important;
    font-size: 1rem !important;
    line-height: 150% !important;
    text-decoration: none !important;
}

.menu-button-gold a {
    border: 2px solid var(--gold) !important;
    background-color: var(--gold) !important;
    color: var(--gold-burnt) !important;
    text-align: center !important;
    white-space: nowrap !important;
    border-radius: 30px !important;
    flex: 0 auto !important;
    padding: .85rem 1.75rem !important;
    font-size: 1.7rem !important;
    line-height: 100% !important;
    text-decoration: none !important;
    margin: 0 20px !important;
}

@media only screen and (max-width: 768px) {
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link,
    #mega-menu-wrap-menu-2 #mega-menu-menu-2 > li.mega-menu-item > a.mega-menu-link  {
       font-family: utopia-std-display, sans-serif;
       font-size: 1.75rem;
    }
    .menu-button-gold a {
      font-family: "proxima-nova", sans-serif !important;
      font-size:1rem !important;
      line-height: 150% !important;
    }
    .menu-login {
        border-top: 1px solid var(--aqua);
    }
    /* .site-header {
        position: sticky !important;
        top: 0;
        background-color: #fff;
        transition: 0.3s ease background-color;
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    } */
    #mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open + #mega-menu-menu-1,
    #mega-menu-wrap-menu-2 .mega-menu-toggle.mega-menu-open + #mega-menu-menu-2 {
        top: 75px !important;
    }
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu,
    #mega-menu-wrap-menu-2 #mega-menu-menu-2 > li.mega-menu-flyout ul.mega-sub-menu {
		box-shadow: none !important;
	}
}
