@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;
  }
}
html body #outer-wrapper {
  width: 100%;
  max-width: 100%;
  padding-top: 0;
}
html body #outer-wrapper .content-wrapper {
  max-width: 160rem;
  padding: 0 1.5rem;
  margin: 0 auto;
}
html body #outer-wrapper .page-container {
  background: #fff;
}
html body #outer-wrapper .page-container .page-head {
  background: #2BA7DE;
  background-position: center;
  background-size: contain;
}
html 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.15) 100%);
}
html body #outer-wrapper .page-container .page-head .content-wrapper .breadcrumbs {
  position: relative;
  border-bottom: 1px solid #ABE2FC;
  padding: 1.5rem 0;
  display: block;
}
html body #outer-wrapper .page-container .page-head .content-wrapper .breadcrumbs .breadcrumb {
  margin-bottom: 0;
  background: none;
  padding: 0;
  color: #fff;
  font-size: 2rem;
}
html body #outer-wrapper .page-container .page-head .content-wrapper .breadcrumbs .breadcrumb a {
  color: #fff;
  font-size: 2rem;
}
html body #outer-wrapper .page-container .page-head .content-wrapper .header-content {
  padding-bottom: 8.5rem;
}
html body #outer-wrapper .page-container .page-head .content-wrapper .header-content h2 {
  margin: 2rem 0;
  color: #fff;
}
html body #outer-wrapper .page-container .page-content {
  background: #F3F6F9;
  padding-bottom: 7.5rem;
}
html body #outer-wrapper .page-container .page-content .content-wrapper {
  max-width: 172rem;
  padding: 0 1.5rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form {
  width: 100%;
  max-width: 95rem;
  padding: 3.5rem 5rem 5rem 5rem;
  box-shadow: 0 0 1.5rem 0 rgba(0, 0, 0, 0.075);
  margin-top: -6rem;
  background: #fff;
  /* Customize the label (the container) */
}
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form .app-form-message {
  border-bottom: 1px solid #BCD0DA;
  padding-bottom: 1.5rem;
  margin-bottom: 3rem;
}
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form .app-form-message p {
  font-size: 2.4rem;
  color: #2BA7DE;
}
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form .container-fluid {
  padding: 0;
}
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form .container-fluid .col-md-offset-2 {
  padding: 0;
}
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form .container-fluid .col-md-8 {
  padding: 0;
}
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form .loan-syndication label.radio-container {
  font-size: 1.8rem;
  padding-top: 0.25rem;
  font-weight: normal;
  padding-left: 3rem;
  margin-right: 3rem;
  position: relative;
}
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form .loan-syndication label.radio-container .tooltip {
  display: none !important;
  position: absolute;
  top: 3.5rem;
  left: 0;
  border-radius: 4px;
  background-color: white !important;
  font-size: 1.6rem !important;
  border-color: #2BA7DE !important;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  color: #004E74 !important;
  width: 20rem;
}
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form .loan-syndication label.radio-container:hover .tooltip {
  display: block !important;
}
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form button {
  padding: 1.5rem !important;
  font-size: 2rem;
  font-weight: normal;
  font-family: "helvetica_neue_med", sans-serif;
  transition: all 0.5s ease;
}
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form button a {
  color: inherit;
}
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form button a:hover {
  text-decoration: none;
  color: inherit;
}
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form button i.fa-chevron-right {
  padding-left: 1rem;
}
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form button i.fa-chevron-left {
  padding-right: 1rem;
}
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form button:focus,
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form button:active {
  outline: none;
  box-shadow: none;
}
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form ul.incompleteApplications li {
  font-size: 2rem;
  color: #959899;
}
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form .row {
  margin: 0;
}
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form .row .user-type {
  padding-left: 0;
}
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form .row .broker-fee {
  display: flex;
  align-items: flex-start;
  padding-left: 0;
}
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form .row .broker-fee .form-group {
  width: 100%;
  max-width: 40rem;
}
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form .row .broker-fee label.control-label {
  visibility: hidden;
}
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form .row .broker-fee label.checkbox-container {
  margin-top: 1.25rem;
  margin-left: 2rem;
  padding-left: 3.5rem;
  color: #707070;
  font-size: 2rem;
}
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form h3.text-center {
  display: none;
}
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form label.control-label {
  font-size: 2rem;
  color: #004E74;
  margin-bottom: 1.5rem;
  margin-top: 2.5rem;
}
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form .col-sm-6 {
  width: 100%;
  float: none;
  margin: 0;
  padding: 0;
}
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form div.Select-input {
  width: 100%;
  padding-left: 0 !important;
}
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form div.Select-input input {
  width: 100% !important;
}
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form div.Select-control,
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form input[type=text],
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form input[type=password],
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form input[type=email],
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form textarea {
  padding: 0.8rem 1.5rem;
  border-radius: 0.5rem;
  border: 1px solid #ABE2FC;
  background: #fff;
  width: 100%;
  height: 5rem;
  font-size: 2.2rem;
  color: #707070;
}
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form div.Select-control .Select-placeholder,
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form input[type=text] .Select-placeholder,
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form input[type=password] .Select-placeholder,
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form input[type=email] .Select-placeholder,
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form textarea .Select-placeholder {
  display: flex;
  align-items: center;
  font-size: 2.2rem;
  color: #959899;
}
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form div.Select-control .Select-value .Select-value-label,
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form input[type=text] .Select-value .Select-value-label,
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form input[type=password] .Select-value .Select-value-label,
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form input[type=email] .Select-value .Select-value-label,
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form textarea .Select-value .Select-value-label {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 2.2rem;
  color: #333;
}
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form textarea {
  height: 12rem;
  min-height: 12rem;
  max-width: 100%;
  min-width: 100%;
  color: #333;
}
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form textarea::placeholder {
  color: #959899;
}
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form div.Select-menu-outer {
  font-size: 2rem;
  color: #707070;
}
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form button.app-expand-button.btn.btn-primary {
  display: block;
  margin: 1.5rem 0 1.5rem auto;
  width: 25rem;
  height: 6rem;
  background: #2BA7DE !important;
  color: #fff !important;
  border: 1px solid #2BA7DE !important;
  box-shadow: none !important;
  text-shadow: none !important;
  font-size: 2rem !important;
  border-radius: 0.5rem !important;
}
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form button.app-expand-button.btn.btn-primary:hover {
  background: #fff !important;
  color: #2BA7DE !important;
  border: 1px solid #2BA7DE !important;
}
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form div.row.customizeQuote h4 {
  text-transform: uppercase;
  color: #707070;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0.5rem 0 !important;
  text-align: center;
}
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form div.row.customizeQuote h4:first-line {
  font-size: 1.8rem;
}
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form div.row.customizeQuote h2 {
  color: #2BA7DE;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 4.4rem;
  font-weight: bold;
  margin: 0.5rem 0 !important;
  text-align: center;
}
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form div.row.customizeQuote p {
  color: #2BA7DE;
  font-size: 2.2rem;
  text-align: center;
}
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form div.row.customizeQuote .col-sm-offset-1,
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form div.row.customizeQuote .col-md-offset-2 {
  margin-left: 0;
  width: 100%;
}
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form div.row.customizeQuote .react-3d-carousel {
  perspective: 300px;
  margin-top: 30px;
}
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form div.row.customizeQuote .react-3d-carousel .carousel figure {
  border: none;
  height: 95px;
  top: 32px;
  box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  transition: background-color 250ms ease-in;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  left: 0;
}
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form div.row.customizeQuote .react-3d-carousel .carousel figure .bottom-triangle {
  display: none;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: #2BA7DE transparent transparent transparent;
  position: absolute;
  bottom: -30px;
  left: calc(50% - 15px);
}
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form div.row.customizeQuote .react-3d-carousel .carousel figure div {
  height: auto !important;
  padding-top: 0;
}
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form div.row.customizeQuote .react-3d-carousel .carousel figure div h3 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 100%;
  margin: 0;
}
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form div.row.customizeQuote .react-3d-carousel .carousel figure div p {
  width: 100%;
  font-size: 16px;
  text-align: center;
}
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form div.row.customizeQuote .react-3d-carousel .carousel figure:nth-child(3),
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form div.row.customizeQuote .react-3d-carousel .carousel figure:nth-child(-1) {
  display: flex;
}
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form div.row.customizeQuote .react-3d-carousel .carousel figure.active {
  display: flex;
  background: #2BA7DE;
  border: none;
  width: 220px;
  height: 135px;
  box-shadow: none;
  top: 7px;
  left: -10px;
  z-index: 2;
}
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form div.row.customizeQuote .react-3d-carousel .carousel figure.active .bottom-triangle {
  display: block;
}
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form div.row.customizeQuote .react-3d-carousel .carousel figure.active h3 {
  color: #fff;
  font-size: 50px;
}
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form div.row.customizeQuote .react-3d-carousel .carousel figure.active p {
  color: #fff;
}
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form div.row.customizeQuote .react-3d-carousel .carousel figure.prevSlide,
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form div.row.customizeQuote .react-3d-carousel .carousel figure.nextSlide {
  display: flex;
  height: 95px;
  top: 30px;
  z-index: 1;
  border-color: #fff;
}
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form div.row.customizeQuote .react-3d-carousel .carousel figure.prevSlide h3,
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form div.row.customizeQuote .react-3d-carousel .carousel figure.nextSlide h3 {
  color: #2BA7DE;
}
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form div.row.customizeQuote .react-3d-carousel .carousel figure.prevSlide p,
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form div.row.customizeQuote .react-3d-carousel .carousel figure.nextSlide p {
  color: #2BA7DE;
}
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form div.row.customizeQuote .react-3d-carousel .carousel figure.prevSlide {
  box-shadow: 5px 0px 30px 5px rgba(0, 0, 0, 0.15);
  left: 55px;
}
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form div.row.customizeQuote .react-3d-carousel .carousel figure.nextSlide {
  box-shadow: -5px 0px 30px 5px rgba(0, 0, 0, 0.15);
  left: -55px;
}
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form div.row.customizeQuote .react-3d-carousel .arrow-container {
  padding: 0 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  display: flex;
  justify-content: space-between;
}
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form div.row.customizeQuote .react-3d-carousel .arrow-container i {
  color: #2BA7DE;
}
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form div.row.customizeQuote .react-3d-carousel .arrow-container i.fa-arrow-left:before {
  content: "\f104";
}
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form div.row.customizeQuote .react-3d-carousel .arrow-container i.fa-arrow-right:before {
  content: "\f105";
}
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form div.row.customizeQuote .react-3d-carousel .arrow-container div.prev,
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form div.row.customizeQuote .react-3d-carousel .arrow-container div.next {
  font-size: 70px;
  margin-top: 15px;
  cursor: pointer;
}
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form div.row.customizeQuote .react-3d-carousel .figure-shadow {
  background: #E1E8EC;
  width: 75px;
  height: 75px;
  margin: 5px auto;
  transform: rotateX(98deg);
  border-radius: 100px;
}
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form div.row.customizeQuote div.row {
  border-bottom: 1px solid #BCD0DA;
  padding-bottom: 2rem;
}
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form div.row.customizeQuote table {
  max-width: 65rem;
  margin: 2rem auto;
  box-shadow: 0 0 2rem 0.5rem rgba(0, 0, 0, 0.12);
}
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form div.row.customizeQuote table tr td {
  font-size: 2rem;
  color: #2BA7DE;
  padding: 1.5rem 2rem;
  width: 50%;
}
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form div.row.customizeQuote table tr td.text-right {
  color: #004E74;
  font-weight: bold;
}
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form div.row.customizeQuote table tr:nth-child(odd) td {
  background-color: #ECF6FB;
}
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form div.row.customizeQuote table tfoot tr td {
  color: #fff;
  background-color: #2BA7DE !important;
  font-weight: bolder;
}
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form div.row.customizeQuote table tfoot tr td.text-right {
  color: #fff;
}
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form h2,
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form h4 {
  text-align: left;
  color: #2BA7DE;
  font-size: 4rem;
  font-weight: bold;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form h2 span.text-normal,
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form h4 span.text-normal {
  color: #707070;
  font-size: 3rem;
  font-weight: normal;
}
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form p {
  font-size: 2rem;
  color: #959899;
  text-align: left;
}
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form button.btn.btn-default {
  width: 100%;
  border-right: none;
  border-left: none;
  padding: 1rem 0 !important;
  height: auto;
  color: #2BA7DE;
  margin: 1.5rem 0;
  border-radius: 0;
  margin-bottom: 0;
}
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form button.btn.btn-default span {
  color: #2BA7DE;
  width: 100%;
  float: left;
  text-align: left;
  font-size: 2rem;
}
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form button.btn.btn-default span:after {
  font-family: FontAwesome;
  content: "\f107";
  display: inline-flex;
  border-radius: 10rem;
  border: 1px solid #2BA7DE;
  width: 3.5rem;
  height: 3.5rem;
  justify-content: center;
  align-items: center;
  color: #2BA7DE;
  float: right;
}
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form div.well {
  background: #F2F6F9;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #DCE0E2;
  font-weight: normal;
  padding: 2.5rem;
}
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form div.well .security-item {
  margin: 1rem 0;
}
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form div.well .security-item label {
  font-size: 1.9rem;
  color: #2BA7DE;
  font-weight: normal;
}
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form div.well .slider .rangeslider.rangeslider-horizontal {
  box-shadow: 0 0 1.5rem 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form div.well .slider .rangeslider.rangeslider-horizontal .rangeslider__fill {
  background-color: #9ED2EC;
  box-shadow: none;
}
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form div.well .slider .rangeslider.rangeslider-horizontal .rangeslider__handle {
  width: 4.5rem;
  height: 4.5rem;
  border: none;
  box-shadow: none;
  background: #2BA7DE;
  transform: unset;
  top: calc(50% - 2.2rem);
  margin-left: -2.4rem;
}
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form div.well .slider .rangeslider.rangeslider-horizontal .rangeslider__handle:after {
  width: 2.7rem;
  height: 2.7rem;
  top: 0.9rem;
  left: 0.9rem;
  border: none;
  background-color: white;
}
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form div.well .slider .rangeslider.rangeslider-horizontal ul.rangeslider__labels {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form div.well .slider .rangeslider.rangeslider-horizontal ul.rangeslider__labels li.rangeslider__label-item {
  position: relative;
  font-size: 1.8rem;
  color: #004E74;
  font-weight: bold;
  margin-top: 0.5rem;
  left: unset !important;
  transform: none;
  width: auto;
  margin-left: 0;
}
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form div.well table.secureOptions tbody tr td {
  padding: 1rem;
}
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form div.well table.secureOptions tbody tr td button.app-expand-button.btn.btn-primary {
  margin: 0;
  background: transparent !important;
  color: #2BA7DE !important;
  border: 1px solid #2BA7DE !important;
  width: 29rem;
  padding: 0 !important;
}
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form div.well table.secureOptions tbody tr td button.app-expand-button.btn.btn-primary:hover {
  background: #2BA7DE !important;
  color: #fff !important;
  border: 1px solid #2BA7DE !important;
}
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form div.well table.secureOptions tbody tr td button.app-expand-button.btn.btn-primary:hover span {
  color: #fff !important;
}
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form div.well table.secureOptions tbody tr td button.app-expand-button.btn.btn-primary span {
  font-size: 1.7rem;
}
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form div.well table.secureOptions tbody tr:nth-child(2) td {
  border-bottom: 1px solid #D3D3D3;
  border-top: 1px solid #D3D3D3;
}
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form div.well table.secureOptions tbody tr:nth-child(2) p, html body #outer-wrapper .page-container .page-content .content-wrapper .app-form div.well table.secureOptions tbody tr:nth-child(2) span,
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form div.well table.secureOptions tbody tr:nth-child(3) p,
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form div.well table.secureOptions tbody tr:nth-child(3) span {
  color: #2BA7DE;
  font-size: 1.8rem;
  font-weight: bold;
}
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form button.btn.btn-default:hover {
  background: none;
}
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form .InvitedInvestors {
  margin: 3.5rem 0;
}
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form h4:first-line {
  color: #707070;
  font-size: 3rem;
  font-weight: normal;
}
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form h5 {
  color: #707070;
  font-size: 2.4rem;
  text-align: left;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form .btn-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form button.btn.btn-default.previous {
  display: block;
  margin: 1.5rem 0;
  width: 25rem;
  height: 6rem;
  background: #fff !important;
  color: #2BA7DE !important;
  border: 1px solid #2BA7DE !important;
  box-shadow: none !important;
  text-shadow: none !important;
  font-size: 2rem !important;
  border-radius: 0.5rem !important;
}
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form button.btn.btn-default.previous:hover {
  background: #2BA7DE !important;
  color: #fff !important;
  border: 1px solid #2BA7DE !important;
}
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form button.btn.btn-default.previous span {
  float: none;
  text-align: center;
}
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form button.btn.btn-default.previous span:after {
  display: none;
}
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form .checkbox-container {
  display: block;
  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;
}
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form .checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form .checkbox-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 2.5rem;
  width: 2.5rem;
  background-color: #fff;
  border: 1px solid #2BA7DE;
}
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form .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);
}
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form .checkbox-container input:checked ~ .checkmark {
  background-color: #fff;
}
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form .checkbox-container input:checked ~ .checkmark:after {
  display: block;
}
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form .checkbox-container:hover input ~ .checkmark {
  background-color: #ccc;
}
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form div.buttons-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
}
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form div.checkbox-block {
  margin: 0.5rem 0;
  padding-left: 0;
}
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form div.checkbox-block label {
  color: #004E74;
}
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form div.checkbox-block label a {
  color: #2BA7DE;
  text-decoration: underline;
}
html body #outer-wrapper .page-container .page-content .content-wrapper .investor-quote .quote-content {
  display: flex;
  justify-content: space-between;
  padding: 10rem;
  background: url("../../images/quote-bg.png");
  background-position: 6rem 7rem;
  background-size: contain;
  background-repeat: no-repeat;
}
html body #outer-wrapper .page-container .page-content .content-wrapper .investor-quote .quote-content .text-block {
  max-width: 35rem;
  margin-right: 3rem;
}
html body #outer-wrapper .page-container .page-content .content-wrapper .investor-quote .quote-content .text-block h4 {
  color: #2BA7DE;
}
html body #outer-wrapper .page-container .page-content .content-wrapper .investor-quote .quote-content .image-block {
  text-align: right;
  width: 16rem;
}
html body #outer-wrapper .page-container .page-content .content-wrapper .investor-quote .quote-content .image-block img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
html body #outer-wrapper .page-container .page-content .content-wrapper .investor-quote .quote-content .image-block hr {
  border-top: 0.3rem solid #2BA7DE;
  max-width: 2rem;
  margin: 2rem 0 2rem auto;
}
html body #outer-wrapper .page-container .page-content .content-wrapper .investor-quote .quote-content .image-block p {
  font-size: 2.6rem;
  color: #004E74;
  text-align: right;
  font-family: "brandon_med-webfont", sans-serif;
}
html body div.fade.in.modal {
  display: flex !important;
  align-items: center;
  padding: 0;
}
html body div.fade.in.modal .modal-dialog .modal-content .modal-header {
  padding: 1.5rem;
  border-bottom: none;
}
html body div.fade.in.modal .modal-dialog .modal-content .modal-header h4 {
  color: #2398D5;
}
html body div.fade.in.modal .modal-dialog .modal-content .modal-header button.close span {
  color: #000;
  font-size: 4rem;
}
html body div.fade.in.modal .modal-dialog .modal-content .modal-body {
  padding: 1.5rem;
}
html body div.fade.in.modal .modal-dialog .modal-content .modal-body p {
  font-size: 1.8rem;
}
html body div.fade.in.modal .modal-dialog .modal-content .modal-footer {
  padding: 1.5rem;
  border-top: none;
}
html body div.fade.in.modal .modal-dialog .modal-content .modal-footer button.app-expand-button {
  background: #3f4f5b;
  color: #fff !important;
  border-radius: 2.5rem;
  font-size: 1.6rem;
  padding: 1rem 3rem;
  font-weight: bold;
  transition: all 400ms ease-in-out;
  border: 1px solid #3f4f5b;
}
html body div.fade.in.modal .modal-dialog .modal-content .modal-footer button.app-expand-button:hover {
  color: #3f4f5b !important;
  background: #fff;
}
html body div.modal-dialog button.btn {
  color: #2BA7DE !important;
}
@media (max-width: 1600px) {
  html body #outer-wrapper .page-container .page-content .content-wrapper {
    justify-content: flex-start;
  }
  html body #outer-wrapper .page-container .page-content .content-wrapper .investor-quote .quote-content {
    padding: 2.5rem;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    justify-content: space-around;
    background-position: center;
  }
  html body #outer-wrapper .page-container .page-content .content-wrapper .investor-quote .quote-content .text-block {
    width: 100%;
    margin: 0;
  }
  html body #outer-wrapper .page-container .page-content .content-wrapper .investor-quote .quote-content .image-block {
    width: 100%;
    text-align: center;
  }
  html body #outer-wrapper .page-container .page-content .content-wrapper .investor-quote .quote-content .image-block img {
    width: 15rem;
  }
}
@media (max-width: 1000px) {
  html body #outer-wrapper .page-container .page-head {
    background-position: bottom center;
    background-size: 100%;
    background-repeat: no-repeat;
  }
  html body #outer-wrapper .page-container .page-head .content-wrapper .header-content h2 {
    font-size: 3rem;
    margin: 1rem 0;
    text-align: center;
  }
  html body #outer-wrapper .page-container .page-content .content-wrapper {
    justify-content: space-around;
    flex-wrap: wrap;
  }
  html body #outer-wrapper .page-container .page-content .content-wrapper .app-form {
    padding: 1.5rem;
  }
  html body #outer-wrapper .page-container .page-content .content-wrapper .app-form label.control-label {
    font-size: 1.6rem;
    margin: 1rem 0;
  }
  html body #outer-wrapper .page-container .page-content .content-wrapper .app-form .row .user-type {
    padding: 0;
  }
  html body #outer-wrapper .page-container .page-content .content-wrapper .app-form .row .broker-fee .control-label {
    display: none;
  }
  html body #outer-wrapper .page-container .page-content .content-wrapper .app-form div.Select-control,
  html body #outer-wrapper .page-container .page-content .content-wrapper .app-form input[type=text],
  html body #outer-wrapper .page-container .page-content .content-wrapper .app-form input[type=password],
  html body #outer-wrapper .page-container .page-content .content-wrapper .app-form input[type=email] {
    font-size: 1.6rem;
  }
  html body #outer-wrapper .page-container .page-content .content-wrapper .app-form div.Select-control .Select-placeholder,
  html body #outer-wrapper .page-container .page-content .content-wrapper .app-form input[type=text] .Select-placeholder,
  html body #outer-wrapper .page-container .page-content .content-wrapper .app-form input[type=password] .Select-placeholder,
  html body #outer-wrapper .page-container .page-content .content-wrapper .app-form input[type=email] .Select-placeholder {
    font-size: 1.6rem;
  }
  html body #outer-wrapper .page-container .page-content .content-wrapper .app-form div.Select-control .Select-value .Select-value-label,
  html body #outer-wrapper .page-container .page-content .content-wrapper .app-form input[type=text] .Select-value .Select-value-label,
  html body #outer-wrapper .page-container .page-content .content-wrapper .app-form input[type=password] .Select-value .Select-value-label,
  html body #outer-wrapper .page-container .page-content .content-wrapper .app-form input[type=email] .Select-value .Select-value-label {
    font-size: 1.6rem;
  }
  html body #outer-wrapper .page-container .page-content .content-wrapper .app-form div.Select-menu-outer {
    font-size: 1.6rem;
    color: #707070;
  }
  html body #outer-wrapper .page-container .page-content .content-wrapper .app-form ul.incompleteApplications li {
    font-size: 1.8rem;
  }
  html body #outer-wrapper .page-container .page-content .content-wrapper .app-form .react-3d-carousel {
    zoom: 0.75;
  }
  html body #outer-wrapper .page-container .page-content .content-wrapper .investor-quote .quote-content {
    background-position: center calc(50% - 7rem);
  }
  html body #outer-wrapper .page-container .page-content .content-wrapper .investor-quote .quote-content .text-block {
    width: 100%;
    margin: 0;
  }
  html body #outer-wrapper .page-container .page-content .content-wrapper .investor-quote .quote-content .image-block {
    width: 100%;
    text-align: center;
  }
  html body #outer-wrapper .page-container .page-content .content-wrapper .investor-quote .quote-content .image-block img {
    width: 15rem;
  }
}
@media (max-width: 640px) {
  html body #outer-wrapper .page-container .page-content .content-wrapper .app-form .react-3d-carousel {
    zoom: 0.45;
  }
  html body #outer-wrapper .page-container .page-content .content-wrapper .app-form .react-3d-carousel .arrow-container i {
    font-size: 12rem;
  }
  html body #outer-wrapper .page-container .page-content .content-wrapper .app-form button.app-expand-button.btn.btn-primary {
    margin: 1.5rem auto;
  }
  html body #outer-wrapper .page-container .page-content .content-wrapper .app-form div.row.customizeQuote table tr td {
    font-size: 1.6rem;
    padding: 1rem;
    width: 65%;
    vertical-align: middle;
  }
  html body #outer-wrapper .page-container .page-content .content-wrapper .app-form h2 {
    font-size: 3rem;
  }
  html body #outer-wrapper .page-container .page-content .content-wrapper .app-form h2 span.text-normal {
    font-size: 2rem;
  }
  html body #outer-wrapper .page-container .page-content .content-wrapper .app-form h4 {
    font-size: 3rem;
  }
  html body #outer-wrapper .page-container .page-content .content-wrapper .app-form h4:first-line {
    font-size: 2rem;
  }
  html body #outer-wrapper .page-container .page-content .content-wrapper .app-form div.well {
    padding: 2rem 1rem;
  }
  html body #outer-wrapper .page-container .page-content .content-wrapper .app-form div.well .security-item {
    padding-left: 0;
  }
  html body #outer-wrapper .page-container .page-content .content-wrapper .app-form .checkbox-container .checkmark {
    top: calc(50% - 1.5rem);
  }
  html body #outer-wrapper .page-container .page-content .content-wrapper .app-form table.secureOptions tbody tr {
    display: flex;
    flex-wrap: wrap;
  }
  html body #outer-wrapper .page-container .page-content .content-wrapper .app-form table.secureOptions tbody tr td {
    display: block;
    width: 100%;
  }
  html body #outer-wrapper .page-container .page-content .content-wrapper .app-form table.secureOptions tbody tr td button.app-expand-button.btn.btn-primary {
    width: 100% !important;
  }
  html body #outer-wrapper .page-container .page-content .content-wrapper .app-form table.secureOptions tbody tr:nth-child(2) td {
    border-top: none !important;
    border-bottom: none !important;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  html body #outer-wrapper .page-container .page-content .content-wrapper .app-form div.row.customizeQuote .react-3d-carousel .carousel figure.active {
    zoom: 1.5;
    margin-left: -50px;
  }
  html body #outer-wrapper .page-container .page-content .content-wrapper .app-form div.row.customizeQuote .react-3d-carousel .carousel figure.prevSlide {
    margin-left: -35px;
  }
  html body #outer-wrapper .page-container .page-content .content-wrapper .app-form div.row.customizeQuote .react-3d-carousel .carousel figure.prevSlide, html body #outer-wrapper .page-container .page-content .content-wrapper .app-form div.row.customizeQuote .react-3d-carousel .carousel figure.nextSlide {
    zoom: 1.25;
  }
  html body .container-loading {
    width: 400px;
    display: flex;
    justify-content: space-around;
  }
  html body .container-loading svg {
    overflow: auto;
    position: relative;
  }
}
body #popup_panel {
  display: flex;
}
body #header-links {
  margin-top: 25px;
}
body #outer-wrapper .page-container {
  background: #F3F6F9;
  position: relative;
}
body #outer-wrapper .page-container .not-logged-in {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: black;
  opacity: 0.55;
}
body #outer-wrapper .page-container .page-head {
  background-position: center;
  background-size: contain;
}
body #outer-wrapper .page-container .page-content {
  background: #F3F6F9;
}
body #outer-wrapper .page-container .page-content .content-wrapper .investor-quote .quote-content {
  background: url(../../images/quote-bg.png);
  background-position: 60px 40px;
  background-repeat: no-repeat;
  background-size: contain;
}
body #outer-wrapper .page-container .page-content .content-wrapper .app-form #goji-application .goji-transfer-in .resume-banner {
  background: #fff;
  padding: 0;
  margin: 0;
  font-size: 1.8rem;
  color: #004E74;
  display: flex;
  justify-content: space-around;
  align-items: center;
  line-height: 1;
}
body #outer-wrapper .page-container .page-content .content-wrapper .app-form #goji-application .goji-transfer-in .resume-banner button {
  background: #2397D5;
  color: #fff;
  font-weight: normal;
  white-space: nowrap;
}
body #outer-wrapper .page-container .page-content .content-wrapper .app-form #goji-application .goji-transfer-in .btn-link {
  color: #fff;
  background: #2397D5;
  border: 1px solid #2397D5;
  font-size: 2rem;
  font-weight: normal;
  padding: 2rem;
}
body #outer-wrapper .page-container .page-content .content-wrapper .app-form #goji-application .goji-transfer-in h3.section-title {
  color: #004E74;
  font-size: 2.4rem;
  font-weight: bold;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding-top: 2rem;
}
body #outer-wrapper .page-container .page-content .content-wrapper .app-form #goji-application .goji-transfer-in .pound-before .form-input:before {
  margin-left: -15px;
  margin-top: 15px;
  font-size: 2rem;
}
body #outer-wrapper .page-container .page-content .content-wrapper .app-form #goji-application .goji-transfer-in .ember-view .transfer-in-form p.return-note {
  color: #2397D5;
  font-size: 2.4rem;
  line-height: 1.25;
  padding: 1.5rem 0;
}
body #outer-wrapper .page-container .page-content .content-wrapper .app-form #goji-application .goji-transfer-in .ember-view .transfer-in-form p.return-note em {
  font-style: normal;
}
body #outer-wrapper .page-container .page-content .content-wrapper .app-form #goji-application .goji-transfer-in .ember-view .transfer-in-form .process-steps-container {
  margin: 1.5rem 0;
}
body #outer-wrapper .page-container .page-content .content-wrapper .app-form #goji-application .goji-transfer-in .ember-view .transfer-in-form .process-steps-container ol.process-steps {
  display: flex;
}
body #outer-wrapper .page-container .page-content .content-wrapper .app-form #goji-application .goji-transfer-in .ember-view .transfer-in-form .process-steps-container ol.process-steps li {
  background: #F2F6F9;
  color: #898F9A;
  padding: 1.7rem 0.5rem !important;
  font-size: 1.75rem;
  line-height: 1;
  width: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  position: relative;
}
body #outer-wrapper .page-container .page-content .content-wrapper .app-form #goji-application .goji-transfer-in .ember-view .transfer-in-form .process-steps-container ol.process-steps li:after {
  display: none;
}
body #outer-wrapper .page-container .page-content .content-wrapper .app-form #goji-application .goji-transfer-in .ember-view .transfer-in-form .process-steps-container ol.process-steps li:first-child {
  border-radius: 6px 0 0 6px;
}
body #outer-wrapper .page-container .page-content .content-wrapper .app-form #goji-application .goji-transfer-in .ember-view .transfer-in-form .process-steps-container ol.process-steps li:last-child {
  border-radius: 0 6px 6px 0;
}
body #outer-wrapper .page-container .page-content .content-wrapper .app-form #goji-application .goji-transfer-in .ember-view .transfer-in-form .process-steps-container ol.process-steps li.completed {
  background: linear-gradient(to bottom, #2BA7DE 0%, #2273b8 100%);
  color: #fff;
}
body #outer-wrapper .page-container .page-content .content-wrapper .app-form #goji-application .goji-transfer-in .ember-view .transfer-in-form .process-steps-container ol.process-steps li.active {
  background: #004D74;
  color: #fff;
  font-weight: normal;
}
body #outer-wrapper .page-container .page-content .content-wrapper .app-form #goji-application .goji-transfer-in .ember-view .transfer-in-form .process-steps-container ol.process-steps li.active:after {
  display: block;
  position: absolute;
  top: unset;
  bottom: -20px;
  left: calc(50% - 10px);
  right: unset;
  transform: rotate(90deg);
  border-left-color: #004D74;
  border-top-width: 15px;
  border-bottom-width: 15px;
  border-left-width: 15px;
}
body #outer-wrapper .page-container .page-content .content-wrapper .app-form #goji-application .goji-transfer-in .ember-view .transfer-in-form .process-step {
  margin-top: 4rem;
}
body #outer-wrapper .page-container .page-content .content-wrapper .app-form #goji-application .goji-transfer-in .ember-view .transfer-in-form .process-step h2.process-step-title {
  color: #004E74;
  font-size: 3rem;
}
body #outer-wrapper .page-container .page-content .content-wrapper .app-form #goji-application .goji-transfer-in .ember-view .transfer-in-form .process-step .ember-view p {
  padding: 1.25rem 0;
  color: #2397D5;
}
body #outer-wrapper .page-container .page-content .content-wrapper .app-form #goji-application .goji-transfer-in .ember-view .transfer-in-form .process-step .ember-view ul.transfer-choice-options {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2rem;
}
body #outer-wrapper .page-container .page-content .content-wrapper .app-form #goji-application .goji-transfer-in .ember-view .transfer-in-form .process-step .ember-view ul.transfer-choice-options li {
  width: 100%;
}
body #outer-wrapper .page-container .page-content .content-wrapper .app-form #goji-application .goji-transfer-in .ember-view .transfer-in-form .process-step .ember-view ul.transfer-choice-options li button {
  width: 100%;
  font-weight: normal;
  background: #fff;
  border: 1px solid #E3E3E3;
  color: #2397D5;
  padding: 0 1.5rem !important;
  font-family: unset;
  border-radius: 4px;
  position: relative;
  display: flex;
  align-items: center;
  font-size: 1.9rem;
  box-shadow: 0 0 1.5rem 0 rgba(0, 0, 0, 0.075);
  text-align: left;
  height: 7rem;
}
body #outer-wrapper .page-container .page-content .content-wrapper .app-form #goji-application .goji-transfer-in .ember-view .transfer-in-form .process-step .ember-view ul.transfer-choice-options li button:hover {
  background: #2397D5;
  border: 1px solid #2397D5;
  color: #fff;
}
body #outer-wrapper .page-container .page-content .content-wrapper .app-form #goji-application .goji-transfer-in .ember-view .transfer-in-form .process-step .ember-view ul.transfer-choice-options li button:hover:before {
  content: "\f046";
}
body #outer-wrapper .page-container .page-content .content-wrapper .app-form #goji-application .goji-transfer-in .ember-view .transfer-in-form .process-step .ember-view ul.transfer-choice-options li button:before {
  font-family: "FontAwesome";
  font-size: 2.4rem;
  padding-right: 1rem;
  content: "\f096";
}
body #outer-wrapper .page-container .page-content .content-wrapper .app-form #goji-application .goji-transfer-in .ember-view .transfer-in-form .process-step .ember-view ul.transfer-choice-options li:nth-child(2) {
  margin: 0 2rem;
}
body #outer-wrapper .page-container .page-content .content-wrapper .app-form #goji-application .goji-transfer-in .ember-view .transfer-in-form .process-step fieldset.other-isa-manager-details,
body #outer-wrapper .page-container .page-content .content-wrapper .app-form #goji-application .goji-transfer-in .ember-view .transfer-in-form .process-step fieldset.partial-transfer {
  border-bottom: 1px solid #DEDEDE;
}
body #outer-wrapper .page-container .page-content .content-wrapper .app-form #goji-application .goji-transfer-in .ember-view .transfer-in-form .process-step legend {
  font-size: 2rem;
  color: #2397D5;
  line-height: 1.25;
  padding-top: 1rem;
}
body #outer-wrapper .page-container .page-content .content-wrapper .app-form #goji-application .goji-transfer-in .ember-view .transfer-in-form .process-step legend.section-title {
  color: #004E74;
}
body #outer-wrapper .page-container .page-content .content-wrapper .app-form #goji-application .goji-transfer-in .ember-view .transfer-in-form .process-step label {
  float: none;
  width: 100%;
  margin: 1rem 0 1rem 0;
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  color: #004E74;
}
body #outer-wrapper .page-container .page-content .content-wrapper .app-form #goji-application .goji-transfer-in .ember-view .transfer-in-form .process-step .form-input input {
  width: 100%;
  max-width: 40rem;
  position: relative;
}
body #outer-wrapper .page-container .page-content .content-wrapper .app-form #goji-application .goji-transfer-in .ember-view .transfer-in-form .process-step .auto-complete-wrapper {
  float: unset;
}
body #outer-wrapper .page-container .page-content .content-wrapper .app-form #goji-application .goji-transfer-in .ember-view .transfer-in-form .process-step .auto-complete-wrapper .form-field input {
  width: 100%;
  max-width: 40rem;
}
body #outer-wrapper .page-container .page-content .content-wrapper .app-form #goji-application .goji-transfer-in .ember-view .transfer-in-form .process-step .auto-complete-wrapper .auto-complete-options-wrapper {
  padding: 1rem;
  width: auto;
  z-index: 1;
  max-height: 35rem;
  overflow: auto;
}
body #outer-wrapper .page-container .page-content .content-wrapper .app-form #goji-application .goji-transfer-in .ember-view .transfer-in-form .process-step .auto-complete-wrapper .auto-complete-options-wrapper .auto-complete-options div {
  font-size: 1.75rem;
  line-height: 1.25;
}
body #outer-wrapper .page-container .page-content .content-wrapper .app-form #goji-application .goji-transfer-in .ember-view .transfer-in-form .process-step .auto-complete-wrapper .auto-complete-options-wrapper .auto-complete-options .autocomplete-selected-item {
  background: white;
  color: #004E74;
  font-weight: bold;
}
body #outer-wrapper .page-container .page-content .content-wrapper .app-form #goji-application .goji-transfer-in .ember-view .transfer-in-form .process-step .section-footer {
  padding-top: 1.5rem;
}
body #outer-wrapper .page-container .page-content .content-wrapper .app-form #goji-application .goji-transfer-in .ember-view .transfer-in-form .process-step .section-footer button.ember-view {
  background: #fff;
  color: #90CBE9;
  border: 1px solid #90CBE9;
  padding: 0;
  width: 25rem;
  height: 6rem;
  font-size: 2.25rem;
  transition: all 250ms ease-in;
}
body #outer-wrapper .page-container .page-content .content-wrapper .app-form #goji-application .goji-transfer-in .ember-view .transfer-in-form .process-step .section-footer button.ember-view:hover {
  background: #2397D5;
  border-color: #2397D5;
  color: #fff;
}
body #outer-wrapper .page-container .page-content .content-wrapper .app-form #goji-application .goji-transfer-in .ember-view .transfer-in-form .process-step .sort-code .form-group .form-input input {
  max-width: 12.5rem;
}
body #outer-wrapper .page-container .page-content .content-wrapper .app-form #goji-application .goji-transfer-in .ember-view .transfer-in-form .process-step .radio-option {
  margin-left: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row-reverse;
}
body #outer-wrapper .page-container .page-content .content-wrapper .app-form #goji-application .goji-transfer-in .ember-view .transfer-in-form .process-step .radio-option .form-input input[type=radio] {
  width: initial;
  zoom: 1.75;
  margin: 0 2rem 0 0;
}
body #outer-wrapper .page-container .page-content .content-wrapper .app-form #goji-application .goji-transfer-in .ember-view .transfer-in-form .process-step .radio-option label {
  width: auto;
}
body #outer-wrapper .page-container .page-content .content-wrapper .app-form #goji-application .goji-transfer-in .ember-view .transfer-in-form .process-step .form-group.radio-option {
  margin-bottom: 0.5rem;
}
body #outer-wrapper .page-container .page-content .content-wrapper .app-form #goji-application .goji-transfer-in .ember-view .transfer-in-form .process-step small, body #outer-wrapper .page-container .page-content .content-wrapper .app-form #goji-application .goji-transfer-in .ember-view .transfer-in-form .process-step .additional-comment {
  margin: 0;
  display: inline-block;
  font-size: 1.8rem;
  line-height: 1.25;
  color: #2397D5;
  padding-bottom: 1.5rem;
}
body #outer-wrapper .page-container .page-content .content-wrapper .app-form #goji-application .goji-transfer-in .ember-view .transfer-in-form .process-step .amount-previous-yrs-partial {
  margin-left: 0;
}

@media screen and (max-width: 768px) {
  body #outer-wrapper .page-container .page-content .content-wrapper .app-form {
    padding: 1rem;
  }
  body #outer-wrapper .page-container .page-content .content-wrapper .app-form #goji-application .goji-transfer-in .resume-banner {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
  body #outer-wrapper .page-container .page-content .content-wrapper .app-form #goji-application .goji-transfer-in .resume-banner button {
    margin: 1.5rem;
  }
  body #outer-wrapper .page-container .page-content .content-wrapper .app-form #goji-application .goji-transfer-in h3.section-title {
    text-align: center;
  }
  body #outer-wrapper .page-container .page-content .content-wrapper .app-form #goji-application .goji-transfer-in .confirmation-summary p {
    text-align: center;
  }
  body #outer-wrapper .page-container .page-content .content-wrapper .app-form #goji-application .goji-transfer-in .ember-view .transfer-in-form p.return-note {
    font-size: 2rem;
    text-align: center;
  }
  body #outer-wrapper .page-container .page-content .content-wrapper .app-form #goji-application .goji-transfer-in .ember-view .transfer-in-form .process-step .ember-view ul.transfer-choice-options {
    flex-wrap: wrap;
    justify-content: center;
  }
  body #outer-wrapper .page-container .page-content .content-wrapper .app-form #goji-application .goji-transfer-in .ember-view .transfer-in-form .process-step .ember-view ul.transfer-choice-options li {
    margin: 0 !important;
  }
  body #outer-wrapper .page-container .page-content .content-wrapper .app-form #goji-application .goji-transfer-in .ember-view .transfer-in-form .process-step .ember-view ul.transfer-choice-options li button {
    margin: 1rem 0 !important;
  }
  body #outer-wrapper .page-container .page-content .content-wrapper .app-form #goji-application .goji-transfer-in .ember-view .transfer-in-form .process-step h2.process-step-title {
    font-size: 2.5rem;
    text-align: center;
  }
  body #outer-wrapper .page-container .page-content .content-wrapper .app-form #goji-application .goji-transfer-in .ember-view .transfer-in-form .process-step .section-footer {
    text-align: center;
  }
  body #outer-wrapper .page-container .page-content .content-wrapper .app-form #goji-application .goji-transfer-in .ember-view .transfer-in-form .process-step .section-footer button.ember-view {
    margin: 1rem auto;
    float: none;
  }
  body #outer-wrapper .page-container .page-content .content-wrapper .app-form #goji-application .goji-transfer-in .ember-view .transfer-in-form .process-step .sort-code .form-group .form-input input {
    max-width: 30%;
  }
  body #outer-wrapper .page-container .page-content .content-wrapper .app-form #goji-application .goji-transfer-in .ember-view .transfer-in-form .process-steps-container ol.process-steps li {
    font-size: 1.3rem;
  }
}
html body #outer-wrapper .page-container .page-head .content-wrapper .header-content h2 {
  text-align: center;
}
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form {
  padding: 5rem;
  margin: -6rem auto 0 auto;
}
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form .intro-text {
  max-height: 1000rem;
  overflow: hidden;
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
}
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form .intro-text p {
  font-family: "brandon_med-webfont", sans-serif;
  font-size: 2.6rem;
  line-height: 1.1;
}
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form .intro-text p.strong {
  font-family: "brandon_bold", sans-serif;
  font-size: 2.75rem;
}
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form .intro-text.collapsed {
  max-height: 0;
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
}
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form p {
  color: #004E74;
  line-height: 1.2;
  padding-bottom: 1.5rem;
}
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form p:first-line {
  font-size: unset;
  color: unset;
}
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form p a {
  color: #2ba7de;
}
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form h5 {
  font-size: 2.75rem;
}
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form .progress-steps {
  display: flex;
  border-radius: 0.5rem;
  margin-bottom: 3rem;
}
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form .progress-steps .step-block {
  width: 100%;
  background: #F2F6F9;
  color: #898F9A;
  padding: 1rem;
  font-size: 2.2rem;
  text-align: center;
  border: none;
  box-shadow: none;
  border-radius: 0;
  margin: 0;
  position: relative;
  align-items: center;
  display: flex;
  justify-content: center;
  top: unset !important;
  left: unset !important;
  transform: unset !important;
  z-index: 1;
}
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form .progress-steps .step-block:first-child {
  border-radius: 0.5rem 0 0 0.5rem;
}
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form .progress-steps .step-block:last-child {
  border-radius: 0 0.5rem 0.5rem 0;
}
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form .progress-steps .step-block.active {
  background: #024E74;
  color: #CFDDE5;
}
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form .progress-steps .step-block.active:after {
  content: "";
  position: absolute;
  background: #024E74;
  bottom: -3rem;
  width: 3rem;
  height: 3rem;
  left: calc((100% - 3rem) / 2);
  clip-path: polygon(50% 40%, 0 0, 100% 0);
  -webkit-clip-path: polygon(50% 40%, 0 0, 100% 0);
}
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form .progress-steps .step-block.completed {
  background: #4CAF50;
  background: linear-gradient(to top, #128c17 0%, #8BC34A 100%);
  color: #E0E9EE;
}
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form .form-content .question-block {
  display: none;
  min-height: 20rem;
}
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form .form-content .question-block:first-child {
  display: block;
}
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form .form-content .question-block p.preamble-text {
  border-bottom: 1px solid #eee;
  margin-bottom: 1rem;
  padding-bottom: 2rem;
  line-height: 1.25;
  font-size: 2.4rem;
}
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form .form-content .question-block h5 {
  font-size: 2.5rem;
  padding: 1rem 0 2rem 0;
  color: #337ab7;
  font-weight: bold;
}
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form .form-content .question-block label.radio-container {
  display: block;
  font-weight: normal;
  color: #333;
  margin-bottom: 1.5rem;
  line-height: 2.5rem;
  padding-left: 3.25rem;
}
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form .form-controls {
  text-align: center;
  margin-top: 5rem;
}
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form .form-controls button.blue-button-rectangle {
  font-size: 2rem;
  padding: 0;
  width: 20rem;
  height: 6rem;
  font-weight: normal;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
html body #outer-wrapper .page-container .page-content .content-wrapper .app-form .form-controls button.blue-button-rectangle i.fa-angle-right {
  font-size: 3rem;
  line-height: 1rem;
  padding-left: 1rem;
}

@media (max-width: 640px) {
  html body #outer-wrapper .page-container .page-content .content-wrapper .app-form {
    padding: 3rem;
  }
}

/*# sourceMappingURL=investor-test.css.map */
