@font-face {
  font-family: 'Open Sans Regular';
  src: url('../fonts/open-sans-v15-latin-regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter UI Bold';
  src: url('../fonts/Inter-UI-Bold.woff2') format('woff2');
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;

  display: flex;
  flex-direction: column;
  justify-content: space-between;

  font-family: 'Open Sans Regular', sans-serif;

  background-color: #FFFFFF;
  color: #353535;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mvk-header,
.mvk-footer {
  text-align: center;
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #fff;
  clear: both;
}
.mvk-header p,
.mvk-footer p {
  font-size: 12px;
  padding: 0;
  margin: 2px;
}
.mvk-header a,
.mvk-footer a {
  color: #fff;
  text-decoration: underline;
}
.mvk-header h1,
.mvk-footer h1 {
  padding: 0;
  margin: 0;
}
.mvk-header .header-container,
.mvk-footer .header-container,
.mvk-header .footer-container,
.mvk-footer .footer-container {
  margin: auto;
  max-width: 980px;
  min-height: 54px;
  box-sizing: border-box;
  background: #008391;
}
.mvk-header a {
  font-family: Helvetica, Arial, sans-serif;
}
.mvk-header .header-container {
  position: relative;
  text-align: left;
}
.mvk-header .head {
  padding: 0 20px;
}
.assistiveObject, .assistiveText {
  position: absolute;
  left: -9999px;
}
.mvk-header .subheading {
  font-size: 16px;
  font-family: Helvetica, Arial, sans-serif;
  padding: 0;
  margin: 0;
  position: absolute;
  display: inline-block;
  top: 12px;
  /* (1177-logo-height - text-height) / 2 */
  left: 126px;
  /* 1177-logo-width + 2 * margin */
}
.mvk-header .logo {
  display: inline-block;
  width: 86px;
  height: 41px;
  background-image: url(img/1177-logo.png);
  margin-right: 20px;
  background-size: 86px 41px;
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-devicepixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
  .mvk-header .logo {
    background-image: url(img/1177-logo@2x.png);
  }
}
/* Full width: Add rounded corners, slightly larger text */
@media only screen and (min-width: 960px) {
  .mvk-header,
  .mvk-footer {
    font-size: 14px;
  }
  .mvk-header .header-container,
  .mvk-footer .header-container,
  .mvk-header .footer-container,
  .mvk-footer .footer-container {
    min-height: 66px;
  }
  .mvk-header p,
  .mvk-footer p {
    font-size: 14px;
  }
  .mvk-header .header-container {
    border-radius: 0 0 10px 10px;
  }
  .mvk-header .subheading {
    font-size: 18px;
    top: 19px;
    /* (1177-logo-height - text-height) / 2 */
    left: 157px;
    /* 1177-logo-width + 2 * margin */
  }
  .mvk-header .logo {
    width: 117px;
    height: 57px;
    background-size: 117px 57px;
  }
  .mvk-footer .footer-container {
    border-radius: 10px 10px 0 0;
  }
  .mvk-footer .footer-text {
    top: 26px;
  }
}

h1 {
  font-family: 'Inter UI Bold', arial, sans-serif;
  margin-top: 0px;
  margin-bottom: 40px;
  font-size: 48px;
  letter-spacing: -1.25px;
  color: #C12143;
  text-align: center;
}

p {
  font-size: 16px;
  text-align: center;
  letter-spacing: normal;
  margin: 0;
}

a {
  text-align: center;
  font-size: 16px;
  color: #396291;
}

a:visited {
  color: #396291;
}

a:hover {
  text-decoration: underline;
}

.mb-2 {
  margin-bottom: 10px !important;
}

.mb-4 {
  margin-bottom: 20px !important;
}

.mb-8 {
  margin-bottom: 40px !important;
}

.mb-10 {
  margin-bottom: 50px !important;
}

.mb-22 {
  margin-bottom: 110px !important;
}

.mb-251px {
  margin-bottom: 251px;
}

.mr-1 {
  margin-right: 0.5rem;
}

p.font-size-p-big {
  font-size: 22px;
  color: #353535;
  letter-spacing: normal;
  line-height: 36px;
}

.svg-center {
  display: block;
  margin: auto;
  margin-bottom: 25px;
}

.d-none {
  display: none;
}

.d-block {
  display: block;
}

@media all and (max-width:767px) {
  h1 {
    font-size: 32px;
    margin-bottom: 17px;
  }

  p {
    margin: 0 17px;
  }

  .mb-4 {
    margin-bottom: 20px !important;
  }
  
  .mb-8 {
    margin-bottom: 22px !important;
  }

  .mb-22 {
    margin-bottom: 100px !important;
  }

  p.font-size-p-big {
    font-size: 18px;
    line-height: 28px;
  }

  .svg-center {
    width: 80px;
    height: 80px;
  }
}

@media all and (min-width:767px) {
  .d-md-none {
    display: none;
  }
  
  .d-md-block {
    display: block;
  }
}

.panel {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 10px;
}

.error-information {
  box-sizing: border-box;
  border-top: 1px solid #979797;
  padding: 20px;
  width: 650px;
  margin: 0 auto;
  max-width: 100%;
}

.error-information p {
  margin: 0;
}

/* Loading icon animation */
@-webkit-keyframes efsob-loader {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes efsob-loader {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes efsob-loader {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes efsob-loader {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Loading icon styles */
.efsob-loader-wrapper {
  padding: 50px;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  font-family: inherit;
}
/* :not(:required) hides this rule from IE9 and below */
.efsob-loader:not(:required) {
    -webkit-animation: efsob-loader 1250ms infinite linear;
    -moz-animation: efsob-loader 1250ms infinite linear;
    -ms-animation: efsob-loader 1250ms infinite linear;
    -o-animation: efsob-loader 1250ms infinite linear;
    animation: efsob-loader 1250ms infinite linear;

    border:              4px solid #BDBDBD;
    border-right-color:  transparent;
    border-bottom-color: transparent;
    border-radius:       10px;
    background:          transparent;
    box-sizing:          border-box;
    display:             inline-block;
    position:            relative;
    overflow:            hidden;
    text-indent:         -9999px;
    width:               20px;
    height:              20px;
}

/** New header */

/*********************/

/**** HEADER *********/
html {
  font-size: 16px;
}

#header {
  position        : relative;
  font-size       : 0.8125em;
  margin          : 0 auto;
  overflow        : hidden;
  font-family     : 'Open Sans Regular', arial, sans-serif !important;
  box-shadow      : 0 0 10px 0 rgba(0, 0, 0, .3);
  background-color: #faeef0;
  z-index         : 3;
}

@media all and (max-width:767px) {
  #header {
    max-width       : 100%;
    margin-bottom   : 30px;
    background-color: #faeef0;
  }
}

#header .header-wrapper {
  position: relative;
  color   : #b23346;
  width   : 100%;
  z-index : 2;
}

@media all and (min-width:767px) {
  #header:after {
    content : "";
    bottom  : 0;
    left    : 0;
    position: absolute;
    right   : 0;
    top     : 0;
    z-index : 1;
  }

  #header .header-wrapper:after {
    background: #c71842;
    content   : "";
    height    : 100%;
    position  : absolute;
    top       : 0;
    left      : 0;
    right     : 50%;
  }
}

#header .header-wrapper .header-left {
  display         : inline-block;
  background-color: #c71842;
  display         : flex;
  align-items     : center;
  position        : relative;
  height          : 120px;
  padding-left    : .625rem;
}

@media all and (max-width:767px) {
  #header .header-wrapper .header-left {
    width         : 79px;
    height        : auto;
    height        : 50px;
    padding-bottom: 3px;
    padding-left  : 7px;
  }
}


#header .header-top {
  display         : block;
  position        : relative;
  width           : 100%;
  max-width       : 80rem;
  margin          : 0 auto;
  background-color: #faeef0;
  z-index         : 2;
}

@media all and (max-width:767px) {
  #header .header-top {
    box-shadow: 0 2px 4px 0 rgba(30, 30, 30, .2);
    min-height: 0px;
  }
}

/*** Icons ***/

.header-icon-wrapper {
  display: inline-block;
}

@media all and (max-width:767px) {
  .header-icon-wrapper {
    display: inline-block;
    width  : 80px;
  }
}

.icon-1177 {
  display      : inline-block;
  height       : 45px;
  width        : 124px;
  padding-right: 3.25rem;
  fill         : #ffffff;
}

.icon-1177:after {
  clip            : rect(140px, 400px, 260px, 390px);
  height          : 400px;
  left            : auto;
  margin-top      : -200px;
  right           : -9px;
  top             : 50%;
  width           : 400px;
  background-color: #c71842;
  border-radius   : 100%;
  content         : "";
  position        : absolute;
  z-index         : 1;
}

@media all and (max-width:767px) {
  .icon-1177 {
    margin-top       : 5px;
    width            : 60px;
    height           : auto;
    padding-right    : .875rem;
    fill             : #fff;
  }

  .icon-1177:after {
    clip            : rect(125px, 300px, 175px, 296px);
    height          : 300px;
    left            : auto;
    margin-top      : -125px;
    right           : -3px;
    top             : 0;
    width           : 300px;
    background-color: #c71842;
    border-radius   : 100%;
    content         : "";
    position        : absolute;
    z-index         : 1;
  }
}

/*********************/
/**** FOOTER *********/
#footer {
  height: auto;
  background-color: #fff;
  font-size: 0.8125em;
  bottom: 0;
  width: 100%;
  clear: both;
  background-color: #faeef0;
  position: relative;
}

#footer:before {
  content: "";
  position: absolute;
  height: 30px;
  top: 0;
  left: 0;
  right: 0;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQ0MCIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSIgaGVpZ2h0PSIzMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMCAwYzI1MS4zODcgNy40MDggNDk1LjE4NiAxMS4xMTIgNzMxLjM5NSAxMS4xMTJDOTY3LjYwNSAxMS4xMTIgMTIwMy44MDYgNy40MDggMTQ0MCAwdjMwSDBWMHoiIGZpbGw9IiNGQUVFRjAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==');
  background-size: 100% 30px;
  background-color: #fff;
  z-index: 1;
}
.bar {
  margin-top: 30px;
  background-color: #979797;
  height: 2px;
  border: 0;
  margin: 0 auto;
  width: 960px;
}
@media all and (max-width: 1000px) {
  .bar {
    width: 767px;
  }
}
@media all and (max-width: 767px) {
  .bar {
    width: 100%;
  }
  .agent-info {
    width: 95%;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
  #footer {
    position: relative;
  }
}
.footer-bottom-filler {
  display: block;
  min-height: 20px;
  background-color: #c71842;
}
.h-85px {
  height: 85px;
}
@media all and (max-width: 767px) {
  .footer-image-secondary {
    display: none;
  }
}
.footer-bar {
  color: black;
  margin: 0 auto;
  padding: 40px 0px 0px;
  font-family: 'Open Sans Regular', arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  max-width: 80rem;
}
@media all and (max-width: 1300px) {
  .footer-bar {
    padding: 40px 10px 0px;
  }
}
.footer-bar-break {
  display: none;
}
.footer-bar .footer-bar-top {
  width: 41.6667%;
}
.footer-bar .footer-bar-bottom {
  margin-bottom: 1rem;
  justify-content: space-between;
  display: flex;
}
@media all and (max-width: 835px) {
  .footer-bar .footer-bar-bottom {
    margin-bottom: 3.125rem;
  }
}
@media all and (max-width: 1000px) {
  .footer-bar {
    min-height: 20px;
    position: relative;
  }
}
.footer-links-mobile {
  display: none;
}
.footer-bar-text-mobile {
  display: none;
}
@media all and (max-width: 767px) {
  #footer {
    position: relative;
    margin-top: 30px;
    background: #faeef0;
  }
  .footer-bar {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
  .footer-bar-text-mobile {
    display: block;
    color: black;
    margin-bottom: 3.125rem;
  }
  .footer-bar-text {
    display: none;
  }
  .footer-bar .footer-bar-top {
    padding-left: 10px;
    width: fit-content;
  }
  .footer-bar .footer-bar-bottom {
    min-height: 20px;
    position: relative;
    background: #c71842;
    margin: 0 auto;
  }
  .footer-bar .footer-links {
    display: none;
  }
  .footer-bar p {
    font-size: 14px !important;
  }
  .footer-bar-break {
    display: block;
  }
  .footer-links-mobile {
    display: block;
    width: 100%;
    font-family: Inter UI Bold, arial, sans-serif;
  }
  .footer-links-mobile .footer-link {
    padding: 1.22rem 0;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0;
    justify-content: center;
    box-shadow: inset 0 2px 4px 0 rgba(30, 30, 30, 0.2);
  }
  .footer-links-mobile a {
    display: inline-block;
    font-size: 1rem;
    color: #fff;
    font-weight: bold;
    font-family: Inter UI Bold, arial, sans-serif;
    cursor: pointer;
    text-decoration: none;
  }
  .footer-bar-bottom .icon-1177 {
    background-image: url("#{resource['images:icons/1177-logo.svg']}");
    background-repeat: no-repeat;
    display: inline-block;
    height: 45px;
    width: 120px;
    padding-right: 3.5rem;
    fill: #fff;
    display: table;
    margin: 0 auto;
    padding: 0;
  }
  .footer-bar-bottom .icon-1177:after {
    display: none;
  }
}
.footer-bar .footer-bar-text {
  width: 41.66667%;
  margin: 1em 0;
}
.footer-header {
  font-size: 1.5rem;
  display: inline;
  line-height: 1.25;
  color: #8e0c37;
  font-family: 'Inter UI Bold', arial, sans-serif;
  font-weight: 700;
}
.footer-header-red {
  color: #c71842;
}
.footer-links {
  width: 50%;
  margin: 1rem 0;
  font-size: 1rem;
  line-height: 1.5rem;
}
.footer-links ul {
  list-style: none;
  float: left;
  margin-top: 0;
}
.footer-links ul:first-of-type {
  padding-left: 5px;
}
.footer-links li {
  padding: 0 0 10px;
}
.footer-link ul li:before {
  font-family: fontello;
  font-style: normal;
  font-weight: 400;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media all and (max-width: 1142px) {
  .footer-links {
    width: 767px;
  }
}
@media all and (max-width: 767px) {
  .footer-links {
    width: 100%;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }
}
.footer-link {
  word-wrap: normal;
  color: #A00B36;
  font-size: 1rem;
  line-height: 1.5rem;
  text-decoration: underline;
  margin-bottom: 1rem;
  display: flex;
}
.footer-link img:first-child {
  margin: 0 0.5rem 0 0;
}
.footer-link img:last-child {
  margin: 0 0 0 0.5rem;
}
.footer-link:hover,
.footer-link:focus,
.footer-link:visited {
  color: #a00b36;
}
.footer-link-divider {
  display: none;
}
.footer-link-white {
  word-wrap: normal;
  margin: 5px 5px 5px 5px;
  color: white;
  font-size: 14px;
  text-decoration: underline;
  display: inline;
  line-height: 20px;
  box-sizing: border-box;
}
@media all and (max-width: 767px) {
  .footer-link-divider {
    display: block;
    border-top: 1px solid #979797;
  }
}
.footer-icon {
  margin: 0px 5px 0px 5px;
  vertical-align: -6px;
  background-size: 40px;
}
.footer-links .link-out-icon {
  height: 12px !important;
  width: 12px !important;
  fill: #C12143;
  stroke: #C12143;
  stroke-width: .5;
  fill-rule: nonzero;
  margin-left: .25rem;
}
.footer-links-mobile .link-out-icon {
  height: 12px !important;
  width: 12px !important;
  fill: #fff;
  stroke: #fff;
  stroke-width: .5;
  fill-rule: nonzero;
  margin-left: .25rem;
}