/*BEGIN Dothan Landing Page */

@media (min-width: 768px) {
  .md\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .md\:hidden {
    display: none;
  }

  .md\:block {
    display: block;
  }

  .md\:block {
    display: block;
  }

  .md\:grid {
    display: grid;
  }

  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }
}

.no-underline {
  text-decoration: none;
}

.text-dragons-lair-green {
  color: #144b39;
}

.hidden {
  display: none;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.text-xl {
  font-size: 1.19rem;
}

.inline-block {
  display: inline-block;
}

.bg-loyal-yellow {
  background-color: #ffd400;
}

.rounded {
  border-radius: 0.25rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.bg-dragons-lair-green {
  background-color: #144b39;
}

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

.max-w-5xl {
  max-width: 64rem;
}

.block {
  display: block;
}

.bg-campus-green {
  background-color: #80bc00;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.text-white {
  color: #fff;
}

.leading-tight {
  line-height: 1.25;
}

.w-32 {
  width: 8rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.font-semibold {
  font-weight: 600;
}

.font-serif {
  font-family: kulturista-web, ui-serif, Georgia, Cambria, "Times New Roman",
    Times, serif;
}

@media (min-width: 1024px) {
  .lg\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:text-4xl {
    font-size: 2.11rem;
  }

  .lg\:h-1 {
    height: 0.25rem;
  }
}

@media (min-width: 1340px) {
  .xl\:text-5xl {
    font-size: 3rem;
  }

  .xl\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xl\:text-4xl {
    font-size: 2.11rem;
  }
}

.fullWidth {
  max-width: 100%;
  margin: 0;
}

.soop--appointment-btn {
  border-bottom: none !important;
}

.soop--appointment-btn {
  color: #0c4332 !important;
  background: #88c408;
  border-radius: 20px;
  padding: 5px 30px;
  font-weight: 600 !important;
  font-size: 1.5em;
  border: 1px #88c408 solid;
}

.text-center {
  text-align: center !important;
}

.soop--phone-text {
  background: #f0f0f0;
  padding: 5px 50px;
}

.soop--phone-text p {
  color: #0c4332;
  font-size: 1.3em;
  font-weight: 600;
  text-align: right;
}

.soop--phone-text p strong {
  font-weight: 700;
}

/**BEGIN Intro**/
.soop--twoCol-container {
  display: flex;
  gap: 1em;
  padding: 2em 0;
  box-sizing: border-box;
}

.soop--twoCol-container .leftCol {
  width: 70%;
  padding: 0 5em 0 0;
  box-sizing: border-box;
}

.soop--intro-heading {
  font-weight: 600 !important;
  letter-spacing: 1px;
  font-family: proxima-nova, sans-serif !important;
  font-size: 1.8em;
  padding-bottom: 0.5em;
}

.soop--twoCol-container .rightCol {
  width: 36%;
}

.soop--twoCol-container .rightCol .rightCol-links {
  border-top: 15px solid #0f3b2d;
  padding: 20px;
  box-sizing: border-box;
}

.soop--twoCol-container .rightCol .rightCol-links ul {
  list-style-type: none;
}

.soop--twoCol-container .rightCol .rightCol-links ul > li > a {
  color: #0f3b2d !important;
  font-size: 18px;
  font-weight: 600 !important;
  border-bottom: none !important;
}

@media screen and (max-width: 1024px) {
  .soop--twoCol-container {
    flex-direction: column;
  }

  .soop--twoCol-container .leftCol,
  .soop--twoCol-container .rightCol {
    width: 100%;
  }
}

/**END Intro**/
/*BEGIN Specialities & Services**/
.soop--specialities-box {
  display: flex;
  background: #0f3b2d;
}

.soop--specialities-box .imageCol {
  width: 65%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 400px;
}

.soop--specialities-box .listCol {
  width: 35%;
  padding: 2em 4em;
  background: #0f3b2d;
  box-sizing: border-box;
}

.specialities-heading {
  position: relative;
}

.specialities-heading h3 {
  font-family: proxima-nova, sans-serif !important;
  color: #fff;
  padding-bottom: 1em;
}

.specialities-heading h3::after {
  width: 100px;
  height: 5px;
  background-color: #fff;
  content: "";
  position: absolute;
  left: 0;
  top: 80%;
}

.soop--specialities-box ul {
  color: #fff;
  list-style-type: none;
  margin-left: 0;
  margin-top: 0.5em;
}

.soop--specialities-box ul li {
  margin-bottom: 0.1em !important;
}

@media screen and (max-width: 1247px) {
  .soop--specialities-box .imageCol {
    width: 60%;
  }

  .soop--specialities-box .listCol {
    width: 40%;
  }
}

@media screen and (max-width: 1024px) {
  .soop--specialities-box {
    flex-direction: column;
  }

  .soop--specialities-box .imageCol,
  .soop--specialities-box .listCol {
    width: 100%;
  }
}

@media screen and (max-width: 445px) {
  .soop--specialities-box .listCol {
    padding: 2em 1.5em;
  }
}

/**END Specialities & Services**/
/**BEGIN Newglasses**/
.soop--newglasses-box {
  display: flex;
  background: #f2f2f2;
  margin: 2em 0;
  align-items: center;
}

.soop--newglasses-box .new-glasses-img {
  width: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 300px;
}

.soop--newglasses-box .new-glasses-text {
  text-align: center;
  color: #0f3b2d;
  width: 50%;
  padding: 2em 3em;
  background: #f2f2f2;
  box-sizing: border-box;
}

.soop--newglasses-box .new-glasses-text h2 {
  font-family: proxima-nova, sans-serif !important;
  font-size: 2.5em;
  font-weight: 800 !important;
  color: #0f3b2d;
  text-align: center;
  margin-bottom: 0 !important;
}

@media screen and (max-width: 980px) {
  .soop--newglasses-box {
    flex-direction: column;
  }

  .soop--newglasses-box .new-glasses-img,
  .soop--newglasses-box .new-glasses-text {
    width: 100%;
  }
}

/**END Newglasses**/
/**BEGIN All Clinics**/
.soop--all-clinics h2 {
  text-align: center;
  font-weight: 600 !important;
  font-size: 30px;
}

.soop--all-clinics-links {
  display: flex;
  justify-content: space-evenly;
  text-align: center;
  padding: 2em 0;
  box-sizing: border-box;
}

.soop--all-clinics-links div p {
  border-bottom: 1px solid #eee;
  padding: 0 0 10px 0;
}

.soop--all-clinics-links div a {
  font-size: 1.25em;
  font-weight: 700 !important;
  color: #0f3b2d !important;
  border-bottom: none !important;
}

@media screen and (max-width: 890px) {
  .soop--all-clinics-links {
    flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  .soop--eye-care-wk img.uk-border-circle {
    width: 50%;
  }

  .soop--twoCol-container .leftCol {
    padding: 0 0 0 0;
  }
}

@media screen and (max-width: 810px) {
  .soop--phone-text p {
    text-align: center;
    padding-bottom: 0 !important;
  }
}

@media screen and (max-width: 960px) {
  .soop--appointment-btn {
    font-size: inherit;
  }
}

@media screen and (max-width: 426px) {
  .soop--appointment-btn {
    padding: 3px 12px;
  }
}

/**END All Clinics**/

/**BEGIN FORM**/
.wFormContainer .wForm {
  background: #fff !important;
  border: 2px solid #88c408 !important;
}

/*END Dothan Landing Page */

/*BEGIN DMD Program - Incoming Students */

.dmd-is .wk-card-primary {
  background-color: #dee7bc;
}

.dmd-is .wk-card-primary p {
  text-align: center !important;
}

.dmd-is .wk-card-default {
  background-color: #1e6b52;
}

.dmd-is .wk-card-default p {
  color: #ffffff !important;
  text-align: center !important;
}

/*END DMD Program - Incoming Students */

/*BEGIN Featured Item */

@media all and (min-width: 980px) {
  [data-tag*="featured"] {
    flex-basis: 100% !important;
  }

  [data-tag*="featured"] .uk-card-body img {
    float: right;
    width: 50%;
    margin-left: 30px;
  }
}

/*END Featured Item */


/*BEGIN Hide Additional Info on WK Directories */

.grid-people-directory .uk-article-meta {
  display: none;
}


/*END Hide Additional Info on WK Directories */


/*BEGIN Student Life Banner */

.sl--quote-title {
  color: #fff !important;
  text-transform: uppercase !important;
}

.sl--pull-quotes-container {
  background: rgba(30, 107, 82, 0.6);
  border-radius: 20px;
  padding: 2em;
  position: relative;
  margin: 3em 0;
}

.sl--pull-quotes {
  color: #fff;
  font-style: italic;
  font-size: 1.1em;
  text-align: center;
}

.sl--left-quotes {
  color: #80BD00;
  font-size: 3.3em;
  position: absolute;
  top: -20px;
  left: -20px;
}

.sl--right-quotes {
  color: #285134;
  font-size: 3.3em;
  position: absolute;
  right: -20px;
}

#content .sl--banner li {
  margin-bottom: 0;
}

.sl--quicklinks-container {
  background: #1e6b52;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4em 1em;
}

.sl--quicklinks-container div {
  border-right: 2px solid #fff;
  padding: 1em;
  text-align: center;
  flex-basis: auto;
}

.sl--quicklinks-container div:last-child {
  border-right: none;
}

.sl--quicklinks-btn {
  border: 4px solid #80BE00 !important;
  color: #fff !important;
  font-family: 'kulturista-web' !important;
  font-weight: 600 !important;
  font-size: 1.5em;
}

@media only screen and (max-width: 986px) {
  .sl--quicklinks-container {
    flex-direction: column;
  }

  .sl--quicklinks-container div {
    border-right: none;
    width: 350px;
  }

  .sl--quicklinks-btn {
    margin: 0 2em;
  }
}


/*END Student Life Banner */


@media only screen and (min-width: 768px) {
  .programs-grid .uk-panel {
    min-height: 725px;
  }

  .programs .wFormContainer {
    background-color: #eee;
  }
}


/*BEGIN Profile */

.profile-button {
  display:block;
  margin-top:10px;
}

/*END Profile */