:root {
    --SmallWidth: 800px;
    --Width: 960px;
    --LargeWidth: 1220px;
    --xLargeSpacing: 64px;
    --LargeSpacing: 45px;
    --Spacing: 40px;
    --SmallSpacing: 32px;
    --xSmallSpacing: 20px;
    --Blue: #0c2280;
    --Red: #931f00;
    --RedLight: #de5e3b;
    --Yellow: #fad401;
    --White: #fff;
    --GreyLight: #f0f1f6;
    --Grey: #6c757f;
    --GreyDark: #6c757f;
    --Black: #202831
}

@font-face {
    font-family: Oswald;
    src: url(../fonts/Oswald-VariableFont_wght.ttf) format("truetype")
}

@font-face {
    font-family: Roboto;
    src: url(../fonts/Roboto/Roboto-Regular.ttf) format("truetype")
}

h1,h2,h3,h4 {
    font-family: Oswald;
    font-weight: 450;
    color: var(--Blue);
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.15
}

p {
    color: var(--Grey);
    font-family: Roboto;
    font-size: 16px;
    line-height: 1.66;
    margin: 0 0 var(--xSmallSpacing);
}

section {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

main {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: start;
    align-items: flex-start;
}

.menu.resource-menu {
    padding: 0;
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    font-style: normal
}

/*nav ul li {*/
/*    list-style: none;*/
/*    padding: 0*/
/*}*/

.bullet-list {
    font-family: Roboto;
    font-size: 18px;
    font-style: italic;
    line-height: 1.33;
    letter-spacing: 1px;
    margin: var(--xSmallSpacing) 0;
    padding: 0 0 0 .25em
}

ul.bullet-list> li {
    margin: .5em 0;
    position: relative;
    list-style: none;
    color: var(--Grey);
    padding: 0 0 0 1.25em;
    text-align: left;
}

ul.bullet-list li:before {
    content: "";
    display: inline-block;
    margin-right: .65em;
    width: .875em;
    height: .875em;
    background-image: url(../images/icons/bullet.svg);
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 5px
}

div.page-title {
    width: 100%;
    height: auto;
    min-height: 500px;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    color: var(--White);
    background-color: rgba(67,102,144,.5);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    /*margin-top: 95px*/
}

div.page-title>section {
    position: relative;
    max-width: var(--LargeWidth);
    text-align: center;
    z-index: 3
}

div.page-title>section>:first-child {
    margin-top: 0
}

div.page-title>section>:last-child {
    margin-bottom: 0
}

div.page-title>section p {
    font-size: 24px;
    color: var(--White)
}

body.search-results div.page-title section {
    max-width: var(--LargeWidth)
}

body.search-results div.page-title section h1 {
    color: var(--Grey);
    text-align: left
}
 div.page-title>section p {
        font-size: 32px
    }
    
.page-title.is-slider {
    margin-bottom: var(--xLargeSpacing);
    min-height: 600px
}

.page-title.is-slider .slide>div {
    width: 100%;
    height: auto;
    min-height: 600px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
    color: var(--White);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.page-title.is-slider .slide>div section {
    width: 100%;
    float: right;
    z-index: 100;
    padding: var(--xSmallSpacing);
    margin: var(--xSmallSpacing);
    /*border-radius: 10px;*/
    background-color: hsla(0,0%,100%,.9)
}

.page-title.is-slider .slide>div section h1 {
    font-size: 60px;
    color: var(--Blue);
    margin: 0
}

.page-title.is-slider .slide>div section h2 {
    color: var(--Grey);
    font-family: Roboto;
    font-weight: 400;
    font-size: 24px;
    margin: .5em 0
}

.page-title.is-slider .slide>div section p {
    font-size: 16px
}

.page-title.is-slider .slide>div section .button {
    margin: 0
}

.slick-slider {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    text-align: left;
}

.slick-list,.slick-slider {
    position: relative;
    display: block
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,.slick-slider .slick-track {
    transform: translateZ(0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,.slick-track:before {
    display: table;
    content: ""
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

section.standard-cards {
    width: 90%;
    max-width: var(--Width);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start
}

section.standard-cards .card {
    width: 100%;
    margin: 0 0 var(--LargeSpacing)
}

section.standard-cards .card:nth-child(odd) {
    margin-right: 4%
}

section.standard-cards .card>:first-child {
    margin-top: 0
}

section.standard-cards .card>:last-child {
    margin-bottom: 0
}

section.standard-cards .card>div:first-child {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    height: 240px
}

section.standard-cards .card h3 {
    margin: 1em 0 .5em
}
section.product-cards {
    width: 100%;
    max-width: var(--LargeWidth);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

section.product-cards .product {
    width: 100%;
    height: 325px;
    margin: 0 1% var(--xSmallSpacing);
    position: relative;
    perspective: 1000px;
}

@media (min-width: 500px){
section.product-cards .product {
    width: 48%;
}}

@media (min-width: 800px){
section.product-cards .product {
    width: 23%;
}}

section.product-cards .product .container {
    transition: .6s;
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform .8s;
    transform-style: preserve-3d;
}

@media (min-width: 576px){
.container, .container-sm {
    max-width: 540px;
}}

@media (min-width: 768px){
.container, .container-md, .container-sm {
    max-width: 720px;
}}

@media (min-width: 992px){
.container, .container-lg, .container-md, .container-sm {
    max-width: 960px;
}}

@media (min-width: 1200px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1400px;
}}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    /*--bs-gutter-x: 1.5rem;*/
    /*--bs-gutter-y: 0;*/
    width: 100%;
    /*padding-right: calc(var(--bs-gutter-x) * .5);*/
    /*padding-left: calc(var(--bs-gutter-x) * .5);*/
    margin-right: auto;
    margin-left: auto;
}

section.product-cards .product .container .front {
    background-color: var(--White);
    padding: 10px 10px 60px;
    /*border-radius: 6px;*/
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.4);
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: rotateY(0deg);
}

section.product-cards .product .container .back {
    background-color: var(--GreyLight);
    padding: var(--xSmallSpacing) var(--xSmallSpacing) 60px;
    /*border-radius: 6px;*/
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.4);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: rotateY(180deg);
}

section.product-cards .product .container .front .image {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    height: 150px;
}

section.product-cards .product .container .front .image img {
    height: auto;
    max-height: 100%;
    width: auto;
    max-width: 100%;
}

section.product-cards .product .container .front h3 {
    font-size: 22px;
    margin: 0.5em 0 0.75em;
    line-height: 1.1;
    padding: 0 10px;
}

section.product-cards .product .container .front button {
    left: 50%;
    transform: translateX(-50%);
}

section.product-cards .product .container button {
    background-color: transparent;
    border-radius: 0;
    border: none;
    color: var(--Grey);
    padding: 0;
    margin: 0 auto;
    position: absolute;
    bottom: 1.25em;
    text-transform: uppercase;
}

 div.product {
    padding: 0px !important;
  }

div.flip-cards {
    width: 100%;
    /*max-width: var(--LargeWidth);*/
    display: -ms-flexbox;
    /*display: flex;*/
    -ms-flex-wrap: wrap;
    /*flex-wrap: wrap;*/
    -ms-flex-pack: start;
    justify-content: center
}

div.flip-cards .col-12 .card {
    width: 100%;
    height: 400px;
    margin: 0 1% var(--xSmallSpacing);
    position: relative;
    perspective: 1000px
}

div.flip-cards .card .container {
    transition: .6s;
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform .8s;
    transform-style: preserve-3d
}

div.flip-cards .card .container>a {
    text-decoration: none
}

div.flip-cards .card .container a.front {
    transition: all 1s ease-in-out
}

div.flip-cards .card .container a.front:active,div.flip-cards .card .container a.front:focus,div.flip-cards .card .container a.front:hover {
    transform: scale(1.05)
}

div.flip-cards .card .container .front {
    background-color: var(--GreyLight);
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    /*border-radius: 6px;*/
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: rotateY(0deg);
    cursor: pointer
}

div.flip-cards .card .container .front>span {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /*border-radius: 6px;*/
    background-color: rgba(32,40,49,.35);
    display: block
}

div.flip-cards .card .container .front>div {
    z-index: 2
}

div.flip-cards .card .container .front h3 {
    color: var(--White);
    font-size: 40px;
    margin: .5em 0 .75em;
    line-height: 1.1;
    padding: 0 10px
}

div.flip-cards .card .container .front button {
    background-color: transparent;
    border-radius: 0;
    border: none;
    color: var(--Yellow);
    padding: 0;
    margin: 0 auto;
    text-transform: uppercase;
    font-weight: 500;
    font-size: large;
}

div.flip-cards .card .container .front p {
    color: var(--Yellow);
    text-transform: uppercase;
    font-family: Oswald;
    letter-spacing: 1px
}

div.flip-cards .card .container .back,div.flip-cards .card .container .front a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

div.flip-cards .card .container .back {
    background-color: var(--GreyLight);
    padding: var(--xSmallSpacing) var(--xSmallSpacing) 60px;
    /*border-radius: 6px;*/
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.4);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: rotateY(180deg)
}

div.flip-cards .card .container .back h3 {
    margin: 0
}

div.flip-cards .card .container .back hr {
    width: 65px;
    margin: 1em 0
}

div.flip-cards .card .container .back p {
    font-size: 16px
}

div.flip-cards .card .container .back .buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    bottom: 1.25em;
    width: calc(100% - 40px)
}

div.flip-cards .card .container .back .buttons button {
    background-color: transparent;
    border-radius: 0;
    border: none;
    color: var(--Grey);
    padding: 0;
    margin: 0
}

div.flip-cards .card .container .back .buttons .button {
    margin: 0
}

div.flip-cards .card.is-flipped .container {
    transform: rotateY(180deg)
}

section.product-cards .product.is-flipped .container {
    transform: rotateY(180deg)
}

div.icons {
    width: 90%;
    max-width: var(--LargeWidth);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center
}

div.icons>h2 {
    font-size: 30px;
    border-bottom: 4px solid var(--Yellow);
    padding: .5em 2em
}

div.icons .icon-grid {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start
}

div.icons .icon-grid,div.icons .icon-grid .icon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

div.icons .icon-grid .icon {
    width: 48%;
    margin: 0 1%;
    margin-bottom: var(--LargeSpacing);
    -ms-flex-pack: center;
    justify-content: center
}

div.icons .icon-grid .icon img {
    width: auto;
    height: 80px
}

div.icons.is-small {
    max-width: var(--Width)
}

div.icons.is-small .icon {
    margin-bottom: 14px;
    width: 31%
}

.btn {
    font-family: Oswald;
}

div .image-links a {
    width: 100%;
    display: block;
    border-radius: 6px;
    margin-bottom: 10px;
    padding: 18px;
    background-color: var(--Grey);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    color: var(--White);
    font-size: 24px;
    font-family: Oswald;
    text-align: center;
    text-decoration: none;
    position: relative
}

div .image-links a span {
    position: relative;
    z-index: 2
}

div .image-links a:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(32,40,49,.35)
}

div .image-links a:active,div .image-links a:focus,div .image-links a:hover {
    text-decoration: underline
}

.feed {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 90%;
    max-width: var(--LargeWidth)
}

.preview-resource img {
    width: 100%;
    height: auto;
}

.preview-resource {
    /*width: 100%;*/
    margin: 0 1% var(--xLargeSpacing);
}

@media {
    html.with-featherlight {
        overflow: hidden
    }

    .featherlight {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 2147483647;
        text-align: center;
        white-space: nowrap;
        cursor: pointer;
        background: #333;
        background: 0 0
    }

    .featherlight:last-of-type {
        background: rgba(0,0,0,.8)
    }

    .featherlight:before {
        content: "";
        display: inline-block;
        height: 100%;
        vertical-align: middle
    }

    .featherlight .featherlight-content {
        position: relative;
        text-align: left;
        vertical-align: middle;
        display: inline-block;
        overflow: auto;
        padding: 25px 25px 0;
        border-bottom: 25px solid transparent;
        margin-left: 5%;
        margin-right: 5%;
        max-height: 95%;
        background: #fff;
        cursor: auto;
        white-space: normal
    }

    .featherlight .featherlight-inner {
        display: block
    }

    .featherlight link.featherlight-inner,.featherlight script.featherlight-inner,.featherlight style.featherlight-inner {
        display: none
    }

    .featherlight .featherlight-close-icon {
        position: absolute;
        z-index: 9999;
        top: 0;
        right: 0;
        line-height: 25px;
        width: 25px;
        cursor: pointer;
        text-align: center;
        font-family: Arial,sans-serif;
        background: #fff;
        background: hsla(0,0%,100%,.3);
        color: #000;
        border: none;
        padding: 0
    }

    .featherlight .featherlight-close-icon::-moz-focus-inner {
        border: 0;
        padding: 0
    }

    .featherlight .featherlight-image {
        width: 100%
    }

    .featherlight-iframe .featherlight-content {
        border-bottom: 0;
        padding: 0;
        -webkit-overflow-scrolling: touch;
        overflow-y: scroll
    }

    .featherlight iframe {
        border: none
    }

    .featherlight * {
        box-sizing: border-box
    }

    .featherlight-next,.featherlight-previous {
        display: block;
        position: absolute;
        top: 25px;
        right: 25px;
        bottom: 0;
        left: 80%;
        cursor: pointer;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background: 0 0
    }

    .featherlight-previous {
        left: 25px;
        right: 80%
    }

    .featherlight-next:hover,.featherlight-previous:hover {
        background: hsla(0,0%,100%,.25)
    }

    .featherlight-next span,.featherlight-previous span {
        display: none;
        position: absolute;
        top: 50%;
        left: 5%;
        width: 82%;
        text-align: center;
        font-size: 80px;
        line-height: 80px;
        margin-top: -40px;
        text-shadow: 0 0 5px #fff;
        color: #fff;
        font-style: normal;
        font-weight: 400
    }

    .featherlight-next span {
        right: 5%;
        left: auto
    }

    .featherlight-next:hover span,.featherlight-previous:hover span {
        display: inline-block
    }

    .featherlight-first-slide.featherlight-last-slide .featherlight-next,.featherlight-first-slide.featherlight-last-slide .featherlight-previous,.featherlight-loading .featherlight-next,.featherlight-loading .featherlight-previous,.featherlight-swipe-aware .featherlight-next,.featherlight-swipe-aware .featherlight-previous {
        display: none
    }
}

@media only screen and (max-width: 1024px) {
    .featherlight .featherlight-content {
        margin-left:0;
        margin-right: 0;
        max-height: 98%;
        padding: 10px 10px 0;
        border-bottom: 10px solid transparent
    }

    .featherlight-next,.featherlight-previous {
        top: 10px;
        right: 10px;
        left: 85%
    }

    .featherlight-previous {
        left: 10px;
        right: 85%
    }

    .featherlight-next span,.featherlight-previous span {
        margin-top: -30px;
        font-size: 40px
    }
}

@media print {
    @page {
        size: landscape
    }

    html.with-featherlight>*>:not(.featherlight) {
        display: none
    }
}

@media only screen and (max-device-width: 1024px) {
    .featherlight-next:hover,.featherlight-previous:hover {
        background:0 0
    }

    .featherlight-next span,.featherlight-previous span {
        display: block
    }
}

@media (min-width: 500px) {
    div {
        box-sizing:inherit
    }

    h1 {
        font-size: 70px
    }

    h2 {
        font-size: 45px
    }

    address,p,time {
        font-size: 14px
    }

    blockquote {
        width: 80%
    }

    blockquote p {
        font-size: 26px
    }

    .mobile-navigation-block {
        padding: 0 var(--Spacing)
    }

    .mobile-navigation-block>a:first-of-type svg {
        height: 35px;
        width: 50px
    }

    .mobile-navigation-block>a:last-of-type svg {
        width: 150px;
        height: 150px
    }

    .mobile-navigation-block button svg {
        height: 35px;
        width: 50px
    }

    nav.mobile-nav ul:first-of-type li a {
        font-size: 30px
    }

    nav.mobile-nav ul:last-of-type li a {
        font-size: 20px
    }

    article.preview-blog>div:last-child {
        width: calc(100% - 290px);
        margin-left: var(--Spacing)
    }

    article.preview-certificate,article.preview-location,article.preview-resource {
        width: 48%
    }

    div.page-title {
        /*margin-top: 145px*/
    }

    div.page-title>section p {
        font-size: 32px
    }

    .single-post header section h1 {
        font-size: 70px
    }

    .copyright p {
        text-align: left
    }

    .copyright nav ul {
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    #element5-credit {
        position: absolute;
        bottom: 75px;
        right: 0
    }

    section.fixed-image-wysiwyg div {
        padding: 0 var(--Spacing)
    }

    section.fixed-image-wysiwyg div .buttons .button,section.fixed-image-wysiwyg div .buttons button {
        width: auto
    }

    .gallery-items {
        grid-template-columns: repeat(auto-fit,minmax(47%,1fr))
    }

    section.product-cards .product {
        width: 48%
    }

    section.flip-cards .card {
        height: 300px
    }

    div.icons .icon-grid .icon {
        width: 18%
    }

    div.icons.is-small .icon {
        width: 23%
    }

    section.stats>div {
        width: 40%
    }

    section.location-map>div:first-child {
        width: 40%;
        margin-bottom: 0
    }

    section.location-map>div:last-child {
        width: 60%
    }

    section.associations>div .association {
        width: 47%
    }

    body.archive article>nav ul li {
        width: auto
    }

    section.state .introduction img {
        margin-right: var(--SmallSpacing);
        margin-bottom: 0
    }

    section.state .introduction h3 {
        clear: none
    }

    .page-title.is-slider .slide>div section {
        width: 70%;
        margin: var(--SmallSpacing) 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        background-color: var(--White)
    }

    .page-title.is-slider .slide>div section h2 {
        font-size: 26px
    }
}

@media (min-width: 800px) {
    div {
        box-sizing:inherit
    }

    main>article {
        -ms-flex-order: 2;
        order: 2
    }

    main>article:first-child,main>article:last-child {
        width: calc(100% - 375px)
    }

    main>article.aside-both,main>article:only-child {
        -ms-flex-order: 0;
        order: 0;
        width: 100%
    }

    main aside.is-left {
        margin-right: 25px;
        -ms-flex-order: 1;
        order: 1
    }

    main aside.is-right {
        margin-left: 25px;
        -ms-flex-order: 3;
        order: 3
    }

    form li.half {
        width: 49%;
        margin-right: 1%
    }

    form li.half.last {
        margin-right: 0;
        margin-left: 1%
    }

    form li.third {
        width: 32.33%;
        margin-left: .5%;
        margin-right: .5%
    }

    form li.third.first {
        margin-left: 0;
        margin-right: 1%
    }

    form li.third.last {
        margin-right: 0;
        margin-left: 1%
    }

    .ginput_container_name>span {
        width: 49%;
        margin-right: 1%
    }

    .ginput_container_name>span.name_last {
        margin-right: 0;
        margin-left: 1%
    }

    .ginput_container_address .address_city,.ginput_container_address .address_state,.ginput_container_address .address_zip {
        width: 32.33%;
        margin: 0 .5%
    }

    .ginput_container_address .address_city {
        margin-left: 0;
        margin-right: 1%
    }

    .ginput_container_address .address_zip {
        margin-right: 0;
        margin-left: 1%
    }

    .navigation-block,.utility {
        display: -ms-flexbox;
        display: flex
    }

    .about-dialog,.products-dialog {
        display: block
    }

    .search-dialog.is-opened {
        display: -ms-flexbox;
        display: flex
    }

    .mobile-navigation-block,nav.mobile-nav {
        display: none
    }

    nav.breadcrumbs {
        display: block
    }

    article.preview-certificate {
        width: 31%
    }

    article.preview-resource {
        width: 23%
    }

    article.preview-location {
        width: 31%
    }

 /*   div.page-title {
        margin-top: 135px
    }*/
/*
    footer>section {
        margin: 0 auto 100px
    }

    footer>section>div {
        width: 19%
    }

    footer>section>div:first-child {
        -ms-flex-order: 0;
        order: 0;
        margin-top: 0;
        width: 24%
    }
*/
    .copyright {
        margin: 0 auto
    }

    .copyright .legal {
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    section.wysiwyg-block>div:first-of-type {
        margin-bottom: 0
    }

    section.wysiwyg-block>div {
        width: 48%;
        margin: 0 2% 0 0
    }

    section.wysiwyg-block>div:last-of-type {
        margin: 0 0 0 2%
    }

    section.wysiwyg-block>div:only-child {
        width: 100%;
        margin: 0 auto
    }

    section.fixed-image-wysiwyg div {
        width: calc(100% - 500px)
    }

    section.fixed-image-wysiwyg div:first-child {
        max-width: 500px;
        margin-bottom: 0
    }

    section.fixed-image-wysiwyg.Right div:first-child {
        -ms-flex-order: 2;
        order: 2
    }

    section.standard-cards .card {
        width: 48%
    }

    section.product-cards .product {
        width: 23%
    }

    section.flip-cards .card {
        width: 25%;
        height: 400px
    }

    div.icons.is-small .icon {
        width: 14%
    }

    section.careers #BDHRJobListings .categorySection {
        width: 46%
    }

    section.stats {
        margin: 125px auto
    }

    section.stats>div {
        width: 180px;
        margin: 0
    }

    section.associations>div .association {
        width: 30%
    }

    section.timeline .event>div {
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    section.timeline .event>div>div:first-child {
        width: 40%;
        min-height: 275px
    }

    section.timeline .event>div>div:last-child {
        width: 56%
    }

    .page-title.is-slider .slide>div section {
        width: 40%
    }
}

@media (min-width: 1050px) {
    div {
        box-sizing:inherit
    }

    main>article.aside-both {
        width: calc(100% - 750px);
        -ms-flex-order: 2;
        order: 2
    }

    .navigation-block>nav ul li a {
        padding: 6px 20px;
        font-size: 18px
    }

    .about-dialog>div .image-links a {
        font-size: 28px
    }

    .about-dialog>div .location-links a,.products-dialog>div>div a {
        font-size: 16px
    }

    article.preview-location {
        width: 23%
    }

    section.product-cards .product .container .front h3 {
        font-size: 26px
    }

    section.product-cards .product .container .back p {
        font-size: 15px
    }

    section.associations>div .association {
        width: 22%
    }

    .page-title.is-slider .slide>div section p {
        font-size: 18px
    }
}

@media (min-width: 1200px) {
    div {
        box-sizing:inherit
    }

    .page-title.is-slider .slide>div section h2 {
        font-size: 30px
    }
}

div .image-links {
    width: 31%;
    margin-right: 4%;
    margin-left: 5%;
}

@media(max-width: 1199px) {
    div .image-links {
        width: 80%;
        margin-right: auto;
        margin-left: auto;
    }
}

.grapes p, .grapes ul, .grapes li {
    text-align: left !important;
}

.grapes img {
    width:100%;
}

.product-cards .product{
    padding: 0 !important;
    overflow: visible !important;
}

.stats {
    width: 90%;
    max-width: var(--LargeWidth);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: var(--Spacing) auto
}

.stats>div {
    /*width: 100%;*/
    margin: 0 0 var(--xLargeSpacing)
}

.stats>div p {
    color: var(--GreyDark);
    text-align: center;
    line-height: 1;
    margin: 0
}

.stats>div p span {
    font-family: Oswald;
    font-weight: 500;
    font-size: 72px;
    text-transform: uppercase;
    display: block
}

#icku {
    width: 92px !important;
}

.template-col {
    display: flex;
    justify-content: center;
    margin: 15px 0 15px 0;
}

.template-btn {
    border-radius: 0 0 0 0;
    background-color: #0c2280;
    border: 1.11111px solid #0c2280;
    transition: color 0.35s linear, background-color 0.35s ease-in-out, border-color 0.35s linear, box-shadow 0.35s linear;
    padding: 8px 32px 8px 32px;
    max-width: 324px;
    letter-spacing: 0.075em;
}

.template-btn:hover {
   background-color: #fad401;
    color: #0c2280;
    border: 1.11111px solid #fad401;
}