@font-face {
  font-family: "brandon_med-webfont";
  src: url("../../fonts/brandon_med-webfont.eot");
  src: url("../../fonts/brandon_med-webfont.eot?#iefix") format("embedded-opentype"), url("../../fonts/brandon_med-webfont.woff") format("woff"), url("../../fonts/brandon_med-webfont.ttf") format("truetype"), url("../../fonts/brandon_med-webfont.svg#brandon_med-webfont") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "helvetica_neue_bold";
  src: url("../../fonts/HelveticaNeue-Bold.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "helvetica_neue_med";
  src: url("../../fonts/HelveticaNeue-Medium.eot");
  src: url("../../fonts/HelveticaNeue-Medium.eot?#iefix") format("embedded-opentype"), url("../../fonts/HelveticaNeue-Medium.woff") format("woff"), url("../../fonts/HelveticaNeue-Medium.ttf") format("truetype"), url("../../fonts/HelveticaNeue-Medium.svg#brandon_med-webfont") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "helvetica_neue_light";
  src: url("../../fonts/HelveticaNeue-Light.eot");
  src: url("../../fonts/HelveticaNeue-Light.eot?#iefix") format("embedded-opentype"), url("../../fonts/HelveticaNeue-Light.woff") format("woff"), url("../../fonts/HelveticaNeue-Light.ttf") format("truetype"), url("../../fonts/HelveticaNeue-Light.svg#brandon_med-webfont") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "brandon_black";
  src: url("../../fonts/BrandonText-Black.eot");
  src: url("../../fonts/BrandonText-Black.eot?#iefix") format("embedded-opentype"), url("../../fonts/BrandonText-Black.woff") format("woff"), url("../../fonts/BrandonText-Black.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "brandon_bold";
  src: url("../../fonts/BrandonText-Bold.eot");
  src: url("../../fonts/BrandonText-Bold.eot?#iefix") format("embedded-opentype"), url("../../fonts/BrandonText-Bold.woff") format("woff"), url("../../fonts/BrandonText-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
html {
  scroll-behavior: smooth;
  font-size: 10px;
}

.right {
  float: right;
}

.purple-color {
  color: #D5C1FF;
}

.yellow-color {
  color: #FBC702;
}

.green-color {
  color: #50B196;
}

.rose-color {
  color: #FA9D7E;
}

.red-color {
  color: #f44336;
}

.grey-color {
  color: #707070;
}

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

.white-color {
  color: #fff;
}

.blue-color {
  color: #2273b8;
}

.light-blue-color {
  color: #2BA7DE;
}

.dark-blue-color {
  color: #004E74;
}

.grey-blue-background {
  color: #dae6ee;
}

.light-blue-background {
  background-color: #2BA7DE;
}

.dark-blue-background {
  background-color: #004E74;
}

.white-background {
  background-color: #fff;
}

h1 {
  font-size: 5.5rem;
  line-height: 1;
}

h2 {
  font-size: 5rem;
  line-height: 1;
}

h3 {
  font-size: 4rem;
  line-height: 1;
}

h4 {
  font-size: 3rem;
  line-height: 1;
}

h5 {
  font-size: 2rem;
}

h1, h2, h3, h4, h5 {
  font-weight: normal;
  font-family: "brandon_bold", sans-serif;
  color: #2BA7DE;
}
h1 a, h2 a, h3 a, h4 a, h5 a {
  color: #2BA7DE;
}

img {
  max-width: 100%;
}

i.show-password.active {
  color: #2BA7DE;
}

.checkbox-container {
  display: inline;
  position: relative;
  padding-left: 4.5rem;
  margin-bottom: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 1.9rem;
  color: #2BA7DE;
  font-weight: normal;
}
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 2.5rem;
  width: 2.5rem;
  background-color: #fff;
  border: 1px solid #2BA7DE;
}
.checkbox-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 0.8rem;
  top: 0.4rem;
  width: 0.8rem;
  height: 1.3rem;
  border: solid #2BA7DE;
  border-width: 0 0.2rem 0.2rem 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.checkbox-container input:checked ~ .checkmark {
  background-color: #fff;
}
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

.checkbox-container:hover input ~ .checkmark {
  background-color: #ccc;
}

.radio-container {
  display: inline;
  position: relative;
  padding-left: 2.5rem;
  margin-bottom: 2.5rem;
  cursor: pointer;
  font-size: 2.2rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: normal;
}
.radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.radio-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 2.5rem;
  width: 2.5rem;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #2BA7DE;
}
.radio-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 0.8rem;
  top: 0.4rem;
  width: 0.8rem;
  height: 1.2rem;
  border: solid #2BA7DE;
  border-width: 0 0.3rem 0.3rem 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.radio-container:hover input ~ .checkmark {
  background-color: #ccc;
}
.radio-container input:checked ~ .checkmark {
  background-color: #fff;
}
.radio-container input:checked ~ .checkmark:after {
  display: block;
}

.toggle-switch {
  position: relative;
  display: inline-block;
  width: 6rem;
  height: 3.4rem;
  margin-bottom: 0;
}
.toggle-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.toggle-switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.toggle-switch .slider:before {
  position: absolute;
  content: "";
  height: 2.6rem;
  width: 2.6rem;
  left: 0.4rem;
  bottom: 0.4rem;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.toggle-switch .slider.round {
  border-radius: 3.4rem;
}
.toggle-switch .slider.round:before {
  border-radius: 50%;
}
.toggle-switch input:checked + .slider {
  background-color: #2196F3;
}
.toggle-switch input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
.toggle-switch input:checked + .slider:before {
  -webkit-transform: translateX(2.6rem);
  -ms-transform: translateX(2.6rem);
  transform: translateX(2.6rem);
}

@media only screen and (max-width: 1440px) {
  html {
    font-size: 9px;
  }
}
@media only screen and (max-width: 1280px) {
  html {
    font-size: 8px;
  }
}
@media only screen and (max-width: 1080px) {
  html {
    font-size: 7px;
  }
}
.slider-container {
  position: relative;
  background: lightgrey;
}
.slider-container .slider-arrow {
  position: absolute;
  font-size: 5rem;
  top: 50%;
  transform: translateY(-50%);
  color: lightgrey;
  z-index: 20;
  cursor: pointer;
}
.slider-container .slider-arrow.slider-arrow-left {
  left: 3rem;
}
.slider-container .slider-arrow.slider-arrow-right {
  right: 3rem;
}
.slider-container .slider-arrow:hover i {
  text-shadow: 1px 0px 5px white;
}
.slider-container .slider-arrow i {
  transition: text-shadow 0.2s ease-in-out;
}
.slider-container .slide-single {
  height: auto;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex !important;
  justify-content: center;
  align-items: flex-start;
}
.slider-container .slick-slide {
  height: auto;
}
.slider-container .slide-single-content button {
  margin: 2rem 0.5rem;
}
.slider-container .slide-single {
  min-height: 600px !important;
}
.slider-container ul.slick-dots {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, -50%);
}
.slider-container ul.slick-dots li {
  display: inline-block;
}
.slider-container ul.slick-dots li button {
  color: transparent;
  border-radius: 150px;
  padding: 0;
  width: 0.65rem;
  height: 0.65rem;
  margin: 0.25rem;
  border: 1px solid white;
  background: none;
}
.slider-container ul.slick-dots li.slick-active button {
  border: 1px solid lightgrey;
  background: lightgrey;
}

.button-rectangle {
  padding: 15px 40px;
  font-size: 14px;
  font-weight: 700;
  font-family: "helvetica_neue_med", sans-serif;
  transition: all 0.5s ease;
  border-width: 2px;
}
.button-rectangle a {
  color: inherit;
}
.button-rectangle a:hover {
  text-decoration: none;
  color: inherit;
}
.button-rectangle.button-rounded {
  font-size: 1.7rem;
  border-radius: 10rem;
  padding: 1.75rem 6rem;
}

.blue-button-rectangle {
  background: #2BA7DE;
  color: #fff;
  border: 1px solid #2BA7DE;
}
.blue-button-rectangle:hover {
  background: #fff;
  color: #2BA7DE;
  border: 1px solid #2BA7DE;
}

.dark-blue-button-rectangle {
  background: #004E74;
  color: #fff;
  border: 1px solid #004E74;
}
.dark-blue-button-rectangle:hover {
  background: #fff;
  color: #004E74;
  border: 1px solid #004E74;
}

.white-transparent-button-rectangle {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
}
.white-transparent-button-rectangle:hover {
  background: #2BA7DE;
  color: #fff;
  border: 1px solid #2BA7DE;
}

.blue-transparent-button-rectangle {
  background: transparent;
  color: #2BA7DE;
  border: 1px solid #2BA7DE;
}
.blue-transparent-button-rectangle:hover {
  background: #2BA7DE;
  color: #fff;
  border: 1px solid #2BA7DE;
}
.blue-transparent-button-rectangle.button-rounded {
  border-width: 2px;
}

.darkblue-transparent-button-rectangle {
  background: transparent;
  color: #004E74;
  border: 1px solid #004E74;
}
.darkblue-transparent-button-rectangle:hover {
  background: #004E74;
  color: #fff;
  border: 1px solid #004E74;
}
.darkblue-transparent-button-rectangle.button-rounded {
  border-width: 2px;
}

.mediumblue-transparent-button-rectangle {
  background: transparent;
  color: #2273b8;
  border: 1px solid #2273b8;
}
.mediumblue-transparent-button-rectangle:hover {
  background: #2273b8;
  color: #fff;
  border: 1px solid #2273b8;
}
.mediumblue-transparent-button-rectangle.button-rounded {
  border-width: 2px;
}

.green-transparent-button-rectangle {
  background: transparent;
  color: #50B196;
  border: 1px solid #50B196;
}
.green-transparent-button-rectangle:hover {
  background: #50B196;
  color: #fff;
  border: 1px solid #50B196;
}
.green-transparent-button-rectangle.button-rounded {
  border-width: 2px;
}

.white-button-rectangle {
  background: #fff;
  color: #004E74;
  border: 1px solid #fff;
}
.white-button-rectangle:hover {
  background: #2BA7DE;
  color: #fff;
  border: 1px solid #fff;
}

.tabs-left {
  border-bottom: none !important;
  padding-top: 2px !important;
}
.tabs-left > li {
  float: none !important;
  margin-bottom: 0 !important;
  margin-right: 0 !important;
}
.tabs-left > li > a {
  border-radius: 0 !important;
  margin-right: 0 !important;
  display: block !important;
  border: 1px solid #fff !important;
  border-bottom: 1px solid #D3D3D3 !important;
}
.tabs-left > li > a:hover {
  background-color: inherit !important;
}
.tabs-left > li.active > a {
  border-bottom: 1px solid #2BA7DE !important;
}

@media print {
  html {
    font-size: 7px !important;
  }
  html body h1 {
    font-size: 3.5rem !important;
  }
  html body h2 {
    font-size: 3rem !important;
  }
  html body a[href]:after {
    content: none !important;
  }
  html body img[src]:after {
    content: none !important;
  }
  html body header {
    display: none;
  }
  html body footer {
    display: none;
  }
  html body table {
    table-layout: fixed !important;
    max-width: 100% !important;
  }
  html body ul {
    list-style: none !important;
  }
  html body ul li {
    list-style: disc !important;
  }
  html body ul li:before {
    content: "" !important;
    display: none !important;
  }
  html body .page-content {
    padding-bottom: 0 !important;
  }
  html body .page-content .content-wrapper {
    padding-bottom: 0 !important;
  }
  html body .header-content .header-image {
    display: none !important;
  }
  html body div.block-sidebar {
    display: none !important;
  }
  html body div.wistia_embed {
    display: none !important;
  }
  html body div.related-articles {
    display: none !important;
  }
  html body div.accordian-content,
  html body div.accordion-content {
    max-height: 1000rem !important;
  }
  html body .breadcrumbs {
    display: none !important;
  }
  html body ul.tabs-horizontal {
    display: none !important;
  }
  html body .stats-block.widget-block {
    display: none !important;
  }
  html body .tabs-container .tab-content .content-wrapper {
    max-width: 100% !important;
    padding-right: 0 !important;
  }
}
body #outer-wrapper {
  width: 100%;
  padding-top: 0;
}
body #outer-wrapper .content-wrapper {
  max-width: 160rem;
  padding: 0 1.5rem;
  margin: 0 auto;
}
body #outer-wrapper .page-container {
  background: #fff;
}
body #outer-wrapper .page-container .page-head {
  background-image: url("../../images/blog-single-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
body #outer-wrapper .page-container .page-head .page-head-filter {
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0.2) 100%);
}
body #outer-wrapper .page-container .page-head .content-wrapper .breadcrumbs {
  position: relative;
  border-bottom: 0.1rem solid #fff;
  padding: 1.5rem 0;
}
body #outer-wrapper .page-container .page-head .content-wrapper .breadcrumbs .breadcrumb {
  margin-bottom: 0;
  background: none;
  padding: 0;
  color: #fff;
  font-size: 2rem;
}
body #outer-wrapper .page-container .page-head .content-wrapper .breadcrumbs .breadcrumb a {
  color: #fff;
  font-size: 2rem;
}
body #outer-wrapper .page-container .page-head .content-wrapper .header-content .header-image {
  min-height: 44rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
body #outer-wrapper .page-container .page-head .content-wrapper .header-content .header-image .post-info {
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 40rem);
  padding: 3rem 2rem;
  position: absolute;
  bottom: 0;
  box-shadow: 1.5rem -1.5rem 1rem -1.5rem rgba(0, 0, 0, 0.15);
}
body #outer-wrapper .page-container .page-head .content-wrapper .header-content .header-image .post-info .post-info-data {
  display: flex;
  align-items: center;
  color: #2BA7DE;
  font-size: 2rem;
}
body #outer-wrapper .page-container .page-head .content-wrapper .header-content .header-image .post-info .post-info-data div {
  display: inline-flex;
  align-items: center;
  margin-right: 4rem;
}
body #outer-wrapper .page-container .page-head .content-wrapper .header-content .header-image .post-info .post-info-data i {
  font-size: 2.6rem;
  margin-right: 1rem;
}
body #outer-wrapper .page-container .page-head .content-wrapper .header-content .header-image .post-info .social-links i {
  font-size: 2.6rem;
  margin-left: 3rem;
  color: #2BA7DE;
}
body #outer-wrapper .page-container .page-head .content-wrapper .header-content h2 {
  font-family: "brandon_med-webfont", sans-serif;
  font-size: 5.2rem;
  color: #fff;
  margin: 3rem 0;
}
body #outer-wrapper .page-container .page-content {
  background: #F3F6F9;
}
body #outer-wrapper .page-container .page-content .content-wrapper {
  padding: 4.5rem 1.5rem;
  display: flex;
  justify-content: space-around;
  background: #fff;
  max-width: 157rem;
  box-shadow: 0rem 1.5rem 3.5rem 0rem rgba(0, 0, 0, 0.1);
}
body #outer-wrapper .page-container .page-content .content-wrapper .block-main {
  width: 100%;
}
body #outer-wrapper .page-container .page-content .content-wrapper .block-main h1, body #outer-wrapper .page-container .page-content .content-wrapper .block-main h2, body #outer-wrapper .page-container .page-content .content-wrapper .block-main h3, body #outer-wrapper .page-container .page-content .content-wrapper .block-main h4, body #outer-wrapper .page-container .page-content .content-wrapper .block-main h5 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 1.5rem;
  color: #004e74;
}
body #outer-wrapper .page-container .page-content .content-wrapper .block-main h1, body #outer-wrapper .page-container .page-content .content-wrapper .block-main h2, body #outer-wrapper .page-container .page-content .content-wrapper .block-main h3 {
  font-weight: bold;
}
body #outer-wrapper .page-container .page-content .content-wrapper .block-main p {
  color: #707070;
  font-size: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
}
body #outer-wrapper .page-container .page-content .content-wrapper .block-main p:nth-child(1),
body #outer-wrapper .page-container .page-content .content-wrapper .block-main p:nth-child(2) {
  color: #2BA7DE;
  font-size: 2.2rem;
  font-family: "helvetica_neue_light", sans-serif;
}
body #outer-wrapper .page-container .page-content .content-wrapper .block-main img {
  max-width: 100% !important;
  height: auto !important;
  width: auto !important;
}
body #outer-wrapper .page-container .page-content .content-wrapper .block-main .wp-block-media-text__media img {
  width: 100% !important;
}
body #outer-wrapper .page-container .page-content .content-wrapper .block-main ul, body #outer-wrapper .page-container .page-content .content-wrapper .block-main ol {
  margin: 2rem 0;
}
body #outer-wrapper .page-container .page-content .content-wrapper .block-main ul li, body #outer-wrapper .page-container .page-content .content-wrapper .block-main ol li {
  color: #707070;
  font-size: 2rem;
  line-height: 1.5;
  list-style: none;
}
body #outer-wrapper .page-container .page-content .content-wrapper .block-main ul li ul, body #outer-wrapper .page-container .page-content .content-wrapper .block-main ul li ol, body #outer-wrapper .page-container .page-content .content-wrapper .block-main ol li ul, body #outer-wrapper .page-container .page-content .content-wrapper .block-main ol li ol {
  margin: 0;
  padding-left: 5rem;
}
body #outer-wrapper .page-container .page-content .content-wrapper .block-main ul li ul li:before, body #outer-wrapper .page-container .page-content .content-wrapper .block-main ul li ol li:before, body #outer-wrapper .page-container .page-content .content-wrapper .block-main ol li ul li:before, body #outer-wrapper .page-container .page-content .content-wrapper .block-main ol li ol li:before {
  content: "\f10c";
}
body #outer-wrapper .page-container .page-content .content-wrapper .block-main ul li ul li ul, body #outer-wrapper .page-container .page-content .content-wrapper .block-main ul li ul li ol, body #outer-wrapper .page-container .page-content .content-wrapper .block-main ul li ol li ul, body #outer-wrapper .page-container .page-content .content-wrapper .block-main ul li ol li ol, body #outer-wrapper .page-container .page-content .content-wrapper .block-main ol li ul li ul, body #outer-wrapper .page-container .page-content .content-wrapper .block-main ol li ul li ol, body #outer-wrapper .page-container .page-content .content-wrapper .block-main ol li ol li ul, body #outer-wrapper .page-container .page-content .content-wrapper .block-main ol li ol li ol {
  margin: 0;
  padding-left: 5rem;
}
body #outer-wrapper .page-container .page-content .content-wrapper .block-main ul li ul li ul li:before, body #outer-wrapper .page-container .page-content .content-wrapper .block-main ul li ul li ol li:before, body #outer-wrapper .page-container .page-content .content-wrapper .block-main ul li ol li ul li:before, body #outer-wrapper .page-container .page-content .content-wrapper .block-main ul li ol li ol li:before, body #outer-wrapper .page-container .page-content .content-wrapper .block-main ol li ul li ul li:before, body #outer-wrapper .page-container .page-content .content-wrapper .block-main ol li ul li ol li:before, body #outer-wrapper .page-container .page-content .content-wrapper .block-main ol li ol li ul li:before, body #outer-wrapper .page-container .page-content .content-wrapper .block-main ol li ol li ol li:before {
  content: "\f0c8";
}
body #outer-wrapper .page-container .page-content .content-wrapper .block-main ul li:before, body #outer-wrapper .page-container .page-content .content-wrapper .block-main ol li:before {
  font-family: FontAwesome;
  color: #004E74;
  content: "\f111";
  font-size: 1.4rem;
  padding-right: 1.2rem;
  position: relative;
  top: -0.1rem;
}
body #outer-wrapper .page-container .page-content .content-wrapper .block-main table thead tr th {
  font-size: 1.85rem;
  color: #fff;
  background: #27A9E1;
  font-weight: bold;
  padding: 1.5rem;
}
body #outer-wrapper .page-container .page-content .content-wrapper .block-main table tbody tr th {
  font-size: 1.85rem;
  color: #fff;
  background: #27A9E1;
  font-weight: bold;
  padding: 1.5rem;
}
body #outer-wrapper .page-container .page-content .content-wrapper .block-main table tbody tr td {
  font-size: 1.85rem;
  padding: 1.5rem;
}
body #outer-wrapper .page-container .page-content .content-wrapper .block-main table tbody tr:nth-child(odd) td {
  background: #F3FAFD;
}
body #outer-wrapper .page-container .page-content .content-wrapper .block-main table tbody tr:nth-child(even) td {
  background: #fff;
}
body #outer-wrapper .page-container .page-content .content-wrapper .block-main table tr td {
  font-size: 2rem;
}
body #outer-wrapper .page-container .page-content .content-wrapper .block-main .related-articles {
  border-top: 0.2rem solid #D3D3D3;
}
body #outer-wrapper .page-container .page-content .content-wrapper .block-main .related-articles h2.section-header {
  font-size: 4rem;
  color: #2BA7DE;
  margin: 2.5rem 0;
  font-family: "brandon_med-webfont", sans-serif;
  font-weight: normal;
}
body #outer-wrapper .page-container .page-content .content-wrapper .block-main .related-articles .articles-container {
  display: flex;
  justify-content: space-between;
}
body #outer-wrapper .page-container .page-content .content-wrapper .block-main .related-articles .articles-container .blog-item-container {
  max-width: 45rem;
  width: 100%;
  border-radius: 0.5rem;
  margin: 2rem;
  box-shadow: 0rem 1rem 2rem 0rem rgba(0, 0, 0, 0.15);
}
body #outer-wrapper .page-container .page-content .content-wrapper .block-main .related-articles .articles-container .blog-item-container .blog-item-header {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 22rem;
  border-radius: 0.5rem 0.5rem 0 0;
  position: relative;
}
body #outer-wrapper .page-container .page-content .content-wrapper .block-main .related-articles .articles-container .blog-item-container .blog-item-header .blog-item-header-filter {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}
body #outer-wrapper .page-container .page-content .content-wrapper .block-main .related-articles .articles-container .blog-item-container .blog-item-header .blog-item-header-text {
  position: absolute;
  bottom: 0;
  padding: 2.5rem;
}
body #outer-wrapper .page-container .page-content .content-wrapper .block-main .related-articles .articles-container .blog-item-container .blog-item-header .blog-item-header-text a.blog-header-href,
body #outer-wrapper .page-container .page-content .content-wrapper .block-main .related-articles .articles-container .blog-item-container .blog-item-header .blog-item-header-text a.blog-header-href:hover {
  text-decoration: none;
}
body #outer-wrapper .page-container .page-content .content-wrapper .block-main .related-articles .articles-container .blog-item-container .blog-item-header .blog-item-header-text a.blog-header-href h2,
body #outer-wrapper .page-container .page-content .content-wrapper .block-main .related-articles .articles-container .blog-item-container .blog-item-header .blog-item-header-text a.blog-header-href:hover h2 {
  color: #fff;
  font-weight: bold;
  font-size: 2.4rem;
}
body #outer-wrapper .page-container .page-content .content-wrapper .block-main .related-articles .articles-container .blog-item-container .blog-item-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem;
  border: 0.1rem solid #D3D3D3;
}
body #outer-wrapper .page-container .page-content .content-wrapper .block-main .related-articles .articles-container .blog-item-container .blog-item-info p {
  color: #2BA7DE;
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  margin-bottom: 0;
}
body #outer-wrapper .page-container .page-content .content-wrapper .block-main .related-articles .articles-container .blog-item-container .blog-item-info p i {
  font-size: 2rem;
  margin-right: 1rem;
}
body #outer-wrapper .page-container .page-content .content-wrapper .block-main .related-articles .articles-container .blog-item-container .blog-item-info a, body #outer-wrapper .page-container .page-content .content-wrapper .block-main .related-articles .articles-container .blog-item-container .blog-item-info a:visited, body #outer-wrapper .page-container .page-content .content-wrapper .block-main .related-articles .articles-container .blog-item-container .blog-item-info a:hover {
  color: #2BA7DE;
  text-decoration: none;
}
body #outer-wrapper .page-container .page-content .content-wrapper .block-main .related-articles .articles-container .blog-item-container .blog-item-text {
  padding: 2rem;
  border: 0.1rem solid #D3D3D3;
  border-top: none;
  min-height: 27.5rem;
}
body #outer-wrapper .page-container .page-content .content-wrapper .block-main .related-articles .articles-container .blog-item-container .blog-item-text p {
  font-size: 1.9rem;
  line-height: 1.5;
  color: #707070;
}
body #outer-wrapper .page-container .page-content .content-wrapper .block-main .related-articles .articles-container .blog-item-container .blog-item-link {
  padding: 2.5rem 2rem;
  border: 0.1rem solid #D3D3D3;
  border-top: none;
  border-radius: 0 0 0.5rem 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #2BA7DE;
  font-size: 2rem;
  font-weight: bold;
}
body #outer-wrapper .page-container .page-content .content-wrapper .block-main .related-articles .articles-container .blog-item-container .blog-item-link a,
body #outer-wrapper .page-container .page-content .content-wrapper .block-main .related-articles .articles-container .blog-item-container .blog-item-link a:visited {
  color: #2BA7DE;
  text-decoration: none;
}
body #outer-wrapper .page-container .page-content .content-wrapper .block-main .related-articles .articles-container .blog-item-container .blog-item-link i {
  font-size: 2.6rem;
  margin-left: 2.5rem;
}
body #outer-wrapper .page-container .page-content .content-wrapper .block-main .related-articles .articles-container .blog-item-container:first-child {
  margin-left: 0;
}
body #outer-wrapper .page-container .page-content .content-wrapper .block-main .related-articles .articles-container .blog-item-container:last-child {
  margin-right: 0;
}
body #outer-wrapper .page-container .page-content .content-wrapper .block-sidebar {
  min-width: 40rem;
  max-width: 40rem;
  padding: 0 3rem;
}
body #outer-wrapper .page-container .page-content .content-wrapper .block-sidebar .filter-panel h2 {
  color: #2BA7DE;
  font-family: "brandon_med-webfont", sans-serif;
  font-size: 3rem;
}
body #outer-wrapper .page-container .page-content .content-wrapper .block-sidebar .filter-panel .filter-item {
  padding: 1.5rem 0;
}
body #outer-wrapper .page-container .page-content .content-wrapper .block-sidebar .filter-panel .filter-item select,
body #outer-wrapper .page-container .page-content .content-wrapper .block-sidebar .filter-panel .filter-item input {
  width: 100%;
  height: 5rem;
  border-radius: 0.5rem;
  padding: 1rem 1.5rem;
  border: 0.1rem solid #9DD8F0;
  background: #fff;
  color: #707070;
  font-size: 2rem;
}
body #outer-wrapper .page-container .page-content .content-wrapper .block-sidebar .filter-panel .filter-item select:active,
body #outer-wrapper .page-container .page-content .content-wrapper .block-sidebar .filter-panel .filter-item select:focus,
body #outer-wrapper .page-container .page-content .content-wrapper .block-sidebar .filter-panel .filter-item input:active,
body #outer-wrapper .page-container .page-content .content-wrapper .block-sidebar .filter-panel .filter-item input:focus {
  outline: none;
  box-shadow: none;
}
body #outer-wrapper .page-container .page-content .content-wrapper .block-sidebar .filter-panel .filter-item.search-block {
  position: relative;
}
body #outer-wrapper .page-container .page-content .content-wrapper .block-sidebar .filter-panel .filter-item.search-block i.fa-search {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.5rem;
  font-size: 2rem;
  color: #2BA7DE;
  cursor: pointer;
}
body #outer-wrapper .page-container .page-content .content-wrapper .block-sidebar .filter-panel hr {
  margin: 0;
  border-color: #BDE5F6;
}
body #outer-wrapper .page-container .page-content .content-wrapper .block-sidebar .sidebar-banner {
  padding: 4rem;
  background: #2BA7DE;
  background: linear-gradient(to right, #2BA7DE 0%, #2273b8 100%);
}
body #outer-wrapper .page-container .page-content .content-wrapper .block-sidebar .sidebar-banner p {
  color: #fff;
  font-family: "brandon_med-webfont", sans-serif;
  text-align: center;
  font-size: 3rem;
  margin-bottom: 3rem;
}
body #outer-wrapper .page-container .page-content .content-wrapper .block-sidebar .sidebar-banner img {
  max-width: 100%;
}
body #outer-wrapper .page-container .page-content .content-wrapper .block-sidebar .sidebar-banner h2 {
  color: #fff;
  font-family: "brandon_med-webfont", sans-serif;
  font-size: 4rem;
  text-align: center;
  margin: 3.5rem 0;
}
body #outer-wrapper .page-container .page-content .content-wrapper .block-sidebar .sidebar-banner button {
  font-size: 2rem;
  font-weight: normal;
  color: #fff;
  width: 100%;
}

@media (max-width: 1600px) {
  body #outer-wrapper .page-container .page-content .content-wrapper .block-main .related-articles .articles-container {
    flex-wrap: wrap;
    justify-content: space-around;
  }
  body #outer-wrapper .page-container .page-content .content-wrapper .block-main .related-articles .articles-container .blog-item-container:nth-child(1),
  body #outer-wrapper .page-container .page-content .content-wrapper .block-main .related-articles .articles-container .blog-item-container:nth-child(3) {
    margin: 2rem;
  }
}
@media (max-width: 1024px) {
  body #outer-wrapper .page-container .page-head .content-wrapper .header-content .header-image .post-info {
    width: 100%;
    padding: 2rem 1rem;
  }
  body #outer-wrapper .page-container .page-head .content-wrapper .header-content .header-image .post-info .post-info-data {
    width: 100%;
    font-size: 1.5rem;
    justify-content: space-between;
  }
  body #outer-wrapper .page-container .page-head .content-wrapper .header-content .header-image .post-info .post-info-data div {
    margin-right: 0;
  }
  body #outer-wrapper .page-container .page-head .content-wrapper .header-content .header-image .post-info .post-info-data i {
    font-size: 2rem;
  }
  body #outer-wrapper .page-container .page-head .content-wrapper .header-content .header-image .post-info .social-links {
    display: none;
  }
  body #outer-wrapper .page-container .page-content .content-wrapper {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    padding: 1.5rem;
  }
  body #outer-wrapper .page-container .page-content .content-wrapper .block-sidebar {
    padding: 0;
    width: 100%;
    max-width: 100%;
    min-width: auto;
  }
  body #outer-wrapper .page-container .page-content .content-wrapper .block-sidebar .sidebar-banner {
    display: none;
  }
  body #outer-wrapper .page-container .page-content .content-wrapper .block-sidebar .sidebar-banner .filter-panel {
    width: 100%;
  }
  body #outer-wrapper .page-container .page-content .content-wrapper .block-sidebar .sidebar-banner .filter-panel .filter-item {
    width: 100%;
  }
}
@media (max-width: 640px) {
  body #outer-wrapper .page-container .page-head .content-wrapper .breadcrumbs .breadcrumb a {
    color: #fff;
    font-size: 1.6rem;
  }
  body #outer-wrapper .page-container .page-head .content-wrapper .header-content h2 {
    font-size: 3rem;
    margin: 1.5rem 0;
  }
  body #outer-wrapper .page-container .page-head .content-wrapper .header-content .header-image {
    min-height: 25rem;
  }
  body #outer-wrapper .page-container .page-content .content-wrapper .block-sidebar .filter-panel h2 {
    display: none;
  }
  body #outer-wrapper .page-container .page-content .content-wrapper .block-sidebar .filter-panel .filter-item,
  body #outer-wrapper .page-container .page-content .content-wrapper .block-sidebar .filter-panel hr {
    display: none;
  }
  body #outer-wrapper .page-container .page-content .content-wrapper .block-sidebar .filter-panel .filter-item.search-block {
    border-bottom: 0.2rem solid #D3D3D3;
    margin-bottom: 2rem;
    display: block;
  }
  body #outer-wrapper .page-container .page-content .content-wrapper .block-main p {
    font-size: 1.8rem;
  }
  body #outer-wrapper .page-container .page-content .content-wrapper .block-main p:nth-child(1) {
    font-size: 2rem;
  }
  body #outer-wrapper .page-container .page-content .content-wrapper .block-main ul li {
    font-size: 1.8rem;
  }
  body #outer-wrapper .page-container .page-content .content-wrapper .block-main .related-articles h2.section-header {
    font-size: 3rem;
  }
  body #outer-wrapper .page-container .page-content .content-wrapper .block-main .related-articles .articles-container .blog-item-container {
    margin: 1.5rem 0 !important;
  }
}
html body #login-float-widget,
html body #login-bottom-widget {
  display: none;
}
html body #outer-wrapper .page-container {
  background-color: #F2F6F9;
  background-image: unset !important;
}
html body #outer-wrapper .page-container .page-head {
  padding-bottom: 35rem;
  position: relative;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
html body #outer-wrapper .page-container .page-head .content-wrapper {
  max-width: 160rem !important;
}
html body #outer-wrapper .page-container .page-head .content-wrapper hr {
  margin-top: 0;
}
html body #outer-wrapper .page-container .page-head .content-wrapper .header-content {
  text-align: center;
  max-width: 100%;
}
html body #outer-wrapper .page-container .page-head .content-wrapper .header-content h1 {
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 4rem 0 2rem 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
html body #outer-wrapper .page-container .page-head .content-wrapper .header-content h4 {
  color: #fff;
  text-align: center;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
html body #outer-wrapper .page-container .page-head .content-wrapper .header-content button {
  margin: 3rem 0 7rem 0;
}
html body #outer-wrapper .page-container .page-content .content-wrapper {
  width: 100%;
  max-width: 160rem;
  box-shadow: none;
  background: transparent;
}
html body #outer-wrapper .page-container .page-content .main-content {
  width: 100%;
  margin-top: -25rem;
  box-shadow: 0 1.5rem 3.5rem 0 rgba(0, 0, 0, 0.1);
}
html body #outer-wrapper .page-container .page-content .main-content section {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 0;
  overflow: hidden;
}
html body #outer-wrapper .page-container .page-content .main-content section.notification-text {
  background-color: #2BA7DE;
  background: linear-gradient(to right, #2BA7DE 0%, #2273b8 100%);
  color: #fff;
  padding: 1rem;
  text-align: center;
  font-weight: bold;
  font-size: 1.75rem;
}
html body #outer-wrapper .page-container .page-content .main-content section.section-dual {
  padding: 10rem 12rem;
  background-size: contain;
  background-position: bottom right;
}
html body #outer-wrapper .page-container .page-content .main-content section.section-dual h4.section-header {
  font-size: 3.25rem;
  line-height: 1.2;
  color: #2397D5;
}
html body #outer-wrapper .page-container .page-content .main-content section.section-dual p {
  color: #5F6775;
}
html body #outer-wrapper .page-container .page-content .main-content section.section-stats {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
html body #outer-wrapper .page-container .page-content .main-content section.section-stats .section-overlay {
  background: #6E7584;
  opacity: 0.75;
}
html body #outer-wrapper .page-container .page-content .main-content section.section-stats .section-content {
  padding: 12rem;
}
html body #outer-wrapper .page-container .page-content .main-content section.section-stats .section-content .flex-container .stat-block {
  width: 100%;
  max-width: 30rem;
  background-position: center 75%;
  background-repeat: no-repeat;
}
html body #outer-wrapper .page-container .page-content .main-content section.section-stats .section-content .flex-container .stat-block h2 {
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 5rem;
  padding: 7rem 0;
}
html body #outer-wrapper .page-container .page-content .main-content section.section-stats .section-content .flex-container .stat-block h4 {
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 1.8rem;
}
html body #outer-wrapper .page-container .page-content .main-content section.section-stats .section-content .flex-container .stat-block:nth-child(1) {
  background-image: url("../../images/figure_8.png");
}
html body #outer-wrapper .page-container .page-content .main-content section.section-stats .section-content .flex-container .stat-block:nth-child(2) {
  background-image: url("../../images/figure_7.png");
}
html body #outer-wrapper .page-container .page-content .main-content section.section-stats .section-content .flex-container .stat-block:nth-child(3) {
  background-image: url("../../images/figure_6.png");
}
html body #outer-wrapper .page-container .page-content .main-content section.section-accounts {
  padding: 0;
}
html body #outer-wrapper .page-container .page-content .main-content section.section-accounts .section-content {
  padding: 0;
}
html body #outer-wrapper .page-container .page-content .main-content section.section-accounts .section-content .block-dual .block-content {
  padding: 10rem;
}
html body #outer-wrapper .page-container .page-content .main-content section.section-accounts .section-content .block-dual .block-content h4 {
  font-size: 3.5rem;
}
html body #outer-wrapper .page-container .page-content .main-content section.section-accounts .section-content .block-dual .block-content hr {
  width: 4rem;
  margin: 2rem auto;
  border-color: #004E74;
}
html body #outer-wrapper .page-container .page-content .main-content section.section-accounts .section-content .block-dual .block-content button {
  margin: 3rem 0.25rem;
}
html body #outer-wrapper .page-container .page-content .main-content section.section-accounts .section-content .block-dual .block-content:first-child {
  border-right: 1px solid #C4C5C4;
  margin-right: 0;
}
html body #outer-wrapper .page-container .page-content .main-content section.section-accounts .section-content .block-dual .block-content:first-child h4 {
  color: #2397D5;
}
html body #outer-wrapper .page-container .page-content .main-content section.section-accounts .section-content .block-dual .block-content:first-child ul li {
  color: #2397D5;
}
html body #outer-wrapper .page-container .page-content .main-content section.section-accounts .section-content .block-dual .block-content:first-child hr {
  border-color: #2397D5;
}
html body #outer-wrapper .page-container .page-content .main-content section.buyback-trustpilot {
  background-position: right bottom;
  background-size: contain;
}
html body #outer-wrapper .page-container .page-content .main-content section.buyback-trustpilot .block-dual .block-content {
  padding: 8rem 12rem;
}
html body #outer-wrapper .page-container .page-content .main-content section.buyback-trustpilot .block-dual .block-content:first-child {
  margin-right: 0;
}
html body #outer-wrapper .page-container .page-content .main-content section.section-risk {
  padding: 0;
  border-top: 1px solid #CDE8F6;
  border-bottom: 1px solid #CDE8F6;
}
html body #outer-wrapper .page-container .page-content .main-content section.section-risk .block-dual .block-content h4.section-header {
  font-size: 3.75rem;
  color: #004E74;
}
html body #outer-wrapper .page-container .page-content .main-content section.section-risk .block-dual .block-content p a {
  font-weight: bold;
  color: #2397D5;
}
html body #outer-wrapper .page-container .page-content .main-content section.section-risk .block-dual .block-content:first-child {
  margin-right: 0;
}
html body #outer-wrapper .page-container .page-content .main-content section.section-risk .block-dual .block-content:last-child {
  padding: 3rem 6rem;
}
html body #outer-wrapper .page-container .page-content .main-content section.section-finances {
  padding: 7rem;
  padding-bottom: 5rem;
  border-bottom: 1px solid #CDE8F6;
}
html body #outer-wrapper .page-container .page-content .main-content section.section-finances h4.section-header {
  font-size: 3.5rem;
  color: #004E74;
}
html body #outer-wrapper .page-container .page-content .main-content section.section-finances p.subheader {
  color: #004E74;
  max-width: 100rem;
  margin: 0 auto;
}
html body #outer-wrapper .page-container .page-content .main-content section.section-finances p {
  color: #515767;
  max-width: 110rem;
  margin: 0 auto;
}
html body #outer-wrapper .page-container .page-content .main-content section.section-finances .flex-container {
  display: flex;
  justify-content: space-around;
}
html body #outer-wrapper .page-container .page-content .main-content section.section-finances .flex-container .image-container {
  text-align: center;
  width: 100%;
  max-width: 30rem;
}
html body #outer-wrapper .page-container .page-content .main-content section.section-finances .flex-container .image-container p {
  font-size: 1.75rem;
  font-weight: bold;
  color: #004E74;
}
html body #outer-wrapper .page-container .page-content .main-content section.section-finances .flex-container .image-container img {
  margin: 3rem 0 -3rem 0;
}
html body #outer-wrapper .page-container .page-content .main-content section.section-marketplace {
  padding: 7rem 2.5rem;
}
html body #outer-wrapper .page-container .page-content .main-content section.section-marketplace h4.section-header {
  font-size: 4rem;
  color: #004E74;
}
html body #outer-wrapper .page-container .page-content .main-content section.section-marketplace p.subheader {
  color: #004E74;
  max-width: 100rem;
  margin: 0 auto;
}
html body #outer-wrapper .page-container .page-content .main-content section.section-marketplace .apps-container {
  display: flex;
  justify-content: space-around;
}
html body #outer-wrapper .page-container .page-content .main-content section.section-marketplace .app-block-mobile {
  display: flex;
  width: 100%;
  max-width: 50rem;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.06);
  margin: 2.5rem;
}
html body #outer-wrapper .page-container .page-content .main-content section.section-marketplace .app-block-mobile h3 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #004E74;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1;
  margin: 0;
}
html body #outer-wrapper .page-container .page-content .main-content section.section-marketplace .app-block-mobile p.app-sector {
  color: #2BA7DE;
  font-size: 2rem;
  text-decoration: underline;
  padding: 0;
}
html body #outer-wrapper .page-container .page-content .main-content section.section-marketplace .app-block-mobile p.app-sector i {
  color: #707070;
  padding-right: 0.5rem;
}
html body #outer-wrapper .page-container .page-content .main-content section.section-marketplace .app-block-mobile .app-key.key-purple {
  background: #D5C1FF;
}
html body #outer-wrapper .page-container .page-content .main-content section.section-marketplace .app-block-mobile .app-key.key-yellow {
  background: #FBC701;
}
html body #outer-wrapper .page-container .page-content .main-content section.section-marketplace .app-block-mobile .app-key.key-green {
  background: #66AC75;
}
html body #outer-wrapper .page-container .page-content .main-content section.section-marketplace .app-block-mobile .block-content {
  width: 100%;
}
html body #outer-wrapper .page-container .page-content .main-content section.section-marketplace .app-block-mobile .block-content .loan-header {
  display: flex;
  align-items: center;
  padding: 3rem;
  border-bottom: 1px solid #D8D8D8;
}
html body #outer-wrapper .page-container .page-content .main-content section.section-marketplace .app-block-mobile .block-content .loan-header .loan-image {
  width: 10rem;
  height: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #D3D3D3;
  border-radius: 2rem;
  background: #fff;
  margin-right: 3rem;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
  flex-shrink: 0;
}
html body #outer-wrapper .page-container .page-content .main-content section.section-marketplace .app-block-mobile .block-content .loan-header .loan-image img {
  width: 80%;
  height: 80%;
  border-radius: 1rem;
}
html body #outer-wrapper .page-container .page-content .main-content section.section-marketplace .app-block-mobile .block-content .loan-header .loan-name h3 {
  margin: 0 0 0.5rem 0;
  line-height: 1;
}
html body #outer-wrapper .page-container .page-content .main-content section.section-marketplace .app-block-mobile .block-content .loan-header .loan-name p {
  margin: 0;
  line-height: 1;
}
html body #outer-wrapper .page-container .page-content .main-content section.section-marketplace .app-block-mobile .block-content .loan-info {
  padding: 1rem 3rem;
  border-bottom: 1px solid #D8D8D8;
}
html body #outer-wrapper .page-container .page-content .main-content section.section-marketplace .app-block-mobile .block-content .loan-info .loan-data {
  display: flex;
  justify-content: space-around;
  align-content: center;
  padding: 0;
}
html body #outer-wrapper .page-container .page-content .main-content section.section-marketplace .app-block-mobile .block-content .loan-info .loan-data .data-block {
  width: 100%;
}
html body #outer-wrapper .page-container .page-content .main-content section.section-marketplace .app-block-mobile .block-content .loan-info .loan-data .data-block h3 {
  text-align: left;
  font-size: 2rem;
  color: #6C717F;
  padding-bottom: 1rem;
}
html body #outer-wrapper .page-container .page-content .main-content section.section-marketplace .app-block-mobile .block-content .loan-info .loan-data .data-block h3.green-color {
  color: #50B196;
}
html body #outer-wrapper .page-container .page-content .main-content section.section-marketplace .app-block-mobile .block-content .loan-info .loan-data .data-block h3.yellow-color {
  color: #FDCC5F;
}
html body #outer-wrapper .page-container .page-content .main-content section.section-marketplace .app-block-mobile .block-content .loan-info .loan-data .data-block h3.red-color {
  color: #EE0504;
}
html body #outer-wrapper .page-container .page-content .main-content section.section-marketplace .app-block-mobile .block-content .loan-info .loan-data .data-block h3.blue-color {
  color: #2397D5;
}
html body #outer-wrapper .page-container .page-content .main-content section.section-marketplace .app-block-mobile .block-content .loan-info .loan-data .data-block p {
  text-align: left;
  color: #BBBBBB;
  font-size: 1.85rem;
  padding: 0.5rem 0;
}
html body #outer-wrapper .page-container .page-content .main-content section.section-marketplace .app-block-mobile .block-content .loan-info .loan-data .data-block.app-deadline {
  width: 200%;
  max-width: 100%;
}
html body #outer-wrapper .page-container .page-content .main-content section.section-marketplace .app-block-mobile .block-content .loan-link {
  padding: 2rem 1.5rem 2rem 1.5rem;
}
html body #outer-wrapper .page-container .page-content .main-content section.section-marketplace .app-block-mobile .block-content .loan-link a:hover {
  text-decoration: none;
}
html body #outer-wrapper .page-container .page-content .main-content section.section-marketplace .app-block-mobile .block-content .loan-link button {
  width: 100%;
  font-size: 2.25rem;
  font-weight: bold;
  padding: 1.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: none;
  color: #2397D5;
  border: none;
  margin: 0;
}
html body #outer-wrapper .page-container .page-content .main-content section.section-marketplace .app-block-mobile .block-content .loan-link button i {
  font-size: 3.5rem;
}
html body #outer-wrapper .page-container .page-content .main-content section.section-marketplace .buttons-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
html body #outer-wrapper .page-container .page-content .main-content section.section-marketplace .buttons-container a button {
  border-radius: 5px;
}
html body #outer-wrapper .page-container .page-content .main-content section button {
  font-size: 2rem;
  padding: 1.75rem 4rem;
  margin: 2rem 0.5rem;
}
html body #outer-wrapper .page-container .page-content .main-content section .section-bg {
  position: absolute;
  width: calc(100% + 6rem);
  height: calc(100% + 6rem);
  filter: blur(8px);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: -3rem;
}
html body #outer-wrapper .page-container .page-content .main-content section .section-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
}
html body #outer-wrapper .page-container .page-content .main-content section .section-overlay.overlay-white {
  background: #F2F6F9;
  opacity: 0.85;
}
html body #outer-wrapper .page-container .page-content .main-content section .section-content {
  padding: 7rem;
  position: relative;
  text-align: center;
}
html body #outer-wrapper .page-container .page-content .main-content section .section-content h4.section-header {
  color: #004E74;
  text-align: center;
  font-size: 4rem;
}
html body #outer-wrapper .page-container .page-content .main-content section .section-content .flex-container {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
html body #outer-wrapper .page-container .page-content .main-content section .section-content .flex-container .feature-block {
  width: 100%;
  max-width: 20rem;
  height: 20rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center 80%;
  background-size: 85%;
  background-repeat: no-repeat;
}
html body #outer-wrapper .page-container .page-content .main-content section .section-content .flex-container .feature-block p {
  color: #004E74;
  font-size: 2.25rem;
  line-height: 1.2;
}
html body #outer-wrapper .page-container .page-content .main-content section .section-content .flex-container .feature-block:nth-child(1) {
  background-image: url("../../images/figure_1.png");
}
html body #outer-wrapper .page-container .page-content .main-content section .section-content .flex-container .feature-block:nth-child(2) {
  background-image: url("../../images/figure_2.png");
}
html body #outer-wrapper .page-container .page-content .main-content section .section-content .flex-container .feature-block:nth-child(3) {
  background-image: url("../../images/figure_3.png");
}
html body #outer-wrapper .page-container .page-content .main-content section .section-content .flex-container .feature-block:nth-child(4) {
  background-image: url("../../images/figure_4.png");
}
html body #outer-wrapper .page-container .page-content .main-content section .section-content .flex-container .feature-block:nth-child(5) {
  background-image: url("../../images/figure_5.png");
}
html body #outer-wrapper .page-container .page-content .main-content section ul li {
  padding: 0.75rem 0;
  font-size: 2.4rem;
}
html body #outer-wrapper .page-container .page-content .main-content section ul li:before {
  display: none;
  content: unset;
}

@media only screen and (max-width: 1600px) {
  html {
    font-size: 9px;
  }
  html body #outer-wrapper .page-container .page-content .main-content section.section-marketplace .apps-container {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 1280px) {
  html {
    font-size: 8px;
  }
}
@media only screen and (max-width: 768px) {
  html body #outer-wrapper .page-container .page-head .content-wrapper .header-content h1 {
    font-size: 5rem;
  }
  html body #outer-wrapper .page-container .page-head .content-wrapper .header-content h4 {
    font-size: 3rem;
  }
  html body #outer-wrapper .page-container .page-content .main-content section h4.section-header {
    font-size: 3rem;
  }
  html body #outer-wrapper .page-container .page-content .main-content section h4.section-header.green-header {
    font-size: 3rem;
  }
  html body #outer-wrapper .page-container .page-content .main-content section .section-content {
    padding: 3rem;
  }
  html body #outer-wrapper .page-container .page-content .main-content section .section-content h4.section-header {
    font-size: 3rem;
  }
  html body #outer-wrapper .page-container .page-content .main-content section .section-content h4.section-header.green-header {
    font-size: 3rem;
  }
  html body #outer-wrapper .page-container .page-content .main-content section .section-content .flex-container .feature-block {
    height: 16rem;
  }
  html body #outer-wrapper .page-container .page-content .main-content section.section-dual {
    padding: 3rem;
  }
  html body #outer-wrapper .page-container .page-content .main-content section.section-dual h4.section-header {
    font-size: 2.75rem;
  }
  html body #outer-wrapper .page-container .page-content .main-content section.section-stats .section-content {
    padding: 3rem;
  }
  html body #outer-wrapper .page-container .page-content .main-content section.section-stats .section-content .flex-container .stat-block {
    margin-bottom: 3rem;
    background-position: center 15%;
  }
  html body #outer-wrapper .page-container .page-content .main-content section.section-accounts .section-content .block-dual .block-content {
    padding: 3rem;
  }
  html body #outer-wrapper .page-container .page-content .main-content section.section-accounts .section-content .block-dual .block-content h4 {
    font-size: 3rem;
  }
  html body #outer-wrapper .page-container .page-content .main-content section.section-accounts .section-content .block-dual .block-content ul li {
    text-align: center;
  }
  html body #outer-wrapper .page-container .page-content .main-content section.buyback-trustpilot .block-dual .block-content {
    padding: 3rem;
  }
  html body #outer-wrapper .page-container .page-content .main-content section.section-risk .block-dual .block-content h4.section-header {
    font-size: 3rem;
  }
  html body #outer-wrapper .page-container .page-content .main-content section.section-risk .block-dual .block-content:last-child {
    padding: 1rem;
  }
  html body #outer-wrapper .page-container .page-content .main-content section.section-finances {
    padding: 3rem;
  }
  html body #outer-wrapper .page-container .page-content .main-content section.section-finances h4.section-header {
    font-size: 3rem;
  }
  html body #outer-wrapper .page-container .page-content .main-content section.section-finances .flex-container {
    flex-wrap: wrap;
  }
  html body #outer-wrapper .page-container .page-content .main-content section.section-finances .flex-container .image-container img {
    margin: 0 0 -5rem 0;
  }
  html body #outer-wrapper .page-container .page-content .main-content section.section-marketplace {
    padding: 3rem 1rem;
  }
  html body #outer-wrapper .page-container .page-content .main-content section.section-marketplace h4.section-header {
    font-size: 3rem;
  }
  html body #outer-wrapper .page-container .page-content .main-content section.section-marketplace .app-block-mobile .block-content .loan-header {
    padding: 1rem;
  }
  html body #outer-wrapper .page-container .page-content .main-content section.section-marketplace .app-block-mobile .block-content .loan-header .loan-name h3, html body #outer-wrapper .page-container .page-content .main-content section.section-marketplace .app-block-mobile .block-content .loan-header .loan-name p {
    text-align: left;
  }
  html body #outer-wrapper .page-container .page-content .main-content section.section-marketplace .app-block-mobile .block-content .loan-header .loan-image {
    margin-right: 1rem;
  }
  html body #outer-wrapper .page-container .page-content .main-content section.section-marketplace .app-block-mobile .block-content .loan-info {
    padding: 1rem;
  }
  html body #outer-wrapper .page-container .page-content .main-content section.section-marketplace .app-block-mobile .block-content .loan-link {
    padding: 1rem;
  }
  html body #outer-wrapper .page-container .page-content .main-content section.section-marketplace .buttons-container {
    flex-wrap: wrap;
  }
}
html body #header-links {
  margin-top: 25px;
}
html body #outer-wrapper .page-container .page-head {
  padding-bottom: 30rem;
}
html body #outer-wrapper .page-container .header-content button {
  font-size: 2rem;
  padding: 1.75rem 7.5rem;
}
html body #outer-wrapper .page-container .header-content .heading-blocks {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 5rem;
}
html body #outer-wrapper .page-container .header-content .heading-blocks .block-item {
  width: 18%;
  margin: 1%;
  border-radius: 1.5rem;
  font-size: 3rem;
  display: flex;
  align-items: center;
  padding: 1.5rem;
  opacity: 0.85;
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.15);
}
html body #outer-wrapper .page-container .page-content {
  padding-bottom: 5rem;
}
html body #outer-wrapper .page-container .content-wrapper {
  box-shadow: none;
  background: transparent;
}
html body #outer-wrapper .page-container .main-content {
  box-shadow: 0 1.5rem 3.5rem 0 rgba(0, 0, 0, 0.1);
  width: 100%;
}
html body #outer-wrapper .page-container .main-content section h4.section-header {
  font-size: 3.75rem;
  padding: 2rem 0;
  font-family: "brandon_bold", sans-serif;
}
html body #outer-wrapper .page-container .main-content section .section-content .flex-container {
  flex-wrap: wrap;
}
html body #outer-wrapper .page-container .main-content section .section-content .flex-container .feature-block p {
  font-size: 2.4rem;
}
html body #outer-wrapper .page-container .main-content section.section-dual {
  background: #fff;
  padding: 12rem;
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: contain;
}
html body #outer-wrapper .page-container .main-content section.section-dual h4.section-header {
  font-size: 5rem;
  color: #2397D5;
  font-family: "brandon_bold", sans-serif;
  padding: 0 0 2rem 0;
}
html body #outer-wrapper .page-container .main-content section.section-dual .block-dual {
  display: flex;
}
html body #outer-wrapper .page-container .main-content section.section-dual .block-dual .block-content {
  width: 100%;
  flex-basis: 100%;
  margin-right: 2.5rem;
}
html body #outer-wrapper .page-container .main-content section.section-dual .block-dual .block-content p {
  color: #515767;
  line-height: 1.25;
  font-size: 2.5rem;
}
html body #outer-wrapper .page-container .main-content section.section-dual .block-dual .block-content img {
  box-shadow: 0 0 1rem 0 #699fce;
  width: 100%;
}
html body #outer-wrapper .page-container .main-content section.section-dual .block-dual .block-content .list-container {
  display: flex;
  align-items: flex-start;
  margin: 2.5rem 0 4rem 0;
}
html body #outer-wrapper .page-container .main-content section.section-dual .block-dual .block-content .list-container .list {
  width: 100%;
}
html body #outer-wrapper .page-container .main-content section.section-dual .block-dual .block-content .list-container .list ul li {
  color: #707070;
  font-size: 2.1rem;
  position: relative;
  padding-left: 3rem;
}
html body #outer-wrapper .page-container .main-content section.section-dual .block-dual .block-content .list-container .list ul li:after {
  font-family: "FontAwesome";
  font-size: 2rem;
  content: "\f00c";
  color: #8BC734;
  position: absolute;
  left: 0;
  top: 1rem;
}
html body #outer-wrapper .page-container .main-content section.section-how-it-works .section-overlay {
  background-color: rgba(83, 107, 118, 0.6509803922);
}
html body #outer-wrapper .page-container .main-content section.section-how-it-works .section-content h4.section-header {
  font-size: 5rem;
  color: #fff;
  font-family: "brandon_bold", sans-serif;
  padding: 0 0 2rem 0;
}
html body #outer-wrapper .page-container .main-content section.section-how-it-works .section-content .flex-container {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
html body #outer-wrapper .page-container .main-content section.section-how-it-works .section-content .flex-container .stat-block {
  display: flex;
  width: 100%;
  flex-basis: 100%;
  max-width: 55rem;
  padding: 5rem;
  background-repeat: no-repeat;
  background-position: -1% 30%;
}
html body #outer-wrapper .page-container .main-content section.section-how-it-works .section-content .flex-container .stat-block:nth-child(1) {
  background-image: url("../../images/figure_6.png");
}
html body #outer-wrapper .page-container .main-content section.section-how-it-works .section-content .flex-container .stat-block:nth-child(2) {
  background-image: url("../../images/figure_7.png");
}
html body #outer-wrapper .page-container .main-content section.section-how-it-works .section-content .flex-container .stat-block:nth-child(3) {
  background-image: url("../../images/figure_8.png");
}
html body #outer-wrapper .page-container .main-content section.section-how-it-works .section-content .flex-container .stat-block:nth-child(4) {
  background-image: url("../../images/figure_6.png");
}
html body #outer-wrapper .page-container .main-content section.section-how-it-works .section-content .flex-container .stat-block:nth-child(5) {
  background-image: url("../../images/figure_7.png");
}
html body #outer-wrapper .page-container .main-content section.section-how-it-works .section-content .flex-container .stat-block .step-number h1 {
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-align: right;
}
html body #outer-wrapper .page-container .main-content section.section-how-it-works .section-content .flex-container .stat-block .step-content {
  padding: 2.5rem 0 0 1rem;
}
html body #outer-wrapper .page-container .main-content section.section-how-it-works .section-content .flex-container .stat-block .step-content h2 {
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 2.5rem;
  text-align: left;
  padding-bottom: 1rem;
}
html body #outer-wrapper .page-container .main-content section.section-how-it-works .section-content .flex-container .stat-block .step-content h4 {
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 2rem;
  text-align: left;
}
html body #outer-wrapper .page-container .main-content section.section-img {
  background: #fff;
}
html body #outer-wrapper .page-container .main-content section.section-img .block-dual {
  display: flex;
}
html body #outer-wrapper .page-container .main-content section.section-img .block-dual .block-content {
  width: 100%;
  padding: 7rem 7rem 7rem 13rem;
}
html body #outer-wrapper .page-container .main-content section.section-img .block-dual .block-content h4.section-header {
  font-size: 4rem;
  color: #2397D5;
}
html body #outer-wrapper .page-container .main-content section.section-img .block-dual .block-content p {
  color: #515767;
  font-size: 2rem;
  line-height: 1.5;
}
html body #outer-wrapper .page-container .main-content section.section-img .block-dual .block-content.block-img {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
html body #outer-wrapper .page-container .main-content section.section-img .block-dual .block-content button {
  background: #2397D5;
  padding: 1.8rem 5rem;
  margin-top: 3rem;
}
html body #outer-wrapper .page-container .main-content section.section-img:last-child .block-dual .block-content {
  padding: 7rem 13rem 7rem 10rem;
}
html body #outer-wrapper .page-container .main-content .post-content h1, html body #outer-wrapper .page-container .main-content .post-content h2, html body #outer-wrapper .page-container .main-content .post-content h3, html body #outer-wrapper .page-container .main-content .post-content h4, html body #outer-wrapper .page-container .main-content .post-content h5 {
  font-size: 4rem;
  color: #2397D5;
  padding: 2rem 0;
  line-height: 1.25;
}
html body #outer-wrapper .page-container .main-content .post-content p {
  color: #515767;
  font-size: 2rem;
  line-height: 1.5;
}
html body #outer-wrapper .page-container .main-content .post-content div.wp-block-button a {
  text-decoration: none;
  background: #2397D5;
  padding: 1.8rem 5rem;
  margin-top: 3rem;
  font-weight: bold;
  font-size: 2rem;
  border: 1px solid #2397D5;
  transition: all 300ms ease-in-out;
}
html body #outer-wrapper .page-container .main-content .post-content div.wp-block-button a:hover {
  text-decoration: none;
  background: #fff;
  color: #2397D5;
}
html body #outer-wrapper .page-container .main-content .post-content ul {
  margin: 2rem 0;
}
html body #outer-wrapper .page-container .main-content .post-content ul li {
  color: #515767;
  font-size: 2rem;
  line-height: 1.5;
  list-style: none;
  padding-left: 2.5rem;
  position: relative;
}
html body #outer-wrapper .page-container .main-content .post-content ul li::before {
  font-family: FontAwesome;
  color: #2BA7DE;
  content: "\f111";
  font-size: 1.4rem;
  padding-right: 1.2rem;
  position: absolute;
  top: 0.5rem;
  left: 0;
}
html body #outer-wrapper .page-container .main-content .post-content .wp-block-columns.has-2-columns {
  justify-content: space-between;
  margin: 0;
}
html body #outer-wrapper .page-container .main-content .post-content .wp-block-columns.has-2-columns .wp-block-column {
  padding: 7rem;
  margin: 0;
  flex-basis: 100%;
  position: relative;
  background: #fff;
}
html body #outer-wrapper .page-container .main-content .post-content .wp-block-columns.has-2-columns .wp-block-column .wp-block-cover {
  margin-bottom: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 1280px) {
  html body #outer-wrapper .page-container .page-content .main-content section.section-dual .block-dual {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 1024px) {
  html body #outer-wrapper .page-container .page-content .main-content section.section-img .block-dual {
    flex-wrap: wrap;
  }
  html body #outer-wrapper .page-container .page-content .main-content section.section-img .block-dual .block-content.block-img {
    min-height: 30rem;
  }
  html body #outer-wrapper .page-container .page-content .main-content section.section-img .block-dual.img-reverse {
    flex-direction: column-reverse;
  }
}
@media (max-width: 781px) {
  html body #outer-wrapper .page-container .header-content .heading-blocks .block-item {
    width: 100%;
    margin: 3.5%;
  }
  html body #outer-wrapper .page-container .page-content .main-content section button {
    font-size: 1.75rem;
    padding: 1.75rem 0;
    margin: 1rem auto;
    display: block;
    width: 90%;
    max-width: 30rem;
  }
  html body #outer-wrapper .page-container .page-content .main-content section.section-dual {
    padding: 3rem;
  }
  html body #outer-wrapper .page-container .page-content .main-content section.section-dual h4.section-header {
    font-size: 3rem;
  }
  html body #outer-wrapper .page-container .page-content .main-content section.section-dual .block-dual .block-content {
    margin: 0;
  }
  html body #outer-wrapper .page-container .page-content .main-content section.section-dual .block-dual .block-content p {
    font-size: 2rem;
  }
  html body #outer-wrapper .page-container .page-content .main-content section.section-how-it-works .section-content h4.section-header {
    font-size: 3rem;
  }
  html body #outer-wrapper .page-container .page-content .main-content section.section-how-it-works .section-content .flex-container .stat-block {
    padding: 3rem;
    background-position: -17% 0%;
  }
  html body #outer-wrapper .page-container .page-content .main-content section.section-img .block-dual .block-content {
    padding: 3rem;
  }
  html body #outer-wrapper .page-container .page-content .main-content section.section-img .block-dual .block-content h4.section-header {
    font-size: 3rem;
  }
  html body #outer-wrapper .page-container .page-content .main-content section.section-img:last-child .block-dual .block-content {
    padding: 3rem;
  }
  html body #outer-wrapper .page-container .page-content .main-content .post-content h2 {
    font-size: 3rem;
  }
  html body #outer-wrapper .page-container .page-content .main-content .post-content .wp-block-columns.has-2-columns .wp-block-column {
    padding: 3rem;
  }
  html body #outer-wrapper .page-container .page-content .main-content .post-content .wp-block-columns.has-2-columns .wp-block-column .wp-block-cover {
    position: relative;
  }
}

/*# sourceMappingURL=introducers.css.map */
