/*
military state policy source stylesheet

TABLE OF CONTENTS
   1.   Theme
   2.   Page templates
   2.1
   3.   Region templates
   4.   Item templates
   5.   Page specific selectors
*/

form#wwvFlowForm {
    min-height: auto !important;
}
body {
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
}
body *:focus, body button:focus {
    outline: 1px dotted grey;
}
.t-Body-main {
    background-color: #f0f1f6;
}
.t-Body-content a {
    color: #194867 !important;
}
.t-Body-content a:active, .t-Body-content a:focus {
    color: #194867;
}
.t-Body-content {
    padding-bottom: 5px;
}
.t-Body-main .t-Body-content .t-Body-contentInner {
	background-color: #f8f9fd;
    padding: 0px 15px 0px 15px;
}
.t-Body-contentInner > .container {
    background-color: #f8f9fd;
    padding: 4% 8% 7% 6%;
}
.row {
    margin-right: 0px;
    margin-left: 0px;
}
.col {
    padding-right: 0px;
    padding-left: 0px;
    min-height: 0px;
}
p {
    font-size: 16px;
    line-height: 24px;
    margin-top: 0;
    margin-bottom: 1rem;
}
/* back to top button */
.t-Body .t-Body-main .t-Body-topButton .icon-up-chevron {
    color: #B82132;
}

/* fix the natural padding caused by APEX core css */
.t-PageBody .t-Body-main .t-Body-content .t-Body-contentInner,
.t-PageBody .t-Body-main .t-Body-content .t-Body-contentInner > .container,
.t-Region .t-Region-body {
    padding: 0px;
}
/* fix natural padding caused by APEX core css */
.t-Form-inputContainer, .t-Form-inputContainer.col,
.t-Form-labelContainer, .t-Form-labelContainer.col {
    padding: 0px;
}
/* fix the natural background caused by APEX core css */
.t-PageBody .t-Body-main .t-Body-content .t-Body-contentInner,
.t-PageBody .t-Body-main .t-Body-content .t-Body-contentInner > .container {
    background: transparent;
}
.t-Region--scrollBody > .t-Region-bodyWrap > .t-Region-body {
    background: none !important;
    background-color: transparent !important;
}
/* fix natural margin caused by APEX core css */
.t-Body-main, .t-Body-content {
    margin-top: 0px !important;
}
.t-Region {
    border: none;
    box-shadow: none;
    margin-bottom: 0px;
}
/* fix natural borders on regions caused by APEX core css */
.t-Region-header {
    border: none !important;
}
/* fix natural overflow caused by APEX core css */
.t-Body-main, .t-Body-content, .container, .row, .col,
.t-Body-contentInner div, .t-Body-contentInnerFull div,
.t-Region--visibleOverflow, .t-Region--visibleOverflow * {
    overflow: visible;
}
/* fix natural background caused by APEX core css */
.t-Region, .t-Region--noUI, .t-Region--noUI > .t-Region-header {
    background: transparent !important;
}

/* generic classes to use throughout application */
.align-right {
    text-align: right;
}
.arvo {
    font-family: 'Arvo', serif;
}
.blue-text {
    color: #194867 !important;
}
.bold {
    font-weight: bold;
}
.container-fluid {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
}
.float-right {
    float: right;
}
.hide {
	display : none !important;
}
.link,
.underline-link,
.underline-link-section,
.highlighted,
a.navigation-link {
    border-bottom: 2px solid transparent !important;
}
.link:hover, .link:focus,
.underline-link:hover, .underline-link:focus,
.underline-link-section a:hover, .underline-link-section a:focus,
a.navigation-link:hover, a.navigation-link:focus {
    border-bottom: solid #b92131 2px !important;
}
.text-align-center {
    text-align: center;
}

/*
  replicate bootstrap responsiveness on regions
*/
@media (min-width: 576px) {
    .col.col-3 {
        width: 41.666667%;
    }
    .col.col-9 {
        width: 58.333333%;
    }
}
@media (min-width: 992px) {
    .col.col-3 {
        width: 33.333333%;
    }
    .col.col-9 {
        width: 66.666667%;
    }
}
@media (min-width: 1200px) {
    .col.col-3 {
        width: 25%;
    }
    .col.col-9 {
        width: 75%;
    }
}
/* remove default apex breakpoint of 640px that makes all columns 100% */
@media (max-width: 640px) {
    .col.col-3, .col.col-9 {
        float: left;
        clear: none;
    }
}

/* MOS Header */
img#header-avatar {
  display: inline-block;
  height: 50px;
  margin-right: 0;
  max-width: 175%;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}
@media (max-width: 991px) {
    img#header-avatar {
        height: 40px;
    }
}
.mos-Header {
    width: 100%;
    padding: 24px;
    position: absolute;
    font-family: 'Work Sans', sans-serif;
    box-shadow: inset 0 -1px 0 0 rgba(18, 52, 74, 0.05);
    transition: transform 0.7s ease, background 0.7s ease-in, top 0.7s ease;
    background: #ffffff;
    z-index: 999;
}
.mos-Header > .container-fluid {
    padding: 0px;
}
.mos-Header {
    width: 100%;
    padding: 24px;
    position: absolute;
    font-family: 'Work Sans', sans-serif;
    box-shadow: inset 0 -1px 0 0 rgba(18, 52, 74, 0.05);
    transition: transform 0.7s ease, background 0.7s ease-in, top 0.7s ease;
    background: #ffffff;
    /* z-index: 999; */
    z-index: 900!important;
}
/* hide/show classes for header */
.mos-Header.transparent-header {
    background: rgba(255, 255, 255, 0);
}
.mos-Header.hide-header {
    transform: translateY(-100%);
}
.mos-Header.reveal-header {
    top: 0px;
    position: fixed;
}
/* header logo */
.mos-Header .mobile-logo {
    display: inline-block;
    height: 50px;
    margin-right: 0;
    max-width: 175%;
    background-repeat: no-repeat;
    background-size: contain;
cursor: pointer;
}
/* header links */
.mos-Header .links {
    border-bottom: 2px solid transparent;
    color: #194867;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.88px;
    margin: 11.2px;
    text-decoration: none;
    width: 100%;
}
.mos-Header .links:hover, .mos-Header .links:focus, .mi-header .links:focus {
    border-bottom: solid #b92131 2px;
}



/*
  _____        _____ ______  _____
 |  __ \ /\   / ____|  ____|/ ____|
 | |__) /  \ | |  __| |__  | (___
 |  ___/ /\ \| | |_ |  __|  \___ \
 | |  / ____ \ |__| | |____ ____) |
 |_| /_/    \_\_____|______|_____/

** CSS for all pages **
*/

/*
  TEMPLATE OPTIONS for Page : (All)
*/

/* Body Padding : Template Options */
.t-PageBody.t-PageBody--start-under-header .t-Body-main .t-Body-content .t-Body-contentInner {
    margin-top: 100px;
}
@media (max-width: 991px) {
    .t-PageBody.t-PageBody--start-under-header .t-Body-main .t-Body-content .t-Body-contentInner {
        margin-top: 90px;
    }
}

/* MOS Header Red Bar - Small */
.mos-Region.mos-title-bar > .t-Region-header > .t-Region-headerItems--title:before {
    content: '';
    background: #B82132;
    display: inline-block;
    float: left;
    height: 6px;
    margin-right: 20px;
    margin-top: 8px;
    width: 30px;
}


/*
  _____  ______ _____ _____ ____  _   _  _____
 |  __ \|  ____/ ____|_   _/ __ \| \ | |/ ____|
 | |__) | |__ | |  __  | || |  | |  \| | (___
 |  _  /|  __|| | |_ | | || |  | | . ` |\___ \
 | | \ \| |___| |__| |_| || |__| | |\  |____) |
 |_|  \_\______\_____|_____\____/|_| \_|_____/

 ** CSS for all regions **
*/

/* breadcrumbs */
.mos-Banner .mos-Breadcrumb {
    margin-top: 32px;
}
.mos-Banner .mos-Breadcrumb .mos-Breadcrumb-items {
    border-bottom: solid 1px #eaedf9;
    color: rgb(25, 72, 103);
    font-size: 11px;
    font-weight: 500;
    list-style: none;
    max-width: 1170px;
    padding-bottom: 8px;
    padding-left: 0px;
    margin: 0px ;
    display: inline-block;
}
.mos-Banner .mos-Breadcrumb .mos-Breadcrumb-items a,
.mos-Banner .mos-Breadcrumb .mos-Breadcrumb-items .fa-icon {
    border: none;
    cursor: pointer;
    display: inline-block;
    font-size: 11px;
    font-weight: 500;
    margin-right: 5px;
    text-decoration: none;
}
.mos-Banner .mos-Breadcrumb .mos-Breadcrumb-items .mos-Breadcrumb-item {
    display: inline-block;
}
@media (max-width: 991px) {
    .mos-Banner .mos-Breadcrumb .mos-Breadcrumb-items a {
        font-size: 10px;
    }
}
@media (max-width: 767px) {
    .mos-Banner .mos-Breadcrumb {
        margin-top: 0px;
    }
}

/* page title */
.mos-Banner .mos-Title-container {
    color: #194867;
    font-size: 32px;
    font-weight: bold;
    line-height: 38px;
    margin: 0px;
    padding-top: 16px;
}
.mos-Banner .mos-Title-container span {
    display: inline-block;
}
.mos-Banner .mos-Title-container .mos-Title .search-title {
    font-size: 60px;
    line-height: 1;
    letter-spacing: 2px;
    margin-bottom: 48px;
    margin-top: 32px;
}
.mos-Banner .mos-Title-container .mos-Subtitle {
    display: block;
    margin-top: 12px;
}
/* 404 page Banner title and text */
.mos-Banner .mos-Title-404 {
    color: #194867;
    font-size: 32px;
    font-weight: bold;
    margin-top: 80px;
    margin-bottom: 60px;
    text-align: center;
}
.mos-Banner .mos-Banner-text-404 {
    color: #4A4A4A;
    line-height: 27px;
    font-size: 16px;
    font-weight: normal;
}
@media (max-width: 991px) {
    .mos-Banner .mos-Title-container {
        font-size: 30px;
        line-height: 36px;
    }
    .mos-Banner .mos-Title-404 {
        font-size: 30px;
        line-height: 30px;
    }
}
@media (max-width: 767px) {
    .mos-Banner .mos-Title-container {
        font-size: 28px;
        line-height: 34px;
        padding-bottom: 16px;
    }
    .mos-Banner .mos-Title-container .mos-Title .search-title {
        font-size: 40px;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .mos-Banner .mos-Title-404 {
        font-size: 28px;
        line-height: 28px;
        margin-top: 148px;
        margin-bottom: 36px;
    }
}
@media (max-width: 375px) {
    .mos-Banner .mos-Title-container {
        line-height: 28px;
    }
    .mos-Banner .mos-Title-container .mos-Subtitle {
        padding-bottom: 15%;
    }
}

/* weather */
.mos-Banner .mos-Weather-bubble {
    background-color: #fff;
    border-radius: 50px;
    box-shadow: 0 7px 43px 0 rgba(25, 72, 103, 0.15);
    cursor: default;
    font-size: 32px;
    height: 70px;
    line-height: 1.25;
    max-width: 165px;
    padding: 15px;
    text-align: center;
}
.mos-Banner .mos-Weather-bubble > span > sup {
    font-size: 18px;
    font-weight: 500;
}
@media (max-width: 767px) {
    .mos-Banner .mos-Weather-bubble {
        margin-bottom: 40px;
    }
}

/* search-link */
.mos-Banner .mos-Banner-link {
    text-align: right;
    padding-bottom: 3px;
    padding-top: 16px;
}
.mos-Banner-link a {
    border-bottom: solid transparent 2px;
    color: #194867;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.8px;
    text-decoration: none;
}
@media (max-width: 697px) {
  .mos-Banner .mos-Banner-link a {
    font-size: 12px;
  }
}

/* not certified banner */
.mos-Non-compliant-banner {
    align-items: center;
    background-color: #b92131;
    color: white;
    display: flex;
    font-size: 14px;
    height: 30px;
    justify-content: center;
    width: 100%;
}







/*
  Site Message
*/
.site-message-wrapper {
    background-color: rgba(0, 140, 234, 0.2);
    display: inline-flex;
    max-height: 55px;
    padding: 16px 10.83%;
    width: 100%;
}
.site-message-wrapper.expand {
    max-height: none;
}
.site-message-wrapper .site-message-icon {
    margin-right: 19px;
    height: 20px;
    width: 25px;
    min-width: 25px;
    position: relative;
    top: 3px;
    display: inline-block;
}
.site-message-wrapper .site-message {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: calc(100% - 150px);
}
.site-message-wrapper .site-message.expand {
    display: inline;
}
.site-message-wrapper .site-message .site-message-title {
    font-family: 'Work Sans', sans-serif;
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #194867;
    white-space: nowrap;
    position: relative;
    top: -1px;
}
.site-message-wrapper .site-message .site-message-title.expand {
    display: block;
    white-space: normal;
}
.site-message-wrapper .site-message .site-message-content {
    font-family: 'Arvo', serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #4a4a4a;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 19px;
}
.site-message-wrapper .site-message .site-message-content p {
    margin: 0;
    display: inline;
}
/* make site message links red */
.site-message-wrapper .site-message .site-message-content a {
    color: #b92131 !important;
}
.site-message-wrapper .site-message .site-message-content a:hover,
.site-message-wrapper .site-message .site-message-content a:focus {
    border-bottom: solid #b92131 2px !important;
}
.site-message-wrapper .site-message .site-message-content a[target='_blank']:after {
    content: "\f08e";
    font-size: 0.75em;
    font-family: 'FontAwesome';
    margin-left: 5px;
}
.site-message-wrapper .site-message .site-message-content.expand {
    margin-left: 0px;
    white-space: normal;
}
.site-message-wrapper .site-message-btn {
    color: #194867;
    cursor: pointer;
    display: inline-block;
    font-family: 'Arvo', serif;
    font-size: 16px;
    font-stretch: normal;
    font-style: normal;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: normal;
    margin-left: 20px;
    white-space: nowrap;
}
.site-message-wrapper .site-message-btn.expand {
    align-self: flex-end;
}
.site-message-wrapper .site-message-btn .site-message-btn-indicator {
    margin-right: 5px;
}
@media (max-width: 767px) {
    .site-message-wrapper {
        padding: 14px 3.83%;
        display: inline-block;
        max-height: none;
    }
    .site-message-wrapper .site-message-icon {
        top: -6px;
    }
    .site-message-wrapper.expand .site-message-icon {
        top: 0px;
    }
    .site-message-wrapper .site-message {
        display: inline-block;
        max-width: calc(100% - 50px);
    }
    .site-message-wrapper .site-message .site-message-title {
        font-size: 16px;
        top: 0px;
    }
    .site-message-wrapper .site-message .site-message-title.expand {
        display: inline;
    }
    .site-message-wrapper .site-message .site-message-content p {
        font-size: 14px;
    }
    .site-message-wrapper .site-message .site-message-content.expand {
        margin-left: 19px;
    }
    .site-message-wrapper .site-message-btn {
        font-size: 14px;
        margin-left: 0px;
        display: block;
    }
}

/*
  Installation Messages
*/
.mos-Region .message-title .fa {
    margin-right: 20px;
}
.mos-Region .message-title {
    color: #194867;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    padding-bottom: 20px;
}
.mos-Region .message-content {
    color: #4a4a4a;
    font-family: 'Arvo', serif;
    font-size: 16px;
}



/*
  TEMPLATE OPTIONS for Region : MOS Standard
*/
.mos-Region .t-Region-header {
    background-color: transparent !important;
}
.mos-Region .t-Region-headerItems--title {
    padding: 0px;
}
.mos-Region > .t-Region-header > .t-Region-headerItems > .t-Region-title {
    color: #194867 !important;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 1px;
    display: table;
    align-items: center;
    margin-bottom: 16px;
    line-height: 24px;
}
@media (max-width: 991px) {
    .mos-Region > .t-Region-header > .t-Region-headerItems > .t-Region-title {
        font-size: 22px;
    }
}
.mos-Region > .t-Region-bodyWrap > .t-Region-body {
    line-height: 24px;
    font-size: 16px;
}
/* section text */
.mos-Region > .t-Region-bodyWrap > .t-Region-body .section-text,
.mos-Region > .t-Region-bodyWrap > .t-Region-body .section-text * {
    color: #212529;
    font-family: 'Arvo', serif;
}
.mos-Region > .t-Region-bodyWrap > .t-Region-body .section-text,
.mos-Region > .t-Region-bodyWrap > .t-Region-body .section-text p,
.mos-Region > .t-Region-bodyWrap > .t-Region-body .section-text ul,
.mos-Region > .t-Region-bodyWrap > .t-Region-body .section-text li {
    line-height: 24px;
    font-size: 16px;
}
@media (max-width: 991px) {
    .mos-Region > .t-Region-bodyWrap > .t-Region-body .section-text,
    .mos-Region > .t-Region-bodyWrap > .t-Region-body .section-text p,
    .mos-Region > .t-Region-bodyWrap > .t-Region-body .section-text ul,
    .mos-Region > .t-Region-bodyWrap > .t-Region-body .section-text li {
        line-height: 22.5px;
        font-size: 15px;
    }
}
@media (max-width: 767px) {
    .mos-Region > .t-Region-bodyWrap > .t-Region-body .section-text,
    .mos-Region > .t-Region-bodyWrap > .t-Region-body .section-text p,
    .mos-Region > .t-Region-bodyWrap > .t-Region-body .section-text ul,
    .mos-Region > .t-Region-bodyWrap > .t-Region-body .section-text li {
        line-height: 21px;
        font-size: 14px;
    }
}
/* intro text */
.mos-Region > .t-Region-bodyWrap > .t-Region-body .section-text.intro-text,
.mos-Region > .t-Region-bodyWrap > .t-Region-body .section-text.intro-text * {
    color: #194867;
}
.mos-Region > .t-Region-bodyWrap > .t-Region-body .section-text.intro-text,
.mos-Region > .t-Region-bodyWrap > .t-Region-body .section-text.intro-text p,
.mos-Region > .t-Region-bodyWrap > .t-Region-body .section-text.intro-text ul,
.mos-Region > .t-Region-bodyWrap > .t-Region-body .section-text.intro-text li {
    font-size: 18px;
    font-weight: 400;
    /* line-height: 36px; */
    line-height: 30px;
}
@media (max-width: 991px) {
    .mos-Region > .t-Region-bodyWrap > .t-Region-body .section-text.intro-text,
    .mos-Region > .t-Region-bodyWrap > .t-Region-body .section-text.intro-text p,
    .mos-Region > .t-Region-bodyWrap > .t-Region-body .section-text.intro-text ul,
    .mos-Region > .t-Region-bodyWrap > .t-Region-body .section-text.intro-text li {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
    }
}
/* anchors within section-text */
.mos-Region > .t-Region-bodyWrap > .t-Region-body .section-text a {
    color: #b92131!important;
}


/* MOS Uppercase Title */
.mos-Region.uppercase-title > .t-Region-header > .t-Region-headerItems > .t-Region-title {
    text-transform: uppercase;
}

/* MOS Collapsible */
.mos-Region .t-Region-headerItems--controls {
    display: none;
}
.mos-Region.t-Region--hideShow .t-Region-headerItems--controls {
    display: table-cell;
}
.mos-Region.t-Region--hideShow > .t-Region-header .t-Region-headerItems--title {
    padding-left: 0px;
}
/* hide the collapsible button at any width above 576px */
@media ( min-width: 576px ) {
    .mos-Region.t-Region--hideShow .t-Region-headerItems--controls {
        display : none;
    }
}
/* display the collapsible button at any width below or at 575px */
@media (max-width: 575px) {
    .mos-Region.t-Region--hideShow .t-Region-headerItems--controls {
        display : table-cell;
    }
}

/* MOS Header Font Size */
.mos-Region.mos-Region-small-header > .t-Region-header > .t-Region-headerItems > .t-Region-title {
    font-size: 16px;
    line-height: 18px;
}
.mos-Region.mos-Region-xlarge-header > .t-Region-header > .t-Region-headerItems > .t-Region-title {
    font-size: 28px;
    line-height: 33px;
}

/* MOS Header Red Bar - Small */
.mos-Region.mos-title-bar > .t-Region-header > .t-Region-headerItems--title:before {
    content: '';
    background: #b92131;
    display: inline-block;
    float: left;
    height: 6px;
    margin-right: 20px;
    margin-top: 5px;
    width: 30px;
}
/* Header Red Bar - Large */
.mos-Region.mos-title-bar-large > .t-Region-header > .t-Region-headerItems--title:before {
    content: '';
    background: #b92131;
    display: inline-block;
    float: left;
    height: 8px;
    margin-right: 15px;
    margin-top: 8px;
    width: 64px;
}
@media (max-width: 767px) {
    .mos-Region.mos-title-bar-large > .t-Region-header > .t-Region-headerItems--title:before {
        width: 48px;
    }
}

/* MOS Region Background : Template Options */
.mos-Region {
    background-color: transparent !important;
}
.mos-Region.bg-white {
    background-color: #FFFFFF !important;
}
.mos-Region.bg-ghost-white {
    background-color: #F0F1F6 !important;
}
.mos-Region.bg-pale-gray {
    background-color: #F8F9FD !important;
}

/* MOS Region Box Shadow */
.mos-Region {
    box-shadow: none;
}

/* MOS Region Padding : Template Options */
.t-Body-contentInner > .container > .row > .col > div:not(.full-width) {
    padding: 60px 12%;
}
@media (max-width: 991px) {
    .t-Body-contentInner > .container > .row > .col > div:not(.full-width) {
        padding-left: 30px;
        padding-right: 30px;
    }
}
.t-Body-contentInner > .container {
    margin-top: 0px;
}
body.start-under-header .t-Body-contentInner > .container {
    margin-top: 100px;
}
.mos-Region {
    padding-left: 0px;
    padding-right: 0px;
}
.mos-Region.no-padding {
    padding-top: 0px!important;
    padding-bottom: 0px!important;
}
.mos-Region.extra-top-padding {
    padding-top: 160px!important;
}

/* MOS Region Margin Bottom : Template Options */
.mos-Region.margin-bottom-30px {
    margin-bottom: 30px;
}
.mos-Region.margin-bottom-60px {
    margin-bottom: 60px;
}

/* MOS Body Background */
.mos-Region > .t-Region-bodyWrap {
    background: transparent;
}
.mos-Region.body-bg-white > .t-Region-bodyWrap {
    background-color: #FFFFFF;
}
.mos-Region.body-bg-ghost-white > .t-Region-bodyWrap {
    background-color: #F0F1F6;
}
.mos-Region.body-bg-pale-gray > .t-Region-bodyWrap {
    background-color: #F8F9FD;
}

/* MOS Body Box Shadow */
.mos-Region > .t-Region-bodyWrap {
    box-shadow: none;
}

/* MOS Body Padding : Template Options */
.mos-Region.body-padding-4pct > .t-Region-bodyWrap {
    padding: 4%;
}
.mos-Region.body-padding-4-6pct > .t-Region-bodyWrap {
    padding: 4% 6%;
}
.mos-Region.body-padding-20px > .t-Region-bodyWrap {
    padding: 20px;
}
.mos-Region.body-padding-30px > .t-Region-bodyWrap {
    padding: 30px;
}
.mos-Region.body-padding-40px > .t-Region-bodyWrap {
    padding: 40px;
}

/* external link dialog pop-up */
body [aria-describedby="mos-ext-link-dialog"].ui-dialog.ui-front {
    z-index: 150000;
}
[aria-describedby="mos-ext-link-dialog"] > .ui-dialog-titlebar {
    display : none;
}
.mos-ext-link-container {
    padding-top: 65px;
    text-align: center;
}
.mos-ext-link-dialog .mos-icon-button {
    background-color: transparent;
    border: 0;
}
.mos-ext-link-dialog .mos-cancel-button {
    background-color: transparent;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    border: 0;
    cursor: pointer;
    display: inline;
    font-size: 14px;
    line-height: normal;
    margin: 0;
    position: absolute;
    right: 42px;
    top: 39px;
    vertical-align: baseline;
}
.mos-ext-link-dialog .mos-icon-button .mos-red-line {
    background-color: #b92131;
    display: block;
    height: 6px;
    margin: 0 auto;
    width: 32px;
}
.mos-ext-link-dialog .mos-button-text {
    color: #194867;
    display: block;
    font-family: 'Work Sans', sans-serif;
    font-size: 8px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    padding-top: 12.3px;
    text-align: center;
    text-transform: uppercase;
}
.mos-view-title-style {
    color: #194867;
}
.mos-view-title {
    display: inline-block;
    z-index: 10;
}
.mos-ext-link-dialog .mos-section-title {
    font-family: 'Work Sans', sans-serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.6;
    margin: 30px;
}
.mos-ext-link-dialog .mos-section-text {
    font-family: 'Arvo', serif;
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: 0.2px;
    padding: 0px 25px 54px 25px;
}

@media ( max-width: 767px ) {
    .mos-ext-link-dialog .mos-section-text {
        font-size: 16px;
    }
    .mos-ext-link-dialog .mos-section-title {
        font-size: 20px;
    }
}

/* all modal dialog pages */
.ui-dialog[role="dialog"] > .ui-dialog-titlebar {
    display : none;
}
.mos-icon-button.mos-cancel-button {
    background-color: transparent;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    border: 0;
    cursor: pointer;
    display: inline;
    font-size: 14px;
    line-height: normal;
    margin: 0;
    position: absolute;
    right: 42px;
    top: 39px;
    vertical-align: baseline;
    z-index: 1;
}
.mos-icon-button.mos-cancel-button .mos-red-line {
   background-color: #b92131;
   display: block;
   height: 6px;
   margin: 0 auto;
   width: 32px;
}
.mos-icon-button.mos-cancel-button .mos-button-text {
    color: #194867;
    display: block;
    font-family: 'Work Sans', sans-serif;
    font-size: 10px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    padding-top: 12.3px;
    text-align: center;
    text-transform: uppercase;
}

/*
  _      _____  _____ _______ _____
 | |    |_   _|/ ____|__   __/ ____|
 | |      | | | (___    | | | (___
 | |      | |  \___ \   | |  \___ \
 | |____ _| |_ ____) |  | |  ____) |
 |______|_____|_____/   |_| |_____/

 ** CSS for all lists **
*/

/*
  ____  _    _ _______ _______ ____  _   _  _____
 |  _ \| |  | |__   __|__   __/ __ \| \ | |/ ____|
 | |_) | |  | |  | |     | | | |  | |  \| | (___
 |  _ <| |  | |  | |     | | | |  | | . ` |\___ \
 | |_) | |__| |  | |     | | | |__| | |\  |____) |
 |____/ \____/   |_|     |_|  \____/|_| \_|_____/

 ** CSS for all buttons **
*/

/*
  TEMPLATE OPTIONS for Item : MOS Button
*/
button.mos-button.t-Button {
    border-radius: 100px;
    border: 0;
    color: white;
    font-size: 16px;
    font-weight: bold;
    height: 50px;
    line-height: 24px;
    width: auto;
    padding-left: 45px;
    padding-right: 45px;
    text-transform: uppercase;
}
button.mos-button.t-Button.t-Button--small {
    font-size: 14px;
    height: 36px;
    padding-left: 24px;
    padding-right: 24px;
    margin-bottom: 16px;
}
/* Type : MOS Blue */
button.mos-button.t-Button--mosblue {
    background-color: #12334a;
}
/* Type : MOS Red */
button.mos-button.t-Button--mosred {
    background-color: #d43e51;
}
/* Type : MOS White */
button.mos-button.t-Button--moswhite {
    background-color: white;
    border: 1px solid #194867;
    color: #194867;
}
/* Icon Position : Right */
button.mos-button.t-Button .t-Icon--right {
    vertical-align: middle;
    margin-left: 10px;
    margin-right: -10px;
}
/* Icon Position : Left */
button.mos-button.t-Button .t-Icon--left {
    vertical-align: middle;
    margin-left: -10px;
    margin-right: 10px;
}


/*
  _____ _______ ______ __  __  _____
 |_   _|__   __|  ____|  \/  |/ ____|
   | |    | |  | |__  | \  / | (___
   | |    | |  |  __| | |\/| |\___ \
  _| |_   | |  | |____| |  | |____) |
 |_____|  |_|  |______|_|  |_|_____/

 ** CSS for all items **
*/

/*
  TEMPLATE for Item : MOS Optional
  the below css should make the following input elements look the same
  and react properly to the selections in APEX
  - text fields
  - autocompletes
  - dropdown (plugin)
*/
.mos-Item .t-Form-fieldContainer {
    padding-left: 15px;
    padding-right: 15px;
}
.mos-Item .t-Form-labelContainer label {
    align-items: center;
    color: #194867;
    display: flex;
    font-size: 12px;
    font-weight: bold;
    height: 50px;
    letter-spacing: 0.5px;
    line-height: 12px;
    padding: 0px 16px 0px 0px;
}
.mos-Item .t-Form-inputContainer input[type="text"] {
    border: none;
    border-radius: 50px;
    box-shadow: 0 38px 43px 0 rgba(25, 72, 103, 0.15);
    color: #194867;
    cursor: text;
    font-size: 14px;
    font-weight: 500;
    height: 50px;
    outline: none;
    padding: 16px 25px;
}
.mos-Item .t-Form-inputContainer input[type="text"]::placeholder {
    /* Chrome, FF */
    color: #194867 !important;
    opacity: 1 !important;
}
.mos-Item .t-Form-inputContainer input[type="text"]:-ms-input-placeholder {
    /* IE 10/11 */
    color: #194867 !important;
}
.mos-Item .t-Form-inputContainer input[type="text"]::-ms-input-placeholder {
    /* Edge */
    color: #194867 !important;
}
/* Text Field with autocomplete */
.autocomplete.active {
    border-radius: 30px 50px 50px 0px !important;
}
.ac_results {
    border: none;
}
.ac_results ul {
    border: 0;
    margin-top: -1px;
    /* max-height: 248px !important; */
    padding: 0px;
}
.ac_results ul li {
    background: none;
    border-top: #eaedf9 2px solid;
    clear: both;
    color: #12334a;
    cursor: pointer;
    display: block;
    font-family: 'Work Sans', sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    min-height: 60px;
    padding: 15px 15px 15px 24px !important;
    text-decoration: none;
    white-space: nowrap;
    width: 100%;
}
.ac_results ul li:focus,
.ac_results ul li:hover,
.ac_results ul li.ac_over {
    background: #12334a;
    color: #fff;
}
@media (max-width: 991px) {
    .ac_results {
        width: calc(100% - 60px)!important;
    }
    .ac_results ul li {
        font-size: 14px;
        line-height: 20px;
        min-height: 40px;
    }
}
/* MOS Dropdown Plugin */
/* the following .wrap-dd-select selectors make the plugin work no matter the template */
.wrap-dd-select.active {
    border-radius: 30px 50px 50px 0px !important;
}
.wrap-dd-select:focus {
    outline: 1px dotted;
}
.wrap-dd-select > div > button {
    background: none;
    border: none;
}
.wrap-dd-select.active .dropdown {
    visibility: visible;
}
.wrap-dd-select .dropdown {
    background: #fff;
    color: #13354d;
    height: auto;
    list-style: none;
    margin: 0px;
    position: absolute;
    visibility: hidden;
    z-index: 5000;
}

/*
  TEMPLATE OPTIONS for Item : MOS Optional
*/

/* Remove Box Shadow */
.mos-Item.no-box-shadow .t-Form-inputContainer input[type="text"],
.mos-Item.no-box-shadow .t-Form-inputContainer .wrap-dd-select {
    box-shadow: none;
}
/* Label Alignment */
.mos-Item.justify-end .t-Form-labelContainer label {
    justify-content: flex-end;
}
/* Label Size */
.mos-Item.large-label .t-Form-labelContainer label {
    font-size: 20px;
    line-height: 20px;
}
.mos-Item.xlarge-label .t-Form-labelContainer label {
    font-size: 32px;
    line-height: 32px;
}
/* Input Size */
.mos-Item.mos-Item-large .t-Form-inputContainer input[type="text"] {
    font-size: 20px;
    height: 80px;
    padding: 32px 40px;
}
.mos-Item.mos-Item-large .t-Form-inputContainer .wrap-dd-select {
    height: 80px;
}
.mos-Item.mos-Item-large .t-Form-inputContainer .wrap-dd-select > div > button {
    font-size: 20px;
    height: 80px;
    padding: 32px 40px;
}
.mos-Item.mos-Item-large .t-Form-labelContainer label {
    height: 80px;
}
/* Input Background Color */
.mos-Item.bg-light-blue .t-Form-inputContainer input[type="text"],
.mos-Item.bg-light-blue .t-Form-inputContainer .wrap-dd-select {
    background-color: #EFF4F7 !important;
}
.mos-Item.bg-white .t-Form-inputContainer input[type="text"],
.mos-Item.bg-white .t-Form-inputContainer .wrap-dd-select {
    background-color: #FFFFFF !important;
}
/* Input Background Image */
.mos-Item.bg-blue-tab .t-Form-inputContainer input[type="text"],
.mos-Item.bg-blue-tab .t-Form-inputContainer .wrap-dd-select {
    background-image: url('/mi_images/blue-tab.png');
    background-repeat: no-repeat;
    background-position: calc(100% + 22px);
}
/* Input Size | Input Background Image combination */
.mos-Item.mos-Item-large.bg-blue-tab .t-Form-inputContainer input[type="text"],
.mos-Item.mos-Item-large.bg-blue-tab .t-Form-inputContainer .wrap-dd-select {
    background-position: 100%;
}
.mos-Item.bg-gray-tab .t-Form-inputContainer input[type="text"],
.mos-Item.bg-gray-tab .t-Form-inputContainer .wrap-dd-select {
    background-image: url('/mi_images/gray-tab.png');
    background-repeat: no-repeat;
    background-position: calc(100% + 45px);
}
/* Input Size | Input Background Image combination */
.mos-Item.mos-Item-large.bg-gray-tab .t-Form-inputContainer input[type="text"],
.mos-Item.mos-Item-large.bg-gray-tab .t-Form-inputContainer .wrap-dd-select {
    background-position: calc(100% + 24px);
}
/* Icon CSS Classes - chosen directly from in the item / plugin */
.mos-Item .t-Form-inputContainer .apex-item-icon {
    color: #194867;
    font-size: 24px;
    position: absolute;
    right: 16px;
    top: 12px;
    width: 32px;
    background-color: white;
}
.mos-Item.mos-Item-large .t-Form-inputContainer .apex-item-icon {
    font-size: 28px;
    right: 32px;
    top: 24px;
}
.mos-Item.mos-Item-large .t-Form-inputContainer .apex-item-icon.fa-angle-down {
    font-size: 36px;
    font-weight: bold;
    top: 22px;
}
/* add a background-color to the apex-item-icon classes to make the text disappear behind them */
.mos-Item.bg-light-blue .t-Form-inputContainer .apex-item-icon {
    background-color: #EFF4F7;
}
.mos-Item.bg-blue-tab .t-Form-inputContainer .apex-item-icon {
    background-color: #EFF4F7;
}
.mos-Item.bg-gray-tab .t-Form-inputContainer .apex-item-icon {
    background-color: #E1E8F0;
}

/* ERROR_TEMPLATE */
.mos-Item .a-Form-error.u-visible {
    width: 100%;
}
.mos-Item .a-Form-error.u-visible .t-Form-error {
    font-size: 14px;
    line-height: 16px;
    padding: 8px 0px 0px 25px;
}
.mos-Item.mos-Item-large .a-Form-error.u-visible .t-Form-error {
    font-size: 16px;
    padding: 8px 0px 0px 40px;
}
/* inline button (post-text) */
.mos-Item .inline-search-button,
.mos-Item .mos-Item-button {
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    border: none;
    padding: 25px 30px;
    border-radius: 0px 50px 50px 0px;
}
.mos-Item.mos-Item-large .inline-search-button,
.mos-Item.mos-Item-large .mos-Item-button {
    padding: 40px 42px;
}
@media (max-width: 991px) {
    .mos-Item .inline-search-button,
    .mos-Item .mos-Item-button {
        top: 10px;
        padding: 30px 42px!important;
    }
}
@media (max-width: 575px) {
    .mos-Item .inline-search-button,
    .mos-Item .mos-Item-button {
        top: 10px;
        padding: 30px 20px!important;
    }
}
/* the following .mos-Item selectors style the plugin to MOS theme */
.mos-Item.t-Form-fieldContainer.t-Form-fieldContainer--stretchInputs .t-Form-inputContainer .wrap-dd-select {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
}
.mos-Item .t-Form-inputContainer .wrap-dd-select {
    border: none;
    border-radius: 50px;
    box-shadow: 0 38px 43px 0 rgba(25, 72, 103, 0.15);
    color: #194867;
    cursor: default;
    font-size: 14px;
    font-weight: 500;
    height: 50px;
    outline: none;
}
.mos-Item .t-Form-inputContainer .wrap-dd-select > div > button {
    border-radius: 50px;
    color: #194867;
    font-weight: 500;
    padding: 16px 25px 18px 25px;
    text-align: left;
    width: 100%;
}
.mos-Item .t-Form-inputContainer .wrap-dd-select .dropdown {
    width: calc(100% - 61px);
}
.mos-Item.mos-Item-large .t-Form-inputContainer .wrap-dd-select .dropdown {
    width: calc(100% - 83px);
}
.mos-Item .wrap-dd-select .dropdown-item {
    border-top: #eaedf9 2px solid;
    color: #12334a;
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    padding: 15px 15px 15px 24px;
    width: 100%;
}
.mos-Item.mos-Item-large .wrap-dd-select .dropdown-item {
    font-size: 20px;
}
.mos-Item .wrap-dd-select .dropdown-item:focus,
.mos-Item .wrap-dd-select .dropdown-item:hover {
    background: #12334a;
    color: #fff;
}
/* review this */
@media ( max-width: 991px ) {
  .mos-Item.xlarge-label .t-Form-labelContainer label {
      font-size: 18px;
  }
  .mos-Item .t-Form-inputContainer input[type="text"],
  .wrap-dd-select button,
  .wrap-dd-select ul.dropdown li.dropdown-item {
        font-size: 12px;
  }
  .mos-Item.mos-Item-large .t-Form-inputContainer .wrap-dd-select > div > button {
      font-size: 12px;
      padding: 20px 30px;
      height: 60px;
  }
  .mos-Item.mos-Item-large .t-Form-inputContainer .apex-item-icon.fa-angle-down {
    font-size: 30px;
  }
  .mos-Item.mos-Item-large .t-Form-inputContainer .wrap-dd-select {
      height: 60px;
      margin-top: 10px;
  }
  .mos-Item.mos-Item-large .wrap-dd-select .dropdown-item {
      font-size: 12px;
  }
  .mos-Item.mos-Item-large .t-Form-inputContainer input[type="text"] {
      font-size: 12px;
      height: 60px;
      padding: 24px 30px;
      margin-top: 10px;
  }
  .mos-Item.mos-Item-large .t-Form-inputContainer .apex-item-icon {
      font-size: 20px;
      top: 27px;
  }
}
@media (max-width: 575px) {
    .mos-Item.mos-Item-large .t-Form-inputContainer .apex-item-icon {
        right: 10px;
    }
}



/*
  _____  ______ _____   ____  _____ _______ _____
 |  __ \|  ____|  __ \ / __ \|  __ \__   __/ ____|
 | |__) | |__  | |__) | |  | | |__) | | | | (___
 |  _  /|  __| |  ___/| |  | |  _  /  | |  \___ \
 | | \ \| |____| |    | |__| | | \ \  | |  ____) |
 |_|  \_\______|_|     \____/|_|  \_\ |_| |_____/

 ** CSS for all reports **
*/

/*
  TEMPLATE for Report : MOS Accordion
*/
/* the following css makes the accordions function */
.accordions .accordion .accordion-body {
    overflow: hidden;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .35s ease;
	transition: all .35s ease-in-out;
    background-color: #f4f6fb;
}
/* the following css styles the accordions for MOS theme */
.mos-Region .accordions .accordion .accordion-control {
    align-items: center;
    border: none;
    background-color: transparent;
    color: #194867;
    display: flex;
    line-height: 24px;
    padding: 25px 0px;
    text-align: left;
    width: 100%;
}
.mos-Region .accordions .accordion .accordion-control.accordion-control-with-image .accordion-image {
    background-repeat: no-repeat;
    background-size: cover;
    min-width: 53px;
    height: 53px;
}
.mos-Region .accordions .accordion .accordion-title {
    font-size: 20px;
    font-weight: bold;
    line-height: 22px;
    margin-right: 30px;
}
.mos-Region .accordions .accordion .accordion-control.accordion-control-with-image .accordion-title {
    margin-left: 20px;
}
.mos-Region .accordions .accordion .accordion-control i {
    margin-left: auto;
}
.mos-Region .accordions .accordion .accordion-body .section-text p {
    margin-bottom: 16px;
}
@media (max-width: 767px) {
    .mos-Region .accordions.responsive-text .accordion .accordion-title {
        font-size: 17px;
    }
    .mos-Region .accordions.responsive-text .accordion .accordion-body .section-text p {
        font-size: 14px;
    }
}

/*
  TEMPLATE for Report : MOS 3-Column Links Accordion
*/
.mos-Region .accordion-control.panel-title .accordion-open-indicator {
    background: red;
    background-color: #b92131;
    content: '';
    display: inline-block;
    height: 6px;
    margin-right: 16px;
    width: 40px;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .35s ease;
	transition: all .35s ease-in-out;
}
.mos-Region .accordion-control.panel-title.collapsed .accordion-open-indicator {
    margin-right: 0px;
    width: 0px;
}
.mos-Region .accordion-body .installation {
    padding-bottom: 24px;
}
/* Option for MOS Accordion or MOS 3-Column Links Accordion : MOS Accordion Body Padding */
.mos-Region .accordions.body-padding-30px .accordion .accordion-body .section-text {
    padding: 30px;
}
.mos-Region .accordions.body-bg-lightblue .accordion .accordion-body {
    background-color: #f0f2fa;
}
.mos-Region .accordions.include-bottom-border .accordion .accordion-control {
    border-bottom: 2px solid #dde4e8 !important;
}

/*
  TEMPLATE for Report : MOS Promo Cards
*/
.t-Cards.mos-promo-card {
    margin-left: -15px;
    margin-right: -15px;
}
.t-Cards.mos-promo-card:before {
    content: " ";
    display: table;
}
.t-Cards.mos-promo-card:after {
    clear: both;
}
.t-Cards.mos-promo-card .t-Cards-item {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}
.t-Cards.mos-promo-card.t-Cards-2cols .t-Cards-item {
    width: 50%;
}
.t-Cards.mos-promo-card.t-Cards-3cols .t-Cards-item {
    width: 33.333333%;
}
.t-Cards.mos-promo-card .t-Card:hover {
    transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    box-shadow: inherit;
}
.t-Cards.mos-promo-card .t-Card-wrap {
    border: none;
    box-shadow: none;
    margin-top: 15px;
    margin-bottom: 15px;
}
.t-Cards.mos-promo-card.t-Cards-2cols .t-Card-wrap {
    height: 145px;
}
.t-Cards.mos-promo-card.t-Cards-3cols .t-Card-wrap {
    height: 145px;
}
.t-Cards.mos-promo-card .t-Card-wrap .t-Card-promo-tile {
    display: inline;
}
.t-Cards.mos-promo-card .t-Card-wrap .t-Card-imageWrapper {
    height: 100%;
}
.t-Cards.mos-promo-card .t-Card-wrap .t-Card-imageWrapper .t-Card-image {
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
}
.t-Cards.mos-promo-card .t-Card-wrap .t-Card-imageWrapper .blue-overlay {
    position: absolute;
    background-color: rgba(25,72,103,0.75);
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}
.t-Cards.mos-promo-card .t-Card-wrap .t-Card-imageWrapper .t-Card-title {
    position: absolute;
    top: 26px;
    left: 28px;
    max-width: 70%;
    color: #FFFFFF;
    font-family: "Work Sans";
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.18px;
    line-height: 18px;
}
.t-Cards.mos-promo-card .t-Card-wrap .t-Card-imageWrapper .t-Card-text {
    position: absolute;
    bottom: 15px;
    right: 17px;
    text-align: right;
    color: #FFFFFF;
    font-family: "Work Sans";
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.2px;
    line-height: 19px;
}
@media (max-width: 767px) {
    .t-Cards.mos-promo-card.t-Cards-2cols .t-Cards-item {
        width: 100%;
    }
    .t-Cards.mos-promo-card.t-Cards-3cols .t-Cards-item {
        width: 100%;
    }
}

/*
  TEMPLATE for Report : MSPS Key Issue Cards
*/
.t-Cards.mos-key-issue-card {
    margin-left: -15px;
    margin-right: -15px;
}
.t-Cards.mos-key-issue-card .t-Cards-item {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}
.t-Cards.mos-key-issue-card.t-Cards-2cols .t-Cards-item {
    width: 50%;
}
.t-Cards.mos-key-issue-card.t-Cards-4cols .t-Cards-item {
    width: 25%;
}
.t-Cards.mos-key-issue-card .t-Card:hover {
    transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    box-shadow: inherit;
}
.t-Cards.mos-key-issue-card .t-Card-wrap {
    background-color: #ffffff;
    border: none;
    box-shadow: 0 15px 28px 0 rgba(25, 72, 103, 0.15);
    margin-top: 15px;
    margin-bottom: 15px;
}
.t-Cards.mos-key-issue-card .t-Card-wrap {
    height: 460px;
    border-bottom: none;
}
.t-Cards.mos-key-issue-card .t-Card-wrap:hover,
.t-Cards.mos-key-issue-card .t-Card-wrap:focus {
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease;
    background-color: #194867;
}
.t-Cards.mos-key-issue-card .t-Card-inner {
    padding: 30px 30px 0px;
}
.t-Cards.mos-key-issue-card .t-Card-imageWrap {
    position: relative;
}
.t-Cards.mos-key-issue-card .blue-overlay {
    background: rgba(0, 140, 234, 0.3);
    position: absolute;
    height: 172px;
    width: 100%;
    z-index: 1;
    transition: all 400ms ease;
}
.t-Cards.mos-key-issue-card .t-Card-wrap:hover .blue-overlay,
.t-Cards.mos-key-issue-card .t-Card-wrap:focus .blue-overlay {
    opacity: 0;
    height: 160px;
}
.t-Cards.mos-key-issue-card .t-Card-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    filter: grayscale(100%);
    height: 172px;
    -webkit-transition: all 400ms ease; */
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease;
}
.t-Cards.mos-key-issue-card .t-Card-wrap:hover .t-Card-image,
.t-Cards.mos-key-issue-card .t-Card-wrap:focus .t-Card-image {
    filter: grayscale(0%);
    height: 160px;
}
.t-Cards.mos-key-issue-card .t-Card-title {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
    color: #194867;
    padding: 20px 0px;
    margin: 0px;
}
.t-Cards.mos-key-issue-card .t-Card-wrap:hover .t-Card-title,
.t-Cards.mos-key-issue-card .t-Card-wrap:focus .t-Card-title {
    color: #ffffff;
}
.t-Cards.mos-key-issue-card .t-Card-bottom {
    bottom: 0px;
    display: block;
    padding: 0px 30px 30px;
    position: absolute;
    width: 100%;
}
.t-Cards.mos-key-issue-card .t-Card-bottom-text {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.3px;
    line-height: 20px;
    overflow: hidden;
}
.t-Cards.mos-key-issue-card .t-Card-wrap:hover .t-Card-bottom-text,
.t-Cards.mos-key-issue-card .t-Card-wrap:focus .t-Card-bottom-text {
    color: #ffffff;
    background: transparent;
}
/* responsiveness for MSPS Key Issue Cards */
@media (max-width: 1199px) {
    .t-Cards.mos-key-issue-card .t-Card-wrap {
        min-height: 400px;
    }
    .t-Cards.mos-key-issue-card .t-Card-title {
        font-size: 18px;
    }
}
@media (max-width: 1199px) and (min-width: 992px) {
    .t-Cards.mos-key-issue-card .blue-overlay,
    .t-Cards.mos-key-issue-card .t-Card-image    {
        height: 172px;
    }
    .t-Cards.mos-key-issue-card .t-Card-wrap:hover .blue-overlay,
    .t-Cards.mos-key-issue-card .t-Card-wrap:focus .blue-overlay,
    .t-Cards.mos-key-issue-card .t-Card-wrap:hover .t-Card-image,
    .t-Cards.mos-key-issue-card .t-Card-wrap:focus .t-Card-image {
        height: 160px;
    }
    .t-Cards.mos-key-issue-card .t-Card-inner {
        padding: 20px 20px 0px;
    }
    .t-Cards.mos-key-issue-card.t-Cards-4cols .t-Cards-item {
        width: 33.333333%;
    }
}
@media (max-width: 991px) {
    .t-Cards.mos-key-issue-card.t-Cards-4cols .t-Cards-item {
        width: 50%;
    }
    .t-Cards.mos-key-issue-card .t-Card-wrap {
        height: 400px;
    }
}
@media (max-width: 767px) {
    .t-Cards.mos-key-issue-card .t-Card-title {
        text-align: center;
    }
    .t-Cards.mos-key-issue-card .t-Card-bottom-text {
        background: transparent;
    }
    .t-Cards.mos-key-issue-card.t-Cards-4cols .t-Cards-item {
        width: 100%;
    }
    .t-Cards.mos-key-issue-card .t-Card-wrap {
        height: 400px;
    }
}
@media (max-width: 575px) {
    .t-Cards.mos-key-issue-card .t-Cards-item {
        width: 100%;
    }
}
/* key issue card opened */
.t-Cards.mos-key-issue-card .t-Card-open.closed {
    display: none;
}
.t-Cards.mos-key-issue-card .t-Card-open.opened {
    position: absolute;
    top: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    -webkit-box-shadow: 0 38px 43px 0 rgba(25,72,103,.15);
    box-shadow: 0 38px 43px 0 rgba(25,72,103,.15);
    background: -webkit-gradient(linear,left top,right top,color-stop(50%,#f9f9f9),color-stop(50%,#fff));
    background: linear-gradient(to right,#f9f9f9 50%,#fff 50%);
    z-index: 10000;
}
.t-Cards.mos-key-issue-card .t-Card-open {
    background: #ffffff;
    height: 460px;
    padding: 30px;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease;
}
.t-Cards.mos-key-issue-card .t-Card-open .t-Card-close {
    background: transparent;
    border: none;
    color: #b92131;
    padding: 5px;
    position: absolute;
    top: 30px;
    right: 30px;
}
.t-Cards.mos-key-issue-card .t-Card-open .t-Card-open-image {
    background-position: 50%;
    background-size: cover;
    display: inline-block;
    height: 100%;
    width: 25%;
}
.t-Cards.mos-key-issue-card .t-Card-open .t-Card-open-body {
    display: inline-block;
    padding: 0px 30px;
    width: 25%;
}
.t-Cards.mos-key-issue-card .t-Card-open .t-Card-open-body .t-Card-title {
    padding: 0px;
    padding-bottom: 20px;
}
.t-Cards.mos-key-issue-card .t-Card-open .t-Card-open-body .t-Card-open-link {
    background: #194867;
    border-radius: 100px;
    border: 0;
    bottom: 30px;
    color: #ffffff!important;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    height: 50px;
    padding-left: 30px;
    padding-right: 30px;
    text-transform: uppercase;
    padding-top: 13px;
    position: absolute;
    width: auto;
}
.t-Cards.mos-key-issue-card .t-Card-open .t-Card-open-details {
    display: inline-block;
    padding: 0px 40px;
    width: 50%;
}
.t-Cards.mos-key-issue-card .t-Card-open .t-Card-open-details .t-Card-open-quote {
    border-bottom: solid 3px #dce3e8;
    padding-bottom: 15px;
}
.t-Cards.mos-key-issue-card .t-Card-open .t-Card-open-details .t-Card-open-status-header {
    color: #194867;
    font-size: 18px;
    font-weight: bold;
    padding-top: 15px;
    padding-bottom: 15px;
}
.t-Cards.mos-key-issue-card .t-Card-open .t-Card-open-details .t-Card-open-status {
    font-weight: bold;
}
@media (max-width: 1199px) {
    .t-Cards.mos-key-issue-card .t-Card-open .t-Card-open-image {
        display: none;
    }
    .t-Cards.mos-key-issue-card .t-Card-open .t-Card-open-body {
        width: 50%;
    }
}
@media (max-width: 991px) {
    .t-Cards.mos-key-issue-card .t-Card-open {
        display: none!important;
    }
}



/*
  TEMPLATE for Report : MSPS Variable Width Cards
*/
.t-Cards.mos-variable-width-card {
    margin-left: -15px;
    margin-right: -15px;
}
.t-Cards.mos-variable-width-card .t-Cards-item {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}
.t-Cards.mos-variable-width-card .t-Cards-item.t-Cards-item-6cols {
    width: 50%;
}
.t-Cards.mos-variable-width-card .t-Cards-item.t-Cards-item-3cols {
    width: 25%;
}
.t-Cards.mos-variable-width-card .t-Card:hover {
    transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    box-shadow: inherit;
}
.t-Cards.mos-variable-width-card .t-Card-wrap {
    background-color: #ffffff;
    border: none;
    box-shadow: 0 15px 28px 0 rgba(25, 72, 103, 0.15);
    margin-top: 15px;
    margin-bottom: 15px;
}
.t-Cards.mos-variable-width-card .t-Card-wrap {
    height: 450px;
    border-bottom: none;
}
.t-Cards.mos-variable-width-card .t-Card-wrap:hover,
.t-Cards.mos-variable-width-card .t-Card-wrap:focus {
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease;
    background-color: #194867;
}
.t-Cards.mos-variable-width-card .t-Card-inner {
    padding: 30px 30px 0px;
}
.t-Cards.mos-variable-width-card .t-Card-imageWrap {
    position: relative;
}
.t-Cards.mos-variable-width-card .blue-overlay {
    background: rgba(0, 140, 234, 0.3);
    position: absolute;
    height: 172px;
    width: 100%;
    z-index: 1;
    transition: all 400ms ease;
}
.t-Cards.mos-variable-width-card .t-Card-wrap:hover .blue-overlay,
.t-Cards.mos-variable-width-card .t-Card-wrap:focus .blue-overlay {
    opacity: 0;
    height: 160px;
}
.t-Cards.mos-variable-width-card .t-Card-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    filter: grayscale(100%);
    height: 172px;
    -webkit-transition: all 400ms ease; */
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease;
}
.t-Cards.mos-variable-width-card .t-Card-wrap:hover .t-Card-image,
.t-Cards.mos-variable-width-card .t-Card-wrap:focus .t-Card-image {
    filter: grayscale(0%);
    height: 160px;
}
.t-Cards.mos-variable-width-card .no-overlay .t-Card-image {
    background-position: 50%;
    background-size: contain;
}
.t-Cards.mos-variable-width-card .no-overlay .blue-overlay {
    background: none;
}
.t-Cards.mos-variable-width-card .t-Card-type {
    color: #194867;
    font-size: 11px;
    letter-spacing: .5px;
    font-weight: 700;
    margin: 6px 0px;
}
.t-Cards.mos-variable-width-card .t-Card-wrap:hover .t-Card-type,
.t-Cards.mos-variable-width-card .t-Card-wrap:focus .t-Card-type {
    color: #ffffff;
}
.t-Cards.mos-variable-width-card .t-Card-stripe {
    height: 3px;
    background-color: #dce3e8;
}
.t-Cards.mos-variable-width-card .t-Card-title {
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    color: #194867;
    padding: 20px 0px;
    margin: 0px;
}
.t-Cards.mos-variable-width-card .t-Card-wrap:hover .t-Card-title,
.t-Cards.mos-variable-width-card .t-Card-wrap:focus .t-Card-title {
    color: #ffffff;
}
.t-Cards.mos-variable-width-card .t-Card-bottom {
    bottom: 0px;
    display: block;
    padding: 0px 30px 30px;
    position: absolute;
    width: 100%;
}
.t-Cards.mos-variable-width-card .t-Card-bottom-text {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.3px;
    line-height: 20px;
    overflow: hidden;
}
.t-Cards.mos-variable-width-card .t-Card-wrap:hover .t-Card-bottom-text,
.t-Cards.mos-variable-width-card .t-Card-wrap:focus .t-Card-bottom-text {
    color: #ffffff;
    background: transparent;
}
/* responsiveness for MSPS Variable Width Cards */
@media (max-width: 1199px) {
    .t-Cards.mos-variable-width-card .t-Card-wrap {
        height: 450px;
    }
    .t-Cards.mos-variable-width-card .t-Card-title {
        font-size: 18px;
    }
}
@media (max-width: 1199px) and (min-width: 992px) {
    .t-Cards.mos-variable-width-card .blue-overlay,
    .t-Cards.mos-variable-width-card .t-Card-image    {
        height: 172px;
    }
    .t-Cards.mos-variable-width-card .t-Card-wrap:hover .blue-overlay,
    .t-Cards.mos-variable-width-card .t-Card-wrap:focus .blue-overlay,
    .t-Cards.mos-variable-width-card .t-Card-wrap:hover .t-Card-image,
    .t-Cards.mos-variable-width-card .t-Card-wrap:focus .t-Card-image {
        height: 160px;
    }
    .t-Cards.mos-variable-width-card .t-Card-inner {
        padding: 20px 20px 0px;
    }
    .t-Cards.mos-variable-width-card .t-Cards-item.t-Cards-item-3cols,
    .t-Cards.mos-variable-width-card .t-Cards-item.t-Cards-item-6cols {
        width: 50%;
    }
}
@media (max-width: 991px) {
    .t-Cards.mos-variable-width-card .t-Cards-item.t-Cards-item-3cols,
    .t-Cards.mos-variable-width-card .t-Cards-item.t-Cards-item-6cols {
        width: 50%;
    }
    .t-Cards.mos-variable-width-card .t-Card-wrap {
        height: 450px;
    }
}
@media (max-width: 767px) {
    .t-Cards.mos-variable-width-card .t-Card-title {
        text-align: center;
    }
    .t-Cards.mos-variable-width-card .t-Card-bottom-text {
        background: transparent;
    }
    .t-Cards.mos-variable-width-card .t-Cards-item.t-Cards-item-3cols,
    .t-Cards.mos-variable-width-card .t-Cards-item.t-Cards-item-6cols {
        width: 100%;
    }
    .t-Cards.mos-variable-width-card .t-Card-wrap {
        height: 450px;
    }
}

/*
  TEMPLATE for Report : MSPS Liaison Cards
*/
.t-Cards.mos-liaison-card {
    color: #194867;
    margin-left: -15px;
    margin-right: -15px;
}
.t-Cards.mos-liaison-card .t-Cards-item {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 25%;
}
.t-Cards.mos-liaison-card .t-Card:hover {
    transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    box-shadow: inherit;
}
.t-Cards.mos-liaison-card .t-Card-wrap {
    background-color: #ffffff;
    border: none;
    box-shadow: 0 15px 28px 0 rgba(25, 72, 103, 0.15);
    margin-top: 15px;
    margin-bottom: 15px;
}
.t-Cards.mos-liaison-card .t-Card-wrap {
    border-bottom: none;
    min-height: 480px;
    padding: 30px;
}
.t-Cards.mos-liaison-card .t-Card-wrap .liaison-learn-more {
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    background: transparent;
    border: none;
    display: block;
    height: auto;
    margin: auto;
    overflow: hidden;
    padding: 0px;
    position: relative;
    width: 100%;
    max-height: 310px;
    max-width: 310px;
}
.t-Cards.mos-liaison-card .t-Card-wrap .liaison-learn-more .liaison-learn-more-text {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    bottom: 0;
    color: #fff;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    font-weight: 700;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
    top: 0;
    z-index: 200;
    max-height: 310px;
    max-width: 310px;
}
.t-Cards.mos-liaison-card .t-Card-wrap:hover .liaison-learn-more .liaison-learn-more-text,
.t-Cards.mos-liaison-card .t-Card-wrap:focus .liaison-learn-more .liaison-learn-more-text,
.t-Cards.mos-liaison-card .t-Card-wrap .liaison-learn-more:focus .liaison-learn-more-text {
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease;
    opacity: 1;
}
.t-Cards.mos-liaison-card .t-Card-wrap .liaison-learn-more .liaison-office-picture {
    background-size: cover;
    padding-top: 100%;
    border-radius: 50%;
    max-height: 310px;
    max-width: 310px;
}
.t-Cards.mos-liaison-card .t-Card-wrap:hover .liaison-learn-more .liaison-office-picture,
.t-Cards.mos-liaison-card .t-Card-wrap:focus .liaison-learn-more .liaison-office-picture,
.t-Cards.mos-liaison-card .t-Card-wrap .liaison-learn-more:focus .liaison-office-picture {
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease;
    opacity: .5;
}
.t-Cards.mos-liaison-card .t-Card-wrap .front {
    margin-bottom: 52px;
}
.t-Cards.mos-liaison-card .t-Card-wrap .liaison-name {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    line-height: 21px;
    padding-bottom: 5px;
    margin-top: 20px;
}
.t-Cards.mos-liaison-card .t-Card-wrap .liaison-title {
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    line-height: 14px;
}
.t-Cards.mos-liaison-card .t-Card-wrap .liaison-region {
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    line-height: 14px;
    margin-top: 20px;
}
.t-Cards.mos-liaison-card .t-Card-wrap .liaison-states {
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    line-height: 14px;
}
.t-Cards.mos-liaison-card .t-Card-wrap .footer {
    border-top: 2px solid #dde4e8;
    bottom: 0px;
    font-weight: bold;
    height: 62px;
    line-height: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    position: absolute;
    text-align: center;
    width: calc(100% - 60px);
}
.t-Cards.mos-liaison-card .t-Card-wrap .footer .fa {
    margin-right: 8px;
    font-size: 20px;
    font-weight: bold;
}
.t-Cards.mos-liaison-card .t-Card-wrap.flipped {
    background-color: #194867;
    padding: 30px;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.t-Cards.mos-liaison-card .t-Card-wrap.flipped .liaison-learn-more,
.t-Cards.mos-liaison-card .t-Card-wrap.flipped .liaison-name,
.t-Cards.mos-liaison-card .t-Card-wrap.flipped .liaison-title,
.t-Cards.mos-liaison-card .t-Card-wrap.flipped .liaison-region,
.t-Cards.mos-liaison-card .t-Card-wrap.flipped .liaison-states,
.t-Cards.mos-liaison-card .t-Card-wrap.flipped .footer {
    display: none;
}
.t-Cards.mos-liaison-card .t-Card-wrap .liaison-bio,
.t-Cards.mos-liaison-card .t-Card-wrap .liaison-learn-more-close {
    display: none;
}
.t-Cards.mos-liaison-card .t-Card-wrap.flipped .liaison-bio,
.t-Cards.mos-liaison-card .t-Card-wrap.flipped .liaison-learn-more-close {
    display: block;
    font-family: 'Arvo',serif;
    font-size: 14px;
    line-height: 21px;
    color: #fff;
    opacity: 1;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}
.t-Cards.mos-liaison-card .t-Card-wrap.flipped .liaison-learn-more-close {
    position: absolute;
    right: 30px;
    bottom: 30px;
    background: transparent;
    border: none;
    font-size: 12px;
}
.t-Cards.mos-liaison-card .t-Card-wrap.flipped .liaison-learn-more-close .fa {
    margin-right: 5px;
}
.t-Cards.mos-liaison-card .t-Card-wrap {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: 1s;
    transition: 1s;
}
@media (max-width: 1199px) and (min-width: 992px) {
    .t-Cards.mos-liaison-card .t-Cards-item {
        width: 33.333333%;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    .t-Cards.mos-liaison-card .t-Cards-item {
        width: 50%;
    }
}
@media (max-width: 767px) {
    .t-Cards.mos-liaison-card .t-Cards-item {
        width: 100%;
    }
}


/*
  TEMPLATE for Report : MSPS Search Results Cards
*/
.t-Cards-container.mos-search-results .top-record-counts .results-text {
    font-size: 12px !important;
    font-weight: bold;
    letter-spacing: 0.9px;
    color: #12334a;
    text-transform: uppercase;
    white-space: nowrap;
    text-align: right;
}
.t-Cards-container.mos-search-results .t-Report-pagination .t-Report-paginationLink {
    border-radius: 100px;
    background-color: #ffffff;
    border: solid 3px #dde4e8;
    color: #194867;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    height: 40px;
    padding: 9px 10px;
    width: 140px;
    text-transform: uppercase;
}
.t-Cards.mos-search-result-cards {
    margin-left: -15px;
    margin-right: -15px;
}
.t-Cards.mos-search-result-cards .t-Cards-item {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}
.t-Cards.mos-search-result-cards .t-Cards-item {
    width: 33.333333%;
}
.t-Cards.mos-search-result-cards .t-Card:hover {
    transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    box-shadow: inherit;
}
.t-Cards.mos-search-result-cards .t-Card-wrap {
    background-color: #ffffff;
    border: none;
    box-shadow: 0 15px 28px 0 rgba(25, 72, 103, 0.15);
    margin-top: 15px;
    margin-bottom: 15px;
}
.t-Cards.mos-search-result-cards .t-Cards-item .t-Card-wrap {
    height: 325px;
    border-bottom: none;
}
.t-Cards.mos-search-result-cards .t-Card-wrap:hover,
.t-Cards.mos-search-result-cards .t-Card-wrap:focus {
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease;
    background-color: #194867;
}
.t-Cards.mos-search-result-cards .t-Card-inner {
    padding: 30px 30px 0px;
    max-height: 320px;
    overflow: hidden;
}
.t-Cards.mos-search-result-cards .t-Card-imageWrap {
    position: relative;
}
.t-Cards.mos-search-result-cards .blue-overlay {
    background: rgba(0, 140, 234, 0.3);
    position: absolute;
    height: 172px;
    width: 100%;
    z-index: 1;
    transition: all 400ms ease;
}
.t-Cards.mos-search-result-cards .t-Card-wrap:hover .blue-overlay,
.t-Cards.mos-search-result-cards .t-Card-wrap:focus .blue-overlay {
    opacity: 0;
    height: 160px;
}
.t-Cards.mos-search-result-cards .t-Card-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    filter: grayscale(100%);
    height: 172px;
    -webkit-transition: all 400ms ease; */
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease;
}
.t-Cards.mos-search-result-cards .t-Card-wrap:hover .t-Card-image,
.t-Cards.mos-search-result-cards .t-Card-wrap:focus .t-Card-image {
    filter: grayscale(0%);
    height: 160px;
}
.t-Cards.mos-search-result-cards .no-overlay .t-Card-image {
    background-position: 50%;
    background-size: contain;
}
.t-Cards.mos-search-result-cards .no-overlay .blue-overlay {
    background: none;
}
.t-Cards.mos-search-result-cards .t-Card-wrap .t-Card-header {
    color: #194867;
    margin-top: 10px;
}
.t-Cards.mos-search-result-cards .t-Card-wrap:hover .t-Card-header,
.t-Cards.mos-search-result-cards .t-Card-wrap:focus .t-Card-header {
    color: #ffffff;
}
.t-Cards.mos-search-result-cards .t-Card-wrap .t-Card-header .t-Card-issue {
    display: inline-block;
    color: #194867;
    font-family: "Work Sans",sans-serif;
    font-size: 12px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: normal;
    text-transform: uppercase;
    vertical-align: top;
    width: 75%;
    max-height: 36px;
    overflow: hidden;
}
.t-Cards.mos-search-result-cards .t-Card-wrap:hover .t-Card-header .t-Card-issue,
.t-Cards.mos-search-result-cards .t-Card-wrap:focus .t-Card-header .t-Card-issue {
    color: #ffffff;
}
.t-Cards.mos-search-result-cards .t-Card-wrap .t-Card-header .t-Card-year {
    color: #194867;
    display: inline-block;
    text-align: right;
    font-size: 12px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: normal;
    margin-left: auto;
    padding-left: 15px;
    word-break: keep-all;
    width: calc(25% - 6px);
    text-transform: uppercase;
    vertical-align: top;
}
.t-Cards.mos-search-result-cards .t-Card-wrap:hover .t-Card-header .t-Card-year,
.t-Cards.mos-search-result-cards .t-Card-wrap:focus .t-Card-header .t-Card-year {
    color: #ffffff;
}
.t-Cards.mos-search-result-cards .t-Card-wrap .t-Card-details {
    color: #194867;
}
.t-Cards.mos-search-result-cards .t-Card-wrap:hover .t-Card-details,
.t-Cards.mos-search-result-cards .t-Card-wrap:focus .t-Card-details {
    color: #ffffff;
}
.t-Cards.mos-search-result-cards .t-Card-wrap .t-Card-details .t-Card-title {
    border-top: 2px solid #dde4e8;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    color: #194867;
    padding: 15px 0px 0px 0px;
    margin: 10px 0px 0px 0px;
    max-height: 64px;
    overflow: hidden;
}
.t-Cards.mos-search-result-cards .t-Card-wrap:hover .t-Card-details .t-Card-title,
.t-Cards.mos-search-result-cards .t-Card-wrap:focus .t-Card-details .t-Card-title {
    color: #ffffff;
}
.t-Cards.mos-search-result-cards .t-Card-wrap .t-Card-details .t-Card-description {
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    color: #194867;
    padding: 15px 0px 0px 0px;
}
.t-Cards.mos-search-result-cards .t-Card-wrap:hover .t-Card-details .t-Card-description,
.t-Cards.mos-search-result-cards .t-Card-wrap:focus .t-Card-details .t-Card-description {
    color: #ffffff;
}
/* pagination */
.t-Cards-container.mos-search-results .t-Report-pagination.bottom-pagination {
    margin-top: 60px;
}
.t-Cards-container.mos-search-results .t-Report-pagination.bottom-pagination .t-Report-paginationText a,
.t-Cards-container.mos-search-results .t-Report-pagination.bottom-pagination .t-Report-paginationText b {
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
}
.t-Cards-container.mos-search-results .t-Report-pagination.bottom-pagination .t-Report-paginationText a:hover,
.t-Cards-container.mos-search-results .t-Report-pagination.bottom-pagination .t-Report-paginationText a:focus {
    background: #ffffff;
}
/* responsiveness for MSPS Search Results */
@media (max-width: 1199px) and (min-width: 992px) {
    .t-Cards.mos-search-result-cards .blue-overlay,
    .t-Cards.mos-search-result-cards .t-Card-image    {
        height: 172px;
    }
    .t-Cards.mos-search-result-cards .t-Card-wrap:hover .blue-overlay,
    .t-Cards.mos-search-result-cards .t-Card-wrap:focus .blue-overlay,
    .t-Cards.mos-search-result-cards .t-Card-wrap:hover .t-Card-image,
    .t-Cards.mos-search-result-cards .t-Card-wrap:focus .t-Card-image {
        height: 160px;
    }
    .t-Cards.mos-search-result-cards .t-Card-inner {
        padding: 20px 20px 0px;
    }
    .t-Cards.mos-search-result-cards .t-Cards-item {
        width: 50%;
    }
}
@media (max-width: 991px) {
    .t-Cards.mos-search-result-cards .t-Cards-item {
        width: 100%;
    }
    .t-Cards-container.mos-search-results .t-Report-pagination.bottom-pagination .pagination {
        display: block;
        text-align: center;
    }
}



/*
  _____  _     _    _  _____ _____ _   _  _____
 |  __ \| |   | |  | |/ ____|_   _| \ | |/ ____|
 | |__) | |   | |  | | |  __  | | |  \| | (___
 |  ___/| |   | |  | | | |_ | | | | . ` |\___ \
 | |    | |___| |__| | |__| |_| |_| |\  |____) |
 |_|    |______\____/ \_____|_____|_| \_|_____/

 ** CSS for all plugins **
*/

/*
  MOS Selection Item
*/
.t-Form-fieldContainer--stretchInputs .mos-selection {
    width: 100%;
}
.mos-selection .selection:not([class*="col-"]) {
    margin-right : 15px;
}
.mos-selection .selection {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    color: #194867;
    cursor: pointer;
    left: 1px;
    margin-top: 20px;
    display : flex;
}
.mos-selection .checked .checkbox {
    background-color: #d43e51;
}
.mos-selection .checkbox {
    background-color: white;
    border: solid 2px white;
    display: inline-block;
    height: 18px;
    margin-top: 5px;
    min-width: 18px;
    outline: 1px solid #b2bcc3;
    padding: 2px;
    width: 18px !important;
}
.mos-selection .checkbox:focus {
    outline: 2px solid #1f365e;
    outline-offset: 2px;
}
.mos-selection .mos-selection-label {
    margin-left: 10px;
    top: 3px;
    font-size: 18px !important;
}
.mos-selection .selection-text > span:first-child {
    margin-right: 50px;
}
.mos-selection .checked .checkbox {
    background-color: rgb(212, 62, 81);
}

/* MOS Selection Item : Clear All / Select All */
.mos-Region .mos-selection-controls {
    color: #12334a;
    font-family: 'Work Sans', sans-serif;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.9px;
    margin-bottom: 30px;
    text-align: right;
}
.mos-Region .mos-selection-controls > span {
    cursor: pointer;
}
.mos-Region .mos-selection-controls > span:first-child {
    margin-right: 50px;
}
@media (max-width: 991px) {
    .mos-selection .selection.col.col-4 {
        width: 50%;
    }
}
@media (max-width: 767px) {
  .mos-selection .selection.col.col-4 {
    width: 100%;
  }
}

/* mos-checkbox-item | specific to msps */
.mos-Item .mos-checkbox-item-show-more-btn {
    background: transparent;
    border: none;
    color: #194867;
    font-weight: bold;
    margin: 10px 0px;
    padding: 0px;
}
.mos-Item .mos-checkbox-item-show-more-btn .show-more-btn-indicator {
    margin-right: 5px;
}
.t-Form-fieldContainer--stretchInputs .mos-checkbox-item {
    width: 100%;
}
.mos-checkbox-item .selection:not([class*="col-"]),
.mos-checkbox-item .inactive-selection:not([class*="col-"]) {
    margin-right : 15px;
}
.mos-checkbox-item .selection,
.mos-checkbox-item .inactive-selection {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    color: #194867;
    cursor: pointer;
    left: 1px;
    margin-top: 0px;
    padding: 10px 0px;
    display : flex;
}
.mos-checkbox-item .inactive-selection {
    color: #4a4a4a;
    cursor: default;
    font-weight: normal;
}
.mos-checkbox-item .selection .mos-checkbox-option,
.mos-checkbox-item .inactive-selection .mos-checkbox-option {
    width: 24px;
}
.mos-checkbox-item .selection .mos-checkbox-option .checkbox-outer-circle,
.mos-checkbox-item .inactive-selection .mos-checkbox-option .checkbox-outer-circle {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 24px;
    height: 24px;
    border-color: #657581;
    border-style: solid;
    border-width: 1px;
    background-color: #fff;
    box-sizing: border-box;
    transition: border-color ease 280ms;
}
.mos-checkbox-item .inactive-selection .mos-checkbox-option .checkbox-outer-circle {
    background-color: #657581;
}
.mos-checkbox-item .selection.checked .mos-checkbox-option .checkbox-outer-circle {
    border-color: #B82132;
}
.mos-checkbox-item .selection .mos-checkbox-option .checkbox-inner-circle {
    position: absolute;
    left: -4px;
    top: -4px;
    width: 32px;
    height: 32px;
    box-sizing: border-box;
    transition: transform ease 280ms,background-color ease 280ms;
    transform: scale(.001);
}
.mos-checkbox-item .selection.checked .mos-checkbox-option .checkbox-inner-circle {
    background-color:  #B82132;
    transform: scale(.5);
}
.mos-checkbox-item .mos-checkbox-item-label {
    line-height: 24px;
    margin-left: 18px;
    font-size: 18px !important;
}
.mos-checkbox-item .selection-text > span:first-child {
    margin-right: 50px;
}
@media (max-width: 575px) {
    .mos-checkbox-item .mos-checkbox-item-label {
        font-size: 16px !important;
    }
    .mos-checkbox-item .inactive-selection .mos-checkbox-option .checkbox-outer-circle,
    .mos-checkbox-item .selection .mos-checkbox-option .checkbox-outer-circle {
        height: 20px;
        width: 20px;
    }
    .mos-checkbox-item .selection .mos-checkbox-option .checkbox-inner-circle {
        height: 28px;
        width: 28px;
    }
    .mos-checkbox-item .mos-checkbox-item-label {
        line-height: 20px;
    }
}





/*
   5.   Page specific selectors
*/
.t-Region-body .breadcrumb {
    margin-bottom: 42px;
}
.t-Region-body .breadcrumb a {
    font-size: 12px;
    font-weight: bold;
}
.t-Region-body .breadcrumb .fa-arrow-left {
    margin-right: 8px;
}
.page-title {
    color: #194867;
    display: inline-block;
    font-family: "Work Sans",sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 16px;
}



/* page 1 - Home */
body.homepage .t-Body-content, .msps-home .t-Body-main, .msps-home.t-Body {
    overflow : inherit;
}
body.homepage .t-Body-main, .msps-home .t-Body-contentInner {
    min-height: 850px;
}
body.homepage .t-Body-content {
    background-image: radial-gradient( circle at 69% 50%, rgba(255, 255, 255, 0.08), rgba(250, 251, 253, 0.15) 45%, rgba(240, 242, 251, 0.78));
    padding-bottom:0px;
}
body.homepage .t-Body-contentInner {
    background: transparent !important;
    padding: 0 12%;
}
body.homepage .t-Body-contentInner > .container {
    background-color: transparent;
    padding: 0px;
}
body.homepage #welcome {
    /* to do fix this url */
    background: url("https://download.militaryonesource.mil/StatePolicy/images/hero-bg.jpg") no-repeat;
    background-size: cover;
    background-position: 50%;
    color: #194867;
    min-height: 850px;
    padding-top: 200px;
    position: relative;
}
body.homepage h1.home-title {
    color: #194867;
    font-size: 60px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 60px;
    margin-bottom: 30px;
    text-transform: uppercase;
}
body.homepage .welcome-pre-title {
    font-family: "Work Sans",sans-serif;
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 48px;
}
body.homepage .welcome-title {
    font-family: "Work Sans",sans-serif;
    font-size: 60px; /*3.75rem;*/
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 2px;
    padding-bottom: 37px;
}
body.homepage .horizontal-line {
    background: #b92131;
    height: 6px;
    width: 33px;
}
body.homepage .welcome-description {
    max-width: 960px;
    padding-top: 39px;
    padding-bottom: 74px;
}
body.homepage .welcome-description p:first-child {
    font-family: 'Arvo', serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
    margin-bottom: 32px;
}
body.homepage #under-construction .fa-bullhorn {
    font-size: 28px;
    margin-right: 6px;
    position: relative;
    top: 3px;
}
body.homepage .welcome-key-issues-wrapper {
    position: absolute;
    bottom: 40px;
    text-align: center;
    margin: auto;
    width: 76%;
    font-weight: bold;
}
body.homepage .welcome-key-issues-text {
    font-size: 16px;
}
body.homepage .welcome-key-issues-text .fa-angle-down {
    display: block;
    font-size: 32px;
}
body.homepage #key-issues-report {
    padding-top: 60px;
    padding-bottom: 120px;
}
body.homepage #view-map {
    background: #ffffff;
    padding-top: 60px;
    padding-bottom: 60px;
}
body.homepage #view-map .map-image {
    display: inline-block;
    height: 430px;
    background-repeat: no-repeat !important;
    background-image: url("https://statepolicy.militaryonesource.mil/statepolicy_images/USA-map.svg") !important;
    background-size: contain !important;
    background-position: center !important;
}
body.homepage #view-map .map-text-col {
    display: inline-block;
    height: 430px;
    float: right;
    padding-top: 150px;
}
body.homepage #view-map .map-text-col .map-text {
    font-family: 'Arvo', serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
}
body.homepage #view-map .map-text-col #view-map-button {
    display: block;
    margin-top: 32px;
}
@media (max-width: 991px) {
    body.homepage #welcome {
        padding-top: 145px;
    }
    body.homepage h1.home-title {
        font-size: 36px;
        line-height: 36px;
    }
    body.homepage .welcome-description p:first-child {
        font-size: 16px;
        line-height: 28px;
    }
    body.homepage .welcome-key-issues-wrapper {
        width: calc(100% - 60px);
    }
    body.homepage #view-map {
        padding: 0px 30px;
    }
}
@media (max-width: 767px) {
    body.homepage #view-map .map-image {
        height: 300px;
        width: 100%;
    }
    body.homepage #view-map .map-text-col {
        height: auto;
        width: 100%;
        padding: 30px 0px;
        text-align: center;
    }
    body.homepage #view-map .map-text-col #view-map-button {
        margin: auto;
        margin-top: 30px;
    }
}



/* page 2 - Key Issue */
#key-issue-title .key-issue-fullscreen .page-title {
    width: 66.666667%;
}
#key-issue-title .key-issue-fullscreen .explore-other-issues {
    float: right;
    font-weight: bold;
    line-height: 24px;
}
#key-issue-title .key-issue-fullscreen .explore-other-issues .fa.fa-icon {
    margin-left: 6px;
    font-size: 24px;
    font-weight: bold;
    position: relative;
    top: 2px;
}
#key-issue-summary .key-issue-summary-container {
    display: inline-block;
    width: 66.666667%;
}
#key-issue-summary .request-more-info-button-container {
    display: inline-block;
    text-align: right;
    vertical-align: top;
    width: 25%;
    padding: 0px 1px;
}
#key-issue-summary .request-more-info-button-container #request-more-information {
     background-color: #194867;
}
@media (max-width: 1199px) {
    #key-issue-title .key-issue-fullscreen .page-title {
        width: 58%;
    }
}
@media (max-width: 991px) {
    #key-issue-title .key-issue-fullscreen .page-title {
        font-size: 21px;
        line-height: 30px;
    }
    #key-issue-summary .key-issue-summary-container {
        width: 100%;
        padding-bottom: 30px;
    }
}
@media (max-width: 767px) {
    #key-issue-title .key-issue-fullscreen .page-title {
        width: 100%;
    }
    #key-issue-title .key-issue-fullscreen .explore-other-issues {
        float: left;
    }
    #key-issue-summary .request-more-info-button-container #request-more-information {
        padding-left: 15px;
        padding-right: 15px;
    }
}



/* page 3 - Region Display Selector */
#explore-by-issue-or-state {
    padding-bottom: 0px;
}
#explore-by-issue-or-state .t-Region-body {
    -webkit-box-shadow: inset 0 -3px 0 0 rgba(18,52,74,.05);
    box-shadow: inset 0 -3px 0 0 rgba(18,52,74,.05);
    height: 44px;
    padding: 2px 0px;
}
#explore-by-issue-or-state .apex-rds-container {
    display: inline-block;
    width: 75%;
}
#explore-by-issue-or-state .apex-rds-container .apex-rds-item {
    border-bottom: 6px solid transparent;
    padding: 2px;
}
#explore-by-issue-or-state .apex-rds-container .apex-rds-item.apex-rds-first {
    margin-right: 50px;
}
#explore-by-issue-or-state .apex-rds-container .apex-rds-item.apex-rds-selected {
    border-bottom-color: #b92131;
}
#explore-by-issue-or-state .apex-rds-container .apex-rds-item a {
    box-shadow: none;
    font-size: 18px;
    font-weight: bold;
    padding: 0px 0px 14px 0px;
}
#explore-by-issue-or-state .apex-rds-container .apex-rds-item a:hover {
    background-color: transparent;
}
#explore-by-issue-or-state .apex-rds-container .apex-rds-item a:focus {
    outline: 1px dotted;
}
@media (max-width: 991px) {
    #explore-by-issue-or-state .apex-rds-container {
        width: 100%;
    }
    #explore-by-issue-or-state .apex-rds-container .apex-rds-item.apex-rds-first {
        margin-right: 0px;
    }
    #explore-by-issue-or-state .apex-rds-container .apex-rds-item.apex-rds-last {
        float: right;
    }
}
@media (max-width: 420px){
    #explore-by-issue-or-state .apex-rds-container .apex-rds-item a {
        font-size: 14px;
    }
}

/* page 3 and 10 - map/list legend */
#explore-by-issue-filters .map-legend,
#state-issue-filters .map-legend {
    border-top: 1px solid #e9ecf8;
}
#explore-by-issue-filters .map-legend .map-legend-filters,
#state-issue-filters .map-legend .map-legend-filters {
    list-style-type: none;
    margin: 0px auto;
    overflow: visible;
    padding: 1px 0px;
    text-align: center;
}
#explore-by-issue-filters .map-legend .map-legend-filters .map-legend-filter,
#state-issue-filters .map-legend .map-legend-filters .map-legend-filter {
    background-color: #fff;
    border-left: 1px solid #dfe9ef;
    border-bottom: 1px solid #dfe9ef;
    -webkit-box-shadow: 0 38px 43px 0 rgba(25,72,103,.1);
    box-shadow: 0 38px 43px 0 rgba(25,72,103,.1);
    cursor: pointer;
    display: inline-block;
    padding: 20px;
    margin: 1px -2px;
}
#explore-by-issue-filters .map-legend .map-legend-filters .map-legend-filter.map-legend-filter-view-all,
#state-issue-filters .map-legend .map-legend-filters .map-legend-filter.map-legend-filter-view-all {
    background: transparent;
    box-shadow: none;
    border: none;
}
#explore-by-issue-filters .map-legend .map-legend-filters .map-legend-filter:hover .label,
#explore-by-issue-filters .map-legend .map-legend-filters .map-legend-filter:focus .label,
#state-issue-filters .map-legend .map-legend-filters .map-legend-filter:hover .label,
#state-issue-filters .map-legend .map-legend-filters .map-legend-filter:focus .label {
    border-bottom: solid 2px #b92131;
}
#explore-by-issue-filters .map-legend .map-legend-filters .map-legend-filter.active,
#state-issue-filters .map-legend .map-legend-filters .map-legend-filter.active {
    background: #dfe9ef;
}
#explore-by-issue-filters .map-legend .map-legend-filters .map-legend-filter-view-all.active,
#state-issue-filters .map-legend .map-legend-filters .map-legend-filter-view-all.active {
    display: none;
}
#explore-by-issue-filters .map-legend .map-legend-filters .map-legend-filter .map-fill,
#state-issue-filters .map-legend .map-legend-filters .map-legend-filter .map-fill {
    height: 20px;
    position: absolute;
    width: 20px;
}
#explore-by-issue-filters .map-legend .map-legend-filters .map-legend-filter .map-fill.map-gray,
#state-issue-filters .map-legend .map-legend-filters .map-legend-filter .map-fill.map-gray {
    background-color: #dadada;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSc1JyBoZWlnaHQ9JzEwJyB2aWV3Qm94PScwIDAgNSAxMCc+DQoJPHJlY3Qgd2lkdGg9JzExMCUnIHg9Jy01JScgeT0nLTUlJyBoZWlnaHQ9JzExMCUnIGZpbGw9JyNEQURBREEnLz4NCgk8bGluZSB4MT0nLTInIHkxPScxJyB4Mj0nNycgeTI9JzEwJyBzdHJva2U9JyNCOUI5QjknIHN0cm9rZS13aWR0aD0nMScvPg0KCTxsaW5lIHgxPSctMicgeTE9JzYnIHgyPSc3JyB5Mj0nMTUnIHN0cm9rZT0nI0I5QjlCOScgc3Ryb2tlLXdpZHRoPScxJy8+DQoJPGxpbmUgeDE9Jy0yJyB5MT0nLTQnIHgyPSc3JyB5Mj0nNScgc3Ryb2tlPScjQjlCOUI5JyBzdHJva2Utd2lkdGg9JzEnLz4NCjwvc3ZnPg==);
}
#explore-by-issue-filters .map-legend .map-legend-filters .map-legend-filter .map-fill.map-light-blue,
#state-issue-filters .map-legend .map-legend-filters .map-legend-filter .map-fill.map-light-blue {
    background-color: #7fbacb;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjgiPgo8cmVjdCB3aWR0aD0iOCIgaGVpZ2h0PSI4IiBmaWxsPSIjN0ZCQUNCIj48L3JlY3Q+CjxyZWN0IHdpZHRoPSI3IiBoZWlnaHQ9IjciIGZpbGw9IiM1Y2E4YmMiPjwvcmVjdD4KPC9zdmc+);
}
#explore-by-issue-filters .map-legend .map-legend-filters .map-legend-filter .map-fill.map-blue,
#state-issue-filters .map-legend .map-legend-filters .map-legend-filter .map-fill.map-blue {
    background-color: #246b7f;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjgiPgo8cmVjdCB3aWR0aD0iOCIgaGVpZ2h0PSI4IiBmaWxsPSIjMjc3NjhiIj48L3JlY3Q+CjxwYXRoIGQ9Ik0wIDBMOCA4Wk04IDBMMCA4WiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiMyNDZCN0YiPjwvcGF0aD4KPC9zdmc+);
}
#explore-by-issue-filters .map-legend .map-legend-filters .map-legend-filter .map-fill.map-green,
#state-issue-filters .map-legend .map-legend-filters .map-legend-filter .map-fill.map-green {
    background-color: #6ba22e;
}
#explore-by-issue-filters .map-legend .map-legend-filters .map-legend-filter .label,
#state-issue-filters .map-legend .map-legend-filters .map-legend-filter .label {
    border-bottom: solid 2px transparent;
    font-size: 14px;
    font-weight: bold;
    color: #194867;
    display: inline-block;
    margin-left: 40px;
}
#explore-by-issue-filters .map-legend .map-legend-filters .map-legend-filter.map-legend-filter-view-all .label,
#state-issue-filters .map-legend .map-legend-filters .map-legend-filter.map-legend-filter-view-all .label {
    margin-left: 0px;
}
#explore-by-issue-filters .map-legend .map-legend-description,
#state-issue-filters .map-legend .map-legend-description {
    color: #194867;
    font-family: 'Arvo', serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    padding-top: 20px;
    text-align: center;
    -webkit-transition: .4s;
    transition: .4s;
    width: 100%;
    min-height: 44px;
}
@media (max-width: 991px) {
    #explore-by-issue-filters .map-legend .map-legend-filters .map-legend-filter,
    #state-issue-filters .map-legend .map-legend-filters .map-legend-filter {
        padding: 0px;
        height: 50px;
        width: 50%;
        text-align: left;
    }
    #explore-by-issue-filters .map-legend .map-legend-filters .map-legend-filter .label,
    #state-issue-filters .map-legend .map-legend-filters .map-legend-filter .label {
        padding: 14px;
        text-align: left;
        margin-left: 48px;
    }
    #explore-by-issue-filters .map-legend .map-legend-filters .map-legend-filter .map-fill,
    #state-issue-filters .map-legend .map-legend-filters .map-legend-filter .map-fill {
        height: 48px;
        width: 48px;
    }
    #explore-by-issue-filters .map-legend .map-legend-filters .map-legend-filter.map-legend-filter-view-all,
    #state-issue-filters .map-legend .map-legend-filters .map-legend-filter.map-legend-filter-view-all {
        width: 100%;
    }
    #explore-by-issue-filters .map-legend .map-legend-filters .map-legend-filter.map-legend-filter-view-all .label,
    #state-issue-filters .map-legend .map-legend-filters .map-legend-filter.map-legend-filter-view-all .label {
        width: 100%;
        text-align: center;
    }
}
@media (max-width: 454px) {
    #explore-by-issue-filters .map-legend .map-legend-filters .map-legend-filter,
    #state-issue-filters .map-legend .map-legend-filters .map-legend-filter {
        width: 100%;
    }
}

/* page 3 - Explore by issue region */
#key-issue-display .key-issue-fullscreen {
    padding-bottom: 60px;
    padding-right: 2px;
    padding-top: 2px;
}
#key-issue-display .key-issue-fullscreen .key-issue-title {
    color: #194867;
    display: inline-block;
    font-size: 30px;
    font-weight: bold;
    line-height: 36px;
    width: 66.666667%;
}
#key-issue-display .key-issue-fullscreen .explore-other-issues {
    float: right;
    font-weight: bold;
    line-height: 24px;
}
#key-issue-display .key-issue-fullscreen .explore-other-issues .fa.fa-icon {
    margin-left: 6px;
    font-size: 24px;
    font-weight: bold;
    position: relative;
    top: 2px;
}
@media (max-width: 991px) {
    #key-issue-display .key-issue-fullscreen .key-issue-title {
        font-size: 21px;
        line-height: 30px;
    }
}
@media (max-width: 767px) {
    #key-issue-display .key-issue-fullscreen .key-issue-title {
        padding-bottom: 16px;
        width: 100%;
    }
    #key-issue-display .key-issue-fullscreen .explore-other-issues {
        float: left;
    }
}

/* page 3 - Both usa maps */
.usa-states-container {
    text-align: center;
}
.usa-states-container svg {
    fill: #F2F4F5;
    height: 600px;
    width: 960px;
    margin: 100px -12%;
}
.usa-state.map-gray {
    fill: url(#map-gray);
}
.usa-state.map-light-blue {
    fill: url(#map-light-blue);
}
.usa-state.map-blue {
    fill: url(#map-blue);
}
.usa-state.map-green {
    fill: #6ba22e;
}

/* page 3 - Both usa maps tooltip */
.state-tooltip {
    z-index: 300;
    pointer-events: none;
    position: fixed;
    padding: 10px 20px;
    border-radius: 20px;
    color: #194867;
    font-family: "Work Sans",sans-serif;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    text-align: center;
    opacity: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 8px 0 rgba(25,72,103,.25);
    box-shadow: 0 2px 8px 0 rgba(25,72,103,.25);
}
.state-tooltip:after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #fff;
}

/* page 3 - Explore by issue map */
#explore-by-issue-svg {
    fill: #F2F4F5;
}
#explore-by-issue-svg .usa-state {
    cursor: pointer;
    stroke: #fff;
    stroke-width: 3px;
    stroke-linejoin: round;
    stroke-linecap: round;
}
#explore-by-issue-svg .usa-state:hover,
#explore-by-issue-svg a:hover .usa-state,
#explore-by-issue-svg .usa-state:focus,
#explore-by-issue-svg a:focus .usa-state {
    fill: #a6a6a6 !important;
}
#explore-by-issue-svg .usa-state.filtered {
    fill: #F2F4F5!important;
}

/* page 3 - Explore by state map */
#explode-by-state-container {
    padding-top: 0px;
}
#explore-by-state-svg {
    fill: #F2F4F5;
}
#explore-by-state-svg .usa-state {
    cursor: pointer;
    fill: #a1b4c1;
    stroke: #fff;
    stroke-width: 2px;
    stroke-linejoin: round;
    stroke-linecap: round;
}
#explore-by-state-svg .usa-state:hover,
#explore-by-state-svg a:hover .usa-state,
#explore-by-state-svg .usa-state:focus,
#explore-by-state-svg a:focus .usa-state {
    fill: #194867;
}

/* page 3 - explore by issue list view */
#explore-by-issue-list .t-Region-body {
    overflow: visible;
    margin-top: 50px;
}
#explore-by-issue-list .explore-by-issue-list-no-data {
    color: #194867;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
}
#explore-by-issue-list .mos-issue-status-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    max-height: 1190px;
}
#explore-by-issue-list .mos-issue-status-links .mos-issue-status-link {
    cursor: pointer;
    display: inline-block;
    padding: 0;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    width: 33.333333%;
    position: relative;
}
@media all and (-ms-high-contrast:none) {
    #explore-by-issue-list .mos-issue-status-links {
        max-height: none!important;
    }
    *::-ms-backdrop, #explore-by-issue-list .mos-issue-status-links {
        max-height: none!important;
    }
    #explore-by-issue-list .mos-issue-status-links .mos-issue-status-link { /* IE10 */
        flex: none;
    }
    *::-ms-backdrop, #explore-by-issue-list .mos-issue-status-links .mos-issue-status-link { /* IE11 */
        flex: none;
    }
}
#explore-by-issue-list .mos-issue-status-links .mos-issue-status-link.filtered {
    display: none;
}
#explore-by-issue-list .mos-issue-status-links .mos-issue-status-link .status-fill {
    position: absolute;
    width: 15px;
    height: 100%;
}
#explore-by-issue-list .mos-issue-status-links .mos-issue-status-link.map-gray .status-fill {
    background-color: #dadada;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSc1JyBoZWlnaHQ9JzEwJyB2aWV3Qm94PScwIDAgNSAxMCc+DQoJPHJlY3Qgd2lkdGg9JzExMCUnIHg9Jy01JScgeT0nLTUlJyBoZWlnaHQ9JzExMCUnIGZpbGw9JyNEQURBREEnLz4NCgk8bGluZSB4MT0nLTInIHkxPScxJyB4Mj0nNycgeTI9JzEwJyBzdHJva2U9JyNCOUI5QjknIHN0cm9rZS13aWR0aD0nMScvPg0KCTxsaW5lIHgxPSctMicgeTE9JzYnIHgyPSc3JyB5Mj0nMTUnIHN0cm9rZT0nI0I5QjlCOScgc3Ryb2tlLXdpZHRoPScxJy8+DQoJPGxpbmUgeDE9Jy0yJyB5MT0nLTQnIHgyPSc3JyB5Mj0nNScgc3Ryb2tlPScjQjlCOUI5JyBzdHJva2Utd2lkdGg9JzEnLz4NCjwvc3ZnPg==);
}
#explore-by-issue-list .mos-issue-status-links .mos-issue-status-link.map-light-blue .status-fill {
    background-color: #7fbacb;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjgiPgo8cmVjdCB3aWR0aD0iOCIgaGVpZ2h0PSI4IiBmaWxsPSIjN0ZCQUNCIj48L3JlY3Q+CjxyZWN0IHdpZHRoPSI3IiBoZWlnaHQ9IjciIGZpbGw9IiM1Y2E4YmMiPjwvcmVjdD4KPC9zdmc+);
}
#explore-by-issue-list .mos-issue-status-links .mos-issue-status-link.map-blue .status-fill {
    background-color: #246b7f;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjgiPgo8cmVjdCB3aWR0aD0iOCIgaGVpZ2h0PSI4IiBmaWxsPSIjMjc3NjhiIj48L3JlY3Q+CjxwYXRoIGQ9Ik0wIDBMOCA4Wk04IDBMMCA4WiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiMyNDZCN0YiPjwvcGF0aD4KPC9zdmc+);
}
#explore-by-issue-list .mos-issue-status-links .mos-issue-status-link.map-green .status-fill {
    background-color: #6ba22e;
}
#explore-by-issue-list .mos-issue-status-links .mos-issue-status-link .status-label {
    color: #194867;
    font-family: "Work Sans",sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    padding: 20px 20px 18.6px;
    vertical-align: bottom;
    border-bottom: 1.4px solid #e9ecf8;
    margin-left: 15px;
}
#explore-by-issue-list .mos-issue-status-links .mos-issue-status-link .status-label .label {
    border-bottom: solid transparent 2px;
}
#explore-by-issue-list .mos-issue-status-links .mos-issue-status-link:hover .status-label .label,
#explore-by-issue-list .mos-issue-status-links .mos-issue-status-link:focus .status-label .label {
    border-bottom: solid #b92131 2px !important;
}
@media (max-width: 991px) {
    #explore-by-issue-list .mos-issue-status-links {
        display: block;
        max-height: none!important;
    }
    #explore-by-issue-list .mos-issue-status-links .mos-issue-status-link {
        width: 100%;
    }
}

/* page 3 - map view or list view selector */
#explore-by-issue-or-state .list-or-map-view-container {
    display: inline-block;
    text-align: right;
    vertical-align: top;
    width: 25%;
    padding: 0px 2px;
}
#explore-by-issue-or-state .list-or-map-view-container .list-or-map-view-link {
    border: none;
    background: transparent;
    color: #194867;
    cursor: pointer;
    font-weight: bold;
    font-size: 14px;
    margin: 2px;
}
body.status-tracker .map-view,
body.status-tracker .list-view,
#explore-by-issue-or-state .list-or-map-view-container .list-or-map-view-link.active {
    display: none;
}
body.status-tracker .map-view.active,
body.status-tracker .list-view.active {
    display: block;
}
#explore-by-issue-or-state .list-or-map-view-container .list-or-map-view-link {
    display: inline-block;
}
/* explore by state - search for a state */
#P3_ST_ID_CONTAINER {
    max-width: 920px;
    margin: 20px auto;
}
@media (max-width: 1023px) {
    #explore-by-issue-or-state .list-or-map-view-container {
        display: none;
    }
    body.status-tracker .map-view {
        display: none!important;
    }
    body.status-tracker .list-view {
        display: block!important;
    }
}



/* page 2 and 3 inline modal region to change key issue - explore other key issues */
#choose-key-issue {
    /* padding-top: 60px; */
}
#choose-key-issue .mos-cancel-button {
    float: right;
    position: relative;
    right: 4px;
    top: 4px;
}
#choose-key-issue h2.t-Region-title {
    font-size: 30px;
    font-weight: bold;
    margin: 30px 0px;
}
#choose-key-issue .key-issue-link {
    padding: 10px;
}
#choose-key-issue .key-issue-link .fa-icon {
    color: #b92131;
    margin-right: 20px;
}
#choose-key-issue .key-issue-link a {
    font-size: 16px;
    font-weight: 500;
}
@media (max-width: 767px) {
    #choose-key-issue h2.t-Region-title {
        font-size: 21px;
    }
}



/* page 4 - personal story */
.personal-story .t-Body-contentInner {
    background-color: #FFFFFF !important;
}
#personal-story-banner #personal-story-image {
    background: 50%/cover no-repeat;
    padding-top: 100px;
    min-height: 480px;
    height: 100%;
    width: 100%;
}
#personal-story-breadcrumb {
    padding-top: 40px;
    padding-bottom: 0px;
}
#personal-story-breadcrumb .breadcrumb {
    border-bottom: 1px solid #eaedf9;
    margin: 0 auto;
    max-width: 1170px;
    padding-bottom: 8px;
}
#personal-story-breadcrumb .breadcrumb .entry {
    color: #194867;
    font-size: 11px;
    font-weight: 500!important;
}
#personal-story {
    display: block;
    margin: 0 auto 80px;
    max-width: 970px;
    padding-top: 70px;
}
#personal-story .personal-story-title {
    font-size: 30px;
    line-height: 1.25;
    letter-spacing: 1.9px;
    margin: 10px 0;
    color: #194867;
    font-weight: 700;
}
#personal-story .personal-story-title2 {
    color: #194867;
    margin-bottom: 30px;
    font-family: Arvo,serif;
}
#personal-story .personal-story-abstract {
    color: #194867;
    font-size: 18px;
    font-family: Arvo,serif;
    margin-top: 0;
    margin-bottom: 15px;
}
#personal-story .personal-story-quote-section {
    display: flex;
    flex-wrap: wrap;
}
#personal-story .personal-story-abstract-html1 {
    color: #194867;
    font-family: "Work Sans",sans-serif;
    font-size: 24px;
    line-height: 30px;
    margin-left: 40px;
    margin-top: -20px;
}
#personal-story .personal-story-abstract-html1 p{
    color: #194867;
    font-family: "Work Sans",sans-serif;
    font-size: 24px;
    display: inline;
}
#personal-story .personal-story-abstract-html1-container {
    padding-top: 5%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    width: 100%;
    padding-right: 15px;
}
#personal-story .personal-story-abstract-html2 {
    color: #4a4a4a;
    font-family: Arvo,serif;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
}
#personal-story .personal-story-bodycopy {
    color: #4a4a4a;
    font-family: Arvo,serif;
}
#personal-story .large-quote {
    font-size: 88px;
    vertical-align: bottom;
    color: #194867;
    font-family: "Work Sans",sans-serif;
}
#personal-story .large-quote.trailing-quote {
   vertical-align: -175%;
}
@media (max-width: 991px) {
    #personal-story-breadcrumb {
        display: none;
    }
    #personal-story {
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media (max-width: 767px) {
    #personal-story .personal-story-abstract-html1-container,
    #personal-story .personal-story-abstract-html2 {
        flex: none;
        max-width: 100%;
    }
}


/* page 9 - search page */
#search-container {
    padding-bottom: 0px;
}
#P9_SEARCH_CRITERIA_CONTAINER .t-Form-inputContainer {
    margin: 1px;
}
#P9_SEARCH_CRITERIA_LABEL {
    text-align: center;
    display: block;
    height: auto;
    line-height: 40px;
    font-size: 32px;
    margin-bottom: 40px;
}
#search-results-container > .t-Region-header {
    border-bottom: 3px solid #dde4e8!important;
    margin-bottom: 30px;
    padding-bottom: 15px;
}
#search-results-container > .t-Region-header .t-Region-headerItems--title .t-Region-title {
    margin: 0px;
}
#search-results-container > .t-Region-header .t-Region-headerItems--buttons {
    display: inline-block;
    float: right;
    margin: 0px;
}
#search-results-container > .t-Region-header .t-Region-headerItems--buttons .mos-button {
    width: 100%;
}
#search-filters {
    padding-right: 30px;
}
#search-filters .t-Region-buttons .t-Region-buttons-left {
    padding: 0px;
    width: 100%;
}
body.search .col.search-filters  .mos-Region.mos-title-bar > .t-Region-header > .t-Region-headerItems--title:before {
    margin-right: 8px;
    width: 20px;
}
body.search .col.search-filters .mos-Region.t-Region--hideShow {
    margin-bottom: 30px;
}
body.search .col.search-filters .mos-Region.t-Region--hideShow .t-Region-header {
    border-bottom: 1px solid #dde4e8!important;
}
body.search .mos-Item .mos-checkbox-item .selection {
    border-bottom: 1px solid #dde4e8;
}
body.search .mos-Item .mos-checkbox-item .selection .mos-checkbox-item-label {
    font-size: 14px !important;
}
#P9_TYPE_CONTAINER .t-Form-labelContainer {
    display: none;
}
#P9_YEAR_CONTAINER .t-Form-labelContainer {
    display: none;
}
#P9_STATE_CONTAINER .t-Form-labelContainer {
    display: none;
}
#P9_STATE_CONTAINER .t-Form-inputContainer {
    margin-top: 15px;
}
#P9_STATE_CONTAINER .t-Form-inputContainer .fa.fa-search {
    font-size: 20px;
}
@media (max-width: 991px) {
    #search-filters {
        padding-right: 0px;
    }
    body.search .col.search-filters {
        width: 100%;
    }
    body.search .col.search-filters .mos-Region.t-Region--hideShow {
        margin-bottom: 15px;
    }
    body.search .col.search-filters .mos-Region.t-Region--hideShow .t-Region-headerItems--title {
        display: inline-block;
        margin-right: 20px;
        width: auto;
    }
    body.search .col.search-filters .mos-Region.t-Region--hideShow .t-Region-headerItems--buttons {
        display: none;
    }
    body.search .col.search-filters .mos-Region.t-Region--hideShow .t-Region-headerItems--controls {
        display: inline-block;
        float: right;
        padding: 0px;
        margin-right: 24px;
        vertical-align: top;
    }
    body.search .col.search-filters .mos-Region.t-Region--hideShow .t-Region-headerItems--controls .t-Button--hideShow {
        padding: 0px;
        width: 24px;
        height: 24px;
        background: #194867;
        border: none;
        box-shadow: none;
        color: #ffffff;
    }
    body.search .col.search-results {
        margin-top: 30px;
        width: 100%;
    }
    #search-results-top-record-count {
        border-bottom: 3px solid #dde4e8;
        margin: 15px 0px;
        padding-bottom: 15px;
        text-align: left;
    }
}
@media (max-width: 767px) {
    #P9_SEARCH_CRITERIA_LABEL {
        margin-bottom: 15px;
    }
}



/* page 10 - state page */
body.state-page .col.state-banner {
    float: left;
}
body.state-page .state-banner-image {
    position: absolute;
    top: 0px;
    background-position: 50%;
    background-size: cover;
    height: 300px;
    width: 100%;
    opacity: .5;
}
body.state-page .state-title-container {
    position: relative;
    z-index: 1;
    margin-top: 100px;
    height: 200px;
    padding: 38px 12% 50px;
    color: #194867;
}
body.state-page .state-title-container .breadcrumb {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 42px;
}
body.state-page .state-title-container .breadcrumb .fa-arrow-left {
    margin-right: 8px;
}
body.state-page .state-title-container .state-title {
    font-size: 40px;
    font-weight: bold;
    line-height: 48px;
}
body.state-page #demo-data {
    margin-right: 15px;
}
body.state-page .state-content-header {
    color: #194867;
    font-family: "Work Sans",sans-serif;
    line-height: 24px;
    font-weight: 700;
    font-size: 20px;
    padding-bottom: 12px;
}
body.state-page .state-content-header.padded-top {
    padding-top: 40px;
}
body.state-page .state-content,
body.state-page .state-content p,
body.state-page .state-content ul,
body.state-page .state-content li {
    color: #194867;
    font-family: 'Arvo',serif;
    font-size: 18px;
    line-height: 27px;
}
body.state-page .state-content li {
    margin-bottom: 10px;
}
body.state-page .state-content p:last-child {
    color: #4a4a4a;
    font-family: 'Arvo',serif;
    font-size: 14px;
    line-height: 21px;
    margin-top: 20px;
    margin-bottom: 0;
}
/* page 10 state liaison card */
#state-liaison {
    float: right;
    width: 100%;
}
#state-liaison li.t-Cards-item {
    float:right;
    width: 100%;
    max-width: 400px;
}
#state-liaison .t-Card-wrap {
    margin-top: 0px;
}
@media (max-width: 767px) {
    body.state-page .col.demo-data {
        width: 100%;
    }
    .state-liaison {
        width: 100%;
    }
    #state-liaison {
        margin-top: 40px;
    }
    #state-liaison li.t-Cards-item {
        float: left;
        max-width: none;
    }
}


/* state issue status report */
#state-issue-status {
    margin-top: 30px;
}
#state-issue-status .t-Region-body {
    padding: 1px;
    margin: -1px;
}
/* accordion body */
#state-issue-status .issue-accordion {
    width: 100%;
}
#state-issue-status .issue-accordion.filtered {
    display: none;
}
#state-issue-status .issue-accordion .ia-control {
    background: #ffffff;
    border: none;
    border-bottom: 1px solid rgba(0,0,0,.125);
    color: #194867;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    padding: 25px;
    position: relative;
    text-align: left;
    width: 100%;
}
#state-issue-status .issue-accordion .ia-control .status-fill {
    position: absolute;
    width: 15px;
    height: 100%;
    top: 0px;
    left: 0px;
}
#state-issue-status .issue-accordion .ia-control .ia-control-label .title {
    display: block;
    max-width: calc(100% - 20px);
}
#state-issue-status .issue-accordion .ia-control .ia-control-label i {
    position: absolute;
    right: 25px;
    top: calc(50% - 10px);
}
#state-issue-status .issue-accordion .ia-control .ia-control-label .subtitle {
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    padding-top: 20px;
}
/* accordion body */
#state-issue-status .issue-accordion .ia-body {
    color: #194867;
    position: relative;
}
#state-issue-status .issue-accordion .ia-body .ia-body-row {
    border-bottom: 1px solid rgba(0,0,0,.125);
    position: relative;
}
#state-issue-status .issue-accordion .ia-body.with-subissues .ia-body-row {
    border-bottom: none;
}
#state-issue-status .issue-accordion .ia-body .status-fill {
    position: absolute;
    width: 15px;
    height: 100%;
    top: 0px;
    left: 0px;
}
#state-issue-status .issue-accordion .ia-body .issue-header-row,
#state-issue-status .issue-accordion .ia-body .subissue-header-row,
#state-issue-status .issue-accordion .ia-body .issue-action-row,
#state-issue-status .issue-accordion .ia-body .subissue-action-row {
    background-color: #f8f9fd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0px;
}
#state-issue-status .issue-accordion .ia-body.with-subissues .ia-body-row:nth-child(odd) .issue-action-row,
#state-issue-status .issue-accordion .ia-body.with-subissues .ia-body-row:nth-child(odd) .subissue-action-row {
    background-color: #f3f4f9;
}
#state-issue-status .issue-accordion .ia-body .issue-header-row {
    border-bottom: 2px solid #a1b4c1;
    min-height: 60px;
    margin-left: 15px;
}
#state-issue-status .issue-accordion .ia-body .subissue-header-row,
#state-issue-status .issue-accordion .ia-body .subissue-action-row {
    width: 50%;
}
#state-issue-status .issue-accordion .ia-body .issue-action-row {
    /* min-height: 110px; */
    margin-left: 15px;
}
#state-issue-status .issue-accordion .ia-body .issue-header-row .subissue-header,
#state-issue-status .issue-accordion .ia-body .issue-action-row .subissue,
#state-issue-status .issue-accordion .ia-body .issue-header-row .chamber-header,
#state-issue-status .issue-accordion .ia-body .issue-action-row .chamber-action {
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 28px;
    min-height: 60px;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
    vertical-align: middle;
}
#state-issue-status .issue-accordion .ia-body .issue-header-row .subissue-header,
#state-issue-status .issue-accordion .ia-body .issue-action-row .subissue {
    align-items: flex-start;
    font-size: 16px;
    font-weight: 700;
    padding-left: 60px;
    width: 50%;
}
@media all and (-ms-high-contrast:none) {
    #state-issue-status .issue-accordion .ia-body .issue-header-row .subissue-header,
    #state-issue-status .issue-accordion .ia-body .issue-action-row .subissue { /* IE10 */
        display: block;
        height: 100%;
        vertical-align: middle;
    }
    *::-ms-backdrop, #state-issue-status .issue-accordion .ia-body .issue-header-row .subissue-header,
    #state-issue-status .issue-accordion .ia-body .issue-action-row .subissue { /* IE11 */
        display: block;
        height: 100%;
        vertical-align: middle;
    }
}
#state-issue-status .issue-accordion .ia-body .issue-header-row .chamber-header {
    font-weight: 700;
}
#state-issue-status .issue-accordion .ia-body .issue-header-row .chamber-header:not(:first-of-type) {
    border-left: 1px solid #e9ecf8;
}
#state-issue-status .issue-accordion .ia-body .issue-header-row .chamber-header,
#state-issue-status .issue-accordion .ia-body .issue-action-row .chamber-action,
#state-issue-status .issue-accordion .ia-body .subissue-header-row .chamber-header,
#state-issue-status .issue-accordion .ia-body .subissue-action-row .chamber-action {
    width: 33.333333%;
    padding: 15px 0px;
}
#state-issue-status .issue-accordion .ia-body .issue-action-row .chamber-action.open,
#state-issue-status .issue-accordion .ia-body .subissue-action-row .chamber-action.open {
    background: #ffffff;
}
#state-issue-status .issue-accordion .ia-body .issue-action-row .chamber-action .fa.fa-icon {
    color: #6ba22e;
    font-size: 16px;
    line-height: 22px;
}
#state-issue-status .issue-accordion .ia-body .issue-action-row .chamber-action .action-date {
    line-height: 18px;
}
#state-issue-status .issue-accordion .ia-body .issue-action-row .chamber-action .bill-number {
    font-weight: bold;
    line-height: 18px;
}
#state-issue-status .issue-accordion .ia-body .issue-action-row .chamber-action .fla-control {
    background: transparent;
    border: none;
    color: #b82132;
    line-height: 18px;
    font-weight: bold;
}
#state-issue-status .issue-accordion .ia-body .issue-action-row .chamber-action .fla-control .fa {
    margin-left: 4px;
    display: inline;
}
#state-issue-status .issue-accordion .ia-body .ia-body-row .fla-body {
    background: #ffffff;
    border-top: 1px solid #e8ebf7;
    border-bottom: 1px solid #e8ebf7;
    color: #194867;
}
#state-issue-status .issue-accordion .ia-body .ia-body-row .fla-body .fla-container {
    padding: 40px 60px;
    margin-left: 15px;
}
#state-issue-status .issue-accordion .ia-body .ia-body-row .fla-body .fla-container .fla-title {
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    padding-bottom: 20px;
}
#state-issue-status .issue-accordion .ia-body .ia-body-row .fla-body .fla-container .fla-description {
    padding-bottom: 26px;
}
@media (max-width: 767px) {
    #state-issue-status {
        padding: 15px;
    }
    #state-issue-status .issue-accordion .ia-body .issue-header-row .subissue-header {
        display: none;
    }
    #state-issue-status .issue-accordion .ia-body.with-subissues .issue-action-row {
        display: block;
    }
    #state-issue-status .issue-accordion .ia-body.with-subissues .issue-action-row .subissue {
        align-items: center;
        display: block;
        padding: 15px;
        text-align: center;
    }
    #state-issue-status .issue-accordion .ia-body .issue-action-row .subissue {
        width: 100%;
    }
    #state-issue-status .issue-accordion .ia-body .subissue-header-row,
    #state-issue-status .issue-accordion .ia-body .subissue-action-row {
        width: 100%;
    }
    #state-issue-status .issue-accordion .ia-body .ia-body-row .fla-body .fla-container {
        padding: 15px;
    }
}



/* status svgs/backgrounds */
#state-issue-status .issue-accordion .status-fill.map-gray {
    background-color: #dadada;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSc1JyBoZWlnaHQ9JzEwJyB2aWV3Qm94PScwIDAgNSAxMCc+DQoJPHJlY3Qgd2lkdGg9JzExMCUnIHg9Jy01JScgeT0nLTUlJyBoZWlnaHQ9JzExMCUnIGZpbGw9JyNEQURBREEnLz4NCgk8bGluZSB4MT0nLTInIHkxPScxJyB4Mj0nNycgeTI9JzEwJyBzdHJva2U9JyNCOUI5QjknIHN0cm9rZS13aWR0aD0nMScvPg0KCTxsaW5lIHgxPSctMicgeTE9JzYnIHgyPSc3JyB5Mj0nMTUnIHN0cm9rZT0nI0I5QjlCOScgc3Ryb2tlLXdpZHRoPScxJy8+DQoJPGxpbmUgeDE9Jy0yJyB5MT0nLTQnIHgyPSc3JyB5Mj0nNScgc3Ryb2tlPScjQjlCOUI5JyBzdHJva2Utd2lkdGg9JzEnLz4NCjwvc3ZnPg==);
}
#state-issue-status .issue-accordion .status-fill.map-light-blue {
    background-color: #7fbacb;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjgiPgo8cmVjdCB3aWR0aD0iOCIgaGVpZ2h0PSI4IiBmaWxsPSIjN0ZCQUNCIj48L3JlY3Q+CjxyZWN0IHdpZHRoPSI3IiBoZWlnaHQ9IjciIGZpbGw9IiM1Y2E4YmMiPjwvcmVjdD4KPC9zdmc+);
}
#state-issue-status .issue-accordion .status-fill.map-blue {
    background-color: #246b7f;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjgiPgo8cmVjdCB3aWR0aD0iOCIgaGVpZ2h0PSI4IiBmaWxsPSIjMjc3NjhiIj48L3JlY3Q+CjxwYXRoIGQ9Ik0wIDBMOCA4Wk04IDBMMCA4WiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiMyNDZCN0YiPjwvcGF0aD4KPC9zdmc+);
}
#state-issue-status .issue-accordion .status-fill.map-green {
    background-color: #6ba22e;
}
#state-issue-status .state-issue-status-no-data {
    color: #194867;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
}



/* page 404 - not found */
#msps-pnf {
    background-image: url('https://download.militaryonesource.mil/StatePolicy/images/404-bg.png')!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    height: 500px;
}
#msps-pnf .mos-Banner-image-404 {
    padding: 0px 12%;
}
#msps-pnf .mos-Banner-image-404 .title {
    color: #194867;
    font-size: 32px;
    font-weight: bold;
    line-height: 38px;
    text-align: center;
}
#msps-pnf .mos-Banner-image-404 .section-text.intro-text {
    text-align: center;
}
@media (max-width: 767px) {
    #msps-pnf {
        background-position: 75%!important;
    }
    #msps-pnf .mos-Banner-image-404 {
        padding: 45px 15px 48px;
        background-position: 80%;
        background-size: cover;
    }
}
#faqs-region {
    padding-top: 0px;
}

/*
** skip to main content link - hide unless focus/hover/active
*/
.t-Body > a.skip-to-main-content {
    color: white;
    position: absolute;
    z-index: 10000;
    top: -1000px;
    left: -1000px;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.t-Body > a.skip-to-main-content:active,
.t-Body > a.skip-to-main-content:focus,
.t-Body > a.skip-to-main-content:hover {
    left: 1px;
    top: 1px;
    width: auto;
    height: auto;
    overflow: visible;
}
.mos-Item .t-Form-inputContainer input[type="text"]:focus {
    border: 1px solid #194867;
    outline: 1px #4a4a4a dotted;
}