#department > ul > li > a {
  letter-spacing: 1px;
}
#photo_section {
  height: calc(100vh - 19.3rem);
  background-attachment: initial;
}
#photo_section h1 {
  font-family: 'rbno2.1amedium';
  color: #fff;
  letter-spacing: 22px; /* letter-spacing: 52px; */
  padding: 37px;
}
@media only screen and (max-width: 600px) {
  #photo_section h1 {
    font-size: 5rem;
    letter-spacing: 0px;
  }
    .mobilebtn {
        display:none;
    }
}
@media only screen and (max-width: 300px) {
  #photo_section h1 {
    font-size: 4rem;
    letter-spacing: 0px;
  }
}
h2 {
  color: #777 !important;
}
@media only screen and (max-width: 600px) {
  h2 {
    font-size: 1.5rem;
    letter-spacing: 0px;
  }
}
#the-content {
  padding-top: 0px;
}
.overlay {
  background: rgba(0,0,0,0.5);
}
main {
  position: relative;
  z-index: 1;
  height: auto;
}
.fixedHeader {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 5;
  backface-visibility: hidden;
}
@media only screen and (max-width: 600px) {
  .fixedHeader {
    position: inherit;
  }
}
#pos {
  background: #fff;
  padding: 0px 3000px !important;
  margin: 0px -3000px !important;
  border-bottom: 1px solid #eee;
}
#pos ul {
  *zoom: 1;
  width: auto;
  max-width: 1200px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
#pos ul:before,
#pos ul:after {
  content: '';
  display: table;
}
#pos ul:after {
  clear: both;
}
#pos ul li {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 20%;
  margin-left: 0%;
  margin-right: 0%;
  display: inline-block;
}
#pos ul li:before,
#pos ul li:after {
  content: '';
  display: table;
}
#pos ul li:after {
  clear: both;
}
@media only screen and (max-width: 600px) {
  #pos ul li {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }
  #pos ul li:before,
  #pos ul li:after {
    content: '';
    display: table;
  }
  #pos ul li:after {
    clear: both;
  }
  #pos ul li a {
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee;
  }
}
#pos ul li a {
  text-align: center;
  color: #777;
  font-family: 'rbno2.1alight';
  font-size: 2.5rem;
  display: block;
  padding: 3rem 0rem;
  letter-spacing: 1px;
  border-right: 1px solid #eee;
}

#pos ul li a:hover {
  background: #ba1c21;
  transition: background 0.75s;
  color: #fff;
}
.active {
  background: #777;
  transition: 0.5s;
}
.active a {
  color: #fff !important;
}
#schools {
  padding: 3rem 3000px !important;
  margin: 0px -3000px !important;
  width: 100%;
  background-image: url("/wp-content/themes/dixie-s15/images/homepage/zion.jpg");
  background-size: 100vw 100vh;
  padding-top: 3rem;
  background-position: center;
  padding-bottom: 7rem !important;
  float: left;
  min-height: 88vh;
}
@media only screen and (max-width: 600px) {
  #schools {
    background-size: contain;
  }
}
.sleft {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 48.5%;
  margin-left: 0%;
  margin-right: 3%;
}
.sleft:before,
.sleft:after {
  content: '';
  display: table;
}
.sleft:after {
  clear: both;
}
.sleft:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 600px) {
  .sleft {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .sleft:first-child {
    margin-left: auto;
  }
  .sleft:last-child {
    margin-right: auto;
  }
}
.school {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 3%;
  border: 1rem solid rgba(0,0,0,0.8);
  background-size: cover;
  box-sizing: border-box;
}
.school:before,
.school:after {
  content: '';
  display: table;
}
.school:after {
  clear: both;
}
.school:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 600px) {
  .school {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .school:first-child {
    margin-left: auto;
  }
  .school:last-child {
    margin-right: auto;
  }
}
.schoolBlurb {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 3%;
  color: #fff;
  padding-top: 4rem;
  padding-left: 4rem;
  box-sizing: border-box;
}
.schoolBlurb:before,
.schoolBlurb:after {
  content: '';
  display: table;
}
.schoolBlurb:after {
  clear: both;
}
.schoolBlurb:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 600px) {
  .schoolBlurb {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }
  .schoolBlurb:first-child {
    margin-left: auto;
  }
  .schoolBlurb:last-child {
    margin-right: auto;
  }
}
.schoolArrowLeft {
  background-image: url("/wp-content/themes/dixie-s15/images/homepage/left.png");
  width: 23px;
  height: 64px;
  float: left;
  padding: 0.5rem 2rem;
  background-repeat: no-repeat;
  background-position: center;
}
.schoolArrowLeft:hover {
  box-shadow: 0px 0px 10px #000;
}
.schoolArrowRight {
  background-image: url("/wp-content/themes/dixie-s15/images/homepage/right.png");
  width: 23px;
  height: 64px;
  float: right;
  padding: 0.5rem 2rem;
  background-repeat: no-repeat;
  background-position: center;
}
.schoolArrowRight:hover {
  box-shadow: 0px 0px 10px #000;
}
.academicBox {
  margin: 3rem 0rem 5rem 0rem !important;
}
.academicBox h2 {
  color: #fff !important;
  font-size: 5rem;
  margin: 0;
  text-align: center;
}
.academicSelection {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 48.5%;
  margin-left: 0%;
  margin-right: 3%;
}
.academicSelection:before,
.academicSelection:after {
  content: '';
  display: table;
}
.academicSelection:after {
  clear: both;
}
.academicSelection:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 600px) {
  .academicSelection {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .academicSelection:first-child {
    margin-left: auto;
  }
  .academicSelection:last-child {
    margin-right: auto;
  }
}
.academicSelection ul {
  background: rgba(255,255,255,0.05);
  *zoom: 1;
  width: auto;
  max-width: 1200px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
.academicSelection ul:before,
.academicSelection ul:after {
  content: '';
  display: table;
}
.academicSelection ul:after {
  clear: both;
}
.academicSelection ul li {
  display: block;
}
@media only screen and (max-width: 600px) {
  .academicSelection ul li {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .academicSelection ul li:before,
  .academicSelection ul li:after {
    content: '';
    display: table;
  }
  .academicSelection ul li:after {
    clear: both;
  }
  .academicSelection ul li:first-child {
    margin-left: auto;
  }
  .academicSelection ul li:last-child {
    margin-right: auto;
  }
}
.academicSelection ul li a {
  text-align: center;
  color: #fff;
  display: block;
  padding: 3rem 0rem;
}
.academicSelection ul li a:hover {
  background: rgba(186,28,33,0.25);
  transition: background 0.5s;
}
#cta {
  background: #fff;
  padding: 0px 3000px !important;
  margin: 0px -3000px !important;
}
@media only screen and (max-width: 600px) {
  #cta {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  #cta:first-child {
    margin-left: auto;
  }
  #cta:last-child {
    margin-right: auto;
  }
}
#cta ul {
  *zoom: 1;
  width: auto;
  max-width: 1200px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  margin: 0;
  padding: 5rem 0rem;
}
#cta ul:before,
#cta ul:after {
  content: '';
  display: table;
}
#cta ul:after {
  clear: both;
}
#cta ul li {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 31.33333333333333%;
  margin-left: 0%;
  margin-right: 3%;
  display: inline-block;
}
#cta ul li:before,
#cta ul li:after {
  content: '';
  display: table;
}
#cta ul li:after {
  clear: both;
}
#cta ul li:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 600px) {
  #cta ul li {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  #cta ul li:before,
  #cta ul li:after {
    content: '';
    display: table;
  }
  #cta ul li:after {
    clear: both;
  }
  #cta ul li:first-child {
    margin-left: auto;
  }
  #cta ul li:last-child {
    margin-right: auto;
  }
}
#cta ul li a {
  text-align: center;
  color: #000;
  font-family: 'rbno2.1alight';
  font-size: 2.5rem;
  display: block;
  padding: 6rem 0rem;
  background: rgba(255,255,255,0.75);
  transition: background-color 0.5s;
}
#cta ul li a span {
  width: 100%;
  background-color: #fff;
  display: block;
  padding: 0.5rem 0rem;
  box-shadow: 0px 7px 20px -13px #000;
}
#cta ul li a:hover {
  background: rgba(255,255,255,0);
  transition: background 0.5s;
}
.tour {
  background-image: url("/wp-content/themes/dixie-s15/images/homepage/campus-tour.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.5s;
}
.tour:hover {
  background-size: 150%;
  transition: all 0.5s;
}
.inquire {
  background-image: url("/wp-content/themes/dixie-s15/images/homepage/inquire-now.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.5s;
}
.inquire:hover {
  background-size: 150%;
  transition: all 0.5s;
}
.apply {
  background-image: url("/wp-content/themes/dixie-s15/images/homepage/apply.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.5s;
}
.apply:hover {
  background-size: 150%;
  transition: all 0.5s;
}
#tuition {
  font-size: 3.5rem;
  float: left;
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 3%;
  text-align: center;
  transform: translateZ(0);
}
#tuition:before,
#tuition:after {
  content: '';
  display: table;
}
#tuition:after {
  clear: both;
}
#tuition:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 600px) {
  #tuition {
    font-size: 1.75rem;
  }
}
#tuition h1 {
  font-family: 'rbno2.1alight';
  font-size: 6rem;
  padding-top: 3rem;
}
#tuition h2 {
  padding-bottom: 5rem;
}
#tuition hr {
  border: none;
  border-bottom: 0.1rem dotted #ba1c21;
  margin: 5rem 0rem;
}
#tuition .chartStat {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 25%;
  margin-left: 0%;
  margin-right: 0%;
  text-align: left;
  margin-top: 5rem;
}
#tuition .chartStat:before,
#tuition .chartStat:after {
  content: '';
  display: table;
}
#tuition .chartStat:after {
  clear: both;
}
@media only screen and (max-width: 600px) {
  #tuition .chartStat {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    padding: 5rem 0rem;
  }
  #tuition .chartStat:before,
  #tuition .chartStat:after {
    content: '';
    display: table;
  }
  #tuition .chartStat:after {
    clear: both;
  }
}
#tuition .chartStat p {
  padding: 0rem;
  margin: 0rem;
  font-family: 'rbno2.1amedium';
}
#tuition .tuitionTable {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 75%;
  margin-left: 0%;
  margin-right: 0%;
}
#tuition .tuitionTable:before,
#tuition .tuitionTable:after {
  content: '';
  display: table;
}
#tuition .tuitionTable:after {
  clear: both;
}
@media only screen and (max-width: 600px) {
  #tuition .tuitionTable {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }
  #tuition .tuitionTable:before,
  #tuition .tuitionTable:after {
    content: '';
    display: table;
  }
  #tuition .tuitionTable:after {
    clear: both;
  }
}
#tuition .tuitionTable table tr td {
  border: none;
}
#tuition .tuitionTable h3 {
  font-family: Arial, sans-serif;
  font-size: 4rem;
  text-align: left;
}
#tuition .tuitionTable p {
  text-align: left;
}
#tuition .averageTuition {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
  margin-top: 2rem;
  text-align: left;
}
#tuition .averageTuition:before,
#tuition .averageTuition:after {
  content: '';
  display: table;
}
#tuition .averageTuition:after {
  clear: both;
}
#tuition .averageTuition .dixieChart {
  width: 0%;
  background: #ba1c21;
  height: 4rem;
}
#tuition .averageTuition .dixieChart p {
  color: #fff;
  text-align: left;
  padding: 0.5rem 5rem;
}
@media only screen and (max-width: 600px) {
  #tuition .averageTuition .dixieChart p {
    font-size: 0;
  }
}
#tuition .averageTuition .averageUniversity {
  width: 0%;
  background: #929292;
  height: 4rem;
}
#tuition .averageTuition .averageUniversity p {
  color: #fff;
  text-align: left;
  padding: 0.5rem 5rem;
}
@media only screen and (max-width: 600px) {
  #tuition .averageTuition .averageUniversity p {
    font-size: 0;
  }
}
.in-state:before,
.out-of-state:before,
.wue:before {
  content: '$';
}
#location {
  text-align: center;
  padding-bottom: 5rem;
  float: left;
}
#location .mapstats {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 20%;
  margin-left: 0%;
  margin-right: 0%;
  font-family: 'rbno2.1amedium';
  text-align: left;
  margin-top: 7rem;
}
#location .mapstats:before,
#location .mapstats:after {
  content: '';
  display: table;
}
#location .mapstats:after {
  clear: both;
}
@media only screen and (max-width: 600px) {
  #location .mapstats {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  #location .mapstats:first-child {
    margin-left: auto;
  }
  #location .mapstats:last-child {
    margin-right: auto;
  }
}
#location .mapstats .additionalInfo {
  font-family: Arial, sans-serif;
}
#location .map {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 80%;
  margin-left: 0%;
  margin-right: 0%;
}
#location .map:before,
#location .map:after {
  content: '';
  display: table;
}
#location .map:after {
  clear: both;
}
@media only screen and (max-width: 600px) {
  #location .map {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  #location .map:first-child {
    margin-left: auto;
  }
  #location .map:last-child {
    margin-right: auto;
  }
}
#carousel {
  float: left;
  padding: 0rem 3000px !important;
  margin: 0rem -3000px !important;
  text-align: center;
  color: #fff;
  background-image: url("/wp-content/themes/dixie-s15/images/homepage/zion2.jpg");
  background-size: 32% 100%;
}
#carousel {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
#slides {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 250px;
}
#slides ul {
  list-style: none;
  width: 100%;
  height: 250px;
  margin: 0;
  padding: 0;
  position: relative;
}
#slides li {
  width: 100%;
  height: 250px;
  float: left;
  text-align: center;
  position: relative;
}
/* Styling for prev and next buttons */
.btn-bar {
  margin: 0 auto;
  display: block;
  padding: 2rem 0rem;
}
#buttons {
  padding: 0 0 5px 0;
  /*display: inline-block;*/
  width: 100%;
  height: 50px;
}
#buttons a {
  text-align: center;
  display: block;
  font-size: 50px;
  float: left;
  outline: 0;
  margin: 0 60px;
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 9px;
  width: 35px;
}
@media only screen and (max-width: 600px) {
  #buttons a {
    margin: 0;
  }
}
a#next {
  float:right;
}
a#prev:hover,
a#next:hover {
  color: #fff;
  text-shadow: 0.5px 0px #b14943;
}
#thedixielife {
  text-align: center;
  float: left;
  padding: 5rem 0rem;
}
#thedixielife .socialPhotos {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 75%;
  margin-left: 0%;
  margin-right: 0%;
}
#thedixielife .socialPhotos:before,
#thedixielife .socialPhotos:after {
  content: '';
  display: table;
}
#thedixielife .socialPhotos:after {
  clear: both;
}
@media only screen and (max-width: 600px) {
  #thedixielife .socialPhotos {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }
  #thedixielife .socialPhotos:before,
  #thedixielife .socialPhotos:after {
    content: '';
    display: table;
  }
  #thedixielife .socialPhotos:after {
    clear: both;
  }
}
#thedixielife .socialPhotos .sphoto {
  background: #fff;
  min-width: 10rem;
  width: 26rem;
  box-shadow: -0.21rem 0.5rem 1.25rem -0.5rem #000;
  position: relative;
  border: solid 1rem #fff;
}
#thedixielife .socialText {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 25%;
  margin-left: 0%;
  margin-right: 0%;
  text-align: left;
}
#thedixielife .socialText:before,
#thedixielife .socialText:after {
  content: '';
  display: table;
}
#thedixielife .socialText:after {
  clear: both;
}
@media only screen and (max-width: 600px) {
  #thedixielife .socialText {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }
  #thedixielife .socialText:before,
  #thedixielife .socialText:after {
    content: '';
    display: table;
  }
  #thedixielife .socialText:after {
    clear: both;
  }
}
#thedixielife .socialText p {
  line-height: 2.5rem !important;
  padding-bottom: 1rem !important;
}
#thedixielife .socialText a {
  color: #fff;
  padding: 1rem 3rem;
  background: #ba1c21;
  border-radius: 1rem;
}
#thedixielife .socialText a:hover {
  color: #000;
  background: #fff;
  border: 0.1rem solid #000;
  transition: all 0.5s;
}
#instafeed a {
  float: left;
}
#instafeed a:nth-child(1) > img {
  transform: rotate(-10deg);
}
#instafeed a:nth-child(3) > img {
  transform: rotate(10deg);
}
#instafeed .user {
  padding-top: 2rem;
}
#athletics {
  float: left;
}
#athletics h1 {
  text-align: center !important;
}
#athletics h3 {
  font-size: 3.5rem;
  font-family: Arial;
  color: #929292;
}
@media only screen and (max-width: 600px) {
  #athletics h3 {
    font-size: 14px;
  }
}
#athletics h4 {
  color: #ba1c21;
}
#athletics hr {
  border: none;
  border-bottom: 0.1rem dotted #ba1c21;
  margin: 5rem 0rem;
}
#athletics .atext {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 60%;
  margin-left: 0%;
  margin-right: 0%;
  padding-top: 5rem;
  line-height: 0px;
}
#athletics .atext:before,
#athletics .atext:after {
  content: '';
  display: table;
}
#athletics .atext:after {
  clear: both;
}
@media only screen and (max-width: 600px) {
  #athletics .atext {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  #athletics .atext:first-child {
    margin-left: auto;
  }
  #athletics .atext:last-child {
    margin-right: auto;
  }
}
#athletics .aphoto {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 40%;
  margin-left: 0%;
  margin-right: 0%;
}
#athletics .aphoto:before,
#athletics .aphoto:after {
  content: '';
  display: table;
}
#athletics .aphoto:after {
  clear: both;
}
@media only screen and (max-width: 600px) {
  #athletics .aphoto {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  #athletics .aphoto:first-child {
    margin-left: auto;
  }
  #athletics .aphoto:last-child {
    margin-right: auto;
  }
}