/* Page Top Hero */
#partner_tools_hero {
    background-color: #E2E8F0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 40px 30px;
}
@media only screen and (min-width: 600px) {
    #partner_tools_hero {
        padding: 50px 40px;
    }
}
@media only screen and (min-width: 768px) {
    #partner_tools_hero {
        padding: 50px 60px;
    }
}
@media only screen and (min-width: 1200px) {
    #partner_tools_hero {
        padding: 75px 0 75px 75px;
    }
}
#partner_tools_hero div.content {
    background: #fff;
    border-radius: 12px;
    padding: 30px 12px 30px 24px;
}
@media only screen and (min-width: 1200px) {
    #partner_tools_hero div.content {
        border-radius: 20px;
        padding: 55px 22px 76px 44px;
    }
}
@media only screen and (min-width: 1440px) {
    #partner_tools_hero div.content {
        padding: 55px 22px 76px 64px;
    }
}
#partner_tools_hero h1 {
    color: #004A80;
    font-weight: 400;
    font-family: var(--headerFont-v4);
    font-size: 4.6rem;
    line-height: 5.2rem;
}
@media only screen and (min-width: 1200px) {
    #partner_tools_hero h1 {
        font-size: 6rem;
        line-height: 82px;
        margin-bottom: 10px;
    }
}
#partner_tools_hero div.content > p {
    font-family: var(--primaryFont-v4);
    color: #2B333D;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 21px;
    margin-bottom: 10px;
    padding-bottom: 30px;
}
@media only screen and (min-width: 1200px) {
    #partner_tools_hero div.content > p {
        font-size: 1.8rem;
        line-height: 24px;
        margin-bottom: 34px;
    }
}
@media only screen and (min-width: 1440px) {
    #partner_tools_hero div.content > p {
        padding-right: 50px;
    }
}
#partner_tools_hero div.content > p.no-bot-margin {
    margin-bottom: 0;
}

#partner_tools_hero p > a {
    font-family: var(--primaryFont-v4);
    background: #fff;
    border-radius: 8px;
    padding: 16px 24px;
    color: #375F99;
    font-size: 16px;
    line-height: normal;
    font-weight: 700;
    border: 1px solid #375F99;
}
#partner_tools_hero div.content > img {
    display: block;
    margin: 72px auto;
}

/* Get Codes Section Styles */
@media only screen and (min-width: 1200px) {
    #get_codes_cta {
        padding: 26px 0 30px;
    }
}
#get_codes_cta h2 {
    text-align: center;
    font-family: var(--primaryFont), sans-serif;
    letter-spacing: -.4px;
}
@media only screen and (min-width:1200px) {
    #get_codes_cta h2 {
        font-size: 4.2rem;
        line-height: 5rem;
        margin-bottom: 2rem;
    }
}
div.address-error-cta.show {
    opacity: 1;
}
div.address-error-cta {
    position: absolute;
    bottom: -10%;
    background-color: #FFD9DE;
    border-radius: 3px;
    opacity: 0;
    transition: opacity .3s ease-in-out .2s;
}
@media only screen and (min-width: 768px) {
    div.address-error-cta {
        bottom: -8%;
    }
}
div.address-error-cta {
    width: 80%;
    left: calc(50% - calc(calc(100% * .8) / 2));
}
@media only screen and (min-width: 600px) {
    div.address-error-cta {
        width: 55%;
        left: calc(50% - calc(calc(100% * .75) / 2));
    }
}
div.address-error-cta p {
    text-align: center;
    padding: .8rem 1.6rem;
    margin-bottom: 0;
    color: var(--secondaryColor6);
    font-size: 1.4rem;
    line-height: 1.4rem;
}
div.address-error-cta {
    bottom: 0;
}
button.esri-search__submit-button,
button.esri-search__clear-button {
    display: none;
}
#esri_search_content_cta {
    background: transparent !important;
    width: 100%;
}
@media only screen and (min-width: 1200px) {
    #esri_search_content_cta {
        margin-bottom: 2rem;
    }
}
div.esri-view-surface:focus {
    --esri-view-outline: none;
}
.fp_header-form-cta input[type=text]:focus {
    outline: none;
}
/* Media & Partner Resources Styles */
#tools_ctas {
    background-color: var(--white);
    padding: 30px 10px;
}
@media only screen and (min-width: 600px) {
    #tools_ctas {
        padding: 40px 15px;
    }
}
@media only screen and (min-width: 768px) {
    #tools_ctas {
        padding: 50px 32px;
    }
}
@media only screen and (min-width: 992px) {
    #tools_ctas {
        padding: 45px 0 60px;
    }
}
@media only screen and (min-width: 1200px) {
    #tools_ctas {
        padding: 60px 0 80px;
    }
}
div.pt-header > h2 {
    text-align: center;
    font-family: var(--headerFont-v4);
    color: #000;
    font-weight:400;
    font-size: 4.2rem;
    line-height: normal;
    margin-bottom: 3rem;
}
@media only screen and (min-width:1200px) {
    div.pt-header > h2 {
        font-size: 4.2rem;
        margin-bottom: 6rem;
    }
}
div.faq-vid-fp img {
    max-width: 100%;
}
div.faq-intro-fp {
    padding: 15px;
}
@media only screen and (min-width: 1200px) {
    div.faq-intro-fp {
        padding: 30px 15px;
    }
}
#tools_ctas h3 {
    font-family: var(--primaryFont-v4);
    color: #000;
    font-weight: 700;
    font-size: 2rem;
    line-height: normal;
}
@media only screen and (min-width: 768px) {
    #tools_ctas h3 {
        font-size: 2.2rem;
        margin-bottom: 12px;
    }
}
@media only screen and (min-width: 1200px) {
    #tools_ctas h3 {
        font-size: 2.4rem;
        margin-bottom: 24px;
    }
}
div.faq-intro-fp p {
    font-size: 1.6rem;
    line-height: 1.936rem;
    color: #64748B;
}
div.faq-intro-fp a {
    display: inline-block;
    font-size: 14px;
    line-height: 17px;
    color: #020617;
    border: 1px solid #020617;
    border-radius: 8px;
    padding: 5px 15px;
    margin-top: 1rem;
}
/* Badges & Logos Styles, Video Section styles, and Social Media styles */
#badges_logos {
    background: #fff;
}
#badges_logos > div.row {
    align-items: center;
    margin: 0 auto;
}
@media only screen and (min-width: 1200px) {
    #badges_logos > div.row {
        max-width: 1160px;
    }
    #badges_logos > div.row > div.col-3 {
        padding: 0 30px 0 0;
    }
}
@media only screen and (min-width: 1440px) {
    #badges_logos > div.row {
        max-width: 1320px;
    }
    #badges_logos > div.row > div.col-3 {
        padding: 0 30px 0 0;
    }
}
div.video-header > h2 {
    text-align: center;
    font-family: var(--headerFont-v4);
    color: #000;
    font-weight:400;
    line-height: normal;
    margin-bottom: 1rem;
}
div.messaging-header > h2 {
    text-align: center;
    font-family: var(--headerFont-v4);
    color: #000;
    font-weight:400;
    font-size: 3rem;
    line-height: normal;
    margin-bottom: 1rem;
}
@media only screen and (min-width:1200px) {
    div.video-header > h2 {
        font-size:42px;
        margin-bottom: 2rem;
    }
    div.messaging-header > h2 {
        font-size:42px;
        margin-bottom: 2rem;
    }
}
div.pt-content p {
    font-family: var(--buttonFont-v4);
    color: #fff;
    font-size: 1.6rem;
    line-height: 1.936rem;
}
@media only screen and (min-width: 1200px) {
    div.pt-content p {
        line-height: 24px;
    }
}
div.badge-links {
    margin-top: 2rem;
}
@media only screen and (min-width: 1200px) {
    div.badge-links {
        margin-top: 3rem;
    }
}
div.badge-links > p > a {
    display: inline-block;
    border-radius: 8px;
    padding: 16px 24px;
    font-family: var(--primaryFont-v4);
    font-size: 16px;
    line-height: normal;
    font-weight: 700;
    color: #fff;
    border: 1px solid #fff;
    margin-bottom: 10px;
    width: 210px;
}
@media only screen and (min-width: 992px) {
    div.badge-links > p > a {
        margin-right: 16px;
        width: auto;
    }
}
#partner_tools_videos {
    background: #fff;
    padding: 40px 0 0;
}
@media only screen and (min-width:1200px) {
    #partner_tools_videos {
        padding: 80px 0 0;
    }
}
div.video-header > h2 {
    margin-bottom: 2rem;
}
@media only screen and (min-width: 1200px) {
    div.video-header > h2 {
        margin-bottom: 6rem;
    }
}
div.videos-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
}
div.video-tile {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
}
@media only screen and (min-width:992px) {
    div.video-tile {
        width: 50%;
        text-align: center;
        margin-bottom:40px;
        padding: 0 15px;
    }
}
/* RoyalSlider Styles */
div.royalSlider.player {
    max-width: 100% !important;
    width: 100%;
    background: transparent !important;
    margin-bottom: 15px;
}
@media only screen and (min-width: 992px) {
    div.royalSlider.player {
        margin-bottom: 0;
    }
}
div.rsOverflow {
    background: transparent !important;
}
div.rsSlide {
    border-radius: 20px;
    background: transparent !important;
}
div.video-tile img {
    max-width: 100%;
    border-radius: 20px;
    margin-left: 0 !important;
    margin-top: 0 !important;
}
div.rsGCaption {
    display:none;
}
div.video-tile > div.caption > h2 {
    font-family: var(--primaryFont-v4);
    color: #000;
    font-weight: 700;
    font-size: 20px;
    line-height: normal;
}
@media only screen and (min-width: 992px) {
    div.video-tile > div.caption > h2 {
        font-size: 24px;
        padding: 0 15px;
        margin-top: 15px;
    }
}
@media only screen and (min-width: 1200px) {
    div.video-tile > div.caption > h2 {
        margin-top: 23px;
    }
}
div.video-tile div.rsBtnCenterer {
    top: 50%;
    width: 6.4rem;
    height: 6.4rem;
    margin-top: -3.2rem;
    margin-left: -3.2rem;
}
@media only screen and (min-width: 600px) {
    div.video-tile div.rsBtnCenterer {
        width: 9rem;
        height: 9rem;
    }
}
@media only screen and (min-width: 1280px) {
    div.video-tile div.rsBtnCenterer {
        width: 11.6rem;
        height: 11.6rem;
        margin-top: -5.8rem;
        margin-left: -5.8rem;
    }
}
div.video-tile div.rsBtnCenterer > div.rsPlayBtn {
    width: 6.4rem;
    height: 6.4rem;
    margin-left: 0;
    margin-top: 0;
}
@media only screen and (min-width: 1024px) {
    div.video-tile div.rsBtnCenterer > div.rsPlayBtn {
        width: 9rem;
        height: 9rem;
    }
}
@media only screen and (min-width: 1280px) {
    div.video-tile div.rsBtnCenterer > div.rsPlayBtn {
        width: 11.6rem;
        height: 11.6rem;
    }
}
div.video-tile div.rsPlayBtnIcon {
    border-radius: 50%;
    width: 6.4rem;
    height: 6.4rem;
    background-image: url(../images/play-button.png);
    background-size: 4.2rem;
    background-position: center center;
    background-color: transparent;
}
@media only screen and (min-width: 600px) {
    div.video-tile div.rsPlayBtnIcon {
        width: 7rem;
        height: 7rem;
        background-size: 4.8rem;
    }
}
@media only screen and (min-width: 768px) {
    div.video-tile div.rsPlayBtnIcon {
        width: 9rem;
        height: 9rem;
        background-size: 6.8rem;
    }
}
@media only screen and (min-width: 1280px) {
    div.video-tile div.rsPlayBtnIcon {
        width: 11.6rem;
        height: 11.6rem;
        background-size: 9.4rem;
    }
}
.rsDefault .rsPlayBtn:hover .rsPlayBtnIcon {
    background-color: rgba(0,0,0,0.3);
}
/* End RoyalSlider Styling */
div.see-more {
    width: 100%;
    text-align: center;
}
div.see-more > a {
    display: inline-block;
    border: 1px inset #375F99;
    padding: 16px 24px;
    border-radius: 8px;
    font-family: var(--primaryFont-v4);
    font-weight: 700;
    color: #375F99;
    font-size: 16px;
    line-height: 19.5px;
}
#social {
    background: var(--white);
    padding: 40px 0;
}
@media only screen and (min-width:1200px) {
    #social {
        padding: 80px 0;
    }
}
div.messaging-header {
    margin-bottom: 3rem;
}
@media only screen and (min-width: 1200px) {
    div.messaging-header {
        margin-bottom: 6rem;
    }
}
div.messaging-header > p {
    font-family: var(--primaryFont-v4);
    color: #2B333D;
    font-size: 1.6rem;
    line-height: 24px;
    font-weight: 400;
    text-align: center;
}
div.message-wrapper {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    justify-content: center;
}
@media only screen and (min-width: 992px) {
    div.message-wrapper {
        justify-content:space-between;
    }
}
div.message-wrapper > div.key-message {
    width: 90%;
    margin-bottom: 5rem;
}
@media only screen and (min-width: 992px) {
    div.message-wrapper > div.key-message {
        width:45%;
        margin-bottom: 4rem;
        padding: 24px 16px;
    }
}
@media only screen and (min-width: 1200px) {
    div.message-wrapper > div.key-message {
        width:48%;
        padding: 32px 24px;
    }
}
div.key-message {
    text-align: center;
}
@media only screen and (min-width: 992px) {
    div.key-message {
        border: 1px solid #adadad;
        border-radius: 24px;
    }
}
@media only screen and (min-width: 1200px) {
    div.key-message {
        margin-bottom: 6rem;
        padding: 40px 30px;
    }
}
div.key-message > div.thumb {
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 15px;
}
@media only screen and (min-width: 1200px) {
    div.key-message > div.thumb {
        margin-bottom: 24px;
    }
}
div.key-message > div.thumb > img {
    width: 100%;
    max-width: 100%;
}
div.key-message > h3 {
    color: var(--slate-950);
    font-family: var(--buttonFont-v4);
    font-weight: 600;
    text-align: center;
    font-size: 2rem;
    line-height: normal;
    margin-bottom: 2rem;
}
@media only screen and (min-width: 1200px) {
    div.key-message > h3 {
        margin-bottom: 24px;
    }
}
div.key-message > p {
    color: #2B333D;
    font-family: var(--primaryFont-v4);
    font-weight: 400;
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.7rem;
}
@media only screen and (min-width: 1200px) {
    div.key-message > p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 24px;
        padding: 0 15px;
    }
}
div.key-message > a {
    display: inline-block;
    color: #375F99;
    border: 1px solid #375F99;
    border-radius: 8px;
    padding: 16px 24px;
    font-size: 16px;
    line-height: normal;
    font-weight: 700;
}
/* ------------------------------------------------------------------------------------------------
 * New MK DIV styles
 * -----------------------------------------------------------------------------------------------*/
div.row.cta-wrapper {
    margin: 0 0 30px;
    align-items: center;
}
@media only screen and (min-width: 992px) {
    div.row.cta-wrapper {
        max-width: 960px;
        margin: 0 auto 55px;
    }
}
@media only screen and (min-width: 1200px) {
    div.row.cta-wrapper {
        margin: 0 auto 85px;
        max-width: 1160px;
    }
}
div.mk-content-left, div.mk-content-right {
    padding: 0 15px;
    margin-bottom: 25px;
}
@media only screen and (min-width: 768px) {
    div.mk-content-right {
        padding: 0 15px;
        margin-bottom: 25px;
    }
}
div.mk-content-left > img, div.mk-content-right > img {
    width: 100%;
    max-width: 100%;
    border-radius: 20px;
}
#tools_ctas p {
    font-family: var(--primaryFont-v4);
    color: #2B333D;
    font-weight: 400;
}
div.info > a {
    display: inline-block;
    border: 1px solid #004A80;
    border-radius: 8px;
    padding: 16px 24px;
    font-weight: 700;
    font-size: 16px;
    line-height: normal;
    color: #004A80;
}
@media only screen and (min-width: 1200px) {
    div.mk-content-left {
        padding: 0 30px 0 0;
    }
    div.mk-content-left > div.info {
        padding-left: 90px;
    }
    div.mk-content-right {
        padding: 0 0 0 30px;
    }
    div.mk-content-right > div.info {
        padding-right: 100px;
    }
    #tools_ctas p {
        font-size: 1.6rem;
        line-height: 24px;
        margin-bottom: 24px;
    }
    div.info > a {
        font-size: 16px;
        line-height: normal;
    }
}
@media only screen and (min-width: 1440px) {
    div.row.cta-wrapper {
        max-width: 1320px;
    }
}
/* ----------------------------------------------------------------------------
 * New styles for Badges & Logos section
 * --------------------------------------------------------------------------*/
#badges_logos div.resources-wrapper {
    background-color: #375F99;
    border-radius: 20px;
    margin-top: 40px;
    padding: 20px 30px;
}
@media only screen and (min-width: 992px) {
    #badges_logos div.resources-wrapper {
        margin-top: 0;
        padding: 22.75px 26px;
    }
}
@media only screen and (min-width: 1200px) {
    #badges_logos div.resources-wrapper {
        padding: 20px 72px;
    }
}
@media only screen and (min-width: 1440px) {
    #badges_logos div.resources-wrapper {
        padding: 51px 72px;
    }
}
div.resources-wrapper > div.badges-header > h2 {
    font-family: var(--headerFont-v4);
    color: #fff;
    font-weight: 400;
}
@media only screen and (min-width: 1200px) {
    div.resources-wrapper > div.badges-header > h2 {
        font-size: 42px;
        line-height: normal;
        margin-bottom: 16px;
    }
}
#badges_logos div.logo-round {
    text-align: center;
    background: #61A741;
    padding: 35px 21px;
    border-radius: 20px;
}
div.logo-round > img {
    width: 100%;
}
/* ----------------------------------------------------------------------------
 * New styles for Video Tiles
 * --------------------------------------------------------------------------*/
div.video-tile {
    position: relative;
}
div.video-tile > div.button-center {
    position: absolute;
    top: 50%;
    left: 50%;
}
@media only screen and (min-width: 1200px) {
    div.video-tile > div.button-center {
        width: 11.6rem;
        height: 11.6rem;
        margin-top: -10rem;
        margin-left: -5.8rem;
    }
}
div.button-center > div.play-btn {
    cursor: pointer;
    width: 6.4rem;
    height: 6.4rem;
    margin-left: 0;
    margin-top: 0;
}
@media only screen and (min-width: 1200px) {
    div.button-center > div.play-btn {
        width: 11.6rem;
        height: 11.6rem;
    }
}
div.play-btn > div.play-btn-icon {
    display: block;
    transition: .3s;
    border-radius: 50%;
    width: 6.4rem;
    height: 6.4rem;
    background-image: url(../images/play-button.png);
    background-size: 2.8rem;
    background-position: 2.1rem 1.7rem;
    background-repeat: no-repeat;
    background-color: transparent;
}
@media only screen and (min-width: 1200px) {
    div.play-btn > div.play-btn-icon {
        width: 11.6rem;
        height: 11.6rem;
        background-size: 9.4rem;
        background-position: center center;
    }
}
/* ESRI INput form styles TODO:  Needs to be in common styles */
#get_codes_cta {
    padding: 20px 10px 60px;
}
@media only screen and (min-width: 1200px) {
    #get_codes_cta {
        padding: 30px 0 30px;
    }
}
#get_codes_cta h2 {
    text-align: center;
    font-family: var(--primaryFont), sans-serif;
}
@media only screen and (min-width:1200px) {
    #get_codes_cta h2 {
        font-size: 4.2rem;
        line-height: 5rem;
        margin-bottom: 2rem;
    }
}
button.esri-search__submit-button,
button.esri-search__clear-button {
    display: none;
}
#esri_search_content_cta {
    background: transparent !important;
    width: 100%;
}
@media only screen and (min-width: 1200px) {
    #esri_search_content_cta {
        margin-bottom: 2rem;
    }
}
div.esri-view-surface:focus {
    --esri-view-outline: none;
}
#zip_address > label {
    display: none;
}
