@font-face {
    font-family: "Inter var";
    src: url("/fonts/InterVariable.woff2") format("woff2-variations");
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Inter var";
    src: url("/fonts/InterVariable-Italic.woff2") format("woff2-variations");
    font-weight: 100 900;
    font-style: italic;
    font-display: swap;
}

:root {
    --font-ui: "Inter var", system-ui, -apple-system, "Segoe UI", Roboto, "Noto Sans",
        "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji", sans-serif;
}

:root {
    --qa-blue: #1a70f3;
    /* ocean blue */
    --qa-blue-dark: #0369a1;
    /* hover */
    --qa-text: #1f2937;
    /* slate-800 */
    --qa-bg: #f5f9ff;
    /* very light blue */
    --qa-border: #a4c7fc;
    /* light border */
}

html,
body {
    font-family: var(--font-ui);
}

.header-v3 .navbar {
    background: #fff;
    /* or your color */
    border: 0;
    margin: 0;
    border-radius: 0;
}


code,
pre,
kbd,
samp {
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, "Liberation Mono", "Courier New", monospace;
}

.fa,
.fab,
.far,
.fas {
    font-family: "FontAwesome" !important;
}

/* .fa, .fab, .far, .fas { font-family: var(--fa-style-family, "Font Awesome 6 Free") !important; } */

/* 3) FORCE navbar to a single row on desktop (Bootstrap 3) */
@media (min-width: 768px) {
    .header-v3 .navbar .container {
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
        /* prevent wrapping */
    }

    .header-v3 .navbar-header {
        display: flex;
        align-items: center;
        margin-right: 16px;
        /* gap before the menu */
        float: none !important;
        /* stop float so flex can layout */
    }

    /* Ensure the collapse region takes the rest of the row */
    #navbar-collapse {
        display: block !important;
        /* override .collapse */
        height: auto !important;
        overflow: visible !important;
        flex: 1 1 auto;
    }

    /* Keep menu items on one line */
    .navbar-nav {
        display: flex;
        flex-wrap: nowrap;
        /* no wrapping */
        margin-left: auto;
        /* push menu to the right */
    }

    .navbar-nav>li>a {
        white-space: nowrap;
        line-height: 1.2;
        padding: 14px 12px;
    }

    /* Brand image shouldn't blow the row height */
    .navbar-brand img {
        max-height: 50px;
        height: auto;
        width: auto;
    }
}

/* 4) Small screens keep default Bootstrap collapse behavior */
@media (max-width: 767px) {

    /* Let Bootstrap handle stacking; optional tidy-ups */
    .navbar-header {
        float: none;
    }
}

/* *, p, h1, h2, h3, h4, h5, h6 {
    font-family: 'Source Sans Pro', sans-serif;
} */


.printing *:not(#printarea) {
    display: none;
}

.printing #printarea {
    display: block;
}

.sidebar-nav-v1 i {
    min-width: 20px !important;
}

.sidebar-nav-v1>li.active,
.sidebar-nav-v1>li:hover {
    background: #717984 !important;
}

.panel-grey>.panel-heading {
    background: #717984 !important;
}

.panel-grey>.panel-heading .panel-title,
.panel-grey>.panel-heading .panel-title a {
    color: white !important;
    font-weight: bold;
    font-size: 14px;
    /* font-family: 'Source Sans Pro', sans-serif; */
}

.panel-grey {
    border: 2px solid #717984;
}

.sidebar-nav-v1>li:hover a {
    color: white !important;
}

.sidebar-nav-v1>li a:focus {
    color: #555;
}

.pac-container {
    z-index: 10000 !important;
}

/* .font-lato {
    font-family: 'Source Sans Pro', sans-serif;
} */

.lato-heavy {
    font-weight: 900 !important;
}

.iphone-slider .carousel-inner {
    margin-bottom: 50px;
    text-align: center;
}

.iphone-slider .carousel-indicators {
    bottom: -50px;
    margin-left: -28%;
}

.iphone-slider .carousel-indicators li {
    text-indent: 0;
    border: none;
    background-color: transparent;
    padding-right: 40px;
    display: inline-block;
    margin: 0;
}

.iphone-slider .carousel-indicators .active {
    background-color: inherit;
}

.iphone-slider i {
    color: grey;
    font-size: 24px;
}

.iphone-slider li.active i {
    color: rgb(17, 71, 219);
}

.iphone-slider img {
    height: 400px !important;
    display: block;
    margin: 0 auto;
}

.navbar-brand img {
    max-height: 50px;
}

.home-slider {
    padding: 15px;
    background: url("/custom/background.gif");
}

.home-slider p {
    font-size: 16px;
    font-weight: bolder;
}

.benefits {
    text-align: center;
    /* margin-top: 20px; */
}

#map_canvas {
    margin: 0;
    padding: 0;
    height: 400px;
}

#map {
    width: 100%;
    height: 400px;
}

.map-filters {
    background-color: #F5F5F5;
    padding: 20px;
    padding-bottom: 0;
}

.map-filters i {
    font-size: 20px;
    width: 16px;
    text-align: center;
}

.site-index .panel-group .panel-heading .collapse-toggle:hover,
.site-index .collapse-toggle:not(.collapsed) {
    border: solid 2px #2D5885;
}

.site-index .panel-default .collapse-toggle:not(.collapsed) {
    background-color: #E2EEF3 !important;
}

.site-index .panel-collapse {
    border: 2px solid #2D5885;
    border-top: none;
}

.partners {
    background-color: #f4f4f4;
    padding: 30px;
}

.background-gray {
    background-color: #EEEEEE;
    padding-left: 25px;
    padding-right: 25px;
}

.news {
    padding: 30px;
}

.header-v3 .dropdown-menu li>a:hover {
    background-color: #E4E4E4 !important;
    color: #2D5885;
}

.dropdown-menu-right {
    right: 0;
}

/* ul.pagination li a, ul.pagination li span {
    border-radius: 15px !important;
} */

.faq .tab-content h4 {
    /* font-family: Museo_Slab_500; */
    font-weight: bold;
    font-size: 20px;
    color: #2D5885;
}

.faq .tab-content p {
    font-size: 14px;
    color: #4B4B4B;
}

.faq .tab-content a {
    text-decoration: underline;
    font-weight: bold;
    color: #2D5885;
}

.faq .tab-content {
    background-color: #F4F4F4;
    border: 1px solid #CCCCCC;
}

.news .carousel {
    margin-bottom: 0;
    padding: 0 60px 30px 60px;
}

/* https://bootsnipp.com/snippets/featured/simple-carousel */

.carousel-control {
    left: -12px;
    height: 40px;
    width: 40px;
    background: #CCCCCC;
    background-image: none !important;
    font-weight: bold;
    border: none;
    border-radius: 0;
    margin-top: 90px;
}

.news .carousel-control.right {
    right: -12px;
}

/* The indicators */
.news .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: -10px;
    margin-right: -19px;
}

.news .carousel-control .fa {
    font-size: 22px !important;
    margin-top: 10px;
}

/* The colour of the indicators */
.news .carousel-indicators li {
    background: #cecece;
}

.news .carousel-indicators .active {
    background: #428bca;
}

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

.bold {
    font-weight: bold;
}

.header-v3 {
    border-top: #599ddc solid 4px;
}

.header-v3 .navbar-default .navbar-nav>.active>a,
.header-v3 .navbar-default .navbar-nav a:not(.btn-tsunami):hover,
.header-v3 .navbar-default .navbar-nav>li:hover>a:not(.btn-tsunami),
.color-ocean {
    color: #2D5885 !important;
}

.header-v3 .dropdown-menu {
    margin-top: -3px !important;
}

/* .header-v3 {
    box-shadow: 0 3px 10px grey !important;
} */

.header-v3.header-sticky .navbar {
    background: #fff;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .16), 0 2px 4px rgba(0, 0, 0, .08);
    z-index: 1030;
}

.header-v3 .navbar-default .navbar-nav>li>a:not(.btn-tsunami),
.three {
    color: #333333;
}

.header-v3 .navbar-default .navbar-nav a {
    font-weight: bold !important;
    font-size: 14px !important;
}

.headlinex h2 {
    color: #3965f1 !important;
    border-bottom: none !important;
    font-size: 16px !important;
    font-weight: bold !important;
}

.footer-v1 ul {
    list-style-type: none;
}

.footer-v1 ul a {
    color: white !important;
}

.footer-v1 ul {
    padding: 0;
}

.btn-tsunami {
    background-color: #0c4e7b !important;
    border-radius: 5px;
    color: white !important;
}

.btn-tsunami:hover {
    background-color: #d9534f !important;
    color: white !important;
}

.btn-live {
    background-color: #C5242B !important;
    border-radius: 5px;
    color: white !important;
}


.btn-live:hover {
    background-color: #d9534f !important;
    color: white !important;
}


.nav .dropdown-menu {
    border: none;
}

.collapse-toggle {
    font-size: 14px !important;
}

.collapse-toggle:hover {
    color: inherit;
    text-decoration: none;
}

.panel-group .panel-title:focus,
.panel-group .panel-title:focus {
    color: black;
    border: 1px solid #2D5885;
}

.panel-group .panel-heading a {
    color: black !important;
    font-size: 15px !important;
}

.panel-group .panel-title i {
    padding-top: 2px;
    font-size: 21px;
}

.font-10 {
    font-size: 10px !important;
}

.font-12 {
    font-size: 12px !important;
}

.font-13 {
    font-size: 13px !important;
}

.font-14 {
    font-size: 14px !important;
    FONT-WEIGHT: bolder
}

.font-16 {
    font-size: 16px !important;
}

.font-18 {
    font-size: 18px !important;
}

.font-20 {
    font-size: 20px !important;
}

.font-24 {
    font-size: 24px !important;
}

.six,
.six h2,
.six p,
.footer-socials i:not(:hover) {
    color: #ffffff !important;
}

.footer-socials i:hover {
    color: lightgrey;
}

/* @media (min-width: 1200px) {
    .container-small {
        max-width: 970px;
    }
} */

.map-filters .form-group {
    margin-bottom: 0;
}

.map-filters .help-block {
    margin-bottom: 0;
}

.google-map-info .i {
    display: inline-block;
    min-width: 20px;
    text-align: center;
    padding-right: 10px;
}

.google-map-info i {
    text-align: center;
}

.google-map-info p {
    margin-bottom: 5px;
}

.btn-inherit,
.btn-inherit:hover,
.btn-inherit:active,
.btn-inherit:focus {
    background-color: inherit !important;
    color: white !important;
    border: none !important;
}

.languages {
    margin-top: 5px;
}

.languages button {
    font-size: 16px;
    color: #CCCCCC !important;
    padding: 0;
}

.languages li:not(.active) a {
    color: black !important;
}

.languages li.active a,
.languages li a:hover,
.languages li.active a:hover {
    background-color: #e4e4e4;
    color: black !important;
    font-weight: bold;
}

.footer-v1,
.copyright,
.footer {
    background-color: #050A28 !important;
}

.footer-v1 .footer {
    background-color: #050A28 !important;
}

.footer ul li a,
.footer p {
    font-size: 14px;
    color: #FFFFFF !important;
}

.max-lines-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    /* number of lines to show */
    line-height: 20px;
    /* fallback */
    max-height: 50px;
    /* fallback */
}

.news p.story {
    font-size: 13px;
    color: #4B4B4B;
}

.news .publisher,
.news .date {
    font-weight: bold;
    font-size: 12px;
    color: #4B4B4B;
}

.news .publisher {
    margin-bottom: 5px;
}

.news .carousel-control:hover {
    background-color: #C5242B;
}

.news .carousel-indicators li.active,
.btn-u-tsunami {
    background: #2D5885;
}

.btn-u-tsunami:hover,
.btn-u-tsunami:focus {
    background: dodgerblue;
}

.news h4 a {
    line-height: 20px;
    font-size: 18px;
    font-weight: bold;
    color: #2D5885 !important;
}

.pagination {
    margin-bottom: 0;
}

.pagination-center span,
.pagination-center a {
    margin-right: 10px;
}

/*.pagination li a:hover {
    background-color: #2D5885 !important;
    border-color: #2D5885 !important;
}*/

.pagination>.active>a,
.pagination a:hover {
    background-color: #717984 !important;
    border-color: #717984 !important;
}

/* @font-face {
    font-family: Museo_Slab_500;
    src: url("/custom/Museo_Slab_500.otf") format("opentype");
}

.museo, .profile-body .tab-content h4 {
    font-family: Museo_Slab_500;
} */

.tab-v3 .nav-pills li a {
    font-size: 14px !important;
    font-weight: bold;
    color: #555555;
    background-color: #F4F4F4;
    border: 1px solid #CCCCCC;
}

.tab-v3 .nav-pills li.active a {
    font-size: 14px !important;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #2D5885 !important;
}

.tab-v3 .nav-pills li a:hover {
    font-size: 14px !important;
    font-weight: bold;
    color: white;
    background-color: #2D5885 !important;
    border: 1px solid #CCCCCC;
}

.header-v3 .navbar-default .navbar-toggle,
.header-v3 .navbar-toggle:hover {
    background: white !important;
    border: none;
}

.icon-bar {
    background-color: #C5242B !important;
}

@media (max-width: 1024px) {

    .header-v3 .navbar-default .navbar-nav>li>a {
        padding-left: 10px;
    }

}

@media (max-width: 992px) {

    .tab-v9 .collapse-toggle {
        cursor: pointer;
    }

    .same button:before,
    .same a:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

    .same .navbar-brand {
        padding: 0;
        display: inline-flex;
    }

    body.user .same {
        justify-content: space-between !important;
        margin-left: 25px;
        margin-right: 25px;
    }

    .text-align-center-tablet {
        text-align: center;
    }

    .header-v3 .navbar-nav {
        margin: 0;
    }

    .header-v3 .navbar-nav .open .dropdown-menu {
        padding-bottom: 0;
    }
}

@media (max-width: 767px) {

    .user-guest #navbar .navbar-toggle {
        margin-right: 25px !important;
        order: 2;
    }

    .get-alert {
        margin: 15px 15px 15px 15px;
        text-align: center;
    }

    .get-alert a {
        margin: 0 !important;
    }

    .map-filters .tooltip {
        display: none;
    }

    .profile {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .kv-grid-table thead {
        display: none;
    }

    .plans .item.active {
        width: 70%;
        margin: auto;
    }

    .header-v3 .navbar-default .navbar-nav>.active>a {
        color: white !important;
    }

    .slider.slider-horizontal {
        width: 100%;
    }

    .text-align-center-mobile {
        text-align: center;
    }

    .in-benefit img {
        height: 48px;
    }

    .margin-bottom-20-mobile {
        margin-bottom: 20px;
    }

    .margin-bottom-40-mobile {
        margin-bottom: 40px;
    }

    @media (max-width: 767px) {
        .margin-bottom-80-mobile {
        margin-bottom: 80px;
        }
    }



    .margin-bottom-60-mobile {
        margin-bottom: 60px;
    }

    .benefits p {
        margin-bottom: 30px;
    }

    .benefits-img {
        margin-bottom: 20px;
    }

    .faq .nav-pills {
        margin-bottom: 30px;
    }

    .partners-list img {
        margin-bottom: 10px;
    }

    .footer {
        padding-bottom: 20px !important;
        padding-top: 20px !important;
    }

    .page-view img {
        max-width: 100%;
    }

    .font-unify-mobile {
        font-size: 16px !important;
    }

    .footer-socials {
        display: inline-block !important;
    }

    .header-v3 .navbar-nav a {
        padding-left: 15px !important;
    }

    .header-v3 .navbar-nav .btn-alerts {
        margin-left: 15px;
    }

    .navbar-toggle {
        margin-top: 15px;
    }

    .page-view iframe {
        width: 100%;
    }

    .nl-mobile {
        display: block;
        margin-bottom: 10px;
    }

    ul {
        padding-left: 20px;
    }

    .partners .carousel-control {
        margin-top: 60px;
    }

    .col-map {
        margin-top: 20px;
        margin-bottom: 50px;
    }

    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0;
    }

}

@media (min-width: 767px) {

    .get-alert {
        display: inline;
    }


    .profile-body .div {
        margin-bottom: 30px;
    }

    .page-type-signup label.label-custom p,
    .page-type-signup_premium select,
    .page-type-signup_premium input {
        margin-left: 35px;
    }

    .page-type-signup_premium .hint-block,
    .page-type-signup_premium .help-block {
        margin-left: 35px;
    }

    .dropdown-avatar {
        padding-top: 13px !important;
    }

    .panel-paypal .panel-body,
    .panel-paypal .panel-heading {
        padding-left: 35px !important;
    }

    .col-md-smaller {
        padding-left: 45px;
    }

    .benefits-img {
        margin-bottom: 40px;
    }

    .slider.slider-horizontal {
        width: 100%;
    }

    .in-benefit img {
        height: 30px;
    }

    .partners img {
        max-height: 80px;
    }

    .font-12-desktop {
        font-size: 12px !important;
    }

    ul {
        padding-left: 20px;
    }
}

.partners img {
    display: inline;
}

.partners-list {
    text-align: center;
}

.page-view {
    margin-top: 20px;
}

.container-fonts h1,
.container-fonts:not(.page-type-signup) h2,
.container-fonts h3 {
    /* font-family: Museo_Slab_500; */
    font-weight: 700;
    color: #333333;
}

.container-fonts h1 {
    font-size: 22px;
    line-height: 30px;
}

.container-fonts h2 {
    font-size: 18px;
    line-height: 25px;
}

.container-fonts h3 {
    font-size: 16px;
    line-height: 23px;
}

.container-fonts p,
.table-custom td,
.table-custom li {
    font-size: 14px;
    font-weight: 400;
    color: #555555;
}

.container-fonts:not(.page-type-archive) ul {
    list-style: none;
}

.page-view ul li {
    font-size: 14px;
}

.container-fonts:not(.page-type-archive) ul:not(.nav):not(.list-group):not(.pagination) li::before {
    color: #2D5885;
    content: "• ";
    padding-right: 5px;
}

.page-type-archive .panel-heading {
    background-color: #2D5885;
}

.page-type-archive .panel-title {
    color: white;
    font-size: 14px;
}

.page-type-archive .panel {
    border-color: #CCCCCC;
}

.figure {
    /* background: url("/custom/background.png");*/
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.figure img {
    width: 100%;
 }


.figure-caption {
    font-size: 13px;
    font-style: italic;
    font-weight: 400;
    color: #333333;
    display: block;
    padding-top: 5px;
}

.go-up {
    font-size: 24px;
    color: #C5242B;
    cursor: pointer;
}

.custom-alert {
    background-color: #eeeeee;
    border: 1px dotted red;
    padding: 10px;
}

.custom-alert .fa {
    color: #999999;
}

/* .custom-alert {
        text-align: center;
    } */


.social.custom-alert {
    position: relative;
    color: var(--qa-text);
    background: linear-gradient(180deg, var(--qa-bg), #eef6ff 100%);
    border: 1px dashed var(--qa-border);
    border-radius: 10px;
    padding: 14px 48px 14px 16px;
    /* right room for the close */
    margin: 12px 0;
    box-shadow: 0 1px 0 rgba(3, 105, 161, .04), 0 6px 14px rgba(2, 132, 199, .06);
    line-height: 1.45;
    font-weight: bold;
    font-size: 18px;
}

/* Link styling */
.social.custom-alert a {
    color: var(--qa-blue);
    font-weight: 700;
    text-decoration: none;
    border-bottom: 1px solid rgba(14, 165, 233, .35);
}

.social.custom-alert a:hover {
    color: var(--qa-blue-dark);
    border-bottom-color: currentColor;
}

.social.custom-alert a:focus-visible {
    outline: 2px solid var(--qa-blue);
    outline-offset: 2px;
    border-bottom-color: transparent;
}

/* Close control (whatever <?= $close_social ?> renders) */
.social.custom-alert .pull-right {
    position: absolute;
    right: 10px;
    top: 8px;
    /* pins × to the corner */
    float: none;
    /* ignore Bootstrap float here */
}

.social.custom-alert .pull-right>* {
    display: inline-grid;
    place-items: center;
    width: 28px;
    height: 28px;
    border-radius: 6px;
    color: #64748b;
    text-decoration: none;
    background: transparent;
}

.social.custom-alert .pull-right>*:hover {
    background: #eaf4ff;
    color: var(--qa-blue-dark);
}

.social.custom-alert .pull-right>*:focus-visible {
    outline: 2px solid var(--qa-blue);
    outline-offset: 2px;
}

/* Mobile tweaks */
@media (max-width:600px) {
    .social.custom-alert {
        padding: 12px 44px 12px 12px;
        border-radius: 8px;
    }
}



.social iframe,
.sign-up iframe {
    vertical-align: middle;
}

.header-v3 .dropdown-menu .active>a {
    background: #2D5885 !important;
    color: white !important;
}


.page-view li a {
    color: #2D5885;
    font-weight: bold;
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline-block !important;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .visible-md-inline {
        display: inline-block !important;
    }

    nav.navbar li.dropdown a {
        padding-left: 10px;
    }
}

.usgs-view .label {
    font-size: inherit !important;
}

.table-custom h3 {
    margin: 0;
}

.table-custom td,
.table-custom th {
    margin: 0;
    padding-bottom: 10px;
}

.table-custom th {
    vertical-align: top;
    padding-right: 40px;
}

.usgs-view .smaller,
.box .smaller,
.address-box .smaller {
    font-size: 13px;
    color: #999999;
}

.timeline-v1 {
    padding-bottom: 0;
}

.timeline-v1 .clearfix {
    margin-bottom: 0;
}

.timeline-v1>li>.timeline-panel:after {
    top: 1px !important;
    border-top: 14px solid transparent !important;
}

.timeline-v1>li>.timeline-panel:before {
    top: 0 !important;
    border-top: 15px solid transparent !important;
}

.timeline-v1>li>.timeline-badge {
    top: 0 !important;
}

.timeline-v1>li>.timeline-badge {
    line-height: 35px;
}

.timeline-v1 .timeline-heading {
    background-color: #f5f5f5;
    border-bottom: 1px solid #d4d4d4;
}

.timeline-v1 .timeline-body {
    padding-top: 6px;
    padding-bottom: 6px;
}

.timeline-v1 .timeline-heading:hover {
    background-color: #FBDCD9 !important;
}

.timeline-v1 .timeline-heading:hover a {
    text-decoration: underline;
}

.table-usgs tr:hover,
.table-ptwc tr:hover,
.reset-avatar:hover,
.clickable {
    cursor: pointer;
}

.alert-premium {
    border-color: #E3B9B9;
}

.alert-premium a,
.tab-v1 .nav-tabs>.active>a,
.tab-v1 .nav-tabs>li>a:hover {
    background-color: #C5242B !important;
}

.color-tsunami {
    color: #C5242A;
}

.label-official {
    background-color: #C5242A;
}

.alert-premium a:hover {
    background-color: #D9534F !important;
}

.box-container {
    background-color: white;
    padding: 20px;
    /* https://www.cssmatic.com/box-shadow */
    -webkit-box-shadow: 0px 0px 30px 3px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 30px 3px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 30px 3px rgba(0, 0, 0, 0.4);
}

.btn-u-greyer:hover {
    background-color: #6b6b6b !important;
}

.alerts-list {
    margin-bottom: 0;
    font-size: 14px;
}

/** Signup premium */

.page-type-signup_premium .panel {
    border-radius: 5px;
}

.page-type-signup_premium .panel-heading {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.page-type-signup_premium .icons i {
    font-size: 20px;
}

.page-type-signup_premium .icons i:not(:last-child) {
    margin-right: 20px;
}

.page-type-signup_premium .monitor-icons i:not(:last-child) {
    margin-right: 10px;
}

.plans .col-md-4 {
    padding-left: 30px;
    padding-right: 30px;
}

.plans .alert {
    border-radius: 4px;
}

.plan {
    background-color: white;
    border: 2px solid lightgrey;
    text-align: center;
    padding: 20px;
    border-radius: 10px;
}

.plan:hover {
    background-color: #EFF4FA;
    cursor: pointer;

    border: solid 5px #2b5981;
}

tr.pointer:hover,
tr.selected {
    cursor: pointer;
    background-color: #DCE9F8 !important;
}

.plan.selected {
    border-color: #2b5981;
    border-width: 5px;
}

.plan.selected .icons i {
    color: #2b5981;
}

.plan.selected .active {
    visibility: visible !important;
    display: inline !important;

    background-color: #66bb4d;
    color: white;
}

.price-box {
    color: grey;
    font-size: 26px;
    font-weight: bold;
}

i.fa-in-circle {
    display: inline-block;
    border-radius: 60px;
    box-shadow: 0px 0px 2px #888;
    padding: 0.25em 0.3em;

}

/** Signup pages */

.page-type-signup_premium .panel-heading {
    background: none !important;
}

.box h2,
.address-box h2 {
    color: #2D5885 !important;
    /* font-family: 'Source Sans Pro', sans-serif; */
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: bold;
}

.profile-body .address-box p.smaller {
    margin-left: 27px;
}

.box {
    width: 100%;
    float: right;
    text-align: center;
    background-color: white;
    padding: 20px;
    /* https://www.cssmatic.com/box-shadow */
    -webkit-box-shadow: 0px 0px 24px 0px rgba(204, 204, 204, 1);
    -moz-box-shadow: 0px 0px 24px 0px rgba(204, 204, 204, 1);
    box-shadow: 0px 0px 24px 0px rgba(204, 204, 204, 1);
}

.page-type-signup label.label-custom {
    font-size: 18px;
    color: #999999;
}

.page-type-signup select.form-control {
    font-size: 16px;
}

.page-type-signup input,
.page-type-signup select,
#modal-location_change input {
    height: 45px;
    border-radius: 5px;
}

.page-type-signup .btn-submit,
#modal-location_change .btn {
    padding: 10px 20px;
    border-radius: 5px;
}

.page-type-signup .form-group-custom {
    margin-bottom: 20px;
}

.field-signuppremiumform-duration,
.field-signuppremiumform-email {
    margin-bottom: 40px !important;
}

.page-type-signup .form-group-custom input {
    font-size: 16px;
}

.page-type-signup .control-label {
    color: inherit;
}

.modal-content .control-label {
    color: #555555 !important;
}

.page-type-signup .modal i.fa-info,
#modal-location_change i.fa-info {
    padding-top: 10px;
}

.btn-u-red-custom {
    background: #a94442 !important;
}

.btn-u-custom {
    background-color: #FFFFFF;
    border: 2px solid #2D5885;
    color: #2D5885;
    font-weight: bold;
    font-size: 14px;
}

.btn-u-custom:hover,
.btn-u-custom:active,
.btn-u-custom:focus {
    background-color: #2D5885 !important;
    color: #FFFFFF !important;
}

#map_canvas.location {
    height: 300px;
}

.badge-tsunami {
    background-color: #C5242B;
    font-size: 16px;
    font-weight: bold !important;
    border-radius: 20px;
}

.label-info-custom {
    background-color: #2B5981;
}

.indent {
    margin-left: 25px;
    text-indent: -11px;
    margin-bottom: 10px;
}

/** Contact page */

#contact-form label {
    font-size: 14px;
    display: block;
}

/** Registration/Login */

.reg-page h2 {
    font-size: 22px;
}

.reg-page label,
#test-form label {
    font-size: 14px;
}

.reg-page button {
    font-size: 16px;
    font-weight: bold;
}

.reg-page button:hover {
    background-color: #599DDC;
}

/** GLobal */

form div.required label.control-label:after {
    content: " * ";
    color: red;
}

.tab-content {
    background-color: white;
}

.tab-content .control-label {
    font-size: 14px;
}

.tab-v1 .nav-tabs>li>a {
    color: #333333;
}

p.info {
    color: #333333;
}

.profile-body .div {
    background-color: white;
    padding: 10px 25px 10px 25px;
}

.profile-body .panel-heading {
    border: none;
    background-color: #EEEEEE;
}

.profile-body .tab-content {
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.profile-body .tab-v1 .nav-tabs {
    border-bottom: solid 2px #C5242A;
}

.profile-body h4.museo {
    font-weight: 700;
}

.profile-body .tab-content p.info {
    margin-bottom: 20px;
}

.cbx-icon i.selected {
    color: #2D5885 !important;
}

.cbx-icon {
    margin-top: -3px;
}

.panel-beneficiarie .cbx {
    background: white;
}

#summary-grid .cbx-container:hover i {
    color: #2D5885 !important;
}

.glyphicon-question-sign:hover {
    color: #333333 !important;
}

/* https://codepen.io/fox_hover/pen/bqZxLa */
.bootstrap-switch-disabled {
    transition: all 0.2s linear 0s;
}

.bootstrap-switch-disabled:before {
    content: "\f05e";
    font-family: FontAwesome;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 21px;
    color: red;
    transform: scale(0, 1);
    transition: all 0.2s linear 0s;
}

.bootstrap-switch-disabled:hover {
    text-indent: -9999px;
}

.bootstrap-switch-disabled:hover:before {
    transform: scale(1, 1);
    text-indent: 0;
}

#faq-tabs {
    margin-bottom: 10px;
}

#faq-tabs>li>a {
    color: #333;
}

#faq-tabs>li.active>a {
    color: #FFFFFF;
    background-color: #4EA3E6;
}

/* #faq-tabs > li > a:hover {

} */

.tab-v9 .panel-heading:hover {
    text-decoration: underline;
    cursor: pointer;
}

.tab-v9 .panel-title {
    color: #333333;
}

.wrap-sms {
    position: fixed;
    width: 100%;
    z-index: 1000;
}


.most-popular-sms {
    margin-bottom: -40px;
    z-index: 10;
}

span.label-sms {
    font-size: 14px;
    font-weight: 400;
    border-radius: 0 0 10px 10px;
    padding-right: 30px;
    padding-left: 30px;
    color: #fff;
}

.video-container {
    width: 100%;
    height: 225px;
    overflow: hidden;
    position: relative;
}


.video-container iframe {
    position: absolute;
    top: -60px;
    left: 0;
    width: 100%;
    height: calc(100% + 120px);
}


.padding-top-15 {
    padding-top: 15px !important;
}

/* Keep the <li> flexible */
.navbar-nav>li.get-alert {
    height: auto;
}

/* Make THIS nav link compact (not full navbar height) */
.navbar-nav>li.get-alert>a.live-cta-standalone {
    display: inline-block !important;
    /* don't stretch to full row */
    height: auto !important;
    line-height: 1 !important;
    padding: 6px 12px !important;
    /* your desired button size */
    margin: 8px 0 !important;
    /* optional: vertical breathing room in navbar */
    vertical-align: middle;
}


/* Button shell */
.get-alert>.live-cta-standalone {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    /* text color */
    line-height: 1;
    padding: 6px 12px;
    /* width/height come from padding */
    white-space: nowrap;
    z-index: 0;
    /* background layer sits at z:-1/0 */
}

/* 🔴 RED BACKGROUND AS A LAYER (not the anchor background) */
.get-alert>.live-cta-standalone::before {
    content: "";
    position: absolute;
    inset: 0;
    /* cover the anchor’s padding box */
    border-radius: 6px;
    background: #d9534f;
    /* BS3 danger red */
    border: 1px solid #d43f3a;
    z-index: -1;
    /* behind content */
    pointer-events: none;
    /* clicks go to the link */
}

/* Center text + ripple anchor */
.live-cta-standalone {
    text-align: center;
}

.live-cta-standalone .live-core {
    position: relative;
    display: inline-block;
    /* shrink-wrap to text width */
    line-height: 1;
    vertical-align: middle;
}

.live-cta-standalone .label {
    position: relative;
    z-index: 3;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}

/* Epicenter + rings */
.live-cta-standalone .live-core .quake-dot {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 4px;
    height: 4px;
    margin: -2px 0 0 -2px;
    background: #fff;
    border-radius: 50%;
    opacity: .9;
    z-index: 1;
}

.live-cta-standalone .live-core .quake-ring {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 10px;
    margin: -5px 0 0 -5px;
    border: 3px solid #fff;
    border-radius: 50%;
    opacity: .65;
    z-index: 1;
    pointer-events: none;
    animation: liveRipple 2.2s ease-out infinite;
    box-shadow: 0 0 10px rgba(255, 255, 255, .85), 0 0 4px rgba(255, 255, 255, .9) inset;
    filter: drop-shadow(0 0 2px rgba(0, 0, 0, .35)) drop-shadow(0 0 1px rgba(0, 0, 0, .25));
}

.live-cta-standalone .live-core .quake-ring.r2 {
    opacity: .5;
    animation-delay: 1.1s;
}

@keyframes liveRipple {
    0% {
        transform: scale(.6);
        opacity: .8;
    }

    70% {
        opacity: .25;
    }

    100% {
        transform: scale(3.4);
        opacity: 0;
    }
}

/* Hover/active states by tinting the background layer */
.get-alert>.live-cta-standalone:hover::before {
    background: #c9302c;
    border-color: #ac2925;
}

.get-alert>.live-cta-standalone:active::before {
    background: #ac2925;
    border-color: #761c19;
}

.alert-pill-group {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;
    padding: 10px;
}

/* Pill look */
.alert-pill {
    background: #fff;
    border: 1px solid #e6eef9;
    color: #1b66d1;
    /* ocean blue text */
    border-radius: 9999px;
    /* full pill */
    padding: 10px 16px;
    line-height: 1.25;
    font-weight: 600;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .04);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    transition: transform .15s ease, box-shadow .15s ease, font-weight .15s ease;
}

/* Icon + subtle hover/focus */
.alert-pill i {
    font-size: 16px;
}

.alert-pill:hover,
.alert-pill:focus {
    background: #f7fbff;
    border-color: #cfe1ff;
    color: #1557b8;
    text-decoration: none;
    box-shadow: 0 2px 6px rgba(27, 102, 209, .12);
    font-weight: 700;
}

/* Optional compact tweak for very small screens */
@media (max-width: 420px) {
    .alert-pill {
        padding: 9px 14px;
    }
}

.alert-pill {
    transition: transform .15s ease, box-shadow .15s ease, color .15s ease, border-color .15s ease;
}

/* bold + slight movement on hover */
.alert-pill:hover,
.alert-pill:focus {
    transform: translateY(-1px);
    /* subtle lift */
    box-shadow: 0 6px 14px rgba(27, 102, 209, .18);
    color: #1557b8;
    border-color: #cfe1ff;
}

.alert-pill span {
    font-weight: 600;
}

.alert-pill:hover span,
.alert-pill:focus span {
    font-weight: 700;
}

/* optional: tiny press-down on active click */
.alert-pill:active {
    transform: translateY(0);
}

/* accessibility: reduce motion */
@media (prefers-reduced-motion: reduce) {
    .alert-pill {
        transition: none;
    }

    .alert-pill:hover,
    .alert-pill:focus {
        transform: none;
    }
}

.p-10 {
    padding: 10px !important;
}

.p-20 {
    padding: 20px !important;
}

/* used below */
.pt-10 {
    padding-top: 10px !important;
}

.feature-row {
    display: flex;
    flex-wrap: wrap;
}

.feature-row>[class*="col-"] {
    display: flex;
}

.feature-card {
    background: #fff;
    border: 1px solid #e6eef9;
    border-radius: 14px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, .05);
    margin: 5px 0;
    padding: 20px;
    /* or use .p-20 utility */
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: transform .15s ease, box-shadow .15s ease;
}

/* icon/image spacing */
.feature-card img {
    margin-bottom: 12px;
}

/* headings & paragraphs */
.feature-card h2 {
    margin: 8px 0 10px;
    font-weight: 700;
}

.feature-card p {
    margin: 0;
    color: #4a5568;
}

/* hover motion + slightly bolder heading */
.feature-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(27, 102, 209, .15);
}

.feature-card:hover h2 {
    font-weight: 800;
}

/* reduce motion */
@media (prefers-reduced-motion: reduce) {
    .feature-card {
        transition: none;
    }

    .feature-card:hover {
        transform: none;
    }
}

/* .header-v3.navbar { max-height: 64px; } */

/* keep brand aligned with menu */
.header-v3 .qa-brand {
    top: 0 !important;
    padding: 0 15px !important;
    /* remove default top/bottom padding */
    height: 50px;
    /* same as navbar min-height */
    display: flex;
    /* vertically center the logo */
    align-items: center;
}

/* control the logo size and baseline quirks */
.header-v3 .qa-logo {
    height: 48px;
    /* pick the size you want */
    width: auto;
    display: block;
    /* avoid baseline drop */
    /* vertical-align: middle; */
}

/* (optional) ensure menu items match the bar height */
/* .header-v3 .navbar-nav > li > a{
  padding-top: 20px;
  padding-bottom: 20px;     
} */


.row-tight {
    margin-left: -8px;
    margin-right: -8px;
}

.row-tight>[class*="col-"] {
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
}

.alert-pill-wrap {
    display: flex;
    height: 100%;
}

.alert-pill {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    white-space: normal;
    line-height: 1.2;
    padding: 12px 14px;
    border-radius: 9999px;
    text-align: center;
}

.alert-pill i {
    font-size: 18px;
    line-height: 1;
}

.alert-pill span {
    display: inline-block;
}

.btn-block {
    width: 100%;
}

/* Optional: allow elegant two-line wrap on md+ if text is long */
@media (min-width:768px) {
    .alert-pill .label-long {
        max-width: 16ch;
    }
}

.stat-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(27, 102, 209, .15);
}


/* equal-height layout */
.stats-row .stat-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.stats-row .stat-card {
    background: #f9f6f6;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    /* for modern browsers; safe to keep even on older */
    /* background: rgba(255, 255, 255, .06); */
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 10px;
    padding: 14px 16px;
    width: 100%;
    min-height: 88px;
    /* keeps same visual height */
}

.stat-icon {
    width: 42px;
    height: 42px;
    border-radius: 9px;
    border: 1px solid rgba(158, 154, 154, 0.3);
    background-color: #1a6eb7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 10px;
}

.stat-icon .fa {
    font-size: 18px;
    color: #FFFFFF;
}

.stat-title {
    margin: 0;
    color: #080808;
    font-weight: 700;
    line-height: 1.2;
}

.stat-sub {
    margin: 2px 0 0;
    color: #080808;
    font-size: 14px;
    opacity: .9;
    text-align: left;
}

/* tighten on xs */
@media (max-width: 480px) {
    .stat-card {
        min-height: 78px;
        padding: 12px;
    }

    .stat-icon {
        width: 38px;
        height: 38px;
    }
}

.eq-blue-bg {
    background: #ebf3f7;
    padding: 5px 5px;
    border-radius: 8px;
    position: relative;
}

.eq-scroll-wrapper {
    overflow-x: auto;
    white-space: nowrap;
    padding: 5px 0;
    /* hide scrollbars */
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE/Edge */
}

.eq-scroll-wrapper::-webkit-scrollbar {
    display: none;
    /* Chrome/Safari */
}

.eq-card {
    display: inline-block;
    width: 220px;
    background: white;
    border-radius: 10px;
    margin-right: 2px;
    padding: 10px;
    vertical-align: top;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.eq-mag {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    padding: 5px 10px;
    border-radius: 8px;
    display: inline-block;
}

.mag-green {
    background-color: #7BB432;
}

.mag-yellow {
    background-color: #E8B519;
}

.mag-red {
    background-color: #D9534F;
}

.mag-orange {
    background-color: #f77b07;
}

.eq-top-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.eq-row-space {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.eq-top-time {
    font-size: 12px;
    color: #555;
    white-space: nowrap;
    margin-left: 10px;
    font-weight: 800;
}

.eq-top-time i {
    color: #d9534f;
    margin-right: 3px;
}


.eq-info {
    font-size: 13px;
    line-height: 18px;
}

.eq-info i {
    color: #d9534f;
    margin-right: 3px;
}

/* Arrow buttons */
.eq-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
}

.eq-arrow-left {
    left: 0;
}

.eq-arrow-right {
    right: 0;
}

.eq-arrow .btn {
    border-radius: 50%;
    padding: 6px 10px;
}

.event-pill {
    display: inline-block;
    padding: 2px 10px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.3;
}

.event-pill-tsunami {
    background: #d9534f;
    color: #fff;
}

.event-pill-quake {
    background: #1a6f78;
    color: #fff;
}

.ads-col {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}

.content-col {
    margin-top: 15px;
    margin-bottom: 15px;
}

.container-page.container {
    width: 100% !important;
    max-width: 100% !important;
}


 .latest-us-page {
    width:100%;
} 

.latest-us-page .page-hero {
    background: linear-gradient(135deg, #0b3b6f, #1482c4);
    color: #fff;
    padding: 20px 25px;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
}

.latest-us-page .page-hero h1 {
    margin-top: 0;
    font-size: 26px;
    font-weight: 600;
}

.latest-us-page .hero-sub {
    opacity: 0.9;
    margin-bottom: 10px;
}

.latest-us-page .hero-badges .label {
    margin-right: 8px;
    display: inline-block;
    margin-top: 5px;
}

.latest-us-page .hero-cta {
    text-align: right;
}

.latest-us-page .hero-cta .btn {
    margin-top: 5px;
}

/* toolbar / filters */
.quakes-toolbar {
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 10px 15px;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #e2e5f0;
}

.quakes-toolbar .btn-filter {
    margin-right: 5px;
    margin-bottom: 5px;
}

.quakes-toolbar .toolbar-right {
    text-align: right;
}

.quakes-toolbar .last-updated {
    font-size: 12px;
    color: #6c757d;
}

/* list / table */
.quakes-table-wrapper {
    margin-top: 10px;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #e2e5f0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
    overflow: hidden;
}

.quakes-table {
    margin-bottom: 0;
}

.quakes-table>thead>tr>th {
    background: #f8f9fc;
    border-bottom: 1px solid #e2e5f0;
    font-size: 12px;
    text-transform: uppercase;
    color: #7b8190;
}

.quakes-table>tbody>tr>td {
    vertical-align: middle;
    font-size: 13px;
}

.mag-pill {
    display: inline-block;
    min-width: 46px;
    padding: 4px 8px;
    border-radius: 999px;
    font-weight: 600;
    text-align: center;
    font-size: 13px;
    color: #fff;
}

.depth-badge,
.region-badge {
    display: inline-block;
    padding: 2px 7px;
    border-radius: 999px;
    font-size: 11px;
    background: #eef1fb;
    color: #495057;
}

.region-badge {
    background: #e2f3ff;
    color: #005b96;
}

.quake-actions a {
    font-size: 12px;
}

/* mobile cards */
@media (max-width: 767px) {
    .hero-cta {
        text-align: left;
        margin-top: 10px;
    }

    .quakes-toolbar .toolbar-right {
        text-align: left;
        margin-top: 8px;
    }

    .quakes-table-wrapper {
        border-radius: 0;
        border: none;
        box-shadow: none;
    }

    .quake-card {
        background: #fff;
        border-radius: 8px;
        border: 1px solid #e2e5f0;
        padding: 10px 12px;
        margin-bottom: 8px;
    }

    .quake-card .card-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 3px;
    }

    .quake-card .card-location {
        font-weight: 600;
    }

    .quake-card .card-meta {
        font-size: 12px;
        color: #6c757d;
    }
}


.fa.fa-twitter {
    font-family: sans-serif;
}

.fa.fa-twitter::before {
    content: "𝕏";
    font-size: 1.2em;
}

.related-topics {
  margin-top: 40px;
}

.related-topics h3 {
  color: #3A6FF8;
  margin-bottom: 15px;
  font-weight: 600;
}

.related-topics .pill {
  display: inline-block;
  padding: 8px 14px;
  margin: 6px 5px;
  background: #0f1632;
  color: #fff;
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 40px;
  font-size: 14px;
  text-decoration: none;
  transition: 0.2s;
}

.related-topics .pill:hover {
  background: #1f2a54;
  border-color: #3A6FF8;
}
