@font-face {
  font-family: "merriweather";
  src: url("https://ccsmstudio.com/UMHB/202425/apply/fonts/merriweather-v17-latin-300.woff2")
    format("woff2");
}
@font-face {
  font-family: "Source Sans Pro Bold";
  src: url("https://ccsmstudio.com/UMHB/202425/apply/fonts/source-sans-pro-v10-latin-700.woff2")
    format("woff2");
}

@font-face {
  font-family: "Source Sans Pro";
  src: url("https://ccsmstudio.com/UMHB/202425/apply/fonts/source-sans-pro-v10-latin-regular.woff2")
    format("woff2");
}
@font-face {
  font-family: "UMHB";
  font-weight: normal;
  font-style: normal;
  src: url("./icomoon.eot?wepht2");
  src: url("./icomoon.eot?wepht2#iefix") format("embedded-opentype"),
    url("./icomoon.ttf?wepht2") format("truetype"),
    url("./icomoon.woff?wepht2") format("woff");

  font-display: swap;
}

body {
  font-family: "Source Sans Pro Bold";
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.bannersection {
  z-index: 99;
  background-image: linear-gradient(#0000004d, #0000004d),
    url("../images/Walton-Chapel-2022.jpg");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: flex-start;
  align-items: flex-end;
  min-height: 720px;
  margin-top: 0;
  padding: 100px 20px;
  display: flex;
}

.container {
  width: 100%;
  max-width: 1170px;
}

.bannerrow {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-image: linear-gradient(
    320deg,
    #bcc4bf73,
    #00000080 50%,
    #bcc4bf73
  );
  border: 0 solid #000;

  justify-content: center;
  align-items: flex-start;
  width: 53%;
  max-width: none;
  padding: 40px 28px;
}
.h1 {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Source Sans Pro Bold, sans-serif;
  font-size: 40px;
  line-height: 1.1em;
}

.h1.headingcenter {
  text-align: center;
}
.bannercolumn {
  border-bottom: 10px solid #ffca38;
}
.h1.dark {
  color: #000;
}

.h1.dark.mts-custom-h1 {
  text-align: center;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 32px;
}

.h1.center-hd {
  text-align: center;
}

.bold-text {
  text-align: center;
  font-family: Source Sans Pro Bold, sans-serif;
}

.bannertext {
  color: #fff;
  text-align: left;
  width: 100%;
  max-width: 1000px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-family: merriweather, sans-serif;
  font-size: 20px;
  line-height: 1.6em;
}

.bannertext.center-hd {
  text-align: center;
}

.button {
  padding: 16px 32px;
  font-family: Source Sans Pro Bold, sans-serif;

  font-size: 18px;
  line-height: 1.6em;
  border-radius: 5px;
}

.button.lightbutton {
  background-color: #4d008c;
}

.button.lightbutton:hover {
  background-color: #ffca38;
}

.button.lightbutton.extraspace {
  margin-top: 20px;
}

.button.redbutton {
  background-color: #ffca38;

  color: #4d008c;
}

.button.redbutton:hover {
  background-color: #7c7c7c;
}

.button.redbutton.newsletterbutton {
  padding-top: 12px;
  padding-bottom: 12px;
}

.button.redbutton.mts-formbtn {
  padding-top: 13px;
  padding-bottom: 13px;
}

.button.redbutton._3grid-btn {
  text-align: center;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  font-size: 14px;
}

.button.redbutton.hide-btn,
.button.redbutton.hide-btn.w--current {
  display: block;
}

.button.redbutton.buttoncenter {
  display: inline-block;
}

.button.whitebutton {
  color: #000;
  background-color: #fff;
}

.button.whitebutton:hover {
  color: #fff;
  background-color: #000;
}

.programsec {
  padding: 100px 20px;
}

.programrow {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
}

.h2 {
  color: #4d008c;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Source Sans Pro Bold, sans-serif;
  font-size: 48px;
  line-height: 1.1em;
}

.h2.whitecolor {
  color: #fff;
}

.h2.whitecolor.mb30 {
  margin-bottom: 30px;
}

.h2.headingcenter {
  text-align: center;
  font-size: 36px;
}

.h2.headingcenter.headingwhite {
  color: #fff;
}

.h2.headingcenter.mb40 {
  margin-bottom: 40px;
}

.text {
  color: #232323;
  text-align: left;
  margin-bottom: 0;
  font-family: merriweather, sans-serif;
  font-size: 18px;
  line-height: 1.8em;
}

.text.textleft {
  text-align: left;
}

.text.textleft.horizontallist {
  display: block;
}

.text.textleft.form-text {
  margin-bottom: 20px;
  padding-left: 10px;
}

.text.textleft.mt10 {
  margin-top: 10px;
}

.text.whitetext {
  color: #fff;
}

.text.whitetext.desktopleft {
  text-align: left;
}

.text.whitetext.mb20 {
  margin-bottom: 20px;
}

.tabs {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.tabsheadingarea {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tabheading {
  color: #000;
  background-color: #bcc4bf;
  justify-content: center;
  align-items: center;
  width: 25%;
  padding: 16px 22px;
  font-family: Source Sans Pro Bold, sans-serif;
  font-size: 16px;
  line-height: 1.1em;
  display: flex;
}

.tabheading:hover {
  color: #fff;
  background-color: #728a7e;
}

.tabheading.w--current {
  color: #fff;
  background-color: #ffca38;
}

.tabheading.tabheadingbg {
  color: #fff;
  background-color: #728a7e;
}

.tabheading.tabheadingbg:hover {
  background-color: #000;
}

.tabheading.tabheadingbg.w--current {
  background-color: #ffca38;
}

.tabcontentarea {
  border-top: 10px solid #ffca38;
  margin-top: 20px;
}

.tabimage {
  width: 50%;
}

.tabimage.epbg {
  background-image: url("../images/Catalog-2024-2025-FINAL-04.jpeg");
  background-position: 50%;
  background-size: cover;
}

.tabimage.rtbg {
  background-image: url("../images/NewBan.jpeg");
  background-position: 50%;
  background-size: cover;
}

.tabimage.fsbg {
  background-image: url("../images/Faithful-Shepherd-min.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.tabimage.gclbg {
  background-image: url("../images/branding-bg-1-min.jpg");
  background-position: 50%;
  background-size: cover;
}

.tabimage.legacybg {
  background-image: url("../images/NewBan.jpeg");
  background-position: 50%;
  background-size: cover;
}

.tabimage.academicbg,
.tabimage.futurebg {
  background-image: url("../images/Imagem-do-WhatsApp-de-2025-06-11-às-15.22.24_491ac572.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.tabcontent {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  align-items: flex-start;
  width: 50%;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-right: 40px;
  display: flex;
}

.tabinnerwrapper {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.h3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Source Sans Pro Bold, sans-serif;
  font-size: 32px;
  line-height: 1.1em;
}

.h3.whitecolor {
  color: #fff;
}

.boximage {
  margin-bottom: 8px;
}

.yearsec {
  background-image: linear-gradient(#000000b3, #000000b3),
    url("../images/Catalog-2024-2025-FINAL-06.jpeg");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding: 100px 20px;
}

.yearsec.ministrybg {
  background-image: url("../images/pexels-sora-shimazaki-1900-min-1-min.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.yearrow {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
}

.quote {
  color: #fff;
  background-color: #ffca3899;
  border: 2px solid #ffca38;
  border-radius: 0;
  margin-bottom: 0;
  padding: 4px 10px;
  font-family: merriweather, sans-serif;
  font-size: 20px;
  font-style: italic;
  line-height: 1.6em;
}

.quote.smallquote {
  font-size: 16px;
}

.mastersec {
  padding-top: 100px;
  padding-bottom: 100px;
}

.mastersec.top0 {
  padding-top: 0;
}

.masterrow {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
}

.masteranimation {
  max-height: 972px;
  margin-top: 60px;
  overflow: hidden;
}

.masteranimationrow {
  background-color: #bcc4bf66;
  justify-content: center;
  align-items: center;
  padding: 60px 20px;
  display: flex;
}

.masteranimationrow.mediumgreen {
  background-color: #728a7e66;
}

.masteranimationrow.mediumgreen.topmaring {
  margin-top: 0;
  margin-bottom: -310px;
}

.masteranimationrow.mediumgreen.masterslide2 {
  z-index: 2;
  background-color: #c7d0cb;
  position: relative;
}

.masteranimationrow.darkgreen {
  background-color: #ffca3866;
}

.masteranimationrow.darkgreen.topmargin {
  margin-bottom: -310px;
}

.masteranimationrow.darkgreen.masterslide3 {
  z-index: 3;
  background-color: #a7b6a2;
  position: relative;
}

.masteranimationrow.masterslide1 {
  z-index: 1;
  background-color: #e4e7e5;
  position: relative;
}

.masteranimationrow.masterslide4 {
  z-index: 4;
  background-color: #e4e7e5;
  position: relative;
}

.masterinner {
  align-items: flex-start;
  margin-left: -40px;
  margin-right: -40px;
}

.masterimagecolumn {
  width: 50%;
  padding-left: 40px;
  padding-right: 40px;
}

.mastercontentcolumn {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 50%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.numbers {
  color: #bcc4bf;
  margin-top: -50px;
  margin-bottom: 0;
  font-family: Source Sans Pro Bold, sans-serif;
  font-size: 140px;
  font-weight: 700;
  line-height: 1em;
}

.numbers.mediumnumber {
  color: #728a7e;
}

.numbers.darkgreen {
  color: #ffca38;
}

.bigtext {
  color: #000;
  margin-bottom: 0;
  font-family: merriweather, sans-serif;
  font-size: 22px;
  line-height: 1.6em;
}

.header {
  z-index: 99;
  background-color: #4d008c;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px;
  position: fixed;
  top: 0;
}

.logo {
  max-width: 150px;
  margin-top: -20px;
  margin-bottom: -100px;
}

.logo.logobottom {
  margin-bottom: -52px;
  display: none;
}

.logo.defaultlogo {
  margin-bottom: -116px;
}

.headerrow {
  justify-content: space-between;
  align-items: center;
}

.formsec {
  padding: 100px 20px;
  display: none;
}

.formrow {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
}

.h6 {
  color: #000;
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Source Sans Pro Bold, sans-serif;
  font-size: 16px;
  line-height: 1.1em;
}

.h6.greenheading {
  color: #4d008c;
}

.forminnerwrapper {
  background-color: #fff;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 800px;
  padding: 40px 18px;
  display: flex;
  box-shadow: 0 2px 20px #0000001a;
}

.fieldwrapper {
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
}

.fieldwrapper.fullwidth {
  width: 100%;
}

.formlabel {
  font-family: Source Sans Pro Bold, sans-serif;
  font-size: 16px;
  line-height: 1.1em;
}

.forminput,
.formselect {
  color: #000;
  min-height: 48px;
  font-family: merriweather, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
}

.footer {
  background-color: #4d008c;
  padding: 100px 20px 40px;
}

.footer1strow {
  margin-bottom: 40px;
  margin-left: 0;
  margin-right: 0;
}

.footerlogoarea {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.footernavarea {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 20%;
  padding-left: 20px;
  padding-right: 20px;
}

.footercontactarea,
.footersocialarea {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 25%;
  padding-left: 20px;
  padding-right: 20px;
}

.footerlogo {
  width: 100%;
  min-width: 200px;
}

.h5 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Source Sans Pro Bold, sans-serif;
  font-size: 20px;
  line-height: 1.1em;
}

.h5.headingcenter {
  text-align: center;
}

.h5.headingcenter.darkheading,
.h5.darkheading {
  color: #000;
}

.h5.lightgreenheading {
  color: #bcc4bf;
}

.h5.c-000 {
  color: #000;
}

.contactlist {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.contactitem {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.contact-icon {
  max-width: 50px;
}

.contactlink {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.contacttext {
  font-family: merriweather, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
}

.socialrow {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.socialsvg {
  max-height: 30px;
  margin-bottom: 0;
}

.footer2ndrow {
  border-top: 2px solid #fff;
  justify-content: center;
  padding-top: 40px;
}

.copyrighttext {
  color: #fff;
  margin-bottom: 0;
  font-family: merriweather, sans-serif;
  line-height: 1.6em;
}

.newsletterform {
  width: 100%;
  max-width: 450px;
  margin-bottom: 0;
}

.newsletterinner {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.newsletterinput {
  color: #000;
  min-height: 50px;
  margin-bottom: 0;
  font-family: merriweather, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
}

.afterhover {
  width: 100%;
}

.bannerrowwrapper {
  justify-content: flex-start;
  align-items: stretch;
}

.bannercolumn {
  justify-content: center;
  align-items: flex-start;
  width: 47%;
  /* padding-left: 32px; */
}

.messagetext {
  color: #000;
  margin-bottom: 0;
  font-family: merriweather, sans-serif;
}

.footerlinkstyle {
  text-decoration: none;
}

.footerlinklist {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.headerspacingadjustment {
  padding-top: 49px;
  padding-bottom: 49px;
}

.innerbanner {
  background-image: linear-gradient(#0000004d, #0000004d),
    url("../images/Walton-Chapel-2022.jpg");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding: 140px 20px;
}

.innerbannerrow {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.smalltext {
  color: #000;
  margin-bottom: 0;
  font-family: merriweather, sans-serif;
}

.smalltext.bold {
  font-weight: 700;
}

.smalltext.bold.greenheading {
  color: #4d008c;
}

._10pxspacing {
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 0;
  display: flex;
}

.h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Source Sans Pro Bold, sans-serif;
  font-size: 28px;
  line-height: 1.1em;
}

.h4.redheading {
  color: #ffca38;
}

.h4.text-white {
  color: #fff;
}

.h4.form-heading {
  flex: 1;
  margin-bottom: 10px;
  padding-left: 10px;
}

.h4.c-ffca38 {
  color: #ffca38;
}

.h4.text-center {
  text-align: center;
}

.h4.text-center.mb10 {
  margin-bottom: 10px;
}

.h4.text-center.mb10.px10 {
  padding-left: 10px;
  padding-right: 10px;
}

.simplesection.top {
  padding-top: 100px;
}

.simplesection {
  padding: 0 20px 100px;
}

.simplesection.lightgreenbackground {
  background-color: #bcc4bf;
}

.simplesection.mt-0 {
  padding-top: 0;
}

.rptssection {
  padding: 100px 20px;
}

.rptssection.lightgreenbackground {
  background-color: #bcc4bf;
}

.rptssection.lightgreenbackground.d-none {
  display: none;
}

.rptsrow {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.rptscolumn {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.rptscolumn.mt40 {
  margin-top: 40px;
}

._4columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  width: 100%;
  display: flex;
}

._4columns.aligncenter {
  justify-content: center;
}

.innercolumn {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 25%;
  display: flex;
}

.innercolumn.boxes {
  background-color: #fff;
  padding: 40px 20px;
}

.innercolumn.boxes.spacebetween {
  justify-content: space-between;
  padding-top: 32px;
  padding-bottom: 32px;
  box-shadow: 0 0 10px #0000001a;
}

.innercolumn.boxes.spacebetween._3columns {
  width: 33.33%;
  box-shadow: 0 0 20px #0000001a;
}

.innercolumn.boxes._3columns {
  width: 33.33%;
}

.buttongroup {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

._2columnrow {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

._2columnrow.columnmiddle {
  align-items: center;
}

._2columnrow.columnmiddle.y-stretch {
  align-items: stretch;
}

._2column {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.image100 {
  width: 100%;
}

.mediumtext {
  color: #000;
  margin-bottom: 0;
  font-family: merriweather, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
}

.mediumtext.mobile-text-center.mb-10 {
  margin-bottom: 10px;
}

.mediumtext.text-white {
  color: #fff;
}

.list {
  margin-bottom: 0;
  padding-left: 28px;
}

.anchorbutton {
  color: #000;
  font-family: Source Sans Pro Bold, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  text-decoration: none;
}

.anchorbutton:hover {
  color: #ffca38;
}

.gap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.sectiondivider {
  padding-top: 40px;
  padding-bottom: 40px;
}

.chunks {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.iconlistrow {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.iconlistcolumn {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.iconlisticon {
  width: 80px;
  max-width: 100%;
}

.div-block {
  padding-left: 20px;
}

.iconlistcontent {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  padding-left: 20px;
  display: flex;
}

.ctasection {
  background-image: url("../images/BIbile11-min.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  align-items: center;
  margin-top: 80px;
  padding: 60px;
  display: flex;
}

.teamrow {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 40px;
  display: flex;
}

.teamimgcol {
  width: 40%;
}

.teamimgcol.middle {
  width: 50%;
}

.teamcontentcol {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
  display: flex;
}

.link {
  color: #ffca38;
  font-weight: 700;
}

.teamslider {
  width: 100%;
  height: auto;
  display: flex;
}

.teamarrow {
  color: #ffca38;
  width: 40px;
}

.slide-nav {
  display: none;
}

.testimg {
  max-width: 70px;
}

.testrow {
  align-items: center;
  display: flex;
}

.testcontent {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  padding-left: 10px;
  display: flex;
}

.horizontallist {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: wrap;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.slider {
  width: 100%;
}

.logoslider {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.logoslide {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-flow: column;
  align-items: center;
  width: 20%;
  display: flex;
}

.logoimg {
  max-width: 80px;
}

.mts-bannerrowwrapper {
  justify-content: flex-start;
  align-items: stretch;
}

.mts-bannerrowwrapper.dm-hero-container.thankyou-block {
  justify-content: center;
}

.mts-bannerrow {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-image: linear-gradient(
    320deg,
    #bcc4bf73,
    #00000080 50%,
    #bcc4bf73
  );
  border: 0 solid #000;
  border-left: 10px solid #ffca38;
  justify-content: center;
  align-items: flex-start;
  width: 53%;
  max-width: none;
  padding: 40px 28px;
}

.mts-bannerrow.allcenter {
  align-items: center;
}

.mts-emailctasection {
  background-image: linear-gradient(#ffca38e6, #ffca38e6),
    url("../images/Catalog-2024-2025-FINAL-06.jpeg");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.mts-container {
  max-width: 1200px;
  padding: 100px 20px;
}

.mts-container.mts-emailctacontainer {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.mts-container.mts-outcomescontainer {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.mts-container.mts-tab-container,
.mts-container.mts-ctacontainer {
  padding-top: 0;
}

.mts-container.dm-commitment-container {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: 100px;
  display: flex;
}

.mts-container.dm-ctacontainer {
  padding-top: 100px;
}

.mts-container.dm-outcomescontainer {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.mts-container.mtsnewcontainer {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.mts-emailsignup {
  width: 100%;
  max-width: 750px;
}

.mts-emailsignupbox {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.mts-emailinput {
  height: 50px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
}

.gap20 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gap20.w50 {
  width: 50%;
}

.gap20.w50.aligny-center {
  justify-content: center;
  align-items: flex-start;
}

.gap20.w50.aligny-center.mr20 {
  margin-right: 20px;
}

.gap20.h100 {
  height: 100%;
}

.w100 {
  width: 100%;
}

.w100.gap30 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.w100.gap30-copy {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.w100.grid20gap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.w100.buttoncenter {
  justify-content: center;
  display: flex;
}

.w100.mb60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.w100.gap40 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-items: center;
}

.button-2 {
  border: 1px solid var(--\<unknown\|relume-variable-neutral-shade-7\>);
  background-color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  color: var(--\<unknown\|relume-variable-neutral-white\>);
  text-align: center;
  padding: 0.75rem 1.5rem;
  text-decoration: none;
}

.button-2.is-secondary {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
}

.button-2.is-link {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  border-style: none;
  padding: 0.25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-2.is-link.is-icon {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
}

.layout10_image-wrapper {
  border-radius: var(--\<unknown\|relume-variable-radius-large\>);
  overflow: hidden;
}

.text-style-tagline {
  justify-content: center;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.margin-bottom,
.margin-bottom.margin-small,
.margin-bottom.margin-xsmall,
.margin-bottom.margin-medium {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.text-size-medium {
  font-size: 1.125rem;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.layout10_item-icon-wrapper {
  display: inline-block;
}

.heading-style-h6 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.section_layout10 {
  background-color: var(
    --\<unknown\|relume-variable-color-scheme-1-background\>
  );
  color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
}

.layout10_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.layout10_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.icon-1x1-medium {
  width: 3rem;
  height: 3rem;
}

.layout10_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.margin-top,
.margin-top.margin-medium {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.mts-outcomesicon {
  width: 20px;
}

.icon-1x1-big {
  width: 4rem;
  height: 4rem;
}

.icon-1x1-big.c-ffca38 {
  color: #ffca38;
}

.icon-1x1-big.icon-white {
  color: #fff;
}

.gap15 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gap15.mb {
  margin-bottom: 0;
}

.gap15.allcenter {
  align-items: center;
}

.w50 {
  width: 50%;
}

.w50.ml20 {
  margin-left: 20px;
}

.requirements-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  padding-left: 20px;
  display: flex;
}

.mts-masterinner {
  align-items: stretch;
  margin-left: -40px;
  margin-right: -40px;
}

.mts-masterimage {
  object-fit: cover;
  height: 100%;
}

.mts-masteranimation {
  max-height: 1070px;
  margin-top: 60px;
  overflow: hidden;
}

._3gridlayout {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.mts-3grid-image {
  object-fit: cover;
  width: 100%;
  height: 250px;
  min-height: 250px;
  max-height: 250px;
}

.mts-mastersec {
  padding-top: 0;
  padding-bottom: 0;
}

._3grid-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.div-block-2,
.btn-down-align {
  flex-flow: column;
  flex: 1;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.mts-ctasection {
  background-image: url("../images/BIbile11-min.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  align-items: center;
  margin-top: 0;
  padding: 60px;
  display: flex;
}

.mobile-center.mb-0 {
  margin-bottom: 0;
}

._2gridlayout {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.dm-masterimage {
  object-fit: cover;
  width: 100%;
  height: 400px;
}

.dm-commitment {
  background-color: #ffca38;
}

.w40 {
  max-width: 40%;
}

.w40.mr-20,
.w40.mr-20-copy {
  margin-right: 20px;
}

.w60 {
  max-width: 60%;
}

.w60.ml-20 {
  width: 60%;
  margin-left: 20px;
}

.layout253_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 0.5fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.layout253_item-icon-wrapper {
  display: inline-block;
}

.section_layout253 {
  background-color: var(
    --\<unknown\|relume-variable-color-scheme-1-background\>
  );
  color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
}

.layout253_item {
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.layout253_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  width: 100%;
}

.layout253_content-left {
  flex-direction: column;
  align-items: center;
}

.heading-style-h4 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.dm-bannersection {
  z-index: 99;
  background-image: linear-gradient(#0000004d, #0000004d),
    url("../images/Walton-Chapel-2022.jpg");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: flex-start;
  align-items: flex-end;
  min-height: 720px;
  margin-top: 0;
  padding: 100px 20px;
  display: flex;
}

.dm-bannersection.thankyou-baneerimg {
  background-image: linear-gradient(#0000, #0000),
    url("../images/Walton-Chapel-2022.jpg");
}

.dm-masteranimation {
  max-height: 700px;
  margin-top: 60px;
  overflow: hidden;
}

.dm-mastersec {
  padding-top: 0;
  padding-bottom: 0;
}

.p-bottom {
  padding: 0 20px 100px;
}

.p-bottom.lightgreenbackground {
  background-color: #bcc4bf;
}

.bannertext-dark {
  color: #000;
  text-align: center;
  width: 100%;
  max-width: 1000px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-family: merriweather, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
}

.innercolumn-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 25%;
  display: flex;
}

.innercolumn-copy.boxes {
  background-color: #fff;
  padding: 40px 20px;
}

.innercolumn-copy.boxes.spacebetween {
  justify-content: space-between;
  padding-top: 32px;
  padding-bottom: 32px;
  box-shadow: 0 0 10px #0000001a;
}

.innercolumn-copy.boxes.spacebetween._3columns {
  width: 33.33%;
  box-shadow: 0 0 20px #0000001a;
}

.innercolumn-copy.boxes._3columns {
  width: 33.33%;
}

.tabs-copy {
  width: 100%;
  margin-top: 0;
  margin-bottom: 40px;
}

.button-div {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.button-div.center-hd {
  justify-content: center;
}

.image-2 {
  object-fit: cover;
  height: 100%;
}

.section {
  position: relative;
}

.bibleimg {
  aspect-ratio: auto;
  object-fit: cover;
  min-height: 400px;
}

@media screen and (max-width: 991px) {
  .bannersection {
    min-height: 750px;
    margin-top: 0;
    padding-top: 132px;
    padding-bottom: 80px;
  }

  .container.dm-hero-container {
    flex-flow: column;
    display: flex;
  }

  .bannerrow {
    padding: 32px 24px;
  }

  .h1 {
    font-size: 36px;
  }

  .h1.tablet-center {
    text-align: center;
  }

  .bannertext {
    font-size: 18px;
  }

  .bannertext.tablet-center {
    text-align: center;
  }

  .button {
    padding: 14px 28px;
    font-size: 16px;
  }

  .button.lightbutton.extraspace {
    margin-top: 10px;
  }

  .button.lightbutton.mobile-align-center {
    align-self: center;
  }

  .programsec {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .h2,
  .h2.headingcenter {
    font-size: 32px;
  }

  .h2.mobile-center {
    text-align: center;
  }

  .h2.mobile-align-center {
    align-self: center;
  }

  .h2.ipadheadingcenter {
    text-align: center;
  }

  .text {
    font-size: 16px;
  }

  .tabheading {
    padding: 14px 24px;
  }

  .tabcontent {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .h3 {
    font-size: 28px;
  }

  .boximage {
    max-width: 72px;
  }

  .yearsec {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .quote {
    text-align: center;
  }

  .mastersec {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .masteranimation {
    max-height: 870px;
  }

  .masteranimationrow.mediumgreen.masterslide2,
  .masteranimationrow.darkgreen.masterslide3,
  .masteranimationrow.masterslide1,
  .masteranimationrow.masterslide4 {
    min-height: 454px;
  }

  .masterinner {
    align-items: flex-start;
    margin-left: -20px;
    margin-right: -20px;
  }

  .masterimagecolumn,
  .mastercontentcolumn {
    padding-left: 20px;
    padding-right: 20px;
  }

  .numbers {
    font-size: 110px;
  }

  .bigtext {
    font-size: 18px;
  }

  .header {
    padding-top: 32px;
    padding-bottom: 20px;
  }

  .logo {
    max-width: 120px;
  }

  .logo.defaultlogo {
    margin-top: -42px;
  }

  .formsec {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .forminnerwrapper {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .forminnerwrapper.dm-hero-form {
    flex-flow: column;
  }

  .fieldwrapper {
    width: 100%;
  }

  .forminput,
  .formselect {
    min-height: 46px;
  }

  .footer {
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .footer1strow {
    flex-flow: wrap;
  }

  .footerlogoarea {
    width: 100%;
    margin-bottom: 0;
  }

  .footercontactarea,
  .footersocialarea {
    width: 50%;
  }

  .footer2ndrow {
    padding-top: 20px;
  }

  .bannercolumn {
    /* padding-left: 28px; */
  }

  .bannercolumn.dm-right-col {
    width: 100%;
    padding-left: 0;
  }

  .headerspacingadjustment {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .simplesection.top {
    padding-top: 75px;
    padding-bottom: 0;
  }
  .simplesection {
    padding-top: 80px;

    padding-bottom: 80px;
  }

  .simplesection.mt-0.mobile-padding {
    padding-bottom: 80px;
  }

  .rptssection.lightgreenbackground {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .mediumtext.mobile-text-center {
    text-align: center;
  }

  .teamrow {
    height: 500px;
  }

  .mts-bannerrowwrapper {
    align-items: stretch;
  }

  .mts-bannerrowwrapper.dm-hero-container {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .mts-bannerrow {
    padding: 32px 24px;
  }

  .mts-bannerrow.dm-left-col {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .mts-bannerrow.dm-left-col.allleft {
    align-items: flex-start;
  }

  .mts-bannerrow.allcenter {
    width: 100%;
  }

  .mts-container.mts-outcomescontainer {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .mts-container.mts-tab-container {
    padding-bottom: 0;
  }

  .mts-container.mts-ctacontainer {
    padding-bottom: 80px;
  }

  .mts-container.mts-why-container {
    padding-top: 0;
    padding-bottom: 0;
  }

  .mts-container.dm-commitment-container,
  .mts-container.dm-ctacontainer,
  .mts-container.dm-why-container {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .mts-container.dm-outcomescontainer {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 80px;
  }

  .mts-container.mtsnewcontainer {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .gap20.w50.aligny-center.mr20 {
    margin-right: 0;
  }

  .gap20.w50.aligny-center.mr20._w-mobile-100 {
    width: 100%;
  }

  .gap20.w50.aligny-center.mr20._w-mobile-100.justifycontentcenter-ipad {
    align-items: center;
  }

  .w100.gap30 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .w100.gap30-copy {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .w100.gap40 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .heading-style-h2 {
    font-size: 2.75rem;
  }

  .layout10_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .w50.ml20 {
    margin-left: 0;
  }

  .w50.ml20._w-mobile-100 {
    width: 100%;
  }

  .w50.ml20._w-mobile-100.order-1 {
    order: -1;
  }

  .mts-masterinner {
    align-items: flex-start;
    margin-left: -20px;
    margin-right: -20px;
  }

  .mts-masteranimation {
    max-height: 870px;
    margin-top: 40px;
  }

  ._3gridlayout {
    grid-template-columns: 1fr 1fr;
  }

  .mts-mastersec {
    padding-top: 0;
    padding-bottom: 80px;
  }

  .mts-programsec {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .image {
    object-fit: cover;
    width: 100%;
    max-height: 400px;
  }

  .text-block {
    text-align: center;
  }

  .text-block-2,
  .text-block-3,
  .text-bloc {
    line-height: 2.2em;
  }

  ._2gridlayout {
    grid-template-columns: 1fr 1fr;
  }

  .dm-commitment {
    padding-top: 0;
    padding-bottom: 0;
  }

  .layout253_content {
    grid-column-gap: 3rem;
  }

  .layout253_list {
    grid-column-gap: 2rem;
    grid-row-gap: 4rem;
  }

  .heading-style-h4 {
    font-size: 1.75rem;
  }

  .dm-bannersection {
    min-height: 750px;
    margin-top: 0;
    padding-top: 132px;
    padding-bottom: 80px;
  }

  .image-copy {
    aspect-ratio: auto;
    object-fit: cover;
    object-position: 50% 80%;
    width: 100%;
    max-height: 600px;
  }

  .dm-masteranimation {
    max-height: 700px;
  }

  .dm-mastersec {
    padding-top: 0;
    padding-bottom: 0;
  }

  .bannertext-dark {
    font-size: 18px;
  }

  .bannertext-dark.tablet-center {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .bannersection {
    margin-top: 0;
    padding-top: 112px;
    padding-bottom: 60px;
  }

  .bannerrow {
    width: 100%;
    padding: 24px;
  }

  .h1 {
    font-size: 34px;
  }

  .programsec {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .h2,
  .h2.headingcenter {
    font-size: 28px;
  }

  .h2.mobileheadingcenter,
  .text.textleft.mobiletextcenter {
    text-align: center;
  }

  .text.textleftipad {
    text-align: left;
  }

  .tabs {
    margin-top: 0;
  }

  .tabsheadingarea {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
  }

  .tabheading {
    width: 100%;
  }

  .tabimage.epbg {
    width: 100%;
    min-height: 400px;
  }

  .tabimage.rtbg {
    width: 100%;
    min-height: 300px;
  }

  .tabimage.fsbg,
  .tabimage.gclbg {
    width: 100%;
    min-height: 400px;
  }

  .tabimage.legacybg {
    width: 100%;
    min-height: 300px;
  }

  .tabimage.academicbg,
  .tabimage.futurebg {
    width: 100%;
    min-height: 400px;
  }

  .tabcontent {
    align-items: center;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .tabcontent.tabcontentleftipad {
    align-items: flex-start;
  }

  .tabinnerwrapper {
    flex-flow: column-reverse wrap-reverse;
  }

  .h3.mobileheadingcenter {
    font-size: 26px;
  }

  .boximage {
    max-width: 61px;
  }

  .yearsec {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .quote {
    font-size: 18px;
  }

  .quote.textleft {
    text-align: left;
  }

  .mastersec {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .masteranimation {
    max-height: 1050px;
  }

  .masteranimationrow.mediumgreen.masterslide2,
  .masteranimationrow.darkgreen.masterslide3 {
    justify-content: center;
    align-items: flex-start;
    min-height: 740px;
  }

  .masteranimationrow.masterslide1 {
    align-items: flex-start;
    min-height: 740px;
  }

  .masteranimationrow.masterslide4 {
    justify-content: center;
    align-items: flex-start;
    min-height: 740px;
  }

  .masterinner {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .masterimagecolumn,
  .mastercontentcolumn {
    width: 100%;
  }

  .numbers {
    text-align: center;
    font-size: 80px;
  }

  .bigtext.mobiletextcenter {
    text-align: center;
  }

  .forminnerwrapper {
    padding: 32px 10px;
  }

  .masterimage {
    width: 100%;
    height: 300px;
  }

  .bannerrowwrapper {
    flex-flow: column;
  }

  .bannercolumn {
    width: 100%;
    padding-top: 20px;
    padding-left: 0;
  }

  .headerspacingadjustment {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .simplesection.mt-0,
  .simplesection.mt-0.mobile-padding {
    padding-bottom: 60px;
  }

  ._2columnrow.columnmiddle {
    flex-flow: wrap;
  }

  ._2columnrow.columnmiddle.columnreverseipad {
    flex-flow: wrap-reverse;
  }

  ._2column {
    width: 100%;
  }

  .ctasection {
    margin-top: 60px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .teamrow {
    flex-flow: column;
    height: auto;
  }

  .teamimgcol {
    width: 100%;
  }

  .teamimgcol.middle {
    order: -1;
    width: 100%;
  }

  .teamcontentcol {
    width: 100%;
  }

  .mts-bannerrowwrapper {
    flex-flow: column;
  }

  .mts-bannerrow {
    width: 100%;
    padding: 24px;
  }

  .mts-container.mts-outcomescontainer {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .mts-container.mts-ctacontainer {
    padding-bottom: 60px;
  }

  .mts-container.dm-ctacontainer,
  .mts-container.dm-why-container {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .mts-container.dm-outcomescontainer {
    padding-bottom: 60px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .heading-style-h6 {
    font-size: 1.125rem;
  }

  .heading-style-h2 {
    font-size: 2.25rem;
  }

  .layout10_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .mts-masterinner {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .mts-masterimage {
    width: 100%;
    height: 300px;
  }

  .mts-masteranimation {
    max-height: 1050px;
  }

  .mts-mastersec,
  .mts-programsec {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .dm-masterimage {
    width: 100%;
    height: 300px;
  }

  .dm-commitment {
    padding-top: 0;
    padding-bottom: 0;
  }

  .layout253_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .layout253_list {
    grid-row-gap: 3rem;
  }

  .heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .dm-bannersection {
    margin-top: 0;
    padding-top: 112px;
    padding-bottom: 60px;
  }

  .dm-masteranimation {
    max-height: 1050px;
  }

  .dm-mastersec {
    padding-top: 0;
    padding-bottom: 0;
  }

  .tabs-copy {
    margin-top: 0;
  }

  .textcenter {
    text-align: left;
  }
}

@media screen and (max-width: 479px) {
  .bannersection {
    padding-top: 112px;
    padding-bottom: 60px;
  }

  .bannerrow {
    padding: 24px 20px;
  }

  .h1 {
    font-size: 34px;
  }

  .bannertext {
    font-size: 16px;
  }

  .button {
    padding: 12px 24px;
    font-size: 14px;
  }

  .button.lightbutton.mobile-text-center {
    text-align: center;
  }

  .h2 {
    font-size: 28px;
  }

  .tabs {
    margin-top: 0;
  }

  .tabimage.epbg,
  .tabimage.rtbg,
  .tabimage.fsbg {
    min-height: 200px;
  }

  .tabimage.gclbg {
    min-height: 220px;
  }

  .tabimage.legacybg,
  .tabimage.academicbg,
  .tabimage.futurebg {
    min-height: 200px;
  }

  .tabcontent {
    padding-top: 32px;
  }

  .h3 {
    font-size: 24px;
  }

  .h3.mobileheadingcenter {
    text-align: center;
  }

  .yearsec {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .masteranimationrow.masterslide4.mts-4slider {
    padding-bottom: 0;
  }

  .formsec {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .h6.d-mobile-center {
    align-self: center;
  }

  .forminnerwrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .fieldwrapper {
    width: 100%;
  }

  .footer {
    padding-top: 60px;
  }

  .footer1strow {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    margin-bottom: 32px;
  }

  .footerlogoarea {
    margin-bottom: 0;
  }

  .footercontactarea,
  .footersocialarea {
    width: 100%;
  }

  .h5.c-000.mobile-center {
    text-align: center;
    align-self: center;
  }

  .contact-icon {
    max-width: 40px;
  }

  .socialsvg {
    max-height: 24px;
  }

  .footer2ndrow {
    padding-top: 32px;
  }

  .newsletterinner {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .headerspacingadjustment {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .mediumtext.mobile-text-center {
    text-align: center;
  }

  .mts-bannerrow {
    padding: 24px 20px;
  }

  .mts-container {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .mts-container.mts-outcomescontainer {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .mts-container.mts-tab-container {
    padding-bottom: 0;
  }

  .mts-container.mts-why-container {
    padding-top: 40px;
  }

  .mts-container.dm-commitment-container {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .mts-container.dm-ctacontainer,
  .mts-container.dm-why-container {
    padding-top: 60px;
  }

  .mts-container.dm-outcomescontainer {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .mts-container.mtsnewcontainer {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .mts-emailsignupbox {
    flex-flow: column;
    align-items: stretch;
  }

  .gap20.w50.aligny-center.mr20._w-mobile-100.allcenter {
    align-items: center;
  }

  .w100.gap30,
  .w100.gap30-copy,
  .w100.grid20gap {
    grid-template-columns: 1fr;
  }

  .w100.gap40 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .layout10_content,
  .layout10_item-list {
    grid-template-columns: 1fr;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .icon-1x1-big.c-ffca38.mobile-center {
    align-self: center;
  }

  .gap15.d-center-mobile {
    justify-content: flex-start;
    align-items: center;
  }

  .mts-masteranimation {
    max-height: 1180px;
    margin-top: 40px;
  }

  ._3gridlayout {
    grid-template-columns: 1fr;
  }

  .mts-mastersec {
    padding-top: 0;
  }

  .mts-ctasection {
    padding-left: 30px;
    padding-right: 30px;
  }

  .mobile-center {
    text-align: center;
  }

  ._2gridlayout {
    grid-template-columns: 1fr;
  }

  .dm-commitment {
    padding-top: 0;
    padding-bottom: 0;
  }

  .w40.mr-20 {
    max-width: 100%;
  }

  .w40.mr-20.d-center-mobile {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-right: 0;
    display: flex;
  }

  .w40.mr-20-copy {
    max-width: 100%;
  }

  .w40.mr-20-copy.d-center-mobile {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-right: 0;
    display: flex;
  }

  .w60.ml-20 {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }

  .layout253_content,
  .layout253_list {
    grid-template-columns: 1fr;
  }

  .dm-bannersection {
    padding-top: 112px;
    padding-bottom: 60px;
  }

  .dm-masteranimation {
    max-height: 850px;
  }

  .dm-mastersec {
    padding-top: 0;
    padding-bottom: 0;
  }

  .bannertext-dark {
    font-size: 16px;
  }

  .tabs-copy {
    margin-top: 0;
  }
}

.quote-container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 1600px;
  min-width: 0px;

  width: 100%;

  margin: 0 auto 100px;
}

.quote-container h3,
h4,
h6,
p {
  color: #ffffff;
}
.quote-container > div {
  display: inline-block;
  width: 100%;
}

.quote-container h4 {
  text-transform: uppercase;
  font-size: 27px;
}
h3 {
  font-family: "Merriweather";
  font-size: 32px;

  line-height: 1.5;
}

.quote-container h6 {
  text-transform: uppercase;
  font-family: "Source Sans Pro";

  font-size: 15px;
}

.quote-container .mobile {
  display: none;
}
.quote-container.left-image > div .quote-background {
  float: left;
  margin-left: 40px;
}
.quote-container > div .quote-background {
  padding: 30px 0 30px;
  background-size: cover;
  background-position: 50%;
  width: calc(100% - 50px);
  position: relative;
}

.quote-container > div .quote-background > div {
  position: relative;
  padding: 0 50px;
  display: table;
  width: 100%;
}
.quote-container.left-image > div .quote-background > div,
.quote-container.right-image > div .quote-background > div {
  padding: 0 20px;
}
.quote-container > div .quote-background > div {
  position: relative;
  padding: 0 50px;
  display: table;
  width: 100%;
}

.quote-container.left-image > div .quote-background > div > div:first-child {
  width: 20%;
  text-align: center;
}
.quote-container > div .quote-background > div > div {
  display: table-cell;
  position: relative;
}

.quote-container.left-image > div .quote-background > div > div:first-child {
  width: 30%;
}

.quote-container.left-image > div .quote-background > div > div:first-child {
  width: 20%;
  text-align: center;
}
.quote-container > div .quote-background > div > div {
  display: table-cell;
  position: relative;
}
.quote-container.left-image
  > div
  .quote-background
  > div
  > div:first-child
  .avatar {
  border-radius: 50%;
  position: relative;
  top: -20px;

  box-shadow: 0px 15px 35px 0px rgba(0, 0, 0, 0.35);
}
.quote-container.left-image > div .quote-background:before,
.quote-container.right-image > div .quote-background:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(90, 53, 132, 0.85);
  top: 0;
  left: 0;
  display: inline-block;
}

.quote-container.left-image > div .quote-background > div > div:last-child {
  width: 80%;
  vertical-align: middle;
  padding-left: 110px;
}
.quote-container > div .quote-background > div > div {
  display: table-cell;
  position: relative;
}

.quote-container.left-image > div .quote-background:after,
#content .quote-container.right-image > div .quote-background:after {
  left: -20px;

  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #ffca38;
  bottom: -20px;
  display: inline-block;
  z-index: -1;
}

.quote-container.left-image
  > div
  .quote-background
  > div
  > div:last-child:before {
  position: absolute;
  content: "\e915";
  font-size: 80px;
  font-family: "UMHB";
  color: #ffca38;
  left: -20px;
  top: 40px;
}
.bannerrow.img {
  background-image: url("https://ccsmstudio.com/UMHB/202526/paidSocial/images/_NP_0584.jpg");
  background-position: center;

  background-size: cover;
}
.w-form {
  margin: 0 !important;
}

@media screen and (max-width: 1280px) {
  .quote-container.left-image > div .quote-background {
    width: calc(100% - 20px);
    padding: 40px 0;
    margin-left: 20px;
  }
  h3 {
    font-size: 24px;
  }
  .quote-container.left-image > div .quote-background > div,
  .quote-container.right-image > div .quote-background > div {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .img-container {
    display: none !important;
  }

  h3 {
    font-size: 18px;
  }
  .quote-container .mobile {
    display: block;
  }

  .quote-container.left-image:not(.sub-nav)
    > div
    .quote-background
    > div
    > div:last-child:before,
  .quote-container.left-image.sub-nav
    > div
    .quote-background
    > div
    > div:last-child:before,
  .quote-container.right-image.sub-nav
    > div
    .quote-background
    > div
    > div:first-child:before {
    left: 0;
    right: 0;
    margin: auto;
    top: 20px;
    font-size: 38px;

    text-align: center;
  }
  .bannerrow.img {
    height: 302px;
  }

  .quote-content {
    width: 100%;
    padding-left: 0 !important;
    text-align: center;
    padding-top: 80px;
  }
}
