.db-red {
  border: 1px solid red !important;
}
.db-green {
  border: 1px solid green !important;
}
.db-blue {
  border: 1px solid blue !important;
}
.table {
  display: table !important;
}
.row {
  display: table-row !important;
}
.cell {
  display: table-cell !important;
}
.left {
  float: left !important;
}
.right {
  float: right !important;
}
.full {
  width: 100% !important;
}
.hide {
  display: none !important;
}
.show {
  display: inherit !important;
}
.capitalize {
  text-transform: capitalize;
}
.uppercase {
  text-transform: uppercase;
}
.center {
  text-align: center !important;
}
@media screen and (max-width: 700px) {
  .mobile-hide {
    display: none !important;
  }
}
@media screen and (max-width: 1100px) and (min-width: 700px) {
  .tablet-hide {
    display: none !important;
  }
}
@media screen and (min-width: 1100px) {
  .desktop-hide {
    display: none !important;
  }
}
.margin-center {
  margin-left: auto;
  margin-right: auto;
}
.margin-center-i {
  margin-left: auto !important;
  margin-right: auto !important;
}
.p-col {
  padding: 0;
  width: 1180px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.a-col {
  padding: 0;
  width: 1180px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.bg-cover {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.bg-contain {
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.relative {
  position: relative;
}
.alignfull {
  max-width: 100%;
}
.alignwide {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}
.aligncenter {
  text-align: center;
}
.aligncenter div {
  text-align: center;
}
.wp-block-columns {
  margin: 0 auto;
  max-width: 1180px;
}
.wp-block-separator {
  width: 50%;
  border: solid 1px #666666;
  margin: 50px auto;
}
.wp-block-image.middle {
  display: flex;
  height: 100%;
  align-items: center;
}
img.alignright {
  float: right;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-dots {
  text-align: center;
  padding: 0;
  margin: 0;
}
.slick-dots li {
  display: inline-block;
  margin: 0 8px;
  padding: 0;
}
.slick-dots li button {
  text-indent: -9999px;
  width: 11px;
  height: 11px;
  background-color: #D6D6D6;
  border-radius: 50px;
  border: none;
  padding: 0;
}
.slick-dots li.slick-active button {
  background-color: #06BEE1;
}
.slick-arrow {
  width: 40px;
  height: 40px;
  display: block;
  text-indent: -9999px;
  background-image: url(../../images/c-arrows-left.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 287px 40px;
  padding: 0;
  position: absolute;
  left: -60px;
  right: 0;
  margin: 0 auto;
  bottom: 30px;
  border: none;
  background-color: transparent;
  transform: none;
  top: auto;
}
.slick-arrow.slick-next {
  background-image: url(../../images/c-arrows-right.png);
  left: 0;
  right: -60px;
}
@media only screen and (min-width: 1200px) {
  .slick-arrow {
    display: block;
    top: -100px;
    bottom: 0;
    margin: auto;
    right: auto;
  }
  .slick-arrow:hover {
    background-position: -247px 0;
  }
  .slick-arrow.slick-next {
    right: -60px;
    left: auto;
  }
  .slick-arrow.slick-next:hover {
    background-position: -247px 0;
  }
}
body {
  font-family: "TommyRegular";
}
.rest-of-site {
  padding-top: 90px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
h1 {
  color: #212D65;
  font-weight: 700;
  font-size: 45px;
  line-height: 62px;
  padding: 6px 16px 0 0;
  margin: 10px 0;
  display: block;
  font-family: "TommyBold";
}
h1.has-dot {
  display: inline;
  background-color: rgba(245,147,117,0.25);
  padding-left: 20px;
  margin-left: -20px;
}
h1.has-dot:after {
  content: ".";
  color: #F59375;
  font-weight: 700;
  font-size: 45px;
  line-height: 61px;
  display: inline-block;
  vertical-align: bottom;
}
h2 {
  font-size: 24px;
  line-height: 27px;
  font-weight: 700;
  padding: 6px 0;
  color: #003798;
  font-family: "TommyLight";
}
h3 {
  font-weight: 500;
  font-size: 28px;
  line-height: 36px;
  color: #212D65;
  padding: 6px 0;
  font-family: "TommyMedium";
}
h3.has-dot:after {
  content: ".";
  color: #F59375;
  font-size: inherit;
  line-height: inherit;
  display: inline-block;
  vertical-align: bottom;
}
h4 {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  font-family: "TommyRegular";
}
h5,
h6 {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  font-family: "TommyThin";
}
p {
  margin: 0;
  padding: 15px 0;
  font-size: 20px;
  line-height: 30px;
  color: #212D65;
  font-family: "TommyLight";
}
p strong {
  font-family: "TommyRegular";
}
p.orange-font {
  font-family: "TommyBold";
  font-weight: 700;
  font-size: 35px;
  line-height: 45px;
  color: #F59375;
}
p.orange-bg {
  background-color: rgba(245,147,117,0.25);
  font-family: "TommyMedium";
  padding: 20px 10px;
  margin: 15px 0;
  display: inline-block;
}
#main-content ul {
  padding: 0 20px 0 45px;
  margin: 0;
}
#main-content ul li {
  list-style: none;
  position: relative;
  font-family: "TommyRegular";
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  padding: 15px 0;
  color: #170F49;
}
#main-content ul li:before {
  display: inline-block;
  content: "";
  width: 26px;
  height: 26px;
  background-image: url(../../images/Tick.png);
  background-size: 26px 26px;
  background-position: 0 0;
  background-repeat: no-repeat;
  position: absolute;
  left: -45px;
  top: 17px;
}
#main-content ul ul {
  margin: 10px 0 0;
  padding: 0 20px 0 35px;
}
#main-content ul ul li {
  list-style-type: disc;
}
#main-content ul ul li::before {
  content: none;
}
#main-content .mh-item ul {
  padding-left: 17px;
}
#main-content .mh-item ul li {
  list-style: disc;
  font-family: "TommyLight";
  font-weight: 100;
}
#main-content .mh-item ul li:before {
  content: none;
}
#form-reachout-wrap ul li::before {
  background-image: url(../../images/Cross.png);
}
.container {
  padding: 20px;
}
.button {
  background-color: #212D65;
  border-radius: 50px;
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  padding: 19px 25px;
  text-decoration: none;
  min-width: 200px;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 5px;
  transition: background-color 1s;
}
.button.blue:focus {
  background-color: #F59375;
}
.button.orange {
  background-color: #F59375;
  border: solid 2px #F59375;
}
.button.orange:focus {
  background-color: #212D65;
  border: solid 2px white;
}
.button.orange:hover {
  border: solid 2px white;
}
.button.white {
  background-color: #ffffff;
  color: #212d65;
}
.button.white:focus {
  background-color: #F59375;
}
.tc-left p {
  padding: 0;
}
.tc-left p a {
  color: #212D65;
}
.tc-left p a.blue {
  color: white;
}
.tc-left p a.orange {
  color: white;
}
.tc-left h1 + p {
  margin-top: 20px;
}
.tc-left .button {
  margin: 30px 0;
}
.tc-right img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 15px;
}
.acc-heading {
  width: 100%;
  text-align: left;
  color: #212D65;
  font-size: 28px;
  line-height: 36px;
  padding: 0 35px 0 0;
  position: relative;
  z-index: 20;
  cursor: pointer;
  border: none;
  background-color: transparent;
}
.acc-heading:after {
  position: absolute;
  font-size: 45px;
  line-height: 45px;
  font-family: "TommyBold";
  content: "+";
  top: -6px;
  right: 8px;
}
.acc-item {
  padding: 20px 0;
  border-top: 1px solid rgba(33,45,101,0.25);
}
.acc-item.active .acc-content {
  display: block !important;
}
.acc-item.active .acc-heading:after {
  content: "-";
}
.acc-content {
  margin: -5px 0 0 0;
  padding: 32px 0 22px;
}
.steps {
  text-align: center;
}
.steps h3 {
  font-size: 35px;
  line-height: 40px;
  font-family: "TommyBold";
}
.steps .s-wrapper {
  text-align: left;
  margin-top: 65px;
}
.s-item {
  background-color: #F8F8F9;
  border-radius: 15px;
  padding: 20px;
  position: relative;
  display: inline-block;
}
.s-item:before {
  content: "";
  width: 67px;
  height: 67px;
  position: absolute;
  top: -37px;
  left: 10px;
  background: #f59375;
  border-radius: 300px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  font-weight: 900;
  content: "01";
}
.s-item.has-img {
  background-color: transparent;
  padding: 0;
}
.s-item.has-img img {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 20px;
}
.s-item.has-img:before {
  content: none;
}
.s-item h3 {
  margin-top: 20px;
  font-size: 28px;
  line-height: 35px;
  font-family: "TommyMedium";
}
.s-item p {
  color: rgba(33,45,101,0.7);
}
.s-item.s-item-2:before {
  content: "02";
}
.s-item.s-item-3:before {
  content: "03";
}
.s-item.s-item-4:before {
  content: "04";
}
.s-item.s-item-5:before {
  content: "05";
}
.more-help img {
  display: block;
  width: 100%;
  height: auto;
}
.more-help .mh-item {
  background-color: #F8F8F9;
  border-radius: 15px;
}
.more-help .mh-item h4 {
  font-size: 35px;
  line-height: 45px;
  color: #F59375;
  font-family: 'TommyMedium';
}
.mh-left .mh-item {
  margin-top: 65px;
}
.mh-item {
  padding: 50px 40px;
}
.mh-img {
  position: relative;
}
.mh-img:after {
  content: "";
  width: 200px;
  height: 200px;
  position: absolute;
  background-image: url(../../images/dots.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 200px;
  left: -24px;
  bottom: -235px;
  z-index: -1;
}
.mh-bottom {
  background-color: #212D65;
  border-radius: 15px;
  padding: 50px 40px;
}
.mh-bottom h3 {
  color: #F59375;
  font-size: 35px;
  line-height: 45px;
}
.mh-bottom p {
  color: #fff;
}
.mh-bottom .mh-info {
  line-height: 24px;
}
.mh-bottom .mh-info span {
  font-size: 18px;
  display: block;
}
.mh-bottom .mh-info a {
  color: #fff;
}
.footer-form {
  background-color: #F59375;
  text-align: center;
}
.footer-form h3 {
  font-size: 24px;
  line-height: 30px;
}
.footer-form .acf-fields > .acf-field,
.page-template-page-pricing .two-col.right-img .acf-fields > .acf-field {
  border: none;
}
.footer-form .af-label.acf-label,
.page-template-page-pricing .two-col.right-img .af-label.acf-label {
  display: none;
}
.footer-form .af-form .acf-input-wrap input,
.page-template-page-pricing .two-col.right-img .af-form .acf-input-wrap input {
  color: rgba(33,45,101,0.5);
  border: none;
  border-radius: 50px;
  font-size: 15px;
  line-height: 20px;
  padding: 17px 135px 17px 20px;
  display: block;
  width: 100%;
}
.footer-form .af-submit.acf-form-submit,
.page-template-page-pricing .two-col.right-img .af-submit.acf-form-submit {
  position: absolute;
  top: 5px;
  right: 9px;
}
.footer-form .af-submit.acf-form-submit button,
.page-template-page-pricing .two-col.right-img .af-submit.acf-form-submit button {
  font-family: 'tommybold';
  color: #fff;
  background-color: #212D65;
  border-radius: 50px;
  border: none;
  padding: 13px 20px;
}
.two-col.right-img .acf-fields > .acf-field {
  padding-left: 0;
  padding-right: 0;
  margin: 10px 15px 15px 0;
}
.news-wrapper h3.has-dot:after {
  content: ".";
  color: #F59375;
  font-size: inherit;
  line-height: inherit;
  display: inline-block;
  vertical-align: bottom;
}
.nw-top .button {
  margin-top: 25px;
}
.body-copy.full-img img {
  display: block;
  width: 100%;
  height: auto;
}
#main-content .two-col-list li:last-child:before {
  content: none;
}
.padding-hat h3 {
  padding: 20px 20px 0 20px;
}
.super-fund,
.self-super-fund {
  background-color: #F8F8F9;
}
.super-fund .two-col.right-img h3,
.self-super-fund .two-col.right-img h3 {
  font-size: 28px;
  line-height: 35px;
}
.super-fund .two-col.right-img h4,
.self-super-fund .two-col.right-img h4 {
  font-size: 28px;
  line-height: 35px;
  color: #212D65;
  opacity: 0.5;
}
.self-super-fund .body-copy .container {
  border-bottom: none;
}
#main-content .page-anchors .container {
  padding-left: 0;
  padding-right: 0;
}
#main-content .page-anchors ul {
  width: 100%;
}
#main-content .page-anchors li {
  display: inline-block;
  position: relative;
  padding: 0 40px 20px 10px;
  opacity: 0.7;
}
#main-content .page-anchors li:before {
  content: none;
}
#main-content .page-anchors li a {
  text-decoration: none;
}
#main-content .page-anchors li.active {
  opacity: 1;
}
#main-content .page-anchors li.active:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 7px;
  background-color: #f59375;
  bottom: 0;
}
.pa-wrapper {
  width: 100%;
  overflow: scroll;
}
.pa-wrapper ul {
  width: 768px;
}
.bg-text {
  background-color: rgba(245,147,117,0.25);
  padding: 20px;
  margin: 20px 0;
}
.content-full-adlet .container {
  background-color: #212d65;
  margin: 0 20px 150px;
  border-radius: 20px;
  padding: 40px 30px;
  position: relative;
}
.content-full-adlet .container:after {
  content: "";
  width: 316px;
  height: 329px;
  position: absolute;
  background-image: url(../../images/dots.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 316px 329px;
  right: 0;
  bottom: -135px;
  z-index: -1;
}
.content-full-adlet .container .button {
  margin-bottom: 20px;
}
.content-full-adlet .container .button:last-child {
  margin-bottom: 0;
}
.content-full-adlet h3 {
  color: #f59375;
  font-size: 35px;
  font-weight: 45px;
}
.content-full-adlet p {
  color: #fff;
}
.content-full-adlet p a {
  color: white;
}
.invest {
  background-color: #F8F8F9;
}
.invest h3 {
  font-size: 20px;
  line-height: 30px;
}
.invest h4 {
  font-size: 20px;
  line-height: 30px;
  color: #212D65;
  opacity: 0.5;
}
#main-content .page-anchors ul {
  padding: 0;
  border-bottom: 1px solid rgba(33,45,101,0.25);
}
#main-content .page-anchors li:before {
  content: none;
}
#main-content .tc-steps ul {
  padding: 0 0 0 77px;
}
#main-content .tc-steps li {
  list-style-type: disc;
}
#main-content .tc-steps li:before {
  content: none;
}
.tc-steps {
  padding-top: 25px;
}
.tc-step {
  position: relative;
  padding-bottom: 20px;
}
.tc-step:before {
  content: "1";
  display: inline-block;
  width: 45px;
  height: 45px;
  border-radius: 50px;
  border: 2px solid #212d65;
  font-size: 28px;
  line-height: 43px;
  position: absolute;
  background-color: #fff;
  z-index: 20;
  text-align: center;
}
.tc-step:after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 2px;
  border-left: 2px dashed #212d65;
  left: 24px;
}
.tc-step:last-child:after {
  content: none;
}
.tc-step.tc-step-2:before {
  content: "2";
}
.tc-step.tc-step-3:before {
  content: "3";
}
.tc-step.tc-step-4:before {
  content: "4";
}
.tc-step.tc-step-5:before {
  content: "5";
}
.tc-step p {
  padding-left: 62px;
}
.get-started .has-dot {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.get-started .two-col.right-img {
  background-color: #F5F5F5;
}
.get-started-tq h1,
.page-template-page-thank-you h1 {
  color: #f59375;
}
.certified-industries h3 {
  color: #666666;
  font-size: 20px;
  line-height: 30px;
  padding: 25px 0;
}
.ci-wrapper {
  display: flex;
  flex-wrap: nowrap;
}
@media screen and (max-width: 700px) {
  .ci-wrapper {
    flex-wrap: wrap !important;
  }
}
.ci-wrapper img {
  display: inline-block;
  margin: 15px 30px 15px 0;
  height: 45px;
  width: auto;
}
.wizard-wrapper {
  padding-top: 45px;
  gap: 0;
}
.wizard h3 {
  text-align: center;
}
.wizard h3 strong {
  background-color: rgba(245,147,117,0.25);
  padding: 0 10px;
}
.wizard .mh-item {
  background-color: #f8f8f9;
  border-radius: 15px;
}
.wizard .mh-item.no-image {
  background-color: transparent;
  padding: 0;
}
.wizard .mh-item.no-image img {
  border-radius: 10px;
  display: block;
  width: 100%;
  height: auto;
}
.wizard .mh-item h3 {
  text-align: left;
}
.wizard .mh-item h4 {
  font-size: 35px;
  line-height: 45px;
  color: #f59375;
  font-family: "TommyBold";
}
.about > .two-col.no-img {
  background-color: #f8f8f9;
}
.about .body-copy .container {
  border: none;
}
.founders-top .has-dot strong {
  background-color: rgba(245,147,117,0.25);
  padding: 0 10px;
}
.founders-top .has-dot:after {
  margin-left: -10px;
}
.founders-bottom {
  padding-bottom: 30px;
}
.founders-bottom .tc-left img {
  width: 250px;
  border-radius: 200px;
  border: 3px dashed #f59375;
  padding: 5px;
}
.page-template-page-pricing .two-col.right-img {
  background-color: #f8f8f9;
}
.pricing-table .container {
  border: 1px solid rgba(33,45,101,0.25);
  border-radius: 15px;
  margin: 20px 20px 60px;
  box-shadow: 0 2px 12px 0 rgba(20,20,43,0.08);
  padding: 0;
}
.pricing-table .button {
  display: block;
}
#main-content .pricing-table .pta-bottom li {
  display: inline-block;
  padding-right: 55px;
}
.pt-top {
  border-bottom: 1px solid rgba(33,45,101,0.25);
  padding: 30px 20px;
}
.pt-wrapper {
  padding: 30px 20px;
  border-bottom: 1px solid rgba(33,45,101,0.25);
}
.ptc:first-of-type {
  border-bottom: 3px dashed rgba(33,45,101,0.25);
}
.ptb-additional-wrapper {
  padding: 30px 20px;
}
.ptl-left {
  display: inline-block;
  vertical-align: top;
  width: 60px;
  background-color: #212d65;
  text-align: center;
  border-radius: 100px;
}
.ptl-left p {
  color: #fff;
  font-family: 'TommyBold';
  font-size: 35px;
}
.ptl-right {
  display: inline-block;
  width: calc(100% - calc(70px));
  vertical-align: top;
  padding-left: 15px;
}
.ptr-left h3 {
  font-size: 20px;
  line-height: 28px;
}
.ptr-left h4 {
  color: #6f6c90;
}
.ptr-right h3 {
  font-size: 54px;
  line-height: 70px;
}
.ptr-right h4 {
  font-size: 20px;
  color: #212d65;
}
.pt-wrapper h4 {
  color: #212d65;
}
.pt-wrapper h5 {
  font-size: 14px;
  line-height: 18px;
  color: #212d65;
  font-family: 'TommyRegular';
  padding-bottom: 25px;
}
#main-content .pt-wrapper ul ul {
  padding-left: 15px;
}
.ptc-right {
  padding-bottom: 25px;
}
.ptc-right h3 {
  font-size: 54px;
  line-height: 70px;
}
.ptc-right h3 sub {
  display: block;
  font-size: 20px;
  line-height: 24px;
}
.lander-wrapper {
  padding-top: 45px;
  gap: 0;
}
.lander-wrapper .mh-item {
  border-radius: 15px;
  background-color: #F8F8F9;
  padding: 20px 40px 20px 20px;
  position: relative;
}
.lander-wrapper .mh-item.bulb {
  background-color: #212D65;
  background-image: url(../../images/Frame.png);
  background-repeat: no-repeat;
  background-size: 75px 75px;
  background-position: calc(100% - calc(25px)), calc(100% - calc(25px));
  padding: 20px 110px 20px 20px;
}
.lander-wrapper .mh-item.bulb h3 {
  color: #fff;
}
.lander-wrapper .mh-item.with-image {
  background-image: none;
  padding: 0;
}
.lander-wrapper .mh-item.with-image img {
  display: block;
  width: 100%;
  border-radius: 10px;
}
.lander-wrapper .mh-item.with-image:after {
  content: "";
  width: 200px;
  height: 200px;
  position: absolute;
  background-image: url(../../images/dots2.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 200px;
  left: -60px;
  bottom: -100px;
  z-index: -1;
}
@media screen and (max-width: 700px) {
  .lander-wrapper .mh-item.active p,
  .lander-wrapper .mh-item.active .button,
  .lander-wrapper .mh-item.active ul {
    display: block !important;
  }
}
.lander-wrapper .mh-item.active .mh-mob-open span {
  display: block;
}
.lander-wrapper .mh-item.active .mh-mob-open strong {
  display: none;
}
@media screen and (max-width: 700px) {
  .lander-wrapper .mh-item p,
  .lander-wrapper .mh-item .button,
  .lander-wrapper .mh-item ul {
    display: none !important;
  }
}
.mh-mob-open span {
  display: none;
}
.mh-mob-open strong,
.mh-mob-open span {
  font-size: 45px;
  line-height: 45px;
  position: absolute;
  top: 25px;
  right: 15px;
}
.homepage h1.has-dot,
.page-template-page-home h1.has-dot {
  background-color: transparent;
}
.homepage h1.has-dot strong,
.page-template-page-home h1.has-dot strong {
  background-color: rgba(245,147,117,0.25);
  padding: 0 20px 0 10px;
}
.homepage h1.has-dot:after,
.page-template-page-home h1.has-dot:after {
  margin-left: -20px;
}
.homepage .tc-right,
.page-template-page-home .tc-right {
  position: relative;
  margin-bottom: 100px;
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
}
.homepage .tc-right img,
.page-template-page-home .tc-right img {
  border-radius: 500px;
}
.homepage .tc-right:after,
.page-template-page-home .tc-right:after {
  content: "";
  width: 200px;
  height: 200px;
  position: absolute;
  background-image: url(../../images/dots2.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 200px;
  right: -60px;
  bottom: -80px;
  z-index: -1;
  left: 0;
  margin: 0 auto;
}
.homepage .certified-industries,
.page-template-page-home .certified-industries {
  text-align: center;
}
.homepage .wizard .mh-item,
.page-template-page-home .wizard .mh-item {
  background-color: transparent;
  padding: 0;
  margin-right: 30px;
  margin-bottom: 0;
  padding-bottom: 30px;
}
.homepage .steps,
.page-template-page-home .steps {
  background-color: rgba(245,147,117,0.2);
}
.homepage .testimonials h3.has-dot strong,
.page-template-page-home .testimonials h3.has-dot strong {
  background-color: rgba(245,147,117,0.25);
  padding: 0 10px 0 10px;
}
.homepage .testimonials h3.has-dot:after,
.page-template-page-home .testimonials h3.has-dot:after {
  margin-left: -10px;
}
.button.scroll {
  margin-bottom: 0;
  background-color: transparent;
  border: 1px solid #F59375;
  color: #F59375;
}
.button.scroll:after {
  content: "";
  display: inline-block;
  background-image: url(../../images/scroll-arrow.png);
  background-repeat: no-repeat;
  background-position: 0px 1px;
  background-size: 256px 17px;
  width: 15px;
  height: 19px;
  margin-left: 15px;
  vertical-align: bottom;
}
.button.scroll:focus {
  background-color: #F59375;
  color: #fff;
}
.button.scroll:focus:after {
  background-position: -240px 1px;
}
.testimonials-carousel {
  padding-bottom: 90px;
}
.testimonials {
  text-align: center;
}
.testimonials .container {
  max-width: 800px;
}
.page-get-started .two-col.right-img .af-submit.acf-form-submit button {
  background-color: #F59375;
  border-radius: 50px;
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  padding: 15px 28px;
  text-decoration: none;
  margin-bottom: 35px;
  margin-left: 0;
  margin-right: 0;
  border: none;
  transition: background-color 1s;
}
.page-get-started .two-col.right-img .af-submit.acf-form-submit button:hover {
  background-color: #212D65;
}
@media only screen and (min-width: 768px) {
  h1 {
    font-size: 70px;
    line-height: 93px;
  }
  h1:after {
    font-size: 70px;
    line-height: 93px;
  }
  h3 {
    font-size: 32px;
    line-height: 40px;
  }
  p.orange-font {
    display: inline-block;
    vertical-align: top;
    width: 50px;
    line-height: 40px;
    padding: 5px 0;
    font-size: 48px;
  }
  p.orange-font + h3 {
    display: inline-block;
    padding-left: 30px;
    width: calc(50%);
    vertical-align: middle;
  }
  .tc-left {
    float: left;
    width: 40%;
    padding-right: 40px;
  }
  .tc-right {
    float: right;
    width: 55%;
    max-width: 674px;
    padding-top: 20px;
  }
  .left-img .tc-left {
    float: right;
    width: 55%;
    max-width: 674px;
    padding-top: 20px;
  }
  .left-img .tc-right {
    float: left;
    width: 40%;
    padding-right: 40px;
  }
  .acc-heading {
    font-size: 32px;
    line-height: 42px;
  }
  .acc-item {
    padding: 30px 0;
  }
  .s-wrapper {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
  .s-wrapper .s-item {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
  }
  .steps .button.blue {
    margin-top: 30px;
  }
  .mh-left {
    float: left;
    width: calc(40%);
  }
  .mh-right {
    float: right;
    width: calc(40%);
  }
  .news-wrapper .container {
    padding-top: 65px;
  }
  .nw-top .has-dot {
    float: left;
    width: 60%;
  }
  .nw-top .button {
    margin-top: 0;
    float: right;
  }
  .two-col-list ul {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    column-gap: 80px;
  }
  .two-col-list ul li {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
  }
  .super-fund .two-col.no-img .tc-left,
  .self-super-fund .two-col.no-img .tc-left {
    float: none;
    width: 100%;
  }
  .super-fund .two-col.no-img .tc-right,
  .self-super-fund .two-col.no-img .tc-right {
    float: none;
    width: 100%;
    max-width: 100%;
  }
  .homepage .two-col.right-img .tc-left,
  .page-template-page-home .two-col.right-img .tc-left {
    float: none;
    width: 100%;
  }
  .homepage .two-col.right-img .tc-right,
  .page-template-page-home .two-col.right-img .tc-right {
    float: none;
    width: 100%;
    max-width: 100%;
    max-width: 525px;
  }
  .homepage .two-col.right-img .tc-right:after,
  .page-template-page-home .two-col.right-img .tc-right:after {
    width: 468px;
    height: 469px;
    background-size: auto 468px;
    right: -100px;
    bottom: -200px;
  }
  .page-template-page-home .two-col .container {
    padding-bottom: 150px;
  }
  .page-anchors {
    border-bottom: 1px solid rgba(33,45,101,0.25);
  }
  .page-anchors .container {
    width: 100%;
    padding-bottom: 0;
  }
  .pa-wrapper {
    width: 100%;
    overflow: hidden;
    max-width: 1180px;
  }
  .content-full-adlet .container {
    margin: 50px 20px 50px;
  }
  .content-full-adlet .container:after {
    right: -50px;
    bottom: auto;
    top: -135px;
  }
  .invest h1,
  .borrow h1,
  .legal h1,
  .page-template-default h1 {
    font-size: 48px;
    line-height: 52px;
  }
  .invest #main-content .page-anchors ul,
  .borrow #main-content .page-anchors ul,
  .legal #main-content .page-anchors ul,
  .page-template-default #main-content .page-anchors ul {
    border-bottom: none;
  }
  .wizard .wizard-wrapper {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
  .wizard .mh-item,
  .wizard .tile-padder {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
  }
  .lander .lander-wrapper {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
  .lander .mh-item {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
  }
  .mh-mob-open {
    display: none;
  }
  .lander-wrapper .mh-item p,
  .lander-wrapper .mh-item .button {
    display: block;
  }
  .page-about .two-col:first-of-type .tc-left h1 {
    font-size: 53px;
    line-height: 67px;
  }
  .page-about .two-col:first-of-type .tc-left h3 {
    font-size: 24px;
    line-height: 30px;
    opacity: 0.7;
    padding-top: 35px;
  }
}
@media only screen and (min-width: 1200px) {
  .rest-of-site {
    padding-top: 115px;
  }
  .container {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
  }
  .button.blue:hover {
    background-color: #F59375;
  }
  .button.orange:hover {
    background-color: #212D65;
  }
  .button.scroll:hover {
    background-color: #F59375;
    color: #fff;
  }
  .button.scroll:hover:after {
    background-position: -240px 1px;
  }
  .s-wrapper {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }
  .more-help {
    position: relative;
  }
  .more-help:after {
    content: "";
    width: 316px;
    height: 329px;
    position: absolute;
    background-image: url(../../images/dots.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 316px 329px;
    left: 0;
    top: 450px;
    z-index: -1;
  }
  .mh-img:after {
    content: none;
  }
  .mh-left {
    width: 360px;
  }
  .mh-right {
    width: 740px;
  }
  .mh-top {
    display: flex;
  }
  .mh-top .mh-item {
    width: 50%;
    margin: 0 10px 20px 0;
  }
  .mh-top .mh-item:last-child {
    margin-left: 10px;
    margin-right: 0;
  }
  .footer-form h3 {
    display: inline-block;
    width: 50%;
    vertical-align: middle;
    padding-right: 10px;
    text-align: left;
    font-size: 32px;
  }
  .footer-form .form,
  .two-col.right-img .form {
    display: inline-block;
    width: 48%;
    vertical-align: middle;
    max-width: 530px;
  }
  .footer-form .af-submit.acf-form-submit button:hover,
  .two-col.right-img .af-submit.acf-form-submit button:hover {
    background-color: #F59375;
  }
  .content-full-adlet .container {
    margin-left: auto;
    margin-right: auto;
  }
  .super-fund .two-col.no-img .tc-left,
  .self-super-fund .two-col.no-img .tc-left {
    float: left;
    width: 50%;
  }
  .super-fund .two-col.no-img .tc-left h1,
  .self-super-fund .two-col.no-img .tc-left h1 {
    font-size: 48px;
    line-height: 52px;
  }
  .super-fund .two-col.no-img .tc-right,
  .self-super-fund .two-col.no-img .tc-right {
    float: left;
    width: 50%;
  }
  .homepage .two-col.right-img .tc-left,
  .page-template-page-home .two-col.right-img .tc-left {
    float: left;
    width: 50%;
  }
  .homepage .two-col.right-img .tc-left h1,
  .page-template-page-home .two-col.right-img .tc-left h1 {
    font-size: 48px;
    line-height: 52px;
  }
  .homepage .two-col.right-img .tc-right,
  .page-template-page-home .two-col.right-img .tc-right {
    float: left;
    width: 50%;
  }
  .homepage .certified-industries,
  .page-template-page-home .certified-industries {
    text-align: left;
  }
  .homepage .wizard .wizard-wrapper,
  .page-template-page-home .wizard .wizard-wrapper {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
  }
  .get-started-tq h1,
  .page-template-page-thank-you h1 {
    font-size: 48px;
    line-height: 53px;
  }
  .wizard .wizard-wrapper {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }
  .founders-bottom {
    padding-bottom: 60px;
  }
  .founders-bottom .tc-left img {
    width: 350px;
    border: 5px dashed #f59375;
    padding: 10px;
  }
  .pricing-table .container {
    margin: 100px auto;
  }
  .pt-bottom {
    display: table;
    width: 100%;
  }
  .ptb-left {
    display: table-cell;
    width: 50%;
  }
  .ptb-right {
    display: table-cell;
    width: 50%;
  }
  .ptr-left {
    display: inline-block;
    vertical-align: top;
    width: 200px;
  }
  .ptr-right {
    display: inline-block;
    text-align: right;
    width: 250px;
  }
  .ptb-right {
    border-left: 1px solid rgba(33,45,101,0.25);
  }
  .ptb-left .pt-wrapper {
    border-bottom: none;
  }
  .ptc-left {
    display: inline-block;
    vertical-align: middle;
    width: 250px;
  }
  .ptc-right {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
  }
  .ptc-right h3 sub {
    display: inline-block;
  }
  .ptc {
    padding: 15px 0 30px;
  }
  .ptb-additional-wrapper .pta-top .ptl-left {
    vertical-align: middle;
  }
  .ptb-additional-wrapper .pta-top .ptl-right {
    vertical-align: middle;
  }
  .pta-top {
    border-bottom: 1px solid rgba(33,45,101,0.25);
    margin: 0 -20px;
    padding: 0 20px 30px;
  }
  .lander .lander-wrapper {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }
  .lander-wrapper .mh-item .button {
    max-width: 148px;
    min-width: auto;
  }
  .lander-wrapper .mh-item.with-image:after {
    width: 327px;
    height: 327px;
    background-size: auto 327px;
    left: -160px;
    bottom: -140px;
    -webkit-transform: translate3d(0,0,0);
  }
}
.o-40 {
  opacity: 0.4;
}
.page-template-page-get-started .two-col form .af-field[data-name=time_slot] {
  display: none;
}
.page-template-page-get-started .two-col form .acf-fields > .acf-field {
  border: none;
}
.page-template-page-get-started .two-col form .af-label.acf-label {
  display: none;
}
.page-template-page-get-started .two-col form .acf-input-wrap input {
  color: #212D65;
  border: none;
  font-family: TommyMedium;
  font-size: 18px;
  line-height: 1;
  padding: 0 20px;
  display: block;
  height: 55px;
}
.page-template-page-get-started .two-col form .acf-input-wrap input::placeholder {
  color: #9BA0BA;
}
div[data-name=thank_you_entry_id] {
  display: none;
}
.page-template-page-thank-you .tc-left .form {
  width: 100%;
}
.page-template-page-thank-you .tc-left .form .af-field {
  border: none;
}
.page-template-page-thank-you .tc-left .form .af-field label {
  color: #212D65;
  font-size: 20px;
  font-family: 'TommyMedium';
  opacity: 0.7;
}
.page-template-page-thank-you .tc-left .form .af-field input {
  height: 55px;
  padding: 0 25px;
  border: none;
  color: #212D65;
  font-size: 18px;
}
.page-template-page-thank-you .tc-left .form .af-field input::placeholder {
  color: #212D65;
  opacity: 0.45;
}
.page-template-page-thank-you .tc-left .form button {
  background: #F59375;
  border: none;
  padding: 13px 26px;
  border-radius: 30px;
  color: white;
  font-family: 'TommyBold';
  transition: all ease-in 200ms;
}
.page-template-page-thank-you .tc-left .form button:hover {
  background: #212D65;
}
.page-template-page-thank-you .tc-left .form .af-submit {
  padding: 0;
  margin-bottom: 20px;
}
.page-template-page-thank-you,
.page-template-page-thank-you header,
.page-template-page-get-started,
.page-template-page-get-started header {
  background: #F8F8F9;
}
.page-simplify header,
.page-legal header,
.page-template-page-pricing header {
  background: #F8F8F9;
  box-shadow: 0 0 0 30px #f8f8f9;
}
.page-simplify section.two-col.header-row.bg-grey,
.page-legal section#section-header.bg-grey {
  background: #f8f8f9;
  box-shadow: 0 -50px 0 0 #f8f8f9;
}
#form-reachout-wrap h4 {
  font-size: 32px;
  line-height: 40px;
  font-family: 'TommyMedium';
  color: #212D65;
  opacity: 0.5;
  padding-top: 0;
}
#form-reachout-wrap h3 {
  padding-bottom: 0;
}
#form-reachout-wrap form {
  padding-top: 40px;
  padding-bottom: 80px;
}
#form-reachout-wrap form .af-field {
  padding: 0;
  margin: 0 0 25px !important;
  border: none;
}
#form-reachout-wrap form .af-field label {
  display: none;
}
#form-reachout-wrap form .af-field input {
  background: #F8F8F9;
  border: none;
  height: 55px;
  padding: 0 20px;
  color: #212D65;
  font-size: 18px;
}
#form-reachout-wrap form .af-field input::placeholder {
  color: #212D65;
  opacity: 0.45;
}
#form-reachout-wrap form .af-submit {
  padding: 0;
}
#form-reachout-wrap form .af-submit button {
  background: #f59375;
  border: 0;
  color: white;
  font-size: 16px;
  font-family: 'TommyBold';
  height: 45px;
  padding: 0 25px;
  border-radius: 30px;
  transition: all ease-in 1s;
}
#form-reachout-wrap form .af-submit button:hover {
  background: #212d65;
}
.privacy-modal.motion-element {
  background: rgba(33,45,101,0.5);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10000;
  display: flex;
  align-items: flex-end;
  opacity: 0;
  transition: all ease-in 1s;
}
.privacy-modal.motion-element .privacy-modal-inner {
  padding: 40px 40px 30px;
  width: 100%;
  background: white;
}
.privacy-modal.motion-element .privacy-modal-inner a {
  color: #212d65;
}
.privacy-modal.motion-element .privacy-modal-inner a:hover {
  color: #f59375;
}
.privacy-modal.motion-element .privacy-modal-inner h4 {
  font-size: 35px;
  color: #212D65;
  font-family: 'TommyBold';
  line-height: 1;
}
.privacy-modal.motion-element .privacy-modal-inner .button {
  font-family: 'TommyBold';
  color: white;
}
.privacy-modal.motion-element .privacy-modal-inner .button:hover {
  background: #f59375;
  color: white;
}
.privacy-modal-active .privacy-modal.motion-element {
  opacity: 1;
}
.gs-copy .button.orange:hover {
  color: #f59375;
  background: white;
}
.footer-form .button {
  min-width: unset;
  transition: all ease-in 500ms;
}
.footer-form .button:before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  float: left;
  margin: 1px 7px 0 0;
  background-color: white;
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  transition: all ease-in 500ms;
}
.footer-form .button.phone::before {
  mask-image: url(../../images/phone.svg);
  -webkit-mask-image: url(../../images/phone.svg);
}
.footer-form .button.email::before {
  mask-image: url(../../images/mail.svg);
  -webkit-mask-image: url(../../images/mail.svg);
}
.footer-form .button:hover {
  background: white;
  color: #f59375;
}
.footer-form .button:hover:before {
  background-color: #f59375;
}
.button.with-icon {
  min-width: unset;
  transition: all ease-in 500ms;
}
.button.with-icon:before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  float: left;
  margin: 1px 7px 0 0;
  background-color: white;
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  transition: all ease-in 500ms;
}
.button.with-icon.phone::before {
  mask-image: url(../../images/phone.svg);
  -webkit-mask-image: url(../../images/phone.svg);
}
.button.with-icon.email::before {
  mask-image: url(../../images/mail.svg);
  -webkit-mask-image: url(../../images/mail.svg);
}
.button.with-icon:hover {
  background: white;
  color: #f59375;
}
.button.with-icon:hover:before {
  background-color: #f59375;
}
.button.with-icon.orange:hover {
  background: #212D65;
  color: #fff;
}
.button.with-icon.orange:hover:before {
  background-color: #fff;
}
section.two-col.invest .tc-left {
  width: 45%;
}
@media screen and (max-width: 700px) {
  section.two-col.invest .tc-left {
    width: 100% !important;
  }
}
section.two-col.invest .tc-right {
  width: 55%;
}
@media screen and (max-width: 700px) {
  section.two-col.invest .tc-right {
    width: 100% !important;
  }
}
ul.info li:before {
  background-image: url(../../images/ico-info.png) !important;
}
.highlight-block {
  background: rgba(245,147,117,0.25);
  color: #212D65;
  margin: 20px -20px 0;
  padding: 20px;
  line-height: 30px;
  font-size: 20px;
}
form.af-form.acf-form.gs-form {
  position: relative;
  background: white;
  border-radius: 34px;
}
form.af-form.acf-form.gs-form .af-submit.acf-form-submit {
  top: 4px;
  right: 4px;
}
body.is-search {
  padding: 0;
}
body.is-search h1 {
  margin-bottom: 60px;
}
body.is-search h1 span {
  background: #fce4dd;
  padding: 0 10px;
  color: #212D65;
}
body.is-search a.result-item {
  background: #F8F8F9;
  padding: 30px;
  display: block;
  margin: 0 0 30px;
  text-decoration: none;
  line-height: 1.5;
  color: rgba(33,45,101,0.7);
  font-size: 18px;
  transition: all ease-in 500ms;
  border-radius: 20px;
}
body.is-search a.result-item:hover {
  background-color: #fce4dd;
}
body.is-search a.result-item h2 {
  font-family: 'TommyBold';
  font-size: 35px;
  color: #212d65;
  margin-bottom: 10px;
}
form.af-form.acf-form.gs-form .acf-fields .af-field {
  padding: 0;
}
form.af-form.acf-form.gs-form .af-submit {
  padding: 0;
}
.search-results .pagination-nav-wrapper {
  text-align: center;
}
.search-results .pagination-nav-wrapper .page-nums p {
  padding: 0 0 30px;
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'TommyRegular';
  opacity: 0.7;
}
.search-results .pagination-nav-wrapper  nav.pagination-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 10px;
}
.search-results .pagination-nav-wrapper nav.pagination-nav a:hover {
  background: #212d65;
  color: white;
}
.search-results .pagination-nav-wrapper nav.pagination-nav span {
  background: #f59375;
}
.search-results .pagination-nav-wrapper nav.pagination-nav > * {
  text-decoration: none;
  background: #f8f8f9;
  font-family: 'TommyMedium';
  color: #212d65;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  margin: 0 5px;
  transition: all ease-in 500ms;
  border-radius: 30px;
}
h1.has-dot.selective-highlight {
  background: transparent;
  padding-left: 0;
  margin-left: 0;
}
h1.has-dot.selective-highlight strong {
  display: inline;
  background-color: rgba(245,147,117,0.25);
  padding-left: 20px;
  margin-left: -20px;
  padding-right: 25px;
  margin-right: -25px;
}
@font-face {
  font-family: "TommyBold";
  src: url("../../fonts/tommy_bold.woff2") format("woff2"), url("../../fonts/tommy_bold.woff") format("woff"), url("../../fonts/tommy_bold.otf") format("opentype");
}
@font-face {
  font-family: "TommyLight";
  src: url("../../fonts/tommy_light.woff2") format("woff2"), url("../../fonts/tommy_light.woff") format("woff"), url("../../fonts/tommy_light.otf") format("opentype");
}
@font-face {
  font-family: "TommyMedium";
  src: url("../../fonts/tommy_medium.woff2") format("woff2"), url("../../fonts/tommy_medium.woff") format("woff"), url("../../fonts/tommy_medium.otf") format("opentype");
}
@font-face {
  font-family: "TommyRegular";
  src: url("../../fonts/tommy_regular.woff2") format("woff2"), url("../../fonts/tommy_regular.woff") format("woff"), url("../../fonts/tommy_regular.otf") format("opentype");
}
@font-face {
  font-family: "TommyThin";
  src: url("../../fonts/tommy_thin.woff2") format("woff2"), url("../../fonts/tommy_thin.woff") format("woff"), url("../../fonts/tommy_thin.otf") format("opentype");
}
footer {
  background-color: #212d65;
}
.f-top {
  background-image: url(../../images/footer-logo.png);
  background-repeat: no-repeat;
  background-size: 68px 68px;
  background-position: right 20px;
  padding-bottom: 40px;
}
.f-top h3 {
  color: #fff;
  padding-right: 70px;
}
.f-top h3 strong {
  background-color: #FCE4DD;
  padding: 0 10px;
  color: #212D65;
}
.f-top h3:after {
  margin-left: -10px;
}
.f-center {
  padding: 0 0 30px;
  border-bottom: 1px solid #fff;
}
.f-center ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.f-center ul li {
  display: inline-block;
  padding: 0 15px 0 0;
}
.f-center ul a {
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  text-decoration: none;
}
.fb-left ul {
  list-style-type: none;
  padding: 0;
  margin: 30px 0 0;
}
.fb-left ul li {
  display: inline-block;
  padding: 0 15px 0 0;
}
.fb-right p {
  color: #fff;
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .f-top h3 {
    max-width: 670px;
    font-size: 48px;
    line-height: 60px;
  }
  .f-center ul a {
    font-size: 19px;
  }
  .f-bottom {
    padding-top: 30px;
  }
  .fb-left ul {
    margin-top: 0;
  }
  .fb-left {
    float: left;
    width: 250px;
  }
  .fb-right {
    float: right;
    width: calc(100% - calc(300px));
    text-align: right;
  }
  .fb-right p {
    padding-top: 0;
  }
}
.getting-started {
  background-color: rgba(245,147,117,0.2);
  text-align: center;
}
.getting-started .container {
  padding-top: 50px;
  padding-bottom: 100px;
}
.getting-started h3 {
  font-size: 35px;
  line-height: 40px;
  padding-bottom: 35px;
  padding-top: 20px;
}
.getting-started h3:after {
  content: ".";
  color: #F59375;
  font-weight: 700;
  font-size: 35px;
  line-height: 40px;
  display: inline-block;
  vertical-align: bottom;
}
.gs-item img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px 10px 0 0;
}
.gs-copy {
  background-color: #212D65;
  padding: 40px 20px;
  border-radius: 0 0 10px 10px;
  margin-bottom: 15px;
}
.gs-copy h4 {
  font-family: 'TommyMedium';
  font-weight: 500;
  font-size: 28px;
  line-height: 35px;
  color: #FFFFFF;
}
.gs-copy .button {
  margin-top: 25px;
  padding: 15px;
  min-width: 180px;
}
@media only screen and (min-width: 768px) {
  .gs-adlets {
    display: flex;
    gap: 15px;
  }
  .gs-item {
    flex: 1;
    border-radius: 10px;
    background-color: #212D65;
  }
  .gs-copy {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  .gs-copy h4 {
    font-size: 32px;
    line-height: 40px;
  }
}
.getting-started {
  background-color: rgba(245,147,117,0.2);
  text-align: center;
}
.getting-started h3 {
  font-size: 35px;
  line-height: 40px;
  padding-bottom: 35px;
  padding-top: 20px;
}
.getting-started h3:after {
  content: ".";
  color: #F59375;
  font-weight: 700;
  font-size: 35px;
  line-height: 40px;
  display: inline-block;
  vertical-align: bottom;
}
.gs-item img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px 10px 0 0;
}
.gs-copy {
  background-color: #212D65;
  padding: 40px 20px;
  border-radius: 0 0 10px 10px;
  margin-bottom: 15px;
}
.gs-copy h4 {
  font-family: 'TommyMedium';
  font-weight: 500;
  font-size: 28px;
  line-height: 35px;
  color: #FFFFFF;
}
.gs-copy .button {
  margin-top: 25px;
  padding: 15px;
  min-width: 180px;
}
@media only screen and (min-width: 768px) {
  .gs-adlets {
    display: flex;
    gap: 15px;
  }
  .gs-item {
    flex: 1;
    border-radius: 10px;
    background-color: #212D65;
  }
  .gs-copy {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  .gs-copy h4 {
    font-size: 32px;
    line-height: 40px;
  }
}
.hide-mobile,
.hw-top {
  display: none;
}
header {
  height: 90px;
  position: fixed;
  width: 100%;
  z-index: 1000;
  left: 0;
  background-color: #fff;
}
.header-logo {
  width: 260px;
  height: 82px;
  background-image: url(../../images/main-logo.svg);
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  display: block;
  margin: 0;
}
.search {
  padding: 30px;
}
.search .searchwords {
  border: none;
  background-color: rgba(33,45,101,0.05);
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  padding: 14px 60px 14px 25px;
  width: 100%;
  height: 55px;
  color: rgba(33,45,101,0.4);
}
.search .searchbutton {
  background-color: transparent;
  background-image: url("../../images/header-search.png");
  background-position: center center;
  background-repeat: no-repeat;
  border: medium none;
  height: 20px;
  padding: 0;
  position: absolute;
  right: 19px;
  text-indent: -9999px;
  top: 16px;
  width: 20px;
}
#searchform {
  position: relative;
}
.nav {
  position: absolute;
  top: 0;
  right: -100%;
  width: 100%;
  transition: all 0.5s ease;
  padding-top: 90px;
}
@media only screen and (max-width: 1199px) {
  .nav {
    background-color: #fff;
  }
}
.nav.active {
  right: 0;
  background-image: url(../../images/menu-dots.png);
  background-repeat: no-repeat;
  background-position: 20px 20px;
  background-size: 68px 69px;
  height: 100vh;
  overflow-y: scroll;
}
#nav-list {
  display: block;
  float: right;
  height: 90px;
  width: 90px;
  background-image: url(../../images/menu-icon.png);
  background-repeat: no-repeat;
  background-position: 36px -139px;
  background-size: 26px 188px;
  position: relative;
  z-index: 20;
}
#nav-list.active {
  background-position: 36px 30px;
}
nav .main-list,
nav #menu-main-menu {
  margin: 0;
  padding: 0 30px;
  list-style-type: none;
}
.nav-submenu,
header .menu-item {
  position: relative;
  border-bottom: 1px solid rgba(33,45,101,0.5);
}
.nav-submenu:last-child,
header .menu-item:last-child {
  border-bottom: none;
}
.nav-submenu.active > ul,
header .menu-item.active > ul {
  display: block;
}
.nav-submenu.active > a,
header .menu-item.active > a {
  background-color: rgba(245,147,117,0.25);
  border-bottom: 4px solid #f59375;
}
.nav-submenu > ul,
header .menu-item > ul {
  display: none;
  list-style-type: none;
  padding: 0px;
}
.nav-submenu > ul li a,
header .menu-item > ul li a {
  font-size: 18px;
  line-height: 30px;
  text-transform: none;
  padding: 13px 27px;
}
.nav-submenu a,
header .menu-item a {
  display: block;
  padding: 19px 50px 19px 25px;
  text-decoration: none;
  font-size: 28px;
  line-height: 36px;
  color: #212d65;
}
.sm-open {
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 19px;
  right: 8px;
  background-image: url(../../images/menu-open.png);
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 17px 10px;
}
@media only screen and (min-width: 1200px) {
  .header-wrapper {
    max-width: 1180px;
    margin: 0 auto;
    position: relative;
  }
  #nav-list {
    display: none;
  }
  .nav {
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 700px;
    padding: 0;
    text-align: right;
  }
  .nav .search {
    display: none;
  }
  .nav.active {
    height: auto;
    background-image: none;
  }
  .nav-submenu,
  header .menu-item {
    display: inline-block;
    border: none;
    padding: 27px 0;
  }
  .nav-submenu a,
  header .menu-item a {
    padding: 0 15px;
    font-size: 16px;
    line-height: 30px;
  }
  .nav-submenu .sub-menu,
  header .menu-item .sub-menu {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .nav-submenu .sub-menu li,
  header .menu-item .sub-menu li {
    padding-top: 0;
    padding-bottom: 0;
  }
  .nav-submenu .sub-menu li a,
  header .menu-item .sub-menu li a {
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .sm-open {
    display: none;
  }
  .hw-top {
    display: block;
    position: absolute;
    top: 13px;
    right: 0;
  }
  .hw-top .button.orange {
    padding: 13px 20px;
    min-width: 138px;
    margin-left: 45px;
    margin-top: 5px;
  }
  .field.field-search label {
    display: none;
  }
  .field.field-submit {
    display: none;
  }
  .tablet-search {
    position: absolute;
    top: 0;
    left: -50px;
    width: 50px;
    height: 60px;
  }
  .tablet-search.active #search-input {
    display: block;
    position: absolute;
    right: 60px;
    z-index: 20;
    padding: 0 0 0 20px;
    border-bottom: 1px solid #F59375;
  }
  .nav-search {
    height: 60px;
    background-image: url("../../images/header-search-dark.svg");
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
  }
  #search-input {
    border: 0 none;
    display: none;
    height: 60px;
    padding: 0 0 0 48px;
  }
  .current-page a,
  header .current-menu-item a {
    border-bottom: 3px solid #F59375;
  }
  .nav-submenu,
  header .menu-item {
    position: relative;
  }
  .nav-submenu:hover > a,
  header .menu-item:hover > a {
    background-color: rgba(245,147,117,0.25);
    font-weight: 700;
  }
  .nav-submenu:hover > ul,
  header .menu-item:hover > ul {
    display: block;
    width: 280px;
    position: absolute;
    left: 0;
    top: 60px;
    background-color: #fff;
    box-shadow: 0 12px 60px 0 rgba(0,0,0,0.05);
    text-align: left;
  }
  .nav-submenu:hover > ul a,
  header .menu-item:hover > ul a {
    font-size: 14px;
    line-height: 18px;
    border-bottom: none;
    background-color: transparent;
  }
  .nav-submenu:hover > ul a:hover,
  header .menu-item:hover > ul a:hover {
    color: #F59375;
  }
}
.news-items {
  margin: 30px 0;
  display: grid;
  grid-gap: 15px;
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 1100px) and (min-width: 700px) {
  .news-items {
    grid-template-columns: 1fr 1fr !important;
  }
}
@media screen and (max-width: 700px) {
  .news-items {
    grid-template-columns: 1fr !important;
  }
}
.news-item {
  background-color: #F8F8F9;
  border-radius: 10px;
  margin-bottom: 20px;
  overflow: hidden;
}
.news-item .news-item-image {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  height: 300px;
  width: 100%;
}
.news-item img {
  display: block;
  height: 300px;
}
@media screen and (max-width: 700px) {
  .news-item img {
    height: auto !important;
  }
}
@media screen and (max-width: 700px) {
  .news-item img {
    width: 100% !important;
  }
}
@media screen and (max-width: 1100px) and (min-width: 700px) {
  .news-item img {
    height: auto !important;
  }
}
@media screen and (max-width: 1100px) and (min-width: 700px) {
  .news-item img {
    width: 100% !important;
  }
}
.news-item .gs-copy {
  background-color: transparent;
  padding: 30px 20px;
}
.news-item .gs-copy h4 {
  font-size: 14px;
  line-height: 18px;
  color: #212D65;
  padding-bottom: 20px;
}
.news-item .gs-copy h3 {
  font-size: 28px;
  line-height: 36px;
  color: #212D65;
}
.news-item .gs-copy p {
  display: none;
}
@media only screen and (min-width: 768px) {
  .news-item .gs-copy h3 {
    font-size: 32px;
    line-height: 40px;
  }
  .news-item .gs-copy p {
    display: block;
  }
  .news-items {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
  }
  .news-item {
    flex: 0 0 calc(42%);
  }
}
@media only screen and (min-width: 768px) and screen and (max-width: 1100px) and (min-width: 700px) {
  .news-items {
    grid-template-columns: 1fr 1fr !important;
  }
}
@media only screen and (min-width: 768px) and screen and (max-width: 700px) {
  .news-items {
    grid-template-columns: 1fr !important;
  }
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a:focus {
  outline: none;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: medium none;
}
:-moz-placeholder {
  opacity: 1;
}
::-moz-placeholder {
  opacity: 1;
}
:-ms-input-placeholder {
  opacity: 1;
}
::-webkit-input-placeholder {
  opacity: 1;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
::-webkit-input-placeholder {
  opacity: 1;
}
::-moz-placeholder {
  opacity: 1;
}
:-ms-input-placeholder {
  opacity: 1;
}
:-moz-placeholder {
  opacity: 1;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.body-copy .container {
  padding: 20px 0;
  margin: 0 20px;
}
section a {
  color: #212D65;
  font-family: 'TommyMedium';
}
@media only screen and (min-width: 1200px) {
  .body-copy .container {
    margin: 0 auto;
  }
}
main {
  padding: 20px;
  width: 1180px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
}
.tile-padder {
  padding: 10px;
}
.tile-padder-numbered {
  padding: 50px 10px 10px 10px;
}
.tile-padder-image {
  padding: 20px 10px 10px 10px;
}
.full-img img {
  border-radius: 10px;
}
.five-cell-table-content {
  border-collapse: separate;
  border-spacing: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0;
  width: 1180px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.five-cell-table-content tr td {
  background: #f8f8f9;
  border-radius: 20px;
  max-width: calc(100% / calc(3));
  padding: 50px 40px;
  margin: 0;
  overflow: hidden;
  vertical-align: top;
}
@media screen and (max-width: 700px) {
  .five-cell-table-content tr td {
    display: block !important;
  }
}
@media screen and (max-width: 700px) {
  .five-cell-table-content tr td {
    margin: 20px !important;
  }
}
@media screen and (max-width: 700px) {
  .five-cell-table-content tr td {
    max-width: 100% !important;
  }
}
@media screen and (max-width: 1100px) and (min-width: 700px) {
  .five-cell-table-content tr td {
    display: block !important;
  }
}
@media screen and (max-width: 1100px) and (min-width: 700px) {
  .five-cell-table-content tr td {
    margin: 20px !important;
  }
}
@media screen and (max-width: 1100px) and (min-width: 700px) {
  .five-cell-table-content tr td {
    max-width: 100% !important;
  }
}
.five-cell-table-content tr td h4 {
  font-size: 35px;
  line-height: 45px;
  color: #f59375;
  font-family: "TommyBold";
}
.five-cell-table-content tr td.first-cell {
  padding: 0;
  margin: 0;
  background: none;
}
.five-cell-table-content tr td.first-cell img {
  max-width: 100%;
  transform: scale(1.1);
}
@media screen and (max-width: 700px) {
  .five-cell-table-content tr td.first-cell img {
    width: 100% !important;
  }
}
@media screen and (max-width: 1100px) and (min-width: 700px) {
  .five-cell-table-content tr td.first-cell img {
    width: 100% !important;
  }
}
.five-cell-table-content tr td.fifth-cell {
  background: #212d65;
}
.five-cell-table-content tr td.fifth-cell h3 {
  color: #f59375;
  font-size: 40px;
}
.five-cell-table-content tr td.fifth-cell p {
  color: white;
}
.five-cell-table-content tr td.fifth-cell p span {
  color: white;
}
.five-cell-table-content tr td.fifth-cell p strong {
  color: white;
}
.five-cell-table-content tr td.fifth-cell a {
  color: white;
  text-decoration: underline;
}
.content-404 {
  padding: 0;
  width: 1180px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 50px;
  padding-left: 20px;
  padding-right: 20px;
}
