.contentBlock .page-center {
  max-width: 1170px;
}
.contentBlock__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.contentBlock__info {
  width: 70%;
  padding-right: 30px;
}
.contentBlock__btns {
  width: 30%;
}
.contentBlock__inner {
  max-width: 754px;
}
.contentBlock__info h2 {
  color: #1B1F40;
  font-weight: 400;
  font-size: 50px;
  line-height: 1.2;
  margin: 0 0 37px;
}
.contentBlock__rtexts p {
  font-size: 20px;
  line-height: 2;
}
.contentBlock__btns-inner {
  max-width: 330px;
  margin: 0 0 0 auto;
}
.contentBlock__btn {
  margin: 0 0 20px;
}
.contentBlock__btn:last-of-type {
  margin: 0;
}
.contentBlock__btn .cta_button,
.contentBlock__btn .popup-form,
.contentBlock__btn .scroll-to {
  display: block;
  cursor: pointer;
  color: #fff;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-align: center;
  background: #0B3B6C;
  border-radius: 80px;
  padding: 15px;
  -webkit-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.contentBlock__btn--popupclose.contentBlock__btn .cta_button {
  display: inline-block;
  min-width: 140px;
}

.contentBlock__btn .cta_button.primary-btn,
.contentBlock__btn .hs-cta-wrapper.primary-btn a,
.contentBlock__btn .popup-form.primary-btn,
.contentBlock__btn .scroll-to.primary-btn {
  height:30px;
  line-height:30px;
  background-color: #b1885e;
  padding:10px 50px 10px 22px;
  text-align:left;
  box-sizing: content-box;
}
.contentBlock__btn .with-arrow,
.contentBlock__btn .hs-cta-wrapper.with-arrow a {
  background-image:url(https://www.bertram.com/hubfs/products/arron-w-circle-white.svg);
  background-position:calc(100% - 10px) center;
  background-repeat:no-repeat;
  background-size:auto;
}
.contentBlock__btn .cta_button:hover,
.contentBlock__btn .popup-form:hover,
.contentBlock__btn .scroll-to:hover {
  opacity: 0.7;
}
/* .contentBlock__popup-form {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255,255,255,0.9);
  padding: 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 9999;
}
.contentBlock__popup-form.show {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; 
} */
/* .contentBlock__popup-inner {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.1);
  padding: 37px 50px 57px;
  position: relative;
  width: 100%;
  max-width: 550px;
  min-height: 700px;
  max-height:100%;
  overflow: auto;
  
}
.contentBlock__popup-inner::after {
  content: '';
  display: inline-block;
  height: 700px;
  max-height: 100%;
  width: 1px;
  vertical-align: middle;
}
.contentBlock__popup-content {
  display: none;
  width: calc(100% - 10px);
  position: relative;
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto;
}
.contentBlock__popup-content.show {
  display: inline-block;
} */

.contentBlock__popup-form .popup-wrapper__content {
  display: none;
}
.contentBlock__popup-form .popup-wrapper__content.show {
  display: block;
}

.contentBlock__popup-form .step-title {
  color: #1B1F40;
  margin-bottom: 25px;
}

.contentBlock__popup-inner::-webkit-scrollbar { 
  width: 0;
}
.contentBlock__popup-inner::-webkit-scrollbar-track { 
  box-shadow: inset 0 0 2px fff; 
  border-radius: 0px; 
}
.contentBlock__popup-inner::-webkit-scrollbar-thumb { 
  background: fff; 
  border-radius: 0px; 
}

.contentBlock__popup-inner > h2 {
  font-weight: 400;
  font-size: 36px;
  line-height: 1.39;
  margin: 0;
  width: 100%;
  text-align: center;
}
.contentBlock__form {
  width: 100%;

}
.contentBlock__form form {
  width: 100%;
}
/* .contentBlock__form .hs-form-field {
  margin-bottom: 1.75em;
}
.contentBlock__form .hs-form-field > label {
  display: block;
  margin: 0 0 18px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.18;
  color: #333333;
  text-transform: unset;
}
.contentBlock__form .hs-form-field > label > span {
  color: #333 !important;
}
.contentBlock__form .hs-richtext p {
  font-size: 14px;
  line-height: 1.21;
  color: #333333;
}
.contentBlock__form .actions {
  text-align: center;
  margin: 28px 0 0;
}
.contentBlock__form .actions input {
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.21;
  padding: 16px;
  text-align: center;
  min-width: 151px;
  background-color: #0B3B6C !important;
}
.contentBlock form .hs-fieldtype-checkbox label input[type="checkbox"] {
  opacity: 0;
}
.contentBlock form .hs-fieldtype-checkbox label {
  position: relative;
  color: #333333;
}
.contentBlock form .hs-fieldtype-checkbox input[type="checkbox"] {
  position: absolute;
}
.contentBlock form .hs-fieldtype-checkbox input[type="checkbox"] + span {
  padding-left: 30px;
  display: inline-block;
  position: relative;
  min-height: 20px;
  padding-top: 4px;
}
.contentBlock form .hs-fieldtype-checkbox input[type="checkbox"] + span:before {
  content: '';
  height: 20px;
  width: 20px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  display: inline-block;
  vertical-align: bottom;
  position: absolute;
  left: 0;
  top: 2px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.contentBlock form .hs-fieldtype-checkbox label input[type="checkbox"]:checked + span:before {
  background-color: #B1885E;
}
.contentBlock form .hs-fieldtype-checkbox input[type="checkbox"] + span:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 6px;
  color: #fff;
  opacity: 0;
  -webkit-transition: all 0s ease;
  -o-transition: all 0s ease;
  transition: all 0s ease;
  width: 8px;
  height: 12px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.contentBlock form .hs-fieldtype-checkbox input[type="checkbox"]:checked + span:after {
  opacity: 1;
} */
.contentBlock__form.input-list-two-col .hs-form-field .input>.inputs-list {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  padding-top: 0;
}
/* .contentBlock form .hs-form-field .input>.inputs-list li label {
  font-size: 1rem;
  margin-bottom: 1rem;
} */
.contentBlock .submitted-message {
  text-align: center; 
}
.contentBlock .submitted-message h3,
.contentBlock__popup-form .sub-text h3 {
  font-weight: 400;
  font-size: 40px;
  line-height: 1.25;
  margin: 0 0 15px;
  color:#1B1F40;
  font-family: Caudex;
}
.contentBlock .submitted-message h5,
.contentBlock__popup-form .sub-text h5 {
  font-weight:400;
  line-height:1.5;
  margin:0 0 8px;
  color:#1B1F40;
  font-family: Caudex;
}
.contentBlock .submitted-message p + h5,
.contentBlock__popup-form .sub-text p + h5 {
  padding-top:15px;
}
.contentBlock .submitted-message p,
.contentBlock__popup-form .sub-text p {
  color: #333333;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  margin: 0 0 28px;
}
.contentBlock__popup-form .sub-text--bottom {
  padding-top: 43px;
}
.contentBlock .submitted-message p:last-of-type,
.contentBlock__popup-form .sub-text p:last-of-type {
  margin: 0; 
}
.close-btn {
  display: inline-block;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.21;
  background: #0B3B6C;
  border-radius: 60px;
  padding: 16px;
  min-width: 140px;
  cursor: pointer;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.close-btn:hover {
  opacity: 0.7;
}

.contentBlock__cta {
  padding-top: 50px;
}


.contentBlock__popup--ctas .contentBlock__popup-inner {
  min-height: 1px;
  padding: 50px 50px;
  height: auto;
}
.contentBlock__popup--ctas .contentBlock__popup-inner::after {
  height: 1px;
}
.contentBlock__popup--ctas .contentBlock__btn .cta_button.primary-btn,
.contentBlock__popup--ctas .contentBlock__btn .hs-cta-wrapper.primary-btn a {
  background-color: #E3E3E3;
  color: #1B1F40;
  height: auto;
  padding-left: 35px;
}
.contentBlock__popup--ctas .contentBlock__btn .with-arrow,
.contentBlock__popup--ctas .contentBlock__btn .hs-cta-wrapper.with-arrow a {
  background-image:url(https://5769431.fs1.hubspotusercontent-na1.net/hubfs/5769431/products/arron-w-circle-dark.svg);
}

/* .contentBlock.version-2 input:not([type=checkbox]):not([type=radio]):not([type=submit]), 
.contentBlock.version-2 .hs-input, 
.contentBlock.version-2 .hs-search-field__input{
  background-color: #FFFFFF;
  border-color:#BFBFBF;
  border-radius: 0px;
} */
.contentBlock .contentBlock__form .hs-submit .actions {
  text-align:left;
}
.contentBlock.version-2 .contentBlock__form .hs-submit .actions {
  text-align: center;
}
.contentBlock.version-2 .contentBlock__form .actions{
  text-align:left;
}
.contentBlock.version-2 .submitted-message{
  text-align:left;
}
.contentBlock.version-2 .submitted-message .cta--button{
  font-size:14px;
  line-height:1.14;
  padding:17px 41px;
}
.contentBlock__popup-inner > p {
  text-align: center;
}

@media (max-width: 991px) {
  .contentBlock__info {
    width: 60%;
  }
  .contentBlock__btns {
    width: 40%;
  }
  .contentBlock__cta {
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .contentBlock__info,
  .contentBlock__btns {
    width: 100%;
  }
  .contentBlock__info {
    margin: 0 0 40px; 
  }
  .contentBlock__info h2 {
    font-size: 30px;
    line-height: 1.28;
    margin: 0 0 21px;
  }
  .contentBlock__rtexts p {
    font-size: 18px;
    line-height: 1.56;
  }
  .contentBlock__btns-inner {
    max-width: 100%;
    margin: 0;
  }
  .contentBlock__popup-form {
    padding: 0;
  }
  .contentBlock__popup-inner {
    min-height: unset;
    max-width: 100%;
    height: 100%;
    padding: 70px 25px;
  }
  .contentBlock__popup-inner > h2 {
    font-size: 30px;
    line-height: 1.33;
    margin: 0 0 18px;
  }
  .contentBlock .submitted-message p {
    font-size: 16px;
    line-height: 1.62;
  }
  /*
  .contentBlock__form {
  width: 100%;
  max-height: 70vh;
  overflow-y: auto;
}*/
}
