@media screen and (max-width: 500px) {
.standard-text table, .text-content table, .column.content-right .block table, article.full-page.full-page table, article.full-page.page table, article.full-page.blog table, .article-content table, article.article .content table {margin-left: inherit;}
}

#content {
    display: block;
    overflow: hidden;
}

#content .grid .column.main .grid.intro {margin: 0px !important;}

/*-------------------------------------Mobile vs. Desktop Only-------------------------*/

@media screen and (min-width: 1025px) {
    .only-mobile {display: none !important;}
    .only-mobile-tablet {display: none !important;}
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    .only-mobile {display: none !important;}
    .only-desktop {display: none !important;}
}

@media screen and (max-width: 768px) {
    .only-desktop-tablet {display: none !important;}
    .only-desktop {display: none !important;}
}

/*-------------------------------------General-------------------------------------*/



/*Inset Sahdwo*/
  .inset-shadow {
      -moz-box-shadow:    inset  0  18px 18px -18px #333333, 
                          inset  0 -18px 18px -18px #333333;
      -webkit-box-shadow: inset  0  18px 18px -18px #333333, 
                          inset  0 -18px 18px -18px #333333;
       box-shadow:        inset  0  18px 18px -18px #333333, 
                          inset  0 -18px 18px -18px #333333;
  }

  .inset-shadow-top {
      -moz-box-shadow:    inset  0  18px 18px -18px #333333;
      -webkit-box-shadow: inset  0  18px 18px -18px #333333;
       box-shadow:        inset  0  18px 18px -18px #333333;
  }

  .inset-shadow-bottom {
      -moz-box-shadow:    inset  0  -18px 18px -18px #333333;
      -webkit-box-shadow: inset  0  -18px 18px -18px #333333;
       box-shadow:        inset  0  -18px 18px -18px #333333;
  }


/*Hide Universla Blocks*/
article.about.person {
    display: none;
}

/*Img Full*/

img.img-full {
    width: 100% !important;
    height: auto !important;
    max-width: none !important;
    margin: 0px auto 16px auto !important;
}

.float-image {
    width: 40%;
    margin: 0px 0px 16px 16px;
    float: right;
}

@media screen and (max-width: 500px) {
    .float-image {
        width: 100% !important;
        float: none !important;
        margin: 0px 0px 16px 0px;
    }
}

.float-image h6 {margin-bottom: 0px !important}



/*-----------------------Header, Body and Footer Sizing-----------------------*/

body {
    background-color: #fff;
    overscroll-behavior-y: none;
}

header, footer {
    top: 0px !important;
}


@media screen and (min-width: 1025px) {
    div#content {
        max-width: none;
        top: -12px !important
    }
}

@media screen and (min-width: 501px) and (max-width: 1024px) {
    div#content {
        max-width: none;
        top: 40px !important
    }
}

@media screen and (max-width: 500px) {
    div#content {
        max-width: none;
        top: 60px !important
    }
}

#content > .stripe-inner {
    padding-top:0 !important;
    max-width: 1024px;
    position: relative;
}

div#content > .stripe-inner > .grid > .column {
    width: 100%;
    margin: auto;
    float: none;
}

@media screen and (min-width: 769px) {
     div#content > .stripe-inner > .grid > .column {
        padding-left: 32px;
        padding-right: 32px;
     }
}

.block.five-tweets,
footer .footer-2,
footer .footer-3 {
    position: relative;
}

.block.five-tweets:before,
footer .footer-2:before,
footer .footer-3:before {
    content: "";
    position: absolute;
    top: 0px;
    left: calc(50% - 50vw);
    width: 100vw;
    height: 100%;
    background-color: #0099cc;
}

footer .footer-2:before {background-color: #ddf4ff;}


footer .footer-3:before {background-color: #242424}

footer .stripe-inner {
    position: relative;
}


/*
@media screen and (max-width: 1024px) {
    body.admin-menu header,
    body.admin-menu #content,
    body.admin-menu footer {
        top: auto !important;
    }
}
*/


/*------------------------------Top Level Nav-------------------------------*/

header.stripe {
    z-index: 50;
}

#utility .block.trending-bar,
header .grid .column.branding {
    display: none;
}

#utility {
    border-top:solid 0px #2799CB !important;
    background-color:#2799CB !important;
    max-width: none !important;
}

#utility .stripe-inner {
    max-width: none !important;
    padding: 2px !important;
    background-color: transparent;
}


#utility ul.menu.right > li:nth-child(1) a, #utility ul.menu.right > li:nth-child(2) a {
    color: #fff !important;
    font-size: 1.5rem !important;
    font-family: franklin-gothic-urw-cond, sans-serif !important;
}

#utility ul.menu.right a.social {
    border-radius: 50%;
    background-color:transparent;
}


header .grid .column.search {margin-top: -100vh}

header .grid .column.menu {
    padding: 0px;
}

@media screen and (min-width: 1025px) {
    header nav.block.bar.old-nav {
        overflow: visible;
        border: 0;
        margin: 0;
        z-index: 50;
    }

    header nav.block.bar.top-fixed {border-top:solid 4px #0099cc;}

    header nav.block.bar.old-nav:before {
        content: "";
        position: absolute;
        top: -6px;
        left: calc(50% - 50vw);
        width: 100vw;
        height: calc(100% + 6px);
        background-color: #333;
        border-top: solid 6px #0099cc;
        box-sizing: border-box;
    }


    header nav.bar > ul.menu {
        justify-content: flex-end;
        background-color: #fff;
        position: relative;
        display: flex !important;
        height: 48px;
        max-width: none !important;
    }

    header nav.bar.top-fixed > ul.menu {
      background-color: #000;
    }






    header nav.bar > ul.menu:hover {
        background-color: #fff !important;
    }

    header nav.bar.top-fixed > ul.menu:hover {
        background-color: #000 !important;
    }

    header nav.bar > ul.menu > li.expanded,
    header nav.bar > ul.menu > li.leaf.menu-mlid-11944,
    header nav.bar > ul.menu > li.leaf.top-nav-search {
        display: block !important;
        flex-grow: initial;
    }



    /*-----------Normal Menu Items-----------*/

    header nav.bar > ul.menu > li.expanded,
    header nav.bar > ul.menu > li.leaf.menu-mlid-11944 {
        display: flex !important;
        width: auto;
        position: relative;
        cursor: pointer;
        font-size: 1em !important;
    }


    header nav.bar ul.menu .top-nav-search:hover,
    header nav.bar > ul.menu > li.expanded:hover,
    header nav.bar > ul.menu > li.leaf.menu-mlid-11944:hover {
        background-color:#3cf !important;
    }

    header nav.bar > ul.menu > li.expanded > a {
        line-height: 1;
        display: flex;
        width: 100%;
        align-items: center;
        text-transform: uppercase;
        color: #000;
        font-family: franklin-gothic-urw-cond, sans-serif;
        font-weight: 100;
        font-style: normal;
        cursor: pointer;
        background-color: transparent !important;
    }

    header nav.bar.top-fixed > ul.menu > li.expanded > a {color: #fff !important}


    header nav.bar:not(.top-fixed) ul.menu .top-nav-search:hover > a,
    header nav.bar:not(.top-fixed) > ul.menu > li.expanded:hover > a,
    header nav.bar:not(.top-fixed) > ul.menu > li.leaf.menu-mlid-11944:hover > a {color: #2799CB !important}


    header nav.bar > ul.menu > li.expanded:before,
    header nav.bar> ul.menu > li.leaf.menu-mlid-11944:before {
        content: "";
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 100%;
        height: 4px;
        background-color: transparent;
    }


    header nav.bar > ul.menu > li.expanded:hover:before,
    header nav.bar > ul.menu > li.leaf.menu-mlid-11944:hover:before {
        background-color: #0099cc
    }

    header nav.bar.top-fixed ul.menu .top-nav-search:hover > a {color: #33ccff !important}

    header nav.bar > ul.menu > li.leaf.menu-mlid-11944 > a {
        line-height: 1;
        display: flex;
        width: 100%;
        align-items: center;
        text-transform: uppercase;
        color: #000;
        font-family: franklin-gothic-urw-cond, sans-serif;
        font-weight: 100;
        font-style: normal;
        cursor: pointer;
        background-color: transparent !important;
    }

    header nav.bar.top-fixed > ul.menu > li.leaf.menu-mlid-11944 > a {color: #fff}

    header nav.bar > ul.menu > li > ul.menu {
        top: 100%;
        width: 250px;
        background-color: #eaeaea;
        z-index: 20;
        border-radius: 0px 0px 4px 4px;
    }

    header nav.bar > ul.menu > li > ul.menu > li > a {
        color: #666;
        font-weight: 100;
    }

    /*Search Block Handling*/

    header nav.bar > ul.menu > li.leaf.top-nav-search {
        position: relative;
    }

    header nav.bar > ul.menu > li.leaf.top-nav-search > a.nav-search {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        overflow: hidden;
        opacity: 0;
    }

    header nav.bar > ul.menu > li.leaf.top-nav-search:before {
        display: block;
        content: "\f002";
        font-family: "fontawesome";
        color: #2799CB;
        font-size: 1.4em;
        padding: 8px 12px;
        width: 21px;
        text-align: center;
    }

    header nav.bar.top-fixed > ul.menu > li.leaf.top-nav-search:before {color: #fff}


    header nav.bar > ul.menu > li.leaf.top-nav-search {
        position: relative;
        width: auto;
        display: flex !important;
        align-items: center;
        cursor: pointer;
    }




    header nav.bar > ul.menu > li.leaf.top-nav-search form#naco-search-block-form {
        display: block;
        display: none;
        position: absolute;
        top: 100%;
        right: -16px;
        width: 100vw;
        padding: 0px;
        margin: 0;
        background-color: rgba(0,0,0,0.51);
    }

    header nav.bar > ul.menu > li.leaf.top-nav-search form#naco-search-block-form > div {
        display: flex !important;
        justify-content: center;
        width: 100%;
        heighT: auto;
        padding: 16px;
    }

    header nav.bar > ul.menu > li.leaf.top-nav-search form#naco-search-block-form > div > .form-item.form-type-textfield.form-item-keywords {
        display: block !important;
        width: 80%;
        padding-right: 4px;
    }

    header nav.bar > ul.menu > li.leaf.top-nav-search form#naco-search-block-form > div > .form-item.form-type-textfield.form-item-keywords input#edit-keywords {
        display: block !important;
        position: relative !important;
        margin: 0px !important;
        width: 100%;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        font-family: franklin-gothic-urw-cond, sans-serif;
    }

    header nav.bar > ul.menu > li.leaf.top-nav-search form#naco-search-block-form > div > div#edit-actions {
        display: flex !important;
        position: relative !important;
    }

    header nav.bar > ul.menu > li.leaf.top-nav-search form#naco-search-block-form > div > div#edit-actions > button#edit-submit {
        position: relative !important;
        display: block !important;
    }







    /*Hide Topics & CE*/
    header nav.bar > ul.menu > li.leaf.menu-mlid-474 {
        display: none !important;
    }

}



/*-----Coloring Search Box on Click-----*/
@media screen and (min-width: 761px) and (max-width: 1024px) {
    header nav.bar > ul.menu > li.leaf.top-nav-search.clicked {
        background-color:#cc3300 !important;
    }



    header nav.bar > ul.menu > li.leaf.top-nav-search.clicked:before {
        content: "\f00d"
    }
}



/*-------------Logo on NAV BAR ALLLLL-------------*/
@media screen and (min-width: 1025px) {

    header nav.bar:not(.top-fixed) > ul.menu {
        height: 100px;
    }

    header nav.bar > ul.menu {
        padding-left: 282px;
                transition: height 0.45s padding-left 0.45s;
        -webkit-transition: height 0.45s padding-left 0.45s;
    }


    header nav.bar > ul.menu > li.leaf.top-nav-logo {
        display: block !important;
        position: absolute;
        top: 0px;
        left: 0px;
        max-width: none;
        height: 100%;
        background-color: transparent !important;
        width: 282px;
        margin-left:12px;
        transition: width 0.45s;
        -webkit-transition: width 0.45s margin 0.45s;
    }



    header nav.bar > ul.menu > li.leaf.top-nav-logo > a {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        margin: 0;
        padding: 0;
        background-color: transparent !important;
        transition: background-size 0.45s;
        -webkit-transition: background-size 0.45s;
        background-image: url(https://www.naco.org/sites/default/files/documents/NACo-logo_web-alt_rgb.svg);
        background-size: 250px;
        background-position: left center
    }

    header nav.bar:not(.top-fixed) > ul.menu > li.leaf.top-nav-logo > a:hover {
        filter: brightness(0%);
    }

    /*Changes for Top Fixed*/
    header nav.bar.top-fixed > ul.menu > li.leaf.top-nav-logo {
        width: 216px;
    }

    header nav.bar.top-fixed > ul.menu > li.leaf.top-nav-logo > a {
        background-image: url(/sites/default/files/event_attachments/NACo-logo_no-flag_wht2.svg);
        background-size: 194px;
    }

    header nav.bar > ul.menu > li.expanded > a,
    header nav.bar > ul.menu > li.leaf.menu-mlid-11944 > a {
        font-size: 1.15em;
        padding: 8px 16px;
    }


    /*Full Width Nav*/

    div#content {
        position: relative;
        /*top: -100px !important;*/
    }

    #content .grid .column .grid {
        margin: 0 !important;
    }




    header.stripe {
        max-width: none !important;
        background-color:transparent !important;
        min-height: 106px
    }



    header.stripe > .stripe-inner {
        max-width: none !important;
        background-color:transparent !important;
    }

    header nav.block.bar.old-nav {
        background-color: transparent !important;
    }

    header nav.block.bar.old-nav:before {
        display: none;
    }


    /*
    header nav.block.bar.old-nav:not(.top-fixed) > ul.menu {
        background-color: transparent;
    }
    */

    header nav.bar > ul.menu {
        transition: height 0.45s !important;
        -webkit-transition: height 0.45s !important;
    }

  header nav.bar > ul.menu:after {
      content: "";
      display: block;
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      background-color: transparent;
      box-shadow: 0 0.15em 0.35em 0 rgba(0,0,0,0.135);
      z-index: 50;
      pointer-events: none;
  }

    header nav.block.bar.old-nav > ul.menu > li,
    header nav.block.bar.old-nav > ul.menu > li.leaf.menu-mlid-11944,
    header nav.block.bar.old-nav > ul.menu .top-nav-search {
        background-color: transparent !important;
    }



}

@media screen and (min-width: 1025px) and (max-width: 1200px) {
    header nav.bar > ul.menu {
        padding-left: 248px;
    }

    header nav.bar:not(.top-fixed) > ul.menu {
        height:92px;
    }

    header nav.bar:not(.top-fixed) > ul.menu > li.leaf.top-nav-logo {
        width: 232px;
    }

    header nav.bar:not(.top-fixed) > ul.menu > li.leaf.top-nav-logo > a,
    header nav.bar:not(.top-fixed) > ul.menu > li.leaf.top-nav-logo > a:after {
        background-size: 216px !important;
    }


    /*Changes for Top Fixed*/
    header nav.bar.top-fixed > ul.menu > li.leaf.top-nav-logo {
        width: 184px;
    }

    header nav.bar.top-fixed > ul.menu > li.leaf.top-nav-logo > a {
        background-image: url(/sites/default/files/event_attachments/NACo-logo_no-flag_wht2.svg);
        background-size: 162px;
    }


    header nav.bar > ul.menu > li.expanded > a,
    header nav.bar > ul.menu > li.leaf.menu-mlid-11944 > a {
        font-size: 1.05em;
        padding: 8px 12px;
    }
}


/*----------------------------------------------Fonts-----------------------------------------------*/

body {font-family: "franklin-gothic-urw",sans-serif !important;}

@media screen and (max-width: 700px) {
    body {font-size: 1.4rem !important}
}


/*---------------------Wht Text---------------------*/

div#content > .stripe-inner .wht-text *,
div#content > .stripe-inner .wht-text p,
div#content > .stripe-inner .wht-text li,
div#content > .stripe-inner .wht-text td,
div#content > .stripe-inner .wht-text h1,
div#content > .stripe-inner .wht-text h2,
div#content > .stripe-inner .wht-text h3,
div#content > .stripe-inner .wht-text h4,
div#content > .stripe-inner .wht-text h5,
div#content > .stripe-inner .wht-text h6,
.toc-outer *,
.toc-outer p,
.toc-outer li,
.toc-outer td,
.toc-outer h1,
.toc-outer h2,
.toc-outer h3,
.toc-outer h4,
.toc-outer h5,
.toc-outer h6,
div#content > .stripe-inner table[summary*='wht-text'] *,
div#content > .stripe-inner table[summary*='wht-text'] p,
div#content > .stripe-inner table[summary*='wht-text'] li,
div#content > .stripe-inner table[summary*='wht-text'] td,
div#content > .stripe-inner table[summary*='wht-text'] h1,
div#content > .stripe-inner table[summary*='wht-text'] h2,
div#content > .stripe-inner table[summary*='wht-text'] h3,
div#content > .stripe-inner table[summary*='wht-text'] h4,
div#content > .stripe-inner table[summary*='wht-text'] h5,
div#content > .stripe-inner table[summary*='wht-text'] h6 {
    color: #fff !important;
}


div#content > .stripe-inner table[summary*='bkg-block'] a.btn {
    color: #000 !important
}

article.full-page table[summary*='color'] ul:not(.contextual-links) li {
    background-image: url(/sites/default/files/bullet-block-white.png) !important;
}

div#content > .stripe-inner .wht-text ol li:before, div#content > .stripe-inner table[summary*='color'] ol li:before {color: #fff}

/*---------------------Table Styling---------------------*/

/*Headers*/
thead > tr > th,
tbody > tr > th {
    padding: 8px !important;
    font-family: "franklin-gothic-urw",sans-serif !important;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px !important
}

/*Table Cells*/
table > tbody > tr > td {
    font-family: "franklin-gothic-urw",sans-serif !important;
    font-weight: 300 !important;
    font-size: 16px !important;
    line-height: 1.45 !important;
}

@media screen and (max-width: 600px) {
    
    thead > tr > th,
    tbody > tr > th {
        font-size: 16px !important
    }

    table > tbody > tr > td {
        font-size: 14px !important;
    }
}



/*---------------Paragraphs and List Items---------------*/
div#content > .stripe-inner p,
div#content > .stripe-inner li,
.toc-outer p,
.toc-outer li {
    font-family: "franklin-gothic-urw",sans-serif !important;
    font-weight: 300 !important;
    font-size: 1.1em !important;
    line-height: 1.45 !important;
}

div#content > .stripe-inner p sup,
div#content > .stripe-inner li sup {
    font-size: 70% !important;
    line-height: 1 !important;
}

div#content > .stripe-inner ul.more-margin > li {
    margin-bottom: 16px;
}

/*
div#content > .stripe-inner ul:not(.contextual-links),
div#content > .stripe-inner ol:not(.contextual-links) {
    padding-left: 20px;
}
*/

div#content > .stripe-inner.blue article.full-page.full-page ul:not(.contextual-links) li {
    background-image: url(/sites/default/files/bullet-block-blue1.png)
}
div#content > .stripe-inner.blue article.full-page.full-page ol:not(.contextual-links) li:before {
    color: #0099cc;
}
div#content > .stripe-inner.green article.full-page.full-page ul:not(.contextual-links) li {
    background-image: url(/sites/default/files/bullet-block-green.jpg)
}
div#content > .stripe-inner.green article.full-page.full-page ol:not(.contextual-links) li:before {
    color: #339900;
}
div#content > .stripe-inner.purple article.full-page.full-page ul:not(.contextual-links) li {
    background-image: url(/sites/default/files/bullet-block-purple.jpg)
}
div#content > .stripe-inner.purple article.full-page.full-page ol:not(.contextual-links) li:before {
    color: #990099;
}
div#content > .stripe-inner.red article.full-page.full-page ul:not(.contextual-links) li {
    background-image: url(/sites/default/files/bullet-block-red.png)
}
div#content > .stripe-inner.red article.full-page.full-page ol:not(.contextual-links) li:before {
    color: #cc3300;
}

@media screen and (min-width: 701px) {
    ul.columns-2,
    ol.columns-2 {
        columns: 2 auto;
        column-gap: 32px;
    }
    ul.columns-2 > li,
    ol.columns-2 > li {
        break-inside: avoid;
        -webkit-column-break-inside: avoid;

    }

}


/*-----------------------Headers-----------------------*/
.toc-outer * > a#naco,
div#content > .stripe-inner * > a#naco,
div#content > .stripe-inner * > a[name^="naco"] {
    text-transform: none !important;
    font-size: inherit !important;
    line-height:inherit !important;
    color: inherit !important;
    text-decoration:inherit !important;
    pointer-events:inherit !important;
}
.toc-outer h1,
div#content > .stripe-inner h1 {
    font-family: "franklin-gothic-urw",sans-serif !important;
    line-height: 1.12 !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
}


.toc-outer h2,
div#content > .stripe-inner h2 {
    font-family: "franklin-gothic-urw",sans-serif !important;
    line-height: 1.12 !important;
    font-weight: 700;
    font-size: 2.6em !important;
    text-transform: uppercase;
    padding-top: 24px;
}


div#content > .stripe-inner .column.content-right h2 {
    font-size: 1.4em !important;
    color: #666 !important
}

.toc-outer h3,
div#content > .stripe-inner h3 {
    font-family: "franklin-gothic-urw",sans-serif !important;
    line-height: 1.12 !important;
    font-size: 2.4em !important;
    font-weight: 100;
    padding-top: 24px;
}

a#append-resources + h3 {
    padding-top: 16px;
    border-top: solid 4px #eaeaea;
    margin-top: 16px;
}

div#content > .stripe-inner.blue .article-content > h3 {color: #0099cc !important}
div#content > .stripe-inner.blue .article-content > h3 {color: #0099cc !important}
div#content > .stripe-inner.green .article-content > h3 {color: #339900}
div#content > .stripe-inner.orange .article-content > h3 {color: #ff6600}
div#content > .stripe-inner.purple .article-content > h3 {color: #990099}
div#content > .stripe-inner.red .article-content > h3 {color: #cc3300}

.toc-outer h4,
div#content > .stripe-inner h4 {
    font-family: "franklin-gothic-urw",sans-serif !important;
    line-height: 1.12 !important;
    font-size: 1.5em !important;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 12px;
    padding-top:24px;
}

div#content > .stripe-inner h1:first-child,
div#content > .stripe-inner h2:first-child,
div#content > .stripe-inner h3:first-child,
div#content > .stripe-inner h4:first-child {
    padding-top: 0px !important
}


div#content > .stripe-inner h5 {
    font-family: "franklin-gothic-urw",sans-serif !important;
    font-size: 1.16em !important;
    line-height: 1.12 !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    padding-top: 8px;
    color: #666
}

div#content > .stripe-inner h6 {
    font-family: "franklin-gothic-urw",sans-serif !important;
    font-weight: 300 !important;
    font-size: 0.85em !important;
    line-height: 1.45 !important;
    margin-bottom: 24px;
    font-style: italic;
}

div#content > .stripe-inner h2 + h6,
div#content > .stripe-inner h3 + h6 {
    font-size: 1.4em !important;
    margin-top: -8px;
    font-weight: 100
}

div#content > .stripe-inner h4 + h6 {
    font-family: "franklin-gothic-urw",sans-serif !important;
    font-weight: 300 !important;
    font-size: 1.1em !important;
    line-height: 1.45 !important;
    margin-top: -8px;
    margin-bottom: 16px;
}


div#content > .stripe-inner img.img-full + h6 {
    font-size: 0.9em !important;
    font-style: italic;
    /*margin-top:-6px;*/
    margin-bottom: 24px;
    text-align: left;
    /* For Safari 3.1 to 6.0 */
    -webkit-transition-property: opacity;
    -webkit-transition-duration: 2s;
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-delay: 0s;
    /* Standard syntax */
    transition-property: opacity;
    transition-duration: 0.85s;
    transition-timing-function:ease-out; 
    transition-delay: 0s;
}

div#content > .stripe-inner img.img-full.wide + h6 {margin-top:-24px !important;}

div#content > .stripe-inner img.img-full.scrolled + h6 {
    opacity: 1 !important
}

div#content > .stripe-inner img.img-full:not(.infographic) + h6:before {
    content: "\f083";
    font-family: "fontawesome";
    font-style: normal;
    margin-right: 8px;
}

div#content > .stripe-inner div.youtube-video + a + h6,
div#content > .stripe-inner div.youtube-video + h6 {
    font-size: 0.9em !important;
    font-style: italic;
    margin-top:-6px;
    margin-bottom: 24px;
    /* For Safari 3.1 to 6.0 */
    -webkit-transition-property: opacity;
    -webkit-transition-duration: 2s;
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-delay: 0s;
    /* Standard syntax */
    transition-property: opacity;
    transition-duration: 0.85s;
    transition-timing-function:ease-out; 
    transition-delay: 0s;
}

div#content > .stripe-inner div.youtube-video.scrolled + a + h6,
div#content > .stripe-inner div.youtube-video.scrolled + h6 {
    opacity: 1 !important
}

div#content > .stripe-inner div.youtube-video + a + h6:before,
div#content > .stripe-inner div.youtube-video + h6:before {
    content: "\f03d";
    font-family: "fontawesome";
    font-style: normal;
    margin-right: 8px;
}

div#content > .stripe-inner li h6 {
    margin-bottom: 0px !important;
}


/*-----------------------Blockquotes-----------------------*/

article.full-page .article-content blockquote {
    display: block;
    max-width: none;
    margin: 16px 0px 32px 0px;
    background-color: transparent;
    padding: 8px 16px;
    border-left: solid 8px;
    width: 100% !important;
    float: none !important;
}

article.full-page .article-content blockquote > *:nth-child(1) {
    padding-top: 0px !important
}

article.full-page .article-content blockquote > *:last-child {
    margin-bottom: 0px !important
}

/*Bigger
div#content > .stripe-inner article.full-page .article-content blockquote > h3 {font-size: 1.8em !important}
*/

div#content > .stripe-inner article.full-page .article-content blockquote > h3 {
    font-size: 1.35em !important;
    line-height: 1.3 !important;
    margin-top: 0px;
    text-transform: none;
}


/*------------------------Contact Blocks------------------------*/

div#content > .stripe-inner article.person {
    font-family: "franklin-gothic-urw",sans-serif !important;
}

div#content > .stripe-inner article.person .name-column {
    font-family: "franklin-gothic-urw",sans-serif !important;
    font-weight: 500;
}

div#content > .stripe-inner article.person .title-column, div#content > .stripe-inner article.person .phone-column {
    font-family: "franklin-gothic-urw-cond",sans-serif !important;
    color: #666;
}

/*----------------------Inline Font Awesome----------------------*/
div#content > .stripe-inner i.inline {
    display: inline-block;
    font-size: 0.8em !important;
    line-height: 1 !important;
    margin-right: 0.4em;
}


/*------------------------Buttons------------------------*/

ul li a.btn {
    display: none !important;
}


ul.buttons-container {
    padding-left: 0px !important;
    display: block;
    width: 100%;
}

ul.buttons-container li {
    display: inline-block !important;
    padding: 0px !important;
    background-image: none !important;
    margin: 0px 8px 8px 0px;
}

ul.buttons-container li a.btn {
    display: block !important;
    margin: 0px !important;
}

a.btn {
    font-family: "franklin-gothic-urw",sans-serif !important;
    font-size: 1em !important;
    line-height: 1.12 !important;
    font-weight: 500 !important;
    padding: 10px 12px !important;
    text-align: center;
    max-width: 100%;
    border: solid 2px #FDF27F !important;
    background-color: #FDF27F !important;
    color: #000 !important;
    border-radius: 6px;
}


div#content > .stripe-inner table[summary*='color'] ul.buttons-container > li {
    background-image: none !important;
}

div#content > .stripe-inner table[summary*='color'] a.btn {
    background-color: rgba(0,0,0,0.7) !important;
    border-color:rgba(0,0,0,0.7) !important;
    background-image: none !important;
}


a.btn:hover {
    background-color: #ffc846 !important;
    border-color: #ffc846 !important;
}


div#content > .stripe-inner table[summary*='color'] a.btn:hover {
    background-color: rgba(0,0,0,1) !important;
    border-color:rgba(0,0,0,1) !important;
}



a.btn.alt {
    background-color: transparent !important;
}


.stayconnected .article-content form .form-actions input[type='submit'] {
    font-family: "franklin-gothic-urw",sans-serif !important;
    font-weight: 700;
    padding: 10px 16px 10px 16px;
}


/*-------------Sharelines-------------*/

a.shareline {
    position: relative;
    display: block;
    padding-left: 32px;
    color: inherit !important;
    text-decoration: none !important;
}

a.shareline:before {
    color: #00acee;
    font-size: 1.15em !important;
    position: absolute;
    left: 0;
    margin: 0 !important;
}

/*-------------------------------------------------Hero Image / Title-------------------------------------------------*/

#content .grid.auto > .column:first-child {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 0px;
    padding-right: 0px;
    min-height: 65vh;
    margin-bottom: 32px;
    margin-top: 0px;
    float: none;
    padding-top: 8px;
}


#content .grid.auto > .column:first-child + .column {display: none !important;}


#content .grid.auto > .column:first-child:before {
    content: "";
    position: absolute;
    top: 0px;
    left: calc(50% - 50vw);
    width: 100vw;
    height: 100%;
    background-color: #777;
    z-index: 1;
}

#content .grid.auto > .column:first-child:after {
    content: "";
    position: absolute;
    top: 0px;
    left: calc(50% - 50vw);
    width: 100vw;
    height: 100%;
    background-color: rgba(51,51,51,0.45);
    z-index: 10;
    display: block !important;
}

#content .grid.auto > .column:first-child > .overline,
#content .grid.auto > .column:first-child > .item-list {
    display: none;
}

#content .grid.auto > .column:first-child > h1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 2;
    margin: 0px;
    padding-top: calc(10vh + 24px);
    padding-bottom: 10vh;
    min-height: 55vh;
    text-align: center;
    z-index: 15;
    color: #fff !important;
    font-size: 2.8em;
    text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}

@media screen and (min-width: 601px) and (max-width: 800px) {
    #content .grid.auto > .column:first-child > h1 {font-size: 2.6em}
}

@media screen and (max-width: 600px) {
    #content .grid.auto > .column:first-child > h1 {font-size: 2.4em}
}

#content .grid.auto > .column:first-child > h1 span {
    display: block;
    padding-top: 12px;
    font-family: "franklin-gothic-urw-cond", sans-serif !important;
    font-size: 0.85em !important;
    font-weight: 100 !important;
    text-shadow: 2px 4px 3px rgba(0,0,0,0);
}

.byline, .topics {
    display: block;
    position: relative;
    transform: translateX(calc(50vw - 50%));
    text-align: right;
    margin-bottom: 0px !important;
    border: 0px !important;
    z-index: 15;
}

    .byline {padding: 16px 32px !important;}

    .topics {padding: 0px 32px 16px 32px !important;}


.byline, .topics, .byline *, .topics * {
    color: #fff !important;
    text-transform: none !important;
    line-height: 1 !important    
}


/*Background Image*/

#content .grid.auto > .column:first-child > .hero-bkg-outer {
    position: absolute;
    top: 0px;
    left: calc(50% - 50vw);
    width: 100vw;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: 5;
    overflow: hidden;
}

#content .grid.auto > .column:first-child > .hero-bkg-outer > .hero-bkg-inner {
    position: absolute;
    top: -16px;
    left: -16px;
    width: calc(100% + 32px);
    height: calc(100% + 32px);
    background-size: cover;
    background-position: center;
    animation: fadebkg 1s;
    animation-fill-mode: both;
    animation-delay: 1.5s;
}

@keyframes fadebkg {
      from {
        opacity: 0;
        filter:blur(6px);
    }
      to {
        opacity: 1;
        filter:blur(0px);
    }
}

/*-------------No Image Overlay on Mobile-------------*/

@media screen and (max-width: 640px) {
    
    #content .grid.auto > .column:first-child {min-height: 0px !important}

    #content .grid.auto > .column:first-child > .hero-bkg-outer {
        position: relative !important;
        width: calc(100% + 32px);
        height: 0px;
        padding-bottom: 40vh;
        left: -16px;
    }

    #content .grid.auto > .column:first-child:before {
        position: absolute;
        top: 0px;
        left: -16px;
        width: 100vw;
        height: 40vh
    }

    #content .grid.auto > .column:first-child > h1 {
        color: #000 !important;
        text-shadow: 2px 4px 3px rgba(0,0,0,0);
        padding: 16px 0px;
        min-height: 0;
    }

    .byline, .topics,
    #content .grid.auto > .column:first-child:after {
        display: none !important;
    }
}


/*-------------------Share Buttons-------------------*/

div#share-buttons {
    display: flex;
    justify-content: center;
    margin-top: -16px;
    margin-bottom: 16px;
}

div#share-buttons > div {
    display: block;
    margin: 8px;
}

div#share-buttons > div > a {
    display: flex;
    justify-content: center;
    align-items: center;
}

div#share-buttons > div > a {
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding: 0px !important;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 1 !important;
    border: 0px !important;
    background-color: #000 !important;
    color: #fff !important;
    margin: 0px !important;
}

div#share-buttons > div > a:hover {background-color: #006699 !important;}


div#share-buttons > div > a > i {
    font-size: 16px !important;
    line-height: 1 !important;
}

/*--------------------------------------------------All Things Tables--------------------------------------------------*/

/*------------------Generic Table------------------*/
div#content > .stripe-inner table caption {
    font-family: "franklin-gothic-urw",sans-serif !important;
    font-size: 1.16em !important;
    font-weight: 700;
    color: #666;
    background-color: transparent;
    padding: 0px;
    text-align: center;
    border: 0px;
    margin-bottom: 16px;
    position: relative;
}

div#content > .stripe-inner table > thead tr {
    background-color: #fae164 !important;
    border: solid 1px #999;
}

div#content > .stripe-inner table > thead tr > th {
    color: #000;
}

div#content > .stripe-inner table > tbody > tr {
    background-color: transparent;
}

div#content > .stripe-inner table > tbody > tr > td,
div#content > .stripe-inner table > tbody > tr > th {
    border: solid 1px #999;
}

div#content > .stripe-inner table > tbody > tr > th {
    font-size: inherit !important;
    font-weight: inherit !important;
    text-transform: inherit !important;
}


/*-------------------------------Responsive Tables-------------------------------*/

@media screen and (max-width: 768px) {
    table[summary*='responsive'],
    table[summary*='responsive'] > tbody,
    table[summary*='responsive'] > tbody > tr,
    table[summary*='responsive'] > tbody > tr > th,
    table[summary*='responsive'] > tbody > tr > td {
        display: block !important;
        width: 100% !important
    }

    table[summary*='responsive'] > tbody > tr {
        border:solid 1px #eaeaea;
        padding: 8px;
        margin-bottom: 8px
    }

    div#content > .stripe-inner table[summary*='responsive'] > tbody > tr > th {
        font-weight: 700 !important;
        font-size: 1.1em !important;
        text-align: center;
        padding-top: 0px !important;
    }

    table[summary*='responsive'] > tbody > tr > th,
    table[summary*='responsive'] > tbody > tr > td {
        border: 0px !important;
    }

    table[summary*='responsive'] > tbody > tr > th:nth-child(n+2),
    table[summary*='responsive'] > tbody > tr > td:nth-child(n+2) {
        border-top:solid 1px #eaeaea !important;
    }

    table[summary*='responsive'] > thead {display: none;}

    table[summary*='responsive'] > tbody > tr > td:before {
        content: attr(data-label);
        display: inline-block;
        font-weight: bold;
        text-transform: uppercase;
        padding-right: 8px;
      }

}


/*---------------------------Table Accordion---------------------------*/

table[summary*='accordion'],
table[summary*='accordion'] > tbody,
table[summary*='accordion'] > tbody > tr,
table[summary*='accordion'] > tbody > tr > td {
    display: block;
    width: 100%;
    background-color: transparent !important;
}

table[summary*='accordion'] > tbody > tr + tr {
    border-top: solid 2px #eaeaea;
}


div#content > .stripe-inner .article-content > table[summary*='accordion'] > tbody > tr > td {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

table[summary*='accordion'] > tbody > tr > td:nth-child(1) {
    cursor: pointer;

}

table[summary*='accordion'] > tbody > tr > td:nth-child(1) > * {
    margin: 0px !important;
    padding: 0px !important;
    display: flex;
    align-items:center;
    justify-content:space-between;
    width: 100%;
}

table[summary*='accordion'] > tbody > tr > td:nth-child(1) > *:after {
    content: "\f067";
    font-family: "fontawesome";
    line-height: 1;
    font-size: 85%;
    margin-left: 12px;
    display: block;
    -webkit-transition-property: transform; /* Safari */
    -webkit-transition-duration: 0.75s; /* Safari */
    transition-property: transform;
    transition-duration: 0.75s;
    transform-origin:center;
}

div#content > .stripe-inner.blue .article-content > table[summary*='accordion'] > tbody > tr > td:nth-child(1) > *:after {color: #0099cc}
div#content > .stripe-inner.green .article-content > table[summary*='accordion'] > tbody > tr > td:nth-child(1) > *:after {color: #339900}
div#content > .stripe-inner.orange .article-content > table[summary*='accordion'] > tbody > tr > td:nth-child(1) > *:after {color: #ff6600}
div#content > .stripe-inner.purple .article-content > table[summary*='accordion'] > tbody > tr > td:nth-child(1) > *:after {color: #990099}
div#content > .stripe-inner.red .article-content > table[summary*='accordion'] > tbody > tr > td:nth-child(1) > *:after {color: #cc3300}

table[summary*='accordion'] > tbody > tr > td.clicked:nth-child(1) > *:after {
     transform:rotate(45deg);
}

table[summary*='accordion'] > tbody > tr > td {
    border-width: 0px !important
}

/*Button Accordion*/

div#content > .stripe-inner table[summary*='accordion btn'] > tbody > tr > td:nth-child(1) > * {
    display: inline-block;
    width: auto !important;
    font-family: "franklin-gothic-urw",sans-serif !important;
    text-transform: uppercase;
    line-height: 1.12 !important;
    font-weight: 500 !important;
    padding: 10px 12px !important;
    text-align: center;
    max-width: 100%;
    border: solid 2px #FDF27F !important;
    background-color: #FDF27F !important;
    color: #000 !important;
    border-radius: 6px;
}

div#content > .stripe-inner table[summary*='accordion btn alt'] > tbody > tr > td:nth-child(1) > * {
    background-color:transparent !important;
}

div#content > .stripe-inner table[summary*='accordion btn'] > tbody > tr > td:nth-child(1) > *:after {
    display: inline-block;
}


/*--------------------------Table to Tabs--------------------------*/

table[summary*='tabs'],
table[summary*='tabs'] > tbody,
table[summary*='tabs'] > tbody > tr > td {
    display: block;
    width: 100%;
    background-color: transparent !important;
}

table[summary*='tabs'] > tbody > tr,
table[summary*='tabs'] > tbody > tr > td:nth-child(1) {
    display: none;
    width: 100%;
    background-color: transparent !important;
}

table[summary*='tabs'] > tbody > tr {
    padding: 0px;
    border: 0px
}

table[summary*='tabs'] > tbody > tr.active {
    display: block !important;
}


table[summary*='tabs'] > ul.buttons-container {
    display: flex;
    flex-wrap: nowrap;
    margin: 0px !important;
    margin-left: -4px !important;
    width: calc(100% + 8px) !important;
}

table[summary*='tabs'] > ul.buttons-container > li {
    display: flex !important;
    justify-content: center;
    flex:1;
    margin: 4px !important;
}

table[summary*='tabs'] > ul.buttons-container > li > a {
    height: 100%;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    background-color:#63d7fd !important;
    border-color: #63d7fd !important;
    color: #fff !important;
    cursor: pointer;
}


table[summary*='tabs'] > ul.buttons-container > li > a:hover {
    background-color:#0092f2 !important;
    border-color: #0092f2 !important;
}

table[summary*='tabs'] > ul.buttons-container > li.active > a {
    pointer-events: none;
    background-color: #fdf28b !important;
    border-color: #fdf28b !important;
    color: #000 !important
}


div#content > .stripe-inner table[summary*='tabs'] > tbody > tr > td {
    padding: 24px 0px 0px 0px !important;
    border: 0px !important;
}


div#content > .stripe-inner table[summary*='tabs'] > tbody > tr > td > *:first-child {
    padding-top: 0px !important;
    margin-top: 0px !important;
}

div#content > .stripe-inner table[summary*='tabs'] > tbody > tr > td > *:last-child {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}

/*----------------------------Table Columns----------------------------*/


div#content > .stripe-inner table {clear: both;}

div#content > .stripe-inner table[summary*='columns'] {
    margin-left: 0px !important;
    margin-right: 0px !important
}

div#content > .stripe-inner table[summary*='columns'],
div#content > .stripe-inner table[summary*='columns'] > thead,
div#content > .stripe-inner table[summary*='columns'] > caption,
div#content > .stripe-inner table[summary*='columns'] > tbody,
div#content > .stripe-inner table[summary*='columns'] > tbody > tr,
div#content > .stripe-inner table[summary*='columns'] > tbody > tr > td {
    display: block;
    width: 100%;
    background-color: transparent !important;
    border: 0 !important;
}


div#content > .stripe-inner table[summary*='two-col-flex'] > tbody > tr > td {
    border: 0px !important;
}

@media screen and (min-width: 769px) {

    div#content > .stripe-inner table[summary*='two-col'] > tbody {
        -webkit-columns: auto 2;
        -moz-columns: auto 2;
        columns: auto 2;
        -webkit-column-gap: 16px;
        -moz-column-gap: 16px;
        column-gap: 16px;
    }

    div#content > .stripe-inner table[summary*='two-col-flex'] > tbody {
        -webkit-columns: auto 1;
        -moz-columns: auto 1;
        columns: auto 1;
        display: flex !important;
        justify-content:space-between;
        flex-wrap: wrap;
    }

    div#content > .stripe-inner table[summary*='two-col-flex'] > tbody > tr {
        width: calc(50% - 8px) !important;
        display: flex;
    }

    div#content > .stripe-inner table[summary*='two-col-flex'] > tbody > tr > td {
        display: flex;
        flex-direction: column;
    }
    div#content > .stripe-inner table[summary*='two-col-flex'] > tbody > tr > td > ul.buttons-container:last-child {
        display: flex;
        align-items: flex-end;
        flex-wrap: wrap;
        flex-basis: 100%;
    }
}

div#content > .stripe-inner table[summary*='columns'] > tbody > tr {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}

div#content > .stripe-inner table[summary*='columns'] > tbody > tr > td {
    padding: 0px 0px 16px 0px !important
}

div#content > .stripe-inner table[summary*='columns card'] > tbody > tr > td {
    padding: 16px !important;
    margin-bottom: 16px;
    border: solid 1px #eaeaea;
    border-radius: 8px;
}

/*----------------------------Page Breakers and bkg-block Tables----------------------------*/
div#content > .stripe-inner table[summary*='bkg-block'] {
    position: relative;
}

div#content > .stripe-inner table[summary*='bkg-block']:before {
    content: "";
    position: absolute;
    top: 0px;
    height: 100%;
    background-color: #777;
    z-index: 1;
}

div#content > .stripe-inner table[summary*='bkg-block'] > tbody {
    position: relative;
    display: flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    z-index: 15;
}

div#content > .stripe-inner table[summary*='bkg-block'] > tbody > tr,
div#content > .stripe-inner table[summary*='bkg-block'] > tbody > tr > td {
    padding: 0px;
    display: block;
    width: 100%;
    border:0px !important;
}

div#content > .stripe-inner table[summary*='bkg-block'] > tbody > tr > td > *:first-child {display: none;}

div#content > .stripe-inner table[summary*='bkg-block'] > .bkg-outer {
    position: absolute;
    top: 0px;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: 5;
    overflow: hidden;
}

/*See Hero BKG for anaimation styling*/
div#content > .stripe-inner table[summary*='bkg-block'] > .bkg-outer > .bkg-inner {
    position: absolute;
    top: -16px;
    left: -16px;
    width: calc(100% + 32px);
    height: calc(100% + 32px);
    background-size: cover;
    background-position: 50% 32%;
    animation: fadebkg 1s;
    animation-fill-mode: both;
    animation-delay: 1.5s;
}


/*-----------Splash-----------*/

div#content > .stripe-inner table[summary*='splash']:before,
div#content > .stripe-inner table[summary*='splash'] > .bkg-outer {
    left: calc(50% - 50vw);
    width: 100vw;
}

div#content > .stripe-inner table[summary*='splash']:after {
    content: "";
    position: absolute;
    top: 0px;
    left: calc(50% - 50vw);
    width: 100vw;
    height: 100%;
    background-color: rgba(51,51,51,0.54);
    z-index: 10;
}

div#content > .stripe-inner table[summary*='splash'] > .bkg-outer > .bkg-inner {
    background-attachment: fixed;
}
div#content.mobile-browser > .stripe-inner table[summary*='splash'] > .bkg-outer > .bkg-inner {
    background-attachment: local !important;
}


div#content > .stripe-inner table[summary*='splash'] > tbody > tr {
    padding-top: 18vh;
    padding-bottom: 18vh;
}

div#content > .stripe-inner table[summary*='splash'] > tbody > tr > td {
    padding: 0px !important;
    border: 0px !important
}

div#content > .stripe-inner table[summary*='splash-fullscreen'] > tbody {min-height: 100vh}


/*-------------Section Breaker-------------*/

div#content > .stripe-inner table[summary*='section-breaker']:before,
div#content > .stripe-inner table[summary*='section-breaker'] > .bkg-outer {
    left: -20%;
    width: 140%;
}

div#content > .stripe-inner table[summary*='section-breaker'] > tbody {
    min-height: 532px;
}

/*Full Window Width Versions*/

div#content > .stripe-inner table[summary*='section-breaker-medium']:before,
div#content > .stripe-inner table[summary*='section-breaker-medium'] > .bkg-outer,
div#content > .stripe-inner table[summary*='section-breaker-large']:before,
div#content > .stripe-inner table[summary*='section-breaker-large'] > .bkg-outer {
    left: calc(50% - 50vw);
    width: 100vw;
}

div#content > .stripe-inner table[summary*='section-breaker-medium'] > tbody {
    height: 532px;
    min-height: 45vh;
}

div#content > .stripe-inner table[summary*='section-breaker-large'] > tbody {
    height: 532px;
    min-height: 80vh;
}

div#content > .stripe-inner table[summary*='section-breaker-medium'] > .bkg-outer > .bkg-inner,
div#content > .stripe-inner table[summary*='section-breaker-large'] > .bkg-outer > .bkg-inner {
    background-attachment: fixed;
}
div#content.mobile-browser > .stripe-inner table[summary*='section-breaker-medium'] > .bkg-outer > .bkg-inner,
div#content.mobile-browser > .stripe-inner table[summary*='section-breaker-large'] > .bkg-outer > .bkg-inner {
    background-attachment: local !important;
}

/*Section Breaker Margins*/
div#content > .stripe-inner table[summary*='section-breaker'] {
    margin-top: 48px;
    margin-bottom: 48px;
}

div#content > .stripe-inner table[summary*='section-breaker'] + * {padding-top: 0px !important}

/*Videos as Backgrounds IN Breakers and Splash Blocks*/
div#content > .stripe-inner table[summary*='bkg-block'] > .bkg-outer.video-sizer > .video-sizer-inner {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    overflow: hidden;
}

div#content > .stripe-inner table[summary*='bkg-block'] > .bkg-outer.video-sizer > .video-sizer-inner > video {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    right: 0;
    bottom: 0;
    min-width: 50%;
    min-height: 50%;
}

/*Video Players in Breakers*/

div#content > .stripe-inner table[summary*='bkg-block'] > .bkg-outer.embedded-player {
    z-index: 20;
    display: block;
}

div#content > .stripe-inner table[summary*='bkg-block'] > .bkg-outer.embedded-player iframe {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}



/*-----------------------------------------Color Box-----------------------------------------*/


div#content > .stripe-inner table[summary*='color'] {
    display: block !important;
    position: relative;
    width: 100% !important;
}

div#content > .stripe-inner table[summary*='color'] > tbody {
    display: flex;
    width: 100%;
    padding-top: 32px;
    padding-bottom: 32px;
    position: relative;
}

div#content > .stripe-inner table[summary*='color'] > tbody > tr,
div#content > .stripe-inner table[summary*='color'] > tbody > tr > td {
    display: block;
    width: 100%;
}

div#content > .stripe-inner table[summary*='color'] > tbody > tr > td {
    padding: 0px !important;
    border: 0px !important;
}

div#content > .stripe-inner table[summary*='color']:before {
    content: "";
    position: absolute;
    top: 0px;
    left: calc(50% - 50vw);
    width: 100vw;
    height: 100%;
    background-color: #0099cc;
}

div#content > .stripe-inner table[summary*='color dark-blue']:before {background-color:#004280;}

div#content > .stripe-inner table[summary*='color green']:before {background-color:#36cd00;}

div#content > .stripe-inner table[summary*='color dark-green']:before {background-color:#258900;}

div#content > .stripe-inner table[summary*='color yellow']:before {background-color:#ffdc4a;}

div#content > .stripe-inner table[summary*='color orange']:before {background-color:#ff9300;}

div#content > .stripe-inner table[summary*='color dark-orange']:before {background-color:#ff5800;}

div#content > .stripe-inner table[summary*='color red']:before {background-color:#de1900;}

div#content > .stripe-inner table[summary*='color dark-red']:before {background-color:#8c1200;}


div#content > .stripe-inner table[summary*='small-color']:before {
    left: -32px;
    width: calc(100% + 64px)
}

div#content > .stripe-inner table[summary*='inline-color']:before {
    left: 0;
    width: 100%;
}

@media screen and (max-width: 768px) {
   div#content > .stripe-inner table[summary*='color'] > tbody {
        padding-top: 16px;
        padding-bottom:16px;
   } 

    div#content > .stripe-inner table[summary*='small-color']:before {
        left: -16px;
        width: calc(100% + 32px)
    }
}



/*-----------------------------------Grib Buttons Table-----------------------------------*/


div#content > .stripe-inner table[summary*='button-grid'] {
    display: block;
    width: 100%;
    float: none;
    clear: both;
}

div#content > .stripe-inner table[summary*='button-grid'] > tbody {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

div#content > .stripe-inner table[summary*='button-grid'] > tbody > tr {
    display: flex;
    flex-direction:column;
    background-color: #003366;
    width: 100%;
    padding: 16px;
    position: relative;
}

div#content > .stripe-inner table[summary*='button-grid'] > tbody > tr > td {
    display: block;
    width: 100%;
    position: relative;
    border: 0px !important
}

div#content > .stripe-inner table[summary*='button-grid'] > tbody > tr > td,
div#content > .stripe-inner table[summary*='button-grid'] > tbody > tr > td > * {
    text-align: center;
}

div#content > .stripe-inner table[summary*='button-grid'] > tbody > tr > td:first-of-type {display: none !important;}


div#content > .stripe-inner table[summary*='button-grid'] > tbody > tr > td:nth-of-type(2) {
    flex-grow: 2;
    padding-bottom: 20% !important
}



/*Bkg Image*/
div#content > .stripe-inner table[summary*='button-grid'] > tbody > tr > .bkg-outer {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    opacity: 0.3
}

/*See Hero BKG for anaimation styling*/
div#content > .stripe-inner table[summary*='button-grid'] > tbody > tr > .bkg-outer > .bkg-inner {
    position: absolute;
    top: -16px;
    left: -16px;
    width: calc(100% + 32px);
    height: calc(100% + 32px);
    background-size: cover;
    background-position: center;
    animation: fadebkg 1s;
    animation-fill-mode: both;
    animation-delay: 1.5s;
}


/*Button*/
div#content > .stripe-inner table[summary*='button-grid'] > tbody > tr > td:nth-of-type(3) a {
    display: inline-block;
    font-family: "franklin-gothic-urw",sans-serif !important;
    font-size: 1em !important;
    line-height: 1.12 !important;
    font-weight: 500 !important;
    padding: 10px 12px !important;
    text-align: center;
    max-width: 100%;
    border: solid 2px #33ccff !important;
    background-color: #33ccff !important;
    color: #fff !important;
    border-radius: 6px;
    transition: transform 0.4s, background-color 0.4s, border-color 0.4s;
    text-decoration: none !important;
    text-transform: uppercase;
}


div#content > .stripe-inner table[summary*='button-grid'] > tbody > tr:hover > td:nth-of-type(3) a {
    color: #000 !important;
    background-color:#fdf28b !important;
    border-color: #fdf28b !important;
    transform:translateY(-8px);
}

div#content > .stripe-inner table[summary*='button-grid'] > tbody > tr > a.link-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
}


/*Two to a Row*/
@media screen and (min-width: 769px) {
    div#content > .stripe-inner table[summary*='button-grid-2'] {
        width: calc(100% + 32px) !important;
        margin-left: -16px;
    }

    div#content > .stripe-inner table[summary*='button-grid-2'] > tbody > tr {
        width: calc(50% - 32px);
        margin: 16px;
    }
}

@media screen and (min-width: 601px) and (max-width: 768px) {
    div#content > .stripe-inner table[summary*='button-grid-2'] {
        width: calc(100% + 16px) !important;
        margin-left: -8px;
    }

    div#content > .stripe-inner table[summary*='button-grid-2'] > tbody > tr {
        width: calc(50% - 16px);
        margin: 8px;
    }
}


@media screen and (max-width: 600px) {
    div#content > .stripe-inner table[summary*='button-grid-2'] {
        width: 100%;
        margin-left: 0px;
    }

    div#content > .stripe-inner table[summary*='button-grid-2'] > tbody > tr + tr {
        width: 100%;
        margin-top: 16px;
    }
}



/*Three to a Row*/
@media screen and (min-width: 769px) {
    div#content > .stripe-inner table[summary*='button-grid-3'] {
        width: calc(100% + 32px) !important;
        margin-left: -16px;
    }

    div#content > .stripe-inner table[summary*='button-grid-3'] > tbody > tr {
        width: calc(33.333% - 32px);
        margin: 16px;
    }
}

@media screen and (min-width: 601px) and (max-width: 768px) {
    div#content > .stripe-inner table[summary*='button-grid-3'] {
        width: calc(100% + 16px) !important;
        margin-left: -8px;
    }

    div#content > .stripe-inner table[summary*='button-grid-3'] > tbody > tr {
        width: calc(50% - 16px);
        margin: 8px;
    }
}


@media screen and (max-width: 600px) {
    div#content > .stripe-inner table[summary*='button-grid-3'] {
        width: 100%;
        margin-left: 0px;
    }

    div#content > .stripe-inner table[summary*='button-grid-3'] > tbody > tr + tr {
        width: 100%;
        margin-top: 16px;
    }
}


/*Animate Button Blocks*/


/*Two Blocks*/
@media screen and (min-width: 601px) {
    div#content > .stripe-inner table[summary*='button-grid-2'] > tbody > tr:nth-child(odd) {
        opacity: 0;
        transform: translateX(-25%);
        transition: opacity 0.7s, transform 0.7s;
    }

    div#content > .stripe-inner table[summary*='button-grid-2'] > tbody > tr:nth-child(even) {
        opacity: 0;
        transform: translateX(25%);
        transition: opacity 0.7s, transform 0.7s;
    }

}

@media screen and (min-width: 769px) {
    div#content > .stripe-inner table[summary*='button-grid-3'] > tbody > tr:nth-child(3n+1) {
        opacity: 0;
        transform: translateX(-18%);
        transition: opacity 0.7s, transform 0.7s;
    }    
    div#content > .stripe-inner table[summary*='button-grid-3'] > tbody > tr:nth-child(3n+2) {
        opacity: 0;
        transform: translateY(18%);
        transition: opacity 0.7s, transform 0.7s;
    }

    div#content > .stripe-inner table[summary*='button-grid-3'] > tbody > tr.scrolled + tr:nth-child(3n+2) {
        opacity: 1 !important;
        transform: translate(0,0) !important;
    }

    div#content > .stripe-inner table[summary*='button-grid-3'] > tbody > tr:nth-child(3n+3) {
        opacity: 0;
        transform: translateX(18%);
        transition: opacity 0.7s, transform 0.7s;
    }

}

@media screen and (min-width: 601px) and (max-width: 768px) {
    div#content > .stripe-inner table[summary*='button-grid-3'] > tbody > tr:nth-child(odd) {
        opacity: 0;
        transform: translateX(-25%);
        transition: opacity 0.7s, transform 0.7s;
    }

    div#content > .stripe-inner table[summary*='button-grid-3'] > tbody > tr:nth-child(even) {
        opacity: 0;
        transform: translateX(25%);
        transition: opacity 0.7s, transform 0.7s;
    }

}

div#content > .stripe-inner table[summary*='button-grid'] > tbody > tr.scrolled {
    opacity: 1 !important;
    transform: translate(0,0) !important;
}

/*--------------------------------------Legislative Status Tracker Table--------------------------------------*/

div#content > .stripe-inner table[summary*='leg-status'] + table[summary*='leg-status'] {
    margin-top: 32px;
}

div#content > .stripe-inner table[summary*='leg-status'] > caption {
    font-size: inherit !important;
    text-align: left;
    padding: 8px;
    margin: 0px;
    text-transform: none;
}

div#content > .stripe-inner table[summary*='leg-status'] > thead > tr {
    background-color: transparent !important;
    border: 0px;
}


div#content > .stripe-inner table[summary*='leg-status'] > thead > tr > th {
    border: 0px;
    font-family: "franklin-gothic-urw-cond", sans-serif !important;
    font-weight: 100;
    color: #333;
    background-color:#e7e7e7;
    text-align: center;
    font-size: 0.73em !important;
}

div#content > .stripe-inner table[summary*='leg-status'] > tbody > tr {
    border-top: solid 8px #fff;
}

div#content > .stripe-inner table[summary*='leg-status'] > tbody > tr > td {
    padding: 0px 8px 8px 8px !important;
    border: 0 !important;
}

div#content > .stripe-inner table[summary*='leg-status'] > tbody > tr > td + td {
    border-left: solid 1px #cdcdcd !important;
}

div#content > .stripe-inner table[summary*='leg-status'] > tbody > tr > td a#passed {
    display: block;
    position: relative;
    width: 100%;
    height: 32px;
    background-image: url(/sites/default/files/documents/no_checkmark.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

div#content > .stripe-inner table[summary*='leg-status'] > tbody > tr > td a#passed:after {
    content:"";
    display: block !important;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    background-image: url(/sites/default/files/documents/checkmark.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    transition:opacity 0.7s;
}


div#content > .stripe-inner table[summary*='leg-status'] > tbody > tr.scrolled > td a#passed:after {
    opacity: 1;
}

div#content > .stripe-inner table[summary*='tabs'] > tbody > tr table[summary*='leg-status'] > tbody > tr > td a#passed:after {opacity: 0 !important}
div#content > .stripe-inner table[summary*='tabs'] > tbody > tr.active table[summary*='leg-status'] > tbody > tr > td a#passed:after {opacity: 1 !important}

div#content > .stripe-inner table[summary*='leg-status'] > tbody > tr > td a#pending {
    display: block;
    width: 100%;
    height: 32px;
    background-image: url(/sites/default/files/documents/no_checkmark.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

@media screen and (min-width: 701px) and (max-width: 768px) {
    div#content > .stripe-inner table[summary*='leg-status'] > thead > tr > th {font-size: 0.68em !important}
}


@media screen and (max-width: 700px) {

    div#content > .stripe-inner table[summary*='leg-status'] > caption {
        padding-left: 0px;
        padding-right: 0;
        font-size: 0.9em;
        padding-bottom: 16px
    }

    div#content > .stripe-inner table[summary*='leg-status'] > thead {
        display: none;
    }

    div#content > .stripe-inner table[summary*='leg-status'] > tbody,
    div#content > .stripe-inner table[summary*='leg-status'] > tbody > tr {
        display: block;
        width: 100%;
        border: 0px;
    }

    div#content > .stripe-inner table[summary*='leg-status'] > tbody > tr > td {
        display: flex;
        justify-content: space-between;
        border: 0px !important;
        padding: 0px !important;
    }

    div#content > .stripe-inner table[summary*='leg-status'] > tbody > tr > td:first-child {
        padding: 0px 0px 8px 0px !important
    }

    div#content > .stripe-inner table[summary*='leg-status'] > tbody > tr + tr > td:first-child {
        padding-top:16px !important;
    }

    div#content > .stripe-inner table[summary*='leg-status hide-first'] > tbody > tr > td:first-child,
    div#content > .stripe-inner table[summary*='leg-status'] > tbody > tr > td:first-child:before {
        display: none !important;
    }

    div#content > .stripe-inner table[summary*='leg-status'] > tbody > tr > td + td {
        border-left: 0px !important;
    }

    div#content > .stripe-inner table[summary*='leg-status'] > tbody > tr > td:nth-child(n+3) {
        border-left: 0px !important;
        padding-top: 8px !important;
        margin-top: 8px;
        border-top: solid 1px #cdcdcd !important;
    }



    div#content > .stripe-inner table[summary*='leg-status'] > tbody > tr > td:before {
        content: attr(data-label);
        display: block;
        width: calc(100% - 64px);
        font-family: "franklin-gothic-urw-cond", sans-serif !important;
        font-size: 1.1em;
        font-weight: 100;
    }

    div#content > .stripe-inner table[summary*='leg-status'] > tbody > tr > td a#passed,
    div#content > .stripe-inner table[summary*='leg-status'] > tbody > tr > td a#pending {
        display: block;
        width: 64px
    }
}


/*Hide Bill Number*/
@media screen and (min-width: 701px) {
    div#content > .stripe-inner table[summary*='leg-status hide-first'] > thead > tr > th:first-of-type,
    div#content > .stripe-inner table[summary*='leg-status hide-first'] > tbody > tr > td:first-of-type {
        display: none;
    }

    div#content > .stripe-inner table[summary*='leg-status hide-first'] > tbody > tr > td:nth-child(2) {
        border-left: 0px !important
    }
}


/*--------------------------Call Out Box--------------------------*/

div#content > .stripe-inner table[summary*='call-out'] {
    opacity: 0;
    transform:translateX(15%);
    transition: opacity 0.7s, transform 0.7s;
}


div#content > .stripe-inner table[summary*='call-out'].scrolled {
    opacity: 1;
    transform: translateX(0);
}

div#content > .stripe-inner table[summary*='call-out'] > caption {
    display: block;
    width: 100%;
    margin-bottom: 4px;
}


@media screen and (min-width: 769px) {
    div#content > .stripe-inner table[summary*='call-out'] {
        display: block;
        width: calc(50% - 16px) !important;
        float: right;
        margin: 0px 0px 16px 32px;
    }
}

@media screen and (min-width: 701px) and (max-width: 769px) {
    div#content > .stripe-inner table[summary*='call-out'] {
        display: block;
        width: calc(50% - 8px) !important;
        float: right;
        margin: 0px 0px 16px 16px;
    }
}

@media screen and (min-width: 769px) {
    div#content > .stripe-inner table[summary*='small-call-out'] {
        display: block;
        width: calc(25% - 24px) !important;
        float: right;
        margin: 0px 0px 16px 32px;
    }
}

@media screen and (max-width: 768px) {
    div#content > .stripe-inner table[summary*='small-call-out'] {
        display: block;
        width: calc(33.333% - 10.6667px) !important;
        float: right;
        margin: 0px 0px 16px 16px;
    }
}


div#content > .stripe-inner table[summary*='call-out'] > tbody,
div#content > .stripe-inner table[summary*='call-out'] > tbody > tr {
    display: block;
    width: 100%;
}

div#content > .stripe-inner table[summary*='call-out'] > tbody > tr > td {
    border: 0;
    width: 100%;
    padding: 16px;
    background-color: rgba(151,151,151,0.15);
    border-radius: 6px;
    display: block;
}

div#content > .stripe-inner table[summary*='call-out transparent'] > tbody > tr > td {
    background-color: transparent;
    border-radius: 0px;
}

div#content > .stripe-inner table[summary*='call-out'] > tbody > tr > td > ul {
    padding: 0px !important
}

div#content > .stripe-inner table[summary*='call-out'] > tbody > tr > td > ul > li {
    padding-left: 0px !important;
    background-image: none !important;
    margin-bottom: 0px
}

div#content > .stripe-inner table[summary*='call-out'] > tbody > tr > td > ul > li + li {
    margin-top:12px;
    border-top: solid 1px rgba(0,0,0,0.45);
    padding-top: 12px;
}

div#content > .stripe-inner table[summary*='call-out'] > tbody > tr > td > ul.columns-2 {margin: 0px}

div#content > .stripe-inner table[summary*='call-out'] > tbody > tr > td > ul.columns-2 > li {
    margin: 0px 0px 8px 0px !important;
    padding: 0px;
    border: 0px;
    font-size: 0.92em !important;
}


div#content > .stripe-inner table[summary*='call-out transparent'] > tbody > tr > td > *:first-child {
    padding-top: 0px !important;
    margin-top: 0px !important; 
}

div#content > .stripe-inner table[summary*='call-out transparent'] > tbody > tr > td > *:last-child {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important; 
}

div#content > .stripe-inner table[summary*='call-out transparent'] > tbody > tr > td .youtube-video {
    margin-top: -16px !important;
    margin-left: -16px !important;
    width: calc(100% + 32px) !important;
    padding-bottom: calc(56.25% + 18px) !important;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    border-radius:2px;
}

div#content > .stripe-inner table[summary*='call-out transparent'] > tbody > tr > td img.img-full {
    margin-top: -16px !important;
    margin-left: -16px !important;
    width: calc(100% + 32px) !important;
    height: auto !important;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    border-radius:2px;
}

/*------------------------------------------County Explorer Embed------------------------------------------*/
div.ce-embed-container {
    position: relative;
    display: block;
    height: 0px;
    padding-bottom: 70%;
    margin-bottom: 0px;
}

div.ce-embed-container > iframe {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}



/*--------------------------------------Table of Contents and Download Button--------------------------------------*/

body {overflow-x: hidden}

body > * {
    transition: transform 0.7s;
}

body.toggle-toc > * {
    transform: translateX(400px);
}

div.toc-outer {
    background-color: #000;
    display: block;
    padding: 16px;
    position: fixed;
    top: 0px;
    right: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow-y: scroll;
}

@media screen and (min-width: 601px) {
    div.toc-outer {
        width: 400px;
    }
}

@media screen and (max-width: 600px) {
    div.toc-outer {
        width: 100%;
    }
}

a#toc-toggler,
a.att-button {
    cursor: pointer;
}


a#toc-toggler:before,
a.att-button:before {
    content: "\f0c9";
    font-family: "fontawesome";
    line-height: 1;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}

body.toggle-toc a#toc-toggler,
body.toggle-toc a#toc-toggler:hover {
    background-color: #de1900 !important;
}

body.toggle-toc a#toc-toggler:before {
    content: "\f00d";
}

a.att-button:before {
    content: "\f019"
}


a.placed-anchor,
a[name*='anchor'] {
    display: block;
    width: 100%;
    transform:translateY(-100px);
}


a#toc-tog-btn {
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding: 0px !important;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    line-height: 1 !important;
    border: 0px !important;
    background-color: #000 !important;
    color: #fff !important;
    margin: 0px !important;
    position: fixed;
    bottom: 16px;
    left: 16px;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.7s;
}


a#toc-tog-btn.scrolled {
    opacity: 1;
    pointer-events: inherit;
}

a#toc-tog-btn:before {
    content: "";
    margin-left: 1px;
    width: 60%;
    height: 60%;
    background-image: url(http://www.naco.org/sites/default/files/documents/right-chevron.svg);
    background-size: contain;
    background-position: 55% 50%;
}

/*TOC Styling*/

.toc-outer h4 {
    padding-top: 0px;
    margin-bottom: 16px;
}

.toc-outer .link-item {
    display: block;
    width: 100%;
    padding-bottom: 12px;
    font-size: 1em;
    line-height: 1.15em;
}


.link-item + .link-item {
    padding-top: 12px;
    border-top: solid 1px rgba(255,255,255,0.45);
}

.toc-outer .link-item:last-child {
    flex-grow: 2;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    margin-top: 24px;
    margin-bottom: 8px;
    border: 0px;
}

/*-------------------------------Related Resources-------------------------------*/
/*Hide Original Stuff*/
.column.content-right > h2,
.view.view-display-id-block_related_posts,
.view.view-display-id-block_related_resources,
#content .grid .column.content-right > .view.view-display-id-block_related_news {
    display: none;
}

.block.related-news.sidebar-resources {
    border-bottom: 0px !important;
    padding-bottom: 0px !important;
}

#content .column.content-right h2 {
    padding: 0px !important;
    font-size: 24px !important;
    color: #666 !important;
}

.sidebar-resources article {
    width: 100%;
    position: relative;
    display: flex;
}

.sidebar-resources article > .image {
    height: auto !important;
    position: relative;
    background-color: #999;
    background-size: cover;
    background-position: 50% 33.333%;
}

.sidebar-resources article > .image > a {
    width: 100%;
    height: 0px;
    padding-bottom: 75%;
    display: block;
}


.sidebar-resources article > .image img {
  display: none;
}

.sidebar-resources article > .image .overline {
    display: none;
}

.sidebar-resources article > .content {
    position: relative !important;
    float: none !important;
}

.sidebar-resources article > .content .inner-content {
    position: relative;
    display: block;
    width: 100%;
}

.sidebar-resources article > .content .inner-content .media-type {
    display: block;
    width: 100%;
    padding-bottom: 4px;
    line-height: 1 !important
}

div#content > .stripe-inner .sidebar-resources article > .content .inner-content h3.title {
    display: block;
    width: 100%;
    margin: 0px !important;
    padding-top: 0px !important;
    font-weight: 100 !important;
    text-transform:none;
}

div#content > .stripe-inner .sidebar-resources article > .content .inner-content h3.title a {
    color: #000;
    text-decoration: none !important;
    line-height: 1.2 !important;
    color: #000 !important;
}

div#content > .stripe-inner .sidebar-resources article > .content .inner-content h3.title:hover a {
  color: #ff9933 !important;
}

div#content > .stripe-inner .sidebar-resources article > .content .article-content {
    display: none;
}
/*Font Sizing*/



div#content > .stripe-inner .sidebar-resources article > .content .inner-content h3.title {
    font-size: 0.9em !important;
}

.sidebar-resources article > .content .inner-content .media-type {
    font-size: 0.645em !important;
}

@media screen and (min-width: 601px) {
    div#content > .stripe-inner .block.spotlight article > .content .inner-content h3.title {
        font-size: 1.16em !important;
    }

    div#content > .stripe-inner .block.spotlight article > .content .inner-content h3.title {
        font-weight: 500 !important
    }
}

/*block Sizings By Screen Size*/



@media screen and (min-width: 601px) {
    .block.spotlight article > .image {
        width: calc(50% - 8px) !important;
        margin: 0px 8px 0px 0px !important;
    }

    .block.spotlight article > .image > a {padding-bottom: 56.25% !important}

    .block.spotlight article > .content {
        position: relative !important;
        float: none !important;
        width: 50% !important;
        padding: 8px;
    }

    .block.spotlight article > .content .inner-content .media-type {
        font-size: 14px !important
    }

    div#content > .stripe-inner .sidebar-resources.spotlight article > .content .article-content {
        display: block;
        padding-top: 8px;
        font-family: "franklin-gothic-urw",sans-serif !important;
        font-size: 0.85em;
        line-height: 1.195;
    }

    /*not spotlight*/

    .sidebar-resources.not-spotlight div.item-list > ul {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: space-between;
    }

    .sidebar-resources.not-spotlight li.views-row {
        width: calc(50% - 8px) !important
    }

    .sidebar-resources.not-spotlight article > .image {
        width: 45% !important;
        margin: 0px !important;
    }

    .sidebar-resources.not-spotlight article > .content {
        position: relative !important;
        float: none !important;
        width: 55% !important;
        padding: 8px;
    }

    .sidebar-resources.not-spotlight article > .content .inner-content .media-type {
        font-size: 10px !important;
    }

}

@media screen and (max-width: 600px) {

    .sidebar-resources article > .image {
        width: 45% !important;
        margin: 0px !important;
    }

    .sidebar-resources article > .content {
        position: relative !important;
        float: none !important;
        width: 55% !important;
        padding: 8px;
    }


}



/*----------------Full Department Staff Listing----------------*/

div#content > .stripe-inner .block.staff-block .views-field.views-field-name {
    display: none;
}



div#content > .stripe-inner .block.staff-block .view-content > ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}


div#content > .stripe-inner .block.staff-block li.person-list {
    padding: 0;
    border: 0;
}

@media screen and (min-width: 769px) {
    div#content > .stripe-inner .block.staff-block li.person-list {
        width: calc(50% - 16px);
        margin-bottom: 32px;
    }
}


@media screen and (min-width: 641px) and (max-width: 768px) {
    div#content > .stripe-inner .block.staff-block li.person-list {
        width: calc(50% - 8px);
        margin-bottom: 16px;
    }
}


div#content > .stripe-inner .block.staff-block article.person {
    position: relative;
    padding-left: 116px;
    min-height: 100px;
    display: flex;
    flex-direction: column;
}

div#content > .stripe-inner .block.staff-block article.person > div {
    display: block;
    width: 100%;
    padding-left: 0;
}

div#content > .stripe-inner .block.staff-block article.person > div.name-column {
    font-size: 1.15em;
    height: auto;
    min-height: 0;
    padding: 0;
}

div#content > .stripe-inner .block.staff-block article.person > div.phone-column,
div#content > .stripe-inner .block.staff-block article.person > div.social-column {
    display: none;
}

/*Image*/
div#content > .stripe-inner .block.staff-block article.person > .image-column {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100px;
    height: 100px;
    padding: 0px;
    border-radius: 50%;
    overflow: hidden;
}

div#content > .stripe-inner .block.staff-block article.person > .image-column img {
    display: block;
    width: 100%;
    height: auto;
}