* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tyfb_wrapper {
  background: #eaeaea;
  padding: 85px 25px;
  font-family: "proxima-nova";
}
.tyfb_wrapper .text-center {
  text-align: center;
}
.tyfb_wrapper .text-center p {
  color: #555555;
  font-size: 52px;
  line-height: 60px;
}
.tyfb_wrapper .text-center .tyfb_heading {
  margin-bottom: 6px;
  color: #252525;
  font-size: 90px;
  line-height: 110px;
  font-weight: 700;
}
.tyfb_wrapper .text-center button {
  color: #236791;
  font-size: 42px;
  line-height: 60px;
  font-style: italic;
  text-decoration: none;
  border: 0px;
  cursor: pointer;
  background: transparent;
}
.tyfb_wrapper .text-center .btn-disabled,
.tyfb_wrapper .text-center .btn-disabled:hover{
  cursor: not-allowed;
  opacity: .5;
  text-decoration: none;
}
.tyfb_wrapper .text-center button:hover,
.tyfb_wrapper .text-center button:focus {
  text-decoration: underline;
  outline: none;
}
.tyfb_quesarea {
  background: #fff;
  max-width: 1365px;
  margin: 55px auto 0;
  padding: 70px 120px 54px;
  min-height: 490px;
}
.tyfb_quesarea .tyfb_heading {
  margin-bottom: 6px;
  color: #252525;
  font-size: 30px;
  line-height: 42px;
  font-weight: 700;
}
.tyfb_quesarea .tyfb_ques {
  color: #555;
  font-size: 36px;
  line-height: 44px;
  font-weight: 400;
}
.tyfb_option .cbx {
  margin: auto;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  display: inline-block;
  position: relative;
}
.tyfb_option .cbx span {
  display: inline-block;
  vertical-align: middle;
  transform: translate3d(0, 0, 0);
  font-size: 22px;
  line-height: 35px;
  color: #555555;
}
.tyfb_option .cbx .chk-options {
  padding-left: 37px;
}
.tyfb_option .cbx .tyfb_chk:first-child {
  position: absolute;
  width: 25px;
  height: 25px;
  border-radius: 3px;
  transform: scale(1);
  vertical-align: middle;
  border: 3px solid #9b9b9b;
  transition: all 0.2s ease;
  margin-right: 8px;
  top: 5px;
}
.tyfb_option .cbx .tyfb_chk:first-child svg {
  position: absolute;
  top: 4px;
  left: 3px;
  fill: none;
  stroke: #fff;
  stroke-width: 3px;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
  transform: translate3d(0, 0, 0);
}
.tyfb_option .cbx .tyfb_chk:first-child:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  display: block;
  transform: scale(0);
  opacity: 1;
  border-radius: 50%;
}
.tyfb_option .cbx .tyfb_chk:last-child {
  padding-left: 8px;
}
.tyfb_option .cbx:hover .tyfb_chk:first-child {
  border-color: #9b9b9b;
}

.tyfb_option .inp-cbx:checked + .cbx .tyfb_chk:first-child {
  background: #fff;
  border-color: #9b9b9b;
}
.tyfb_option .inp-cbx:checked + .cbx .tyfb_chk:first-child svg {
  stroke-dashoffset: 0;
  stroke: #000;
}
/* .tyfb_option .inp-cbx:checked + .cbx .tyfb_chk:first-child:before {
    transform: scale(3.5);
    opacity: 0;
  } */
.tyfb_heading {
  margin-bottom: 6px;
}
.tyfb_opt {
  margin: 40px 0 0 0;
}
.tyfb_option {
  margin-bottom: 20px;
}
.tyfb_btn {
  border: 3px solid #236791;
  text-transform: uppercase;
  color: #236791;
  padding: 8px 15px;
  background: #fff;
  margin-top: 25px;
  cursor: pointer;
  min-width: 214px;
  text-align: center;
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
  transition: 0.3s all;
}
.tyfb_btn:hover {
  background: #236791;
  color: #fff;
}
.tyfb_btn:focus {
  outline: none;
}
/***** tooltip ******/
.tyfb_tooltip,
.tyfb_option .cbox .tyfb_tooltip {
  position: relative;
  display: inline-block;
  background: #9b9b9b;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  text-align: center;
  color: #fff !important;
  font-size: 15px !important;
  line-height: 20px !important;
  cursor: pointer;
  margin-left: 6px;
}
.tyfb_tooltip.active {
  background: #236791 !important;
}
.tyfb_tooltip i,
.tyfb_option .cbox .tyfb_tooltip i {
  font-style: normal;
  color: #fff;
}
.tyfb_tooltip .tooltiptext,
.tyfb_option .cbox .tyfb_tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff !important;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
  font-size: 15px !important;
  line-height: 20px !important;
}

.tyfb_tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tyfb_tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

/** radio ***/
.tyfb_opt .radio,
.tyfb_option .radio {
  position: relative;
  cursor: pointer;
}
.tyfb_opt .radio .label,
.tyfb_option .radio .label {
  position: relative;
  display: block;
  float: left;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  border: 2px solid #9b9b9b;
  border-radius: 100%;
  -webkit-tap-highlight-color: transparent;
}
.tyfb_opt .radio .label:after,
.tyfb_option .radio .label:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #555555;
  transform: scale(0);
  transition: all 0.2s ease;
  opacity: 0.08;
  pointer-events: none;
}
.tyfb_opt .radio:hover .label:after,
.tyfb_option .radio:hover .label:after {
  transform: scale(3.6);
}
.tyfb_opt .radio .radio-txt {
  font-size: 22px;
  line-height: 35px;
  color: #555555;
  position: relative;
  top: -5px;
}
.tyfb_opt input[type="radio"]:checked + .label,
.tyfb_option input[type="radio"]:checked + .label {
  border-color: #9b9b9b;
}
.tyfb_opt input[type="radio"]:checked + .label:after,
.tyfb_option input[type="radio"]:checked + .label:after {
  transform: scale(1);
  transition: all 0.2s cubic-bezier(0.35, 0.9, 0.4, 0.9);
  opacity: 1;
}
.tyfb_opt .hidden,
.tyfb_option .hidden {
  display: none;
}
/***** product *****/
.tyfb_container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1365px;
}
.tyfb_product-filters h3 {
  font-size: 36px;
  line-height: 42px;
  color: #252525;
  margin-top: 70px;
  margin-bottom: 20px;
}
.tyfb_row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.tyfb_row:after {
  clear: both;
  display: table;
  content: " ";
}
.tyfb_row:before {
  display: table;
  content: " ";
}
.tyfb_col-sm-3 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 90px;
  flex: 0 0 100%;
  max-width: 100%;
}
.tyfb_prd-im {
  margin: 20px 0 10px;
}
.tyfb_prd-im img {
  max-width: 100%;
  width: auto;
}
.tyfb_prd-content {
  font-size: 30px;
  line-height: 36px;
}
.tyfb_prd-content p,
.tyfb_prd-content__price {
  color: #252525;
  margin-bottom: 4px;
}

.tyfb_prd-content__type,
.tyfb_prd-content__price,
.tyfb_prd-content__detail {
  display: block;
}
.tyfb_prd-content__type {
  font-size: 24px;
  line-height: 30px;
  color: #252525;
  margin-bottom: 5px;
}
.tyfb_prd-content__detail {
  color: #58476D !important;
  font-weight: 700 !important;
  display: block !important;
  cursor: pointer !important;
  font-size: 30px !important;
}
.tyfb_prd-content a {
  font-size: 24px;
  line-height: 32px;
  color: #252525;
  font-weight: 700;
  display: inline-block;
  margin: 10px 0 0 0;
  text-decoration: none;
  cursor: text;
}
.tyfb_prd-content__selectpicker {
  display: block;
  width: 100%;
  font-size: 20px;
  line-height: 1.5;
  color: #252525;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #252525;
  border-radius: 4px;
  max-width: 325px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  margin-top: 5px;
  padding-left: 10px;
}
select.tyfb_prd-content__selectpicker:not([size]):not([multiple]) {
  height: calc(40px + 2px);
}
select {
  text-transform: none;
  margin: 0;
  font-family: inherit;
}
.tyfb_row .tyfb_filter-col:first-child {
  margin-left: 0;
}
.tyfb_filter-col {
  display: inline;
  margin-left: 25px;
}
.tyfb_option.tyfb_option--inline {
  display: inline-block;
  margin-bottom: 20px;
}
.tyfb_filter-col strong {
  font-size: 22px;
  line-height: 30px;
  color: #252525;
  text-transform: uppercase;
  vertical-align: middle;
  margin-right: 12px;
}
.tyfb_option.tyfb_option--inline .cbx {
  margin-right: 12px;
}
.tyfb_option.tyfb_option--inline .radio .label {
  margin-right: 6px;
}
.tyfb_option.tyfb_option--inline .radio {
  margin-right: 17px;
}
.tyfb_option.tyfb_option--inline .cbx .chk-options {
  width: auto;
}
.tyfb_option.tyfb_option--inline .cbx .tyfb_chk:first-child {
  margin-right: 4px;
}
.tyfb_option.tyfb_option--inline .cbx .tyfb_chk:first-child svg {
  position: absolute;
  top: 4px;
  left: 3px;
}
.tyfb_option.tyfb_option--inline .inp-cbx:checked + .cbx .tyfb_chk:first-child {
  background: transparent;
  border-color: #252525;
}
.tyfb_search-result {
  margin: 60px auto 0;
  background: #fff;
  padding: 20px;
  width: 1150px;
}
.tyfb_search-result p {
  font-size: 52px;
  line-height: 60px;
  text-align: center;
  color: #252525;
}
.tyfb_search-result span {
  color: #555555;
  font-size: 36px;
  line-height: 50px;
  text-align: center;
  display: inline-block;
}
.tyfb_product-filters__desc {
  max-width: 90%;
  margin: -15px auto 10px;
  font-size: 36px;
  line-height: 44px;
  color: #555555;
  text-align: center;
}
.tyfb_row--center {
  text-align: center;
}
.tyfb-panel {
  display: none;

  margin-top: 8px;
  font-size: 18px;
  line-height: 30px;
  color: #555555;
}

.tyfb-panel.show {
  display: block !important;
}
.hs_email label{
  color: #fff;
  display: block;
  margin: 4.8px 0;
  margin: 0.3rem 0;
  font-size: 14.4px;
  font-size: .9rem;
}
.hs-input{
  padding: 16px;
  padding: 1rem;
  box-sizing: border-box;
  display: inline-block;
  background: #fff;
  width: auto;
  border: 0;
  margin-right: 2px;
  border-radius: 5px;
}
.hs_select_a_session label{
  color: #fff;
  margin-top: 10px;
  display: block;
}
.inputs-list.hs-error-msgs li{
  font-size: 14px;
  margin-top: 10px;
  font-weight: 300;
}
.inputs-list.hs-error-msgs li label{
  color:#ff8484 !important;
}
.inputs-list li{
  list-style: none;
  line-height: 21px;
  margin-bottom: 5px;
}
.inputs-list li label{
  color: #fff;
  font-size: 14px;
}
.hs-richtext{
  display: none;
}
.hs-form-booleancheckbox-display .hs-input{
  margin-right: 5px;
  display: inline-block;
  width: auto;
  margin-top:15px;
}
.hs-form-booleancheckbox-display a{
  color:#fff;
  text-decoration: none;
}
.hs-form-booleancheckbox-display a:hover{
  color:#fff;
}
.hs-button.primary{
  background: transparent;
  border: 3px solid #fff;
  border-radius: 5px;
  font-size: 1.2rem;
  color: #fff;
  display: inline-block;
  margin-top: 16px;
  margin-top: 1.5rem;
  padding: 12px 20px;
  text-transform: capitalize;
}

.hs-button.primary:hover{
  background: #fff;
  color: #000;
}
.product-title h3.coming-soon{
  line-height: 30px;
  color: #000;
  text-transform: capitalize;
  text-decoration: none;
  margin-top: 10px;
}
.submitted-message{
  color: #fff;
}
@media (min-width:1200px){
  .masthead-logo img {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .tyfb_col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
    align-self: baseline;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .tyfb_col-sm-3 {
    flex: 0 0 50%;
    max-width: 50%;
    align-self: baseline;
  }
  .tyfb_prd-content {
    margin-bottom: 30px;
  }
}
/* @media (min-width:768px){
  .tyfb_prd-content p{
    min-height:70px;
    font-size: 22px;
  }
}
@media (min-width:992px){
  .tyfb_prd-content p{
    min-height:135px;
  }
}
@media (min-width:1111px){
  .tyfb_prd-content p{
    min-height:100px;
  }
}
@media (min-width:1200px){
  .tyfb_prd-content p{
    min-height:145px;
    font-size: 30px;
  }
}
@media (min-width:1350px){
  .tyfb_prd-content p{
    min-height:110px;
  }
} */
#team{
  background: #73a1a14d;
}
#team p{
  font-size: 18px;
}
.photo-grid p{
  font-size: 24px;
  line-height: 36px;
  margin-top: 13px;
  color: #231F20;
}
.img-overlay img{
  position: relative;
}
.team .section-inner--team,.team-heading{
  display: grid;
  grid-template-columns: 562px 1fr;
  gap: 3rem;
}
.team .team-heading{
  grid-template-columns: 155px 1fr;
}
.team-heading h2{
  font-size: 48px;
}
.img-overlay img:before{
  content: '';
  position: absolute;
  background: #ccc;
  height: 100%;
  width: 100%;
  border-radius: 100%;
}
.team img{
  width: auto;
}
.section-youtube{
  margin-top: 70px;
  padding-top: 60px;
  border-top: 3px solid #231F20;
  text-align: center;
}
.section-youtube h2{
  margin-bottom: 50px;
  font-size: 36px;
  line-height: 43.85px;
}
.mr-1{
  margin-right: 10px;
}
.section-youtube iframe{
  border: none;
}
.product-title span{
  display: block;
  font-size: 20px;
  margin-top: 20px;
}
.product-title h3 a{
  color: #73A1A1;
  font-size: 28px;
  margin-bottom: 10px;
  display: block;
}
.product-title h5{
  font-size: 24px;
  color: #23434B;
}
.product-title select{
  width: 292px;
  padding: 10px 0;
  border: 1px solid #6F6F6F;
  border-radius: 8px;
  padding: 10px;
  margin-top: 10px;
}
@media (min-width: 1650px) {
  .tyfb_container {
    max-width: 1600px;
  }
}

@media only screen and (max-width: 1199px) {
  .tyfb_wrapper .text-center p {
    font-size: 40px;
    line-height: 50px;
  }
  .tyfb_wrapper .text-center .tyfb_heading {
    font-size: 70px;
    line-height: 90px;
  }
  .tyfb_wrapper .text-center a {
    font-size: 34px;
    line-height: 50px;
  }
  .tyfb_prd-content {
    font-size: 24px;
    line-height: 33px;
  }
  .tyfb_search-result {
    width: 90%;
  }
  .tyfb_search-result p {
    font-size: 40px;
    line-height: 50px;
  }
  .tyfb_search-result span {
    font-size: 30px;
    line-height: 42px;
  }
}
@media only screen and (max-width: 992px) {
  .tyfb_quesarea {
    max-width: 900px;
    margin: 55px auto 0;
    padding: 70px 80px 54px;
    min-height: 490px;
  }
  .tyfb_quesarea .tyfb_ques {
    font-size: 30px;
    line-height: 40px;
    font-weight: 400;
  }
  .tyfb_opt {
    margin: 30px 0 0 0;
  }
  .tyfb_filter-col {
    display: inline-block;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 10px;
    padding: 0 15px;
  }
  .tyfb_option.tyfb_option--inline {
    display: inline-block;
    margin-bottom: 12px;
  }
  .tyfb_product-filters h3 {
    font-size: 30px;
    line-height: 36px;
  }
  .tyfb_product-filters__desc {
    font-size: 28px;
    line-height: 40px;
  }
  .tyfb_search-result p {
    font-size: 32px;
    line-height: 40px;
  }
  .tyfb_search-result span {
    font-size: 25px;
    line-height: 30px;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .tyfb_quesarea {
    max-width: 95%;
    margin: 55px auto 0;
    padding: 70px 80px 54px;
    min-height: 490px;
  }
  .tyfb_quesarea .tyfb_ques {
    color: #555;
    font-size: 24px;
    line-height: 35px;
    font-weight: 400;
  }
  .tyfb_opt {
    margin: 25px 0 0 0;
  }
  .tyfb_wrapper .text-center p {
    font-size: 30px;
    line-height: 40px;
  }
  .tyfb_wrapper .text-center .tyfb_heading {
    font-size: 50px;
    line-height: 70px;
  }
  .tyfb_wrapper .text-center a {
    font-size: 30px;
    line-height: 45px;
  }
  .tyfb_btn {
    min-width: 160px;
    font-size: 16px;
    line-height: 25px;
  }
  .tyfb_prd-content {
    margin-bottom: 30px;
  }
  .tyfb_prd-content {
    font-size: 20px;
    line-height: 30px;
  }
  .tyfb_prd-content a {
    font-size: 20px;
    line-height: 28px;
  }
  .tyfb_product-filters h3 {
    font-size: 22px;
    line-height: 30px;
    margin-top: 50px;
  }
  .tyfb_search-result p {
    font-size: 28px;
    line-height: 35px;
  }
  .tyfb_search-result span {
    font-size: 20px;
    line-height: 25px;
    margin-top: 10px;
  }
  .tyfb_product-filters__desc {
    font-size: 22px;
    line-height: 30px;
  }
  .tyfb_search-result {
    width: 100%;
  }
}
@media only screen and (max-width: 576px) {
  .tyfb_row--center {
    text-align: left;
  }
  .tyfb_filter-col strong {
    font-size: 18px;
    line-height: 26px;
  }
  .tyfb_option.tyfb_option--inline {
    display: block;
  }
  .tyfb_option.tyfb_option--inline .cbx .chk-options {
    width: calc(100% - 46px);
  }
  .tyfb_quesarea {
    max-width: 95%;
    margin: 55px auto 0;
    padding: 40px 25px 34px;
    min-height: 490px;
  }
  .tyfb_quesarea .tyfb_heading {
    font-size: 22px;
    line-height: 35px;
  }
  .tyfb_quesarea .tyfb_ques {
    color: #555;
    font-size: 20px;
    line-height: 30px;
  }
  .tyfb_opt {
    margin: 25px 0 0 0;
  }
  .tyfb_wrapper .text-center p {
    font-size: 22px;
    line-height: 30px;
  }
  .tyfb_wrapper .text-center .tyfb_heading {
    font-size: 30px;
    line-height: 50px;
  }
  .tyfb_wrapper .text-center a {
    font-size: 22px;
    line-height: 30px;
  }
  .tyfb_option .cbx span {
    font-size: 18px;
    line-height: 30px;
  }
  .tyfb_search-result p {
    font-size: 24px;
    line-height: 30px;
  }
  .tyfb_search-result span {
    font-size: 18px;
  }
}
.relative {
  position: relative;
}
.loader-wrap-lg {
  transition: z-index 1s step-end, opacity 0.8s ease-in-out;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.7);
  z-index: 2;
}
.loader-wrap-lg:after {
  content: " ";
  display: block;
  width: 100px;
  height: 100px;
  margin: 1px;
  border-radius: 50%;
  border: 10px solid #007533;
  border-color: #007533 transparent #007533 transparent;
  animation: loading 1.2s linear infinite;
  position: absolute;
  top: 30%;
  left: 45%;
  transform: translate(-30%, -45%);
}
@keyframes loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
.copyright p{font-size: 14px !important;}

.copyright-links a{
  font-size: 14px;
}
.pre-header-link {
	font-size: 20px;
	text-align: right;
	margin-bottom: 10px;
  text-align: right;
  font-weight: 200;
}
.pre-header-link a {
	text-decoration: none !important;
  color:#58476D;
}
.pre-header-link a:hover {
  color: #74608d;
}
footer{
  margin-top:100px;
}
.product-grid-header{
  margin-bottom: 60px;
}
@media (max-width: 1024px){
  
  .team .section-inner--team, .team-heading {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .video-modal-inner {
    padding: 80px 15px !important;
  }
  .video-modal-inner h2{
    margin-bottom: 20px !important;
  }
  .video-modal-inner iframe{
    height: 420px;
  }
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline
}

audio:not([controls]) {
  display: none;
  height: 0
}

[hidden], template {
  display: none
}

a {
  background-color: transparent
}

a:active, a:hover {
  outline: 0
}

abbr[title] {
  border-bottom: 1px dotted
}

b, strong {
  font-weight: 700
}

dfn {
  font-style: italic
}

h1 {
  font-size: 2em;
  margin: .67em 0
}

mark {
  background: #ff0;
  color: #000
}

small {
  font-size: 80%
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sup {
  top: -.5em
}

sub {
  bottom: -.25em
}

img {
  border: 0
}

svg:not(:root) {
  overflow: hidden
}

figure {
  margin: 1em 40px
}

hr {
  box-sizing: content-box;
  height: 0
}

pre {
  overflow: auto
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0
}

button {
  overflow: visible
}

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
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0
}

input {
  line-height: normal
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em
}

legend {
  border: 0;
  padding: 0
}

textarea {
  overflow: auto
}

optgroup {
  font-weight: 700
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

td, th {
  padding: 0
}

* {
  box-sizing: border-box
}

body {
  background-color: #fff;
  font-size: 18px;
  font-family: proxima-nova, sans-serif;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%
}

.button {
  display: inline-block;
  background-color: #58476D;
  color: #fff;
  text-decoration: none;
  padding: 16px 32px;
  padding: 1rem 2rem;
  cursor: pointer;
  transition: background-color 200ms ease, color 200ms ease;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  width: 100%;
  text-align: center;
  font-weight: 600;
  border: 3px solid #58476D;
  text-transform: uppercase
}

@media (min-width: 750px) and (max-width: 1239px) {
  .button {
      width: auto
  }
}

@media (min-width: 1240px) {
  .button {
      font-size: 2rem;
      width: auto
  }
}

.button:hover {
  background-color: transparent;
  color: #58476D
}

.button-ghost {
  display: inline-block;
  background-color: transparent;
  color: #236791;
  text-decoration: none;
  padding: 16px 32px;
  padding: 1rem 2rem;
  border: 3px solid #236791;
  cursor: pointer;
  transition: background-color 200ms ease, color 200ms ease;
  text-transform: uppercase
}

.button-ghost:hover {
  background-color: #236791;
  color: #fff
}

.button-ghost-inverse {
  display: inline-block;
  background-color: transparent;
  color: #fff;
  text-decoration: none;
  padding: 8px 16px;
  padding: .5rem 1rem;
  border: 1px solid #fff;
  cursor: pointer;
  transition: background-color 200ms ease, color 200ms ease
}

.button-ghost-inverse:hover {
  background-color: #252525;
  border: 1px solid #252525
}

a {
  color: #73A1A1;
  transition: color 200ms ease
}

a:hover {
  color: #648b8b;
}

.gigantic, .huge, .large, .bigger, .big, h1, h2, h3, h4, h5, h6 {
  color: #231F20;
  font-weight: 700
}

.gigantic {
  font-size: 110px;
  line-height: 1.09;
  letter-spacing: -2px
}

.huge, h1 {
  font-size: 68px;
  line-height: 1.05;
  letter-spacing: -1px
}

.large, h2 {
  font-size: 42px;
  line-height: 1.14
}

.bigger, h3 {
  font-size: 26px;
  line-height: 1.38
}

.big, h4 {
  font-size: 22px;
  line-height: 1.38
}

.small, small {
  font-size: 10px;
  line-height: 1.2
}

p {
  margin: 0 0 16px;
  margin: 0 0 1rem
}

@media (min-width: 750px) and (max-width: 1239px) {
  p {
    color: var(--black, #231F20);
    font-family: "proxima-nova";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; 
  }
  footer p{
    color: #fff !important;
  }
}

em {
  font-style: italic
}

strong {
  font-weight: 700
}

hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 10px 0 30px;
  height: 0
}

.bold {
  font-weight: 700
}

img {
  width: 100%
}

.flex-video {
  height: 0;
  margin-bottom: 14.222px;
  margin-bottom: .88889rem;
  overflow: hidden;
  padding-bottom: 56%;
  position: relative
}

.flex-video iframe, .flex-video object, .flex-video embed, .flex-video video {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0
}

.section-inner {
  max-width: 1220px;
  margin: auto
}

@media (min-width: 600px) {
  .two-up {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center
  }
}

.flex-center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center
}

#masthead {
  background-color: #fff;
  padding: 32px;
}

@media (min-width: 750px) {
  .masthead-grid {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 1fr 1fr;
      grid-template-columns:.5fr 1.5fr;
      -ms-flex-align: baseline;
      align-items: baseline;
      padding: 4rem 2rem
  }
}

.masthead-logo img {
  width: 270px;
}

@media (min-width: 1200px) {
  .masthead-logo img {
    width: 477px;
  }
}

.main-nav-list {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center
}

@media (min-width: 750px) {
  .main-nav-list {
      -ms-flex-pack: end;
      justify-content: flex-end;
      margin-bottom: 1rem
  }
}

.main-nav-item {
  margin: 16px;
  margin: 1rem
}

@media (min-width: 750px) and (max-width: 1239px) {
  .main-nav-item {
      margin: 0 0 0 1rem
  }
}

@media (min-width: 1240px) {
  .main-nav-item {
    margin: 0 0 0 2rem;
  }
}

.main-nav-link {
  text-decoration: none;
  font-weight: 200;
  font-size: 16px;
  font-size: 1rem
}

@media (min-width: 400px) and (max-width: 749px) {
  .main-nav-link {
      font-size: 1.5rem
  }
}

@media (min-width: 750px) and (max-width: 899px) {
  .main-nav-link {
      font-size: .9rem !important;
  }
}

@media (min-width: 900px) and (max-width: 1239px) {
  .main-nav-link {
      font-size: 1.5rem
  }
}

@media (min-width: 1240px) {
  .main-nav-link {
      font-size: 2.5rem
  }
}

#hero {
  background-image: url(assets/img/hero-woods.png);
  background-position: center;
  background-size: cover
}

.hero-inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns:1fr;
  padding: 32px;
  padding: 2rem;
  max-width: 1640px;
  margin: auto
}

@media (min-width: 900px) {
  .hero-inner {
      -ms-grid-columns: auto auto;
      grid-template-columns:auto auto;
      -ms-grid-rows: auto auto auto;
      grid-template-rows:auto auto auto
  }
}

.hero-quote {
  padding: 16px;
  padding: 1rem;
  background-color: #4B4B4B;
  color: #fff;
}

@media (min-width: 900px) {
  .hero-quote {
      display: -ms-grid;
      display: grid;
      gap: 2rem;
      -ms-grid-column-span: all;
      -ms-grid-column: 1;
      grid-column: 1 / span all;
      -ms-grid-row: 2;
      grid-row: 2;
      padding: 5rem 2rem 5rem
  }
}

.hero-quote-image, .hero-book-image {
  display: none
}

@media (min-width: 900px) {
  .hero-quote-image, .hero-book-image {
      display: block
  }
}

@media (min-width: 900px) {
  .hero-book-image {
      -ms-grid-column: 3;
      grid-column: 3;
      -ms-grid-row-span: all;
      -ms-grid-row: 1;
      grid-row: 1 / span all
  }

  .hero-book-image img {
      max-width: 446px;
  }
}

.hero-quote-text {
  padding: 0 24px;
  padding: 0 1.5rem
}

@media (min-width: 900px) {
  .hero-quote-text {
      margin-right: 40%
  }
}

.hero-quote-text .text {
  margin-top: 0
}

.hero-quote-text .subtitle {
  font-size: 12.8px;
  font-size: .8rem;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0
}

@media (min-width: 1240px) {
  .hero-quote-text .subtitle {
      font-size: 1.3rem
  }
}

.hero-quote-text .title {
  font-size: 16px;
  font-size: 2rem;
  font-weight: 400;
  color: #F2B733;
  text-transform: uppercase;
  margin: 0
}

@media (min-width: 1240px) {
  .hero-quote-text .title {
      font-size: 2.5rem
  }
}

.shelter-in-prayer {
  background-image: url(../img/shelter-in-prayer.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 366px;
  margin: 32px 0 0;
  margin: 2rem 0 0
}

.shelter-in-prayer-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding: 24px;
  padding: 1.5rem
}

.shelter-in-prayer-text {
  text-align: center
}

.shelter-in-prayer-text h2, .shelter-in-prayer-text p {
  color: #fff
}

.shelter-in-prayer-text h2 {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 700
}

@media (min-width: 450px) {
  .shelter-in-prayer-text h2 {
      font-size: 3rem
  }
}

.shelter-in-prayer-text p {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 400;
  text-transform: uppercase
}

@media (min-width: 450px) {
  .shelter-in-prayer-text p {
      font-size: 2rem
  }
}

.shelter-in-prayer-button .button {
  background-color: #fff;
  color: #58476D;
  transition: background-color 200ms ease
}

.shelter-in-prayer-button .button:hover {
  background-color: rgba(255, 255, 255, .7)
}

#about {
  position: relative;
  background-color: #fff4ec;
  margin-top: -5px;
}

@media (min-width: 750px) and (max-width: 1239px) {
  #about {
      padding: 2rem
  }
}

@media (min-width: 1240px) and (max-width: 1639px) {
  #about {
      padding: 4rem
  }
}

@media (min-width: 1640px) {
  #about {
    padding: 6rem;
}
}

.about-inner,.about-image-inner {
  padding: 40px;
  padding: 2.5rem 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns:1fr
}

@media (min-width: 750px) and (max-width: 1239px) {
  .about-inner,.about-image-inner {
      -ms-grid-columns: 300px 1fr;
      grid-template-columns:300px 1fr;
      grid-column-gap: 2rem
  }
}

@media (min-width: 1240px) {
  .about-inner,.about-image-inner {
    -ms-grid-columns: 1fr 592px;
    grid-template-columns: 1fr 592px;
    grid-column-gap: 1rem;
    padding: 4rem 0;
  }
}

.about-text {
  -ms-flex-order: 1;
  order: 1
}

.about-text p {
  font-size: 18px;
  line-height: 1.5;
  color: #231F20;
  margin-bottom: 20px;
}

.about-label {
  font-size: 16px;
  font-size: 1rem;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 700
}
.btn-primary{
  text-transform: uppercase;
  min-width: 200px;
  background: #305F57;
  color: #fff;
  border: none;
  padding: 16px 36px;
  font-weight: 400;
  border-radius: 12px 0;
  margin-top: 15px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  letter-spacing: 2px;
  cursor: pointer;
}
.btn-primary:hover{
  color: #fff;
}
.left{
  text-align: left !important;
}
.courage-grid{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 16px ;
}
.courage-block{
  background: #BCCEBB;
  padding: 42px 16px;
}
.courage-block.two{
  background: #FECD6A;
}
.courage-block.three{
  background: #A7CEC2;
}
.courage-block.four{
  background: #FFA78C;
}
.courage-block.five{
  background: #BDBEC0;
}
.courage-block.six{
  background: #BDC699;
}
.courage-block.seven{
  background: #BCCEBB;
}
.courage-block h2{
  color: var(--black, #231F20);
  font-family: "proxima-nova";
  font-size: 96px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 120%;
}
.courage-block p strong{
  color: var(--black, #231F20);
  font-family: "proxima-nova";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
.courage-block p{
  color: var(--black, #231F20);
  font-family: "proxima-nova";
  font-size: 36px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
}
.courage-block p i{
  display: block;
  font-size: 32px;
  font-style: italic;
  font-weight: 300;
  line-height: 120%;
}
@media (min-width: 750px) and (max-width: 1239px) {
  .about-label {
      font-size: 1.5rem
  }
}

@media (min-width: 1240px) {
  .about-label {
      font-size: 2rem
  }
}

.about-header {
  font-size: 24px;
  font-size: 1.5rem;
  margin-top: 0;
  font-weight: 400;
}

@media (min-width: 750px) and (max-width: 1239px) {
  .about-header {
      font-size: 2rem
  }
}

@media (min-width: 1240px) {
  .about-header {
      font-size: 64px;
  }
}

.about-image {
  -ms-flex-order: 2;
  order: 2;
  text-align: left;
}

.about-image img {
  width: auto;
  margin-bottom: 30px;
}

.retailer-button {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center
}

@media (min-width: 850px) {
  .retailer-button {
      -ms-flex-pack: justify;
      justify-content: space-between
  }
}

.retailer-button.active {
  background-color: #58476D;
  color: #fff
}

.retailer-button i {
  font-size: 32px;
  font-size: 2rem;
  margin-left: 24px;
  margin-left: 1.5rem
}

.button-group {
  position: relative
}

.button-dropdown-list {
  position: absolute;
  background-color: #58476D;
  top: 51.2px;
  top: 3.2rem;
  left: 0;
  width: 100%;
  list-style: none;
  padding: 0
}

.button-dropdown-list li a {
  text-decoration: none;
  display: block;
  padding: 16px 32px;
  padding: 1rem 2rem;
  color: #fff;
  text-transform: uppercase;
  transition: background-color 200ms ease, color 200ms ease
}

.button-dropdown-list li a:hover {
  background-color: #fff;
  color: #58476D
}

@media (min-width: 750px) and (max-width: 1239px) {
  .about-buttons {
      margin-top: 2rem
  }
}

@media (min-width: 1240px) {
  .about-buttons {
      margin-top: 4rem
  }
}

.video-trigger {
  text-align: left
}

#reading-plans {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 0;
  background-color: rgba(37, 37, 37, .7);
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center
}

@media (min-width: 1240px) {
  #reading-plans {
      padding: 2.5rem;
      margin: auto
  }
}

.checkbox-group {
  margin-bottom: 8px;
  margin-bottom: .5rem
}

.reading-plans-inner {
  padding: 24px;
  padding: 1.5rem;
  width: 80%;
  height: 100%;
  height: auto;
  background-color: #fff;
  box-shadow: 3px 3px 30px 5px rgba(37, 37, 37, .3)
}

@media (min-width: 1240px) {
  .reading-plans-inner {
      width: 80%;
      height: auto;
      padding: 2rem 4rem
  }
}

.modal-close {
  margin: 0;
  text-align: right
}

.reading-plans-header {
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.2
}

.reading-plans-text p {
  font-size: 16px;
  font-size: 1rem
}

@media (min-width: 1240px) {
  .reading-plans-text p {
      font-size: 1.2rem
  }
}

.reading-plans-form input[type=email] {
  padding: 8px;
  padding: .5rem;
  box-sizing: border-box;
  width: 100%;
  max-width: 300px
}

.reading-plans-form input[type=submit] {
  font-size: 19.2px;
  font-size: 1.2rem
}

.reading-plans-form label {
  margin: 0 0 8px;
  margin: 0 0 .5rem;
  display: block
}

.reading-plans-form .input-group {
  margin: 32px 0;
  margin: 2rem 0
}

#one-year {
  padding: 40px;
  padding: 2.5rem;
  background-color: #FAF7F2
}

@media (min-width: 1240px) and (max-width: 1639px) {
  #one-year {
      padding: 4rem
  }
}

@media (min-width: 1640px) {
  #one-year {
      padding: 10rem 0
  }
}

.one-year-inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns:1fr
}

@media (min-width: 750px) and (max-width: 999px) {
  .one-year-inner {
      -ms-grid-columns: 1fr 380px;
      grid-template-columns:1fr 380px;
      grid-column-gap: 2rem
  }
}

@media (min-width: 1000px) and (max-width: 1639px) {
  .one-year-inner {
      -ms-grid-columns: 1fr 1fr;
      grid-template-columns:1fr 1fr;
      grid-column-gap: 4rem
  }
}

@media (min-width: 1640px) {
  .one-year-inner {
      -ms-grid-columns: 1fr 600px;
      grid-template-columns:1fr 600px;
      grid-column-gap: 6rem
  }
}

.one-year-text {
  -ms-flex-order: 2;
  order: 2
}

@media (min-width: 750px) {
  .one-year-text {
      -ms-flex-order: initial;
      order: initial
  }
}

.one-year-header {
  margin: 16px 0;
  margin: 1rem 0;
  font-size: 32px;
  font-size: 2rem
}

@media (min-width: 1000px) {
  .one-year-header {
      font-size: 5rem;
      line-height: 1
  }
}

.one-year-button {
  margin-top: 32px;
  margin-top: 2rem
}

.filament-features {
  padding: 120px 0;
  position: relative
}

.filament-features-header {
  padding: 0 24px;
  padding: 0 1.5rem
}

.filament-features-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-gap: 2rem;
  margin-top: 32px;
  margin-top: 2rem;
  max-width: 1254px;
  margin: auto
}
.author-section{
  padding: 120px 0;
}
.author-desc{
  display: grid;
  grid-template-columns: 359px 1fr;
  gap: 50px;

}
.author-section p{
  margin-bottom: 40px;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #231F20;
}
.text-left{
  text-align: left !important;
}
.meet-team{
  margin-bottom: 10px;
  border-top: 3px solid #231F20;
  margin-top: 40px;
  padding: 60px 0 0;
}
.meet-team h2{
  margin-bottom: 10px;
}
.meet-team a{
  margin-top: 20px;
}
.find-bible{
  background: #eaf3f1;
  padding: 120px 0;
}
.find-bible h2{
  margin-bottom: 10px; 
  color: #434947;
}
.find-bible{
  font-size: 48px;
  font-weight: 400;
  line-height: 120%;
}
.search h2{
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-top: 20px;
  border-top: 3px solid #231F20;
}
@media(min-width: 700px) {
  .filament-features-grid {
      -ms-grid-columns:(1fr)[2];
      grid-template-columns: repeat(2,1fr)
  }
}

@media(min-width: 1300px) {
  .filament-features-grid {
      -ms-grid-columns:(1fr)[3];
      grid-template-columns: repeat(3,1fr);
      grid-gap: 0
  }
}

@media(min-width: 1300px) {
  .filament-features-grid-group {
      width:430px
  }
}

.filament-features-grid-image {
  height: 350px;
  overflow-y: hidden;
  padding: 0 24px;
  padding: 0 1.5rem
}

.filament-features-grid-text {
  background-color: #FECD6A;
  padding: 24px;
  padding: 1.5rem
}

@media(min-width: 1300px) {
  .filament-features-grid-text {
      min-height:250px;
      background: none
  }
}

.filament-features-grid-text-headline {
  color: var(--black, #231F20);
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 120%;
  margin-bottom: 15px;
}
.filament-features-header p{
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 42px;
}
.gold-bg {
  display: none
}

@media(min-width: 1300px) {
  .gold-bg {
      display:block;
      position: absolute;
      bottom: -2px;
      left: 0;
      z-index: -1;
      width: 100%;
      height: 49.6%;
      background-color: #FECD6A;
  }
}

.filament-features-grid-button {
  background-color: #FECD6A;
  text-align: center;
  padding: 0 0 32px;
  padding: 0 0 2rem
}

@media(min-width: 700px) {
  .filament-features-grid-button {
      padding:2rem 0;
      margin-top: 2rem
  }
}

@media(min-width: 1300px) {
  .filament-features-grid-button {
      padding:0 0 3rem;
      width: 100%
  }
}

.filament-features-grid-button .button {
  width: 75%;
  margin: 0 auto 16px;
  margin: 0 auto 1rem;
  text-align: center;
  display: block
}

@media(min-width: 900px) {
  .filament-features-grid-button .button {
      width:50%
  }
}

.btnprimary {
  background: #dbaa23;
  padding: 20px;
  margin-top: 20px;
  display: inline-block;
  border-radius: 13px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  min-width: 256px;
  font-size: 24px;
  text-align: center
}
@media (min-width: 1200px){
  .gold-bg {
    display: block;
    position: absolute;
    bottom: 16%;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 320px;
    background-color: #FECD6A;
  }
  .filament-features-grid-group {
    width: 430px;
    position: relative;
  }
  .filament-features-grid-text {
    min-height: 290px;
    padding: 24px;
    padding: 1.5rem;
    position: absolute;
    bottom: 11%;
    z-index: 2;
  }
  .filament-features-grid-image{
    height: auto;
  }
}
@media(max-width: 767px) {
  .features-header,.product-features-header,.filament-features-header {
      text-align:center;
      margin-bottom: 32px;
      margin-bottom: 2rem
  }

  .btnprimary {
      font-size: 16px;
      margin-top: 10px
  }
}

.section-collection {
  max-width: 1200px;
  margin: 110px auto
}

@media(max-width: 1024px) {
  .section-collection {
      margin:90px auto
  }
}

@media(max-width: 767px) {
  .section-collection {
      margin:70px auto
  }
}

.section-collection .collection {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 96px;
  gap: 6rem;
  padding: 0 24px;
  padding: 0 1.5rem
}

@media(max-width: 767px) {
  .section-collection .collection {
      -ms-grid-columns:1fr;
      grid-template-columns: 1fr;
      gap: 4rem
  }
}

.section-collection .collection .collection-item img {
  max-width: 373px
}

.section-collection .collection .collection-item p {
  color: gray;
  font-size: 24px;
  line-height: 32px;
  margin-top: 20px
}

@media(max-width: 1024px) {
  .section-collection .collection .collection-item p {
      font-size:20px
  }
}

.section-collection .collection .collection-item p strong {
  color: #323232;
  font-style: italic
}

.section-collection .collection .collection-item figure {
  margin: 0;
  min-height: 594px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: end
}
.filament-features-grid-text-content{
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  color: #231F20;
  line-height: 150%;
}
@media(max-width: 1024px) {
  .section-collection .collection .collection-item figure {
      min-height:494px
  }
}

@media(max-width: 767px) {
  .section-collection .collection .collection-item figure {
      min-height:auto
  }
}

.tyfb_wrapper p,.tyfb_wrapper button,.tyfb_quesarea {
  font-family: open sans,sans-serif
}

.tyfb_wrapper .text-center .tyfb_heading {
  font-family: merriweather,serif;
  font-style: italic;
  font-weight: 400!important;
  font-size: 64px!important;
  font-size: 4rem!important;
  line-height: 1!important;
  margin-bottom: 16px;
  margin-bottom: 1rem
}

.tyfb_wrapper p {
  font-size: 32px!important;
  font-size: 2rem!important;
  margin-bottom: 0!important
}

#photogrid img {
  display: block
}

.photo-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns:1fr
}
.photogrid-bottom .photo-grid-featured{
  -ms-grid-row-span: 2;
    -ms-grid-row: 1;
    grid-row: 1 / span 2;
    -ms-grid-column: 2;
    grid-column: 2;
}
@media (min-width: 800px) {
  .photo-grid {
      -ms-grid-columns:(1fr) [ 2 ];
      grid-template-columns:repeat(2, 1fr)
  }
}

@media (min-width: 767px) {
  .photo-grid-featured {
      -ms-grid-row-span: 2;
      -ms-grid-row: 1;
      grid-row: 1 / span 2
  }
  .photo-grid{
    grid-template-columns: 1fr 1fr;
  }
}

#product-grid {
  padding: 40px;
  padding: 2.5rem
}
.freedownload{
  background: #ffeae4;
}
@media (min-width: 750px) and (max-width: 1239px) {
  #product-grid, .freedownload, #team,.section-courage {
      padding: 2rem 4rem
  }
}

@media (min-width: 1240px) {
  #product-grid, .freedownload, #team,.section-courage {
      padding: 6rem;
  }
}

.product-grid-header {
  text-align: center;
  margin: 0 initial initial
}

@media (min-width: 750px) and (max-width: 1639px) {
  .product-grid-header {
      margin: 0 0 4rem 0;
      font-size: 5rem
  }
}

@media (min-width: 1640px) {
  .product-grid-header {
    font-size: 64px;
  }
}

.product-grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around
}

.product-group {
  margin: 16px 8px;
  margin: 1rem .5rem
}

@media (min-width: 500px) {
  .product-group {
      -ms-flex: 0 1 45vw;
      flex: 0 1 45vw
  }
}

.rounded-corners {
  border-radius: 0 20px 20px 0
}

.product-title h3 {
  text-transform: inherit
}

@media (min-width: 1240px) {
  .product-title h3 {
      margin-top: 0
  }
}

.product-button {
  margin-top: 32px;
  margin-top: 2rem
}

@media (min-width: 1240px) {
  .product-button .button-ghost {
      width: 100%;
      text-align: center;
      font-size: 2rem
  }
}

.product-button-all {
  margin: 64px 0 32px;
  margin: 4rem 0 2rem
}

@media (min-width: 750px) and (max-width: 1239px) {
  .product-button-all {
      text-align: center
  }
}

@media (min-width: 1240px) and (max-width: 1639px) {
  .product-button-all {
      text-align: center;
      margin: 6rem 0 4rem
  }
}

@media (min-width: 1640px) {
  .product-button-all {
      text-align: center;
      margin: 10rem 0 6rem
  }
}

@supports (display:grid) {
  .product-grid {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 1fr;
      grid-template-columns:1fr;
      -ms-grid-rows: auto;
      grid-template-rows:auto;
      grid-gap: 3rem 2rem;
  }

  @media (min-width: 500px) and (max-width: 1239px) {
      .position-relative {
          min-height: 370px;
      }

    .product-grid {
      -ms-grid-columns:(1fr) [ 2 ];
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 6rem;
    }
  }
  @media (min-width: 1240px) and (max-width: 1640px) {
  .product-grid {
      -ms-grid-columns:(4fr) [ 1 ];
      grid-template-columns:repeat(3, 1fr);
      grid-gap: 4rem
  }
}
@media (min-width: 1640px) {
  .product-grid {
      -ms-grid-columns:(1fr) [ 2 ];
      grid-template-columns:repeat(3, 1fr);
      grid-gap: 90px;
  }
}.product-group {
   margin: 0
}

  @media (min-width: 1240px) {
      .product-group {
          display: -ms-grid;
          display: grid;
          -ms-grid-columns: 1fr;
          grid-template-columns:1fr;
          grid-column-gap: 2rem
      }
  }
}

.site-footer {
  background-color: #4d4d4d;
  padding: 32px 16px;
  padding: 50px 1rem;
}
.site-footer-inner {
  max-width: 1220px;
  margin: auto
}

@media (min-width: 600px) {
  .site-footer-inner {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 1fr 1fr;
      grid-template-columns:1fr 1fr;
      grid-gap: 2rem
  }
}

@media (min-width: 900px) {
  .site-footer-inner {
      -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns:1fr 1fr 1fr
  }
}

@media (min-width: 1200px) {
  .site-footer-inner {
      -ms-grid-columns: 1fr 1fr 1fr auto;
      grid-template-columns:1fr 1fr 1fr auto
  }
}

@media (min-width: 500px) {
  .site-info {
      display: -ms-flexbox;
      display: flex
  }
}

@media (min-width: 600px) {
  .site-info {
      -ms-flex: 0 1 35%;
      flex: 0 1 35%;
      margin-right: 1rem;
      display: grid;
  }
}
#footer-logo {
  margin-right: 16px;
  margin-right: 1rem
}
#footer-logo img{
  width: 75px;
  min-width: 75px;
}
.copyright {
  color: #fff
}

.copyright p {
  margin: 0
}

.copyright a {
  color: #fff
}

.copyright-contact {
  font-weight: 700
}

.email-signup {
  margin: 32px 0;
  margin: 2rem 0
}

.footer-form {
  margin-top: 16px;
  margin-top: 1rem
}

.footer-label {
  color: #fff;
  display: block;
  margin: 4.8px 0;
  margin: .3rem 0;
  font-size: 14.4px;
  font-size: .9rem
}

.footer-input {
  padding: 16px;
  padding: 1rem;
  box-sizing: border-box;
  display: block;
  width: 100%;
  border: 0;
  border-radius: 5px
}

.footer-widget-heading {
  margin: 0 0 8px;
  margin: 0 0 .5rem;
  font-size: 18px !important;
  font-size: 1.3rem;
  color: #fff;
  text-transform: capitalize
}

.footer-widget {
  margin: 32px 0;
  margin: 2rem 0 0;
}
.copyright-contact{
  margin: 10px 0 !important;
}
@media (min-width: 600px) {
  .footer-widget {
      -ms-flex: 0 1 30%;
      flex: 0 1 30%;
      padding: 0 1rem;
      margin: 0;
  }
}

.footer-button {
  background: transparent;
  border: 3px solid #fff;
  border-radius: 7px;
  font-size: 16px;
  font-size: 1rem;
  color: #fff;
  display: inline-block;
  margin-top: 16px;
  margin-top: 1rem;
  text-transform: capitalize;
}

.footer-button:hover {
  background-color: #fff;
  color: #000;
  border: 3px solid #fff
}
.social-links.mt5{
  margin-top: 50px;
}
.footer-text {
  color: #fff;
  margin: 0 0 8px;
  margin: 0 0 .5rem;
  font-size: 16px;
}
#search-women, #search-men{
  padding: 60px 0;
}
.footer-submit {
  padding: 0
}

.social-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -ms-flexbox;
  display: flex
}

.social-links ul li {
  color: #fff;
  margin-right: 16px;
  margin-right: 1rem
}

.social-links ul li a {
  color: #fff;
  transition: color 300ms ease
}

.social-links ul li a:hover {
  color: rgba(255, 255, 255, .7)
}

.social-links ul li i {
  font-size: 40px;
  font-size: 2.5rem
}

@media (min-width: 600px) {
  .social-links {
      -ms-flex: 0 1 20%;
      flex: 0 1 20%
  }

  .social-links ul li {
      margin-right: 2rem
  }
}

.thanks-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns:1fr;
  -ms-grid-rows: auto 1fr auto;
  grid-template-rows:auto 1fr auto;
  min-height: 100vh
}

#thanks {
  padding: 32px;
  padding: 2rem
}

@media (min-width: 1240px) {
  #thanks {
      padding: 4rem
  }
}

#thanks .button {
  font-size: 19.2px;
  font-size: 1.2rem
}

.thanks-inner {
  max-width: 800px;
  margin: auto
}

#popup-ad {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  display: none;
  z-index: 5000
}

.popup-ad-inner {
  padding: 24px;
  padding: 1.5rem
}

.popup-ad-close {
  color: #fff;
  text-align: right
}

.popup-ad-close:hover {
  cursor: pointer
}

.popup-ad-image {
  max-width: 700px
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(37, 37, 37, .9)
}

#video-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

#video-modal.active {
  display: -ms-flexbox;
  display: flex;
  animation: fadeIn 300ms ease forwards
}

#video-modal .video-modal-inner {
  width: 80vw;
  position: relative
}

#video-modal .video-modal-close {
  position: absolute;
  top: -64px;
  top: -4rem;
  right: 0;
  z-index: 1000;
  font-size: 48px;
  font-size: 3rem;
  color: #fff
}

@keyframes fadeIn {
  0% {
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
  }
  100% {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
  }
}

@media (min-width: 750px) {
  .promo-video {
      padding: 2rem
  }
}

@media (min-width: 1240px) {
  .promo-video {
      padding: 4rem
  }
}

@media (min-width: 1640px) {
  .promo-video {
      padding: 2rem 8rem 8rem
  }
}

.promo-video-text {
  text-align: center;
}

.promo-video-text p {
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 1.5rem;
}

.main-nav-link {
  color: #231F20;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.main-nav-link:hover {
  color: #231F20;
}
.product-title h3 {
  color: #58476D;
  text-transform: inherit;
  text-decoration: underline;
}

.text-center {
  text-align: center;
  margin: 0 0 3rem;
}

.grid-center {
  margin-bottom: 80px;
  display: flex;
  justify-content: top;
  align-items: top;
  grid-column-gap: 80px;
}
.product-grid-header.text-left{
  margin-bottom: 10px;
}
.author-section .product-grid-header.text-left{
  margin-bottom: 20px;
}
#courage-men.freedownload{
  background: #eaf3f1;
}
.freedownload .heading-secondary{
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 60px;
  color: #231F20;

}
.freedownload .grid-center img {
  width: 396px;
  border-radius: 100%;
}

#communitysection img {
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
}

#communitysection {
  padding: 4rem 0;
  background: #FAF7F2;
}

#communitysection h2 {
  margin-bottom: 20px;
}

#communitysection h3 {
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
}

#communitysection ul {
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
}

#communitysection ul li {
  display: inline-block;
}

#communitysection ul li a {
  min-width: 87px;
  min-height: 87px;
  margin: 20px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 60px;
  padding: 20px;
  vertical-align: middle;
  display: flex;
  justify-content: center;
}

.position-relative {
  min-height: 390px;
  display: flex;
  align-items: flex-end;
}

.position-relative img {
  width: auto;
  max-width: 291px;
}

about-header {
  font-weight: 600;
}
.video-modal-inner{
  max-width: 1220px;
  margin: 0 auto;
  padding: 120px 0;
}
@media (max-width: 767px) {
  .btn-primary{
    padding: 16px 15px;
    font-size: 11px;
  }
  .about-inner, .about-image-inner{
    gap: 40px;
  }
  .about-image+.about-image h4{
    display: none;
  }
  .filament-features, .filament-features .product-grid-header{
    margin: 0;
  }
  .main-nav-link{
    font-size: 18px;
  }
  .product-grid-header{
    margin-top: 0 !important;
  }
  .author-section h2{
    margin-top: 0;
  }
  .about-inner, .about-image-inner{
    padding: 0;
  }
  .section-inner {
    padding: 40px 15px;
  }
  footer{
    margin-top: 0;
  }
  #search-women, #search-men {
    padding: 0;
  }
  .product-grid-header {
      margin: 30px 0
  }

  .description {
      margin-top: 15px
  }

  .description h2 {
      font-size: 24px;
  }

  #product-grid .product-grid-header {
      margin-bottom: 30px;
      margin-top: 0;
  }
  .grid-center{
    margin-bottom: 20px;
  }
  .main-heading {
      padding: 0 15px;
  }

  #communitysection {
      padding: 15px;
  }

  .tyfb_wrapper .text-center .tyfb_heading {
      font-size: 42px;
  }

  .position-relative img {
      position: inherit;
  }

  .position-relative {
      min-height: auto;
  }

  .grid-center {
      display: flex;
      flex-direction: column;
      text-align: center;
  }

  .freedownload .grid-center img {
      width: 300px;
  }

  .grid-center:nth-child(even) {
      flex-direction: column-reverse;
  }

  .main-nav-list {
      display: block;
  }
}

.main-heading {
  font-family: "arno-pro";
  font-weight: 400;
}

.about-inner,.about-image-inner {
  margin-top: -6px;
}

.about-header {
  font-weight: 600;
}
.find-bible p{
  color: #231F20 !important;
}
select{
  color: #23434B;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .photogrid-bottom .photo-grid{
    grid-template-columns: 1fr 1fr;
  }
  .find-bible,#search-women, #search-men,.author-section, #product-grid, .freedownload, #team, .section-courage, .filament-features{
    padding: 80px 30px !important;
    margin: 0;
  }
  .filament-features-grid-text-headline{
    font-size: 28px;
  }
  .filament-features-header p{
    font-size: 18px;
  }
  .filament-features-grid-text{
    min-height: 300px;
  }
  .freedownload .heading-secondary{
    font-size: 36px;
  }
  .photo-grid h2{
    font-size: 32px !important;
  }
  .about-image img{
    width: 100%;
    max-width: 250px;
  }
  .courage-grid{
    grid-template-columns: 1fr 1fr;
  }
  .position-relative img {
      width: 100%;
  }

  .position-relative {
      min-height: 260px;
  }

  .freedownload .grid-center img {
      width: 220px;
  }
  .section-youtube h2{
    font-size: 34px;
  }
  .product-grid-header{
    font-size: 42px;
  }
  #search-women, #search-men {
    padding: 3rem;
  } 
  .photo-grid p {
    font-size: 19px;
    line-height: 29px;
  }
  .photo-grid h2 {
    font-size: 31px;
  }
  .about-text p{
    font-size: 15px;
  }
}
.video-modal-inner h2{
  margin-bottom: 40px;
}
.footer-button {
  margin-top: 0 !important;
}
.team-discription .btn-primary{
  margin-top: 10px;
}
.photo-grid h2{
  font-size: 36px;
}

@media (max-width: 767px){
  .courage-block h2{
    font-size: 62px;
  }
  .filament-features{
    padding: 0;
  }
  .courage-block p,.courage-block p strong{
    font-size: 20px;
  }
  .courage-block p i{
    font-size: 20px;
  }
  .courage-block{
    padding: 20px 16px;
  }
  .courage-grid{
    grid-template-columns: 1fr 1fr;
  }
  .photogrid-bottom .photo-grid-featured{
    grid-row: 1;
    -ms-grid-column: 2;
    grid-column: 1;
  }
  .filament-features-header p{
    font-size: 18px;
  }
  .product-grid-header.text-left{
    text-align: center !important;
  }
  .author-desc {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .freedownload .heading-secondary{
    font-size: 22px;
    text-align: center;
    margin-bottom: 30px;
  }
  .find-bible{
    font-size: 22px;
    text-align: center;
    padding: 0;
  }

  .author-section{
    padding: 0;
  }
  .author-section p{
    font-size: 18px;
    margin-bottom: 15px;

  }
  .search h2{
    font-size: 24px;
  }
  .team .team-heading {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .video-modal-inner {
    padding: 40px 15px !important;
  }
  .video-modal-inner h2{
    margin-bottom: 20px;
  }
  .video-modal-inner iframe{
    height: 200px;
  }
  .about-image{
    order: 1;
    text-align: left;
  }
  .about-image img {
    width: 240px;
    margin-bottom: 10px;
  }
  .about-text {
    -ms-flex-order: 2;
    order: 2;
}
  .team .section-inner--team, .team-heading{
    gap: 1rem;
  }
  .large, h2 {
    font-size: 28px;
  }
  .section-youtube{    
    margin-top: 50px;
    padding-top: 40px;

  }
  .section-youtube iframe{
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
  .section-youtube h2 {
    margin-bottom: 20px;
    font-size: 19px;
    line-height: 23.85px;
  }
  .photo-grid p {
    font-size: 18px;
    line-height: 27px;
    margin-top: 5px;
  }
  .photo-grid h2 {
    font-size: 25px;
  } 
  .main-nav-item{
    margin-left: 0;
    margin-right: 0;
  }
}
.hs-input{color: #252525;}
