/* Minified 5/1/2024 */
:root {
    /** Fonts **/
    --primaryFont : "Source Sans Pro", sans-serif;
    --secondaryFont : "Buenard", serif;

    /** Colors **/
    --headerColor : #004b8b;
    --textColor : #45e6264;
    --white : #ffffff;
    --bgFill : #fafafa;
    --footerFill : #004a80;

    --grayColor1 : #e4e8ea;
    --grayColor2 : #c9cdd0;
    --grayColor3 : #94989B;
    --grayColor4 : #7A7D80;
    --grayColor5 : #5e6264;
    --grayColor6 : #43474A;
    --grayColor7 : #292D2F;

    --sepColor1 : #2887b0;
    --sepColor2 : #61a741;
    --sepColor3 : #e9c46a;
    --sepColor4 : #f4a261;
    --sepColor5 : #e76f51;
    --sepColor6 : #970255;

    --flashBlue : #004A80;
    --flashLightBlue : #2887B0;
    --flashPrimaryRed : #BB0F33;
    --flashSecBlue : #00aad5;
    --flashSecSienna : #EE6947;
    --flashSecOrange : #E87928;
    --flashSecYellow : #F1B53D;
    --flashSecGreen : #65A812;

    --secondaryColor5 : #0775CE;
}
html {
    min-height: 100%;
    box-sizing: border-box;
    font-size: 62.5%; /* Now 10px = 1 rem! */
}
*, *:before, *:after {
    box-sizing: inherit;
}
body {
    min-height: 100%;
    font-family: var(--primaryFont);
    font-size: 1.6rem;
    background-color: var(--bgFill);
}
/* ------------------------------------------------------------------------------------------------
   Header Styles
   ----------------------------------------------------------------------------------------------*/
header.site-header {
    background-color: var(--white);
    box-shadow: 0 2px 2px rgba(0,0,0,0.1);
    height: 7rem;
}
@media only screen and (min-width: 768px) {
    header.site-header {
        height: 11.5rem;
    }
}
@media only screen and (min-width: 992px) {
    header.site-header {
        height: 10rem;
    }
}
@media only screen and (min-width: 1200px) {
    header.site-header {
        height: 11rem;
    }
}
header.site-header nav {
    padding: 5px 5px 0 0;
}
header.site-header nav a {
    display: block;
    margin: 0 1rem;
}
header.site-header nav a > img {
    max-width: 90%;
    width: 90%;
}
@media only screen and (min-width: 768px) {
    header.site-header nav {
        padding: 1.876rem 0 0 0.778rem;
        align-items: end;
        flex-wrap: wrap;
    }
    header.site-header nav a {
        margin: 0;
    }
    div.asl_w_container {
        min-width: 150px;
        width: 150px;
    }
}
@media only screen and (min-width: 992px) {
    header.site-header nav {
        padding: 1.876rem 0 0 2.778rem;
        flex-wrap: nowrap;
    }
    header.site-header nav a > img {
        max-width: 100%;
        width: 100%;
    }
}
@media only screen and (min-width: 1200px) {
    header.site-header nav a > img {
        max-width: 110%;
        width: 110%;
    }
    div.asl_w_container {
        min-width: 200px;
        width: 200px;
    }
}
div.navbar-right.t-strong {
    z-index: 500;
    width: 100%;
}
#prog_menu {
    margin: 2rem 0 0;
    background-color: rgba(0,0,0,.675);
    border-radius: .3rem;
    padding: 3rem 2rem 2rem 2rem;
}
#prog_menu li a {
    color: var(--white);
    font-size: 1.4rem;
    line-height: 3rem;
    font-weight: 600;
}
@media only screen and (min-width: 768px) {
    .navbar-expand-md .navbar-toggler {
        display: none;
    }
}
/* ------------------------------------------------------------------------------------------------
   Content Separators
   ----------------------------------------------------------------------------------------------*/
section.content-separator > div.container {
    max-width: 100%;
    padding: 0;
}
section.content-separator div.row,
section.content-separator div.row div.col-2 {
    height: 13px;
}
section.content-separator div.row {
    margin-left: 0;
    margin-right: 0;
}
section.content-separator div.row div.col-2:nth-of-type(1) {
    background-color: var(--sepColor1);
}
section.content-separator div.row div.col-2:nth-of-type(2) {
    background-color: var(--sepColor2);
}
section.content-separator div.row div.col-2:nth-of-type(3) {
    background-color: var(--sepColor3);
}
section.content-separator div.row div.col-2:nth-of-type(4) {
    background-color: var(--sepColor4);
}
section.content-separator div.row div.col-2:nth-of-type(5) {
    background-color: var(--sepColor5);
}
section.content-separator div.row div.col-2:nth-of-type(6) {
    background-color: var(--sepColor6);
}
/* ------------------------------------------------------------------------------------------------
 * - Main Nav Style
 * ----------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 768px) {
    #main_menu {
        flex-basis: 75%;
        margin-left: -2.25rem;
    }
}
@media only screen and (min-width: 992px) {
    #main_menu {
        flex-basis: auto;
        margin-left: 0;
    }
}
#main_menu.navbar-collapse.show {
    background: rgba(0,0,0,0.95);
    z-index: 30;
    padding: 1rem;
    margin-top: 1rem;
}
#menu-main-nav {
    justify-content: space-evenly;
    width: 100%;
}
#menu-main-nav > li > a {
    display: inline-block;
    position: relative;
}
#menu-main-nav > li > a {
    font-size: 1.4rem;
    line-height: 2.4rem;
    letter-spacing: -.4px;
    color: var(--grayColor6);
}
@media only screen and (min-width: 992px) {
    #menu-main-nav > li > a {
        font-size: 1.6rem;
        line-height: 2.6rem;
    }
}
#main_menu.navbar-collapse.show #menu-main-nav > li > a {
    font-size: 1.6rem;
    line-height: 2.6rem;
    color: var(--white);
}
#menu-main-nav > li > a::after {
    display: block;
    position: absolute;
    width: .585rem;
    height: .585rem;
    content: '';
    border-top: 2px solid var(--grayColor4);
    border-right: 2px solid var(--grayColor4);
    transform: rotate(45deg);
    right: -.75rem;
    bottom: .8rem;
}
@media only screen and (min-width: 992px) {
    #menu-main-nav > li > a::after {
        right: -1rem;
    }
}
#menu-main-nav > li.menu-item-has-children {
    position: relative;
}
#main_menu.navbar-collapse.show #menu-main-nav ul.sub-menu {
    padding-left: 20px;
}
#menu-main-nav ul.sub-menu {

}
#main_menu.navbar-collapse.show #menu-main-nav ul.sub-menu > li {
    list-style-type: none;
    padding: 2px 0;
    border-bottom: none;
}
#menu-main-nav ul.sub-menu > li {
    list-style-type: none;
    padding: 2px 1.5rem;
    border-bottom: 1px solid #dcdcdc;
}
#menu-main-nav ul.sub-menu > li:last-of-type {
    border-bottom: none;
}
#menu-main-nav ul.sub-menu > li:hover {
    background: var(--headerColor);
}
#menu-main-nav ul.sub-menu > li:hover > a {
    color: #fff;
}
#main_menu.navbar-collapse.show #menu-main-nav ul.sub-menu > li > a {
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 2.4rem;
    color: var(--white);
}
#menu-main-nav ul.sub-menu > li > a {
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 2.4rem;
    color: var(--grayColor6);
}
#menu-main-nav ul.sub-menu > li > a:hover {
    color: #fff;
    text-decoration: none;
}
@media only screen and (min-width: 768px) {
    #menu-main-nav ul.sub-menu {
        display: none;
        position: absolute;
        width: 172px;
    }
}
#menu-main-nav ul.sub-menu.show {
    display: block;
    z-index: 20;
    background: #fff;
    box-shadow: 0 0 4px 0 rgba(0,0,0,.25);
}
@media only screen and (min-width: 768px) {
    #menu-main-nav ul.sub-menu.show {
        top: 30px;
        padding: 1rem 1.5rem .5rem;
    }
}
@media only screen and (min-width: 1200px) {
    #menu-main-nav ul.sub-menu.show {
        top: 36px;
        padding: 2rem 1.5rem .5rem;
    }
}
/* ------------------------------------------------------------------------------------------------
   Program Links section
   ----------------------------------------------------------------------------------------------*/
#program_links > div.container {
    background-color: var(--white);
    padding: 1rem 0 0;
    box-shadow: 0 2px 2px rgba(0,0,0,0.08);
    border-radius: .3rem;
    max-width: 100%;
}
#program_links div.row {
    margin-right: 0;
    margin-left: 0;
}
#program_links h1 {
    margin: 0 auto 1.1rem;
    color: var(--headerColor);
    font-size: 2rem;
    font-weight: 700;
    line-height: 2.514rem;
    letter-spacing: -0.4px;
}
div.prog-links {
    text-align: center;
}
div.prog-links > p {
    padding-bottom: .75rem;
    max-width: 83.3333%;
    margin: 0 auto 1rem;
}
@media only screen and (min-width: 1440px) {
    div.prog-links > p {
        max-width: 65%;
    }
}
@media only screen and (min-width: 1920px) {
    div.prog-links > p {
        max-width: 50%;
    }
}
div.prog-links > p > a {
    padding: .5rem 2rem;
    background-color: var(--grayColor1);
    color: var(--grayColor5);
    border-radius: .4rem;
    font-size: 1.4rem;
    line-height: 2.2rem;
    display: inline-block;
    width: 90%;
    margin: 0 auto 1.5rem;
}
@media only screen and (min-width: 768px) {
    div.prog-links > p > a {
        width: auto;
        margin: 0 2rem 1rem 0;
        font-size: 1.6rem;
        line-height: 2.4rem;
    }
    div.prog-links > p > a:last-of-type {
        margin-right: 0;
    }
}
@media only screen and (min-width: 992px) {
    div.prog-links > p > a {
        font-size: 1.8rem;
        line-height: 2.6rem;
    }
}
div.prog-links > p > a.active {
    background-color: var(--headerColor);
    color: var(--white);
    font-weight: 700;
}
div.prog-links > p > a:hover {
    background-color: var(--headerColor);
    color: var(--white);
    font-weight: 700;
    text-decoration: none;
}
/* Simple styles for default index.php */
#page_default h2 {
    font-size: 2.8rem;
    line-height: 3.8rem;
    margin-bottom: 2rem;
    font-weight: 700;
    color: var(--flashBlue);
    letter-spacing: -.4px;
}
#page_default p {
    font-size: 1.6rem;
    line-height: 2.4rem;
}
/* ------------------------------------------------------------------------------------------------
   Hero Content Styles
   ----------------------------------------------------------------------------------------------*/
#hero_content div.hero {
    background-color: #f0f3f4;
    border-radius: .3rem;
    height: 180px;
    margin-top: -.25rem;
    filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.25));
    overflow-y: hidden;
}
@media only screen and (min-width: 375px) {
    #hero_content div.hero {
        height: 200px;
    }
}
@media only screen and (min-width: 600px) {
    #hero_content div.hero {
        height: 300px;
    }
}
@media only screen and (min-width: 768px) {
    #hero_content div.hero {
        height: 320px;
    }
}
@media only screen and (min-width: 992px) {
    #hero_content div.hero {
        height: 405px;
    }
}
#hero_content div.hero #hero {
    height: inherit;
    overflow-y: hidden;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
}
@media only screen and (min-width: 360px) {
    #hero_content div.hero #hero {
        height: calc(100vw * .5625);
    }
}
@media only screen and (min-width: 600px) {
    #hero_content div.hero #hero {
        height: calc(540px * .5625);
    }
}
@media only screen and (min-width: 768px) {
    #hero_content div.hero #hero {
        height: calc(720px * .5625);
    }
}
@media only screen and (min-width: 992px) {
    #hero_content div.hero #hero {
        height: calc(960px * .5625);
    }
}
@media only screen and (min-width: 1200px) {
    #hero_content div.hero #hero {
        height: calc(1140px * .5625);
    }
}
video#bgvideo {
    height: inherit;
    /*background: url(../video/harrison-poster.jpg) no-repeat center top;
    background-size: cover;*/
}
@media only screen and (min-width: 992px) {
    video#bgvideo {
        background-size: unset;
    }
}
#hero_content div.content {
    overflow: hidden;
    background-color: var(--bgFill);
    border-radius: .3rem;
    /*display: flex;*/
    margin-top: -3rem;
    padding: 2.5rem 2rem;
}
@media only screen and (min-width: 375px) {
    #hero_content div.content {
        padding: 3.5rem 2.5rem;
    }
}
@media only screen and (min-width: 600px) {
    #hero_content div.content {
        padding: 5.5rem;
    }
}
@media only screen and (min-width: 1200px) {
    #hero_content div.content {
        padding: 6.5rem 3rem 6.5rem 4rem;
    }
}
#hero_content div.tornado-icon {
    width: 25%;
    margin: 0 auto;
}
@media only screen and (min-width: 992px) {
    #hero_content div.tornado-icon {
        display: inline-block;
        vertical-align: top;
        width: 20%;
    }
}
#hero_content div.tornado-icon p > img {
    max-width: 75%;
}
@media only screen and (min-width: 992px) {
    #hero_content div.tornado-icon p {
        padding-top: .75rem;
        padding-left: 2rem;
    }
    #hero_content div.tornado-icon p > img {
        width: 70%;
    }
}
@media only screen and (min-width: 1200px) {
    #hero_content div.tornado-icon p > img {
        max-width: unset;
    }
}
#hero_content div.tornado-content {
    width: 100%;
}
@media only screen and (min-width: 992px) {
    #hero_content div.tornado-content {
        width: 75%;
        display: inline-block;
    }
}
#hero_content div.tornado-content h3 {
    color: var(--headerColor);
    font-size: 3.1rem;
    line-height: 4rem;
    font-weight: 700;
    letter-spacing: -.4px;
    text-align: center;
}
@media only screen and (min-width: 768px) {
    #hero_content div.tornado-content h3 {
        font-size: 4.1rem;
        line-height: 5rem;
    }
}
@media only screen and (min-width: 992px) {
    #hero_content div.tornado-content h3 {
        font-size: 5.1rem;
        line-height: 6rem;
        text-align: left;
    }
}
@media only screen and (min-width: 1200px) {
    #hero_content div.tornado-content h3 {
        font-size: 6.1rem;
        line-height: 7rem;
    }
}
#hero_content div.tornado-content p {
    text-align: center;
    color: var(--grayColor5);
    font-size: 1.4rem;
    line-height: 2.2rem;
}
@media only screen and (min-width: 768px) {
    #hero_content div.tornado-content p {
        font-size: 1.6rem;
        line-height: 2.4rem;
    }
}
@media only screen and (min-width: 992px) {
    #hero_content div.tornado-content p {
        text-align: left;
        font-size: 1.8rem;
        line-height: 2.6rem;
    }
}
/* ------------------------------------------------------------------------------------------------
   Fact Sheets
   ----------------------------------------------------------------------------------------------*/
#fact_sheets {
    margin-top: 3rem;
}
@media only screen and (min-width: 768px) {
    #fact_sheets {
        margin-top: 3.9rem;
    }
}
@media only screen and (min-width: 992px) {
    #fact_sheets {
        margin-top: 4.8rem;
    }
}
@media only screen and (min-width: 1200px) {
    #fact_sheets {
        margin-top: 5.7rem;
    }
}
#fact_sheets div.fs-container {
    background-color: var(--white);
    border: 2px solid var(--grayColor1);
    border-radius: .3rem;
    box-shadow: 0 2px 3px rgba(0,0,0,0.08);
    padding-left: 0;
    padding-right: 0;
}
#fact_sheets div.col-12.fs-container {
    max-width: 90%;
    margin: 0 auto 3rem;
}
#fact_sheets div.col-md-6.fs-container,
#fact_sheets div.col-lg-6.fs-container {
    max-width: 48.5%;
    margin-bottom: 4.6rem;
}
#fact_sheets div.col-md-6.fs-container.odd,
#fact_sheets div.col-lg-6.fs-container.odd {
    margin-right: 3%;
}
div.fs-container div.f_img,
div.fs-container div.content,
div.fs-container div.content-header {
    display: inline-block;
}
div.fs-container div.f_img {
    vertical-align: top;
    background-size: cover;
    background-position: top left;
}
div.col-12.fs-container div.f_img {
    width: 100%;
    height: 35.5rem;
}
@media only screen and (min-width: 360px) {
    div.col-12.fs-container div.f_img {
        height: 40rem;
    }
}
@media only screen and (min-width: 600px) {
    div.col-12.fs-container div.f_img {
        width: 40%;
        height: 24.3rem;
    }
}
div.col-md-6.fs-container div.f_img {
    width: 14rem;
    height: 17.5rem;
}
div.col-lg-6.fs-container div.f_img {
    width: 20rem;
    height: 25rem;
}
@media only screen and (min-width: 1200px) {
    div.col-lg-6.fs-container div.f_img {
        width: 23.4rem;
        height: 29.25rem;
    }
}
div.col-12.fs-container div.content-header {
    width: 100%;
    padding: 4rem 2rem 0;
}
div.col-12.fs-container div.content.with-header {
    display: none;
}
@media only screen and (min-width: 600px) {
    div.col-12.fs-container div.content-header {
        width: 59%;
        padding: 4rem 2rem 0;
    }
    div.col-12.fs-container div.content {
        display: none;
    }
    div.col-12.fs-container div.content.with-header {
        display: block;
    }
}
div.fs-container div.content-header h3,
div.fs-container div.content h3 {
    width: 100%;
    text-align: center;
    font-weight: 700;
    letter-spacing: -.4px;
    color: var(--footerFill);
    margin-bottom: 1.5rem;
}
div.col-12.fs-container div.content-header h3 {
    font-size: 2rem;
    line-height: 2.6rem;
}
@media only screen and (min-width: 600px) {
    div.col-12.fs-container div.content-header h3 {
        padding-bottom: 3rem;
    }
}
div.col-12.fs-container div.content {
    width: 100%;
    margin-right: 0;
    padding: 0 2rem 2rem;
}
div.col-md-6.fs-container div.content {
    width: 55.5%;
    height: 17.5rem;
    margin-right: 0;
    padding: 2rem 1rem 4rem 2rem;
}
div.col-lg-6.fs-container div.content {
    width: 55.5%;
    height: 25rem;
    margin-right: 0;
    padding: 2rem 2rem 4rem;
}
@media only screen and (min-width: 1200px) {
    div.col-lg-6.fs-container div.content {
        width: 62%;
        padding: 2rem 2rem 4rem 3rem;
    }
}
@media only screen and (min-width: 1440px) {
    div.col-lg-6.fs-container div.content {
        width: 56.5%;
        height: 29.25rem;
        padding: 4rem 1.5rem;
    }
}
div.col-md-6.fs-container div.content h3 {
    font-size: 2.4rem;
    line-height: 2.6rem;
    margin-bottom: 1rem;
}
div.col-lg-6.fs-container div.content h3 {
    font-size: 3.2rem;
    line-height: 3.8rem;
}
div.col-12.fs-container div.content p {
    text-align: center;
    color: var(--grayColor5);
    font-size: 1.4rem;
    line-height: 2rem;
}
div.fs-container div.content > a,
div.fs-container > a {
    display: block;
    text-align: center;
    margin: 0 auto;
    background-color: #e87928;
    border-radius: .3rem;
    color: var(--white);
    font-weight: 600;
}
div.col-12.fs-container div.content > a {
    width: 80%;
    padding: .5rem 1.5rem;
    font-size: 1.4rem;
    line-height: 2rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
}
div.col-md-6.fs-container > a {
    width: 60%;
    padding: .75rem 2rem;
    font-size: 1.6rem;
    line-height: 2.6rem;
    margin-top: 2.5rem;
    margin-bottom: 2rem;
}
div.col-lg-6.fs-container div.content > a {
    width: 16.6rem;
    position: absolute;
    bottom: 1.5rem;
    left: 72.25%;
    margin-left: -8.3rem;
    padding: .6rem 2rem;
    font-size: 1.6rem;
    line-height: 2.6rem;
}
@media only screen and (min-width: 1200px) {
    div.col-lg-6.fs-container div.content > a {
        width: 18.8rem;
        left: 69%;
        bottom: 2.5rem;
        margin-left: -9.4rem;
        padding: .9rem 2.2rem;
    }
}
@media only screen and (min-width: 1440px) {
    div.col-lg-6.fs-container div.content > a {
        bottom: 3rem;
        left: 71.75%;
    }
}
div.col-md-6.fs-container div.content p {
    text-align: center;
    color: var(--grayColor5);
    font-size: 1.6rem;
    line-height: 2rem;
}
div.col-lg-6.fs-container div.content p {
    text-align: center;
    color: var(--grayColor5);
    font-size: 1.6rem;
    line-height: 2rem;
}
@media only screen and (min-width: 1200px) {
    div.col-lg-6.fs-container div.content p {
        padding: 0 1.5rem;
    }
}
#fs_preface > div.container div.preface {
    padding-top: 4rem;
}
@media only screen and (min-width: 992px) {
    #fs_preface > div.container div.preface {
        padding: 4rem 4rem 0;
    }
}
#fs_preface > div.container div.preface p,
#fs_summary > div.container div.summary p {
    font-size: 1.4rem;
    line-height: 2rem;
}
@media only screen and (min-width: 768px) {
    #fs_preface > div.container div.preface p,
    #fs_summary > div.container div.summary p {
        font-size: 1.6rem;
        line-height: 2.2rem;
    }
}
@media only screen and (min-width: 1200px) {
    #fs_preface > div.container div.preface p,
    #fs_summary > div.container div.summary p {
        font-size: 1.8rem;
        line-height: 2.6rem;
    }
}
#fs_preface > div.container div.preface p img {
    width: 120%;
    height: auto;
    margin-left: -10%;
}
@media only screen and (min-width: 768px) {
    #fs_preface > div.container div.preface p img {
        width: 100%;
        margin-left: 0;
    }
}
#fs_preface > div.container div.preface.none ul {
    list-style-type: none;
    padding-left: 0;
}
#fs_preface > div.container div.preface ul li {
    font-size: 1.4rem;
    line-height: 2rem;
    margin-bottom: 2rem;
}
@media only screen and (min-width: 768px) {
    #fs_preface > div.container div.preface.double ul {
        columns: 2;
        padding-left: 2rem;
        padding-right: 3rem;
    }
    #fs_preface > div.container div.preface ul li {
        font-size: 1.6rem;
        line-height: 2.2rem;
        margin-bottom: 1rem;
    }
}
@media only screen and (min-width: 992px) {
    #fs_preface > div.container div.preface.double ul {
        padding-left: 3.5rem;
        padding-right: 4rem;
    }
}
@media only screen and (min-width: 1200px) {
    #fs_preface > div.container div.preface.double ul {
        padding-left: 4rem;
        padding-right: 5rem;
    }
    #fs_preface > div.container div.preface ul li {
        font-size: 1.8rem;
        line-height: 2.6rem;
    }
}
#fs_section_header > div.container div.header {
    margin-top: 3rem;
}
#fs_section_header > div.container div.header h2 {
    text-align: center;
}
#fs_section_header > div.container div.header h2.ruled,
#fs_summary > div.container div.summary h2.ruled {
    background: url(../images/hr-blue.png) repeat-x left center;
    background-size: .2rem;
}
#fs_section_header > div.container div.header h2 span {
    color: var(--headerColor);
    font-weight: 700;
    background: var(--bgFill);
    padding: 1rem;
}
@media only screen and (min-width: 768px) {
    #fs_section_header > div.container div.header h2 span {
        padding: 1rem 4rem;
    }
}
#fs_summary > div.container div.summary h2.ruled {
    min-height: 2rem;
    margin-bottom: 2rem;
}
@media only screen and (min-width: 992px) {
    #fs_summary > div.container div.summary h2.ruled {
        margin-bottom: 3rem;
    }
}
@media only screen and (min-width: 1200px) {
    #fs_summary > div.container div.summary h2.ruled {
        margin-bottom: 4rem;
    }
}
#fs_summary > div.container div.summary {
    margin-bottom: 5rem;
}
@media only screen and (min-width: 992px) {
    #fs_summary > div.container div.summary {
        margin-bottom: 7.5rem;
        padding: 0 4rem;
    }
}
@media only screen and (min-width: 1200px) {
    #fs_summary > div.container div.summary {
        margin-bottom: 10rem;
    }
}
#fs_summary > div.container div.summary p > img {
    width: 100%;
    height: auto;
}
/* ------------------------------------------------------------------------------------------------
 * Accordion Section Styles
 * ----------------------------------------------------------------------------------------------*/
#drop_downs {
    margin-top: 3rem;
    margin-bottom: 6rem;
}
#drop_downs p.expander {
    text-align: right;
    margin-bottom: 1.7rem;
}
#drop_downs p.expander > a {
    font-size: 1.2rem;
    line-height: 3.2rem;
    font-weight: 700;
    color: #e87928;
    text-decoration: underline;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer;
}
#drop_downs div.flash-accordion {
    margin-bottom: 1.7rem;
    background: var(--white);
    border: 2px solid #c4c4c4;
    border-radius: 3px;
    box-shadow: 0 2px 3px rgba(0,0,0,.08);
    display: inline-flex;
    width: 100%;
}
div.flash-accordion div[class*=accordion-] {
    padding: .75rem 0;
}
@media only screen and (min-width: 600px) {
    div.flash-accordion div[class*=accordion-] {
        padding: 1.2rem 0;
    }
}
@media only screen and (min-width: 992px) {
    div.flash-accordion div[class*=accordion-] {
        padding: 1.6rem 0;
    }
}
div.flash-accordion > div.accordion-icon {
    width: 20%;
}
div.flash-accordion > div.accordion-icon.share {
    background: url(../images/share.png) no-repeat center center;
    background-size: 4rem;
}
div.flash-accordion > div.accordion-icon.podcast {
    background: url(../images/podcast.png) no-repeat center center;
    background-size: 2rem 3rem;
}
@media only screen and (min-width: 600px) {
    div.flash-accordion > div.accordion-icon {
        width: 15%;
        padding-left: 2rem;
    }
    div.flash-accordion > div.accordion-icon.share {
        background-size: 5.8rem;
    }
    div.flash-accordion > div.accordion-icon.podcast {
        background-size: 3rem 4.5rem;
    }
}
@media only screen and (min-width: 992px) {
    div.flash-accordion > div.accordion-icon {
        width: 15%;
        padding-left: 3.2rem;
    }
    div.flash-accordion > div.accordion-icon.share {
        background-size: 7.4rem;
    }
    div.flash-accordion > div.accordion-icon.podcast {
        background-size: 4rem 6rem;
    }
}
@media only screen and (min-width: 1200px) {
    div.flash-accordion > div.accordion-icon {
        width: 10%;
    }
    div.flash-accordion > div.accordion-icon.share {
        background-position: right center;
    }
}
div.flash-accordion > div.accordion-label {
    width: 65%;
}
div.flash-accordion > div.accordion-label h3 {
    color: var(--footerFill);
    font-weight: 700;
    letter-spacing: -0.4px;
    line-height: 3rem;
    padding-top: .75rem;
}
@media only screen and (min-width: 600px) {
    div.flash-accordion > div.accordion-label {
        width: 75%;
        padding-left: 2rem;
    }
    div.flash-accordion > div.accordion-label h3 {
        font-size: 2.2rem;
        line-height: 3.7rem;
        padding-top: .75rem;
    }
}
@media only screen and (min-width: 992px) {
    div.flash-accordion > div.accordion-label {
        width: 75%;
        padding-left: 2rem;
    }
    div.flash-accordion > div.accordion-label h3 {
        font-size: 2.6rem;
        line-height: 3.7rem;
        padding-top: .75rem;
    }
}
@media only screen and (min-width: 1200px) {
    div.flash-accordion > div.accordion-label {
        width: 80%;
    }
}
div.flash-accordion > div.accordion-btn {
    width: 15%;
    padding: 1.8rem 1rem 1.6rem 0;
}
@media only screen and (min-width: 600px) {
    div.flash-accordion > div.accordion-btn {
        width: 10%;
        padding: 2rem 2.5rem 2rem 0;
    }
}
@media only screen and (min-width: 992px) {
    div.flash-accordion > div.accordion-btn {
        width: 10%;
        padding: 2rem 2.5rem 2rem 0;
    }
}
div.flash-accordion > div.accordion-btn > div.btn-box {
    position: relative;
    background-color: #e87928;
    border-radius: 3px;
    float: right;
    height: 2.6rem;
    width: 2.6rem;
    cursor: pointer;
}
@media only screen and (min-width: 600px) {
    div.flash-accordion > div.accordion-btn > div.btn-box {
        height: 3.3rem;
        width: 3.3rem;
    }
}
@media only screen and (min-width: 992px) {
    div.flash-accordion > div.accordion-btn > div.btn-box {
        height: 4rem;
        width: 4rem;
    }
}
div.accordion-btn > div.btn-box > div.arrow {
    position: absolute;
    width: 1.1rem;
    height: 1.1rem;
    border-left: 2px solid var(--white);
    border-bottom: 2px solid var(--white);
    top: 22%;
    left: 27%;
    transform: rotate(-45deg);
}
div.accordion-btn > div.btn-box > div.arrow.open {
    transform: rotate(135deg);
    top: 40%;
}
@media only screen and (min-width: 600px) {
    div.accordion-btn > div.btn-box > div.arrow {
        top: 25%;
        left: 32%;
    }
}
@media only screen and (min-width: 992px) {
    div.accordion-btn > div.btn-box > div.arrow {
        top: 30%;
        left: 36%;
    }
    div.accordion-btn > div.btn-box > div.arrow.open {
        top: 45%;
    }
}
div.acc-drop.show {
    display: block;
}
div.acc-drop {
    width: calc(100% - 2px);
    border: 1px solid #c4c4c4;
    margin: -2rem auto 1.7rem;
    display: none;
    overflow: hidden;
    transition: height 1s ease .5s;
    padding: 0 2rem;
}
@media only screen and (min-width: 992px) {
    div.acc-drop {
        padding: 0 5rem;
    }
}
@media only screen and (min-width: 1200px) {
    div.acc-drop {
        padding: 0 7rem;
    }
}
div.acc-drop > div.tk-content,
div.acc-drop > div.pc-content {
    border-bottom: 1px solid #c4c4c4;
    padding: 2rem 0;
}
div.acc-drop > div.tk-content:last-of-type,
div.acc-drop > div.pc-content:last-of-type {
    border-bottom: none;
}
@media only screen and (min-width: 992px) {
    div.acc-drop > div.tk-content,
    div.acc-drop > div.pc-content {
        padding: 3.5rem 0;
    }
}
@media only screen and (min-width: 1200px) {
    div.acc-drop > div.tk-content,
    div.acc-drop > div.pc-content {
        padding: 5rem 0;
    }
}
div.acc-drop > div.tk-content {
    display: block;
}
div.acc-drop > div.pc-content {
    padding: 0;
    text-align: center;
    margin-bottom: 3rem;
    box-shadow: 0 0 9px rgba(0,0,0,0.1);
    border-radius: 6px;
}
div.acc-drop > div.pc-content:first-of-type {
    margin-top: 3rem;
}
@media only screen and (min-width: 1200px) {
    div.acc-drop > div.pc-content {
        margin-bottom: 5rem;
    }
    div.acc-drop > div.pc-content:first-of-type {
        margin-top: 5rem;
    }
}
div.tk-content > div.header h3 {
    color: var(--headerColor);
    font-weight: 700;
    font-size: 1.75rem;
    line-height: 2.8rem;
    letter-spacing: -.4px;
    margin-bottom: 2rem;
}
@media only screen and (min-width: 992px) {
    div.tk-content > div.header h3 {
        font-size: 2.2rem;
        margin-bottom: 3rem;
    }
}
@media only screen and (min-width: 1200px) {
    div.tk-content > div.header h3 {
        font-size: 2rem;
    }
}
div.tk-content > div h4 {
    color: var(--grayColor5);
    font-weight: 700;
    font-size: 1.75rem;
    line-height: 2.8rem;
    letter-spacing: -.4px;
    margin-bottom: 1.5rem;
}
@media only screen and (min-width: 1200px) {
    div.tk-content > div h4 {
        font-size: 2rem;
    }
}
div.tk-content > div.visual {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 3rem;
}
@media only screen and (min-width: 1200px) {
    div.tk-content > div.visual {
        width: 35%;
        margin-bottom: 0;
    }
}
div.tk-content > div.visual img {
    max-width: 100%;
}
@media only screen and (min-width: 600px) {
    div.tk-content > div.visual img {
        display: block;
        width: 90%;
        margin: 0 auto;
    }
}
@media only screen and (min-width: 992px) {
    div.tk-content > div.visual img {
        width: 100%;
    }
}
div.tk-content > div.visual > div.dl-link {
    margin-top: 2rem;
    text-align: center;
}
div.dl-link a.download {
    background-color: #e87928;
    padding: .9rem 5.7rem;
    margin-top: .5rem;
    display: inline-block;
    border-radius: 3px;
    color: var(--white);
    font-size: 1.6rem;
    line-height: 2.6rem;
    font-weight: 600;
}
div.tk-content > div.copy {
    width: 100%;
    display: inline-block;
}
@media only screen and (min-width: 1200px) {
    div.tk-content > div.copy {
        width: 64.5%;
        padding-left: 6.8rem;
    }
}
div.tk-content > div.copy p {
    color: var(--grayColor5);
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 2.4rem;
}
@media only screen and (min-width: 992px) {
    div.tk-content > div.copy p {
        font-size: 1.6rem;
    }
}
@media only screen and (min-width: 1200px) {
    div.tk-content > div.copy p {
        font-size: 1.8rem;
        line-height: 2.6rem;
    }
}
div.tk-content > div.copy p.desc {
    margin-bottom: 2rem;
}
@media only screen and (min-width: 1200px) {
    div.tk-content > div.copy p.desc {
        margin-bottom: 3rem;
    }
}
div.tk-content > div.copy p.fine {
    font-size: 1.4rem;
    line-height: 2.4rem;
}
@media only screen and (min-width: 768px) {
    div.tk-content > div.copy p.fine {
        font-size: 1.6rem;
    }
}
@media only screen and (min-width: 1200px) {
    div.tk-content > div.copy p.fine {
        font-size: 1.8rem;
    }
}
div.tk-content > div.copy a {
    color: #e87928;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 2.4rem;
    text-decoration: underline;
    cursor: pointer;
}
@media only screen and (min-width: 1200px) {
    div.tk-content > div.copy a {
        font-size: 1.8rem;
        line-height: 2.6rem;
    }
}
div.tk-content > div.copy p.fine > a {
    font-size: 1.6rem;
}
@media only screen and (min-width: 1200px) {
    div.tk-content > div.copy p.fine > a {
        font-size: 1.8rem;
    }
}
/* ------------------------------------------------------------------------------------------------
 * Partner Section Styles
 * ----------------------------------------------------------------------------------------------*/
#partners {
    margin-top: 3rem;
    margin-bottom: 6rem;
}
#partners h2 {
    color: var(--headerColor);
    font-weight: 700;
    text-align: center;
    letter-spacing: -.4px;
    font-size: 2.8rem;
    line-height: 3.6rem;
    margin-bottom: 5rem;
}
@media only screen and (min-width: 600px) {
    #partners h2 {
        font-size: 3.6rem;
        line-height: 5rem;
        margin-bottom: 7rem;
    }
}
@media only screen and (min-width: 1200px) {
    #partners h2 {
        font-size: 4rem;
        line-height: 4.6rem;
        margin-bottom: 9rem;
    }
}
#partners p {
    text-align: center;
}
#partners div.logo-spreader {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}
#partners div.logo-spreader > div {
    display: inline;
    margin: 0 0 4rem;
    height: 8rem;
    width: 100%;
    text-align: center;
}
#partners div.logo-spreader > div > a {
    display: inline-block;
    height: 8rem;
    line-height: 8rem;
}
#partners div.logo-spreader > div > a > img {
    max-width: 75%;
}
@media only screen and (min-width: 600px) {
    #partners div.logo-spreader > div {
        margin: 0 5rem 4rem 0;
        height: 11rem;
        width: auto;
    }
    #partners div.logo-spreader > div > a {
        height: 11rem;
        line-height: 11rem;
    }
    #partners div.logo-spreader > div > a > img {
        max-width: unset;
    }
}
@media only screen and (min-width: 1200px) {
    #partners div.logo-spreader > div {
        margin: 0 4rem 4rem 0;
        height: 10rem;
    }
    #partners div.logo-spreader > div > a {
        height: 10rem;
        line-height: 10rem;
    }
}
/* ------------------------------------------------------------------------------------------------
 * Footer Styles
 * ----------------------------------------------------------------------------------------------*/
footer.site-footer {
    background-color: var(--footerFill);
    padding: 2rem 0;
    position: relative;
    z-index: 10;
}
@media only screen and (min-width: 600px) {
    footer.site-footer {
        padding: 2.8rem 0 2rem;
    }
}
@media only screen and (min-width: 992px) {
    footer.site-footer {
        padding: 3.4rem 0 2rem;
    }
}
@media only screen and (min-width: 1200px) {
    footer.site-footer {
        padding: 5.7rem 0 3rem;
    }
}
footer.site-footer div.row.footer-v2 {
    align-items: baseline;
    margin-bottom: 4rem;
}
@media only screen and (min-width: 600px) {
    footer.site-footer div.row.footer-v2 {
        margin-bottom: 2rem;
    }
}
@media only screen and (min-width: 992px) {
    footer.site-footer div.row.footer-v2 {
        margin-bottom: 2.5rem;
    }
}
footer.site-footer div.row.footer-v2 h2 {
    color: var(--grayColor1);
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 2rem;
    margin-bottom: .8rem;
    text-transform: uppercase;
}
footer.site-footer div.footer-logo {
    text-align: center;
}
/* Footer Menu */
div.footer-nav {
    padding: 0 2rem 1rem;
    margin: 1.5rem auto 3rem;
    text-align: left;
    border-bottom: 1px solid #4985B0;
}
@media only screen and (min-width: 375px) {
    div.footer-nav {
        padding: 0 2rem 3rem;
    }
}
@media only screen and (min-width: 600px) {
    div.footer-nav {
        padding: 0 0 1rem;
        margin-top: 0;
    }
}
@media only screen and (min-width: 600px) {
    div.footer-nav {
        border-bottom: unset;
        border-right: 1px solid #4985B0;
        padding-left: 5rem;
        padding-bottom: 0;
        height: 298px;
    }
}
@media only screen and (min-width: 768px) {
    div.footer-nav {
        padding-left: 10rem;
        height: 252px;
    }
}
@media only screen and (min-width: 992px) {
    div.footer-nav {
        padding-right: 0;
        padding-left: 25rem;
        height: 250px;
    }
}
@media only screen and (min-width: 1200px) {
    div.footer-nav {
        padding-left: 10rem;
        height: 168px;
    }
}
#menu_footer {
    display: inline-flex;
    list-style: none;
    padding-left: 0;
    width: 100%;
}
#menu_footer .menu_items {
    font-size: 1.2rem;
    line-height: 2.2rem;
    font-weight: 400;
    padding-left: 0;
    margin-bottom: 0;
    color: var(--grayColor1);
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
#menu_footer .menu_items a {
    color: var(--grayColor1);
}
#menu_footer li {
    position: relative;
    display: block;
    padding: 0;
    flex-basis: 50%;
}
@media only screen and (min-width: 600px) {
    #menu_footer li {
        flex-basis: 100%;
    }
}
#menu_footer li:hover a:before {
    color:  #FCE8A4;
}

/* Footer Peril Menu */
div.footer-peril-nav {
    padding: 0 2rem 3rem;
    margin: 0 auto 3rem;
    text-align: left;
    border-bottom: 1px solid #4985B0;
}
@media only screen and (min-width: 600px) {
    div.footer-peril-nav {
        border-bottom: unset;
        border-right: 1px solid #4985B0;
        height: 298px;
        padding-left: 2rem;
    }
}
@media only screen and (min-width: 768px) {
    div.footer-peril-nav {
        height: 252px;
        padding-left: 3rem;
    }
}
@media only screen and (min-width: 992px) {
    div.footer-peril-nav {
        height: 250px;
        padding-left: 2rem;
    }
}
@media only screen and (min-width: 1200px) {
    div.footer-peril-nav {
        height: 168px;
        padding-left: 4rem;
    }
}
div.p-menu-footer {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: baseline;
    width: 100%;
}
div.p-menu-footer > div.p-item {
    flex-basis: 50%;
    font-size: 1.2rem;
    line-height: 2.2rem;
}
@media only screen and (min-width: 600px) {
    div.p-menu-footer > div.p-item {
        flex-basis: 100%;
    }
}
@media only screen and (min-width: 1200px) {
    div.p-menu-footer > div.p-item {
        flex-basis: 48%;
    }
}
div.p-menu-footer > div.p-item a {
    font-size: 1.2rem;
    line-height: 2.2rem;
    color: var(--grayColor1);
    font-weight: 400;
}
/* Footer Programs Menu */
div.footer-programs {
    padding: 0 2rem 1rem;
}
@media only screen and (min-width: 600px) {
    div.footer-programs {
        padding: 0 2rem;
    }
}
@media only screen and (min-width: 1200px) {
    div.footer-programs {
        padding-left: 4rem;
    }
}
div.prog-menu-footer {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: baseline;
    width: 100%;
}
div.prog-menu-footer > div.prog-item {
    flex-basis: 50%;
    font-size: 1.2rem;
    line-height: 1.4rem;
    padding-bottom: .8rem;
}
@media only screen and (min-width: 600px) {
    div.prog-menu-footer > div.prog-item {
        flex-basis: 100%;
    }
}
@media only screen and (min-width: 1200px) {
    div.prog-menu-footer > div.prog-item {
        flex-basis: 45%;
        margin-right:10px;
    }
}
div.prog-menu-footer > div.prog-item a {
    font-size: 1.2rem;
    line-height: 1.4rem;
    color: var(--grayColor1);
    font-weight: 400;
}

/* Footer Social Menu */
/** 'sr' stands for screen reader and is used for people with vision challenges **/
.sr-text,
.screen-reader-text {
    display: none;
}
div.footer-social-nav {
    padding: 0;
    margin: 2.5rem 0 0;
    text-align: center;
}
@media only screen and (min-width: 375px) {
    div.footer-social-nav {
        padding: 0 2rem;
    }
}
#menu_footer_social {
    list-style: none;
    padding-left: 1rem;
}
@media only screen and (min-width: 1200px) {
    #menu_footer_social {
        padding-left: 0;
    }
}
#menu_footer_social .menu_items {
    font-size: 1.2rem;
    line-height: 2.2rem;
    font-weight: 300;
    padding-left: 0;
    margin-bottom: 0;
}
#menu_footer_social .menu_items a {
    color: var(--grayColor1);
}
#menu_footer_social li {
    position: relative;
    display: inline-block;
    padding: 0 1.5rem 0 0;
}
#menu_footer_social li:last-of-type {
    padding-right: 0;
}
/* Set up the initial fa-icons on the list items */
#menu_footer_social li a::before {
    font-family: "Font Awesome 5 Brands";
    display: inline-block;
    vertical-align: top;
    padding: 0 .5rem;
    content: '\f16d';
    font-size: 1.4rem;
    font-weight: 400;
    color: var(--grayColor1);
    -webkit-font-smoothing: antialiased;
}
#menu_footer_social li a[href*="facebook.com"]::before {
    content: '\f39e'
}
#menu_footer_social li a[href*="twitter.com"]::before {
    content: '\f099'
}
#menu_footer_social li a[href*="youtube.com"]::before {
    content: '\f167'
}
#menu_footer_social li a[href*="podcasts.apple.com"]::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f2ce'
}
#menu_footer_social li a[href*="wordpress.org"]::before {
    content: '\f19a'
}

#menu_footer_social li:hover a:before {
    color:  #FCE8A4;
}
/* Footer Copyright */
div.footer-info {
    margin-top: .5rem;
}
div.footer-copyright {
    margin-top: 2.5rem;
}
div.footer-copyright p, div.footer-info p {
    text-align: center;
    color: var(--white);
    font-size: 1.2rem;
    font-weight: 400;
}

/* ------------------------------------------------------------------------------------------------
 * Fact Sheet Archive/Single Template Styles
 * ----------------------------------------------------------------------------------------------*/
#fs_header div.container,
#fs_single_header div.container {
    background-color: var(--footerFill);
    box-shadow: 0 2px 2px rgba(0,0,0,0.1);
    margin-top: 0;
    margin-bottom: .5rem;
}
@media only screen and (min-width: 600px) {
    #fs_header div.container,
    #fs_single_header div.container {
        border-radius: 3px;
    }
}
#fs_header div.fs-header,
#fs_single_header div.fs-header {
    display: block;
    padding: 2rem 1rem;
    text-align: center;
}
@media only screen and (min-width: 600px) {
    #fs_header div.fs-header,
    #fs_single_header div.fs-header {
        padding: 3rem 1rem 4rem;
    }
}
@media only screen and (min-width: 768px) {
    #fs_header div.fs-header,
    #fs_single_header div.fs-header {
        padding: 3rem 1rem 5rem;
    }
}
@media only screen and (min-width: 992px) {
    #fs_header div.fs-header,
    #fs_single_header div.fs-header {
        padding: 3rem 2rem 5rem;
    }
}
@media only screen and (min-width: 1200px) {
    #fs_header div.fs-header ,
    #fs_single_header div.fs-header {
        padding: 5rem 2rem 10rem;
    }
}
#fs_single_header > div.container {
    position: relative;
}
div.fs-header h1 {
    font-size: 2.4rem;
    line-height: 3.2rem;
    font-weight: 700;
    letter-spacing: -.4px;
    margin-top: 2rem;
    color: var(--white);
}
@media only screen and (min-width: 768px) {
    div.fs-header h1 {
        display: inline-block;
        width: 69.5%;
        vertical-align: top;
        text-align: left;
    }
}
@media only screen and (min-width: 992px) {
    div.fs-header h1 {
        vertical-align: middle;
    }
}
@media only screen and (min-width: 1200px) {
    div.fs-header h1 {
        font-size: 3rem;
        line-height: 3.8rem;
    }
}
div.fs-header div.ts-logo {
    width: 50%;
    display: inline-block;
}
@media only screen and (min-width: 600px) {
    div.fs-header div.ts-logo {
        width: 40%;
    }
}
@media only screen and (min-width: 768px) {
    div.fs-header div.ts-logo {
        width: 30%;
        text-align: center;
    }
}
div.fs-header div.ts-logo img {
    max-width: 100%;
}
@media only screen and (min-width: 768px) {
    div.fs-header div.ts-logo img {
        max-width: 75%;
    }
}
#fs_header div.fs-subtext,
#fs_single_header div.fs-subtext {
    background-color: var(--white);
    box-shadow: none;
}
#fs_header div.fs-subtext div.content,
#fs_single_header div.fs-subtext div.content {
    position: relative;
    margin-top: -2rem;
    padding: 1.5rem 2rem;
    background-color: var(--white);
    border-radius: 3px;
    box-shadow: 0 2px 3px rgba(0,0,0,0.08);
}
#fs_single_header div.fs-subtext div.content {
    display: flex;
    justify-content: center;
    text-align: center;
}
@media only screen and (min-width: 600px) {
    #fs_header div.fs-subtext div.content {
        margin-top: -2.8rem;
    }
}
@media only screen and (min-width: 768px) {
    #fs_header div.fs-subtext div.content {
        margin-top: -3.5rem;
    }
}
@media only screen and (min-width: 1200px) {
    #fs_header div.fs-subtext div.content {
        margin-top: -7rem;
    }
}
#fs_header div.fs-subtext div.content p {
    text-align: center;
    color: var(--grayColor5);
    font-size: 1.4rem;
    line-height: 2.2rem;
    font-weight: 400;
}
@media only screen and (min-width: 600px) {
    #fs_header div.fs-subtext div.content p {
        font-weight: 400;
    }
}
@media only screen and (min-width: 768px) {
    #fs_header div.fs-subtext div.content p {
        padding: 0 3rem;
        font-size: 1.6rem;
    }
}
@media only screen and (min-width: 1200px) {
    #fs_header div.fs-subtext div.content p {
        padding: 2rem 10rem 1rem;
        line-height: 2.4rem;
    }
}
#fs_single_header div.content a {
    display: block;
    background: #e87928;
    color: var(--white);
    font-size: 1.4rem;
    font-weight: 600;
    padding: .5rem 1.7rem;
    border-radius: 3px;
    position: absolute;
    bottom: 2.5rem;
}
@media only screen and (min-width: 768px) {
    #fs_single_header div.content a {
        font-size: 1.6rem;
        padding: .9rem 2.2rem;
    }
}
#fs_body {
    margin: 3rem 0;
}
@media only screen and (min-width: 768px) {
    #fs_body {
        margin-top: 3.9rem;
    }
}
@media only screen and (min-width: 992px) {
    #fs_body {
        margin-top: 4.8rem;
    }
}
@media only screen and (min-width: 1200px) {
    #fs_body {
        margin-top: 5.7rem;
    }
}
#fs_body div.fs-container {
    background-color: var(--white);
    border: 2px solid var(--grayColor1);
    border-radius: .3rem;
    box-shadow: 0 2px 3px rgba(0,0,0,0.08);
    padding-left: 0;
    padding-right: 0;
}
#fs_body div.col-12.fs-container {
    max-width: 90%;
    margin: 0 auto 3rem;
}
#fs_body div.col-md-10.fs-container {
    margin-bottom: 4.6rem;
}
#fs_body div.col-12.fs-container div.f_img {
    width: 30%;
    height: 13.75rem;
}
#fs_body div.col-md-10.fs-container div.f_img {
    width: 14rem;
    height: 25.5rem;
}
@media only screen and (min-width: 768px) {
    #fs_body div.col-md-10.fs-container div.f_img {
        width: 20rem;
    }
}
@media only screen and (min-width: 992px) {
    #fs_body div.col-md-10.fs-container div.f_img {
        width: 25rem;
        height: 30rem;
    }
}
@media only screen and (min-width: 1200px) {
    #fs_body div.col-md-10.fs-container div.f_img {
        width: 23.4rem;
        height: 29.2rem;
    }
}
#fs_body div.col-12.fs-container div.content-header {
    width: 68.5%;
    padding: 2.5rem 2rem;
}
#fs_body div.fs-container div.content-header h3,
#fs_body div.fs-container div.content h3 {
    width: 100%;
    text-align: center;
    font-weight: 700;
    letter-spacing: -.4px;
    color: var(--footerFill);
    margin-bottom: 1.5rem;
}
#fs_body div.col-12.fs-container div.content-header h3 {
    font-size: 2rem;
    line-height: 2.6rem;
}
#fs_body div.col-12.fs-container div.content {
    width: 100%;
    margin-right: 0;
    padding: 2rem;
}
#fs_body div.col-md-10.fs-container div.content {
    position: relative;
    width: 65.5%;
    height: 25.5rem;
    margin-right: 0;
    padding: 4rem 1rem 4rem 2rem;
}
@media only screen and (min-width: 992px) {
    #fs_body div.col-md-10.fs-container div.content {
        width: 67.5%;
        height: 30rem;
        margin-right: 0;
        padding: 2rem 2rem 4rem;
    }
}
@media only screen and (min-width: 1200px) {
    #fs_body div.col-md-10.fs-container div.content {
        width: 72.5%;
        padding: 4rem 2rem 4rem 3rem;
    }
}
@media only screen and (min-width: 1440px) {
    #fs_body div.col-md-10.fs-container div.content {
        height: 29.2rem;
        padding: 4rem 1.5rem;
    }
}
#fs_body div.col-md-10.fs-container div.content h3 {
    font-size: 2.4rem;
    line-height: 2.6rem;
    margin-bottom: 1.5rem;
}
@media only screen and (min-width: 992px) {
    #fs_body div.col-md-10.fs-container div.content h3 {
        font-size: 3.2rem;
        line-height: 3.8rem;
        margin-bottom: 2.5rem;
    }
}
#fs_body div.col-12.fs-container div.content p {
    text-align: center;
    color: var(--grayColor5);
    font-size: 1.4rem;
    line-height: 2rem;
}
#fs_body div.fs-container div.content > a,
#fs_body div.fs-container > a {
    display: block;
    text-align: center;
    margin: 0 auto;
    background-color: #e87928;
    border-radius: .3rem;
    color: var(--white);
    font-weight: 600;
}
#fs_body div.col-12.fs-container div.content > a {
    width: 80%;
    padding: .5rem 1.5rem;
    font-size: 1.4rem;
    line-height: 2rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
}
#fs_body div.col-md-10.fs-container div.content > a {
    position: absolute;
    width: 60%;
    padding: .75rem 2rem;
    font-size: 1.6rem;
    line-height: 2.6rem;
    bottom: 3rem;
    right: 20%;
}
@media only screen and (min-width: 992px) {
    #fs_body div.col-md-10.fs-container div.content > a {
        width: auto;
        right: 34%;
        padding: .9rem 2.2rem;
    }
}
#fs_body div.col-md-10.fs-container div.content p {
    text-align: center;
    color: var(--grayColor5);
    font-size: 1.4rem;
    line-height: 2rem;
}
@media only screen and (min-width: 1200px) {
    #fs_body div.col-md-10.fs-container div.content p {
        padding: 0 1.5rem;
    }
}

/* ------------------------------------------------------------------------------------------------
 * Fact Sheet Single Template Styles
 * ----------------------------------------------------------------------------------------------*/
#fs_single_header div.container {
    padding-bottom: 12rem;
}
@media only screen and (min-width: 360px) {
    #fs_single_header div.container {
        padding-bottom: 8rem;
    }
}
@media only screen and (min-width: 600px) {
    #fs_single_header div.container {
        padding-bottom: 5rem;
    }
}
@media only screen and (min-width: 1200px) {
    #fs_single_header div.container {
        padding-bottom: 1rem;
    }
}
#fs_single_header div.col-12.fs-header {
    display: block;
    padding: 2rem;
}
#fs_single_header div.col-12.fs-header div.fs-logo,
#fs_single_header div.col-12.fs-header div.ts-tornado {
    width: 25%;
    display: block;
    vertical-align: top;
}
@media only screen and (min-device-width: 600px) {
    #fs_single_header div.col-12.fs-header div.fs-logo,
    #fs_single_header div.col-12.fs-header div.ts-tornado {
        width: 20%;
    }
}
#fs_single_header div.col-12.fs-header div.fs-logo,
#fs_single_header div.col-md-12.fs-header div.fs-logo {
    float: left;
}
#fs_single_header div.col-12.fs-header div.ts-tornado,
#fs_single_header div.col-md-12.fs-header div.ts-tornado {
    float: right;
}
#fs_single_header div.col-md-12.fs-header div.fs-logo,
#fs_single_header div.col-md-12.fs-header div.ts-tornado {
    width: 18%;
    display: block;
    vertical-align: top;
}
@media only screen and (min-width: 992px) {
    #fs_single_header div.col-md-12.fs-header div.fs-logo,
    #fs_single_header div.col-md-12.fs-header div.ts-tornado {
        width: 15%;
    }
}
#fs_single_header div.col-12.fs-header div.fs-logo img {
    max-width: 100%;
}
#fs_single_header div.col-12.fs-header div.ts-tornado img {
    max-width: 100%;
}
#fs_single_header div.col-md-12.fs-header div.fs-logo img {
    max-width: 100%;
}
#fs_single_header div.col-md-12.fs-header div.ts-tornado img {
    max-width: 100%;
}

#fs_single_header div.fs-header h1 {
    clear: both;
    padding: 1.5rem .5rem .5rem;
}
@media only screen and (min-width: 600px) {
    #fs_single_header div.fs-header h1 {
        padding-bottom: 1rem;
    }
}
#fs_single_header div.fs-header h2 {
    color: var(--white);
    font-style: italic;
}
#fs_single_header div.fs-header div.title {
    display: inline-grid;
    width: 64%;
    justify-content: space-around;
    height: 100%;
    align-items: center;
}
@media only screen and (min-width: 992px) {
    #fs_single_header div.fs-header div.title {
        width: 69%;
    }
}
@media only screen and (min-width: 768px) {
    #fs_single_header div.fs-header h1,
    #fs_single_header div.fs-header h2 {
        display: grid;
        align-self: end;
        width: 100%;
        margin: 0;
        padding: 0;
        height: 3rem;
        text-align: center;
    }
    #fs_single_header div.fs-header h2 {
        height: 2.4rem;
        align-self: baseline;
    }
}
@media only screen and (min-width: 1200px) {
    #fs_single_header div.fs-header h1 {
        font-size: 4.8rem;
        line-height: 5.2rem;
        height: 5.2rem;
    }
}
#fs_single_header div.fs-subtext {
    padding-bottom: 0;
}
#fs_single_header div.fs-subtext div.content {
    margin-top: -13rem;
    min-height: 17.5rem;
}
@media only screen and (min-width: 360px) {
    #fs_single_header div.fs-subtext div.content {
        margin-top: -9rem;
    }
}
@media only screen and (min-width: 600px) {
    #fs_single_header div.fs-subtext div.content {
        margin-top: -7rem;
        min-height: 16rem;
    }
}
@media only screen and (min-width: 768px) {
    #fs_single_header div.fs-subtext div.content {
        margin-top: -10rem;
    }
}
@media only screen and (min-width: 1200px) {
    #fs_single_header div.fs-subtext div.content {
        margin-top: -9rem;
    }
}
@media only screen and (min-width: 1440px) {
    #fs_single_header div.fs-subtext div.content {
        padding: 3rem 0 8.5rem;
    }
}
#fs_single_header div.fs-subtext div.content p {
    font-size: 1.4rem;
    line-height: 2.2rem;
    font-weight: 600;
    text-align: center;
    color: var(--headerColor);
    margin-bottom: 0;
    padding-bottom: 6rem;
}
@media only screen and (min-width: 768px) {
    #fs_single_header div.fs-subtext div.content p {
        padding: 0 2rem 7rem;
        font-size: 1.6rem;
    }
}
@media only screen and (min-width: 992px) {
    #fs_single_header div.fs-subtext div.content p {
        font-size: 1.8rem;
        padding: 1rem 4rem 7rem;
    }
}
@media only screen and (min-width: 1200px) {
    #fs_single_header div.fs-subtext div.content p {
        font-size: 2rem;
        line-height: 2.8rem;
        padding: 1rem 6rem;
    }
}
#fs_single_content {
    margin: 4rem 0 4rem;
}
@media only screen and (min-width: 992px) {
    div.container.facts div.col-10 {
        margin-bottom: 2rem;
    }
}
div.container.facts h2 {
    font-size: 1.8rem;
    line-height: 3rem;
    margin-bottom: 1.5rem;
}
@media only screen and (min-width: 768px) {
    div.container.facts h2 {
        font-size: 2rem;
        line-height: 3.4rem;
        margin-bottom: 1.5rem;
    }
}
@media only screen and (min-width: 1200px) {
    div.container.facts h2 {
        margin-bottom: 2rem;
    }
    div.container.facts h2.ruled {
        background: url(../images/hr.png) repeat-x left 55%;
        background-size: 2px;
    }
}
div.container.facts h2 > span {
    background: var(--bgFill);
}
div.container.facts h2 > span.section-number {
    padding-right: 1rem;
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--headerColor);
}
@media only screen and (min-width: 768px) {
    div.container.facts h2 > span.section-number {
        font-size: 2rem;
    }
}
div.container.facts h2 > span.section-title {
    vertical-align: top;
    color: var(--headerColor);
    font-weight: 700;
    padding-right: 1.5rem;
}
div.fs-section-content {
    padding: 0 .5rem 0 1.5rem;
}
@media only screen and (min-width: 768px) {
    div.fs-section-content {
        width: 68.5%;
        display: inline-block;
    }
}
div.fs-section-content > ul,
div.fs-section-content-only > ul {
    padding-left: 1.5rem;
}
div.fs-section-content.none > ul,
div.fs-section-content.none > ol,
div.fs-section-content-only.none > ul,
div.fs-section-content-only.none > ol {
    list-style-type: none;
}
div.fs-section-content.none > ul,
div.fs-section-content-only.none > ul {
    padding-left: 0;
}
div.fs-section-content.none > ol,
div.fs-section-content-only.none > ol {
    padding-left: 1.75rem !important;
}
@media only screen and (min-width: 768px) {
    div.fs-section-content.double > ul,
    div.fs-section-content-only.double > ul {
        columns: 2;
    }
    div.fs-section-content > ul > li,
    div.fs-section-content-only > ul > li {
        padding-right: 1.5rem;
    }
}
div.fs-section-content.none.divided > ol > li,
div.fs-section-content-only.none.divided > ol > li {
    border-bottom: 2px solid var(--headerColor);
    padding-bottom: 1rem;
    margin-bottom: 2rem;
}
div.fs-section-content.none.divided > ol > li:last-of-type,
div.fs-section-content-only.none.divided > ol > li:last-of-type {
    border-bottom: none;
}
@media only screen and (min-width: 992px) {
    div.fs-section-content > ul > li,
    div.fs-section-content-only > ul > li {
        padding-right: 2rem;
    }
}
div.fs-section-content > ul li,
div.fs-section-content-only > ul li {
    font-size: 1.4rem;
    line-height: 2rem;
    margin-bottom: .75rem;
    color: #000000;
}
@media only screen and (min-width: 768px) {
    div.fs-section-content > ul li,
    div.fs-section-content-only > ul li {
        font-size: 1.6rem;
        line-height: 2.2rem;
        margin-bottom: 1rem;
    }
}
@media only screen and (min-width: 1200px) {
    div.fs-section-content > ul li,
    div.fs-section-content-only > ul li {
        font-size: 1.8rem;
        line-height: 2.6rem;
        margin-bottom: 1rem;
    }
}
div.fs-section-image {
    text-align: center;
    padding-bottom: 1.5rem;
}
@media only screen and (min-width: 768px) {
    div.fs-section-image {
        width: 30%;
        display: inline-block;
        vertical-align: top;
    }
}
div.fs-section-image img {
    max-width: 90%;
    border: 1px solid var(--grayColor4);
    box-shadow: 0 3px 6px rgba(0,0,0,0.1);
}
div.fs-section-post-image {
    text-align: center;
    margin-bottom: 2rem;
}
@media only screen and (min-width: 1200px) {
    div.fs-section-post-image {
        margin-bottom: 4rem;
    }
}
div.fs-section-post-image > img {
    max-width: 100%;
}
div.fs-section-content-only {
    padding: 0 .5rem 0 0;
}
div.fs-section-content-only > ol {
    padding-left: 1.75rem;
}
div.fs-section-content-only > ol > li {
    font-size: 1.4rem;
    line-height: 2rem;
    color: #000000;
    padding-left: .5rem;
}
@media only screen and (min-width: 768px) {
    div.fs-section-content-only > ol > li {
        font-size: 1.6rem;
        line-height: 2.2rem;
    }
}
div.fs-section-content-only.none > ol > li {
    padding-left: 0;
}
@media only screen and (min-width: 1200px) {
    div.fs-section-content-only > ol > li {
        font-size: 1.8rem;
        line-height: 2.6rem;
    }
}
div.fs-section-content-only > ol li::marker {
    content: "Q: ";
    font-weight: 700;
}
div.fs-section-content-only > ol li > ul {
    padding-left: 0;
    padding-bottom: 1rem;
}
div.fs-section-content-only > ol li > ul li {
    padding-left: .25rem;
    padding-top: .75rem;
    font-size: 1.4rem;
    line-height: 2rem;
    color: #000000;
}
@media only screen and (min-width: 768px) {
    div.fs-section-content-only > ol li > ul li {
        font-size: 1.6rem;
        line-height: 2.2rem;
    }
}
@media only screen and (min-width: 1200px) {
    div.fs-section-content-only > ol li > ul li {
        font-size: 1.8rem;
        line-height: 2.6rem;
    }
}
div.fs-section-content-only > ol li > ul li::marker {
    content: "A: ";
    font-weight: 700;
}
div.fs-section-content > h3,
div.fs-section-content-only > h3 {
    font-size: 1.8rem;
    line-height: 2rem;
    font-weight: 600;
    color: #000000;
    margin-bottom: 1.5rem;
}
div.fs-section-content > h3.reverse,
div.fs-section-content-only > h3.reverse {
    background-color: var(--headerColor);
    padding: .9rem;
    color: var(--white);
    text-align: center;
    margin-top: 2rem;
}
div.fs-section-content > p,
div.fs-section-content-only > p {
    font-size: 1.4rem;
    line-height: 2rem;
    color: #000000;
}
@media only screen and (min-width: 768px) {
    div.fs-section-content > p,
    div.fs-section-content-only > p {
        font-size: 1.6rem;
        line-height: 2.2rem;
    }
}
@media only screen and (min-width: 1200px) {
    div.fs-section-content > p,
    div.fs-section-content-only > p {
        font-size: 1.8rem;
        line-height: 2.6rem;
    }
}
/* Next / Back links  */
#fs_single_header > div.container > div.prev-nav-top,
#fs_single_header > div.container > div.next-nav-top {
    position: absolute;
    top: 37rem;
}
#fs_single_header > div.container > div.prev-nav-top {
    left: .5rem;
}
#fs_single_header > div.container > div.next-nav-top {
    right: .5rem;
}
@media only screen and (min-width: 360px) {
    #fs_single_header > div.container > div.prev-nav-top,
    #fs_single_header > div.container > div.next-nav-top {
        top: 36rem;
    }
}
@media only screen and (min-width: 600px) {
    #fs_single_header > div.container > div.prev-nav-top {
        left: 0;
    }
    #fs_single_header > div.container > div.next-nav-top {
        right: 0;
    }
}
@media only screen and (min-width: 768px) {
    #fs_single_header > div.container > div.prev-nav-top,
    #fs_single_header > div.container > div.next-nav-top {
        top: 32rem;
    }
}
@media only screen and (min-width: 1200px) {
    #fs_single_header > div.container > div.prev-nav-top,
    #fs_single_header > div.container > div.next-nav-top {
        top: 1.6rem;
    }
    #fs_single_header > div.container > div.prev-nav-top {
        left: -5rem;
    }
    #fs_single_header > div.container > div.next-nav-top {
        right: -5rem;
    }
}
div.prev-nav-top a,
div.next-nav-top a {
    font-size: 1.2rem;
    line-height: 2rem;
    text-decoration: underline;
    color: #ee6947;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: bold;
}
div.nav-end {
    display: block;
    text-align: center;
    margin-bottom: 6rem;
}
@media only screen and (min-width: 1200px) {
div.nav-end {
    margin-bottom: 8rem;
}
}
div.nav-end > div.prev-nav-bottom,
div.nav-end > div.next-nav-bottom {
    display: inline-block;
}
div.nav-end > div.prev-nav-bottom {
    margin-right: 2rem;
}
@media only screen and (min-width: 992px) {
    div.nav-end > div.prev-nav-bottom,
    div.nav-end > div.next-nav-bottom {
        margin-right: 3.2rem;
    }
}
div.prev-nav-bottom a,
div.next-nav-bottom a {
    display: block;
    text-align: center;
    background-color: #e87928;
    border-radius: 3px;
    color: var(--white);
    width: 11rem;
    font-size: 1.4rem;
    font-weight: 600;
    padding: .9rem 0;
    cursor: pointer;
}
@media only screen and (min-width: 768px) {
    div.prev-nav-bottom a,
    div.next-nav-bottom a {
        font-size: 1.6rem;
    }
}
/* ------------------------------------------------------------------------------------------------
 * - Page Hero Images and titles
 * ----------------------------------------------------------------------------------------------*/
div.hero-img {
    min-height: 20rem;
    background-size: cover;
    background-position: left center;
    position: relative;
    border-bottom: 5px solid #F1B53D;
}
div.hero-img > div.page-title {
    position: absolute;
    top: 7rem;
    left: 3rem;
}
@media only screen and (min-width: 768px) {
    div.hero-img > div.page-title {
        left: 8rem;
        top: 8rem;
    }
}
@media only screen and (min-width: 1200px) {
    div.hero-img {
        height: 28rem;
    }
    div.hero-img > div.page-title {
        left: 20rem;
        top: 9rem;
    }
}
div.page-title h1,
div.page-title h2 {
    font-family: var(--primaryFont);
    color: var(--white);
    font-weight: 700;
    letter-spacing: -.4px;
    margin-bottom: 0;
    font-size: 4.1rem;
    line-height: 5rem;
}
@media only screen and (min-width: 1200px) {
    div.page-title h1,
    div.page-title h2 {
        font-size: 6.1rem;
        line-height: 7rem;
    }
}
div.hero-img-cropped {
    min-height: 20rem;
    background-size: cover;
    background-position: left top;
    position: relative;
    width: 100%;
    margin: 0 auto;
}
@media only screen and (min-width: 768px) {
    div.hero-img-cropped {
        width: 95%;
    }
}
@media only screen and (min-width: 1200px) {
    div.hero-img-cropped {
        width: 92%;
        height: 465px;
    }
}
div.page-intro {
    position: absolute;
    top: 3.5rem;
    padding: 0 2.5rem;
}
@media only screen and (min-width: 768px) {
    div.page-intro {
        padding: 0 6rem;
        top: 5.5rem;
    }
}
@media only screen and (min-width: 1200px) {
    div.page-intro {
        padding: 0;
        top: 18.3rem;
        left: 22.6rem;
        width: 88rem;
    }
}
div.page-intro > h1, div.page-intro > h2, div.page-intro > p {
    color: var(--white);
    text-align: center;
}
div.page-intro > h1 {
    font-weight: 700;
    letter-spacing: -.5px;
    font-size: 2.4rem;
    line-height: 2.6rem;
    margin-bottom: 1rem;
}
div.page-intro > p {
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 2.2rem;
}
@media only screen and (min-width: 768px) {
    div.page-intro > h1 {
        font-size: 2.8rem;
        line-height: 3.4rem;
    }
}
@media only screen and (min-width: 1200px) {
    div.page-intro > h1 {
        font-size: 4.8rem;
        line-height: 5.425rem;
    }
    div.page-intro > p {
        font-size: 1.8rem;
        line-height: 2.6rem;
        padding: 0 7rem;
    }
}
/* ------------------------------------------------------------------------------------------------
 * - Single Peril Styles
 * ----------------------------------------------------------------------------------------------*/
div.fi-info {
    position: absolute;
    left: 0;
    bottom: 0;
    padding-left: 2rem;
    padding-bottom: 1rem;
}
@media only screen and (min-width: 768px) {
    div.fi-info {
        left: unset;
        right: 0;
        padding-left: 0;
        padding-right: 2.6rem;
        padding-bottom: 1.5rem;
        text-align: right;
    }
}
@media only screen and (min-width: 1200px) {
    div.fi-info {
        padding-right: 3.6rem;
        padding-bottom: 3rem;
        text-align: right;
    }
}
@media only screen and (min-width: 1440px) {
    div.fi-info {
        padding-right: 3.6rem;
        padding-bottom: 6rem;
        text-align: right;
    }
}
div.peril-info > p {
    color: var(--white);
    font-weight: 500;
}
@media only screen and (min-width: 1200px) {
    div.peril-info > p {
        font-size: 1.8rem;
        line-height: 2.6rem;
        margin-bottom: 2rem;
    }
}
div.fi-info > h3 {
    color: var(--white);
    font-weight: 700;
    letter-spacing: -.4px;
    margin-bottom: 0;
}
div.fi-info > p {
    color: var(--grayColor1);
    font-weight: 400;
}
@media only screen and (min-width: 1200px) {
    div.fi-info > h3 {
        font-size: 2.6rem;
        line-height: 3.268rem;
    }
    div.fi-info > p {
        font-size: 1.6rem;
        line-height: 2.6rem;
    }
}
div.peril-content-wrapper {
    margin-top: -4rem;
}
@media only screen and (min-width: 1200px) {
    div.peril-content-wrapper {
        margin-top: -8rem;
    }
}
#peril_nav {
    margin: 4.5rem 0 6rem;
}
div.peril-nav {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    position: relative;
}
div.peril-nav::before {
    display: block;
    position: absolute;
    content: '';
    background-image: url(../images/flash-logo.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    top: 0;
    left: 0;
}
div.peril-nav::after {

}
@media only screen and (min-width: 1200px) {
    div.peril-nav::before {
        width: 11rem;
        height: 11rem;
        left: 3rem;
        top: -.25rem;
    }
}
div.peril-nav > div.peril-when {
    flex-basis: 80%;
    display: table;
    box-shadow: 0 2px 3px rgba(0,0,0,.08);
}
@media only screen and (min-width: 1200px) {
    div.peril-nav {
        flex-wrap: nowrap;
        justify-content: right;
        height: 10rem;
    }
    div.peril-nav > div.peril-when {
        flex-basis: 27.5%;
        height: 6.4rem;
        margin: auto 1rem auto 0;
    }
    div.peril-nav > div.peril-when:last-of-type {
        margin-right: 0;
    }
}
div.peril-when > a {
    display: block;
    border: 2px solid var(--headerColor);
    border-radius: 3px;
    color: var(--headerColor);
    background-color: var(--white);
    transition: all .3s ease-in;
    text-align: center;
    font-weight: 700;
    cursor: pointer;
}
div.peril-when > a:hover,
div.peril-when.active > a {
    color: var(--white);
    border: 2px solid var(--sepColor2);
    background-color: var(--sepColor2);
    text-decoration: none;
}
@media only screen and (min-width: 1200px) {
    div.peril-when > a {
        line-height: 6rem;
        font-size: 2rem;
    }
}
div.peril-phase {
    margin-left: -200rem;
    height: 0;
    transition: margin .3s ease-in-out;
    position: relative;
}
@media only screen and (min-width: 1200px) {
    div.peril-phase {
        padding-left: 3rem;
        padding-right: 3rem;
    }
}
div.peril-phase.active {
    margin: 0 auto;
    height: auto;
}
div.peril-phase > div.expand-all {
    position: absolute;
    right: 0;
    top: -2rem;
}
@media only screen and (min-width: 1200px) {
    div.peril-phase > div.expand-all {
        right: 3rem;
        top: -3.5rem;
    }
}
div.expand-all > a {
    color: var(--flashSecOrange);
    text-decoration: underline;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 1.2rem;
    line-height: 3.2rem;
}
div.topic-wrapper {
    padding: 3.4rem 2.7rem 3.4rem 3.5rem;
    background-color: #fff;
    border: 2px solid #c4c4c4;
    border-radius: 2px;
    box-shadow: 0 2px 3px rgba(0,0,0,.08);
}
@media only screen and (min-width: 1200px) {
    div.topic-wrapper {
        margin-bottom: 2rem;
    }
}
div.topic-header {
    display: flex;
    flex-wrap: nowrap;
}
div.topic-header > div.topic-header-text {
    flex-basis: 95%;
    position: relative;
}
@media only screen and (min-width: 1200px) {
    div.topic-header > div.topic-header-text {
        padding-left: 9.73rem;
    }
}
div.topic-header > div.topic-header-text::before {
    display: block;
    position: absolute;
    content: '';
    height: 6rem;
    width: 6rem;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}
@media only screen and (min-width: 1200px) {
    div.topic-header > div.topic-header-text::before {
        height: 6rem;
        width: 6rem;
        top: -1.5rem;
        left: 0;
    }
}
div.topic-header > div.topic-header-text > h2 {
    font-weight: 700;
    color: var(--flashBlue);
    letter-spacing: -.4px;
}
@media only screen and (min-width: 1200px) {
    div.topic-header > div.topic-header-text > h2 {
        font-size: 2.6rem;
        line-height: 3.268rem;
    }
}
div.topic-header > div.topic-expander {
    flex-basis: 5%;
}
div.topic-expander > div.exp-bttn {
    position: relative;
    background: var(--flashSecOrange);
    border-radius: 3px;
    cursor: pointer;
}
@media only screen and (min-width: 1200px) {
    div.topic-expander > div.exp-bttn {
        height: 4rem;
        width: 4rem;
    }
}
div.exp-bttn > div.exp-arrow {
    position: absolute;
    width: 1.063rem;
    height: 1.063rem;
    border-top: 2px solid white;
    border-right: 2px solid white;
    transform: rotate(135deg);
    left: 1.5rem;
    top: 1.15rem;
    transition: all .3s ease-in;
}
div.exp-bttn > div.exp-arrow.open {
    transform: rotate(-45deg);
    top: 1.65rem;
}
@media only screen and (min-width: 1200px) {
    div.exp-bttn > div.exp-arrow {
        left: 1.5rem;
        top: 1.15rem;
    }
}
div.topic-content {
    height: 0;
    padding-top: 0;
    overflow-y: hidden;
    transition: all .3s ease-in;
}
div.topic-content.open {
    padding-top: 2rem;
    height: auto;
}
/* ------------------------------------------------------------------------------------------------
 * - Partners archive
 * ----------------------------------------------------------------------------------------------*/
div.hero-img-partnerships {
    min-height: 20rem;
    background-size: cover;
    background-position: left center;
    position: relative;
}
@media only screen and (min-width: 1200px) {
    div.hero-img-partnerships {
        height: 48.8rem;
    }
}
div.hero-img-partnerships > div.page-title {
    position: absolute;
    top: 7rem;
    left: 3rem;
}
@media only screen and (min-width: 768px) {
    div.hero-img-partnerships > div.page-title {
        left: 8rem;
        top: 8rem;
    }
}
@media only screen and (min-width: 1200px) {
    div.hero-img-partnerships > div.page-title {
        width: 50%;
        left: 25%;
        top: 12rem;
    }
}
div.hero-img-partnerships > div.page-title h2 {
    font-family: var(--primaryFont);
    color: var(--white);
    font-weight: 700;
    letter-spacing: -.5px;
    margin-bottom: 0;
    font-size: 4.1rem;
    line-height: 5rem;
    text-align: center;
}
@media only screen and (min-width: 1200px) {
    div.hero-img-partnerships > div.page-title h2 {
        font-size: 4.8rem;
        line-height: 5.425rem;
        margin-bottom: 2.7rem;
    }
}
div.hero-img-partnerships > div.page-title p {
    color: var(--white);
    font-size: 1.6rem;
    line-height: 2.2rem;
    font-weight: 600;
    text-align: center;
}
@media only screen and (min-width: 1200px) {
    div.hero-img-partnerships > div.page-title p {
        font-size: 1.8rem;
        line-height: 2.6rem;
        margin-bottom: 1.5rem;
    }
}
#legacy_partners {
    position: relative;
    z-index: 25;
}
div.container.leg-partners {
    border-radius: 3px;
    border: 1px solid rgba(0,0,0,0.1);
    background: var(--white);
    box-shadow: 0 2px 4px rgba(0,0,0,0.25);
    position: relative;
    z-index: 25;
}
div.container.leg-partners > h2 {
    font-weight: 700;
    letter-spacing: -.4px;
    color: var(--flashSecBlue);
    text-align: center;
}
@media only screen and (min-width: 1200px) {
    div.container.leg-partners > h2 {
        font-size: 4rem;
        line-height: 4.6rem;
        margin-bottom: 10rem;
    }
}
div.container.leg-partners > div.row {
    text-align: center;
    justify-content: space-evenly;
    align-items: center;
    padding: 0 30px;
    margin-bottom: 2rem;
}
div.container.leg-partners > div.row.partner-cta {
    padding-bottom: 28rem;
}
@media only screen and (min-width: 600px) {
    div.container.leg-partners > div.row.partner-cta {
        padding-bottom: 24rem;
    }
}
@media only screen and (min-width: 768px) {
    div.container.leg-partners > div.row.partner-cta {
        padding-bottom: 28rem;
    }
}
@media only screen and (min-width: 992px) {
    div.container.leg-partners > div.row.partner-cta {
        padding-bottom: 24rem;
    }
}
@media only screen and (min-width: 1200px) {
    div.container.leg-partners > div.row.logos {
        padding: 0 30px;
        margin-bottom: 3.6rem;
    }
    div.container.leg-partners > div.row > div.col-3 {
        margin-bottom: 4rem;
    }
    div.container.leg-partners > div.row.partner-cta {
        padding-bottom: 26rem;
    }
}
@media only screen and (min-width: 1440px) {
    div.container.leg-partners > div.row.partner-cta {
        padding-bottom: 32rem;
    }
}
div.col-12.blue-cta > a {
    background: var(--flashSecBlue);
    border-radius: 3px;
    color: var(--white);
    padding: 1rem 5.2rem;
    font-weight: 600;
    font-size: 2.1rem;
    line-height: 2.6rem;
}
div.col-12.blue-cta > a:hover {
    background: var(--flashBlue);
    text-decoration: none;
}
div.org-col > p {
    color: var(--grayColor7);
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.6rem;
}
div.org-col > p > a {
    color: var(--grayColor7);
    text-decoration: none;
}
div.org-col > p > a:hover {
    text-decoration: underline;
}
div.row.eye-candy {
    justify-content: center;
    background-image: url(../images/benefit_top.png);
    height: 6.5rem;
    background-repeat: no-repeat;
    background-position: center center;
}
div.sec-orange-cta {
    padding-top: 4rem;
}
@media only screen and (min-width: 1200px) {
    div.sec-orange-cta {
        padding-bottom: 7.8rem;
    }
}
div.sec-orange-cta > a {
    background: var(--flashSecOrange);
    border-radius: 3px;
    color: var(--white);
    padding: .9rem 4.5rem;
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 2.6rem;
}
div.sec-orange-cta > a:hover {
    background: var(--flashSecBlue);
    text-decoration: none;
}
/* ------------------------------------------------------------------------------------------------
 * - Become a Partner Template Styles
 * ----------------------------------------------------------------------------------------------*/
label.flash-input-label {
    position: absolute;
    display: block;
    left: 0;
    font-weight: 700;
    color: var(--white);
    font-size: .9rem;
    line-height: 1.2rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    top: -1.6rem;
}
label.flash-input-label.fp {
    color: var(--headerColor);
}
label.flash-input-label.fp.affiliate {
    color: var(--bgFill);
}
label.flash-input-label.psr {
    color: #f2f4f5;
}
@media only screen and (min-width: 1200px) {
    label.flash-input-label {
        top: -1.6rem;
    }
    label.flash-input-label.fp {
        top: 0;
        left: -6rem;
    }
    label.flash-input-label.psr {
        top: 0;
        left: -15rem;
    }
}
label.flash-input-label.no-show {
    color: var(--flashSecBlue);
}
input.partner-input-text {
    width: 100%;
    border: none;
    border-radius: 3px;
    padding: 6px 10px;
    color: var(--grayColor5);
}
textarea.flash-input-ta {
    border: none;
    border-radius: 3px;
    resize: none;
    width: 100%;
    height: 25rem;
    padding: 6px 10px;
    color: var(--grayColor5);
}
@media only screen and (min-width: 1200px) {
    textarea.flash-input-ta {
        height: 12.5rem;
    }
}
select.flash-input-select {
    width: 100%;
    border: none;
    background: white;
    color: var(--grayColor5);
    font-size: 1.6rem;
    line-height: 2.6rem;
    border-radius: 3px;
    padding: 6px 0 6px 10px;
    cursor: pointer;
}
select.flash-input-select.orange {
    -webkit-appearance: none;
    background: url(../images/dropdown-orange.png) no-repeat right center;
    background-size: 38px;
}
select.flash-input-select.orange:hover {
    background: url(../images/dropdown-orange-hover.png) no-repeat right center;
    background-size: 38px;
}
select.flash-input-select > option {
    color: var(--grayColor5);
    border-radius: 0;
    font-size: 1.6rem !important;
    line-height: 2.6rem !important;
}
select.flash-input-select > option:hover {
    background: #ff0000 !important;
}
input.orange-cta {
    padding: .9rem 5rem;
    border: none;
    border-radius: 3px;
    background-color: #E87928;
    margin-top: 1rem;
    color: var(--white);
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 2.6rem;
}
div.zip-submit > input.orange-cta {
    padding: .9rem 12.75rem;
    margin-bottom: 2rem;
}
@media only screen and (min-width: 375px) {
    div.zip-submit > input.orange-cta {
        padding: .9rem 13rem;
    }
}
@media only screen and (min-width: 1200px) {
    div.zip-submit > input.orange-cta {
        padding: .9rem 5rem;
        margin-bottom: 0;
    }
}
/* ------------------------------------------------------------------------------------------------
 * - About FLASH Template
 * ----------------------------------------------------------------------------------------------*/

div.core-value > h3 {
    color: var(--flashSecYellow);
    font-weight: 700;
}
@media only screen and (min-width: 1200px) {
    div.core-value > h3 {
        font-size: 2rem;
        line-height: 3rem;
    }
}
div.row.site-tiles {
    justify-content: center;
    background: var(--headerColor);
    padding: 2rem 0 0;
}
@media only screen and (min-width: 600px) {
    div.row.site-tiles {
        border-radius: 3px;
    }
    div.row.site-tiles.fp {
        border-radius: 0;
    }
}
@media only screen and (min-width: 992px) {
    div.site-tiles.fp {
        padding: 0 0 3.2rem;
    }
}
@media only screen and (min-width: 1200px) {
    div.row.site-tiles {
        margin: 0 -1.5rem 2.4rem;
        padding: 4.8rem 1.5rem 0;
        border-radius: 3px;
    }
    div.row.site-tiles.fp {
        margin: 0 -15px;
        padding: 0 0 4.6rem 0;
        background: unset;
    }
}
div.row.site-tiles > div {
    margin-bottom: 2rem;
}
@media only screen and (min-width: 1200px) {
    div.row.site-tiles > div {
        margin-bottom: 4.8rem;
        padding: 0 7.5px;
    }
    div.row.site-tiles.fp > div {
        margin-bottom: 0;
    }
}
div.site-tile {
    border: 1px solid var(--headerColor);
    box-shadow: 0 2px 5px rgba(0,0,0,.35);
    display: flex;
    justify-content: right;
    background-repeat: no-repeat;
    background-color: #ffffff;
    background-clip: content-box;
    border-radius: 3px;
}
div.site-tile.fp {
    border: 1px solid var(--headerColor);
    box-shadow: 0 2px 5px rgba(0,0,0,.35);
    background-color: #ffffff;
    background-clip: content-box;
    margin-bottom: 2rem;
}
@media only screen and (min-width: 600px) {
    div.site-tile.fp {
        width: 70%;
        margin: 0 auto 2rem;
    }
}
@media only screen and (min-width: 768px) {
    div.site-tile.fp {
        width: 55%;
    }
}
@media only screen and (min-width: 992px) {
    div.site-tile.fp {
        width: 100%;
        margin: 0;
    }
}
@media only screen and (min-width: 1200px) {
    div.site-tile {
        background-position: left top;
    }
    div.site-tile.fp {
        margin-bottom: 0;
    }
}
div.site-desc {
    position: relative;
}
div.site-desc,
div.site-desc.fp,
div.site-desc.fp.archive {
    background: var(--white);
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    width: 50%;
    padding: 1rem .75rem 1rem 1.5rem;
    height: 26.6rem;
}
@media only screen and (min-width: 768px) {
    div.site-desc {
        width: 54%;
        padding: 1.5rem 1.5rem 1.5rem 2rem;
    }
}
@media only screen and (min-width: 992px) {
    div.site-desc {
        padding: 1.5rem;
    }
}
@media only screen and (min-width: 1200px) {
    div.site-desc,
    div.site-desc.fp,
    div.site-desc.fp.archive {
        width: 56.5%;
        padding: 2.5rem 1.5rem 2.5rem 3.75rem;
        height: 26.5rem;
    }
}
div.site-desc::before {
    display: block;
    content: '';
    position: absolute;
    background-position: center center;
    background-size: contain;
    border-radius: 2px;
    width: 3rem;
    height: 3rem;
    top: 1rem;
    left: -1.5rem;
}
@media only screen and (min-width: 768px) {
    div.site-desc::before {
        top: 1.5rem;
    }
}
@media only screen and (min-width: 1200px) {
    div.site-desc::before {
        width: 4rem;
        height: 4rem;
        left: -.5rem;
        top: 1.5rem;
    }
}
div.site-desc > h3 {
    color: var(--headerColor);
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 1.9rem;
    position: relative;
}
div.site-desc > h3:last-of-type {
    margin-bottom: 3.5rem;
}
div.site-desc > h3:last-of-type::after {
    display: block;
    content: '';
    position: absolute;
    bottom: -3.5rem;
    left: 0;
    font-weight: 700;
    font-size: 1rem;
    line-height: 2.6rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--flashSecBlue);
}
div.site-desc > p {
    color: var(--grayColor7);
    font-size: 1.5rem;
    line-height: 2rem;
}
@media only screen and (min-width: 1200px) {
    div.site-desc > p {
        margin-top: 4rem;
    }
}
div.blue-learn-more {
    position: absolute;
    left: 1.5rem;
    bottom: 2rem;
}
@media only screen and (min-width: 992px) {
    div.blue-learn-more {
        left: 1.5rem;
        bottom: 1.1rem;
    }
}
@media only screen and (min-width: 1200px) {
    div.blue-learn-more {
        left: 3.5rem;
        bottom: 2.5rem;
    }
}
div.blue-learn-more > div {
    position: relative;
}
div.blue-learn-more > div > a {
    padding: .5rem 2.1rem .8rem 1.5rem;
    background: var(--headerColor);
    border-radius: 2px;
    color: white;
    font-size: 1.2rem;
    line-height: 1.8rem;
}
div.blue-learn-more > div > a:hover {
    background: var(--flashSecBlue);
    text-decoration: none;
}
div.blue-learn-more > div::before {
    display: block;
    content: '';
    width: .5rem;
    height: .5rem;
    border-top: 1px solid var(--white);
    border-right: 1px solid var(--white);
    position: absolute;
    transform: rotate(45deg);
    right: 1.1rem;
    bottom: .7rem;
}
div.all-programs {
    text-align: center;
    padding-bottom: 10rem;
}
@media only screen and (min-width: 600px) {
    div.all-programs {
        padding-bottom: 10rem;
    }
}
@media only screen and (min-width: 992px) {
    div.all-programs {
        padding-bottom: 13rem;
    }
}
@media only screen and (min-width: 1200px) {
    div.all-programs {
        padding-bottom: 15rem;
    }
}
div.all-programs a {
    background-color: #E87928;
    color: var(--white);
    font-weight: 600;
    padding: .7rem 3.4rem;
    border-radius: 3px;
}
@media only screen and (min-width: 1200px) {
    div.all-programs a {
        font-size: 1.6rem;
        line-height: 2.6rem;
    }
}
img.headshot {
    width: 100%;
    height: auto;
    border-radius: 3px;
}
#flash_history {
    background-color: var(--flashSecBlue);
    margin-top: -5rem;
    padding-top: 10rem;
    position: relative;
    padding-bottom: 5rem;
}
#flash_history::after {
    display: block;
    position: absolute;
    content: '';
    height: 6rem;
    width: 6rem;
    background: url(../images/flash-crop.png) no-repeat;
    bottom: 0;
    left: 0;
}
@media only screen and (min-width: 1200px) {
    #flash_history::after {
        width: 50rem;
        height: 38rem;
        background-size: contain;
        left: -8rem;
        bottom: -3rem;
    }
}
#flash_history div.row {
    justify-content: center;
}
div.flash-history {
    text-align: center;
}
div.flash-history > h2 {
    color: var(--white);
    font-weight: 700;
    letter-spacing: -.4px;
}
@media only screen and (min-width: 1200px) {
    div.flash-history > h2 {
        font-size: 3.2rem;
        line-height: 4.022rem;
        margin-bottom: 2rem;
    }
}
div.flash-history > p {
    color: var(--white);
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 2.6rem;
}
/* ------------------------------------------------------------------------------------------------
 * - Resource Library archive items and excerpts
 * ----------------------------------------------------------------------------------------------*/
div.resource-item {
    background-color: var(--white);
    border-radius: 3px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 2rem;
    padding: 2rem 3.4rem;
}
div.row > div.resource-item:first-of-type {
    margin-top: 2rem;
}
div.resource-item > a {
    color: var(--flashBlue);
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 3.17rem;
    letter-spacing: -.4px;
}
div.resource-item > p {
    color: #000000;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.6rem;
}
div.resource-cats > div {
    display: inline-block;
    margin-right: 2rem;
    width: auto;
}
div.resource-cats > div > p {
    font-weight: 400;
    color: var(--grayColor3);
    font-size: 1.2rem;
    line-height: 1.8rem;
}
div.resource-tags > div {
    display: inline-block;
    width: auto;
    background: #DEF0F7;
    border-radius: 3px;
    text-align: center;
    margin-right: .5rem;
    padding: .2rem 2.5rem;
    color: var(--flashLightBlue);
    font-size: 1rem;
    line-height: 1.6rem;
}




div.resource-header a.back {
    color: #EE6947;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: underline;
    font-size: 1.2rem;
    line-height: 3.2rem;
    letter-spacing: 2px;
}
div.resource-content > ul {
    margin-bottom: 1.7rem;
    font-size: 1.8rem;
}
/* ------------------------------------------------------------------------------------------------
 * - News Room
 * ----------------------------------------------------------------------------------------------*/
div.hero-img-news > div.page-title h2 {
    font-family: var(--primaryFont);
    color: var(--white);
    font-weight: 700;
    letter-spacing: -.5px;
    margin-bottom: 0;
    font-size: 4.1rem;
    line-height: 5rem;
    text-align: center;
}
@media only screen and (min-width: 1200px) {
    div.hero-img-news > div.page-title h2 {
        font-size: 4.8rem;
        line-height: 5.425rem;
        margin-bottom: 2.7rem;
    }
}
div.hero-img-news > div.page-title p {
    color: var(--white);
    font-size: 1.6rem;
    line-height: 2.2rem;
    font-weight: 600;
    text-align: center;
}
@media only screen and (min-width: 1200px) {
    div.hero-img-news > div.page-title p {
        font-size: 1.8rem;
        line-height: 2.6rem;
        margin-bottom: 1.5rem;
    }
}

/* ------------------------------------------------------------------------------------------------
 * - Posts Archives - splitting out to blog-styles.css
 * ----------------------------------------------------------------------------------------------*/
div.summary-info > p.read-more > a:hover,
div.summary-info > p.read-more > a:focus {
    color: var(--flashBlue);
    text-decoration: none;
}
div.resource-item > div.post-meta > p {
    display: inline-block;
    color: var(--flashLightBlue);
    font-size: 1.2rem;
    line-height: 1.8rem;
    margin-right: 1rem;
}
div.resource-item > div.post-meta > p.tags {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 3rem;
}
div.resource-item > div.post-meta > p.tags > a {
    background: #DEF0F7;
    border-radius: 3px;
    text-align: center;
    margin-right: .5rem;
    padding: .2rem 2.5rem;
    color: var(--flashLightBlue);
    font-size: 1rem;
    line-height: 1.6rem;
    font-weight: 600;
    margin-bottom: .5rem;
}
/* ------------------------------------------------------------------------------------------------
 * - Prepare Your Home Page
 * ----------------------------------------------------------------------------------------------*/
div.peril-intro {
    text-align: center;
}
@media only screen and (min-width: 1200px) {
    div.peril-intro {
        margin-top: 7rem;
        margin-bottom: 4rem;
        padding: 0 12rem;
    }
}
div.peril-intro p {
    font-size: 2.2rem;
    line-height: 3.6rem;
}
#perils_icons {
    margin-bottom: 6rem;
}
@media only screen and (min-width: 1200px) {
    #perils_icons {
        margin-top: 6rem;
        margin-bottom: 12rem;
    }
}
div.peril-icons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
@media only screen and (min-width: 1200px) {
    div.peril-icons {
        margin-bottom: 4.2rem;
    }
    div.peril-icons.fp {
        margin-bottom: 2.4rem;
    }
}
div.peril-icons > a {
    display: block;
    flex-basis: 75%;
    color: var(--grayColor6);
    transition: color .3s ease-in;
}
div.peril-icons.fp > a {
    margin-bottom: 2rem;
    flex-basis: 75%;
}
@media only screen and (min-width: 600px) {
    div.peril-icons.fp > a {
        flex-basis: 40%;
        margin-right: 12px;
    }
}
@media only screen and (min-width: 992px) {
    div.peril-icons.fp > a {
        flex-basis: 25%;
    }
}
div.peril-icons > a:hover {
    text-decoration: none;
    color: var(--white);
}
div.peril-icons > a:hover  p.label {
    color: var(--white);
}
@media only screen and (min-width: 1200px) {
    div.peril-icons > a {
        flex-basis: 20%;
        margin-right: 3.5rem;
    }
    div.peril-icons.fp > a {
        flex-basis: auto;
        margin-right: 12px;
        margin-bottom: 0;
    }
    div.peril-icons > a:last-of-type {
        margin-right: 0;
    }
}
div.peril-icon {
    width: 100%;
    background-color: var(--white);
    border: 1px solid var(--grayColor1);
    border-radius: 3px;
    box-shadow: 0 2px 4px 1px rgba(0,0,0,.15);
    transition: background-color .3s ease-in;
    position: relative;
    cursor: pointer;
}
div.peril-icon.fp {
    padding: 1.2rem 2.4rem 1.2rem 6rem;
}
@media only screen and (min-width: 1200px) {
    div.peril-icon {
        padding: 1.5rem 2.4rem 1.5rem 8rem;
    }
    div.peril-icon.fp {
        padding: 1.2rem 2.4rem 1.2rem 6rem;
    }
}
div.peril-icon:hover {
    background-color: var(--sepColor2);
    box-shadow: 0 2px 4px 1px rgba(0,0,0,.5);
}
div.peril-icon.fp:hover {
    background-color: #E87928;
}
div.peril-icon::before {
    display: block;
    position: absolute;
    content: '';
    background-image: url(../images/flash-logo.png);
    background-repeat: no-repeat;
    background-size: contain;
    top: 1rem;
    left: 1rem;
    width: 4rem;
    height: 4rem;
}
@media only screen and (min-width: 1200px) {
    div.peril-icon::before {
        width: 5rem;
        height: 5rem;
        left: 1.5rem;
        top: .5rem;
    }
    div.peril-icon.fp::before {
        width: 4rem;
        height: 4rem;
        left: 1rem;
        top: 1rem;
    }
}
div.peril-icon > p.label {
    margin-bottom: 0;
    color: var(--grayColor6);
    font-weight: 600;
    line-height: 2.6rem;
    font-size: 1.8rem;
    margin-top: .25rem;
    transition: color .3s ease-in;
}
#p_search_form {
    width: 100%;
}
@media only screen and (min-width: 1200px) {
    #p_search_form {
        margin-bottom: 4.1rem;
    }
}
div.peril-search {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
div.peril-search.affiliate {
    padding: 0;
}
div.zip-input {
    flex-basis: 90%;
    margin-bottom: 1.5rem;
}
@media only screen and (min-width: 600px) {
    div.zip-input {
        flex-basis: 80%;
    }
}
@media only screen and (min-width: 768px) {
    div.zip-input {
        flex-basis: 70%;
    }
    div.zip-input.affiliate {
        flex-basis: 60%;
        margin-right: 5px;
    }
}
@media only screen and (min-width: 992px) {
    div.zip-input {
        flex-basis: 50%;
        margin-right: .9rem;
    }
    div.zip-input.affiliate {
        flex-basis: 65%;
    }
}
@media only screen and (min-width: 1200px) {
    div.zip-input {
        flex-basis: 40%;
        margin-bottom: 0;
    }
    div.zip-input.affiliate {
        flex-basis: 70%;
        margin-right: .9rem;
    }
}
div.zip-input > fieldset {
    position: relative;
}
div.zip-input input.partner-input-text {
    border: 1px solid var(--grayColor2);
}
div.zip-input input.partner-input-text.fp {
    padding: .9rem 1rem;
}
div.zip-input input.partner-input-text.fp.affiliate {
    font-size: 1.5rem;
    line-height: 1.6rem;
    padding: .75rem 1rem;
}
@media only screen and (min-width: 1200px) {
    div.zip-input input.partner-input-text {
        padding: 1.45rem;
        font-size: 2.2rem;
        line-height: 2rem;
        color: #000000;
    }
    div.zip-input input.partner-input-text.fp {
        padding: 1.2rem 1.45rem;
        font-size: 2rem;
        line-height: 1.6rem;
    }
    div.zip-input input.partner-input-text.fp.affiliate {
        font-size: 2rem;
        line-height: 2.5rem;
        padding: .7rem 1.45rem;
    }
}
div.zip-submit > input.orange-cta {
    margin-top: 0;
}
div.zip-submit > input.orange-cta.fp.affiliate {
    font-size: 1.6rem;
    line-height: 2rem;
    padding: .85rem 3.4rem;
}
@media only screen and (min-width: 992px) {
    div.zip-submit > input.orange-cta.fp {
        padding: .95rem 2.4rem;
        font-size: 2rem;
        line-height: 2.5rem;
    }
}
@media only screen and (min-width: 1200px) {
    div.zip-submit > input.orange-cta {
        padding: 1.85rem 2.4rem;
        font-size: 1.7rem;
        line-height: 2.137rem;
    }
    div.zip-submit > input.orange-cta.fp {
        padding: 1.35rem 2.4rem;
        font-size: 2rem;
        line-height: 2.5rem;
    }
    div.zip-submit > input.orange-cta.fp.affiliate {
        padding: .85rem 3.4rem;
        font-size: 2rem;
        line-height: 2.5rem;
    }
}
/* Front Slider Styles */
#hero_content {
    position: relative;
}
#hero_content > div.overlay {
    position: absolute;
    width: 300px;
    min-height: 100px;
    background-color: rgba(255,255,255,0.8);
    border: 2px solid #ffffff;
    top: 7rem;
    left: calc(50vw - 150px);
    z-index: 10;
    border-radius: 5px;
    box-shadow: 3px 0 2px rgba(0,0,0,0.25);
    text-align: center;
    padding: 1rem 1rem;
}
@media only screen and (min-width: 375px) {
    #hero_content > div.overlay {
        top: 8rem;
    }
}
@media only screen and (min-width: 600px) {
    #hero_content > div.overlay {
        width: 480px;
        left: calc(50vw - 240px);
        top: 8rem;
        padding: 2rem 0;
    }
}
@media only screen and (min-width: 992px) {
    #hero_content > div.overlay {
        width: 660px;
        left: calc(50vw - 330px);
        top: 8rem;
        padding: 2rem 0;
    }
}
@media only screen and (min-width: 1200px) {
    #hero_content > div.overlay {
        width: 950px;
        left: calc(50vw - 475px);
        top: 10rem;
        padding: 3.6rem 0;
        border-radius: 10px;
        box-shadow: 4px 0 4px rgba(0,0,0,0.25);
    }
}
#hero_content > div.overlay h1,
#hero_content > div.overlay h2 {
    font-weight: 700;
    letter-spacing: -.4px;
    color: var(--headerColor);
    text-align: center;
    font-size: 2.2rem;
    line-height: 2.6rem;
}
#hero_content > div.overlay h2 {
    font-size: 2rem;
    line-height: 2.4rem;
}
@media only screen and (min-width: 992px) {
    #hero_content > div.overlay h1,
    #hero_content > div.overlay h2 {
        font-size: 3rem;
        line-height: 3.2rem;
        margin-bottom: 1rem;
    }
    #hero_content > div.overlay h2 {
        font-size: 2.6rem;
        line-height: 2.8rem;
    }
}
@media only screen and (min-width: 1200px) {
    #hero_content > div.overlay h1,
    #hero_content > div.overlay h2 {
        font-size: 4rem;
        line-height: 4.6rem;
    }
    #hero_content > div.overlay h2 {
        font-size: 3.6rem;
        line-height: 4rem;
    }
}
#hero_content > div.overlay p {
    color: var(--grayColor7);
    text-align: center;
    font-size: 1.6rem;
    line-height: 2.4rem;
}
@media only screen and (min-width: 992px) {
    #hero_content > div.overlay p {
        font-size: 1.8rem;
        line-height: 2.6rem;
    }
}
@media only screen and (min-width: 1200px) {
    #hero_content > div.overlay p {
        font-size: 2rem;
        line-height: 3rem;
    }
}
#hero_content > div.overlay a {
    background: #E87928;
    color: white;
    font-size: 1.6rem;
    line-height: 1.6rem;
    padding: 1rem 3.2rem 1rem 2rem;
    border-radius: 2px;
    display: inline-block;
    margin-bottom: 3rem;
    margin-top: 0;
    font-weight: 700;
    position: relative;
}
@media only screen and (min-width: 992px) {
    #hero_content > div.overlay a {
        margin-top: 1rem;
    }
}
@media only screen and (min-width: 1200px) {
    #hero_content > div.overlay a {
        margin-bottom: 3.5rem;
        margin-top: 2rem;
    }
}
#hero_content > div.overlay a span:after {
    display: inline-block;
    width: 8px;
    height: 8px;
    content: '';
    border-top: 2px solid white;
    border-right: 2px solid white;
    transform: rotate(45deg);
    position: absolute;
    top: 15px;
    right: 20px;
}
div.owl-carousel.front-slider {
    position: relative;
    height: 350px;
}
div.owl-carousel.front-slider div.slide {
    position: relative;
    height: 350px;
    background-size: cover;
}
@media only screen and (min-width: 1200px) {
    div.owl-carousel.front-slider {
        height: 566px;
    }
    div.owl-carousel.front-slider div.slide {
        height: 566px;
    }
}
div.slide > div.descriptor {
    position: absolute;
    left: 1rem;
    top: 1rem;
}
@media only screen and (min-width: 992px) {
    div.slide > div.descriptor {
        left: 6rem;
        top: 1.6rem;
    }
}
@media only screen and (min-width: 1200px) {
    div.slide > div.descriptor {
        left: unset;
        top: unset;
        right: 4rem;
        bottom: 7.4rem;
    }
}
div.slide > div.descriptor h3,
div.slide > div.descriptor h4 {
    color: white;
}
div.slide > div.descriptor h3 {
    font-size: 1.8rem;
    line-height: 2.4rem;
    font-weight: 700;
}
@media only screen and (min-width: 1200px) {
    div.slide > div.descriptor h3 {
        font-size: 2rem;
        line-height: 2.6rem;
    }
}
div.slide > div.descriptor h4 {
    font-weight: 400;
    font-style: italic;
    font-size: 1.2rem;
    line-height: 1.8rem;
    text-align: left;
}
@media only screen and (min-width: 1200px) {
    div.slide >div.descriptor h4 {
        text-align: right;
    }
}
div.owl-carousel.front-slider > div.owl-nav {
    display: none;
}
div.owl-carousel.front-slider > div.owl-dots {
    position: absolute;
    bottom: 5rem;
    left: 12rem;
}
@media only screen and (min-width: 375px) {
    div.owl-carousel.front-slider > div.owl-dots {
        left: 13.5rem;
        bottom: 3.5rem;
    }
}
@media only screen and (min-width: 412px) {
    div.owl-carousel.front-slider > div.owl-dots {
        left: 15.9rem;
    }
}
@media only screen and (min-width: 428px) {
    div.owl-carousel.front-slider > div.owl-dots {
        left: 16.7rem;
    }
}
@media only screen and (min-width: 600px) {
    div.owl-carousel.front-slider > div.owl-dots {
        left: 6.5rem;
        bottom: 7rem;
    }
}
@media only screen and (min-width: 768px) {
    div.owl-carousel.front-slider > div.owl-dots {
        left: 14.8rem;
    }
}
@media only screen and (min-width: 992px) {
    div.owl-carousel.front-slider > div.owl-dots {
        left: 6rem;
        bottom: 4rem;
    }
}
@media only screen and (min-width: 1200px) {
    div.owl-carousel.front-slider > div.owl-dots {
        left: 10rem;
        bottom: 9rem;
    }
}
button.owl-dot, button.owl-dot > span {
    width: 15px;
    height: 15px;
}
button.owl-dot {
    background: transparent !important;
    border: 2px solid white !important;
    border-radius: 50%;
    margin-right: 12px;
}
button.owl-dot.active {
    background: white !important;
}
button.owl-dot:focus {
    outline: none;
}
button.owl-dot > span {
    display: inline-block;
}
/* Prepare Your Home Front Page Styles */
#prepare_home div.container {
    border-radius: 3px;
    box-shadow: 3px 0 2px rgba(0,0,0,0.08);
    background-color: var(--headerColor);
    position: relative;
    z-index: 10;
    margin-top: -2rem;
    padding: 3rem 1rem 4rem;
}
@media only screen and (min-width: 375px) {
    #prepare_home div.container {
        padding: 3rem 1.5rem 4rem;
    }
}
@media only screen and (min-width: 600px) {
    #prepare_home div.container {
        margin-top: -5rem;
    }
}
@media only screen and (min-width: 992px) {
    #prepare_home div.container {
        margin-top: -3rem;
    }
}
@media only screen and (min-width: 1200px) {
    #prepare_home div.container {
        padding-top: 5rem;
        padding-bottom: 4.75rem;
        margin-top: -4rem;
    }
}
div.front-prepare {
    margin-bottom: 2rem;
}
@media only screen and (min-width: 992px) {
    div.front-prepare {
        margin-bottom: 2rem;
    }
}
@media only screen and (min-width: 1200px) {
    div.front-prepare {
        margin-bottom: 4.4rem;
    }
}
div.front-prepare h2 {
    color: white;
    text-align: center;
    font-weight: 700;
    letter-spacing: -.4px;
    font-size:2.2rem;
    line-height: 2.6rem;
}
@media only screen and (min-width: 992px) {
    div.front-prepare h2 {
        font-size: 3rem;
        line-height: 3.6rem;
    }
}
@media only screen and (min-width: 1200px) {
    div.front-prepare h2 {
        font-size: 4rem;
        line-height: 4.6rem;
        margin-bottom: 12px;
    }
}
div.front-prepare p {
    color: white;
    text-align: center;
}
@media only screen and (min-width: 992px) {
    div.front-prepare p {
        font-size: 1.8rem;
        line-height: 2.6rem;
    }
}
@media only screen and (min-width: 1200px) {
    div.front-prepare p {
        font-size: 2.2rem;
        line-height: 3.6rem;
    }
}
h3.p-search {
    width: 100%;
    text-align: center;
    color: white;
    font-weight: 700;
    font-size: 2rem;
    line-height: 2.4rem;
    margin-bottom: 2rem;
}
@media only screen and (min-width: 992px) {
    h3.p-search {
        font-size: 2.2rem;
        line-height: 3.6rem;
        margin-bottom: 1.6rem;
    }
}
/* Front page affiliated sites section */
#affiliated > div.container {
    padding: 3rem 0;
    margin-top: 2rem;
}
@media only screen and (min-width: 992px) {
    #affiliated > div.container {
        margin-top: 0;
    }
}
@media only screen and (min-width: 1200px) {
    #affiliated {
        margin-bottom: 7rem;
    }
    #affiliated > div.container {
        padding-top: 7.6rem;
    }
}
div.aff-wrapper {
    text-align: center;
    margin-bottom: 2.8rem;
}
@media only screen and (min-width: 1200px) {
    div.aff-wrapper {
        margin-bottom: 0;
    }
}
div.aff-wrapper div.zip-submit {
    z-index: 100;
}
div.aff-wrapper > div.tile {
    margin-bottom: 1rem;
}
@media only screen and (min-width: 1200px) {
    div.aff-wrapper > div.tile {
        margin-bottom: 2rem;
    }
}
div.aff-wrapper > div.tile img {
    border-radius: 0;
}
@media only screen and (min-width: 375px) {
    div.aff-wrapper > div.tile img {
        border-radius: 5px;
    }
}
div.aff-wrapper h2 {
    color: var(--headerColor);
    font-weight: 700;
    letter-spacing: -.4px;
    font-size: 2.2rem;
    line-height: 2.6rem;
}
@media only screen and (min-width: 1200px) {
    div.aff-wrapper h2 {
        font-size: 3.8rem;
        line-height: 4.777rem;
    }
}
div.aff-wrapper p {
    margin: 0 auto 1rem;
    color: var(--grayColor7);
    padding: 0 10px;
}
@media only screen and (min-width: 1200px) {
    div.aff-wrapper p {
        max-width: 83%;
        font-size: 1.8rem;
        line-height: 2.6rem;
        margin-bottom: 3.5rem;
    }
}
div.aff-wrapper > a {
    background: #E87928;
    color: white;
    padding: .85rem 3.4rem;
    border-radius: 3px;
    display: inline-block;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 2rem;
}
@media only screen and (min-width: 1200px) {
    div.aff-wrapper > a {
        font-size: 2rem;
        line-height: 2.5rem;
    }
}
/* Error messaging for front page search forms */
div.address-error.show {
    opacity: 1;
}
div.address-error {
    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 {
        bottom: -8%;
    }
}
div.address-error {
    width: 80%;
    left: calc(50% - calc(calc(100% * .8) / 2));
}
@media only screen and (min-width: 600px) {
    div.address-error {
        width: 50%;
        left: calc(50% - calc(calc(100% * .5) / 2));
    }
}
div.address-error p {
    text-align: center;
    padding: .8rem 1.6rem;
    margin-bottom: 0;
    color: var(--grayColor7);
    font-size: 1.4rem;
    line-height: 1.4rem;
}
/* ------------------------------------------------------------------------------------------------
 * Loader Styles - Sliding Dots
 * ----------------------------------------------------------------------------------------------*/
.container.waiting {
    max-width: unset;
    height: 100vh;
    width: 100vw;
    font-family: var(--primaryFont);
    padding: 0;
    background: rgba(0,0,0,0.85);
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -100;
    transition: opacity .3s ease-in-out;
}
.container.waiting.show {
    opacity: 1;
    z-index: 1005;
}
.loader {
    height: 20px;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 12rem auto;
}
@media only screen and (min-width: 768px) {
    .loader {
        width: 40rem;
    }
}
.loader--dot {
    animation-name: loader;
    animation-timing-function: ease-in-out;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    height: 20px;
    width: 20px;
    border-radius: 100%;
    background-color: black;
    position: absolute;
    border: 2px solid white;
}
.loader--dot:first-child {
    background-color: var(--sepColor6);
    animation-delay: 0.5s;
}
.loader--dot:nth-child(2) {
    background-color: var(--sepColor5);
    animation-delay: 0.4s;
}
.loader--dot:nth-child(3) {
    background-color: var(--sepColor4);
    animation-delay: 0.3s;
}
.loader--dot:nth-child(4) {
    background-color: var(--sepColor3);
    animation-delay: 0.2s;
}
.loader--dot:nth-child(5) {
    background-color: var(--sepColor2);
    animation-delay: 0.1s;
}
.loader--dot:nth-child(6) {
    background-color: var(--sepColor1);
    animation-delay: 0s;
}
.loader--text {
    position: absolute;
    top: 200%;
    left: 0;
    right: 0;
    width: 100%;
    padding: 0 2rem;
    margin: auto;
    color: var(--white);
    font-size: 1.8rem;
}
@media only screen and (min-width: 768px) {
    .loader--text {
        width: 40rem;
        padding: 0;
    }
}
.loader--text:after {
    content: "Looking up your location...";
    font-weight: 600;
    animation-name: loading-text;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    text-align: center;
    display: block;
}
@keyframes loader {
    15% {
        transform: translateX(0);
    }
    45% {
        transform: translateX(380px);
    }
    65% {
        transform: translateX(380px);
    }
    95% {
        transform: translateX(0);
    }
}
@keyframes loading-text {
    0% {
        content: "Finding your location...";
    }
    25% {
        content: "Gathering peril info...";
    }
    50% {
        content: "Compiling results...";
    }
    75% {
        content: "Assembling report...";
    }
}
/* Front Page Help Section */
#help_bda {
    background-color: var(--headerColor);
    padding-top: 4rem;
}
@media only screen and (min-width: 600px) {
    #help_bda {
        padding-top: 6rem;
    }
}
@media only screen and (min-width: 1200px) {
    #help_bda {
        padding-top: 7.3rem;
    }
}
div.help-header {
    padding-top: 2rem;
    margin-bottom: 2.6rem;
}
@media only screen and (min-width: 600px) {
    div.help-header {
        padding-top: 2.4rem;
        margin-bottom: 3rem;
    }
}
@media only screen and (min-width: 1200px) {
    div.help-header {
        padding-top: 3rem;
        margin-bottom: 3.6rem;
    }
}
div.help-header > h2 {
    color: white;
    font-weight: 700;
    text-align: center;
    letter-spacing: -.4px;
    font-size: 2.2rem;
    line-height: 2.6rem;
}
@media only screen and (min-width: 1200px) {
    div.help-header > h2 {
        font-size: 4rem;
        line-height: 4.6rem;
    }
}
div.help-header > p {
    text-align: center;
    color: var(--grayColor1);
    max-width: 85%;
    margin: 0 auto;
    font-weight: 600;
}
@media only screen and (min-width: 1200px) {
    div.help-header > p {
        font-size: 1.8rem;
        line-height: 2.6rem;
    }
}
/* ------------------------------------------------------------------------------------------------
 * Front Partner Section Styles
 * ----------------------------------------------------------------------------------------------*/
#partners_front {
    margin-top: -4rem;
}
@media only screen and (min-width: 600px) {
    #partners_front {
        margin-top: -5.2rem;
    }
}
@media only screen and (min-width: 1200px) {
    #partners_front {
        margin-top: -6.7rem;
    }
}
#partners_front div.front-partners-head {
    padding-top: 3.2rem;
    margin-bottom: 4rem;
}
@media only screen and (min-width: 1200px) {
    #partners_front div.front-partners-head {
        padding-top: 6.7rem;
    }
}
#partners_front h2 {
    color: var(--flashSecBlue);
    font-weight: 700;
    text-align: center;
    letter-spacing: -.4px;
    font-size: 2.8rem;
    line-height: 3.6rem;
    margin-bottom: 1rem;
}
@media only screen and (min-width: 600px) {
    #partners_front h2 {
        font-size: 3.6rem;
        line-height: 5rem;
    }
}
@media only screen and (min-width: 1200px) {
    #partners_front h2 {
        font-size: 4rem;
        line-height: 4.6rem;
    }
}
#partners_front h3 {
    color: var(--flashSecBlue);
    font-weight: 700;
    letter-spacing: -.4px;
    font-size: 2.6rem;
    line-height: 3rem;
    margin-bottom: 4rem;
    width: 100%;
}
@media only screen and (min-width: 600px) {
    #partners_front h3 {
        font-size: 2.8rem;
        line-height: 3.2rem;
    }
}
@media only screen and (min-width: 1200px) {
    #partners_front h3 {
        font-size: 3rem;
        line-height: 3.4rem;
        margin-bottom: 7rem;
    }
}
#partners_front p {
    text-align: center;
    font-size: 1.6rem;
    line-height: 2.8rem;
    color: var(--grayColor7);
}
@media only screen and (min-width: 1200px) {
    #partners_front p {
        padding: 0 10rem;
        font-size: 1.8rem;
        line-height: 3rem;
    }
}
#partners_front div.col-8.front-partners-logo {
    margin-bottom: 4rem;
}
@media only screen and (min-width: 1200px) {
    #partners_front div.col-lg-3.front-partners-logo {
        margin-bottom: 4rem;
        padding: 0 45px;
    }
}
#partners_front div.front-partners-logo img {
    max-width: 100%;
}
#partner_gallery {
    background: transparent;
    position: relative;
    z-index: 50;
    height: 210px;
    margin-top: -243px;
}
@media only screen and (min-width: 600px) {
    #partner_gallery {
        margin-top: -208px;
    }
}
@media only screen and (min-width: 768px) {
    #partner_gallery {
        margin-top: -243px;
    }
}
@media only screen and (min-width: 992px) {
    #partner_gallery {
        margin-top: -223px;
    }
}
@media only screen and (min-width: 1200px) {
    #partner_gallery {
        height: 180px;
        margin-top: -213px;
        margin-bottom: 33px;
    }
}
@media only screen and (min-width: 1440px) {
    #partner_gallery {
        margin-top: -231px;
        height: 198px;
    }
}
#partner_gallery > div.gallery-wrap {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    overflow-x: hidden;
}
div.gallery-wrap div.photo-blog img {
    border-radius: 3px;
    box-shadow: 1px 2px 2px 0 rgba(0,0,0,.2);
}
@media only screen and (min-width: 600px) {
    #partner_gallery > div.gallery-wrap {
        width: calc(100vw + 36px);
        margin-left: -18px;
        margin-right: -18px;
    }
    div.gallery-wrap div.photo-blog img {
        width: 95%;
        height: auto;
    }
}
@media only screen and (min-width: 1200px) {
    #partner_gallery > div.gallery-wrap {
        width: calc(100vw + 72px);
        margin-left: -36px;
        margin-right: -36px;
    }
    div.gallery-wrap div.photo-blog img {
        width: 90%;
        height: auto;
    }
}
/* Latest Updates Section */
#latest {
    background: var(--flashSecBlue);
    background-image: url(../images/flash-vector.png);
    background-repeat: no-repeat;
    margin-top: 30px;
    padding-top: 2rem;
    padding-bottom: 5rem;
}
@media only screen and (min-width: 600px) {
    #latest {
        margin-top: -35px;
        padding-top: 6rem;
        background-position-y: calc(100% + 120px);
        background-position-x: calc(100% + 20px);
    }
}
@media only screen and (min-width: 768px) {
    #latest {
        margin-top: 12px;
        padding-top: 6rem;
    }
}
@media only screen and (min-width: 992px) {
    #latest {
        margin-top: -16px;
    }
}
@media only screen and (min-width: 1200px) {
    #latest {
        padding-top: 8rem;
        padding-bottom: 6rem;
        background-position-y: calc(100% + 120px);
        background-position-x: calc(100% + 20px);
        margin-top: -38px;
    }
}
div.update-header {
    margin-bottom: 1rem;
}
@media only screen and (min-width: 600px) {
    div.update-header {
        margin-bottom: 2rem;
    }
}
@media only screen and (min-width: 1200px) {
    div.update-header {
        margin-bottom: 2.8rem;
    }
}
div.update-header h2 {
    color: var(--white);
    font-weight: 700;
    letter-spacing: -.4px;
    font-size: 4rem;
    line-height: 4.6rem;
}
@media only screen and (min-width: 1200px) {
    div.update-header h2 {
        font-size: 4rem;
        line-height: 4.6rem;
    }
}
/* Flash Main Post */
div.flash-top-post {
    background-position: top left;
    background-size: cover;
    position: relative;
    border-radius: 3px;
    height: 394px;
    width: 300px;
    margin: 0 auto;
}
@media only screen and (min-width: 768px) {
    div.flash-top-post {
        margin: 0;
    }
}
div.flash-top-post > div.tease {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 1rem 1rem 1.5rem;
}
@media only screen and (min-width: 992px) {
    div.flash-top-post {
        height: 341px;
        width: 260px;
    }
    div.flash-top-post > div.tease {
        top: 1rem;
        overflow-y: hidden;
    }
}
@media only screen and (min-width: 1200px) {
    div.flash-top-post {
        height: 475px;
        width: 362px;
    }
    div.flash-top-post > div.tease {
        top: unset;
        padding: 0 4rem 5rem 2rem;
    }
}
div.flash-top-post > div.tease h3 {
    color: var(--white);
    font-weight: 700;
    font-size: 2.6rem;
    line-height: 3.2rem;
    letter-spacing: -.4px;
    margin-bottom: 1rem;
}
@media only screen and (min-width: 1200px) {
    div.flash-top-post > div.tease h3 {
        font-size: 2.6rem;
        line-height: 3.2rem;
    }
}
div.flash-top-post > div.tease p {
    font-size: 1.4rem;
    line-height: 2rem;
    font-weight: 400;
    color: var(--grayColor1);
}
@media only screen and (min-width: 1200px) {
    div.flash-top-post > div.tease p {

    }
}
/* Featured Posts */
div.flash-featured {
    padding: 0 1rem;
}
@media only screen and (min-width: 768px) {
    div.flash-featured {
        padding: 0;
    }
}
@media only screen and (min-width: 1200px) {
    div.flash-featured {
        padding: 0 1rem;
    }
}
div.flash-featured > div.featured-item {
    position: relative;
    border-radius: 3px;
    background-position: left top;
    background-size: cover;
    height: 170px;
    width: 300px;
    margin: 0 auto;
}
@media only screen and (min-width: 768px) {
    div.flash-featured > div.featured-item {
        height: 165px;
        width: 330px;
        margin: 0;
    }
}
@media only screen and (min-width: 768px) {
    div.flash-featured > div.featured-item {
        height: 165px;
        width: 330px;
    }
}
@media only screen and (min-width: 992px) {
    div.flash-featured > div.featured-item {
        height: 144px;
        width: 210px;
    }
}
@media only screen and (min-width: 1200px) {
    div.flash-featured > div.featured-item {
        height: 150px;
        width: 264px;
    }
}
div.featured-item > div.tease {
    padding: 0 36px 14px 10px;
    position: absolute;
    left: 0;
    bottom: 0;
}
div.featured-item > div.tease h3 {
    color: var(--white);
    font-size: 1.6rem;
    line-height: 2.1rem;
    font-weight: 700;
    letter-spacing: -.4px;
}
/* latest posts - front page */
div.flash-latest {
    padding-left: 0;
}
@media only screen and (min-width: 1200px) {
    div.flash-latest {
        padding-left: 1.5rem;
    }
}
div.flash-latest > div.latest-item {
    border-top: 2px solid rgba(200,200,200,.5);
    padding: .7rem 0;
}
div.flash-latest >div.latest-item:last-of-type {
    border-bottom: 2px solid rgba(200,200,200,.5);
}
@media only screen and (min-width: 1200px) {
    div.flash-latest > div.latest-item {
        padding: 1.3rem 0;
    }
}
div.latest-item h3 {
    margin-bottom: 0;
}
div.latest-item h3 > a {
    color: var(--white);
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 2.3rem;
    letter-spacing: -.4px;
}
div.latest-item h3 > a:hover {
    text-decoration: none;
}
@media only screen and (min-width: 1200px) {
    div.latest-item h3 > a {
        font-size: 1.8rem;
        line-height: 2.3rem;
    }
}
div.all-news {
    text-align: center;
    margin-top: 3rem;
}
@media only screen and (min-width: 992px) {
    div.all-news {
        text-align: right;
    }
}
@media only screen and (min-width: 1200px) {
    div.all-news {
        margin-top: 4.4rem;
    }
}
div.all-news a {
    display: inline-block;
    background: var(--flashSecOrange);
    border: 1px solid var(--flashSecOrange);
    padding: .9rem 3rem;
    border-radius: 3px;
    color: var(--white);
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 2.6rem;
}
@media only screen and (min-width: 1200px) {
    div.all-news a {
        padding: .9rem 3rem;
        font-size: 1.8rem;
        line-height: 1.8rem;
        margin-right: 4rem;
    }
}
div.all-news a > span::after {
    display: inline-block;
    content: '';
    height: 9px;
    width: 9px;
    border-top: 2px solid var(--white);
    border-right: 2px solid var(--white);
    transform: rotate(45deg);
}
@media only screen and (min-width: 1200px) {
    div.all-news a > span::after {
        height: 9px;
        width: 9px;
        margin-left: 9px;
    }
}
/* Read more Links */
div.read-more {
    margin-top: 12px;
    padding-left: 15px;
    margin-bottom: 2rem;
}
@media only screen and (min-width: 375px) {
    div.read-more {
        padding-left: 22.5px;
    }
}
@media only screen and (min-width: 412px) {
    div.read-more {
        padding-left: 41px;
    }
}
@media only screen and (min-width: 428px) {
    div.read-more {
        padding-left: 49px;
    }
}
@media only screen and (min-width: 600px) {
    div.read-more {
        padding-left: 105px;
    }
}
@media only screen and (min-width: 768px) {
    div.read-more {
        padding-left: 0;
    }
}
@media only screen and (min-width: 1200px) {
    div.read-more {
        padding-left: 0;
        margin-bottom: 0;
    }
}
div.read-more.fi {
    margin-top: 5px;
    padding-left: 5px;
    margin-bottom: 1.8rem;
}
@media only screen and (min-width: 375px) {
    div.read-more.fi {
        padding-left: 12.5px;
    }
}
@media only screen and (min-width: 412px) {
    div.read-more.fi {
        padding-left: 31px;
    }
}
@media only screen and (min-width: 428px) {
    div.read-more.fi {
        padding-left: 39px;
    }
}
@media only screen and (min-width: 600px) {
    div.read-more.fi {
        padding-left: 95px;
    }
}
@media only screen and (min-width: 768px) {
    div.read-more.fi {
        padding-left: 5px;
    }
}
@media only screen and (min-width: 992px) {
    div.flash-featured > div.read-more.fi:last-of-type {
        margin-bottom: 0;
    }
}
div.read-more a {
    color: var(--grayColor1);
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1.4rem;
}
div.read-more a > span::after {
    display: inline-block;
    content: '';
    height: 7px;
    width: 7px;
    border-top: 2px solid var(--grayColor1);
    border-right: 2px solid var(--grayColor1);
    transform: rotate(45deg);
    margin-left: 5px;
}
div.read-more.fi p {
    margin-bottom: 0;
    color: var(--white);
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1.8rem;
}
/* Single post styling */
a.social {
    margin-right: 12px;
}
a.social > span {
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    height: 24px;
    width: 24px;
}
span.post-share {
    background-image: url(../images/post-share.png);
}
span.post-print {
    background-image: url(../images/post-print.png);
}
span.post-download {
    background-image: url(../images/post-download.png);
}



div.post-meta > p.date {
    font-size: 1.2rem;
    line-height: 1.8rem;
    color: #676767;
}
div.post-meta > h3 {
    font-family: var(--secondaryFont);
    font-size: 1.6rem;
    line-height: 2.1rem;
    font-weight: 700;
    color: var(--flashBlue);
}
div.post-meta > a.read {
    display: block;
    position: absolute;
    left: 1.8rem;
    bottom: 1.6rem;
    color: #B31231;
    font-size: 1.4rem;
    line-height: 1rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-decoration: underline;
}
/* Forms styles bottom of single-psr_resource */
div.search-form div.peril-search.affiliate {
    flex-wrap: wrap;
}
@media only screen and (min-width: 1200px) {
    div.search-form div.zip-input.affiliate {
        margin-bottom: 2rem;
    }
}
/* Styles used in Block Editor for PSR_Resource CPT */
.underline {
    text-decoration: underline;
}
.pad-left {
    padding-left: 15px;
}
.pad-left-2 {
    padding-left: 30px;
}
ul.pad-bottom > li {
    padding-bottom: 2rem;
}
/* Perils Select styling */
div.psr-select {
    margin-bottom: 1rem;
}
@media only screen and (min-width: 992px) {
    div.psr-select {
        margin-bottom: 2rem;
    }
}
div.psr-select > div.dropdown {
    margin: 0 auto;
}
div.psr-select > div.dropdown.hide-init {
    display: none;
}
div.psr-select > div.dropdown.hide-init.no-hide {
    display: block;
}
@media only screen and (min-width: 992px) {
    div.psr-select > div.dropdown {
        margin: 0 1rem 0 0;
        min-width: 145px;
    }
}
div.psr-select > div.dropdown > a,
div.psr-select > div.dropdown.hide-init > a {
    color: #525252;
    font-weight: 600;
    background-color: var(--white);
    border: 2px solid #7f7f7f;
    border-radius: 3px;
    box-shadow: 0 2px 3px 0 rgba(0,0,0,.08);
}
div.psr-select > div.dropdown > a::after,
div.psr-select > div.dropdown.hide-init > a::after {
    position: absolute;
}
@media only screen and (min-width: 992px) {
    div.psr-select > div.dropdown > a,
    div.psr-select > div.dropdown.hide-init > a{
        width: 100%;
        font-size: 1.7rem;
        line-height: 3rem;
        text-align: left;
    }
    div.psr-select > div.dropdown > a::after,
    div.psr-select > div.dropdown.hide-init > a::after {
        right: 13px;
        top: 18px;
    }
}
div.psr-select > div.dropdown > a.apply-filters {
    background-color: var(--flashSecOrange);
    border: 2px solid var(--flashSecOrange);
    text-align: center;
    color: white;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    color: var(--white);
    background-color: var(--flashBlue);
    border-color: var(--flashBlue);
}
div.psr-select > div.dropdown > a:focus,
div.psr-select > div.dropdown > a:focus-visible {
    box-shadow: 0 2px 3px 0 rgba(0,0,0,.08) !important;
}
div.psr-select > div.dropdown > div.dropdown-menu > a {
    color: var(--grayColor6);
    font-weight: 600;
    display: inline-block;
}
div.psr-select > div.dropdown > div.dropdown-menu > a::before {
    display: inline-block;
    width: 16px;
    height: 16px;
    content: '';
    border: 1px solid #777777;
    border-radius: 2px;
    margin-right: .5rem;
    vertical-align: middle;
}
div.psr-select > div.dropdown > div.dropdown-menu > a.checked::before {
    background-color: var(--flashSecSienna);
    background-image: url(../images/check-mark.png);
    background-repeat: no-repeat;
    background-position: center center;
}
@media only screen and (min-width: 992px) {
    div.psr-select > div.dropdown > a.apply-filters {
        font-size: 2rem;
    }
    div.psr-select > div.dropdown > div.dropdown-menu > a {
        font-size: 1.8rem;
        line-height: 2.6rem;
    }
    div.psr-select > div.dropdown > div.dropdown-menu > a > img {
        height: 2.2rem;
        width: auto;
    }
}
/* Peril Archive page styles */
div.page-title.perils p {
    color: var(--white);
    font-size: 1.8rem;
    margin-top: 1rem;
}
div.peril-archive > div.peril-content > h2 {
    color: var(--flashBlue);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -.4px;
    font-size: 2.2rem;
    line-height: 2.8rem;
}
@media only screen and (min-width: 992px) {
    div.peril-archive > div.peril-content > h2 {
        font-size: 2.6rem;
        line-height: 3rem;
    }
}
div.grecaptcha-badge {
    z-index: 25;
}
/* Feedback pages */
div.feedback {
    padding: 3rem 1rem;
}
@media only screen and (min-width: 992px) {
    div.feedback {
        padding: 6rem 4rem 8rem;
    }
}
div.feedback h2 {
    color: var(--headerColor);
    font-weight: 700;
    letter-spacing: -.4px;
    font-size: 2.6rem;
    line-height: 3.4rem;
    margin-bottom: 2rem;
}
@media only screen and (min-width: 992px) {
    div.feedback h2 {
        font-size: 3.2rem;
        line-height: 4rem;
    }
}
div.feedback p {
    font-size: 1.6rem;
    line-height: 2.2rem;
}
@media only screen and (min-width: 992px) {
    div.feedback p {
        font-size: 1.8rem;
        line-height: 2.4rem;
    }
}
/* Embedded survey monkey modal styles */
.smcx-modal {
    height: 400px !important;
    background: var(--grayColor6) !important;
}
@media only screen and (min-width: 375px) {
    .smcx-modal {
        max-width: 367px !important;
    }
}
@media only screen and (min-width: 412px) {
    .smcx-modal {
        max-width: 404px !important;
    }
}
@media only screen and (min-width: 428px) {
    .smcx-modal {
        max-width: 420px !important;
    }
}
@media only screen and (min-width: 600px) {
    .smcx-modal {
        max-width: 500px !important;
    }
}
@media only screen and (min-width: 768px) {
    .smcx-modal {
        max-width: 600px !important;
        margin-left: -300px !important;
    }
}
.smcx-modal > .smcx-modal-content {
    height: 330px !important;
}
@media only screen and (min-width: 768px) {
    .smcx-modal > .smcx-modal-content {
        width: 580px !important;
    }
}
#sm_embed {
    min-height: 20rem;
    background: var(--grayColor1);
    padding: 4rem 0;
}
#sm_embed h2 {
    color: var(--headerColor);
    font-weight: 700;
    letter-spacing: -.4px;
    font-size: 2.6rem;
    line-height: 3.2rem;
    margin-bottom: 1.5rem;
}
#sm_embed .smcx-embed {
    max-width: unset !important;
    height: 860px;
}
#sm_embed .smcx-embed > .smcx-iframe-container {
    max-width: unset !important;
    height: 825px !important;
}
fieldset.jcs-hp {
    height: 0;
    margin-left: -5000px;
}
