@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap');


/* Thankyou page */

.thankyou header + section.container h1 {
	display: none;
}


/* Testimonials */

body .client_testimonial_container {
	min-height: 250px;
}


/* Feature badge */


.card_img_container span.badge {
	top: 20px;
	left: 0;
    position: relative;
    font-weight: 700;
    font-size: 10px;
    line-height: 10px;
    text-transform: uppercase;
    padding: 10px 15px !important;
    border-radius: 0 4px 4px 0;
      -webkit-border-radius: 0 4px 4px 0;
      -moz-border-radius: 0 4px 4px 0;
      -ms-border-radius: 0 4px 4px 0;

}

/* Homepage header */

.background-unset header .img_container {
  background-attachment: unset;
}

/* Careers */


@media screen and (min-width: 555px) {
  .results_list li h3 {
    padding-right: 120px;
  }
}

/* Nav */
nav:hover ul li a:hover, nav ul li a:hover, nav:focus ul li a:focus, nav ul li a:focus  {
  text-decoration: underline;
}

/* Footer */
.verisk-branding {
  font-size:  14px;
}
footer {
  position: relative;
}
footer:before {
  content: "";
  background-image: url(/siteassets/images/graphics/dynamic-graphic-3.svg);
  width: 500px;
  height: 500px;
  max-width: 500px;
  max-height: 500px;
  position: absolute;
  background-repeat: no-repeat;
  top: -178px;
  left: calc(1360px + ((100vw - 1360px) / 2) - 250px);
}
footer .footer-nav a:focus, footer .footer-nav a:hover {
  color: #fff;
  text-decoration: underline;
}
footer.midnight_background {
  background: #2165F6 !important;
}
.footer-nav_lower {
  padding-top: 5rem;
}
footer .social_icon_btn:hover, footer .social_icon_btn:focus {
  background-color: #ffffff!important;
  filter: brightness(85%);
  transform: scale(.98);
}
footer .footer-nav h3 {
  color: #fff !important;
}
@media screen and (max-width: 660px) {
  .card_label.label {
    display: none;
  }
}


/* Epi forms */


.select2-container .select2-selection--single {
  padding: 8px 30px 8px 16px;
}
.select2-results__option {
  padding: 8px 16px !important;
}
.select2-container .select2-selection--single .select2-selection__rendered, .select2-results li.select2-results__option, form.EPiServerForms .Form__MainBody .Form__Element.FormTextbox input, form.EPiServerForms .Form__MainBody .Form__Element.FormTextbox textarea {
  font-size: 0.842rem !important;
  line-height:calc(0.842rem + 10px) !important;
  padding: 8px 16px;
}
.select2-results li.select2-results__option {
  padding: 8px 16px;
}
.select2-results li.select2-results__option:first-child {
  display: none;
}
.form_container .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
}
.form_container .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #444 transparent transparent!important
}
.form_container .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #444!important
}
.contact_page .select2-dropdown {
  border: 1px solid #d8d8d8;
}
.contact_page .select2-container--open .select2-dropdown--above {
  border-bottom: 0;
}
.contact_page .select2-container--open .select2-dropdown--below {
  border-top: 0;
}
form.EPiServerForms .Form__MainBody .Form__Element.FormChoice {
  margin-bottom: 3rem;
}
.EPiServerForms .FormChoice label.FormChoice__Label {
  font-size: 0.737rem;
}
form.EPiServerForms .Form__MainBody button.FormSubmitButton {
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border: none !important;
    min-width: 180px;
    transform: scale(1);
    transition: all .25s ease-out;
    font-size: 1rem;
    font-weight: 500 !important;
    line-height: 1.3;
}
form.EPiServerForms .Form__MainBody .Form__Element.FormParagraphText.Form__Element--NonData .form_privacy_link {
  font-size: 0.842rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .form_container .select2-container .select2-selection--single .select2-selection__rendered, .form_container li.select2-results__option {
    font-size: 16px;
  }
  form.EPiServerForms .Form__MainBody button.FormSubmitButton {
    margin-bottom: 3rem;
  }
  form.EPiServerForms .Form__MainBody .Form__Element.FormParagraphText.Form__Element--NonData {
    position: unset;
  }
}
body form.EPiServerForms .Form__Status .Form__Success__Message {
  font-style: unset;
}

/* OneTrust */

/*
#onetrust-consent-sdk #onetrust-banner-sdk .ot-sdk-container {
  padding-top: 2rem;
}
*/

#onetrust-banner-sdk #onetrust-policy-text {
  padding-bottom: 2rem;
}
#onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-title {
  font-size: 1.375rem !important;
}
#onetrust-pc-sdk .ot-accordion-layout button, #close-pc-btn-handler {
  background: rgba(0,0,0,0)!important;
  color: #555!important;
  font-weight: bold!important;
  transform: unset!important;
}
#onetrust-consent-sdk #close-pc-btn-handler {
  background-image: url(https://cdn.cookielaw.org/logos/static/ot_close.svg) !important;
  background-color: rgba(0,0,0,0)!important;
  background-size: 30%!important;
  background-repeat: no-repeat!important;  
  background-position: center!important;
}
#onetrust-consent-sdk button {
    background: #2671cb!important;
    color: #fff!important;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border: none!important;
    min-width: 180px;
    transform: scale(1);
    transition: all .25s ease-out;
    will-change: color;
    font-size: 1rem;
    font-weight: 500!important;
    line-height: 1.3;
    box-shadow: none;
    text-decoration: none!important;
    text-align: center;
    max-width: fit-content;
}
#onetrust-consent-sdk #onetrust-pc-sdk h4 {
  font-size: 1rem!important;
}
#onetrust-pc-sdk .ot-cat-item p:last-of-type {
  padding-bottom: 1rem;
}
#onetrust-accept-btn-handler, #accept-recommended-btn-handler, .save-preference-btn-handler.onetrust-close-btn-handler, .ot-pc-refuse-all-handler {
  border-radius: 25px !important;
    -webkit-border-radius: 25px!important;
    -moz-border-radius: 25px!important;
    -ms-border-radius: 25px!important;
}
#onetrust-pc-btn-handler, #onetrust-banner-sdk .onetrust-close-btn-handler.ot-close-icon.banner-close-button, #onetrust-consent-sdk #onetrust-pc-btn-handler {
  background: rgba(0,0,0,0)!important;
}
#onetrust-consent-sdk #onetrust-pc-sdk .ot-btn-container button {
  width: unset;
}
#onetrust-consent-sdk button, #onetrust-consent-sdk button:hover, #onetrust-consent-sdk button:focus {
  transform: unset !important;
  filter: unset !important;
}
#onetrust-banner-sdk #onetrust-accept-btn-handler {
  border: 0.1875rem solid #004eaa !important;
  border-radius: 6.25rem !important;
  background-color: #fff !important;
  color: #004eaa !important;
  font-family: Roboto,sans-serif !important;
}
#onetrust-banner-sdk #onetrust-accept-btn-handler:hover, #onetrust-banner-sdk #onetrust-accept-btn-handler:active {
  background-color: #E6EDF7 !important;
}
#onetrust-consent-sdk #onetrust-pc-btn-handler, #onetrust-consent-sdk #onetrust-pc-btn-handler.cookie-setting-link {
  color: #FFC600 !important;
  text-decoration: none;
}
#onetrust-consent-sdk #onetrust-pc-btn-handler:hover, #onetrust-consent-sdk #onetrust-pc-btn-handler.cookie-setting-link:hover, #onetrust-consent-sdk #onetrust-pc-btn-handler:active, #onetrust-consent-sdk #onetrust-pc-btn-handler.cookie-setting-link:active {
  text-decoration: underline !important;  
}

/* Anon */

#socialMediaShareButtonsContainer {
  display: none !important;
}


.modal_content .icon_btn_container {
  display: none!important;
}


@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap');

/* Typography - new */

html, body {
  font-size: 1rem;
  color: #03183c;
}

.small-text, input, p, textarea, a, ul li, article ol li {
    font-family: Roboto,sans-serif;
    font-size: 1.125rem;
    font-weight: 300;
}
.small-text, input, p, textarea, ul li, article ol li {
    color: #03183c;
}
.blueprint-background p, .verisk-blue-background p, .midnight_background p, .verisk-blue-background a, .midnight_background a, .medium-blue-background p, .medium-blue-background a, .dark-blue-background p, .dark-blue-background a {
  font-weight: 400 !important;
}

body h1, body .display, .lg-display {
  font-family: Martel;
  font-optical-sizing: auto;
  font-weight: 500 !important;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 3.5rem !important;
  line-height: calc(1rem + 16px);
  margin-bottom: 3.125rem;
  color: #03183c;
}

.header_text_container h1 {
  margin-bottom: 1.5rem !important;
}

body h2, .md-display, .large_text {
  font-size: 2rem !important; 
  font-weight: 500 !important; 
  color: #03183c;
}

.header_text_container h2 {
  font-size: 1.375rem !important; 
  font-weight: 400 !important; 
}

body h3, .sm-display  {
  font-size: 1.375rem !important; 
  font-weight: 500 !important;
}

body h4 {
  font-size: 1.375rem !important; 
  font-weight: 400 !important;
}

body h5 {
  font-size: 1.125rem !important; 
  font-weight: 500 !important; 
}


body h1, body h2, body h3, body h4, body h5, body p {
  line-height: calc(100% + 10px) !important;  
}

body h6 {
  line-height: calc(100% + 8px) !important;    
}

body h3, body h4, body h5 {
  color: #03183c; 
}

.headline {
  margin-bottom: 3rem!important;
  position: relative;
  color: #01358E !important;
}

.headline.no-pseudo {
  margin-bottom: 2.5rem!important; 
}

.headline:after {
  content: "";
  height: 0.25rem;
  border: none!important;
  border-radius: 0.125rem;
  background-color: #2165F6;
  width: 5.625rem;
  transition: width .375s cubic-bezier(.34,1.32,.64,1);
  will-change: width;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1rem;
}

p > a {
  color: #2165F6;
  text-decoration: underline;
}

p > a:hover, p > a:focus, p > a:active {
  text-decoration: underline;
}

.verisk-blue-background p > a {
  color: #ffffff;
  font-weight: 500;
}

.verisk-blue-background p > a:hover, .verisk-blue-background p > a:focus, .verisk-blue-background p > a:active {
  color: #ffc628;
  text-decoration: underline;
}

.medium-blue-background a.arrow-link:hover, .medium-blue-background a.arrow-link:focus, .medium-blue-background a.arrow-link:active, .dark-blue-background a.arrow-link:hover, .dark-blue-background a.arrow-link:focus, .dark-blue-background a.arrow-link:active {
  color: #ffc628 !important;
}

.section_title {
    text-align: left;
    max-width: 1360px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
}

@media only screen and (max-width: 992px) {
  body h1, .lg-display {
    font-size: 2.625rem !important;
    line-height: calc(100% + 8px) !important;  
  }
}

@media only screen and (min-width: 991px) {
  .headline.d-lg-block, h5.d-lg-block {
    display: block!important;
    visibility: visible !important;
  }
}


/* Colors  */
.blueprint-background, .action-blue {
  background: #2165F6 !important;
}
.blueprint-fill {
  fill: #2165F6 !important;;
}
.global-bg, .midnight_background {
  background: #00358e !important;
}
.alt-white-1-background {
  background-color: #f5fbe9 !important;
}
.alt-white-2-background {
  background-color: #e4fcff !important;
}
.alt-white-3-background {
  background-color: #edf4ff !important;
}
.blueprint-background *, .global-bg * {
  color: #ffffff;
}
.dark-text {
  color: #03183c!important;
}
.dark-background {
  background-color: #03183c!important;
}
.dark-fill {
  fill: #03183c!important;
}
.gold-background, .gold-background-after:after {
  background-color: #ffc600 !important;
}
.gold-fill {
  fill: #ffc600;
}
.verisk-blue {
  color: #00358e;
}
.verisk-blue-fill {
  fill: #00358e;
}
.verisk-blue-background {
  background-color: #00358e;
}
.verisk-blue-background h3, .verisk-blue-background h4, .verisk-blue-background h5, .verisk-blue-background p, .dark-blue-background h3, .dark-blue-background h4, .dark-blue-background h5, .dark-blue-background p, .red-background h3, .red-background h4, .red-background h5, .red-background p, .green-background h3, .green-background h4, .green-background h5, .green-background p, .plum-background h3, .plum-background h4, .plum-background h5, .plum-background p, .action-blue-background h3, .action-blue-background h4, .action-blue-background h5, .action-blue-background p, .medium-blue-background h3, .medium-blue-background h4, .medium-blue-background h5, .medium-blue-background p {
  color: #ffffff;
}
.action-blue {
  color: #2165F6 !important;
}
.action-blue-fill {
  fill: #2165F6 !important;
}
.action-blue-background, .action-blue-background-after:after {
  background-color: #2165F6 !important;
}
.medium-blue {
  color: #004EAA !important;
}
.medium-blue-fill {
  fill: #004EAA !important;
}
.medium-blue-background, .medium-blue-background-after:after {
  background-color: #004EAA !important;
}
.dark-blue {
  color: #002d61 !important;
}
.dark-blue-fill {
  fill: #002d61 !important;
}
.dark-blue-background, .dark-blue-background-after:after {
  background-color: #002d61 !important;
}
.orange {
  color: #fe7f1b!important;
}
.orange-background, .orange-background-after:after {
  background-color: #fe7f1b !important;
}
.green {
  color: #2a842d!important;
}
.green-fill {
  fill: #2a842d!important;
}
.green-background, .green-background-after:after {
  background-color: #2a842d !important;
}
.green-2 {
  color: #006a35;
}
.green-2-background {
  background-color: #006a35;
}
.green-2-fill {
  fill: #006a35;
}
.lake {
  color: #2ecddc!important;
}
.lake-background, .lake-background-after:after {
  background-color: #2ecddc !important;
}
.plum {
  color: #2a067b!important;
}
.plum-background, .plum-background-after:after {
  background-color: #2a067b !important;
}
.purple-background, .purple-background-after:after {
  background-color: #392080 !important;
}
.purple-2 {
  color: #5948ad;
}
.purple-2-background {
  background-color: #5948ad;
}
.purple-2-fill {
  fill: #5948ad;
}
.red {
  color: #d33737!important;
}
.red-background {
  background-color: #d33737!important;
}
.red-fill {
  fill: #d33737 !important;
}
.red-background, .red-background-after:after {
  background-color: #d33737 !important;
}
.pale-blue-background, .pale-blue-background-after:after {
  background-color: #e9F1fa !important;
}
.white {
  color: #fff !important;
}
.white-fill {
  fill: #fff !important;
}
.white-background {
  background-color: #fff !important;
}
.climate-orange {
  color: #f16e00;
}
.climate-orange-background {
  background-color: #f16e00;
}
.climate-orange-fill {
  fill: #f16e00;
}
.transparent {
  color: transparent!important;
}
.transparent-background {
  background-color: transparent!important;
}

/* Buttons */



a.btn:hover {
  border: 1px solid #2165F6 !important;
}

.btn, .btn_small, .nav-btn, .login-btn, button {
  background: #2165F6!important;
  color: #fff!important;
  border: 1px solid #2165F6 !important;
  padding: 0.75rem 1.5rem;
  border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
  border: none!important;
  min-width: unset!important;
  transition: all .25s ease-out;
  will-change: color;
  font-size: 1rem;
  font-weight: 500!important;
  line-height: 1.3;
  box-shadow: none;
  text-decoration: none!important;
  text-align: center;
  max-width: fit-content;
  filter: brightness(100%) !important;
}
.btn:hover, .nav-btn:hover, .btn_small:hover, .login-btn:hover, button:hover, .btn:focus, .nav-btn:focus, .btn_small:focus, .login-btn:focus, button:focus {
  filter: brightness(85%);
  border: none!important;
  text-decoration: none!important;
}
a.btn:focus {
  filter: brightness(100%) !important;
}
.btn.btn-reverse, .alternate_header .homepage_banner .header_text_container a.btn_small, .user_logos.midnight_background .btn {
  background: #ffffff!important;
  color: #2165F6!important;
}
a.btn.btn-reverse {
  color: #2165F6 !important;
  border: 1px solid #ffffff !important;
  background: #fff !important;
}
a.btn.btn-reverse:hover {
  color: #2165F6 !important;
  border: 1px solid #ffffff !important;
  background: #fff !important;
}
.btn.btn-secondary {
  background: #ffc628!important;
  color: #2165F6!important;
}
.login-btn, .login-btn:hover, .login-btn:focus {
  border: 1px solid #2165F6 !important;
  min-width: unset;
  color: #fff !important;
}
.btn.btn-reverse.btn-border {
  border: 1px solid #2165F6 !important;
}
.btn.btn-reverse.btn-border:hover {
  border: 1px solid #ffffff !important;
}
.btn_small {
  font-size: 14px;
  padding: 0.5rem 1rem !important;
}
.report-download section button.Form__Element {
  width: auto !important;
}

@media screen and (max-width: 992px) {

  .mobile_nav a.login-btn {
    margin-left: 0;
    padding: 0.75rem 1.5rem;
    min-width: 180px;
  }

}


/* Arrow link */

.arrow-link {
  font-weight: 500 !important;
  color: #2165F6;
}

.arrow-link span {
  width: 21px;
  height: 21px;
  margin-left: -21px;
  margin-top: -2px;
  vertical-align: middle;
  text-align: center;
  display: inline-block;
  padding-top: 5px;
  padding-left: 2px;
  border-radius: 50%;
  background-color: #2165F6;
  transform: translateX(27px);
  transition: transform .25s ease-out;
}

.arrow-link:hover, .arrow-link:active, .arrow-link:focus {
  color: #2a7de1
}

.arrow-link:hover span, .arrow-link:focus span {
  transform: translateX(33px);
}
  
.arrow-link span img {  
  vertical-align: top;
  height: 11px;
}

.arrow-link span svg {  
  vertical-align: top;
}

.verisk-blue-background a.arrow-link {
  color: #ffffff;
}


.verisk-blue-background a.arrow-link:hover, .verisk-blue-background a.arrow-link:focus {
  color: #ffc600 !important;
}

.verisk-blue-background .arrow-link span {
  background-color: #ffc600;
}

.verisk-blue-background .arrow-link span svg {
  color: #00358e;
}


/* Nav */

.logo_container, .logo_container .nav_logo {
  height: 64px !important;
}

.nav_container {
  min-height: 64px !important;
}

.search_container {
  height: 64px !important;
}

body nav ul li {
  height: 64px;
  -webkit-box-align: center!important;
  -ms-flex-align: center!important;
  align-items: center!important;
  -webkit-box-pack: center!important;
  -ms-flex-pack: center!important;
  justify-content: center!important;
}

body nav ul li a {
  line-height: 64px;
  padding: 0 1.5rem;
}

.nav_item .nav_dropdown {
  top: 64px;
}

.nav_dropdown ul li {
  margin: 0.5rem 0;
}

.nav_item .nav_dropdown.flyout_dropdown {
  top: -20px;
}

.nav_strap_breadcrumb_container ol li a, .nav_strap_breadcrumb_container ol li span  {
  font-weight: 400;
}

@media screen and (max-width: 992px) {

  nav .menu:before {
    background-image: url(https://maplecroft.com/Maplecroft/Assets/Images/Icons/menu_midnight.svg);
  }

  .nav_dropdown ul li {
    margin: 0;
  }

}

@media (min-width:992px) and (max-width:1190px) {
  .nav_container {
    padding-right: 75px;
  }
}

/* Mobile nav */

.mobile_nav nav .nav_item a:after {
  height: 64px;
}

.mobile_nav .nav_dropdown ul li a {
  line-height: 64px;
  padding: 0 20px;
}

.mobile_nav .nav_section .portal_link_flyout a, .mobile_nav .nav_section .portal_link a {
  height: 64px !important;
}

@media screen and (max-width: 992px) {

  nav .menu:before{
    background-image: url(/Maplecroft/Assets/Images/Icons/menu_midnight.svg) !important;
  }

}


/* Subnav */

section.subnav_container {
  z-index: 50;
}

nav.subnav {
  z-index: 998;
}

.nav-title h5 {
  margin: 0;
  line-height: 90px !important;
  font-size: 1rem; 
}


/* Nav strap */

/*
.strip-header .nav_strap {
  border-bottom: 1px solid #fafafa !important;
  background-color: #fff !important;
  color: #00358e !important;
}
*/

.nav_strap_breadcrumb_container ol li, .nav_strap_breadcrumb_container ol li a {
  color: #03183c !important;
  line-height: 34px;
}

.nav_strap_breadcrumb_container ol li a:hover, .nav_strap_breadcrumb_container ol li a:focus {
  color: #2165F6 !important;
}

.alternate_header .nav_strap_link, .hero-header .nav_strap_link, .strip-header .nav_strap_link {
  color: #03183c;
  font-weight: 400;
}

.alternate_header .nav_strap_link_container a.nav_strap_link:hover, .hero-header .nav_strap_link_container a.nav_strap_link:hover, .strip-header .nav_strap_link_container a.nav_strap_link:hover {
  color: #2165F6;
}

/* Header */
.image_mask .img_container {
  background-color: #01358e !important;
  background-image: unset;
}

header > div > div > .row > div {
  display: flex;
  align-items: center;
}

header .feature_header_container .header_text_container {
  padding: 0!important;
}


/* Header - Hero */

.hero-header header {    
  height: 565px;
}

.hero-header .feature_header_container {
  height: auto!important;
  z-index: -1;
}

.hero-header .feature_header_container h1, .hero-header .feature_header_container h2 { 
  text-shadow: none;
  color: #03183c;
}

.hero-header .feature_header_container h1 { 
  color: #03183c;
}

.hero-header .feature_header_container h2 { 
  color: #03183c;
}

.hero-header .feature_header_container {
  margin: 0 auto;
  max-width: 1360px;
}

.hero-header .image_mask { 
  mask: none !important;
  -webkit-mask: none !important;
}

.hero-header .image_mask:before { 
  content: "";
  height: 0;
  width: 25%;
  padding-bottom: 25%;
  display: block;
  background: #2165F6;
  position: absolute;
  z-index: 2;
  border-radius: 50%;
  left: 0;
  bottom: 0;
  transform: translate(25%,0%);
}

.hero-header .image_mask .img_container { 
  height: 744px;
  width: 744px;
  margin: 0;
  border-radius: 50%;
  left: 0;
  position: relative;
  background-size: cover!important;
  background-attachment: unset;
}

.hero-header .image_mask .img_container:before {
  display:  none;
} 

.hero-header .feature_header_container>.container, .hero-header .feature_header_container>.image_mask {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
}

.hero-header .feature_header_container {
  display: flex;
  flex-grow: 1!important;
}


.hero-header .nav_strap {
  background-color: #ffffff;
  border-bottom: 1px solid #fafafa;
}


.hero-header nav.overlay {
  background: #fff;
}

.hero-header nav.overlay:hover, .hero-header nav.overlay:focus {
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 6%), 0 2px 3px 0 rgb(0 0 0 / 4%), 0 2px 1px -1px rgb(0 0 0 / 10%);
}


.hero-header nav.overlay .nav_logo {
    background-image: url(/siteassets/images/_code-dependent/_logos/_verisk_maplecroft_logo.svg);
    background-image: -webkit-image-set(url(/siteassets/images/_code-dependent/_logos/_verisk_maplecroft_logo.png) 1x,url(/siteassets/images/_code-dependent/_logos/_verisk_maplecroft_logo.svg) 2x);
    background-image: image-set(url(/siteassets/images/_code-dependent/_logos/_verisk_maplecroft_logo.png) 1x,url(/siteassets/images/_code-dependent/_logos/_verisk_maplecroft_logo.svg) 2x);
}

.hero-header .nav_container ul li a {
    color: #002d61;
}

.hero-header nav .search_container .search:before {
  background-image: url(/Maplecroft/Assets/Images/Icons/search_midnight.svg);
}


@media only screen and (min-width: 992px) {

  .hero-header .image_mask .img_container { 
    background-position: bottom;
    background-size: auto 501px !important;
  }

}


@media only screen and (min-width: 768px) {

  .hero-header .feature_header_container>.container, .hero-header .feature_header_container>.image_mask {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .hero-header .feature_header_container>.image_mask {
    display: flex;
    align-items: flex-end;
    max-height: 565px;
    max-width: unset;
  }

}


@media only screen and (max-width: 768px) {

  .hero-header header {
    overflow: hidden;
  }

  .hero-header .feature_header_container {
    display: inline-block;
    width: 100%;
    overflow: hidden;
  }

  .hero-header .feature_header_container {
    height: 100%;
  }

  .hero-header .feature_header_container .header_text_container {
    margin-top: 12rem;
  }

  .hero-header .feature_header_container>.image_mask {
    display: inline-block;
    overflow: hidden;
    width: 120%;
    max-width: unset;
    max-height: 300px;
  }

  .hero-header .image_mask:before {
    height: 0;
    min-height: 1px;
    padding-bottom: 30%;
    width: 30%;
    bottom: auto;
    top: 0;
    right: 0;
    left: auto;
    transform: translate(0);
  }

  .hero-header .image_mask .img_container {
    bottom: unset;
    left: -10vw;
    height: 120vw!important;
    width: 120vw!important;
    max-width: unset;
  }

  .hero-header section.subnav_container .subnav ul li {
    -webkit-box-align: left!important;
    -ms-flex-align: left!important;
    align-items: left!important;
    -webkit-box-pack: left!important;
    -ms-flex-pack: left!important;
    justify-content: left!important;
  }

  .hero-header section.subnav_container .subnav ul li .btn {
    margin-left: 0;
  }

}

@media only screen and (max-width: 1528px) {

  .hero-header header {
    height: auto;
  }

  .hero-header .image_mask .img_container { 
    height: calc(50vw - 20px);;
    width: calc(50vw - 20px);
  }

}


/* Header - Strip */

.strip-header.child-page section.nav_section {
  display: none !important;
}

.strip-header.child-page section.subnav_container {
  position: absolute;
  top: 35px;
  width: 100%;
  background: #ffffff;
}

.strip-header.child-page section.subnav_container .subnav {
  border-bottom: 0;
}

.strip-header header {    
  margin-top: 64px;
}

.strip-header .feature_header_container h1, .strip-header .feature_header_container h2 { 
  text-shadow: none;
}

.strip-header .feature_header_container {
  margin: 0 auto;
}

.strip-header .image_mask { 
  mask: none !important;
  -webkit-mask: none !important;
}

.strip-header .feature_header_container>.image_mask {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.strip-header .feature_header_container>.image_mask .img_container:before {
    background: linear-gradient(35deg,#002d61,#002d61 75%);
    background: linear-gradient(35deg,#002d61,transparent 75%);
    height: 100%;
}

.strip-header .feature_header_container {
  display: flex;
  flex-grow: 1!important;
}

.strip-header .feature_header_container .header_text_container {
  max-width: 60%;
}

/*
.strip-header .nav_strap {
  background-color: #fafafa;
}
*/

.strip-header nav.overlay {
  background: #fff;
}

.strip-header nav.overlay:hover, .strip-header nav.overlay:focus {
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 6%), 0 2px 3px 0 rgb(0 0 0 / 4%), 0 2px 1px -1px rgb(0 0 0 / 10%);
}

.strip-header nav.overlay .nav_logo, .report-download nav.overlay .nav_logo {
    background-image: url(/siteassets/images/_code-dependent/_logos/_verisk_maplecroft_logo.svg);
    background-image: -webkit-image-set(url(/siteassets/images/_code-dependent/_logos/_verisk_maplecroft_logo.png) 1x,url(/siteassets/images/_code-dependent/_logos/_verisk_maplecroft_logo.svg) 2x);
    background-image: image-set(url(/siteassets/images/_code-dependent/_logos/_verisk_maplecroft_logo.png) 1x,url(/siteassets/images/_code-dependent/_logos/_verisk_maplecroft_logo.svg) 2x);
}

.strip-header .nav_container ul li a {
    color: #002d61;
}

.strip-header nav .search_container .search:before {
  background-image: url(/Maplecroft/Assets/Images/Icons/search_midnight.svg);
}


@media only screen and (min-width: 768px) {

  .strip-header .feature_header_container {
    height: 420px;
  }

}

@media only screen and (max-width: 768px) {
  
  .strip-header .feature_header_container .header_text_container {
    max-width: unset;
  }

}

@media only screen and (max-width: 991px) {

  .strip-header.child-page section.nav_section {
    display: flex !important;
    top: 0;
  }

  .strip-header.child-page header {
    margin-top: 128px;
  }

}

/* Header - White */

.header-white .header_text_container h1 {
  color: #03183c;
}

.header-white .header_text_container h2, .header-white .header_text_container h3 {
  color: #03183c;
}

.header-white .image_mask .img_container {
  background-color: unset !important;
  background-attachment: unset !important;
}

.header-white .img_container:before {
  display: none;
}

/* Header - Circular strip */

.circ-strip-header header {    
  height: auto;
}

.circ-strip-header .feature_header_container h1, .circ-strip-header .feature_header_container h2 { 
  text-shadow: none;
}

.circ-strip-header .feature_header_container {
  margin: 0 auto;
}

.circ-strip-header .image_mask { 
  mask: none !important;
  -webkit-mask: none !important;
  z-index: unset;
}

.circ-strip-header .feature_header_container>.container, .circ-strip-header .feature_header_container>.image_mask {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
}

.circ-strip-header .feature_header_container {
  background-color: #01358E;
}

.circ-strip-header .feature_header_container {
  display: flex;
  flex-grow: 1!important;
}

.circ-strip-header nav.overlay {
  background: #fff;
}

.circ-strip-header nav.overlay:hover {
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 6%), 0 2px 3px 0 rgb(0 0 0 / 4%), 0 2px 1px -1px rgb(0 0 0 / 10%);
}


.circ-strip-header nav.overlay .nav_logo {
    background-image: url(/siteassets/images/_code-dependent/_logos/_verisk_maplecroft_logo.svg);
    background-image: -webkit-image-set(url(/siteassets/images/_code-dependent/_logos/_verisk_maplecroft_logo.png) 1x,url(/siteassets/images/_code-dependent/_logos/_verisk_maplecroft_logo.svg) 2x);
    background-image: image-set(url(/siteassets/images/_code-dependent/_logos/_verisk_maplecroft_logo.png) 1x,url(/siteassets/images/_code-dependent/_logos/_verisk_maplecroft_logo.svg) 2x);
}

.circ-strip-header .nav_container ul li a {
    color: #002d61;
}

.circ-strip-header nav .search_container .search:before {
  background-image: url(/Maplecroft/Assets/Images/Icons/search_midnight.svg);
}

.circ-strip-header .img_container:before {
  content: url(https://www.maplecroft.com/siteassets/images/design-assets/circ_header.svg);
  height: auto;
  width: auto;
  background: unset;
}


@media only screen and (min-width: 768px) {

  .feature_header_container {
    height: 500px;
  }

  .circ-strip-header .feature_header_container>.container, .circ-strip-header .feature_header_container>.image_mask {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .circ-strip-header .feature_header_container>.container {
    max-width: 700px;
    margin-right: 0 !important;
  }

}


/* Archive */

.archive-download ul {
  padding-left: 20px;
}

.archive-download ul li {
  font-size: 0.842rem;
  line-height: 1.474rem;
}

.archive-download button.btn {
  padding: 0;
  background-color: transparent !important;
  border: 0 !important;
  color: #03183c !important;
  font-size: 1rem;
  border-radius: 0;
  min-width: unset;
}


.archive-download button.btn:hover, .archive-download button.btn:focus {
  color: #2165F6 !important;
  filter: brightness(100%);
  transform: scale(1.0);
}

.archive-download button.btn span {
  font-weight: 500;
}

.archive-download button.btn span:after {
  content: "";
  width: 21px;
  height: 21px;
  margin-left: -21px;
  margin-top: -2px;
  vertical-align: middle;
  text-align: center;
  display: inline-block;
  padding-top: 5px;
  padding-left: 2px;
  border-radius: 50%;
  background-color: #2165F6;
  transform: translateX(27px);
  transition: transform .25s ease-out;
  background-image: url("https://www.maplecroft.com/siteassets/images/icons/arrow_icon_white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 7px 11px;
}

.archive-download button.btn:hover span:after, .archive-download button.btn:focus span:after {
  transform: translateX(33px);
}

.archive-download button.btn span.if-not-collapsed:after {
  transform: translateX(27px) rotate(90deg);
}

.archive-download button.btn:hover span.if-not-collapsed:after, .archive-download button.btn:focus span.if-not-collapsed:after {
  transform: translateX(33px) rotate(90deg);
}

.background-spot {
  background: #00358e;
  height: calc(100% + 15rem);
  display: block;
  position: absolute;
  border-radius: 50%;
  top: -2rem;
  left: 55vw;
  z-index: -1;
  width: auto;
}

.background-spot-small {
    height: calc(25% + 7.5rem);
    display: block;
    background: #2165F6;
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    top: -7rem;
    bottom: 0;
    left: 50vw;
}

.archive-download img {
  box-shadow: 0 0 18px rgb(0 0 0 / 20%);
}


.subnav_intro {
  padding-top: 4.211rem;
}


@media only screen and (min-width: 1200px) {

  .archive-download .col-sm-4 {
   -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 20% !important;
    flex: 0 0 20% !important;
    max-width: 20% !important;
  }

  .archive-download .col-sm-4 img {
    box-shadow: 0 0 18px rgb(0 0 0 / 20%);
  }

  .archive-download .col-sm-8 {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 80% !important;
    flex: 0 0 80% !important;
    max-width: 80% !important;
    padding-top: 1rem;
  }

}


@media only screen and (max-width: 1000px) {

  .background-spot-small, .background-spot {
    display: none;
  }

}


@media only screen and (max-width: 575px) {

  .archive-download .col-sm-4 {
    -ms-flex-order: unset;
    order: unset;
  }

  img.fullwidth_img {
    max-width: 250px;
    margin-bottom: 2rem;
  }

}



/* Form styling  */

#embedform .select2-selection {
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
}

#embedform .select2-selection, .select2-container .select2-results__option, .archive-download .select2-selection {
  padding: 10px;
}

.select2-container .select2-results__option {
    border-bottom: 1px solid #d8d8d8;
}

#embedform .select2-selection__rendered, .select2-container .select2-results__option, .archive-download .select2-selection__rendered {
  font-size: .7368rem !important;
  line-height: 1.158rem !important;
  color: #03183c !important;
}

#embedform .select2-container--default .select2-selection--single .select2-selection__arrow b, .archive-download .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #d8d8d8 transparent transparent!important;
}

.select2-container .select2-dropdown {
  border: 1px solid #d8d8d8;
}

.select2-container .select2-dropdown {
  box-shadow: 0 0 18px rgb(0 0 0 / 15%);
}

#embedform .FormSubmitButton, .archive-download .FormSubmitButton {
  margin-top: 3rem!important;
}

.archive-download .FormChoice {
  display:  inline-block;
}

.form-container form.EPiServerForms .Form__MainBody .Form__Element.FormParagraphText.Form__Element--NonData {
  bottom:  0!important;
}



/* Pillar page Epi form styling */

.pillar-contact div section.form_container {
  padding-top: 3rem;
}


.pillar-contact form.EPiServerForms {   
  display: flex;
  background-color: rgba(255,255,255,0.9);
  border-radius: 8px;
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 6%), 0 2px 3px 0 rgb(0 0 0 / 4%), 0 2px 1px -1px rgb(0 0 0 / 10%);
  padding: 3rem;
  overflow: hidden;
}

.pillar-contact form.EPiServerForms::before {   
  background: #00358e;
  height: 100%;
  display: block;
  max-width: none;
  border-radius: 50%;
  content:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
  position: absolute;
  left: -20%;
  top: -40%;
  height: 100%;
  max-height: 950px;
  z-index: 0;
  width: 950px;
}

.pillar-contact form.EPiServerForms::after {   
  content: "";
  background-image:url();
  position: absolute;
  left: -50px;
  bottom: 0;
  height: 75%;
  width: 50%;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 115%;
}

.pillar-contact form.EPiServerForms > h5 {
  color: #ffffff;
}

.pillar-contact form.EPiServerForms > h5, .pillar-contact form.EPiServerForms > .Form__MainBody {
  width: 50%;
  z-index: 1;
  padding: 3rem;
}

.pillar-contact form.EPiServerForms > .Form__MainBody {
  position: relative;
}

.form_container form.EPiServerForms .Form__MainBody section.Form__Element {
  padding-top: 0;
}

.pillar-contact .Form__Title {
  font-size: 3.125rem !important; 
  font-weight: 500 !important; 
  margin-bottom: 3.125rem !important;
}

.pillar-contact form.EPiServerForms .Form__MainBody .Form__Element.FormParagraphText.Form__Element--NonData {
  width: auto!important;
}

.pillar-contact form.EPiServerForms .Form__MainBody .Form__Element.FormParagraphText.Form__Element--NonData p, .pillar-contact .FormChoice label {
  font-size: 0.875rem;
  font-weight: 500;
}




/* Form styling */


.report-download #container .nav_strap {
    background-color: #ffffff;
}

.report-download header {
  display: none;
}

.report-download.form_embed > .container {
  overflow: visible;
}

.report-download .form_embed {
  padding-bottom: 0;
}

.report-download .form_embed>.container {
  overflow: visible;
}

.report-download #embedform iframe, .report-download .form_description {
  width: 50%;
  min-width: 50%;
}

.report-download #embedform .form_description {
  padding: 80px 40px 40px 80px;
  min-height: 1200px!important;
  position: relative;
}

.report-download .form_description div {
  position: relative;
  top: 250px;
}

.report-download .form_description h3, .form_description p {
  color: #ffffff;
  padding-right: 40px;
}

.report-download .form_description img {
  width: 100%;
  max-width: 300px; 
  box-shadow: 0 0 18px rgb(0 0 0 / 20%);
}

.report-download .form_description img.screen {
  width: 100%;
  max-width: unset; 
  box-shadow: none;
}

.report-download #embedform {
  display: flex;
  background-color: rgba(255,255,255,0.9);
  border-radius: 8px;
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 6%), 0 2px 3px 0 rgb(0 0 0 / 4%), 0 2px 1px -1px rgb(0 0 0 / 10%);
  padding: 0;
  overflow: hidden;
}

.report-download.dark #embedform {
  background-color: rgba(0,53,142,0.9);
}

.report-download #embedform iframe {
  padding: 60px;
  min-height: 100%;
  border-radius: 0px 8px 8px 0px;
  z-index: 1;
}

.report-download .form_embed > .container > .row {
  padding: 40px;
}


.report-download section.form_container {
  padding: 0;
}

.report-download section .Form__Element {
  width: 100% !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.report-download .graphicMotif {
  position: absolute;
  left: -20%;
  top: -40%;
  height: 100%;
  max-height: 950px;
  z-index: 0;
}

.report-download .graphicMotif > img {
  background: #00358e;
  width: auto;
  height: 100%;
  display: block;
  max-width: none;
  border-radius: 50%;
}

.report-download.dark .graphicMotif > img {
  background: #2165F6;
}

.report-download .form_container form.EPiServerForms .Form__MainBody .Form__Element {
  clear: both;
  float: none;
}


@media only screen and (max-width: 992px) {

  .report-download .form_embed > .container > .row {
    padding: 20px;
  }

  .report-download #embedform {
    display: inline-block;
    padding-bottom: 40px;
  }

  .report-download #embedform .form_container, .report-download .form_description {
    width: 100%;
    min-width: 100%;

  }

  .report-download .nav-title {
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
  }

  .report-download .form_description {
    background-image: none;
    padding: 40px;
    min-height: unset;
  }

  .report-download .form_description p {
    margin-bottom: 0;
  }

  .report-download .form_description img {
    display: none;
  }

  .report-download #embedform iframe {
    padding: 40px;
  }

  .report-download .subnav_container {
    padding-top: 128px !important;
  }

  .report-download .graphicMotif {
    left: -30%;
    top: -620px;
    height: 900px;
  }

  .report-download #embedform iframe {
    width: 100%;
  }

  .subnav_container {
    padding-top: 70px;
  }

  .subnav_container nav ul {
    margin: 0;
  }

  .report-download #embedform .form_description {
    min-height: unset!important;
    background-color: #01358E;
  }

}


@media only screen and (max-width: 600px) {

  .cta a, .cta a.skeleton {
    display: block;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

}


@media only screen and (min-width: 992px) {

  iframe {
    width: 100%;
  }

  .report-download section.nav_section {
    display: none !important;
  }

  .report-download .graphicMotif.no-image {
    top: -15%;
  }

}


@media only screen and (max-width: 640px) {
  .report-download #embedform .image_container {
  padding-top: 0;
  }
}


.contact_us_strip_container button.btn_small {
    color: #fff!important;
}




/* Careers */

.results_list li a h3 {
  color: #2165F6;
  text-decoration: underline;
}

.results_list li a:hover h3, .results_list li a:focus h3 {
  filter: brightness(90%);
}

.results_list .btn_small {
  min-width: unset;
}



/* Sidekick */

@media only screen and (max-width: 768px) {

  div>section.sidekick .justify-content-end>div {
    padding-left: 0!important;
  }

}


/* Q & A */

.qa_card .card_img_container {
  height: 470px !important;
}

.qa_card h3.large_text {
  font-size: 2.25rem !important;
  margin-bottom: 2rem !important;
}

.qa_card .list_content a {
  font-size: 1.125rem !important;
}


/* Homepage */

.alternate_header .homepage_banner .img_container:before {
  background: linear-gradient(270deg,#00358e, #00358e 20%,#00358e 70%,#00358e 95%);
  background: linear-gradient(270deg,rgba(0,53,142,0),rgba(0,53,142,0) 20%,rgba(0,53,142,.8) 70%,#00358e 95%);
}

.alternate_header .nav_strap {
  background-color: #ffffff;
  border-bottom: 1px solid #fafafa;
} 

@media screen and (min-width: 992px) {
  .alternate_header .homepage_banner {
    margin-top: 64px;
  }
}


/* Homepage - Feature strip */

.alternate_header .feature_strip_container {
  background: #00358e;
}

.alternate_header .feature_strip_card .card_text {
  float: unset;
}


@media screen and (min-width: 992px) {

  .alternate_header .feature_strip_container {
    background: #00358e;
    background: rgba(0, 53, 142, .85);
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
  }

}


/* Homepage - Logos */

.user_logos.midnight_background {
  background-color: #00358e;
}

.user_logos .user_logo_container:before {
  background: linear-gradient(270deg,rgba(0,53,142,0) 0,#00358e);
}

.user_logos .user_logo_container:after {
  background: linear-gradient(90deg,rgba(0,53,142,0) 0,#00358e);
}


/* Backgrounds - Section class: position-relative */



.verisk-blue-background h1, .verisk-blue-background h2, .verisk-blue-background h3, .verisk-blue-background h4, .verisk-blue-background h5, .verisk-blue-background p, .verisk-blue-background li {
  color: #ffffff;
}

.verisk-blue-background .headline {
  color: #ffffff !important;
}

@media screen and (max-width: 992px) {

  section.top-shift:before, section.top-shift:after {
    top: 0 !important;
  }

}


/* Positioning */

.trans-x {
  -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.overflow-hidden {
  overflow: hidden;
}
.no-z-index {
  z-index: unset!important;
}
.z-index-2 {
  z-index: 2 !important;
}
.z-index-1 {
  z-index: 1 !important;
}
.z-index-0 {
  z-index: 0 !important;
}
.z-index--1 {
  z-index: -1 !important;
}
.z-index--2 {
  z-index: -2 !important;
}
.z-index--5 {
  z-index: -5 !important;
}

/* Ticker */
.media-page .ticker-wrap {
  background-color: #392080;
}
.media-page .ticker-outer:before {
  background: linear-gradient(270deg,#392080 0,#392080);
  background: linear-gradient(270deg,rgba(57,32,128,0) 0,#392080);
}
.media-page .ticker-outer:after {
  background: linear-gradient(90deg,#392080 0,#392080);
  background: linear-gradient(90deg,rgba(57,32,128,0) 0,#392080);
}

/* Misc */
.css {
  display: none;
}
.br-lg {
  border-radius: 12px;
}
.br-sm {
  border-radius: 8px;
}
.scroll_arrow {
  display: none;
}
.verisk_style .container, .verisk_style .container-fluid {
    max-width: 1360px;
}
.verisk_style .story_column {
    max-width: 1360px !important;
}
.container {
  max-width:  1360px;
}
body .container, body .container-fluid {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.figure-sub {
  padding-left: 1.5rem
}
.search_container .search, .search_container .search-close {
  height: 64px!important;
}
.no-pseudo:after, .no-pseudo:before {
  display: none;
}

@media only screen and (max-width: 768px) {
  .hero-header .subnav_intro {
    padding-top: 0;
  }
  .img_container {
    background-size: inherit!important;
  }
}
li.nav_item.submenu_flyout:hover:before {
  margin-top: -10px !important;
}
.video_block .modal_header h3 {
  color: #ffffff !important;
}
.modal_content .figure-sub {
  color: #ffffff;
  font-weight: 400;
}
svg.icon {
  height: 40px;
  width: auto;
}
.frame {
  background-color: rgba(255,255,255,0.9); 
  border-radius: 8px; 
  border: 1px solid #f0f0f0; 
  -webkit-box-shadow: 8px 8px 0 rgba(210,210,210,.1); 
  box-shadow: 8px 8px 0 rgba(210,210,210,.1);
}
.lg-frame {
  background-color: rgba(255,255,255,0.9); 
  border-radius: 12px; 
  border: 1px solid #f0f0f0; 
  -webkit-box-shadow: 8px 8px 0 rgba(210,210,210,.1); 
  box-shadow: 8px 8px 0 rgba(210,210,210,.1);
}
.report-cover {
  width: 100%;
  max-width: 350px;
}

/* Background */
.background-1 {
  z-index: 0;
}
.background-1:before {
  content: unset;
  background-image: url(https://www.maplecroft.com/siteassets/images/solutions/data-wave.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;  
  width: 100%;
  height: 100vh;
  display: block;
  position: absolute;
  top: 0;
  z-index: -3;
}
@media screen and (min-width: 767px) {
  .background-1:before {
    content: "" !important;
  }
}
.top-shift:before, .top-shift:after {
  top: -25rem !important;
}
.bottom-shift:before, .bottom-shift:after {
  top: 70% !important;
}
.header-shift:before {
  top: -4rem !important;
}
.background-shift--60:before, .background-shift--60:after {
  top: -60% !important;
}
.background-shift--50:before, .background-shift--50:after {
  top: -50% !important;
}
.background-shift--40:before, .background-shift--40:after {
  top: -40% !important; 
}
.background-shift--30:before, .background-shift--30:after {
  top: -30% !important;
}
.background-shift--20:before, .background-shift--20:after {
  top: -20% !important;
}
.background-shift-20:before, .background-shift-20:after {
  top: 20% !important;
}
.background-shift-30:before, .background-shift-30:after {
  top: 30% !important;
}
@media only screen and (min-width: 2000px) {
  .background-shift-xlg--40:before, .background-shift-xlg--40:after {
    top: -40% !important;
  }
  .background-shift-xlg--30:before, .background-shift-xlg--30:after {
    top: -30% !important;
  }
  .background-shift-xlg--20:before, .background-shift-xlg--20:after {
    top: -20% !important;
  }
  .background-shift-xlg--10:before, .background-shift-xlg--10:after {
    top: -10% !important;
  }
}
.left-fade:after {
  content: "";
  background: linear-gradient(90deg,#fff 45%,#fff 80%);
  background: linear-gradient(90deg,#fff 45%,transparent 80%);
  height: 100vh; 
  width: 100%;
  position: absolute;
  top: 0;
  opacity: .95;
  z-index: -2;
}
.left-fade-70:after {
  content: "";
  background: linear-gradient(90deg,#fff 62%,#fff 85%);
  background: linear-gradient(90deg,#fff 62%,transparent 85%);
  height: 100vh; 
  width: 100%;
  position: absolute;
  top: 0;
  opacity: .95;  
  z-index: -2;
}
.right-fade:after {
  content: "";
  background: linear-gradient(-90deg,#fff 45%,#fff 80%);
  background: linear-gradient(-90deg,#fff 45%,transparent 80%);
  height: 100vh; 
  width: 100%;
  position: absolute;
  top: 0;
  opacity: .95;
  z-index: -2;
}
.right-fade-70:after {
  content: "";
  background: linear-gradient(-90deg,#fff 62%,#fff 85%);
  background: linear-gradient(-90deg,#fff 62%,transparent 85%);
  height: 100vh; 
  width: 100%;
  position: absolute;
  top: 0;
  opacity: .95;  
  z-index: -2;
}
.left-fade:after {
  content: "";
  background: linear-gradient(90deg,#fff 45%,#fff 80%);
  background: linear-gradient(90deg,#fff 45%,transparent 80%);
  height: 100vh; 
  width: 100%;
  position: absolute;
  top: 0;
  opacity: .95;
  z-index: -2;
}
.right-fade-dark:after {
  content: "";
  background: linear-gradient(-90deg,#00358e 45%,#002d61 80%);
  background: linear-gradient(-90deg,#00358e 45%,transparent 80%);
  height: 100vh; 
  width: 100%;
  position: absolute;
  top: 0;
  opacity: .95;  
  z-index: -2;
}
.right-fade-dark-70:after {
  content: "";
  background: linear-gradient(-90deg,#00358e 62%,#002d61 85%);
  background: linear-gradient(-90deg,#00358e 62%,transparent 85%);
  height: 100vh; 
  width: 100%;
  position: absolute;
  top: 0;
  opacity: .95;  
  z-index: -2;
}
.left-fade-dark-70:after {
  content: "";
  background: linear-gradient(90deg,#00358e 62%,#002d61 85%);
  background: linear-gradient(90deg,#00358e 62%,transparent 85%); 
  height: 100vh; 
  width: 100%;
  position: absolute;
  top: 0;
  opacity: .95;  
  z-index: -2;
}
.background-flip:before {
  -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.trans-x {
  -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.trans-y {
  -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
}
.trans-x-y-pseudo:before {
  -webkit-transform: scaleX(-1) scaleY(-1);
    transform: scaleX(-1) scaleY(-1);
}
.fade-left-container {
  width: 100vw;
  position: absolute;
  top: -35rem;
  z-index: 0;
    -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  left: calc(50% - 50vw);
}
.fade-left-container:before {
  content: "";
  background: linear-gradient(-90deg,#00358e 62%,#002d61 85%);
  background: linear-gradient(-90deg,#00358e 62%,transparent 85%); 
  height: 100vh; 
  width: 100%;
  position: absolute;
  top: 0;
  opacity: .95;  
  z-index: 0;
}
.verisk-blue-background h1, .verisk-blue-background h2, .verisk-blue-background h3, .verisk-blue-background h4, .verisk-blue-background h5, .verisk-blue-background p, .verisk-blue-background li {
  color: #ffffff;
}
.verisk-blue-background .headline {
  color: #ffffff !important;
}

.lg-background-motif {
  border-radius: 50%;
  position: absolute;
  height: 45rem;
  width: 45rem;
  top: 0;
  z-index: -1;
}
.lg-background-motif.right {
  right: -66.666%;
}
.lg-background-motif.left {
  left: -66.666%;
}
@media only screen and (max-width: 992px) {
  .lg-background-motif, .lg-background-spot {
    display: none!important;
  }
}
.hero-header-wave header:before {
  content: "";
  background-image: url(https://www.maplecroft.com/siteassets/images/solutions/data-wave.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 100%;
  height: 100vh;
  display: block;
  position: absolute;
  top: -20%;
  z-index: -3;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.hero-header-wave header:after {
  content: "";
  background: linear-gradient(90deg,#fff 35%,#fff 65%);
  background: linear-gradient(90deg,#fff 35%,transparent 65%);
  height: 100vh;
  width: 100%;
  position: absolute;
  top: -130px;
  opacity: .95;
  z-index: -2;
}
@media only screen and (min-width: 2000px) {
  .hero-header-wave header:before, .hero-header-wave header:after {
    top: -40% !important;
  }
}
@media only screen and (max-width: 768px) {
  .hero-header-wave header:before, .hero-header-wave header:after {
    content: unset;
  }
}

/* Insights */
.sub .header_text_container {
  display: flex;
  flex-direction: column-reverse;
}
.sub .header_text_container h2 {
  margin-bottom: 0 !important;
}
/* Insight card */
body .small_card {
  padding: 2rem!important;
  height: 530px;
  border: 1px solid #f0f0f0;
  border-radius: 8px;
  transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
  background-color: #ffffff;
  -webkit-box-shadow: 8px 8px 0 rgba(210,210,210,.1);
  box-shadow: 8px 8px 0 rgba(210,210,210,.1);
}
body .small_card:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  -webkit-box-shadow: 12px 12px 0 rgba(210,210,210,.06);
  box-shadow: 12px 12px 0 rgba(210,210,210,.06);
}
/*
body .small_card .card_img {
  background-size: 100% auto;
}
body .small_card:hover .card_img {
  background-size: 102% auto;
}
*/
body .small_card:hover .card_text h4.medium_text {
  color: #2165F6 !important;
  text-decoration: underline;
  transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
body .small_card.plum_card:hover .card_text h4 {
  color: #392080 !important;
}
body .card_img_container {
  height: 212px;
  border-radius: 8px;
}
body .card_img_container a:hover {
  filter: brightness(100%);
}
body .small_card .card_text {
  padding: 0;
  padding-top: 3rem;
  display: flex;
  flex-direction: column-reverse;
  height: unset;
}
body .small_card .card_text a {
  margin-bottom: 0;
}
body .card_label {
  display: none !important;
}
body .small_card .card_text h4.medium_text {
  font-size: 1.375rem !important; 
  font-weight: 500 !important;
  color: #3F3F3F !important;
  line-height: calc(1rem + 10px);
  margin-bottom: 1.5rem;
  -webkit-line-clamp: 4;
}
body .small_card.plum_card .card_text h4.medium_text {
  -webkit-line-clamp: 3;
}
time {
  font-size: 1.125rem !important;
  font-weight: 500 !important;
}
@media only screen and (max-width: 576px) {
  body .small_card {
    height: 470px;
  }
}
/* Insight landing */
.insight-landing.hero-header header {  
  height: 350px;
}
.insight-landing.hero-header header .image_mask {  
  max-height: 390px;
}
.insight-landing.hero-header header .image_mask:before {  
  display: none;
}
.sub.insight-landing .header_text_container h2 {
  font-size: 1.125rem !important;
  color: #03183c;
}
.insight-landing .insights-container {
  position: relative;
  top: -100px;
  margin-bottom: -100px;
}
/* Feature Insight - 3 column */
@media only screen and (min-width: 768px) {
  .insight-landing .feature-insights .small_card:first-child {
    height: 460px;
    width: 100%;
    padding: 3rem !important;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }
  .insight-landing .feature-insights .small_card:first-child .card_text {
    height: unset;
    padding-right: 1.5rem;
    padding-top: 0;
  }
  .insight-landing .feature-insights .small_card:first-child .card_img_container {
    margin-left: 1.5rem;
    height: 100%;
  }
  .insight-landing .feature-insights .small_card:first-child .card_text, .insight-landing .small_card:first-child .card_img_container {
    width: 50%; 
  }
  .insight-landing .feature-insights .small_card:first-child .card_text h4.medium_text {
    font-size: 2.25rem !important; 
  }
  .insight-landing .feature-insights .small_card:first-child .card_text time {
    font-size: 1.375rem;
  }
}
/* Feature Insight - Mixed column */
.feature-insights.mixed .small_card:nth-child(2), .feature-insights.mixed .small_card:nth-child(3) {
  width: calc(66.66666% - 40px);
  height: 245px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.feature-insights.mixed .small_card:nth-child(2) .card_img_container, .feature-insights.mixed .small_card:nth-child(3) .card_img_container {
  height: 100%;
  width: 33.33333%;
}
.feature-insights.mixed .small_card:nth-child(2) .card_text, .feature-insights.mixed .small_card:nth-child(3) .card_text {
  width: 66.666%;
  padding-top: 0;
  padding-right: 1.5rem;
}
.feature-insights.mixed .small_card:nth-child(4) {
  position: relative;
  top: -285px;
  margin-bottom: -285px;
}
/* Feature Insight - 4 column */
.insight-landing .feature-insights-four .small_card {
  width: calc(25% - 40px);
}
.insight-landing .feature-insights-four .small_card .card_img_container {
  height: 148px;
}
.insight-landing .feature-insights-four .small_card:first-child {
  height: 460px;
  width: 100%;
  padding: 3rem !important;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.insight-landing .feature-insights-four .small_card:first-child .card_text {
  height: unset;
  padding-right: 1.5rem;
  padding-top: 0;
}
.insight-landing .feature-insights-four .small_card:first-child .card_img_container {
  margin-left: 1.5rem;
  height: 100%;
}
.insight-landing .feature-insights-four .small_card:first-child .card_text, .insight-landing .feature-insights-four .small_card:first-child .card_img_container {
  width: 50%; 
}
.insight-landing .feature-insights-four .small_card:first-child .card_text h4.medium_text {
  font-size: 2.25rem !important; 
}
.insight-landing .feature-insights-four .small_card:first-child .card_text time {
  font-size: 1.375rem;
}
.insight-landing .feature-insights-cut .small_card:nth-child(-n+5) {
  display: none;
}
.insight-landing .feature-insights-cut .small_card {
  width: calc(25% - 40px);
}
/*
.insight-landing .feature-insights-cut .small_card .card_img_container {
  height: 148px;
}
*/
/* Feature strip */
body .feature_strip_card .card_img_container {
  height: 90px;
}
/* Video card */
.video_block .large_card {
  max-width: unset;
}
.video_block .large_card:hover {
  box-shadow: unset;
}
.video_block .large_card h2 {
  font-size: 3.125rem !important;
  font-weight: 500 !important;
  margin-bottom: 0 !important;
}
.video_block .large_card .card_text, .video_block .large_card .card_img_container {
  width: 50%;
}
.video_block .large_card .card_img_container {
  height: 420px;
}
.video_block .large_card .card_img_container .card_img {
  background-color: unset;
}
.video_block .large_card .card_text {
  display: inline-flex;
  padding: 0 3rem 0 0;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
}
.video_block .large_card .card_text .videoBtn.btn_small {
  margin: 0;
  width: max-content;
  text-align: center;
}
.video_block .video_label {
  display: none;
}
@media only screen and (max-width: 768px) {
  .video_block .large_card .card_text, .video_block .large_card .card_img_container {
    width: 100%;
  }
  .video_block .large_card .card_text {
    min-height: auto;
    padding: 3rem 0 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .video_block .large_card {
    padding: 3rem;
  }
}
@media only screen and (max-width: 600px) {
  .video_block .large_card .card_img_container {
    height: 250px;
  }
  .video_block .large_card .card_text {
    height: unset;
  }

}
/* FAQs */
.large_card.quote_card {
  position: unset;
}
.large_card.qa_card, .large_card.qa_card .card_text {
  background-color: unset;
}
.large_card.qa_card .card_text {
  height: unset;
  width: 100% !important;
  padding: 0 20px !important;
}
.qa_card h3.large_text {
  margin-bottom: 3rem !important;
}
.qa_card .card_img_container, .qa_card .card_label {
  display: none;
}
.large_card.qa_card .keyline {
  z-index: 1;
  position: relative;
}
.large_card.qa_card .story_column {
  max-width: unset !important;
}
#accordion.feature_list {
  padding-top: 0;  
}
#accordion.feature_list li {
  border-left: 0;
  padding-left: 0;
  padding-bottom: 0;
}
#accordion.feature_list li:before {
  display: none;
}
#accordion.feature_list li .list_content {
  display: flex;
  flex-direction: column;
  top: unset;
  border-bottom: 1px solid #d8d8d8;
}
#accordion.feature_list li .list_content a.list_item {
  display: inline-flex;
  font-size: 1.375rem !important;
  font-weight: 400;
  width: 100%;
  padding: 2rem 4rem 2rem 2rem;
  margin-bottom: 0;
}
#accordion.feature_list li .list_content a.list_item:hover, #accordion.feature_list li .list_content a.list_item, #accordion.feature_list li .list_content a.collapsed:hover {
  color: #2165F6;
}
#accordion.feature_list li .list_content a.list_item, #accordion.feature_list li .list_content a.collapsed {
  color: #3f3f3f;
}
#accordion.feature_list li .list_content a.list_item:after {
  content: "";
  position: absolute;
  right: 2rem;
  width: 18px;
  height: 11px;
  margin-top: 0.375rem;
  transform: rotate(180deg);
  background-image: url(/siteassets/images/icons/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
#accordion.feature_list li .list_content a.collapsed:after {
  transform: rotate(0deg);
}
#accordion.feature_list li .list_content a.list_item:hover:after , #accordion.feature_list li .list_content a.collapsed:hover:after {
  background-image: url(/siteassets/images/icons/arrow-action-blue.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.list_content > div {
  padding-left: 2rem;
  padding-right: 4rem;
}

/* Insights */

.feature_fade .nav_strap, .analysis_landing_page body .nav_strap, .feature_fade .subnav_container, .analysis_landing_page .subnav_container {
  background-color: #ffffff;  
}
/*
.analysis_landing_page .nav_section, .feature_fade .nav_section {
  top: 35px;
  left: 0;
}
*/
.scroll_arrow {
  display: none !important;
}
.feature_fade .story_column, .analysis_landing_page .story_column {
  max-width: unset !important;
}
.feature_fade h2.sub_header, .analysis_landing_page h2.sub_header {
  font-weight: 400 !important;
  margin-bottom: 2rem !important;
}
.feature_fade .byline, .analysis_landing_page .byline {
  margin-top: 0;
  display: inline-flex;
  float: left;
}
.feature_fade .byline span, .analysis_landing_page .byline span {
  display: none;
}
.feature_fade .byline time, .analysis_landing_page .byline time {
  font-size: 1rem;
  font-weight: 400;
  display: block;
  margin-bottom: 0;
}
.feature_fade  article > .container.story_column:last-of-type, .analysis_landing_page  article > .container.story_column:last-of-type {
  flex-wrap: wrap;
  display: flex;
}
.feature_fade .author , .analysis_landing_page .author {
  margin-right: 3rem;
  margin-bottom: 1.5rem;
}
.feature_fade .inline_analyst_container {
  white-space: nowrap;
}
.feature_fade .inline_analyst_container h3, .analysis_landing_page .inline_analyst_container h3 {
  font-size: 1rem !important;
}
.feature_fade .inline_analyst_container h6, .analysis_landing_page .inline_analyst_container h6 {
  font-size: 0.875rem;
  font-weight: 400;
}
.feature_fade .inline_analyst_container h3, .feature_fade .inline_analyst_container h6, .analysis_landing_page .inline_analyst_container h3, .analysis_landing_page .inline_analyst_container h6  {
  display: table-caption;
  flex-flow: column;
  text-align: left;
  padding-bottom: 0;
  width: max-content;
}
.analysis_landing_page .analyst_btn, .feature_fade .analyst_btn {
  margin: 0;
  margin-right: 1rem;
  float: left;
  height: 60px;
  width: 60px;
  background-size: 60px 60px;
  background-color: #fff;
}
.feature_fade article, .analysis_landing_page article {   
  max-width: 1360px; 
  margin: 0 auto;
}
.feature_fade article > div, .analysis_landing_page article > div { 
  position: relative;
}
.feature_fade article.content .story_column img, .analysis_landing_page article.content .story_column img {
  margin-left: unset;
  width: 100%;
  padding: 0;
  border-radius: 8px;
  overflow: hidden;
}
.feature_fade #socialMediaShareButtonsContainer, .analysis_landing_page #socialMediaShareButtonsContainer {
  padding: 0;
  display: inline-flex;
  float: right;
  text-align: left;
}
.feature_fade #socialMediaShareButtonsContainer div:before, .analysis_landing_page #socialMediaShareButtonsContainer div:before {
  display: none;
}

/* Feature Header */
.feature_fade .title h1 {
  margin-bottom: 2rem !important;
  color: #fff !important;
}
.feature_fade header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 99px;
  left: 0;
  width: 100%;
  max-height: 550px;
  padding-bottom: 110px;
}
.feature_fade .img_container {
  background-attachment: unset;
}
.feature_fade .title {
  max-width: 1360px;
  margin: 0 auto;
  position: unset;
  top: unset;
  left: unset;
  transform: unset;
}
.feature_fade .title h1, .feature_fade .title h2.sub_header, .feature_fade .title h6 {
  text-shadow: 1px 1px rgba(0, 53, 142, .2);
}
.feature_fade .title .byline {
  margin-bottom: 0;
}
.feature_fade .title .byline span {
  font-weight: 500;
}
.feature_fade .title .text_center {
  text-align: left;
  width: 66.6666%;
}
.feature_fade .img_container.feature_img:before {
  top: 0;
  background: linear-gradient(90deg, #00358e, #00358e 90%);
  background: linear-gradient(90deg, #00358e, transparent 90%);
  height: 100%;
  width: 100%;
}
.feature_fade .inline_analyst_container h3, .feature_fade .inline_analyst_container h6 {
  color: #ffffff;
}
.feature_fade article {
  padding-top: 694px;
  margin-bottom: 5rem;
}
.feature_fade article > .container.story_column:last-of-type {
  position: absolute;
  z-index: 1;
  top: 539px;
  width: auto;
}
/* No Feature Header */
.analysis_landing_page article {
  padding-top: 96px;
}
.analysis_landing_page article > div.container:first-of-type .text_center {
  text-align: left;
}
.analysis_landing_page header {
  display: none;
}
.analysis_landing_page h2.sub_header {
  color: #03183c;
}
.analysis_landing_page .byline {
  margin-bottom: 3rem;
}

/* Media Queries */
@media only screen and (max-width: 1360px) {
  .feature_fade article > .container.story_column:last-of-type {
    position: unset;
    z-index: 1;
    top: unset;
    width: auto;
  }
  .feature_fade .inline_analyst_container h3, .feature_fade .inline_analyst_container h6 {
    color: #03183c;
  }
}
@media only screen and (max-width: 992px) {
  .author {
    width: 100%;
  }
  .feature_fade .title h1 {
    font-size: 2rem !important;
  }
  .feature_fade .title .text_center {
    width: 80%;
  }
}
@media only screen and (min-width: 992px) {
  .feature_fade article > div > div section, .analysis_landing_page article > div > div section {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
    display: inline-flex;
  }
  article .infographic {
    max-width: 66.666667% !important;
  }
  .feature_fade article > div > div section.sticky-container, .analysis_landing_page article > div > div section.sticky-container {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    min-width: 33.333333%;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%; 
  }
  .analysis_landing_page article > div.container:first-of-type, .analysis_landing_page article > .container.story_column:last-of-type {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667% !important;
    display: inline-flex;
  }
  .analysis_landing_page article > div.container:first-of-type {
    flex-direction: column;
  }
  .feature_fade .author:nth-child(n+5), .analysis_landing_page .author:nth-child(n+5) {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  .feature_fade .author , .analysis_landing_page .author {
    margin-right: 0;
  }
}

/* Sticky content */

.feature_fade article .position-sticky, .analysis_landing_page article .position-sticky {
  top: 112px;
  padding-bottom: 2.895rem;
}
.feature_fade article .position-sticky .pale-blue-background > div > div, .analysis_landing_page article .position-sticky .pale-blue-background > div > div {
  height: 50px; 
  width: 50px; 
  min-width: 50px;
  border-radius: 50%;
}
.feature_fade article .position-sticky h3, .analysis_landing_page article .position-sticky h3 {
  color: #03183c !important;
}
.feature_fade article .sticky-container a, .analysis_landing_page article .sticky-container a {
  font-size: 1rem;
  font-weight: 500;
  text-decoration: underline;
}
.feature_fade article .sticky-container a:focus, .feature_fade .sticky-container a:hover, .analysis_landing_page .sticky-container a:focus, .analysis_landing_page .sticky-container a:hover {
  text-decoration: none;
}
.feature_fade article .sticky-container h2 + div, .analysis_landing_page article .sticky-container h2 + div  {
  padding-top: 1rem;
}
@media only screen and (max-width: 768px) {
  .feature_fade article .position-sticky, .analysis_landing_page article .position-sticky {
    padding-bottom: 8rem;
    padding-top: 3rem;
  }
}

.css {
  padding: 0!important;
  display: none !important;
}
@media only screen and (max-width: 768px) {
  .position-sticky {
    padding-bottom: 8rem;
    padding-top: 3rem;
  }
  nav.overlay .nav_logo {
    background-image: image-set(url(https://www.maplecroft.com/siteassets/images/_code-dependent/_logos/_verisk_maplecroft_logo.png) 1x,url(https://www.maplecroft.com/siteassets/images/_code-dependent/_logos/_verisk_maplecroft_logo.svg) 2x);
  }
  .feature_fade .intro-effect-fadeout .search_container .search:before, nav.overlay .search_container .search:before {
    background-image: url(https://www.maplecroft.com/Maplecroft/Assets/Images/Icons/search_midnight.svg);
  }
  .analysis_landing_page .nav_section, .feature_fade .nav_section {
    background: #ffffff;
  }
}

.report {
  max-width: 400px;
}
.box-shadow, .shadow {
  -webkit-box-shadow: 8px 8px 0 rgba(210, 210, 210, .1);
    box-shadow: 8px 8px 0 rgba(210, 210, 210, .1);
}
@media only screen and (max-width: 992px) {
  .no-mobile {
    display: none !important;
  }
}
/* Grid layout */
@charset "UTF-8";*,:before,:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-color: theme("borderColor.DEFAULT",currentColor);
    border-style: solid;
    border-width: 0
}
img,video {
    max-width: 100%;
    height: auto
}
.card-stripe-container.columns-two .score-stripe {
    --column-count: 2
}
.card-stripe-container.columns-three .score-stripe {
    --column-count: 3
}
.card-stripe-container.columns-four .score-stripe {
    --column-count: 4
}
.card-stripe-container.columns-five .score-stripe {
    --column-count: 5
}
.card-stripe-container.columns-six .score-stripe {
    --column-count: 6
}
.card-stripe-container.columns-seven .score-stripe {
    --column-count: 7
}
.card-stripe-container.columns-eight .score-stripe {
    --column-count: 8
}
.card-stripe-container.columns-nine .score-stripe {
    --column-count: 9
}
.card-stripe-container.columns-ten .score-stripe {
    --column-count: 10
}
.card-stripe-container.columns-eleven .score-stripe {
    --column-count: 11
}
.card-stripe-container.columns-twelve .score-stripe {
    --column-count: 12
}
.card-stripe-container.our-statistics-stripe {
    background-position: center
}
.card-stripe-container .score-stripe .stripe-card-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}
@media (width >= 48rem) and (width <= 64rem) {
    .card-stripe-container .score-stripe .stripe-card-column {
        width: calc((100% - 2.5rem)/2)
    }
}
@media (width > 64rem) and (width < 75rem) {
    .card-stripe-container .score-stripe .stripe-card-column {
        width: calc((100% - 5rem) / 3)
    }
}
@media (width >= 75rem) {
    .card-stripe-container .score-stripe .stripe-card-column {
        width: calc((100% - (var(--column-count) - 1) * 2.5rem) / var(--column-count))
    }
}
@media (width > 64rem) and (width < 75rem) {
    .card-stripe-container.columns-two .score-stripe .stripe-card-column {
        width: calc((100% - 2.5rem)/2)
    }
}
.score-stripe .stripe-card-column .score-card.lollipop .image-wrapper+.caption {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%
}
.score-stripe .stripe-card-column .score-card.lollipop.primary-global-blue,.score-stripe .stripe-card-column .score-card.lollipop.primary-radical-blue,.score-stripe .stripe-card-column .score-card.lollipop.secondary-gold,.score-stripe .stripe-card-column .score-card.lollipop.secondary-green,.score-stripe .stripe-card-column .score-card.lollipop.secondary-red,.score-stripe .stripe-card-column .score-card.lollipop.secondary-teal {
    width: 100%;
    max-width: none;
}
.score-stripe .container .content-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    gap: 2.5rem
}
@media (width >= 48rem) {
    .score-stripe .cta.justify-center,.score-stripe .top-cta.justify-center,.score-stripe .subtitle.justify-center,.score-stripe .content-area.justify-center {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
}
.justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}
.score-card.center .image-wrapper {
    margin: 0 auto
}
.self-center .w-full {
    text-align: center
}
.w-full {
    width: 100%;
    max-width: 100%
}
.card-stripe-container {
    position: relative;
    background-repeat: no-repeat;
    background-size: 100%;
    --column-count: 1
}
.grid {
    width: 100%;
    display: grid;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    grid-template-columns: repeat(4,1fr);
    margin: 0 auto;
    max-width: var(--gridMaxWidth)
}
@media (width >= 48rem) {
    .grid {
        display: grid;
        grid-template-columns: repeat(8,1fr)
    }
}
@media (width >= 60.0625rem) {
    .grid {
        display: grid;
        grid-template-columns: repeat(12,1fr)
    }
}
@media (width >= 75rem) {
    .grid {
        display: grid;
        -webkit-column-gap: 2.5rem;
        -moz-column-gap: 2.5rem;
        column-gap: 2.5rem;
        grid-template-columns: repeat(12,1fr)
    }
}
.grid__item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
}
.grid__item__full {
    grid-column: span 4
}
@media (width >= 48rem) {
    .grid__item__full {
        grid-column: span 8
    }
}
@media (width >= 60.0625rem) {
    .grid__item__full {
        grid-column: span 12
    }
}
.grid__item__hidden {
    display: none
}
@media (width >= 48rem) {
    .grid__item__hidden__md {
        display: none
    }
}
@media (width >= 60.0625rem) {
    .grid__item__hidden__lg {
        display: none
    }
}
.grid__item__visible {
    display: inherit
}
@media (width >= 48rem) {
    .grid__item__visible__md {
        display: inherit
    }
}
@media (width >= 60.0625rem) {
    .grid__item__visible__lg {
        display: inherit
    }
}
.full-bleed {
    margin: 0 calc(50% - 50vw);
    width: 100vw
}
.card-stripe-container {
    position: relative;
    background-repeat: no-repeat;
    background-size: 100%;
    --column-count: 1
}
.card-stripe-container.full-bleed .score-stripe {
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 100%;
    position: relative;
    width: 100%
}
.card-stripe-container.full-bleed .score-stripe .container {
    margin: 0 auto;
    max-width: var(--gridMaxWidth);
    max-width: 1280px;
}
@media (width >= 48rem) {
    .score-stripe .cta.justify-center,.score-stripe .top-cta.justify-center,.score-stripe .subtitle.justify-center,.score-stripe .content-area.justify-center {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
}

.no-parallax .img_container {
  background-attachment: unset;
}

#socialMediaShareButtonsContainer {
  display: none !important;
}

.strip-header header h1 {
  color: #ffffff !important;
}

.container p > a {
  color: #2165F6;
  font-weight: 400 !important;

}


/* Old Insights / News */
.fixed_download .download_tab {
  border-radius: 1.5rem !important;
  top: 20% !important;
}

.verisk-blue-block.insight-link h2, .verisk-blue-block.insight-link a {
  color: #fff !important;
}

.news_landing_page header {
  display: none;
}

.news_landing_page article {
  margin-top: 9rem;
}




a:focus, a:hover {
  filter: brightness(100%) !important;
}

#main-nav.shadow, #main-nav.scrolled {
  position: unset;
}
.strip-header header h1 {
  color: #ffffff !important;
}


blockquote, .pullquote {
  font-family: Martel;
  font-optical-sizing: auto;
  font-weight: 500 !important;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 2rem !important;
  line-height: calc(100% + 16px);
  margin-bottom: 0 0 1.5rem 0;
}
.dynamic-graphic-1, .dynamic-graphic-2, .dynamic-graphic-3, .dynamic-graphic-5 {
  position: relative;
}
.intro-text.dynamic-graphic-2.flip-graphic::before {
  width: 400px;
  height: 400px;
  top: -230px;
}
.dynamic-graphic-1:before, .dynamic-graphic-2:before, .dynamic-graphic-3:before, .dynamic-graphic-5:before {
  content: "";
  width: 500px;
  height: 500px;
  max-width: 500px;
  max-height: 500px;
  position: absolute;
  background-repeat: no-repeat;
  left: calc(1360px + ((100vw - 1360px) / 2) - 250px);
}
.dynamic-graphic-1:before {
  background-image: url(/siteassets/images/graphics/dynamic-graphic-1.svg);
  top: -267px;
}
.dynamic-graphic-2:before {
  background-image: url(/siteassets/images/graphics/dynamic-graphic-2.svg);
  top: -212px;
}
.dynamic-graphic-3:before {
  background-image: url(/siteassets/images/graphics/dynamic-graphic-3.svg);
  top: -178px;
}
.dynamic-graphic-5:before {
  background-image: url(/siteassets/images/graphics/dynamic-graphic-5.svg);
  top: -214px;
}
.dynamic-graphic-1.flip-graphic:before, .dynamic-graphic-2.flip-graphic:before, .dynamic-graphic-3.flip-graphic:before, .dynamic-graphic-5.flip-graphic:before {
  transform: scale(-1);
}
.dynamic-graphic-2.flip-graphic:before {
  top: -287px;
}
.dynamic-graphic-1.flip-graphic:before {
  top: -232px;
}



body .small_card {
  border: 1px solid #e0e0e0;
  box-shadow: none !important;
}

body .small_card:hover {
  transform: translateY(0) !important;
}

body .small_card:hover .card_text h4.medium_text {
  color: #2165F6 !important;
}

.py-lg {
  padding-bottom: 7.5rem !important; 
  padding-top: 7.5rem !important; 
}
.pb-lg {
  padding-bottom: 7.5rem !important;
}
.pt-lg {
  padding-top: 7.5rem !important;
}
.py-md {
  padding-bottom: 5rem !important; 
  padding-top: 5rem !important; 
}
.pb-md {
  padding-bottom: 5rem !important;
}
.pt-md {
  padding-top: 5rem !important;
}
@media (max-width: 767px) {
  .py-lg {
    padding-bottom: 5rem !important; 
    padding-top: 5rem !important; 
  }
  .pb-lg {
    padding-bottom: 5rem !important;
  }
  .pt-lg {
    padding-top: 5rem !important;
  }
}


.large_card.quote_card.qa_card {
  max-width: unset !important;
}

.large_card.quote_card.qa_card {
  max-width: unset !important;
}

.large_card.quote_card.qa_card .story_column, .large_card.quote_card.qa_card .keyline {
  max-width: 1120px!important;
}

.large_card.quote_card.qa_card .keyline {
  width: 1080px;
}

nav.subnav ul {
  display: flex;
  flex-direction: row;
  gap: 3rem; 
  justify-content: end;
}

.strip-header body .feature_header_container>.image_mask .img_container:before {
  /*background: linear-gradient(35deg, rgba(0, 0, 0, .7) 0%, rgba(0, 0, 0, .45) 65%, rgba(0, 0, 0, 0) 100%);*/
  background: linear-gradient(35deg,#000000,transparent 75%);
}

.strip-header body .feature_header_container .header_text_container h1 {
  color: #ffffff !important;
}

.is-expanded .toggle-button {
  background: #E0E0E0 !important;
}

.strip-header .img_container {
  background-attachment: unset;
}

@media (max-width:1023px) {
  #container {
    overflow-x: hidden;
  }
}
.modal_header.midnight_background {
  background: transparent !important;
}





/* NEW */


body {
  color: #03183c;
}
#main-nav.shadow, #main-nav.scrolled {
  position: unset;
}
.strip-header header h1 {
  color: #ffffff !important;
}
body h1, body .display {
  font-family: Martel;
  font-optical-sizing: auto;
  font-weight: 500 !important;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 3.5rem !important;
  line-height: calc(1rem + 16px);
}

body h2, .md-display, .large_text {
  font-size: 2rem !important;
  color: #03183c;
}

blockquote, .pullquote {
  font-family: Martel;
  font-optical-sizing: auto;
  font-weight: 500 !important;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 2rem !important;
  line-height: calc(100% + 16px);
  margin-bottom: 0 0 1.5rem 0;
}

a.btn {
  filter: brightness(100%) !important;
  border: 1px solid #2165F6 !important
}

a.btn:hover {
  filter: brightness(85%) !important;
  transform: scale(1) !important;
  text-decoration: none !important;
  border: 1px solid #2165F6 !important;
}

a.btn:focus {
  filter: brightness(100%) !important;
}

a.btn:active {

}

.btn_small {
  font-size: 14px;
  padding: 0.5rem 1rem !important;
}

a.btn.btn-reverse {
  color: #2165F6 !important;
  border: 1px solid #ffffff !important;
  background: #fff !important;
}

a.btn.btn-reverse:hover {
  color: #2165F6 !important;
  border: 1px solid #ffffff !important;
  background: #fff !important;
}

.btn, .btn_small, .nav-btn, .login-btn, button {
  background: #2165F6 !important;
}

.btn:hover, .nav-btn:hover, .btn_small:hover, .login-btn:hover, button:hover, .btn:focus, .nav-btn:focus, .btn_small:focus, .login-btn:focus, button:focus {
  transform: scale(1);
}



footer .footer-nav a:focus, footer .footer-nav a:hover {
  color: #fff;
  text-decoration: underline;
}

.blueprint-background, .action-blue {
  background: #2165F6 !important;
}

.blueprint-fill {
  fill: #2165F6 !important;;
}

.global-bg, .midnight_background {
  background: #00358e !important;
}

.alt-white-1-background {
  background-color: #f5fbe9 !important;
}

.alt-white-2-background {
  background-color: #e4fcff !important;
}

.alt-white-3-background {
  background-color: #edf4ff !important;
}
.ocean_background {
  background-color: #2165F6 !important;
}
footer.midnight_background {
  background: #2165F6 !important;
}

.blueprint-background *, .global-bg * {
  color: #ffffff;
}

.blueprint-background p {
  font-weight: 400 !important;
}


.footer-nav_lower {
  padding-top: 5rem;
}


.dynamic-graphic-1, .dynamic-graphic-2, .dynamic-graphic-3 {
  position: relative;
}

.intro-text.dynamic-graphic-2.flip-graphic::before {
  width: 400px;
  height: 400px;
  top: -230px;
}

.dynamic-graphic-1:before, .dynamic-graphic-2:before, .dynamic-graphic-3:before {
  content: "";
  width: 500px;
  height: 500px;
  max-width: 500px;
  max-height: 500px;
  position: absolute;
  background-repeat: no-repeat;
  left: calc(1360px + ((100vw - 1360px) / 2) - 250px);
}

.dynamic-graphic-1:before {
  background-image: url(/siteassets/images/graphics/dynamic-graphic-1.svg);
  top: -267px;
}

.dynamic-graphic-2:before {
  background-image: url(/siteassets/images/graphics/dynamic-graphic-2.svg);
  top: -212px;
}

.dynamic-graphic-3:before {
  background-image: url(/siteassets/images/graphics/dynamic-graphic-3.svg);
  top: -178px;
}

.dynamic-graphic-1.flip-graphic:before, .dynamic-graphic-2.flip-graphic:before, .dynamic-graphic-3.flip-graphic:before {
  transform: scale(-1);
}

.dynamic-graphic-2.flip-graphic:before {
  top: -287px;
}

.dynamic-graphic-1.flip-graphic:before {
  top: -232px;
}

footer {
  position: relative;
}

footer:before {
  content: "";
  background-image: url(/siteassets/images/graphics/dynamic-graphic-3.svg);
  width: 500px;
  height: 500px;
  max-width: 500px;
  max-height: 500px;
  position: absolute;
  background-repeat: no-repeat;
  top: -178px;
  left: calc(1360px + ((100vw - 1360px) / 2) - 250px);
}

body .small_card {
  border: 1px solid #e0e0e0;
  box-shadow: none !important;
}

body .small_card:hover {
  transform: translateY(0) !important;
}

body .small_card:hover .card_text h4.medium_text {
  color: #2165F6 !important;
}

.py-lg {
  padding-bottom: 7.5rem !important; 
  padding-top: 7.5rem !important; 
}

.pb-lg {
  padding-bottom: 7.5rem !important;
}

.pt-lg {
  padding-top: 7.5rem !important;
}

@media (max-width: 767px) {
  .py-lg {
    padding-bottom: 5rem !important; 
    padding-top: 5rem !important; 
  }
  .pb-lg {
    padding-bottom: 5rem !important;
  }
  .pt-lg {
    padding-top: 5rem !important;
  }
}


.large_card.quote_card.qa_card {
  max-width: unset !important;
}

.large_card.quote_card.qa_card {
  max-width: unset !important;
}

.large_card.quote_card.qa_card .story_column, .large_card.quote_card.qa_card .keyline {
  max-width: 1120px!important;
}

.large_card.quote_card.qa_card .keyline {
  width: 1080px;
}

nav.subnav ul {
  display: flex;
  flex-direction: row;
  gap: 3rem; 
  justify-content: end;
}

.strip-header body .feature_header_container>.image_mask .img_container:before {
  /*background: linear-gradient(35deg, rgba(0, 0, 0, .7) 0%, rgba(0, 0, 0, .45) 65%, rgba(0, 0, 0, 0) 100%);*/
  background: linear-gradient(35deg,#000000,transparent 75%);
}

.strip-header body .feature_header_container .header_text_container h1 {
  color: #ffffff !important;
}

.is-expanded .toggle-button {
  background: #E0E0E0 !important;
}

.strip-header .img_container {
  background-attachment: unset;
}

@media (max-width:1023px) {
  #container {
    overflow-x: hidden;
  }
}