/**
* Base Colors
*/
/**************************
  Media Queries
***************************/
/*************************
  Fonts
**************************/
/*************************
  Button colours
**************************/
/*************************
  Location page colours
**************************/
/*************************
  Form colours
**************************/
/*************************
  Sidebar variables
**************************/
/*************************
  404 button background
**************************/
/*************************
  Results Partial
**************************/
/*************************
  Swiper
**************************/
/*************************
  Footer Top
**************************/
/* Additional Mixins */
.uppercase-title {
  font-family: var(--secondary-font), sans-serif;
  color: #2b2b2b;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.15rem;
  text-align: center;
}

.page-template-ebook-and-checklist .main-wrapper .main-content {
  min-height: auto !important;
  padding-bottom: 120px;
}

@media screen and (min-width: 1400px) {
  .page-template-ebook-and-checklist .main-wrapper .main-content .col-xl-7 {
    width: 62.333333%;
  }
}
@media screen and (min-width: 1600px) {
  .page-template-ebook-and-checklist .main-wrapper .main-content .col-xl-7 {
    width: 64.333333%;
  }
}
.page-template-ebook-and-checklist .main-wrapper .main-content .pe-xl-5 {
  padding-left: 0px;
  padding-right: 0px !important;
}

.page-template-ebook-and-checklist .main-wrapper .main-content .entry-content h2 {
  color: #1A243F;
  margin-bottom: 22px;
}

.page-template-ebook-and-checklist .main-wrapper .main-content .entry-content a {
  color: #0E47C4;
  text-decoration: underline;
}

.page-template-ebook-and-checklist .main-wrapper .main-content .entry-content a:hover {
  color: #162D5D;
}

.page-template-ebook-and-checklist .main-wrapper .main-content .entry-content .image-holder {
  max-width: 290px;
}

.page-template-ebook-and-checklist .main-wrapper .main-content .entry-content .image-holder img {
  box-shadow: none;
  border-radius: 9px;
}

.page-template-ebook-and-checklist .main-wrapper .main-content .entry-content .modal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-template-ebook-and-checklist .main-wrapper .main-content .entry-content .modal.open {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}

.page-template-ebook-and-checklist .main-wrapper .main-content .entry-content .modal-bg {
  position: absolute;
  background: rgba(112, 207, 250, 0.8980392157);
  width: 100%;
  height: 100%;
}

.page-template-ebook-and-checklist .main-wrapper .main-content .entry-content .modal-container {
  height: 100%;
  border-radius: 10px;
  background: #fff;
  position: relative;
  padding: 10px;
}

.page-template-ebook-and-checklist .main-wrapper .main-content .entry-content .modal-close {
  position: absolute;
  right: 15px;
  top: 30px;
  outline: none;
  appearance: none;
  color: red;
  background: none;
  border: 0px;
  font-weight: bold;
  cursor: pointer;
}

.page-template-ebook-and-checklist .main-wrapper .main-content .entry-content .call-out-box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 35px;
}

.page-template-ebook-and-checklist .main-wrapper .main-content .entry-content .call-out-box p,
.page-template-ebook-and-checklist .main-wrapper .main-content .entry-content .call-out-box a {
  position: relative;
  width: 48%;
}

.page-template-ebook-and-checklist .main-wrapper .main-content .entry-content .call-out-box p:before,
.page-template-ebook-and-checklist .main-wrapper .main-content .entry-content .call-out-box a:before {
  content: url(../images/open-modal-icon.svg);
  position: absolute;
  z-index: 9;
  top: 50%;
  left: 50%;
  Transform: translate(-50%, -50%);
}

.page-template-ebook-and-checklist .main-wrapper .main-content .entry-content .call-out-box p:hover:after,
.page-template-ebook-and-checklist .main-wrapper .main-content .entry-content .call-out-box a:hover:after {
  content: "";
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  left: 0;
  top: 0px;
}

.page-template-ebook-and-checklist .main-wrapper .main-content #gform_wrapper_11 {
  margin-top: 50px;
  margin-bottom: 45px;
  padding: 40px 50px 15px 50px;
  border-radius: 20px;
  background: #F0F0F0;
  box-shadow: 0 4px 50px 0 rgba(0, 0, 0, 0.25);
}

.page-template-ebook-and-checklist .main-wrapper .main-content #gform_wrapper_11 .gform_title {
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
}

.page-template-ebook-and-checklist .main-wrapper .main-content #gform_wrapper_11 .gfield {
  margin-bottom: 8px;
}

.page-template-ebook-and-checklist .main-wrapper .main-content #gform_wrapper_11 .gfield label {
  color: #2C2C2C !important;
  font-family: var(--main-font), sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 8px;
}

.page-template-ebook-and-checklist .main-wrapper .main-content #gform_wrapper_11 .gfield label .gfield_required {
  margin-left: 2px;
  padding-bottom: 0px;
  color: #1FA6E4;
}

.page-template-ebook-and-checklist .main-wrapper .main-content #gform_wrapper_11 .gfield label:after {
  border: 1px solid #CECECE;
  background: white;
}

.page-template-ebook-and-checklist .main-wrapper .main-content #gform_wrapper_11 .gfield .gfield_checkbox {
  position: relative;
  top: 10px;
}

.page-template-ebook-and-checklist .main-wrapper .main-content #gform_wrapper_11 .gfield .gfield_checkbox label {
  margin-bottom: 0px;
}

.page-template-ebook-and-checklist .main-wrapper .main-content #gform_wrapper_11 input {
  border-radius: 5px;
  border: 1px solid #CECECE;
  background: #FFF;
}

.page-template-ebook-and-checklist .main-wrapper .main-content #gform_wrapper_11 .gform-footer {
  justify-content: end;
  margin-top: -70px;
}

.page-template-ebook-and-checklist .main-wrapper .main-content #gform_wrapper_11 .gform-footer button {
  border: 0px;
  padding-left: 60px !important;
  padding-right: 60px !important;
}

.page-template-ebook-and-checklist .main-wrapper .main-content #gform_wrapper_11 .gform-footer button:after {
  display: none !important;
}

.page-template-ebook-and-checklist .sidebar {
  max-width: 490px;
}

.page-template-ebook-and-checklist .sidebar .sidebar-toc {
  display: none !important;
}

.page-template-ebook-and-checklist .sidebar .gform_wrapper .gform_footer .button {
  padding: 10px 20px 10px 20px !important;
}

.page-template-ebook-and-checklist .sidebar .gform_wrapper .gform_footer .button:after {
  display: none !important;
}

/*# sourceMappingURL=ebook-and-checklist.css.map*/