    @font-face {
  font-family: 'league-gothic-regular';
  src: url('/wp-content/themes/asburyseminary/fonts/LeagueGothic-Regular.eot');
  src: url('/wp-content/themes/asburyseminary/fonts/LeagueGothic-Regular') format('embedded-opentype'),
       url('/wp-content/themes/asburyseminary/fonts/LeagueGothic-Regular.woff') format('woff'),
       url('/wp-content/themes/asburyseminary/fonts/LeagueGothic-Regular.ttf') format('truetype'),
       url('/wp-content/themes/asburyseminary/fonts/LeagueGothic-Regular') format('svg');
  font-weight: 200;
  font-style: normal;
}
body {
  background-color: #F2F4F5;
}
  .attempt, .something, .big, .apply-text {
    font-family: 'league-gothic-regular';
    text-transform: uppercase;
  }
  .admissions-header {
    background: url('/wp-content/themes/asburyseminary/img/admissions/admissions-header1.jpg') no-repeat center center;
    -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    position: relative;
    background-position: center bottom;
    height: 500px;
    z-index: -3;
  }
  .asb {
    text-align:center;
    padding: 30px 0;
  }
  .asb img {
    width: 470px;
    height:auto;
  }
  .adm-header-content {
    margin-top: -250px;
  }
  body.page-locations .adm-header-content, body.page-online .adm-header-content {
    margin-top: -100px;
  }
  body.page-residential .adm-header-content, body.page-hybrid .adm-header-content {
    margin-top: -100px;
  }
  body.page-global .adm-header-content {
    margin-top: -100px;
  }
  body.page-tuition-scholarships .adm-header-content {
    margin-top: -100px;
  }
  body.page-international-students .adm-header-content {
    margin-top: -100px;
  }
  body.page-mdiv-plus .adm-header-content {
    mmargin-top: -100px;
  }
  .adm-header-content .content {
    background: white;
    border-top: 10px solid #0A455C;
    z-index: 1;
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    position: relative;
    z-index: 1;
  }
  #admission {
    width: 100%;
  }
  .adm-nav {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 750px;
    margin: 0 auto;
    align-items: center;
  }
  .adm-nav li {
    list-style-type: none;
    color: #0D5E82 !important;
  }
  .adm-home {
    color: #0A405C;
    font-weight: 900;
    padding-right: 10px;
    margin-right: 15px;
    border-right: 1px solid #0A405C;
  }
  
  .active-page {
    color:#0A405C; 
    font-weight:900;
  }

  .content .header-featured-tag p {
    color: #0D5E82;
    font-size: 20px; 
    font-weight: 200;
    max-width: 85%;
    margin: 15px auto;
    line-height: 26px;
    font-style: italic;
  }
  .quickfacts-container {
      width: 100%;
      text-align: center;
      padding: 30px 0;
      margin-top: -100px;
      padding-top: 150px;
      z-index: -2;
      position: relative;
  }
  
  .lg-blue-box {
    padding: 300px 0px;
  }
  
.quickfacts-container img {
  width: 60%;
  height: auto;
  margin: 0 auto;
}

.blue-bg-gradient h2 {
  color: white;
  font-size: 60px;
}
body.page-locations .quickfacts-container, body.page-online .quickfacts-container, body.page-residential .quickfacts-container  {
  margin-top: -225px;
  padding-top: 244px;
}
body.page-hybrid .quickfacts-container {
  margin-top: -40px;
  padding-top: 210px;
}

body.page-locations .quickfacts-container h2, body.page-residential .quickfacts-container h2, body.page-online .quickfacts-container h2 {
  color: #fff;
  font-size: 55px;
  margin-bottom: 50px;
}
.facts-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
  padding: 30px 0px;
}
body.page-locations .facts-container, body.page-online .facts-container {
  grid-template-columns: 1fr;
}
body.page-locations .fact-container {
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
}
.fact {
  color: #fff;
  text-transform: uppercase;
  font-size: 70px;
  line-height: 50px;
  font-weight: 500;
  font-family: 'league-gothic-italic',sans-serif;
  text-align: right;
}


body.page-locations .fact, body.page-online .fact {
  font-size: 55px;
  text-align: center;
  
}
.fact span {
  font-size: 23px;
  text-transform: none;
  display: block;
  padding-right: 10px;
}
body.page-locations .fact, body.online.fact {
  font-size: 80px;
}
body.page-locations .fact span.inline, body.page-online .fact span.inline {
  
}
.fact span.inline {
  display: inline-block !important;
}
body.page-locations .fact span.inline, body.page-locations .fact span, body.page-online .fact span.inline, body.page-online.fact span {
  padding-top: 10px;
  line-height: 20px;
  
}


.facts-content h3 {
  color: #0A405C;
  font-weight: 900;
  font-size: 18px;
}
.facts-content {
  font-size: 14px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 1200px;
  margin: 0 auto;
  grid-gap: 30px;
}
.facts-description {
  margin-top: 30px;
}
.facts-description p, .facts-description h3 {
  margin-bottom: 15px;
}
.facts-content img {
  width: 600px;
  height: auto;
  margin-top: -50px;
  margin-bottom: 50px;
}
.shortfacts-container {
  margin-bottom: 40px;
}
.shortfacts-container .fact {
  color: #005E82;
  align-self: center;
  justify-self: center;
  line-height: 65px;
}
.shortfacts-container .fact span {
  margin-top: -15px;
}
.shortfacts-container .container {
  width: 600px;
}
.academic-wrapper {
  position: relative;
  width: 100%;
  color: #fff;
  text-align: center;
  background: #000;
  background: rgb(0,0,0);
  background: linear-gradient(
180deg, rgba(0,0,0,1) 0%, rgba(255,255,255,1) 13%);
  position: relative;
  filter: grayscale(10%);
  background: url(/wp-content/themes/asburyseminary/img/admissions/academic-excellence.jpg) no-repeat center center;
  background-size: cover;
  height: 450px;
  padding: 40px 0 0 0;
}
.feature-content {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
.feature-content h2 {
  color: #fff;
  text-shadow: 1px 1px 1px #393838;
  text-transform: uppercase;
  text-align: center;
  font-size: 70px;
  margin: 10px 0;
  font-weight: 500;
  font-family: 'league-gothic-italic',sans-serif;
}
.feature-content p {
  font-size: 14px;
  line-height: 22px;
}
.right-side {
  background: white;
  padding: 30px;
  z-index: 12;
  text-align: left;
  color: #000;
}
.feature-content .fact {
  align-self: center;
  justify-self: center;
  text-align: center;
}

#formation {
  background: #F2F4F5;
}
#formation-focus {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  width: 900px;
  margin: 0 auto;
  text-align: center;
  grid-gap: 20px;
}
.formation-foci {
  background: black;
  color: white;
  padding: 20px 10px;
  background-size: cover;
}
#formation .content .formation-foci p {
  color: white;
  line-height: 20px;
}
.dna-foci {
  background: linear-gradient(rgba(38,45,48, 0.75), rgba(38,45,48, 0.7)),url(/wp-content/themes/asburyseminary/img/admissions/foci-dna.jpg) no-repeat center center;
  background-size: cover;
}
.classroom-foci {
  background: linear-gradient(rgba(38,45,48, 0.75), rgba(38,45,48, 0.7)),url(/wp-content/themes/asburyseminary/img/admissions/foci-classroom.jpg) no-repeat center center;
  background-size: cover;
}
.impact-foci {
  background: linear-gradient(rgba(38,45,48, 0.75), rgba(38,45,48, 0.7)),url(/wp-content/themes/asburyseminary/img/admissions/foci-impact.jpg) no-repeat center center;
  background-size: cover;
}
.worship-foci {
  background: linear-gradient(rgba(38,45,48, 0.75), rgba(38,45,48, 0.7)),url(/wp-content/themes/asburyseminary/img/admissions/foci-worship.jpg) no-repeat center center;
  background-size: cover;
}
.formation-foci p {
  font-size: 12px;
  color: #fff;
}
.formation-foci h4 {
  margin-bottom: 15px;
}
.content p.feature-txt {
  font-size: 22px;
  line-height: 30px;
  font-family: 'Lato';
  color: #0D5E82 !important;
  font-weight: 200;
  font-style: italic;
  margin-bottom: 20px;
}
#formation .content p {
  margin-bottom: 20px;
  line-height: 30px;
  text-align: center;
  max-width: 80%;
  margin: 0 auto 20px auto;
}
.feature-area {
  position: relative;
  width: 100%;
  color: #fff;
  text-align: center;
  position: relative;
  background: url(/wp-content/themes/asburyseminary/img/admissions/students-blue.jpg) no-repeat center center;
  background-size: cover;
  z-index: -1;
}
body.page-tuition-scholarships .feature-area {
  height: 300px;
  background: url(/wp-content/themes/asburyseminary/img/admissions/adm-global-voices.jpg) no-repeat center center;
}
.feature-area span {
  display: block;
  padding: 50px 0;
  z-index: 112 !important;
}
.feature-area .rt {
  z-index: -1;
}
.mix {
  background: #005E82;
  position: absolute;
  width: 100%;
  height: 100%;
  mix-blend-mode: color;
  z-index: 1;
}
.header-txt {
  font-family: 'league-gothic-italic','Lato',sans-serif;
  font-size: 60px;
  line-height: 60px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  text-shadow: 1px 1px 1px #393838; 
}

.quote-block {
  display: grid;
  grid-template-columns: 600px 300px;
  margin: 0 auto;
  width: 800px;
  padding: 40px 0;
  text-align: center;
}

.quote-block-left {
  position: relative;
  background: url('/wp-content/themes/asburyseminary/img/admissions/donnaBG.jpg') no-repeat center center;
    -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.quote-block-left span {
  padding: 50px;
  font-size: 45px;
  line-height: 50px;
  display: block;
}
.quote-block-left img {
  width: 100px;
  height: auto;
  position: absolute;
  bottom: 15px;
  left: 15px;
  z-index: 10;
  border-radius: 50%;
}
.quote-block-right {
  background: white;
  text-align: left;
  align-self: center;
  padding: 75px 20px 75px 40px;
  margin-left: -40px;
  z-index: 10;
}
.quote-block-container {
  position: relative;
}
.quote-block-right span {
  display: block; 
  padding-left: 15px;
  border-left: 13px solid #0A405C;
  color: #0A405C;
  font-weight: 900;
}

span.name {
  position: relative;
  padding: 0;
  padding-bottom: 50px;
  font-size: 16px;
  line-height: 20px;
  color:white;
  z-index: 2;
  font-weight: 700;
}
.motion-blocks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  text-align: center;
}
.motion-block {
  min-height: 500px;
  position: relative;
  z-index: 1;
  display: grid;
  
}
.overlay-content {
  align-self: center;
  position: absolute;
  top: 40%;
  z-index: 0;
  overflow: hidden;
  max-height: 100%;
}
.reveal {
  transition: ease-out 0s;
  overflow: hidden;
  visibility: hidden;
  overflow: hidden;
  margin-bottom: -100px;
}

.motion-block:hover > .overlay-content {
  top: 25px;
}

.reveal p a {
  color: #fff;
  text-decoration: underline;
}

.reveal span {
  font-size: 25px;
}

.motion-block:hover > .triangle-topleft, .motion-block:hover > .lt {
  visibility: hidden;
}
.motion-block h3 {
  font-size: 80px;
  line-height: 80px;
}
.motion-block:hover > .overlay {
  width:100%;
  height:100%;
  position:absolute;
  background-color:#000;
  opacity: .6;
  z-index: -1;
  margin: 0;
  padding: 0;
  transition: .5s ease-in;
  top: 0px;
}
.motion-block ul {
  margin-top: 20px;
}
.motion-block ul li {
  font-family: 'league-gothic-italic','Lato',sans-serif;
  font-size: 30px;
  line-height: 35px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  text-shadow: 1px 1px 1px #393838; 
  margin-bottom: 10px;
}
.motion-block:hover .reveal {
  visibility: visible;
  opacity: none !important;
  z-index: 10;
  opacity: 1;
  -webkit-transition: ease-in 0.3s;
  -moz-transition: ease-in 0.3s;
  -ms-transition: ease-in 0.3s;
  transition: ease-in 0.3s;
  margin-bottom: 0;
}
.motion-block:hover .overlay-content p {
  color: white;
  z-index: 11;
  width: 80%;
  margin: 0 auto;
}
.motion-blocks .triange-topleft {
  z-index: -10 !important;
}
#chapel-block {
  background: url('/wp-content/themes/asburyseminary/img/admissions/adm-chapel-home.jpg') no-repeat center center;
    -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#fitness-block {
  background: url('/wp-content/themes/asburyseminary/img/admissions/Fitness.jpg') no-repeat center center;
    -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#global-block {
  background: url('/wp-content/themes/asburyseminary/img/admissions/global-locations-motion-block.jpg') no-repeat center center;
    -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#residential-block {
  background: url('/wp-content/themes/asburyseminary/img/admissions/locations-residential.jpg') no-repeat center center;
    -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#residential-block img {
  width: 400px;
  height: auto;
  margin: 15px 0;
}
.section-break {
  text-align: center;
  padding: 50px 0px 30px 0px;
}
body.page-locations .section-break, body.page-online .section-break {
  max-width: 800px;
  margin: 0 auto;
}
body.page-locations .section-break h2, body.page-online .section-break h2 {
  font-size: 55px;
  line-height: 65px;
}
.global, .housing {
  position: relative;
  background: url('/wp-content/themes/asburyseminary/img/admissions/intl-students.jpg') no-repeat center center;
  background-size: cover;
  text-align: center;
  padding: 40px 0;
  width: 100%;
}
body.page-locations .global, body.page-residential .housing {
  background: url('/wp-content/themes/asburyseminary/img/admissions/locations-stats.jpg') no-repeat center center;
}
.global .quote-block, .housing .quote-block {
  display: inline-block;
  position: relative;
  background: #fff;
  padding: 30px;
  margin: 30px auto;
  max-width: 500px;
  z-index: 2;
}
.global .quote-block p, .housing .quote-block p {
  display: block;
  padding-left: 15px;
  border-left: 13px solid #0A405C;
  color: #0A405C;
  font-weight: 900;
  width: auto;
  text-align: left;
}
body.page-locations .global .quote-block h3, body.page-online .global .quote-block h3, body.page-residential .quote-block h3 {
  text-align: left;
  color: #0A405C;
  font-weight: 900;
  border-left: 13px solid #005E82;
  margin-bottom: 0;
  padding: 15px 0 15px 15px;
}
body.page-locations .global .quote-block p, body.page-online .global .quote-block p, body.page-residential .housing .quote-block p {
  font-weight: 500;
  margin-bottom: 0;
  padding-bottom: 15px;
  color: #000000;
  border-left: 13px solid #005E82;
  font-size: 15px;
}

.global .students-from {
  font-family: 'league-gothic-italic',sans-serif;
  width: 1000px;
  margin: 0 auto;
  color: white;
  text-align: left;
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 23px;
}
.global .fact-container {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
}
.global .fact {
  display: inline-block;
  text-align: left; 
  font-size: 80px;
}
.global .lt, .housing .lt {
  z-index: 1;
}
.global .lt-full, .housing .lt-full {
  height: 80%;
}
.global .triangle-topleft, .housing .triangle-topleft {
  height: 90%;
}
.admissions-staff {
  text-align: center;
  padding: 30px 0;
}
.admissions-staff h2 {
  padding: 0 0 20px 0;
}
.button-block {
  text-align: center;
  width: 100%;
  height: auto;
  background: url(/wp-content/themes/asburyseminary/img/admissions/building-blue.jpg) no-repeat center center;
  background-size: cover;
  min-height: 300px;
  display: grid;
  padding-top: 70px;
  position: relative;
}
.button-block .content {
  z-index: 2;
}
.button-block .content a {
  color: #fff;
}
.button-block .content a:hover {
  text-decoration: none;
  filter: brightness(85%);
}
.btn-lg {
  border-radius: 20px;
  font-size: 45px;
  font-family: 'league-gothic-italic',sans-serif;
  background: #21282C;
  color: #fff;
  padding: 10px 35px;
  text-transform: uppercase;
  margin: 0 15px;

}

.mission {
  max-width:1000px;
  position: relative;
  margin: 0 auto;
  background: white;
  margin-top: -50px;
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 10%), 0 4px 6px -2px rgb(0 0 0 / 5%);
  color: #005E82;
  display: grid;
  grid-template-columns: 150px 1fr;
  align-items: center;
  z-index: 5 !important;
  
}
.mission span {
  font-size: 20px;
  font-weight: 200;
  text-decoration: italic;
}
.mission img {
  width: 130px;
  height: auto;
  padding: 20px;
  align-self: start;
}
.mission a {
  display: inline-block;
  margin: 0;
  font-size: 16px;
  color: #fff !important;
}
.statement {
  padding: 50px 50px 50px 0;
}
.mission .quote-signature {
  display: block;
  text-transform: uppercase;
  font-weight: 700 !important;
  text-align: right;
  font-size: 16px;
}
.mission .quote-title {
  display: block;
  text-align: right;
  font-size: 16px;
}
.page-header-container .content {
  width: 1200px;
  margin: 0 auto;
  position:relative;
  height: 100%;
}
.title-area {
  display: block;
  position: absolute;
  bottom: 150px;
  right: 60px;
  z-index: 999999 !important;
  width: 390px;
  padding: 15px 0 0 15px;
  height: auto;
  line-height: 45px;
}
.title-area h1 {
  margin-bottom: 0px;
}
body.page-global .title-area {
  width: 500px;
}
body.page-tuition-scholarships .title-area {
  width: 500px;
  bottom: 200px;
}
body.page-international-students .title-area {
  width: 500px;
  bottom: 200px;
}
.home-voices-wrapper {
  padding: 30px 0;
  text-align: center;
}

.home-voices-header h2 {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 15px 0;
  font-size: 28px;
}
.home-voices-profiles {
  margin: 20px 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 30px;
}
.home-voices-content {
  display: grid;
  grid-template-columns: 1fr;
  width: 400px;
  margin: 20px auto;
  justify-content: center;
  align-items: center;
}
.home-voices-content p {
  text-align: center;
  margin-bottom: 10px;
  font-size: 22px;
  color: #000;
  padding: 0 30px;
}
.home-voices-content strong {
  font-weight: 900;
}
.home-voices-text {
  text-align: center;
}
.home-voices-text img {
  width: 200px;
}
span.tagline {
  color: #fff;
  padding-left: 35px;
}
.locations-video {
  margin: 0 auto;
  text-align: center;
  padding: 0 0 50px 0;
  margin-top: -50px;
}

.lg-blue-video {
  margin-top: -300px;
}

.locations-intro, .online-intro {
  font-size: 14px;
  max-width: 850px;
  margin: 0 auto;
  padding-bottom: 50px;
}
.locations-intro h3 {
  color: #0A405C;
  font-weight: 900;
  font-size: 18px;
}

.locations-intro p{
  padding-bottom: 15px;
  font-size: 16px;
}

#degrees {
  justify-content: center;
}

#degrees h2 {
  font-family: 'Lato', sans-serif;
  text-transform: none;
  font-weight: 900;
  font-size: 16px !important;
}

.page-header-container {
  z-index: -1 !important;
}

.quote-only {
  background: #fff;
  max-width: 1000px;
  padding: 30px 50px;
  margin: 0 auto 50px auto;
  font-style: italic;
  box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
}
.quote-only span {
  display: block;
  color: #0D5E82;
  font-size: 20px;
  font-weight: 200;
  border-left: 15px solid #0D5E82;
  padding-left: 20px;
}

.voices-short-plug {
  position: relative;
  padding: 40px 0;
  width: 100%;
  color: #fff;
  text-align: center;
  background: #000;
  background: rgb(0,0,0);
  background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(255,255,255,1) 13%);
  position: relative;
  filter: grayscale(0%);
  background: url(/wp-content/themes/asburyseminary/img/admissions/adm-global-voices.jpg) no-repeat center center;
  background-size: cover;
}

.voices-block {
  display: inline-block;
  max-width: 400px;
  background: #fff;
  margin: 0 auto;
  color: #000;
  text-align: center;
  padding: 30px;
  z-index: 12;
}
.voices-block img {
  width: 200px;
  height: auto;
  margin-bottom: 15px;
}
.voices-block span {
  display: block;
  text-align: left;
}
div.voices-short-plug .triangle-topleft {
  z-index: -2;
}
.locations-tag {
  color: #fff;
  text-align: center;
  background: #000;
  padding: 50px 0;
  background: rgb(0,0,0);
  background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(255,255,255,1) 13%);
  position: relative;
  filter: grayscale(10%);
  background: url(/wp-content/themes/asburyseminary/img/home-blue.jpg) no-repeat center center;
  background-size: cover;
  margin-top: -25px;
  padding-top: 75px;
  z-index: -1;
}
body.page-global .locations-tag {
  background: url(/wp-content/themes/asburyseminary/img/admissions/global-locations-tag.jpg) no-repeat center center;
}
body.page-residential .locations-tag {
  background: url(/wp-content/themes/asburyseminary/img/admissions/residential-tag.jpg) no-repeat center center;
}
body.page-tuition-scholarships .locations-tag, body.page-online .locations-tag {
  background: url(/wp-content/themes/asburyseminary/img/admissions/residential-tag.jpg) no-repeat center center;
  padding: 100px 0;
  margin-top: -35px;
}
.locations-tag h2 {
  color: #fff;
  margin: 0 auto;
  line-height: 65px;
}
.locations-tag .triangle-topleft {
  z-index: -2;
}
.locations-description {
  background: #fff;
  padding: 55px 0;
  color: #000;
}
.locations-description h2, .extension-sites h2 {
  text-align: center;
  margin-bottom: 20px;
}
.locations-description h3, {
  color: #0A405C;
  font-weight: 900;
  text-align: center;
  margin: 15px 0;
}

.locations-description-content, .extension-sites-content, .formation-block {
  max-width: 1000px;
  margin: 0 auto;
}
.locations-description ul li {
  margin-bottom: 10px;
}
.locations-description ul {
  list-style: none;
  max-width: 800px;
  margin: 0 auto;
}
.locations-description ul li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #005E82; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}

.extension-sites-content {
  margin: 20px auto;
}

.extension-sites-content p {
  margin-top: 20px;
}

.site-list {
  text-align: center;
}

.sites-btn {
  margin: 0px 5px 10px 5px !important; 
  padding: 3px 30px;
}

.hybrid-locations {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 15px;
}

.extension-sites ul {
  list-style-type: square;
  padding-left: 12px;
  margin-bottom: 10px;
}

.hybrid-degree-block{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-area: 1/1;
  margin-right: 20px;
}

.program-block {
  padding: 0px 10px;
}

.hybrid-degree-block h3 {
  font-size: 18px;
  color: #0A405C;
  font-weight: 900;
  margin: 15px 0;
}

.hybrid-degree-block ul li {
  font-size: 14px;
}

.hybrid-locations img {
  margin-top: 15px;
  width: 100%;
  grid-column: 2;
}

.visit-container {
  background: #0D5E82;
}

.visit-sites {
  max-width: 1000px;
  margin: 0px auto;
  padding: 30px 0px;
}

.visit-sites a {
  color: white;
}

.visit-sites h2 {
  color: white;
  text-align: center;
  margin: 0px;
}

.visit-sites p {
  color: white;
}

.video-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.site-video {
  margin: 0px auto;
  text-align: center;
}

.site-video h3 {
  color: white;
  margin: 20px 0px 10px 0px;
  font-size: 1em;
}

.site-video iframe, .icon-container img {
  width: 100%;
  height: auto;
  padding: 0px 25px;
}

.formation-block {
  text-align: center;
  padding: 30px 0px;
}

.formation-block h2{
  font-size: 60px;
  margin-bottom: unset;
}

.hybrid-formation {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding: 20px;
}

.icon-container {
  margin: 0px 10px;
}

.icon-container p {
  margin-top: 20px;
  font-size: 12px;
}

.online-quote .hybrid-quote {
  line-height: 60px;
  max-width: unset;
  font-style: italic;
  margin: unset;
  padding: 20px 50px;
}

.hybrid-quote span{
  font-size: 19px;
}

.hybrid-quote a {
  font-weight: 700;
  font-style: normal;
}

.current-locations {
  color: #fff;
  text-align: center;
  background: #000;
  padding: 50px 0;
  background: rgb(0,0,0);
  background: linear-gradient(
180deg, rgba(0,0,0,1) 0%, rgba(255,255,255,1) 13%);
  position: relative;
  filter: grayscale(10%);
  background: url(/wp-content/themes/asburyseminary/img/admissions/current-locations.jpg) no-repeat center center;
  background-size: cover;
  margin-top: -25px;
  padding-top: 75px;
  z-index: -1;
  height: 500px;
}
.current {
  background: white;
  padding: 30px;
  z-index: 12;
  text-align: left;
  display: inline-block;
  float: right;
  
}
.current ul {
  list-style-type:disc;
  margin-left: 30px;
  color: #005E82;
  margin-left: 20px;
}
.current ul li {
  margin-bottom: 10px;
  margin-left: 0;
}
.current h3 {
  color: #005E82;
  border-left: 15px solid #005d81;
  font-size: 40px !important;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 10px;
}
.current-locations .triangle-topleft {
  z-index: -2;
}

.tab-container {
  width:100%;
}
.tab-parent {
  margin: 0 auto;
}
.tab-container p {
  margin-bottom: 20px;
}
ul.tabs {
    margin: 0 0 20px 0 !important;
    padding: 0 !important;
    list-style: none;
    display: grid;
    align-items: center;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    grid-gap: 30px;
    text-align: center;
}

ul.tabs li {
    float: left;
    margin: 0;
    padding: 0;
    margin-bottom: -1px; /*--Pull the list item down 1px--*/
    overflow: hidden;
    position: relative;
    background: transparent;   
}
ul.tabs li a {
    text-decoration: none !important;
    color: #0D5E82;
    display: block;
    font-size: 16px;
    padding: 0 15px;
    outline: none;
    border: none;
    font-weight: 700;
    background: #fff;
    border: 1px solid #0D5E82;
    border-radius: 10px;
}

ul.tabs li a:hover {
    background: #0D5E82;
    color: white;
}

html ul.tabs li.active  { 
    background: transparent;
    font-weight: 900 !important;
    border: none; 
}

ul.tabs li.active a {
  background: #0D5E82;
  color: white;
}


.tab_container {
    border-top: none;
    overflow: hidden;
    clear: both;
    float: left; 
    width: 100%;
    background: none;
    margin-top: 0px;
    background-color: transparent;
}

.tab_content {
    font-size: 18px;
    margin: 0 auto;
}
.tab_content h3 {
  color: #0D5E82;
}
.degree-content {
  width: 1000px;
  display: table;
  border-collapse: separate;
  margin: 0 auto;
}
.tab_content {
  display: table-cell;
  padding: 20px 30px 80px 0;
}
.tuition-table {
  padding-bottom: 0;
}
.tuition-table table, .content table {
  color: #000;
  font-size: 13px;
  border-collapse: collapse;
  margin-bottom: 20px;
}
.tuition-table td, .content td, .content th {
  max-width: 250px;
  padding: 9px;
}

.tuition-table td:first-child {
  max-width: 120px;
}
.fees td:first-child {
  max-width: none;
}
table.fees  {
  width: 800px;
}
.section .content table {
  width: 800px;
}
.tuition-table table, .tuition-table td, .tuition-table th, .content table, .content td, .content th {
  border: 1px solid #707070;
}
.tab_content h3 {
  color: #0A405C;
  font-weight: 900;
  margin-bottom: 20px;
}
.fa-content h2 {
  margin: 15px 0 30px 0 !important;
}
.section-block {
  color: #fff;
  text-align: center;
  background: #000;
  padding: 80px 0;
  background: rgb(0,0,0);
  background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(255,255,255,1) 13%);
  position: relative;
  filter: grayscale(10%);
  background: url(/wp-content/themes/asburyseminary/img/home-blue.jpg) no-repeat center center;
  background-size: cover;
  z-index: -1;
  min-height: 300px;
  display: grid;
  align-items: center;
}

.section-block h2 {
  color: #fff;
}
.section-block .triangle-topleft {
  z-index: -1;
}
#english {
  margin-top: -35px;
}
.content ul {
  margin-top: 20px;
  margin-left: 0;
  padding-left: 0;
  list-style-type: square;
}
.content table ul {
  margin-left: 20px;
}
.content p, .content li {
  color: #000;
  line-height: 22px;
}
.content p {
  margin-bottom: 20px;
}
.section .content ul {
  max-width: 750px;
  margin: 0 auto;
}
#procedures h2 {
  text-align: center;
  margin-bottom: 20px;
}
.section .content p {
  margin-bottom: 20px;
}
.section .content h3 {
  color: #000;
  margin-bottom: 20px;
}
body.page-cohorts .dmin-content {
  width: 600px !important;
  margin: 0 auto !important;
}

.admissions-staff {
  height: 600px;
}
.admissions-staff h2 {
  margin-bottom: 0;
  padding-bottom: 0;
}
.admissions-staff .content {
  padding: 0;
}
.ms-info h2 {
  font-size: 28px;
  margin: 0;
}
.ms-info h3 {
  font-size: 18px;
  margin: 0 0 20px 0;
}
.ms-info p {margin-bottom: 10px;}

.online-intro {
  padding: 50px;
  max-width: 1100px;
}

.online-intro h2{
  font-size: 45px;
}

.online-tag {
  margin: unset !important;
  background-size: cover !important;
}

.full-page {
  
  margin: 0 auto;
}
.full-page p {
  margin-bottom: 15px;
}
.full-page h1 {
  color: white;
}
.campus-link {
 display: grid;
 grid-template-columns: 1fr;
 vertical-align: top;
 margin: 0 20px 20px 0;
 -moz-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
  text-align: center;
  bbackground: rgba(0, 0, 0, 0.1);
  padding: 20px;
}
.campus-link:hover {
  background: rgba(0,0,0,.1);
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.campus-link h2 {
  margin-bottom: 10px;
}
h2.visit-header {
  text-align: center;
  margin: 10px 0;
}
.campus-link p {
  font-size: 13px;
  margin: 10px 0;
  color: #222;
  text-align: left;
}
a.campus-link:hover {
  text-decoration: none;
}
.campus-link img {
  max-width: 100%;
}

.campus-link span {
  align-self: end;
}

span.visit-btn {display: inline-block; background: rgba(0, 0, 0, 0.8); color: #fff; text-transform: uppercase; text-align: center; height: 40px; line-height:40px; width:auto;}

.visit-locations {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  max-width: 1100px;
  margin: 0px auto;
  padding-bottom: 20px;
}

.visit-content {
  background: white;
  padding-top: 50px;
  margin-top: -13px;
}

.visit-content h2 {
  text-align: center;
  padding: 0px 20px;
}

.visit-intro {
  padding-bottom: 50px;
  max-width: 1100px;
  font-size: unset;
  padding: 50px 20px;
  background: unset;
}

.visit-tour {
  background: url(/wp-content/themes/asburyseminary/img/admissions/Tour-Photo.jpg) center center;
  background-size: cover;
  width: 100%;
  height: 33vh;
  background-repeat: no-repeat;
}

.header-featured-tag {
  padding-top: 30px;
}
.form_page_1 {grid-gap: 10px 30px !important;}

@media (max-width: 1400px) {
  .visit-tour {
    height: 23vh;
  }
}


@media (max-width: 1200px) {
  
  .container{
    width: unset;
  }
  
  .container h2 {
    padding: 0px 50px;
  }
  
  .title-area {
    right: 160px;
    width: 360px;
  }
  
  .content {
    width: unset;
  }
  
  .content .header-featured-tag p {
    max-width: unset;
    padding: 0px 50px;
  }
}

@media (max-width: 1100px) {
  
  .page-header-container {
    background-size: cover !important;
  }
  
  .title-area {
    right: 265px;
  }
  
  .locations-tag h2, .visit-sites h2{
    padding: 0px 30px;
  }
  
  .extension-sites-content {
    margin: 20px 30px;
  } 
  
  .formation-block {
    margin: 0px 30px;
  }
  
  #degrees {
    grid-template-columns: repeat(auto-fill, 250px) !important;
  }
  
  .degree-image {
    height: 153px !important;
  }
  
  .degree-type {
    display: none !important;
  }
  
  .degree-description {
    display: flex;
    align-items: center;
  }
  
  .online-intro {
    max-width: 910px;
  }
}

@media (max-width: 980px) {

  .form_container {padding: 10px 20px !important;}
  
  .locations-intro {
    padding-left: 30px;
    padding-right: 30px;
  }
  
  .page-header-container {
    height: 315px;
  }
  
  .title-area {
    bottom: 115px;
    right: 300px;
    padding-left: 90px;
    width: 440px;
  }
  
  .title-area h1 {
    font-size: 30px;
  }
  
  .hybrid-quote {
    line-height: 30px;
  }
  
  .visit-tour {
    height: 16vh;
  }
}

@media (max-width: 930px) {
  
  body.page-tuition-scholarships .title-area, body.page-international-students .title-area, .title-area {
    position: relative; 
    right:0; 
    bottom:0; 
    width:100%; 
    padding: 0 0 0 20px;
  }
  
  .page-header-container {
    height: 190px;
  }
  
  .locations-tag h2, .visit-sites h2, .formation-block h2 {
    font-size: 50px;
  }
  
  .hybrid-locations {
    display: unset;
  }
  
  .hybrid-locations center {
    display: none;
  }
    
  .hybrid-degree-block {
    margin-top: 15px;
  }
  
  .sites-btn {
    padding: 3px 19px;
  }
  
  .lg-blue-box {
      padding: 225px 0px;
  }
  
  .lg-blue-video {
      margin-top: -235px;
  }
}

@media (max-width: 910px) {
  .online-intro {
    max-width: 630px;
  }
}


@media (max-width: 780px) {
  
  .adm-home {display: none;}
  .adm-nav {grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); width: 100%;}
  .facts-container { grid-template-columns: 1fr; }
  .fact {text-align: center;}
  .facts-content img {display: none;}
  .facts-content {grid-template-columns:1fr; padding: 0 20px;}
  .feature-content {grid-template-columns: 1fr;}
  #formation {margin-top:50px;}
  .header-txt {font-size:30px;line-height:30px;}
  .quote-block {display: none;}
  .motion-blocks {grid-template-columns: 1fr;}
  .motion-block h3 {line-height: 80px;}
  .adm-nav {grid-gap: 20px; padding: 0 20px;}
  .adm-nav a {border: 1px solid #eee; padding: 5px; color: #0D5E82;border: 1px solid #0D5E82; border-radius: 10px; text-align: center;}
  table {max-width: 100%;}
  
  .locations-video iframe {
    width: 100%;
    height: 295px;
  }
  
  .housing .quote-block {
    max-width: 75%;
  }
  
  .sites-btn {
    font-size: 14px;
  }
  
  .video-container{
    grid-template-columns: 1fr 1fr;
  }
  
  .hybrid-formation {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 500px;
    margin: auto;
    padding-top: unset;
  }
  
  .icon-container {
    margin-top: 20px;
  }
  
  .visit-content h2 {
    font-size: 60px;
  }
}

@media (max-width: 650px) {
  .online-intro h2 {
      font-size: 40px;
  }
  
  #degrees {
      grid-template-columns: repeat(auto-fill, 200px) !important;
  }
  
  .degree-image {
      height: 123px !important;
  }
  
  #degrees .degree-description {
      height: 100px !important;
  }
  
  #degrees h2 {
      font-size: 14px !important;
  }
  
  .online-intro {
      max-width: 565px;
  }
}

@media (max-width: 600px) {
  #english {margin-top:0;}
  .section-block {padding: 30px 0; min-height: 110px;}
  .section-block h2, .section h2 {font-size:50px;line-height: 50px; padding:0;margin:0;}
  .button-block {min-height: auto; padding:0;}
  .btn-lg { font-size:30px;font-size: 24px; margin: 0; }
  .section .content {padding: 20px 30px;}
  .shortfacts-container .container {width: 100%;}
  .fact {line-height: 55px;}
  .feature-content h2 {line-height: 60px;}
  #formation {display: none;}
  .feature-area {display: none;}
  .academic-wrapper {height: auto;}
  .motion-block ul {margin-top: 10px;}
  .motion-block ul li {font-size: 22px; margin-bottom: 5px; line-height: 24px;}
  /* .section-break {display: none;} */
  .section-break h2 { font-size: 25px; }
  /* .global, .mission, .home-voices-wrapper,.connect-wrapper,.admissions-staff {display: none;} */
  .admissions-staff, .connect-wrapper {display: none;}
  .mission {grid-template-columns: 1fr; margin-top: 0;}
  .mission img {display: none;}
  .statement {padding: 30px;}
  .quote-block {width: 100%;}

  .global .fact-container {width: 100%; grid-template-columns: 1fr 1fr; grid-gap: 20px; justify-items: center;}
  .global .students-from {width: 100%; text-align: center; font-size: 30px;}
  .fact span {line-height: 30px;}
  .home-voices-wrapper h2 { font-size: 25px; }
  .home-voices-profiles {grid-gap: 0; width: 100%; overflow: hidden;}
  .home-voices-text img {width:100%;}
  .home-voices-content {width: 100%;}
  .asb {margin: 0 15px;}
  .title-area h1 {font-size: 25px;line-height:25px;  }
  body.page-formation .title-area h1 {font-size: 40px !important;line-height:40px !important;  }
  body.page-formation .facts-container h2 {font-size: 35px; padding-bottom: 20px;}
  span.tagline {display: none;}
  .btn-lg {padding:10px 20px;}
  
  .hybrid-locations center {
    display: none;
  }
  
  .site-video iframe {
    display: none;
  }
  
  .video-container {
    padding-top: 20px;
  }
  
  .visit-sites h2 {
    font-size: 40px;
  }
  
  .site-video a {
    color: #2a5b7b !important;
  }
  
  .site-video h3 {
    font-weight: unset;
    margin: unset;
  }
  
  .site-video a:hover {
    font-weight: 900;
    text-decoration: none;
  }
  
  .visit-tour {
    height: 10vh;
  }
}

@media (max-width: 530px) {
  #degrees {
      grid-template-columns: repeat(auto-fill, 300px) !important;
  }
  
  .degree-image {
      height: 184px !important;
  }
  
  #degrees h2 {
      font-size: 16px !important;
  }
}

@media (max-width: 500px) {
  .title-area h1 {
    font-size: 22px;
  }
  
  .content .header-featured-tag p {
    padding: 0px 25px;
  }
  
  body.page-locations .quickfacts-container h2, body.page-residential .quickfacts-container h2, body.page-online .quickfacts-container h2 {
    font-size: 31 !important;
    margin-bottom: 0px;
  }
  
  .locations-video {
    padding: 0 0 20px 0;
    margin-top: 0px;
  }
  
  .locations-video iframe {
    height: 275px;
    margin-top: -5px;
  }
  
  .quote-only span {
    font-size: 16px;
  }
  
  #residential-block img {
    width: 230px;
  }
  
  .locations-tag h2, .visit-sites h2, .formation-block h2 {
    font-size: 31px;
    line-height: 35px;
  }
  
  .extension-sites h2 {
    font-size: 50px;
  }
  
  .sites-btn {
    font-size: 12px;
  }
  
  .formation-block {
    margin: 0px 20px;
  }
  
  .icon-container p {
    font-size: 11px;
  }
  
  .video-container {
    padding-right: : 20px;
  }
  
  .site-video {
    padding-left: 5px;
  }
  
  .full-page {
    padding: 20px 0;
  }
  
  .campus-link {
    width:100%;
  } 
  
  .lg-blue-box {
    padding: 20px 0px;
  }
  
  body.page-locations .quickfacts-container, body.page-online .quickfacts-container, body.page-residential .quickfacts-container {
    margin-top: 0px;
    padding: 30px 0px;
  }
  
  body.page-locations .adm-header-content, body.page-online .adm-header-content {
    margin-top: 0px;
  }
  
  .lg-blue-video {
      margin-top: 0px;
  }
  
  .facts-container {
    padding: 0px;
  }
  
  .visit-content h2 {
    font-size: 50px;
  }
  
  .online-intro h2 {
      font-size: 35px;
  }
}

@media (max-width: 400px) {
  
  .content .header-featured-tag p {
    font-size: 16px;
  }
  
  .quickfacts-container {
    padding-bottom: unset;
    padding-top: unset;
    margin: unset;
  }
  
  .locations-video {
    padding: unset;
  }
  
  .locations-video iframe {
    height: 240px;
  }
  
  .motion-block h3 {
    font-size: 60px;
    line-height: 60px;
  }
  
  .location-options h3 {
    font-size: 30px !important;
  }
  
  .location-options ul li {
    font-size: 20px !important;
    line-height: 22px !important;
  }
  
  .btn {
    margin: 10px 5px;
  }
  
  .housing .triangle-topleft {
    display: none;
  }
  .housing .lt-full {
    display: none;
  }
  
  .housing .quote-block {
    max-width: 100%;
    margin: unset;
  }
  
  .icon-container p {
    display: none;
  }
  
  .hybrid-formation {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding: 20px;
  }
  
  .icon-container {
    margin: unset;
  }
  
  .icon-container img {
    padding: 0px 5px;
  }
  
  .hybrid-quote span {
    font-size: 14px;
  }
  
  .quote-only {
    padding: 30px;
  }
  
  .quote-only span {
    padding-left: 10px;
  }
  
  .visit-tour {
    height: 7vh;
  }
  
  .visit-locations {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr))
  }
  
  .visit-content h2 {
    font-size: 42px;
  }
  
  #degrees {
      grid-template-columns: repeat(auto-fill, 200px) !important;
  }
  
  .degree-image {
      height: 123px !important;
  }
  
  #degrees .degree-description {
      height: 95px !important;
  }
  
  #degrees h2 {
      font-size: 14px !important;
  }
  
  .online-intro h2 {
      font-size: 22px;
  }
}