/* Customisation provided by client (with adjustments by Enovation) */

.page-node-type-landing-page .main-container {
  margin-top: 0;
}

.page-node-type-landing-page .main-container nav.tabs {
  margin-top: 30px;
}

.page-node-type-landing-page .main-container.container-fluid .region-content .landing-page > .content > .field--name-field-section {
  margin: 0 -15px -30px;
}

.page-node-type-landing-page .region-content .landing-page .blue-gradient {
  background: rgba(113,144,185,1);
  background: -moz-linear-gradient(left, rgba(113,144,185,1) 0%, rgba(0,52,100,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(113,144,185,1)), color-stop(100%, rgba(0,52,100,1)));
  background: -webkit-linear-gradient(left, rgba(113,144,185,1) 0%, rgba(0,52,100,1) 100%);
  background: -o-linear-gradient(left, rgba(113,144,185,1) 0%, rgba(0,52,100,1) 100%);
  background: -ms-linear-gradient(left, rgba(113,144,185,1) 0%, rgba(0,52,100,1) 100%);
  background: linear-gradient(to right, rgba(113,144,185,1) 0%, rgba(0,52,100,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7190b9', endColorstr='#003464', GradientType=1 );
}

.page-node-type-landing-page .region-content .landing-page .section-padding {
  padding: 30px;
}

.page-node-type-landing-page .region-content .landing-page .white-text {
  color: #FFFFFF;
}

.page-node-type-landing-page .region-content .landing-page h1,
.page-node-type-landing-page .region-content .landing-page h3 {
  font-family: 'whitneycondensed';
  font-weight: 400;
  font-style: normal;
}

.page-node-type-landing-page .region-content .landing-page h2 {
  font-family: 'whitneycondensed';
  font-weight: 600;
  font-style: normal;
}

.page-node-type-landing-page .region-content .landing-page p {
  font-size: 1.3em;
}

.page-node-type-landing-page .region-content .landing-page .button.red {
  background: #B71B28;
  border-radius: 5px;
  color: #FFFFFF;
  cursor: pointer;
  padding: 12px 60px;
  margin: 10px 0;
  display: inline-block;
}

.page-node-type-landing-page .region-content .landing-page a.button.red:hover {
  text-decoration: none;
}

.page-node-type-landing-page .region-content .landing-page .layout--twocol .layout__region {
  padding: 20px;
}

.page-node-type-landing-page .region-content .landing-page .paragraph--type--hr hr {
  border-top: 4px solid #B71B28;
  margin: 30px auto;
  width: 8%;
}

.page-node-type-landing-page .region-content .landing-page .paragraph--type--header h2 {
  font-family: 'whitneycondensed';
  font-weight: 400;
  text-align: center;
  font-size: 4em;
  padding: 20px 0 30px 0;
  margin: 0;
  text-transform: uppercase;
}

.page-node-type-landing-page .region-content .landing-page .paragraph--type--video {
  text-align: center;
}

.page-node-type-landing-page .region-content .landing-page .paragraph--type--video video {
  margin: 0 auto;
  max-width: 100%;
}

.page-node-type-landing-page .region-content .landing-page .paragraph--type--video iframe {
  height: 350px;
  width: 620px;
}

/*--------------------------*/

/* Start:: Global CSS */
.btn-red {
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 600;
  background-color: #ce343b;
  border-radius: 0;
  border: 2px solid #ce343b;
  color: #fff;
  padding: 10px 40px;
  font-family: "whitneycondensed";
}
.btn-red:hover, .btn-red:focus {
  background-color: transparent;
  border: 2px solid #ce343b;
  color: #ce343b;
  box-shadow: none;
}

.btn-white {
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 600;
  background-color: transparent;
  border-radius: 0;
  border: 2px solid #fff;
  color: #fff;
  padding: 10px 25px;
  font-family: "whitneycondensed";
}
.btn-white:hover, .btn-white:focus {
  background-color: #fff;
  border: 2px solid #fff;
  color: #12172A;
  box-shadow: none;
}
/* End:: Global CSS */

/* Start:: Top Banner CSS */
.top-banner {
  /* background: url(img/top-banner.png); */
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
  padding: 70px 0 150px;
}
.top-banner h1 {
  font-family: "whitneycondensed" !important;
  font-size: 55px;
  line-height: 1.25;
  color: #ffffff;
  font-weight: 600 !important;
  margin: 0;
}
.top-banner h1 span {
  display: block;
  font-family: "whitneycondensed";
  font-size: 180px;
  line-height: 1.25;
  color: #ffffff;
  font-weight: 600;
}
.top-banner h1 i {
  font-weight: 400;
}
/* End:: Top Banner CSS */

/* Start:: About Us CSS */
.home-about-us {
  padding: 160px 0 235px;
  background-color: #12172A;
  color: #ffffff;
}
.home-about-us h2 {
font-family: "whitneycondensed" !important;
font-size: 40px;
line-height: 1.25;
font-weight: 600 !important;
margin: 0 0 20px;
}
.home-about-us p {
font-family: "whitneycondensed";
font-size: 21px !important;
line-height: 1.4;
font-weight: 400;
margin-bottom: 25px;
}
.home-about-us .side-img {
  width: 90%;
}
.home-about-us .btn-red {
  margin-top: 20px;
}
/* End:: About Us CSS */

/* Start:: The Need for AMTs CSS */
.home-need-for-amts {
  padding: 120px 0;
  position: relative;
}
.home-need-for-amts .container {
  position: relative;
}
.home-need-for-amts .home-need-for-amts-content {
  max-width: 640px;
}
.home-need-for-amts .home-need-for-amts-content h2,
.home-educational-content h2 span,
.contact_page_form .contct-us-inner-content h2 {
font-family: "whitneycondensed" !important;
font-size: 40px;
line-height: 1.25;
font-weight: 600 !important;
margin: 0 0 40px;
color: #12172A;
padding: 0 0 20px;
position: relative;
display: inline-block
}
.home-need-for-amts .home-need-for-amts-content h2::after,
.home-educational-content h2 span::after,
.contact_page_form .contct-us-inner-content h2::after {
  content: "";
  width: 150px;
  height: 4px;
  background: #ce343b;
  position: absolute;
  bottom: 0;
  left: 0;
}
.home-need-for-amts .home-need-for-amts-content p {
font-family: "whitneycondensed";
font-size: 22px !important;
line-height: 1.4;
font-weight: 500;
margin-bottom: 25px;
}
.home-need-for-amts .sticky-logo {
  position: absolute;
  top: -121px;
  right: 0;
  max-width: 220px;
}
.home-need-for-amts .home-need-for-amts-content .btn-red {
  margin-top: 20px;
}
/* End:: The Need for AMTs CSS */

.home-saperator {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  border-top: 4px solid #e6e6e6;
  max-width: 90%;
}

/* Start:: Educational Content CSS */
.home-educational-content {
  padding: 86px 0 145px;
}
.home-educational-content h2 {
  margin: 0;
}
.home-educational-content h2 span::after {
  left: 0;
  right: 0;
  margin: 0 auto;
}
.home-educational-content .card {
  background: #f6f6f7;
  margin: 30px 15px 0;
  transition: 0.2s ease-in-out;
}
.home-educational-content .card:hover {
  box-shadow: 0 6px 10px rgba(0, 0, 0, .08), 0 0 6px rgba(0, 0, 0, .05);
  transition: 0.2s ease-in-out;
}
.home-educational-content .card .card-header {
  height: 308px;
  width: 100%;
  object-fit: cover;
}
.home-educational-content .card .card-body {
  padding: 40px 30px;
}
.home-educational-content .card .card-body a {
  font-family: "whitneycondensed";
  font-size: 30px;
  line-height: 1.25;
  color: #12172A;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
}
.home-educational-content .card .card-body a img {
  height: 35px;
  width: auto;
  margin-left: 15px;
}
/* End:: Educational Content CSS */

/* Start:: Find Partner Search School CSS */
.home-find-partner-search-school {
  /* background: url('img/home-find-partner-search-school-bg.jpg'); */
  padding: 125px 0 80px;
}
.home-find-partner-search-school .inner-contetnt {
  max-width: 500px;
}
.home-find-partner-search-school .inner-contetnt p {
font-family: "whitneycondensed";
font-size: 22px !important;
line-height: 1.4;
color: #fff;
font-weight: 500;
margin: 0 0 25px;
}
/* End:: Find Partner Search School CSS */

/* Start:: Contact Us CSS */

.contact_page_form.container {
position: relative;
}
.contact_page_form .sticky-logo {
  position: absolute;
  top: 0;
  left: -15%;
  max-width: 190px;
}
.contact_page_form .contact-form-side {
  bottom: 9%;
  position: absolute;
  right: -20%;
  transform: rotate(-22deg);
  max-width: 421px;
}
.contact_page_form.container .layout--twocol-section--50-50 {
  padding: 155px 0 175px;
  max-width: 900px;
  width: 100%;
  align-items: center;
  margin: 0 auto;
}
.contact_page_form .contct-us-inner-content {
  max-width: 310px;
}
.contact_page_form .contct-us-inner-content p {
  font-family: "whitneycondensed";
  font-size: 22px !important;
  line-height: 1.4;
  font-weight: 500;
  margin-bottom: 25px;
}
.contact_page_form.container .layout--twocol-section--50-50 > .layout__region--first, 
.contact_page_form.container .layout--twocol-section--50-50 > .layout__region--second {
  padding: 15px;
}
.container .layout--twocol-section--50-50 > .layout__region--second form {
  padding: 20px;
  background: #f6f6f7;
  position: relative;
  z-index: 1;
}
.container .layout--twocol-section--50-50 > .layout__region--second form .webform-flexbox,
.container .layout--twocol-section--50-50 > .layout__region--second form .webform-flexbox .webform-flex--container,
.container .layout--twocol-section--50-50 > .layout__region--second form .webform-flexbox .form-group#edit-actions,
.container .layout--twocol-section--50-50 > .layout__region--second form .webform-flexbox #edit-delta-logo{
margin: 0;
}
.container .layout--twocol-section--50-50 > .layout__region--second form .webform-flexbox {
display: block;
margin-bottom: 0;
}
.container .layout--twocol-section--50-50 > .layout__region--second form .webform-flexbox .form-group {
  margin: 0 0 15px;
}
.container .layout--twocol-section--50-50 > .layout__region--second form #edit-actions-submit {
  margin: 0 !important;
  font-family: "whitneycondensed";
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  background-color: #ce343b;
  border-radius: 0;
  border: 2px solid #ce343b;
  color: #fff;
  padding: 5px;
  min-width: 150px;
}
.container .layout--twocol-section--50-50 > .layout__region--second form label.control-label {
  font-family: 'whitneycondensed';
  font-size: 18px;
  font-weight: 600;
}
.container .layout--twocol-section--50-50 > .layout__region--second form label.control-label::after {
  background-size: contain;
  height: 5px;
  width: 5px;
  background-repeat: no-repeat;
  position: relative;
  left: 2px;
}
.container .layout--twocol-section--50-50 > .layout__region--second form .form-control {
  border: 0;
  border-radius: 0;
}
.container .layout--twocol-section--50-50 > .layout__region--second form .webform-flexbox .form-group#edit-actions {
  float: none !important;
  text-align: center;
}
.container .layout--twocol-section--50-50 > .layout__region--second form #edit-actions-submit {
  margin: 5px 0 0 !important;
}
.container .layout--twocol-section--50-50 > .layout__region--second form #edit-actions-submit:hover {
  background: transparent;
  color: #ce343b;
}
.path-frontpage .main-container > .row {
  margin: 0;
}
.path-frontpage .main-container > .row section.col-sm-12 {
  padding: 0;
}
/* End:: Contact Us CSS */

/* Start:: Responsive CSS */
@media (min-width: 768px) {
  .home-about-us .row {
      align-items: center;
  }
  .home-about-us .row,
  .home-educational-content .row,
  .home-find-partner-search-school .row {
      display: flex;
      flex-wrap: wrap;
  }
  .home-educational-content .row [class*="col-"],
  .home-find-partner-search-school .row [class*="col-"] {
      display: flex;
  }
  .home-educational-content .row [class*="col-"] .card {
      flex-grow: 1;
      display: flex;
      flex-direction: column;
  }
  .home-educational-content .row [class*="col-"] .card .card-body {
      display: flex;
      flex: 1;
  }
  .home-educational-content .row [class*="col-"] .card .card-body a {
      width: 100%;
  }
  .home-find-partner-search-school .row [class*="col-"] .inner-contetnt {
      display: flex;
      flex: 1;
      flex-direction: column;
      align-items: center;
  }
  .home-find-partner-search-school .row [class*="col-"] .inner-contetnt .btn-white {
      margin-top: auto;
  }
}
@media only screen and (max-width: 1800px) {
  .contact_page_form .contact-form-side {
      bottom: 9%;
      right: -13%;
      max-width: 380px;
  }
}
@media only screen and (max-width: 1600px) { 
  .top-banner {
      padding: 70px 0 120px;
  }
  .top-banner h1 {
      font-size: 50px;
  }
  .top-banner h1 span {
      font-size: 140px;
  }
  .home-about-us {
      padding: 120px 0;
  }
  .home-educational-content {
      padding: 85px 0 120px;
  }
  .home-find-partner-search-school {
      padding: 100px 0 80px;
  }
  .contact_page_form.container .layout--twocol-section--50-50 {
    padding: 105px 0;
  }
  .contact_page_form .sticky-logo {
      left: -8%;
  }
  .contact_page_form .contact-form-side {
      bottom: 5%;
      right: -5%;
      max-width: 270px;
  }
}
@media only screen and (max-width: 1400px) {
  .top-banner {
      padding: 72px 0;
  }
  .top-banner h1 {
      font-size: 45px;
  }
  .top-banner h1 span {
      font-size: 120px;
  }
  .home-find-partner-search-school {
      padding: 80px 0;
  }
  .contact_page_form .sticky-logo {
    left: 0;
  }
  .contact_page_form .sticky-logo {
      max-width: 160px;
  }
  .contact_page_form .contact-form-side {
      bottom: 8%;
      right: 1%;
      max-width: 200px;
  }
}
@media only screen and (max-width: 1199px) { 
  .btn-red, .btn-white {
      font-size: 22px;
  }
  .btn-red {
      padding: 10px 25px;
  }
  .top-banner h1 {
      font-size: 40px;
  }
  .top-banner h1 span {
      font-size: 100px;
  }
  .home-about-us, 
  .home-need-for-amts, 
  .home-educational-content {
      padding: 80px 0;
  }
  .home-need-for-amts .sticky-logo {
      top: -81px;
      max-width: 180px;
  }
  .home-find-partner-search-school .inner-contetnt br {
      display: none;
  }
  .home-need-for-amts .home-need-for-amts-content h2, 
  .home-educational-content h2 span, 
  .contact_page_form .contct-us-inner-content h2,
  .home-about-us h2 {
      font-size: 38px;
  }
  .home-about-us p,
  .home-need-for-amts .home-need-for-amts-content p,
  .home-find-partner-search-school .inner-contetnt p {
      font-size: 20px !important;
  }
  .home-educational-content .card {
      margin: 0;
  }
  .home-educational-content .card .card-body {
      padding: 30px 20px;
  }
  .home-educational-content .card .card-body a {
      font-size: 26px;
  }
  .home-educational-content .card .card-body a img {
      height: 30px;
  }
  .contact_page_form.container .layout--twocol-section--50-50 {
    padding: 65px 0;
  }
  .contact_page_form .sticky-logo {
      max-width: 140px;
  }
  .contact_page_form .contact-form-side {
      bottom: 5%;
      right: auto;
      max-width: 200px;
      left: 30%;
  }
}
@media only screen and (max-width: 991px) { 
  .btn-red, .btn-white {
      font-size: 20px;
  }
  .top-banner h1 {
      font-size: 35px;
  }
  .top-banner h1 span {
      font-size: 80px;
  }
  .top-banner,
  .home-about-us, 
  .home-need-for-amts, 
  .home-educational-content,
  .home-find-partner-search-school {
      padding: 61px 0;
  }
  .home-about-us .side-img {
      width: 100%;
  }
  .home-need-for-amts .sticky-logo {
      top: -61px;
      max-width: 140px;
  }
  .home-educational-content .card .card-header {
      height: 220px;
  }
  .home-educational-content .card .card-body {
      padding: 20px;
  }
  .home-educational-content .card .card-body a {
      font-size: 24px;
  }
  .home-educational-content .card .card-body a img {
      height: 26px;
  }
  .contact_page_form .sticky-logo {
    max-width: 115px;
  }
  .contact_page_form.container .layout--twocol-section--50-50 {
      padding: 45px 0;
  }
  .contact_page_form .contact-form-side {
      left: 25%;
  }
}
@media only screen and (max-width: 767px) { 
  
  .top-banner h1 br {
      display: none;
  }
  .top-banner,
  .home-about-us, 
  .home-need-for-amts, 
  .home-educational-content {
      padding: 42px 0;
  }
  .home-need-for-amts .home-need-for-amts-content h2, 
  .home-educational-content h2 span, 
  .contact_page_form .contct-us-inner-content h2,
  .home-about-us h2 {
      font-size: 35px;
  }
  .home-about-us p,
  .home-need-for-amts .home-need-for-amts-content p,
  .home-find-partner-search-school .inner-contetnt p {
      font-size: 18px !important;
  }
  .home-about-us .side-img {
      margin-bottom: 40px;
  }
  .home-need-for-amts .sticky-logo {
      top: -41px;
      max-width: 110px;
  }
  .home-educational-content {
      padding-bottom: 10px;
  }
  .home-educational-content h2 span {
      margin-bottom: 10px;
  }
  .home-educational-content .card {
      margin: 30px 0;
  }
  .home-educational-content .card .card-header {
      height: 300px;
  }
  .home-find-partner-search-school {
      padding: 25px 0;
  }
  .home-find-partner-search-school .inner-contetnt {
      max-width: 100%;
      padding: 15px 0;
  }
  .contact_page_form.container .layout--twocol-section--50-50 > .layout__region--first, 
  .contact_page_form.container .layout--twocol-section--50-50 > .layout__region--second {
      padding: 15px 0;
      flex: unset;
  }
  .contact_page_form.container .layout--twocol-section--50-50 {
      padding: 25px 0;
  }
  .contact_page_form .contact-form-side {
      display: none;
  }
  .contact_page_form .sticky-logo {
      left: unset;
      max-width: 110px;
      right: 0;
  }
  .contact_page_form .contct-us-inner-content {
      max-width: 100%;
  }
}
@media only screen and (max-width: 575px) { 
  .btn-red, .btn-white {
      font-size: 18px;
      padding: 8px 20px;
  }
  .top-banner {
    padding: 45px 0;
  }
  .top-banner h1,
  .home-need-for-amts .home-need-for-amts-content h2, 
  .home-educational-content h2 span, 
  .contact_page_form .contct-us-inner-content h2, 
  .home-about-us h2 {
      font-size: 32px;
  }
  .home-need-for-amts .home-need-for-amts-content h2, 
  .contact_page_form .contct-us-inner-content h2 {
      margin: 0 0 20px;
  }
  .home-educational-content h2 span {
      margin: 0;
  }
  .top-banner h1 span {
      font-size: 65px;
  }
  .home-need-for-amts .sticky-logo {
      max-width: 80px;
  }
  .home-educational-content .card .card-header {
      height: 225px;
  }
  .home-educational-content .card .card-body a {
      font-size: 20px;
  }
  .home-educational-content .card .card-body a img {
      height: 22px;
  }
  .contact_page_form .sticky-logo {
    max-width: 80px;
  }
}
/* End:: Responsive CSS */