  /* #global-logos {
 position: absolute;
 bottom: 130px;
 right: 50px;
 width: 400px;
 z-index: 10; 
} */

#global-methodist h1 {
  font-family: 'league-gothic-italic', sans-serif;
  font-weight: 500;
}
#global-methodist h2 {
  font-size: 60px;
  text-align: center;
  font-family: 'league-gothic-italic', sans-serif;
  font-weight: 500;
}

#lower-content p {
  font-size: 24px;
  font-weight: 200;
  font-style: italic;
  color: #0D5E82;
  max-width: 90%;
  margin: 0 auto;
}

#featured-image-block {
  width: 700px;
  margin: 0 auto;
  margin-bottom: 30px;
}
#featured-image-block img {
  width: 100%;
  height: auto;
  margin-bottom: 0;
}
#featured-image-block span {
  display: block;
  background:  #0D5E82;
  color: #fff;
  padding: 10px 20px;
  margin-top: -5px;
}
.actual-video {
  width: 100%;
  margin: 0px auto 0 auto;
}
#video-container {
  display: grid;
  grid-template-columns: 1fr 300px;
  max-width: 1000px;
  margin: 0 auto;
}
.video-description-container {
  display: grid;
}
.video-description {
  align-self: center;
  max-width: 600px;
  margin: 0 0 0 -100px;
  background-color: #fff;
  padding: 30px;
  z-index: 2;
  box-shadow: 0px 3px 6px #00000029;
}
.video-description span {
  display: block;
  border-left: 15px solid #005E82;
  padding-left: 20px;
  font-size: 22px;
  font-weight: 900;
  color: #0A405C;
  
}
.video-top-content p, .video-description p {
  color: #fff;
}
.degrees-listing {
  margin: 50px auto 0 auto;
  max-width: 1000px;
}
.degree-listing {
  display: grid;
  /* grid-template-columns: 1fr 400px; */
  background: #F2F4F5;
  box-shadow: 0px 3px 6px #00000029;
  margin-bottom: 50px;
  align-items: center;
}
.degree-listing img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.degree-listing h3 {
  border-left: 10px solid #005E82;
  padding-left: 15px;
  color: #0D5E82;
  font-size: 24px;
}
.degree-listing h3 img {
  width: 200px;
  height: auto;
}
.degree-listing div {
  padding: 30px;
}
.degree-listing p {
  font-size: 14px;
}
.container img.size-full {
  width: 100%;
  height: auto;
  max-width: unset;
}
.wysiwyg-only h3 {
  color: #0D5E82;
  font-size: 26px;
}
.page-content {
  margin: 0 0 0 50px;
  padding: 50px 100px 0 0;
}
.page-content p {
  max-width: unset;
}
.page-content img {
  max-width: 100%;
}
.page-content-wrapper {
  margin-top: -150px;
}
.video-block, .text-callout,.degrees-listing, #top {
  padding: 0px 20px;
}
.video-block {
  margin-bottom: 40px;
}
.iframe-container {
  margin-bottom: 0px;
}
.callout-container{
  z-index: 9 !important;
}
#top {
  margin-bottom: 20px;
}
@media all and (max-width: 1500px) {
  #video-container {
    grid-template-columns: 1fr;
    max-width: unset;
    gap: 20px;
  }
  .video-description {
    margin-left: unset;
    margin: 0px auto;
  }
  .video-description span {
    font-weight: 700;
  }
  .degrees-listing {
    width: 100%;
  }
  .actual-video {
    width: 90%;
  }
  .text-callout-container{
    width: 100% !important;
    max-width: 600px;
  }
  .text-callout-content {
    font-size: 22px !important;
  }
}
@media all and (max-width: 1260px) {
  .page-content-container .page-content {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .subnav-column{
    margin-right: 0px;
  }
  .page-content {
    margin-left: 0px;
  }
  
}
@media all and (max-width: 1200px) {
  #video-container {
    max-width: unset;
  }
  .degree-listing {
    grid-template-columns: 1fr .55fr !important;
  }
}
@media all and (max-width: 980px) {
  .subnav-column {
    padding: 20px 0px;
  }
}
@media all and (max-width: 930px) {
  .subnav-column {
    margin-top: -45px;
  }
  .page-content-wrapper{
    margin-top: -30px;
  }
}
@media all and (max-width: 850px) {
  .subnav-column {
    order: 2;
  }
}
@media all and (max-width: 767px) {
  .degree-listing {
    grid-template-columns: 1fr !important;
  }
  div.form_responses {
    max-width: 280px;
  }
  .form_container {
    max-width: 350px;
    margin: 0px auto;
  }
}