/*
   Theme Name: BYU Humanities (Department)
   Theme URI: 
   Author: Riser Media
   Author URI: http://riseragency.com
   Description: 
   Version: 1.0
   License: GNU General Public License v2 or later
   License URI: http://www.gnu.org/licenses/gpl-2.0.html
   Tags: 
   Text Domain: byuh


   /////////////////////////////////
   /////// TABLE OF CONTENTS ///////
   /////////////////////////////////

   /* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
 */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.group:after {
  content: "";
  display: table;
  clear: both;
}
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.ie header,
.ie nav,
.ie section,
.ie article,
.ie aside,
.ie footer,
.ie hgroup {
  display: block;
}
html,
body {
  width: 100%;
  display: block;
}
body {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 14px;
  background-color: #2c5978;
}
@-ms-viewport {
  width: device-width;
}
html.ie:before {
  content: "You are using an outdated browser. Please upgrade to ensure the best viewing experience.";
  display: block;
  padding: 20px;
}
img.alignleft {
  float: left;
  width: 50%;
  padding-right: 40px;
  padding-bottom: 40px;
}
img.alignright {
  float: right;
  width: 50%;
  padding-left: 40px;
  padding-bottom: 40px;
}
img.aligncenter {
  display: block;
  padding-bottom: 40px;
  margin: 0 auto;
}
img.alignnone {
  display: block;
  padding-bottom: 40px;
}
img.alignfullsize {
  display: block;
  padding-bottom: 40px;
  width: 100%;
}
#schedule_table {
  width:80%;
}
#schedule_table th, #schedule_table td {
  padding: 5px;
}

#schedule_table .odd {
  background-color: #FFFFDD;
}

@media all and (max-width: 499px) {
  img.alignleft, img.alignright, img.aligncenter, img.alignfullsize {
    float: none;
    padding: 0 0 20px 0;
    width: 100%;
  }
}
h1,
h2 {
  font-size: 38px;
  font-family: 'Cardo', serif;
  line-height: 1.4;
}
@media all and (max-width: 1099px) {
  h1,
  h2 {
    font-size: 32px;
  }
}
@media all and (max-width: 499px) {
  h1,
  h2 {
    font-size: 28px;
  }
}
h3 {
  font-size: 26px;
  font-family: 'Josefin Sans', sans-serif;
  line-height: 1.2;
}
h4 {
  font-size: 18px;
  line-height: 1.2;
}
@media all and (max-width: 799px) {
  h4 {
    font-size: 16px;
  }
}
.break {
  color: #2c5978;
  display: inline-block;
}
.break:after {
  content: '';
  width: 58px;
  height: 4px;
  background-color: #f7cf3d;
  display: block;
  margin-top: 4px;
  margin-bottom: 32px;
}
@media all and (max-width: 499px) {
  .break:after {
    height: 2px;
    width: 48px;
  }
}
@media all and (max-width: 499px) {
  .break {
    margin-left: 10px;
  }
}
p {
  font-size: 18px;
  line-height: 23px;
}
@media all and (max-width: 699px) {
  p {
    font-size: 16px;
  }
}
p > em {
  font-style: italic;
}
a {
  text-decoration: none;
  color: inherit;
}
@media all and (max-width: 499px) {
  .text-content {
    padding: 10px;
  }
}
.text-content h1,
.text-content h2,
.text-content h3,
.text-content h4,
.text-content h5,
.text-content h6 {
  font-weight: bold;
  font-family: 'Josefin Sans', sans-serif;
  color: #2c5978;
  line-height: 1.4;
}
.text-content h1 {
  font-size: 38px;
}
@media all and (max-width: 499px) {
  .text-content h1 {
    font-size: 34px;
  }
}
.text-content h2 {
  font-size: 34px;
}
@media all and (max-width: 499px) {
  .text-content h2 {
    font-size: 30px;
  }
}
.text-content h3 {
  font-size: 30px;
}
@media all and (max-width: 499px) {
  .text-content h3 {
    font-size: 26px;
  }
}
.text-content h4 {
  font-size: 26px;
}
@media all and (max-width: 499px) {
  .text-content h4 {
    font-size: 22px;
  }
}
.text-content h5 {
  font-size: 22px;
}
@media all and (max-width: 499px) {
  .text-content h5 {
    font-size: 18px;
  }
}
.text-content h6 {
  font-size: 18px;
}
@media all and (max-width: 499px) {
  .text-content h6 {
    font-size: 16px;
  }
}
.text-content p {
  color: #000000;
  margin: 15px 0;
}
.text-content p a {
  color: #2c5978 !important;
  text-decoration: underline;
}
.text-content img {
  max-width: 100%;
  height: auto;
  margin-bottom: 25px;
}
.text-content .image-container img {
  width: 100%;
  margin-bottom: 32px;
}
.underline {
  display: inline-block;
}
.underline:after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #2c5978;
  display: block;
  margin-top: 2px;
}
.italic {
  font-style: italic;
}
.caps {
  text-transform: uppercase;
}
.byu-icon-arrow-long {
  font-size: 34px;
  width: 30px;
  height: 14px;
  line-height: 14px;
  display: inline-block;
  overflow: hidden;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}
.byu-icon-arrow-long:before {
  position: relative;
  bottom: 0;
  left: -16px;
  -webkit-transition: left 0.3s;
  -moz-transition: left 0.3s;
  -o-transition: left 0.3s;
  transition: left 0.3s;
}
.extend .byu-icon-arrow-long:before {
  left: -9px;
}
.byu-icon-arrow-thin-long {
  font-size: 30px;
  width: 40px;
  line-height: 24px;
  height: 24px;
  display: inline-block;
  overflow: hidden;
  color: #9edbec;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}
.byu-icon-arrow-thin-long:before {
  position: relative;
  bottom: 0;
  left: -30px;
  -webkit-transition: left 0.3s;
  -moz-transition: left 0.3s;
  -o-transition: left 0.3s;
  transition: left 0.3s;
}
.extend .byu-icon-arrow-thin-long:before {
  left: -22px;
}
.cta {
  font-family: 'Cardo', serif;
  font-size: 18px;
  color: #2c5978;
  font-style: italic;
  display: inline-block;
}
@media all and (max-width: 699px) {
  .cta {
    font-size: 16px;
  }
}
@media all and (max-width: 499px) {
  .cta {
    margin-top: 0;
  }
}
.cta span {
  margin-right: 10px;
}
.cta .icon {
  color: #9edbec;
  position: relative;
  top: 5px;
}
.filter-container {
  margin-bottom: 32px;
  position: relative;
  text-transform: uppercase;
  display: inline-block;
  min-width: 300px;
  font-size: 16px;
  vertical-align: top;
}
.statusfilter-container {
  float: right;
}
.statusfilter-container .statusfilter {
  font-size: 125%;
  cursor: pointer;
  display: inline-block;
}
.statusfilter-container .current {
  text-decoration: underline;
}
@media all and (max-width: 599px) {
  .filter-container {
    display: block;
    width: 100%;
  }
  .filter-container ul {
    width: 100%;
  }
  .statusfilter-container {
    float: none;
    padding-bottom: 25px;
  }
}
@media all and (max-width: 499px) {
  .filter-container {
    padding: 0 2.5%;
  }
  .filter-container ul {
    left: 2.5%;
  }
}
.filter-container > span {
  color: #86847d;
  font-size: 16px;
  margin-right: 10px;
}
.filter-container .filter-label {
  background: #b3b1a9;
  width: auto;
  min-width: 100px;
  display: inline-block;
  vertical-align: middle;
  padding: 14px 40px 14px 20px;
  position: relative;
  font-weight: bold;
  color: white;
  cursor: pointer;
}
.calendar-filter .filter-container .filter-label {
  max-width: 260px;
}
@media all and (max-width: 1250px) {
  .calendar-filter .filter-container .filter-label {
    max-width: 188px;
  }
}
@media all and (max-width: 894px) {
  .calendar-filter  .filter-container .filter-label {
    max-width: 260px;
  }
}

@media all and (max-width: 599px) {
  .filter-container .filter-label {
    display: block;
    width: 100%;
  }
}
.filter-container .filter-label .icon {
  position: absolute;
  right: 15px;
  font-size: 16px;
  top: 14px;
}
.filter-container ul {
  background: #b3b1a9;
  max-width: 320px;
  color: white;
  font-weight: bold;
  position: absolute;
  top: 53px;
  left: 0;
  z-index: 2;
  display: none;
  overflow: auto;
  cursor: pointer;
}
.directory .filter-container ul {
  height: 500px;
  overflow: auto;
  cursor: pointer;
}
.filter-container ul li {
  padding: 15px 20px;
}
.filter-container ul li:hover {
  background-color: #2c5978;
}
.input-container {
  display: inline-block;
  position: relative;
  padding: 12px 12px 11px 40px;
  background: #b3b1a9;
}
.input-container:before {
  font-family: 'byu-icons';
  content: "\f002";
  color: white;
  position: absolute;
  top: 14px;
  left: 17px;
}
.input-container input.search[type="text"] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  height: 21px;
  background: #b3b1a9;
  color: white;
  margin: 0;
  border: none;
  outline: none;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  font-size: 16px;
  display: inline-block;
}
.input-container input.search[type="text"]::-webkit-input-placeholder {
  color: #fff;
  text-transform: uppercase;
}
.input-container input.search[type="text"]:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
  text-transform: uppercase;
}
.input-container input.search[type="text"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  text-transform: uppercase;
}
.input-container input.search[type="text"]:-ms-input-placeholder {
  color: #fff;
  text-transform: uppercase;
}
.department-banner {
  width: 100%;
  margin-top: 32px;
  margin-bottom: 40px;
}
@media all and (max-width: 699px) {
  .department-banner {
    margin-bottom: 20px;
  }
}
@media all and (max-width: 499px) {
  .department-banner {
    margin-bottom: 20px;
  }
}
#page {
  width: 100%;
  margin-right: 25%;
  position: relative;
  right: 0;
  overflow: hidden;
  background: #fff;
  z-index: 1;
  -webkit-transition: right 0.2s;
  -moz-transition: right 0.2s;
  -o-transition: right 0.2s;
  transition: right 0.2s;
}
@media all and (max-width: 899px) {
  #page {
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.5);
  }
  #page.mobile-menu {
    right: 380px;
  }
}
@media all and (max-width: 499px) {
  #page.mobile-menu {
    right: 75%;
  }
}
.wrapper {
  max-width: 1218px;
  margin: auto;
}

section.wrapper, .with-sidebar .wrapper {
  margin: 0 auto 50px auto;
}

@media all and (max-width: 1250px) {
  .wrapper {
    padding: 0 20px;
  }
}
@media all and (max-width: 699px) {
  .wrapper {
    padding: 0 10px;
  }
}
@media all and (max-width: 499px) {
  .wrapper {
    padding: 0;
  }
}
section, section.wrapper {
  margin-top: 65px;
  margin-bottom: 65px;
  vertical-align: top;
  background-color: #fff;
}
section:after {
  content: '';
  display: block;
  clear: both;
}
section:first-of-type {
  margin-top: 0px;
}
section.background-color {
  padding: 105px 0;
}
@media all and (max-width: 699px) {
  section {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  section.background-color {
    padding: 80px 0;
  }
}
@media all and (max-width: 499px) {
  section {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  section.background-color {
    padding: 40px 0;
  }
}
.breadcrumbs {
  font-family: 'Cardo', serif;
  color: #2c5978;
  font-size: 18px;
  font-style: italic;
  float: right;
  margin-top: 20px;
}
@media all and (max-width: 699px) {
  .breadcrumbs {
    display: none;
  }
}
.breadcrumbs li {
  display: inline-block;
  border-left: 1px solid #2c5978;
  padding: 0 10px;
}
.breadcrumbs li:first-of-type {
  border: none;
}
.half {
  width: 50%;
  display: inline-block;
}
@media all and (max-width: 959px) {
  .half {
    display: block;
    width: 100%;
    float: none;
    max-width: 600px;
    margin: auto;
  }
}
.half.half-left {
  padding-right: 40px;
  float: left;
  vertical-align: top;
}
@media all and (max-width: 1199px) {
  .half.half-left {
    padding-right: 20px;
  }
}
@media all and (max-width: 959px) {
  .half.half-left {
    padding: 0;
    float: none;
  }
}
.half.half-right {
  padding-left: 40px;
}
@media all and (max-width: 1199px) {
  .half.half-right {
    padding-left: 20px;
  }
}
@media all and (max-width: 959px) {
  .half.half-right {
    padding: 40px 0 0;
    float: none;
  }
}
.with-sidebar .module {
  width: 70%;
  display: inline-block;
  float: left;
}
@media all and (max-width: 999px) {
  .with-sidebar .module {
    width: 100%;
    float: none;
    display: block;
  }
}
.with-sidebar .sidebar {
  width: 30%;
  display: inline-block;
  padding-left: 32px;
}
@media all and (max-width: 999px) {
  .with-sidebar .sidebar {
    width: 100%;
    padding: 0;
  }
  .with-sidebar .sidebar .sidebar-module {
    width: 100%;
    float: none;
    padding: 0;
  }
}
.box-grid-3 {
  text-align: center;
}
.box-grid-3 li {
  width: 32%;
  display: inline-block;
  float: left;
  margin-bottom: 2%;
}
@media all and (min-width: 900px) {
  .box-grid-3 li:nth-of-type(3n + 2) {
    margin: 0 2%;
  }
}
@media all and (max-width: 899px) {
  .box-grid-3 li {
    width: 48%;
    margin: 0 1% 2% 1%;
  }
}
@media all and (max-width: 599px) {
  .box-grid-3 li {
    width: 100%;
    margin: 0 auto 20px auto;
    max-width: 400px;
    float: none;
  }
}
.box-grid-4 {
  margin: 0 -1% 0 -1%;
  text-align: center;
}
@media all and (max-width: 1199px) {
  .box-grid-4 {
    margin: 0;
  }
}
.box-grid-4 li {
  width: 23%;
  margin: 0 1% 2% 1%;
  display: inline-block;
  float: left;
}
@media all and (min-width: 900px) and (max-width: 1199px) {
  .box-grid-4 li {
    width: 32%;
    margin: 0 0 2% 0;
  }
  .box-grid-4 li:nth-of-type(3n + 2) {
    margin: 0 2%;
  }
}
@media all and (max-width: 899px) {
  .box-grid-4 li {
    width: 48%;
    margin: 0 1% 2% 1%;
  }
}
@media all and (max-width: 599px) {
  .box-grid-4 li {
    width: 100%;
    max-width: 300px;
    margin: 0 auto 15px auto;
    float: none;
  }
}
.box-grid-1-4.color-list {
  margin: 32px -1% 0 -1%;
  position: relative;
  text-align: center;
}
@media all and (max-width: 950px) {
  .box-grid-1-4.color-list {
    max-width: 505px;
    margin: 32px auto 0;
  }
}
.box-grid-1-4.color-list li {
  margin: 0 1% 2%;
  float: left;
  width: 19%;
  height: 200px;
}
.box-grid-1-4.color-list li:first-child {
  width: 56%;
  height: 426px;
}
.box-grid-1-4.color-list li:first-child .content {
  width: 90%;
  max-width: 500px;
}
.box-grid-1-4.color-list li .color-container .content > div {
  padding: 10px;
}
.box-grid-1-4.color-list li .color-container .content p {
  margin: 10px 0;
}
@media all and (max-width: 1099px) {
  .box-grid-1-4.color-list li {
    width: 23%;
    float: right;
    margin-bottom: 2%;
  }
  .box-grid-1-4.color-list li:first-child {
    float: none;
    display: block;
    width: 73%;
    margin: 0 auto 20px auto;
  }
}
@media all and (max-width: 950px) {
  .box-grid-1-4.color-list li {
    width: 240px;
    float: none;
    display: inline-block;
  }
  .box-grid-1-4.color-list li:first-child {
    display: block;
    width: 98%;
    height: 0;
    padding-bottom: 60%;
    position: relative;
  }
  .box-grid-1-4.color-list li:first-child .color-container {
    position: absolute;
  }
}
@media all and (max-width: 550px) {
  .box-grid-1-4.color-list li {
    float: left;
    width: 48%;
    margin-bottom: 2%;
  }
  .box-grid-1-4.color-list li:first-child {
    width: 98%;
  }
}
@media all and (max-width: 399px) {
  .box-grid-1-4.color-list li {
    display: block;
    margin: 0 auto 20px auto;
    width: 240px;
    float: none;
  }
  .box-grid-1-4.color-list li:first-child {
    width: 100%;
  }
}
@media all and (max-width: 320px) {
  .box-grid-1-4.color-list li {
    width: 100%;
  }
}
header#main-header {
  z-index: 1;
  overflow: visible;
  position: relative;
  margin-bottom: 105px;
}
header#main-header.home .background-container {
  height: 835px;
}
@media all and (max-width: 699px) {
  header#main-header.home .background-container {
    height: 400px;
  }
}
@media all and (max-width: 399px) {
  header#main-header.home .background-container {
    height: 320px;
  }
}
header#main-header .background-container {
  background-size: cover;
  background-position: center center;
  height: 250px;
}
@media all and (max-width: 899px) {
  header#main-header .background-container {
    height: 180px;
  }
}
@media all and (max-width: 499px) {
  header#main-header .background-container {
    height: 140px;
  }
}
header#main-header .top-bar {
  height: 40px;
}
@media all and (max-width: 899px) {
  header#main-header .top-bar {
    border-bottom: 4px solid rgba(247, 207, 61, 0.7);
    height: 36px;
  }
}
@media all and (max-width: 499px) {
  header#main-header .top-bar {
    display: none;
  }
}
header#main-header .top-bar .byu-logo {
  width: 320px;
  height: 16px;
  position: relative;
  top: 11px;
  background-size: contain;
  background-position: top left;
  background-repeat: no-repeat;
}
@media all and (max-width: 899px) {
  header#main-header .top-bar .byu-logo {
    width: 255px;
    top: 10px;
  }
}
header#main-header #student-nav {
  height: 4px;
  background-color: #f7cf3d;
  background-color: rgba(247, 207, 61, 0.7);
  font-family: 'Josefin Sans', sans-serif;
  color: #fff;
  text-transform: uppercase;
  overflow: visible;
  font-weight: 600;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s;
}

@media all and (max-width: 899px) {
  header#main-header #student-nav {
    display: none;
  }
}
header#main-header #student-nav.open {
  height: 60px;
}
header#main-header #student-nav.open .wrapper #ribbon {
  top: 60px;
}
header#main-header #student-nav.open .wrapper #ribbon .icon {
  font-size: 24px;
  line-height: 26px;
}
header#main-header #student-nav.open .wrapper #ribbon .byu-icon-close {
  display: inline;
}
header#main-header #student-nav.open .wrapper #ribbon .byu-icon-menu {
  display: none;
}
header#main-header #student-nav.open .wrapper #student-menu {
  width: 100%;
  height: 60px;
}
header#main-header #student-nav .wrapper {
  position: relative;
  overflow: visible;
}
header#main-header #student-nav .wrapper #student-menu {
  float: right;
  overflow: hidden;
  height: 0;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s;
}
header#main-header #student-nav .wrapper #student-menu li, .dept-title, #odh-search {
  display: inline-block;
  line-height: 60px;
  margin: 0 20px;
}
header#main-header #student-nav .wrapper #student-menu li:hover {
  color: #2c5978;
}
header#main-header #student-nav .wrapper #ribbon {
  height: 108px;
  width: 48px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 4px;
  background-image: url('img/ribbon.png');
  background-size: contain;
  cursor: pointer;
  z-index: 2;
  -webkit-transition: top 0.3s;
  -moz-transition: top 0.3s;
  -o-transition: top 0.3s;
  transition: top 0.3s;
}
@media all and (max-width: 1250px) {
  header#main-header #student-nav .wrapper #ribbon {
    right: 20px;
  }
}
@media all and (max-width: 1099px) {
  header#main-header #student-nav .wrapper #ribbon {
    display: none;
  }
}
header#main-header #student-nav .wrapper #ribbon .icon {
  color: #293144;
  position: relative;
  top: 64px;
}
header#main-header #student-nav .wrapper #ribbon .byu-icon-menu {
  display: inline;
  font-size: 24px;
}
header#main-header #student-nav .wrapper #ribbon .byu-icon-close {
  display: none;
}
header#main-header #main-header-bar {
  position: relative;
}
@media all and (max-width: 499px) {
  header#main-header #main-header-bar {
    background-color: rgba(0, 0, 0, 0.3);
    padding: 0 10px;
  }
}
header#main-header #main-header-bar .wrapper {
  position: relative;
}
header#main-header #main-header-bar .logo {
  width: 315px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  height: 80px;
  margin-top: 20px;
}
@media all and (max-width: 1099px) {
  header#main-header #main-header-bar .logo {
    width: 250px;
  }
}
@media all and (max-width: 899px) {
  header#main-header #main-header-bar .logo {
    margin-top: 10px;
  }
}
@media all and (max-width: 499px) {
  header#main-header #main-header-bar .logo {
    width: 180px;
    height: 55px;
  }
}
header#main-header #main-header-bar .logo .tagline {
  color: white;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  margin-top: 100px;
  font-size: 14px;
}
@media all and (max-width: 1099px) {
  header#main-header #main-header-bar .logo .tagline {
    font-size: 11px;
    margin-top: 80px;
  }
}
@media all and (max-width: 499px) {
  header#main-header #main-header-bar .logo .tagline {
    position: absolute;
    bottom: -20px;
    font-size: 10px;
  }
}
header#main-header #main-header-bar #main-menu {
  position: absolute;
  top: 0;
  right: 120px;
  margin-top: 70px;
  font-weight: 600;
  -webkit-transition: margin 0.2s;
  -moz-transition: margin 0.2s;
  -o-transition: margin 0.2s;
  transition: margin 0.2s;
}
@media all and (max-width: 1250px) {
  header#main-header #main-header-bar #main-menu {
    right: 110px;
  }
}
@media all and (max-width: 1099px) {
  header#main-header #main-header-bar #main-menu {
    margin-top: 40px;
    right: 20px;
  }
}
@media all and (max-width: 899px) {
  header#main-header #main-header-bar #main-menu {
    display: none;
  }
}
header#main-header #main-header-bar #main-menu > ul > li {
  color: #fff;
  margin: 0 10px; /* TSA Shortened for HCCL */
  display: inline-block;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
}
@media all and (max-width: 1099px) {
  header#main-header #main-header-bar #main-menu > ul > li {
    margin: 15px;
  }
}
header#main-header #main-header-bar #main-menu > ul > li:hover {
  color: #9edbec;
}
header#main-header #main-header-bar #main-menu > ul > li:last-of-type > .sub-menu{
  right: 0;
}
header#main-header #main-header-bar #main-menu > ul > li.menu-item-has-children:after {
  font-family: 'byu-icons';
  content: "\f107";
  position: relative;
  top: 2px;
  left: 2px;
}
header#main-header #main-header-bar #main-menu > ul > li > .sub-menu {
  width: 650px;
  background: #2c5978;
  padding: 30px 40px 0;
  position: absolute;
  top: 30px;
  display: none;
  z-index: 2;
  right: 0px; /* TSA */
}
@media all and (max-width: 1099px) {
  header#main-header #main-header-bar #main-menu > ul > li > .adjust-menu {
    left: -590px;
  }
}
header#main-header #main-header-bar #main-menu > ul > li > .sub-menu > li {
  width: 250px;
  display: inline-block;
  margin-right: 5%;
  margin-bottom: 40px;
  vertical-align: top;
}
header#main-header #main-header-bar #main-menu > ul > li > .sub-menu > li > a {
  color: #fff;
  font-family: 'Cardo', serif;
  text-transform: none;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 20px;
  font-size: 26px;
  display: block;
}
/* header#main-header #main-header-bar #main-menu > ul > li > .sub-menu > li > a:after {
   content: '';
   width: 58px;
   height: 4px;
   background-color: #f7cf3d;
   display: block;
   margin-top: 10px;
   } */

header#main-header #main-header-bar #main-menu > ul > li > .sub-menu > li > ul > li {
  display: block;
  border-bottom: 1px solid #657a85;
  margin: 0;
  padding: 10px 0;
  font-size: 16px;
}
header#main-header #main-header-bar #main-menu > ul > li > .sub-menu > li > ul > li > a {
  color: #fff;
}
header#main-header #main-header-bar #main-menu > ul > li > .sub-menu > li > ul > li > a:hover {
  color: #9edbec;
}
header#main-header #main-header-bar #mobile-menu-button {
  color: #fff;
  position: absolute;
  top: 0;
  right: 15px;
  display: none;
  margin-top: 20px;
  cursor: pointer;
}
@media all and (max-width: 899px) {
  header#main-header #main-header-bar #mobile-menu-button {
    display: inline-block;
  }
}
@media all and (max-width: 499px) {
  header#main-header #main-header-bar #mobile-menu-button {
    margin-top: 18px;
  }
}
header#main-header #main-header-bar #mobile-menu-button .icon {
  float: right;
  margin-left: 5px;
  font-size: 22px;
  line-height: 30px;
}
header#main-header #main-header-bar #mobile-menu-button span {
  line-height: 34px;
  font-weight: bold;
}
.front-brief-container {
  margin: -200px auto 0 auto;
  width: 100%;
  position: relative;
}
@media all and (max-width: 1250px) {
  .front-brief-container {
    margin-left: 20px;
  }
}
@media all and (max-width: 699px) {
  .front-brief-container {
    margin: 80px 0 0;
    width: auto;
    height: 350px;
    background-color: #f6f3ea;
  }
}
@media all and (max-width: 499px) {
  .front-brief-container {
    margin-top: 40px;
  }
}
.front-brief-container .feature {
  display: block;
  overflow: hidden;
  height: 280px;
  width: 90%;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  margin-top: -20px;
}
.front-brief-container .feature:first-child {
  margin-top: 0;
}
@media all and (max-width: 699px) {
  .front-brief-container .feature {
    margin: 0;
  }
}
.front-brief-container .feature.active {
  width: 90%;
}
@media all and (max-width: 699px) {
  .front-brief-container .feature {
    width: 33.33%;
    width: calc(33.33333333%);
    display: inline-block;
    float: left;
    position: static;
    height: auto;
    overflow: visible;
  }
  .front-brief-container .feature.active {
    width: 33.33%;
    width: calc(33.33333333%);
  }
  .front-brief-container .feature.active .preview-text {
    opacity: 1;
  }
}
.front-brief-container .feature .color-container {
  background: #f6f3ea;
  width: 290px;
  display: inline-block;
}
@media all and (max-width: 699px) {
  .front-brief-container .feature .color-container {
    width: 100%;
    height: 150px;
  }
}
.front-brief-container .feature .color-container .image-container {
  width: 250px;
  height: 156px;
  margin: 20px;
  background-size: cover;
  background-position: center center;
  text-align: center;
}
@media all and (max-width: 699px) {
  .front-brief-container .feature .color-container .image-container {
    margin: 0;
    position: relative;
    height: 150px;
    width: 100%;
  }
  .front-brief-container .feature.active .color-container .image-container:after {
    content: '';
    width: 0;
    height: 0;
    display: inline-block;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #f6f3ea;
    position: relative;
    top: 138px;
    left: -6px;
  }
}
.front-brief-container .feature .preview-text {
  position: absolute;
  top: -1px;
  left: 100px;
  padding: 28px 20px 20px 50px;
  width: 90%;
  height: 197px;
  background: rgba(0,0,0,0.5);
  color: rgb(246,243,234);
  border-radius: 10px;
  box-shadow: 0 19px 38px rgba(0,0,0,0.40), 0 0px 0px rgba(0,0,0,0.32);
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media all and (max-width: 699px) {
  .front-brief-container .feature .preview-text {
    opacity: 0;
    top: 150px;
    left: 0;
    padding: 20px 40px;
    width: 100%;
  }
}
@media all and (max-width: 450px) {
  .front-brief-container .feature .preview-text {
    padding: 20px 10px;
  }
}
.front-brief-container .feature .preview-text h2 {
  font-weight: 900;
  font-size: 30px;
  font-family: 'Josefin Sans', sans-serif;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.front-brief-container/*
                         Theme Name: BYU Humanities (Department)
                         Theme URI: 
                         Author: Riser Media
                         Author URI: http://riseragency.com
                         Description: 
                         Version: 1.0
                         License: GNU General Public License v2 or later
                         License URI: http://www.gnu.org/licenses/gpl-2.0.html
                         Tags: 
                         Text Domain: byuh


                         /////////////////////////////////
                         /////// TABLE OF CONTENTS ///////
                         /////////////////////////////////

                         /* http://meyerweb.com/eric/tools/css/reset/ 
                         v2.0 | 20110126
                         License: none (public domain)
                       */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.group:after {
  content: "";
  display: table;
  clear: both;
}
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.ie header,
.ie nav,
.ie section,
.ie article,
.ie aside,
.ie footer,
.ie hgroup {
  display: block;
}
html,
body {
  width: 100%;
  display: block;
}
body {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 14px;
  background-color: #2c5978;
}
@-ms-viewport {
  width: device-width;
}
html.ie:before {
  content: "You are using an outdated browser. Please upgrade to ensure the best viewing experience.";
  display: block;
  padding: 20px;
}
img.alignleft {
  float: left;
  width: 50%;
  padding-right: 40px;
  padding-bottom: 40px;
}
img.alignright {
  float: right;
  width: 50%;
  padding-left: 40px;
  padding-bottom: 40px;
}
img.aligncenter {
  display: block;
  padding-bottom: 40px;
  margin: 0 auto;
}
img.alignnone {
  display: block;
  padding-bottom: 40px;
}
img.alignfullsize {
  display: block;
  padding-bottom: 40px;
  width: 100%;
}
#schedule_table {
  width:80%;
}
#schedule_table th, #schedule_table td {
  padding: 5px;
}

#schedule_table .odd {
  background-color: #FFFFDD;
}

@media all and (max-width: 499px) {
  img.alignleft, img.alignright, img.aligncenter, img.alignfullsize {
    float: none;
    padding: 0 0 20px 0;
    width: 100%;
  }
}
h1,
h2 {
  font-size: 38px;
  font-family: 'Cardo', serif;
  line-height: 1.4;
}
@media all and (max-width: 1099px) {
  h1,
  h2 {
    font-size: 32px;
  }
}
@media all and (max-width: 499px) {
  h1,
  h2 {
    font-size: 28px;
  }
}
h3 {
  font-size: 26px;
  font-family: 'Josefin Sans', sans-serif;
  line-height: 1.2;
}
h4 {
  font-size: 18px;
  line-height: 1.2;
}
@media all and (max-width: 799px) {
  h4 {
    font-size: 16px;
  }
}
.break {
  color: #2c5978;
  display: inline-block;
}
.break:after {
  content: '';
  width: 58px;
  height: 4px;
  background-color: #f7cf3d;
  display: block;
  margin-top: 4px;
  margin-bottom: 32px;
}
@media all and (max-width: 499px) {
  .break:after {
    height: 2px;
    width: 48px;
  }
}
@media all and (max-width: 499px) {
  .break {
    margin-left: 10px;
  }
}
p {
  font-size: 18px;
  line-height: 23px;
}
@media all and (max-width: 699px) {
  p {
    font-size: 16px;
  }
}
p > em {
  font-style: italic;
}
a {
  text-decoration: none;
  color: inherit;
}
@media all and (max-width: 499px) {
  .text-content {
    padding: 10px;
  }
}
.text-content h1,
.text-content h2,
.text-content h3,
.text-content h4,
.text-content h5,
.text-content h6 {
  font-weight: bold;
  font-family: 'Josefin Sans', sans-serif;
  color: #2c5978;
  line-height: 1.4;
}
.text-content h1 {
  font-size: 38px;
}
@media all and (max-width: 499px) {
  .text-content h1 {
    font-size: 34px;
  }
}
.text-content h2 {
  font-size: 34px;
}
@media all and (max-width: 499px) {
  .text-content h2 {
    font-size: 30px;
  }
}
.text-content h3 {
  font-size: 30px;
}
@media all and (max-width: 499px) {
  .text-content h3 {
    font-size: 26px;
  }
}
.text-content h4 {
  font-size: 26px;
}
@media all and (max-width: 499px) {
  .text-content h4 {
    font-size: 22px;
  }
}
.text-content h5 {
  font-size: 22px;
}
@media all and (max-width: 499px) {
  .text-content h5 {
    font-size: 18px;
  }
}
.text-content h6 {
  font-size: 18px;
}
@media all and (max-width: 499px) {
  .text-content h6 {
    font-size: 16px;
  }
}
.text-content p {
  color: #000000;
  margin: 15px 0;
}
.text-content p a {
  color: #2c5978 !important;
  text-decoration: underline;
}
.text-content img {
  max-width: 100%;
  height: auto;
  margin-bottom: 25px;
}
.text-content .image-container img {
  width: 100%;
  margin-bottom: 32px;
}
.underline {
  display: inline-block;
}
.underline:after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #2c5978;
  display: block;
  margin-top: 2px;
}
.italic {
  font-style: italic;
}
.caps {
  text-transform: uppercase;
}
.byu-icon-arrow-long {
  font-size: 34px;
  width: 30px;
  height: 14px;
  line-height: 14px;
  display: inline-block;
  overflow: hidden;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}
.byu-icon-arrow-long:before {
  position: relative;
  bottom: 0;
  left: -16px;
  -webkit-transition: left 0.3s;
  -moz-transition: left 0.3s;
  -o-transition: left 0.3s;
  transition: left 0.3s;
}
.extend .byu-icon-arrow-long:before {
  left: -9px;
}
.byu-icon-arrow-thin-long {
  font-size: 30px;
  width: 40px;
  line-height: 24px;
  height: 24px;
  display: inline-block;
  overflow: hidden;
  color: #9edbec;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}
.byu-icon-arrow-thin-long:before {
  position: relative;
  bottom: 0;
  left: -30px;
  -webkit-transition: left 0.3s;
  -moz-transition: left 0.3s;
  -o-transition: left 0.3s;
  transition: left 0.3s;
}
.extend .byu-icon-arrow-thin-long:before {
  left: -22px;
}
.cta {
  font-family: 'Cardo', serif;
  font-size: 18px;
  color: #2c5978;
  font-style: italic;
  display: inline-block;
}
@media all and (max-width: 699px) {
  .cta {
    font-size: 16px;
  }
}
@media all and (max-width: 499px) {
  .cta {
    margin-top: 0;
  }
}
.cta span {
  margin-right: 10px;
}
.cta .icon {
  color: #9edbec;
  position: relative;
  top: 5px;
}
.filter-container {
  margin-bottom: 32px;
  position: relative;
  text-transform: uppercase;
  display: inline-block;
  min-width: 300px;
  font-size: 16px;
  vertical-align: top;
}
.statusfilter-container {
  float: right;
}
.statusfilter-container .statusfilter {
  font-size: 125%;
  cursor: pointer;
  display: inline-block;
}
.statusfilter-container .current {
  text-decoration: underline;
}
@media all and (max-width: 599px) {
  .filter-container {
    display: block;
    width: 100%;
  }
  .filter-container ul {
    width: 100%;
  }
  .statusfilter-container {
    float: none;
    padding-bottom: 25px;
  }
}
@media all and (max-width: 499px) {
  .filter-container {
    padding: 0 2.5%;
  }
  .filter-container ul {
    left: 2.5%;
  }
}
.filter-container > span {
  color: #86847d;
  font-size: 16px;
  margin-right: 10px;
}
.filter-container .filter-label {
  background: #b3b1a9;
  width: auto;
  min-width: 100px;
  display: inline-block;
  vertical-align: middle;
  padding: 14px 40px 14px 20px;
  position: relative;
  font-weight: bold;
  color: white;
  cursor: pointer;
}
.calendar-filter .filter-container .filter-label {
  max-width: 260px;
}
@media all and (max-width: 1250px) {
  .calendar-filter .filter-container .filter-label {
    max-width: 188px;
  }
}
@media all and (max-width: 894px) {
  .calendar-filter  .filter-container .filter-label {
    max-width: 260px;
  }
}

@media all and (max-width: 599px) {
  .filter-container .filter-label {
    display: block;
    width: 100%;
  }
}
.filter-container .filter-label .icon {
  position: absolute;
  right: 15px;
  font-size: 16px;
  top: 14px;
}
.filter-container ul {
  background: #b3b1a9;
  max-width: 320px;
  color: white;
  font-weight: bold;
  position: absolute;
  top: 53px;
  left: 0;
  z-index: 2;
  display: none;
  overflow: auto;
  cursor: pointer;
}
.directory .filter-container ul {
  height: 500px;
  overflow: auto;
  cursor: pointer;
}
.filter-container ul li {
  padding: 15px 20px;
}
.filter-container ul li:hover {
  background-color: #2c5978;
}
.input-container {
  display: inline-block;
  position: relative;
  padding: 12px 12px 11px 40px;
  background: #b3b1a9;
}
.input-container:before {
  font-family: 'byu-icons';
  content: "\f002";
  color: white;
  position: absolute;
  top: 14px;
  left: 17px;
}
.input-container input.search[type="text"] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  height: 21px;
  background: #b3b1a9;
  color: white;
  margin: 0;
  border: none;
  outline: none;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  font-size: 16px;
  display: inline-block;
}
.input-container input.search[type="text"]::-webkit-input-placeholder {
  color: #fff;
  text-transform: uppercase;
}
.input-container input.search[type="text"]:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
  text-transform: uppercase;
}
.input-container input.search[type="text"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  text-transform: uppercase;
}
.input-container input.search[type="text"]:-ms-input-placeholder {
  color: #fff;
  text-transform: uppercase;
}
.department-banner {
  width: 100%;
  margin-top: 32px;
  margin-bottom: 40px;
}
@media all and (max-width: 699px) {
  .department-banner {
    margin-bottom: 20px;
  }
}
@media all and (max-width: 499px) {
  .department-banner {
    margin-bottom: 20px;
  }
}
#page {
  width: 100%;
  margin-right: 25%;
  position: relative;
  right: 0;
  overflow: hidden;
  background: #fff;
  z-index: 1;
  -webkit-transition: right 0.2s;
  -moz-transition: right 0.2s;
  -o-transition: right 0.2s;
  transition: right 0.2s;
}
@media all and (max-width: 899px) {
  #page {
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.5);
  }
  #page.mobile-menu {
    right: 380px;
  }
}
@media all and (max-width: 499px) {
  #page.mobile-menu {
    right: 75%;
  }
}
.wrapper {
  max-width: 1218px;
  margin: auto;
}

section.wrapper, .with-sidebar .wrapper {
  margin: 0 auto 50px auto;
}

@media all and (max-width: 1250px) {
  .wrapper {
    padding: 0 20px;
  }
}
@media all and (max-width: 699px) {
  .wrapper {
    padding: 0 10px;
  }
}
@media all and (max-width: 499px) {
  .wrapper {
    padding: 0;
  }
}
section, section.wrapper {
  margin-top: 65px;
  margin-bottom: 65px;
  vertical-align: top;
  background-color: #fff;
}
section:after {
  content: '';
  display: block;
  clear: both;
}
section:first-of-type {
  margin-top: 0px;
}
section.background-color {
  padding: 105px 0;
}
@media all and (max-width: 699px) {
  section {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  section.background-color {
    padding: 80px 0;
  }
}
@media all and (max-width: 499px) {
  section {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  section.background-color {
    padding: 40px 0;
  }
}
.breadcrumbs {
  font-family: 'Cardo', serif;
  color: #2c5978;
  font-size: 18px;
  font-style: italic;
  float: right;
  margin-top: 20px;
}
@media all and (max-width: 699px) {
  .breadcrumbs {
    display: none;
  }
}
.breadcrumbs li {
  display: inline-block;
  border-left: 1px solid #2c5978;
  padding: 0 10px;
}
.breadcrumbs li:first-of-type {
  border: none;
}
.half {
  width: 50%;
  display: inline-block;
}
@media all and (max-width: 959px) {
  .half {
    display: block;
    width: 100%;
    float: none;
    max-width: 600px;
    margin: auto;
  }
}
.half.half-left {
  padding-right: 40px;
  float: left;
  vertical-align: top;
}
@media all and (max-width: 1199px) {
  .half.half-left {
    padding-right: 20px;
  }
}
@media all and (max-width: 959px) {
  .half.half-left {
    padding: 0;
    float: none;
  }
}
.half.half-right {
  padding-left: 40px;
}
@media all and (max-width: 1199px) {
  .half.half-right {
    padding-left: 20px;
  }
}
@media all and (max-width: 959px) {
  .half.half-right {
    padding: 40px 0 0;
    float: none;
  }
}
.with-sidebar .module {
  width: 70%;
  display: inline-block;
  float: left;
}
@media all and (max-width: 999px) {
  .with-sidebar .module {
    width: 100%;
    float: none;
    display: block;
  }
}
.with-sidebar .sidebar {
  width: 30%;
  display: inline-block;
  padding-left: 32px;
}
@media all and (max-width: 999px) {
  .with-sidebar .sidebar {
    width: 100%;
    padding: 0;
  }
  .with-sidebar .sidebar .sidebar-module {
    width: 100%;
    float: none;
    padding: 0;
  }
}
.box-grid-3 {
  text-align: center;
}
.box-grid-3 li {
  width: 32%;
  display: inline-block;
  float: left;
  margin-bottom: 2%;
}
@media all and (min-width: 900px) {
  .box-grid-3 li:nth-of-type(3n + 2) {
    margin: 0 2%;
  }
}
@media all and (max-width: 899px) {
  .box-grid-3 li {
    width: 48%;
    margin: 0 1% 2% 1%;
  }
}
@media all and (max-width: 599px) {
  .box-grid-3 li {
    width: 100%;
    margin: 0 auto 20px auto;
    max-width: 400px;
    float: none;
  }
}
.box-grid-4 {
  margin: 0 -1% 0 -1%;
  text-align: center;
}
@media all and (max-width: 1199px) {
  .box-grid-4 {
    margin: 0;
  }
}
.box-grid-4 li {
  width: 23%;
  margin: 0 1% 2% 1%;
  display: inline-block;
  float: left;
}
@media all and (min-width: 900px) and (max-width: 1199px) {
  .box-grid-4 li {
    width: 32%;
    margin: 0 0 2% 0;
  }
  .box-grid-4 li:nth-of-type(3n + 2) {
    margin: 0 2%;
  }
}
@media all and (max-width: 899px) {
  .box-grid-4 li {
    width: 48%;
    margin: 0 1% 2% 1%;
  }
}
@media all and (max-width: 599px) {
  .box-grid-4 li {
    width: 100%;
    max-width: 300px;
    margin: 0 auto 15px auto;
    float: none;
  }
}
.box-grid-1-4.color-list {
  margin: 32px -1% 0 -1%;
  position: relative;
  text-align: center;
}
@media all and (max-width: 950px) {
  .box-grid-1-4.color-list {
    max-width: 505px;
    margin: 32px auto 0;
  }
}
.box-grid-1-4.color-list li {
  margin: 0 1% 2%;
  float: left;
  width: 19%;
  height: 200px;
}
.box-grid-1-4.color-list li:first-child {
  width: 56%;
  height: 426px;
}
.box-grid-1-4.color-list li:first-child .content {
  width: 90%;
  max-width: 500px;
}
.box-grid-1-4.color-list li .color-container .content > div {
  padding: 10px;
}
.box-grid-1-4.color-list li .color-container .content p {
  margin: 10px 0;
}
@media all and (max-width: 1099px) {
  .box-grid-1-4.color-list li {
    width: 23%;
    float: right;
    margin-bottom: 2%;
  }
  .box-grid-1-4.color-list li:first-child {
    float: none;
    display: block;
    width: 73%;
    margin: 0 auto 20px auto;
  }
}
@media all and (max-width: 950px) {
  .box-grid-1-4.color-list li {
    width: 240px;
    float: none;
    display: inline-block;
  }
  .box-grid-1-4.color-list li:first-child {
    display: block;
    width: 98%;
    height: 0;
    padding-bottom: 60%;
    position: relative;
  }
  .box-grid-1-4.color-list li:first-child .color-container {
    position: absolute;
  }
}
@media all and (max-width: 550px) {
  .box-grid-1-4.color-list li {
    float: left;
    width: 48%;
    margin-bottom: 2%;
  }
  .box-grid-1-4.color-list li:first-child {
    width: 98%;
  }
}
@media all and (max-width: 399px) {
  .box-grid-1-4.color-list li {
    display: block;
    margin: 0 auto 20px auto;
    width: 240px;
    float: none;
  }
  .box-grid-1-4.color-list li:first-child {
    width: 100%;
  }
}
@media all and (max-width: 320px) {
  .box-grid-1-4.color-list li {
    width: 100%;
  }
}
header#main-header {
  z-index: 1;
  overflow: visible;
  position: relative;
  margin-bottom: 105px;
}
header#main-header.home .background-container {
  height: 835px;
}
@media all and (max-width: 699px) {
  header#main-header.home .background-container {
    height: 400px;
  }
}
@media all and (max-width: 399px) {
  header#main-header.home .background-container {
    height: 320px;
  }
}
header#main-header .background-container {
  background-size: cover;
  background-position: center center;
  height: 250px;
}
@media all and (max-width: 899px) {
  header#main-header .background-container {
    height: 180px;
  }
}
@media all and (max-width: 499px) {
  header#main-header .background-container {
    height: 140px;
  }
}
header#main-header .top-bar {
  height: 40px;
}
@media all and (max-width: 899px) {
  header#main-header .top-bar {
    border-bottom: 4px solid rgba(247, 207, 61, 0.7);
    height: 36px;
  }
}
@media all and (max-width: 499px) {
  header#main-header .top-bar {
    display: none;
  }
}
header#main-header .top-bar .byu-logo {
  width: 320px;
  height: 16px;
  position: relative;
  top: 11px;
  background-size: contain;
  background-position: top left;
  background-repeat: no-repeat;
}
@media all and (max-width: 899px) {
  header#main-header .top-bar .byu-logo {
    width: 255px;
    top: 10px;
  }
}
header#main-header #student-nav {
  height: 4px;
  background-color: #f7cf3d;
  background-color: rgba(247, 207, 61, 0.7);
  font-family: 'Josefin Sans', sans-serif;
  color: #fff;
  text-transform: uppercase;
  overflow: visible;
  font-weight: 600;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s;
}

@media all and (max-width: 899px) {
  header#main-header #student-nav {
    display: none;
  }
}
header#main-header #student-nav.open {
  height: 60px;
}
header#main-header #student-nav.open .wrapper #ribbon {
  top: 60px;
}
header#main-header #student-nav.open .wrapper #ribbon .icon {
  font-size: 24px;
  line-height: 26px;
}
header#main-header #student-nav.open .wrapper #ribbon .byu-icon-close {
  display: inline;
}
header#main-header #student-nav.open .wrapper #ribbon .byu-icon-menu {
  display: none;
}
header#main-header #student-nav.open .wrapper #student-menu {
  width: 100%;
  height: 60px;
}
header#main-header #student-nav .wrapper {
  position: relative;
  overflow: visible;
}
header#main-header #student-nav .wrapper #student-menu {
  float: right;
  overflow: hidden;
  height: 0;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s;
}
header#main-header #student-nav .wrapper #student-menu li, .dept-title, #odh-search {
  display: inline-block;
  line-height: 60px;
  margin: 0 20px;
}
header#main-header #student-nav .wrapper #student-menu li:hover {
  color: #2c5978;
}
header#main-header #student-nav .wrapper #ribbon {
  height: 108px;
  width: 48px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 4px;
  background-image: url('img/ribbon.png');
  background-size: contain;
  cursor: pointer;
  z-index: 2;
  -webkit-transition: top 0.3s;
  -moz-transition: top 0.3s;
  -o-transition: top 0.3s;
  transition: top 0.3s;
}
@media all and (max-width: 1250px) {
  header#main-header #student-nav .wrapper #ribbon {
    right: 20px;
  }
}
@media all and (max-width: 1099px) {
  header#main-header #student-nav .wrapper #ribbon {
    display: none;
  }
}
header#main-header #student-nav .wrapper #ribbon .icon {
  color: #293144;
  position: relative;
  top: 64px;
}
header#main-header #student-nav .wrapper #ribbon .byu-icon-menu {
  display: inline;
  font-size: 24px;
}
header#main-header #student-nav .wrapper #ribbon .byu-icon-close {
  display: none;
}
header#main-header #main-header-bar {
  position: relative;
}
@media all and (max-width: 499px) {
  header#main-header #main-header-bar {
    background-color: rgba(0, 0, 0, 0.3);
    padding: 0 10px;
  }
}
header#main-header #main-header-bar .wrapper {
  position: relative;
}
header#main-header #main-header-bar .logo {
  width: 315px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  height: 80px;
  margin-top: 20px;
}
@media all and (max-width: 1099px) {
  header#main-header #main-header-bar .logo {
    width: 250px;
  }
}
@media all and (max-width: 899px) {
  header#main-header #main-header-bar .logo {
    margin-top: 10px;
  }
}
@media all and (max-width: 499px) {
  header#main-header #main-header-bar .logo {
    width: 180px;
    height: 55px;
  }
}
header#main-header #main-header-bar .logo .tagline {
  color: white;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  margin-top: 100px;
  font-size: 14px;
}
@media all and (max-width: 1099px) {
  header#main-header #main-header-bar .logo .tagline {
    font-size: 11px;
    margin-top: 80px;
  }
}
@media all and (max-width: 499px) {
  header#main-header #main-header-bar .logo .tagline {
    position: absolute;
    bottom: -20px;
    font-size: 10px;
  }
}
header#main-header #main-header-bar #main-menu {
  position: absolute;
  top: 0;
  right: 120px;
  margin-top: 70px;
  font-weight: 600;
  -webkit-transition: margin 0.2s;
  -moz-transition: margin 0.2s;
  -o-transition: margin 0.2s;
  transition: margin 0.2s;
}
@media all and (max-width: 1250px) {
  header#main-header #main-header-bar #main-menu {
    right: 110px;
  }
}
@media all and (max-width: 1099px) {
  header#main-header #main-header-bar #main-menu {
    margin-top: 40px;
    right: 20px;
  }
}
@media all and (max-width: 899px) {
  header#main-header #main-header-bar #main-menu {
    display: none;
  }
}
header#main-header #main-header-bar #main-menu > ul > li {
  color: #fff;
  margin: 0 10px; /* TSA Shortened for HCCL */
  display: inline-block;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
}
@media all and (max-width: 1099px) {
  header#main-header #main-header-bar #main-menu > ul > li {
    margin: 15px;
  }
}
header#main-header #main-header-bar #main-menu > ul > li:hover {
  color: #9edbec;
}
header#main-header #main-header-bar #main-menu > ul > li:last-of-type > .sub-menu{
  right: 0;
}
header#main-header #main-header-bar #main-menu > ul > li.menu-item-has-children:after {
  font-family: 'byu-icons';
  content: "\f107";
  position: relative;
  top: 2px;
  left: 2px;
}
header#main-header #main-header-bar #main-menu > ul > li > .sub-menu {
  width: 650px;
  background: #2c5978;
  padding: 30px 40px 0;
  position: absolute;
  top: 30px;
  display: none;
  z-index: 2;
  right: 0px; /* TSA */
}
@media all and (max-width: 1099px) {
  header#main-header #main-header-bar #main-menu > ul > li > .adjust-menu {
    left: -590px;
  }
}
header#main-header #main-header-bar #main-menu > ul > li > .sub-menu > li {
  width: 250px;
  display: inline-block;
  margin-right: 5%;
  margin-bottom: 40px;
  vertical-align: top;
}
header#main-header #main-header-bar #main-menu > ul > li > .sub-menu > li > a {
  color: #fff;
  font-family: 'Cardo', serif;
  text-transform: none;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 20px;
  font-size: 26px;
  display: block;
}
header#main-header #main-header-bar #main-menu > ul > li > .sub-menu > li > a:after {
  content: '';
  width: 58px;
  height: 4px;
  background-color: #f7cf3d;
  display: block;
  margin-top: 10px;
}
header#main-header #main-header-bar #main-menu > ul > li > .sub-menu > li > ul > li {
  display: block;
  border-bottom: 1px solid #657a85;
  margin: 0;
  padding: 10px 0;
  font-size: 16px;
}
header#main-header #main-header-bar #main-menu > ul > li > .sub-menu > li > ul > li > a {
  color: #fff;
}
header#main-header #main-header-bar #main-menu > ul > li > .sub-menu > li > ul > li > a:hover {
  color: #9edbec;
}
header#main-header #main-header-bar #mobile-menu-button {
  color: #fff;
  position: absolute;
  top: 0;
  right: 15px;
  display: none;
  margin-top: 20px;
  cursor: pointer;
}
@media all and (max-width: 899px) {
  header#main-header #main-header-bar #mobile-menu-button {
    display: inline-block;
  }
}
@media all and (max-width: 499px) {
  header#main-header #main-header-bar #mobile-menu-button {
    margin-top: 18px;
  }
}
header#main-header #main-header-bar #mobile-menu-button .icon {
  float: right;
  margin-left: 5px;
  font-size: 22px;
  line-height: 30px;
}
header#main-header #main-header-bar #mobile-menu-button span {
  line-height: 34px;
  font-weight: bold;
}
.front-brief-container {
  margin: -200px auto 0 auto;
  width: 100%;
  position: relative;
}
@media all and (max-width: 1250px) {
  .front-brief-container {
    margin-left: 20px;
  }
}
@media all and (max-width: 699px) {
  .front-brief-container {
    margin: 80px 0 0;
    width: auto;
    height: 350px;
    background-color: #f6f3ea;
  }
}
@media all and (max-width: 499px) {
  .front-brief-container {
    margin-top: 40px;
  }
}
.front-brief-container .feature {
  display: block;
  overflow: hidden;
  height: 280px;
  width: 90%;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  margin-top: -20px;
}
.front-brief-container .feature:first-child {
  margin-top: 0;
}
@media all and (max-width: 699px) {
  .front-brief-container .feature {
    margin: 0;
  }
}
.front-brief-container .feature.active {
  width: 90%;
}
@media all and (max-width: 699px) {
  .front-brief-container .feature {
    width: 33.33%;
    width: calc(33.33333333%);
    display: inline-block;
    float: left;
    position: static;
    height: auto;
    overflow: visible;
  }
  .front-brief-container .feature.active {
    width: 33.33%;
    width: calc(33.33333333%);
  }
  .front-brief-container .feature.active .preview-text {
    opacity: 1;
  }
}
.front-brief-container .feature .color-container {
  background: #f6f3ea;
  width: 290px;
  display: inline-block;
}
@media all and (max-width: 699px) {
  .front-brief-container .feature .color-container {
    width: 100%;
    height: 150px;
  }
}
.front-brief-container .feature .color-container .image-container {
  width: 250px;
  height: 156px;
  margin: 20px;
  background-size: cover;
  background-position: center center;
  text-align: center;
}
@media all and (max-width: 699px) {
  .front-brief-container .feature .color-container .image-container {
    margin: 0;
    position: relative;
    height: 150px;
    width: 100%;
  }
  .front-brief-container .feature.active .color-container .image-container:after {
    content: '';
    width: 0;
    height: 0;
    display: inline-block;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #f6f3ea;
    position: relative;
    top: 138px;
    left: -6px;
  }
}
.front-brief-container .feature .preview-text {
  position: absolute;
  top: -1px;
  left: 100px;
  padding: 28px 20px 20px 50px;
  width: 90%;
  height: 197px;
  background: rgba(0,0,0,0.5);
  color: rgb(246,243,234);
  border-radius: 10px;
  box-shadow: 0 19px 38px rgba(0,0,0,0.40), 0 0px 0px rgba(0,0,0,0.32);
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media all and (max-width: 699px) {
  .front-brief-container .feature .preview-text {
    opacity: 0;
    top: 150px;
    left: 0;
    padding: 20px 40px;
    width: 100%;
  }
}
@media all and (max-width: 450px) {
  .front-brief-container .feature .preview-text {
    padding: 20px 10px;
  }
}
.front-brief-container .feature .preview-text h2 {
  font-weight: 900;
  font-size: 30px;
  font-family: 'Josefin Sans', sans-serif;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.front-brief-container .feature .preview-text p {
  font-size: 24px;
  line-height: 23px;
  margin-bottom: 14px;
}
#mobile-menu {
  width: 380px;
  background: #2c5978;
  line-height: 18px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  display: none;
  border-left: 1px solid #444;
}
@media all and (max-width: 899px) {
  #mobile-menu {
    display: block;
  }
}
@media all and (max-width: 499px) {
  #mobile-menu {
    width: 75%;
  }
}
#mobile-menu .mobile-search {
  font-size: 14px;
  color: #fff;
  position: relative;
  border-bottom: 1px solid rgba(179, 177, 169, 0.25);
}
#mobile-menu .mobile-search .icon {
  position: absolute;
  left: 17px;
  top: 10px;
  font-size: 14px;
}
#mobile-menu .mobile-search a {
  padding: 10px 10px 10px 35px;
  display: block;
}
#mobile-menu ul {
  color: #f6f3ea;
  font-size: 14px;
}
#mobile-menu ul li {
  text-transform: uppercase;
}
#mobile-menu ul li a {
  padding: 12px 10px 12px 25px;
  display: block;
  border-bottom: 1px solid rgba(179, 177, 169, 0.25);
}
#mobile-menu ul li a:active {
  color: #9edbec;
}
@media all and (max-width: 499px) {
  #mobile-menu ul li a {
    padding-left: 15px;
  }
}
#mobile-menu ul li ul li:last-of-type {
  border: none;
}
#mobile-menu ul li ul li a {
  padding-left: 40px;
  border-bottom: 1px solid rgba(179, 177, 169, 0.25);
}
@media all and (max-width: 499px) {
  #mobile-menu ul li ul li a {
    padding-left: 25px;
  }
}
header#main-header.department .background-container {
  background: none;
  background-color: #f6f3ea;
}

header#main-header.home.dept .background-container {
  height: 250px;
}

header#main-header.department .background-container .top-bar {
  background: #fff;
}
header#main-header.department .background-container #student-nav .wrapper #student-menu li:hover {
  color: inherit;
}
header#main-header.department .background-container #student-nav .wrapper #ribbon .icon {
  color: #fff;
}
header#main-header.department .background-container #main-header-bar .sub-menu .menu-section ul li {
  color: white;
}
header#main-header.department .background-container #main-header-bar .logo .tagline {
  display: none;
}

h3.dept-title {
  font-weight: bold;
  display: inline-block;
}

@media all and (max-width: 899px) {
  header#main-header.department .background-container {
    height: 120px;
  }
}
@media all and (max-width: 499px) {
  header#main-header.department .background-container {
    height: 68px;
  }
}
@media all and (max-width: 499px) {
  header#main-header.department #main-header-bar {
    background: none;
  }
}
header#main-header.department #main-header-bar #main-menu li {
  color: #4d2f41;
}


header#main-header.on-light #main-header-bar #main-menu > ul > li.menu-item-has-children::after,
.on-light li a, .on-light h3 {
  color: #4d2f41;
  font-weight: bold;
}

.on-light li a:hover, .on-dark li a:hover {
  color: #178ce5;
}

.on-dark li a, .on-dark h3 {
  color: ##fff;
}

.on-light #main-menu .menu, .on-dark #main-menu .menu {
  border-radius: 8px;
}

.on-light #main-menu .menu {
  background-color: rgba(255, 255, 255, 0.2);
}

.on-dark #main-menu .menu {
  background-color: rgba(0, 0, 0, 0.3);
}

.menu {
  display: inline-block;
  float: right;
}

.owl-carousel .item {
  width: 305px;
  height: 450px;
  display: inline-block;
  text-align: left;
  margin: 0;
}
@media all and (max-width: 399px) {
  .owl-carousel .item {
    width: 260px;
    height: 420px;
  }
}
.owl-carousel .item.magazine .image-container {
  height: 340px;
}


.owl-carousel .item .image-container img {
  width: 100%;
}
.owl-carousel .item .preview-text {
  padding: 40px;
  position: relative;
}
@media all and (max-width: 399px) {
  .owl-carousel .item .preview-text {
    padding: 20px;
  }
}
.owl-carousel .item .preview-text .article-icon {
  position: absolute;
  top: 19px;
  right: 19px;
  font-size: 35px;
}
.owl-carousel .item .preview-text h2 {
  font-size: 21px;
  line-height: 21px;
  margin-bottom: 30px;
}
@media all and (max-width: 399px) {
  .owl-carousel .item .preview-text h2 {
    font-size: 16px;
  }
}
.owl-carousel .item .preview-text h4 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
}
.owl-carousel .item .preview-text p {
  margin: 20px 0;
}
.owl-carousel .owl-item {
  background-color: #f6f3ea;
  color: #86847d;
}
.owl-carousel .owl-item:nth-of-type(4n + 1) {
  background-color: #2c5978;
  color: white;
}
.owl-carousel .owl-item:nth-of-type(4n + 2) {
  background-color: #86847d;
  color: white;
}
.owl-carousel .owl-item:nth-of-type(4n + 3) {
  background-color: #b3b1a9;
  color: white;
}
.owl-carousel .owl-item:nth-of-type(4n + 3) {
  background-color: #b3b1a9;
  color: white;
}
.owl-carousel .owl-controls .owl-prev,
.owl-carousel .owl-controls .owl-next {
  display: inline-block;
  width: 15%;
  max-width: 450px;
  height: 100%;
  line-height: 450px;
  text-align: center;
  color: transparent;
  background: #ffffff;
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 0;
}
@media all and (max-width: 899px) {
  .owl-carousel .owl-controls .owl-prev,
  .owl-carousel .owl-controls .owl-next {
    display: none !important;
  }
}
.owl-carousel .owl-controls .owl-next {
  right: 0;
  text-indent: 0;
  -webkit-transition: text-indent 0.2s;
  -moz-transition: text-indent 0.2s;
  -o-transition: text-indent 0.2s;
  transition: text-indent 0.2s;
}
.owl-carousel .owl-controls .owl-next:after {
  font-family: 'byu-icons';
  content: "\f105";
  font-size: 60px;
  font-style: normal;
  color: #86847d;
}
.owl-carousel .owl-controls .owl-next:hover {
  text-indent: 20px;
}
.owl-carousel .owl-controls .owl-prev {
  color: transparent
  left: 0;
  text-indent: 0;
  -webkit-transition: text-indent 0.2s;
  -moz-transition: text-indent 0.2s;
  -o-transition: text-indent 0.2s;
  transition: text-indent 0.2s;
}
.owl-carousel .owl-controls .owl-prev:before {
  font-family: 'byu-icons';
  content: "\f104";
  font-size: 60px;
  font-style: normal;
  color: #86847d;
}
.owl-carousel .owl-controls .owl-prev:hover {
  text-indent: -20px;
}
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* 
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/* 
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}
/* 
 *  Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
.message {
  padding: 105px 0;
  background-size: cover;
  background-position: center center;
  text-align: center;
}
@media all and (max-width: 1025px) {
  .message {
    display: none;
  }
}
.message .message-container {
  width: 80%;
  background-color: rgba(41, 49, 68, 0.8);
  color: #fff;
  padding: 25px 45px 45px;
  text-align: center;
  margin: auto;
  display: inline-block;
}
.message .message-container h1 {
  font-family: 'Cardo', serif;
  color: #fff;
  margin-bottom: 15px;
}
.message .message-container p {
  font-size: 26px;
  line-height: 35px;
  margin-bottom: 25px;
}
.message .message-container .cta {
  color: white;
}
.message .message-container .cta span:after {
  background: white;
}
@media all and (max-width: 1025px) {
  .message.quote {
    display: none;
  }
}
.message.quote .message-container {
  padding: 45px;
}
.message.quote .message-container .icon {
  font-size: 48px;
}
.message.quote .message-container p:first-of-type {
  margin-top: 20px;
}
.message.quote .message-container p.author {
  font-size: 22px;
  margin: 0;
}
.quick-link {
  background-color: #f6f3ea;
  color: #86847d;
}
.quick-link h4 {
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.2;
  color: #86847d;
}
@media all and (max-width: 599px) {
  .quick-link h4 {
    font-size: 20px;
  }
}
@media all and (max-width: 499px) {
  .quick-link h4 {
    font-size: 16px;
  }
}
.quick-link p {
  font-size: 16px;
  line-height: 23px;
  margin: 10px 0;
}
.half .quick-link,
.sidebar .quick-link {
  height: 135px;
  margin-bottom: 15px;
  width: 100%;
  display: table;
}
@media all and (max-width: 959px) {
  .half .quick-link,
  .sidebar .quick-link {
    height: auto;
  }
}
.half .quick-link .image-container,
.sidebar .quick-link .image-container {
  display: table-cell;
  width: 135px;
  height: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
}
@media all and (max-width: 959px) {
  .half .quick-link .image-container,
  .sidebar .quick-link .image-container {
    display: table-cell;
    width: 135px;
  }
}
.half .quick-link .image-container img,
.sidebar .quick-link .image-container img {
  height: 100%;
  width: auto;
}
.half .quick-link .text-content,
.sidebar .quick-link .text-content {
  padding: 20px 20px 10px;
  display: table-cell;
  vertical-align: top;
}
@media all and (max-width: 959px) {
  .half .quick-link .text-content,
  .sidebar .quick-link .text-content {
    width: auto;
  }
}
.half .quick-link .text-content .icon,
.sidebar .quick-link .text-content .icon {
  color: #2c5978;
}
.sidebar .quick-link {
  height: auto;
}
.sidebar .quick-link .image-container {
  width: 96px;
}
@media all and (max-width: 1199px) {
  .sidebar .quick-link .text-content p {
    display: none;
  }
}
@media all and (max-width: 999px) {
  .sidebar .quick-link .text-content p {
    display: block;
  }
}
@media all and (max-width: 699px) {
  .sidebar .quick-link .text-content p {
    display: none;
  }
}
.full .quick-link {
  background: #f6f3ea;
  color: #86847d;
  width: 32%;
  height: 330px;
  margin-right: 2%;
  margin-bottom: 2%;
  display: inline-block;
  float: left;
}
@media all and (max-width: 899px) {
  .full .quick-link {
    display: table;
    width: 100%;
    margin-bottom: 20px;
    float: none;
    height: auto;
  }
}
@media all and (max-width: 599px) {
  .full .quick-link {
    max-width: 350px;
    display: block;
    margin: 0 auto 20px auto;
  }
}
.full .quick-link.last {
  margin-right: 0;
}
@media all and (max-width: 599px) {
  .full .quick-link.last {
    margin: 0 auto 20px auto;
  }
}
.full .quick-link .image-container {
  width: 100%;
  height: 135px;
  background-size: cover;
  background-position: center center;
}
@media all and (max-width: 899px) {
  .full .quick-link .image-container {
    display: table-cell;
    width: 35%;
    height: 135px;
  }
}
@media all and (max-width: 599px) {
  .full .quick-link .image-container {
    display: block;
    width: 100%;
  }
}
.full .quick-link .text-content {
  padding: 32px 32px 14px;
  position: relative;
}
@media all and (max-width: 399px) {
  .full .quick-link .text-content {
    padding: 24px;
  }
}
.full .quick-link .text-content h4 {
  padding-right: 34px;
}
.full .quick-link .text-content .icon {
  position: absolute;
  top: 32px;
  right: 32px;
  color: #2c5978;
  font-size: 24px;
}
@media all and (max-width: 399px) {
  .full .quick-link .text-content .icon {
    top: 24px;
    right: 24px;
  }
}
.full .quick-link .text-content .icon.byu-icon-arrow-long {
  color: #2c5978;
  margin-top: 12px;
  position: static;
  font-size: 34px;
  display: block;
}
.with-sidebar .quick-links {
  margin-top: 40px;
}
.with-sidebar .quick-links .quick-link {
  width: 48%;
  margin: 0 4% 4% 0;
}
.with-sidebar .quick-links .quick-link:nth-of-type(2n) {
  margin-right: 0;
}
@media all and (max-width: 899px) {
  .with-sidebar .quick-links .quick-link {
    width: 48%;
    margin: 0 4% 4% 0;
    display: inline-block;
    float: left;
    height: 330px;
  }
}
@media all and (max-width: 650px) {
  .with-sidebar .quick-links .quick-link {
    margin: 0 auto 20px auto;
    display: block;
    max-width: 350px;
    width: 100%;
    float: none;
    height: auto;
  }
  .with-sidebar .quick-links .quick-link:nth-of-type(2n) {
    margin: 0 auto 20px auto;
  }
}
@media all and (max-width: 899px) {
  .with-sidebar .quick-links .quick-link .image-container {
    width: 100%;
    display: block;
  }
}
@media all and (max-width: 499px) {
  .module.upcoming-events header {
    margin-bottom: 10px;
  }
}
.module.upcoming-events header h2 {
  display: inline-block;
}
.module.upcoming-events header .cta {
  margin-top: 10px;
  float: right;
}
@media all and (max-width: 499px) {
  .module.upcoming-events header .cta {
    text-align: right;
    float: right;
  }
}
.module.upcoming-events .event-container {
  background: #f6f3ea;
}
.module.upcoming-events .event-container .calendar {
  width: 25%;
  display: inline-block;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  vertical-align: top;
  float: left;
  font-family: 'Source Sans Pro', sans-serif;
}
@media all and (max-width: 399px) {
  .module.upcoming-events .event-container .calendar {
    width: 30%;
  }
}
.module.upcoming-events .event-container .calendar .curMonth {
  background: #b3b1a9;
  line-height: 65px;
  height: 56px;
  font-size: 17px;
  border-bottom: 1px solid #c2c0b8;
}
.module.upcoming-events .event-container .calendar ul li {
  padding: 20px 0;
  background-color: #b3b1a9;
  border-bottom: 1px solid #c2c0b8;
  height: 95px;
  cursor: pointer;
}
.module.upcoming-events .event-container .calendar ul li .number {
  font-size: 36px;
  line-height: 1;
  display: block;
  margin-bottom: 10px;
}
.module.upcoming-events .event-container .calendar ul li.active,
.module.upcoming-events .event-container .calendar ul li:hover {
  background-color: #a8a69d;
}
.module.upcoming-events .event-container .calendar ul li span {
  letter-spacing: 1px;
}
.module.upcoming-events .event-container .tab-content {
  width: 75%;
  display: inline-block;
}
@media all and (max-width: 399px) {
  .module.upcoming-events .event-container .tab-content {
    width: 70%;
  }
}
.module.upcoming-events .event-container .tab-content .event {
  color: #86847d;
  display: none;
}
.module.upcoming-events .event-container .tab-content .event.active {
  display: block;
}
.module.upcoming-events .event-container .tab-content .event .image-container {
  width: 100%;
  height: 0;
  background-size: cover;
  background-position: center center;
  padding-bottom: 50%;
}
@media all and (max-width: 499px) {
  .module.upcoming-events .event-container .tab-content .event .image-container {
    padding: 0;
    height: 150px;
  }
}
.module.upcoming-events .event-container .tab-content .event .event-details {
  padding: 20px;
}
@media all and (max-width: 499px) {
  .module.upcoming-events .event-container .tab-content .event .event-details {
    padding: 10px;
  }
}
.module.upcoming-events .event-container .tab-content .event .event-details h3 {
  text-transform: uppercase;
  font-size: 22px;
  font-weight: bold;
}
@media all and (max-width: 499px) {
  .module.upcoming-events .event-container .tab-content .event .event-details h3 {
    font-size: 16px;
  }
}
.module.upcoming-events .event-container .tab-content .event .event-details > div {
  font-size: 16px;
  padding-left: 35px;
  position: relative;
  margin-top: 10px;
}
@media all and (max-width: 399px) {
  .module.upcoming-events .event-container .tab-content .event .event-details > div {
    margin-top: 5px;
  }
}
.module.upcoming-events .event-container .tab-content .event .event-details > div p {
  vertical-align: middle;
  display: inline-block;
  margin-top: 5px;
}
.module.upcoming-events .event-container .tab-content .event .event-details > div .icon {
  position: absolute;
  left: 0;
  font-size: 24px;
  line-height: 30px;
}
.video-container {
  width: 70%;
  position: relative;
  height: 0;
  padding-bottom: 39.375%;
  padding-top: 35px;
  overflow: hidden;
  margin: 0 auto 40px;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.magazine-container {
  width: 100%;
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  padding-top: 35px;
  overflow: hidden;
  margin-bottom: 40px;
}
.magazine-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.text .text-body .half-left {
  padding: 0;
  float: left;
}
@media all and (max-width: 959px) {
  .text .text-body .half-left {
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
    float: none;
  }
}
.portal > .text-content {
  margin-bottom: 32px;
}
.page-preview-item {
  position: relative;
  margin-bottom: 32px;
}
.page-preview-item:last-of-type {
  margin-bottom: 0;
}
.page-preview-item .image-container {
  width: 280px;
  height: 280px;
  background-size: cover;
  background-position: center center;
}
@media all and (max-width: 999px) {
  .page-preview-item .image-container {
    width: 25%;
    height: 0;
    padding-bottom: 25%;
    float: left;
  }
}
@media all and (max-width: 699px) {
  .page-preview-item .image-container {
    margin: 0;
    float: none;
    min-width: 150px;
    min-height: 150px;
    position: relative;
    top: 10px;
    left: 10px;
  }
}
.page-preview-item .text-content {
  background: #f6f3ea;
  padding: 24px 32px 32px;
  width: 70%;
  position: absolute;
  top: 0;
  right: 0;
  margin-bottom: 25px;
}
@media all and (max-width: 999px) {
  .page-preview-item .text-content {
    position: static;
    float: right;
    width: 75%;
  }
}
@media all and (max-width: 699px) {
  .page-preview-item .text-content {
    padding: 20px 15px 20px;
    float: none;
    width: 100%;
    display: block;
  }
}
.social-list ul.social li {
  background: #f6f3ea;
  color: #86847d;
  width: 100%;
  margin-bottom: 10px;
  display: table;
}
@media all and (max-width: 699px) {
  .social-list ul.social li {
    display: block;
  }
}
.social-list ul.social li .image-container {
  width: 105px;
  height: 105px;
  display: table-cell;
}
@media all and (max-width: 699px) {
  .social-list ul.social li .image-container {
    width: 20px;
  }
}
.social-list ul.social li .content {
  display: table-cell;
  padding: 32px;
}
@media all and (max-width: 699px) {
  .social-list ul.social li .content {
    padding: 20px;
  }
}
.social-list ul.social li .content h4 {
  text-transform: uppercase;
  font-weight: bold;
}
@media all and (max-width: 699px) {
  .social-list ul.social li .content h4 {
    padding-bottom: 15px;
    border-bottom: 1px solid #b3b1a9;
  }
}
.social-list ul.social li .content .link {
  font-size: 16px;
  display: inline-block;
  padding: 0 10px;
  border-right: 1px solid #86847d;
  margin-top: 15px;
  position: relative;
}
.social-list ul.social li .content .link:first-of-type {
  padding-left: 0;
}
.social-list ul.social li .content .link:last-of-type {
  border-right: none;
}
@media all and (max-width: 699px) {
  .social-list ul.social li .content .link {
    border: none;
    padding: 0;
    display: block;
    margin-top: 15px;
  }
}
.social-list ul.social li .content .link span {
  padding-left: 25px;
  text-transform: uppercase;
}
.social-list ul.social li .content .link .icon {
  font-size: 18px;
  position: absolute;
  top: -2px;
}
.directory .input-container {
  margin-right: 7px;
}
@media all and (max-width: 599px) {
  .directory .input-container {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
}
@media all and (max-width: 499px) {
  .directory .input-container {
    margin: 0 auto 10px;
    width: 95%;
  }
}
.directory .input-container input[type="text"] {
  display: inline-block;
  width: 100%;
}
@media all and (max-width: 599px) {
  .directory .filter-container {
    display: block;
    width: 100%;
  }
  .directory .filter-container .filter-label {
    display: block;
    width: 100%;
  }
  .directory .filter-container ul {
    width: 100%;
  }
}
@media all and (max-width: 499px) {
  .directory .filter-container {
    padding: 0 2.5%;
  }
  .directory .filter-container ul {
    left: 2.5%;
  }
}
.directory ul.directory-list li {
  background: #f6f3ea;
  color: #86847d;
  width: 100%;
  margin-bottom: 10px;
  display: table;
}
@media all and (max-width: 699px) {
  .directory ul.directory-list li {
    display: block;
  }
}
.directory ul.directory-list li .image-container {
  width: 105px;
  height: 105px;
  display: table-cell;
  background-size: cover;
  background-position: center center;
}
@media all and (max-width: 699px) {
  .directory ul.directory-list li .image-container {
    display: inline-block;
    float: left;
  }
}
.directory ul.directory-list li .image-container {
  border-width: 4px;
  border-style: solid;
}
.directory ul.directory-list li .content {
  display: table-cell;
  padding: 32px;
  position: relative;
}
@media all and (max-width: 699px) {
  .directory ul.directory-list li .content {
    padding: 20px;
  }
}
.directory ul.directory-list li .content h4 {
  text-transform: uppercase;
  font-weight: bold;
}
@media all and (max-width: 699px) {
  .directory ul.directory-list li .content h4 {
    padding-bottom: 15px;
    border-bottom: 1px solid #b3b1a9;
  }
}
.directory ul.directory-list li .content .link {
  font-size: 16px;
  display: inline-block;
  padding: 0 10px;
  border-right: 1px solid #86847d;
  margin-top: 15px;
  position: relative;
}
.directory ul.directory-list li .content .link:first-of-type {
  padding-left: 0;
}
.directory ul.directory-list li .content .link:last-of-type {
  border-right: none;
}
@media all and (max-width: 699px) {
  .directory ul.directory-list li .content .link {
    border: none;
    padding: 0;
    display: block;
    margin-top: 15px;
  }
}
.directory ul.directory-list li .content .link span {
  padding-left: 25px;
}
.directory ul.directory-list li .content .link .icon {
  font-size: 18px;
  position: absolute;
  top: -2px;
}
.directory ul.directory-list li .content .cta {
  position: absolute;
  right: 32px;
  top: 20px;
}
@media all and (max-width: 699px) {
  .directory ul.directory-list li .content .cta {
    position: static;
    margin-top: 20px;
  }
}
.administration .administration-list {
  text-align: center;
}
.administration .administration-list li {
  text-align: left;
  background-color: #f6f3ea;
}
.administration .administration-list li .image-container {
  height: 0;
  padding-bottom: 66%;
  width: 100%;
  background-size: cover;
  background-position: center center;
}
.administration .administration-list li .content {
  padding: 32px;
  color: #86847d;
}
@media all and (max-width: 699px) {
  .profile-content .content {
    padding: 0 24px 24px 24px;
  }
  .administration .administration-list li .content {
    padding: 24px;
  }
}
.administration .administration-list li .content h3 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
}
.administration .administration-list li .content h4 {
  margin: 20px 0;
  font-size: 16px;
}
.administration .administration-list li .content h4 span {
  font-weight: bold;
}
.administration .administration-list li .content p {
  font-size: 16px;
  position: relative;
  padding-left: 25px;
  margin: 6px 0;
}
.administration .administration-list li .content p i {
  position: absolute;
  left: 0;
  font-size: 20px;
  top: 2px;
}
.touch .color-list li .color-container {
  opacity: 1;
}
.color-list li {
  background-size: cover;
  background-position: center center;
  height: 280px;
  overflow: hidden;
}
.color-list li:hover .color-container {
  opacity: 1;
}
.color-list li.asian .color-container {
  background-color: rgba(77, 47, 65, 0.8);
}
.color-list li.english .color-container {
  background-color: rgba(0, 116, 115, 0.8);
}
.color-list li.french .color-container {
  background-color: rgba(126, 156, 144, 0.8);
}
.color-list li.german .color-container {
  background-color: rgba(103, 178, 231, 0.8);
}
.color-list li.humanities .color-container {
  background-color: rgba(203, 130, 65, 0.8);
}
.color-list li.linguistics .color-container {
  background-color: rgba(178, 200, 232, 0.8);
}
.color-list li.philosophy .color-container {
  background-color: rgba(44, 112, 79, 0.8);
}
.color-list li.spanish .color-container {
  background-color: rgba(73, 12, 102, 0.8);
}
.color-list li.american .color-container {
  background-color: rgba(179, 39, 45, 0.8);
}
.color-list li .color-container {
  width: 100%;
  height: 100%;
  position: relative;
  opacity: 0;
  background-color: rgba(44, 89, 120, 0.8);
  text-align: center;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.color-list li .color-container .content {
  color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 90%;
  max-width: 240px;
  height: 75%;
}
.color-list li .color-container .content > div {
  background-color: white;
  padding: 20px;
}
.color-list li .color-container .content > div h3 {
  text-transform: uppercase;
  color: #2c5978;
  font-size: 18px;
  font-weight: bold;
}
.color-list li .color-container .content p {
  margin: 20px 0;
  font-size: 16px;
}
.media .input-container {
  margin-bottom: 32px;
}
.media .media-list {
  margin-bottom: 80px;
}
.media .media-header {
  display: table;
  width: 100%;
  background: #f6f3ea;
  margin-bottom: 32px;
}
.media header {
  margin-bottom: 35px;
}
.media .media-header .icon-container {
  background-color: #2c5978;
  display: table-cell;
  width: 100px;
  height: 100px;
  vertical-align: middle;
  text-align: center;
}
@media all and (max-width: 699px) {
  .media .media-header .icon-container {
    width: 20%;
  }
}
.media .media-header .icon-container .icon {
  color: white;
  font-size: 33px;
}
@media all and (max-width: 699px) {
  .media .media-header .icon-container .icon {
    font-size: 28px;
  }
}
.media .media-header .title {
  display: table-cell;
  vertical-align: middle;
  padding: 32px 10px 32px 32px;
  position: relative;
}
@media all and (max-width: 699px) {
  .media .media-header .title {
    padding: 45px 10px 20px 20px;
  }
}
.media .media-header .title h2 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 18px;
  font-weight: bold;
  vertical-align: middle;
  color: #86847d;
  display: inline-block;
}
.media .media-header .title .cta {
  float: right;
  position: relative;
  top: -5px;
  right: 10px;
  margin-left: 20px;
}
@media all and (max-width: 699px) {
  .media .media-header .title .cta {
    position: absolute;
    top: 5px;
    right: 10px;
  }
}
.media .files li {
  padding: 20px 0;
  border-bottom: 1px solid #b3b1a9;
  display: table;
  width: 100%;
  color: #86847d;
}
@media all and (max-width: 499px) {
  .media .files li {
    padding: 20px 10px;
  }
}
.media .files li h3 {
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  display: table-cell;
  vertical-align: middle;
}
@media all and (max-width: 699px) {
  .media .files li h3 {
    font-size: 16px;
  }
}
.media .files li span.line {
  margin: 0 15px;
}
.media .files li .options {
  display: table-cell;
  width: 100px;
}
@media all and (max-width: 699px) {
  .media .files li .options {
    width: 80px;
  }
}
.media .files li .options .icon {
  float: right;
  font-size: 18px;
  padding: 10px 0 10px 30px;
}
@media all and (max-width: 699px) {
  .media .files li .options .icon {
    padding-left: 20px;
  }
}
.media .files li.audio {
  display: block;
}
.media .files li.audio .container {
  padding-left: 50px;
  position: relative;
  display: table;
  width: 100%;
}
@media all and (max-width: 499px) {
  .media .files li.audio .container {
    padding-left: 30px;
  }
}
.media .files li.audio .container .play-button .icon {
  position: absolute;
  left: 0;
  top: 7px;
  font-size: 20px;
}
.media .files li.audio .progress-bar {
  height: 10px;
  background-color: #86847d;
  margin: 10px 0 0 50px;
}
@media all and (max-width: 499px) {
  .media .files li.audio .progress-bar {
    margin-left: 30px;
  }
}
.media .files li.audio .progress-bar .time {
  height: 100%;
  display: inline-block;
  background-color: #2c5978;
  vertical-align: top;
  transition: all 1s;
  -webkit-transition: all 1s;
}
.profile-content .image-container {
  width: 100%;
  max-width: 386px;
  float: left;
  margin-right: 32px;
  margin-bottom: 32px;
  background-size: cover;
  background-position: center center;
}
.profile-content .image-container img {
  width: 100%;
}
@media all and (max-width: 799px) {
  .profile-content .image-container {
    float: none;
    margin: 0;
  }
}
.profile .text-content h2,
.profile .text-content h3 {
  color: #2c5978;
  font-size: 18px;
  font-weight: bold;
  font-family: 'Josefin Sans', sans-serif;
}
.profile .text-content .info .icon {
  position: relative;
  top: 6px;
  margin-right: 10px;
  font-size: 24px;
}
@media all and (max-width: 899px) {
  .profile-content .text-content .row {
    clear: both;
  }
}
.profile-content .text-content .class-info {
  color: #86847d;
  font-size: 18px;
  margin: 0 32px 32px 0;
  display: inline-block;
  width: 180px;
}
.profile-content .text-content .class-info:last-of-type {
  margin-right: 0;
}
@media all and (max-width: 499px) {
  .profile-content .text-content .class-info {
    font-size: 16px;
  }
}
.results li {
  color: #86847d;
  border-bottom: 1px solid #b3b1a9;
  padding: 24px 0;
}
.results li h2 {
  font-size: 18px;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}

#calendar-auto-suggest {
  position: absolute;
  left: 0;
  right: 10%;
  z-index: 10;
  border: 5px solid #b3b1a9;
  display: none;
}
#calendar-auto-suggest li {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  text-shadow: none;
  color: #777;
  background: #f5f5f5;
  cursor: pointer;
  transition: all .3s;
}
#calendar-auto-suggest li:hover {
  background: #eee;
  transition: all .3s;
}
#calendar-auto-suggest li:after {
  content: '\f105';
  float: right;
  font-family: 'byu-icons';
  margin-right: 2px;
}
#calendar-auto-suggest li:hover:after {
  margin-right: 0;
}

#filterByCalendar li {
  cursor: pointer;
}

.byu-calendar .byu-header {
  width: 100%;
  background: #2c5978;
  padding: 20px;
  position: absolute;
  top: -100px;
}
@media all and (max-width: 899px) {
  .byu-calendar .byu-header {
    top: -240px;
    padding-bottom: 0;
  }
}
@media all and (max-width: 599px) {
  .byu-calendar .byu-header {
    top: -405px;
    padding-bottom: 0;
  }
}
.byu-calendar .byu-header .calendar-filter {
  display: inline-block;
  width: 25%;
  vertical-align: top;
  float: left;
  position: relative;
}
@media all and (max-width: 899px) {
  .byu-calendar .byu-header .calendar-filter {
    width: 50%;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 599px) {
  .byu-calendar .byu-header .calendar-filter {
    width: 100%;
  }
}
.byu-calendar .byu-header .calendar-filter label {
  display: block;
  text-transform: uppercase;
  color: #b3b1a9;
  margin-bottom: 10px;
}
.byu-calendar .byu-header .calendar-filter .filter-container {
  margin: 0;
}
@media all and (max-width: 599px) {
  .byu-calendar .byu-header .calendar-filter .filter-container {
    padding: 0;
    width: 100%;
    min-width: 0;
  }
}
.byu-calendar .byu-header .calendar-filter input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-family: 'Josefin Sans', sans-serif;
  padding: 5px;
  border: 1px solid #b3b1a9;
  font-size: 16px;
  background: #b3b1a9;
  color: white;
  font-weight: bold;
  height: 44px;
  margin: 0;
}
@media all and (max-width: 599px) {
  .byu-calendar .byu-header .calendar-filter input {
    width: 100%;
  }
}
.byu-calendar .byu-header .calendar-filter input::-webkit-input-placeholder {
  color: #fff;
  text-transform: uppercase;
}
.byu-calendar .byu-header .calendar-filter input:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
  text-transform: uppercase;
}
.byu-calendar .byu-header .calendar-filter input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  text-transform: uppercase;
}
.byu-calendar .byu-header .calendar-filter input:-ms-input-placeholder {
  color: #fff;
  text-transform: uppercase;
}
.byu-calendar .byu-header .calendar-filter .custom-current {
  height: 44px;
  line-height: 44px;
  background: #b3b1a9;
  font-weight: bold;
  color: white;
  padding: 0 10px;
  width: 182px;
  text-transform: uppercase;
  cursor: pointer;
}
.byu-calendar .container {
  width: 100%;
  height: 1000px;
  position: relative;
  margin-top: 130px;
}
@media all and (max-width: 899px) {
  .byu-calendar .container {
    margin-top: 275px;
  }
}
@media all and (max-width: 599px) {
  .byu-calendar .container {
    margin-top: 425px;
  }
}
.byu-calendar .fc-calendar-container {
  position: relative;
  height: 400px;
  width: 400px;
}
.byu-calendar .fc-calendar {
  width: 100%;
  height: 100%;
}
.byu-calendar .fc-calendar .fc-body {
  position: relative;
  width: 100%;
  height: 100%;
  height: -moz-calc(70%);
  height: -webkit-calc(70%);
  height: calc(70%);
  border: 1px solid #ddd;
}
.byu-calendar .fc-calendar .fc-row {
  width: 100%;
  border-bottom: 1px solid #ddd;
}
.byu-calendar .fc-four-rows .fc-row {
  height: 25%;
}
.byu-calendar .fc-five-rows .fc-row {
  height: 25%;
}
.byu-calendar .fc-six-rows .fc-row {
  height: 20%;
}
.byu-calendar .fc-calendar .fc-row > div,
.byu-calendar .fc-calendar .fc-head > div {
  float: left;
  height: 100%;
  width: 14.28%;
  /* 100% / 7 */
  width: -moz-calc(14.28571429%);
  width: -webkit-calc(14.28571429%);
  width: calc(14.28571429%);
  position: relative;
}
.byu-calendar .fc-calendar .fc-row > div {
  border-right: 1px solid #ddd;
  padding: 4px;
  overflow: hidden;
  position: relative;
}
.byu-calendar .fc-calendar .fc-head > div {
  text-align: center;
  line-height: 50px;
}
.byu-calendar .fc-calendar .fc-row > div > span.fc-date {
  position: absolute;
  width: 30px;
  height: 20px;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  color: #ddd;
  bottom: 5px;
  right: 5px;
  text-align: right;
}
.byu-calendar .fc-calendar .fc-row > div > span.fc-weekday {
  padding-left: 5px;
  display: none;
}
.byu-calendar .fc-calendar .fc-row > div.fc-out {
  opacity: 0.6;
}
.byu-calendar .fc-calendar .fc-row > div:last-child,
.byu-calendar .fc-calendar .fc-head > div:last-child {
  border-right: none;
}
.byu-calendar .fc-calendar .fc-row:last-child {
  border-bottom: none;
}
.byu-calendar .custom-calendar-full {
  position: absolute;
  top: 24px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: auto;
}
.byu-calendar .fc-calendar-container {
  height: auto;
  bottom: 0px;
  width: 100%;
  top: 100px;
  position: absolute;
}
.byu-calendar .custom-header {
  padding: 20px 20px 10px 30px;
  position: relative;
  text-align: center;
}
.byu-calendar #custom-month,
.byu-calendar #custom-year {
  font-size: 38px;
  font-family: 'Cardo', serif;
  color: #2c5978;
}
.byu-calendar #custom-month {
  margin-right: 10px;
}
.byu-calendar .custom-header h2 {
  color: #fff;
  width: 60%;
}
.byu-calendar .custom-header h2 a,
.byu-calendar .custom-header h2 span {
  color: rgba(255, 255, 255, 0.3);
  font-size: 18px;
  letter-spacing: 3px;
  white-space: nowrap;
}
.byu-calendar .custom-header h2 a {
  color: rgba(255, 255, 255, 0.5);
}
.byu-calendar .no-touch .custom-header h2 a:hover {
  color: rgba(255, 255, 255, 0.9);
}
.byu-calendar .custom-header h3 {
  width: 40%;
  color: #ddd;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 300;
  line-height: 30px;
  text-align: right;
  padding-right: 125px;
}
.byu-calendar .custom-header nav {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.byu-calendar .custom-header nav span {
  width: 50px;
  height: 50px;
  display: inline-block;
  position: relative;
  color: transparent;
  cursor: pointer;
  background: #b3b1a9;
  margin: 0 1px;
  font-size: 32px;
}
.byu-calendar .custom-header span:before {
  font-family: 'fontawesome-selected';
  color: #fff;
  display: inline-block;
  text-align: center;
  width: 100%;
  text-indent: 4px;
}
.byu-calendar .custom-header nav span.custom-prev {
  position: absolute;
  left: 0;
  top: 10px;
}
.byu-calendar .custom-header nav span.custom-next {
  position: absolute;
  right: 0;
  top: 10px;
}
.byu-calendar .custom-header nav span.custom-prev:before,
.byu-calendar .custom-header nav span.custom-next:before {
  position: relative;
  top: 10px;
  font-family: 'byu-icons';
  width: auto;
}
.byu-calendar .custom-header nav span.custom-prev:before {
  content: '\f104';
  right: 3px;
}
.byu-calendar .custom-header nav span.custom-next:before {
  content: '\f105';
}
.byu-calendar .fc-calendar {
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: auto;
  position: absolute;
}
.byu-calendar .fc-calendar .fc-head {
  background: #b3b1a9;
  color: #fff;
  height: 50px;
  line-height: 40px;
}
.byu-calendar .fc-calendar .fc-head > div {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
}
.byu-calendar .fc-calendar .fc-row > div > span.fc-date {
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  font-weight: bold;
  font-family: sans-serif;
  bottom: auto;
  right: auto;
  top: 10px;
  left: 10px;
  text-align: left;
  color: #b3b1a9;
}
.byu-calendar .fc-calendar .fc-body {
  border: none;
}
.byu-calendar .fc-calendar .fc-row {
  box-shadow: inset 0 -1px 0 #e0e0e0;
  border-right: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  border-bottom: none;
}
.byu-calendar .fc-calendar .fc-row:last-of-type {
  border-bottom: 1px solid #e0e0e0;
}
.byu-calendar .fc-calendar .fc-row:last-child {
  box-shadow: none;
}
.byu-calendar .fc-calendar .fc-row > div {
  box-shadow: -1px 0 0 #e0e0e0;
  border: none;
  padding: 10px;
}
.byu-calendar .fc-calendar .fc-row > div:first-child {
  box-shadow: none;
}
.byu-calendar .fc-calendar .fc-row > div.fc-today {
  background: #f8f8f8;
}
.byu-calendar .fc-calendar .fc-row > div > div {
  margin-top: 35px;
}
.byu-calendar .fc-calendar .fc-row > div > div a,
.byu-calendar .fc-calendar .fc-row > div > div span {
  color: #2c5978;
  font-size: 12px;
  text-transform: uppercase;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  margin-bottom: 1px;
  font-weight: bold;
}
.byu-calendar .fc-calendar .fc-row > div > div a:hover {
  color: lightblue;
  cursor: pointer;
}
.byu-calendar .no-touch .fc-calendar .fc-row > div > div a:hover {
  background: rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 880px), screen and (max-height: 450px) {
  .byu-calendar html,
  .byu-calendar body,
  .byu-calendar .container {
    height: auto;
  }
  .byu-calendar .custom-header,
  .byu-calendar .custom-header nav,
  .byu-calendar .custom-calendar-full,
  .byu-calendar .fc-calendar-container,
  .byu-calendar .fc-calendar,
  .byu-calendar .fc-calendar .fc-head,
  .byu-calendar .fc-calendar .fc-row > div > span.fc-date {
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
    height: auto;
    width: auto;
  }
  .byu-calendar .fc-calendar {
    margin-bottom: 20px;
  }
  .byu-calendar .custom-header nav span.custom-prev,
  .byu-calendar .custom-header nav span.custom-next {
    top: -40px;
  }
  .byu-calendar .custom-header {
    padding: 0;
    margin-bottom: 30px;
  }
  .byu-calendar #custom-month,
  .byu-calendar #custom-year {
    font-size: 24px;
  }
  .byu-calendar .fc-calendar .fc-row,
  .byu-calendar .ie9 .fc-calendar .fc-row > div,
  .byu-calendar .fc-calendar .fc-row > div {
    height: auto;
    width: 100%;
    border: none;
  }
  .byu-calendar .fc-calendar .fc-row > div {
    float: none;
    min-height: 50px;
    box-shadow: inset 0 -1px #e0e0e0;
    border-radius: 0px !important;
  }
  .byu-calendar .fc-calendar .fc-row > div:first-child {
    box-shadow: inset 0 -1px #e0e0e0;
  }
  .byu-calendar .fc-calendar .fc-row > div:empty {
    min-height: 0;
    height: 0;
    box-shadow: none !important;
    padding: 0;
  }
  .byu-calendar .fc-calendar .fc-row {
    box-shadow: none;
  }
  .byu-calendar .fc-calendar .fc-head {
    display: none;
  }
  .byu-calendar .fc-calendar .fc-row > div > div {
    margin-top: 0px;
    padding-left: 10px;
    max-width: 70%;
    display: inline-block;
  }
  .byu-calendar .fc-calendar .fc-row > div.fc-today {
    background: #f6f3ea;
  }
  .byu-calendar .fc-calendar .fc-row > div.fc-today:after {
    display: none;
  }
  .byu-calendar .fc-calendar .fc-row > div > span.fc-date {
    width: 30px;
    display: inline-block;
    text-align: right;
    vertical-align: top;
  }
  .byu-calendar .fc-calendar .fc-row > div > span.fc-weekday {
    display: inline-block;
    width: 40px;
    color: #b3b1a9;
    font-size: 10px;
    text-transform: uppercase;
    vertical-align: top;
    margin-top: 7px;
  }
}
.calendarLightbox .module.upcoming-events .event-container .tab-content .event {
  display: block;
}
.calendarLightbox .module.upcoming-events .event-container .tab-content .event .event-details {
  padding: 30px;
}
.calendarLightboxContainer {
  position: absolute !important;
  background-color:#ffffff;
  box-shadow: -1px -1px #e0e0e0 inset !important;
  border: 1px solid #e0e0e0;
  width: 200px !important;
  max-height: 300px !important;
  height: auto !important;
  margin:0;
  padding: 30px 20px 10px;
  overflow: auto;
  z-index:9999;
}
.calendarLightboxContent {
  margin: 0;
}
.calendarLightboxClose {
  margin:10px;
  position:absolute;
  top:0;
  right:0;
  color:#b3b1a9;
}
.calendarLightboxClose:hover {
  cursor: pointer;
}
@media all and (max-width: 999px) {
  .sidebar {
    margin-top: 30px;
  }
}
.sidebar .sidebar-module {
  margin-bottom: 32px;
}
.sidebar .sidebar-module header {
  margin-bottom: 38px;
}
.sidebar .box-links li {
  background: #f6f3ea;
  display: table;
  width: 100%;
  margin-bottom: 20px;
}
.sidebar .box-links li .image-container {
  height: 72px;
  width: 94px;
  display: table-cell;
  background-color: #2c5978;
  background-size: cover;
  background-position: center;
}
.sidebar .box-links li div {
  padding-left: 20px;
  text-transform: uppercase;
  font-weight: bold;
  color: #86847d;
  display: table-cell;
  vertical-align: middle;
}
.sidebar .box-links li div .icon {
  position: relative;
  top: 3px;
  font-size: 18px;
  margin-left: 10px;
}
.sidebar .events-list .event {
  padding-bottom: 20px;
  border-bottom: 1px solid #d3d3d3;
  margin-bottom: 20px;
}
.sidebar .events-list .event header {
  margin-bottom: 15px;
  min-height: 64px;
}
.sidebar .events-list .event header .date-container {
  width: 52px;
  height: 64px;
  background: #2c5978;
  color: white;
  text-align: center;
  padding-top: 12px;
  float: left;
  margin-right: 10px;
}
.sidebar .events-list .event header .date-container .month {
  text-transform: uppercase;
  font-weight: bold;
}
.sidebar .events-list .event header .date-container .number {
  font-size: 26px;
  font-weight: bold;
}
.sidebar .events-list .event header h4 {
  color: #2c5978;
  font-weight: bold;
}
.sidebar .events-list .event header .info {
  color: #86847d;
  position: relative;
}
.sidebar .events-list .event header .info .icon {
  position: absolute;
  font-size: 24px;
  line-height: 30px;
}
.sidebar .events-list .event header .info p {
  margin-left: 26px;
  display: inline-block;
}
.sidebar .events-list .event header .info p span {
  margin: 4px 2px;
  display: inline-block;
  font-size: 14px;
}
.sidebar .events-list .event p {
  color: #86847d;
}
@media all and (max-width: 499px) {
  .sidebar .events-list .event p {
    padding: 0 10px;
  }
}
.sidebar .link-list li {
  padding: 20px 0;
  color: #86847d;
  border-bottom: 1px solid #d3d3d3;
  font-weight: bold;
  font-size: 18px;
}
.sidebar .link-list li:hover {
  color: #2c5978;
}
@media all and (max-width: 499px) {
  .sidebar .link-list li {
    padding-left: 10px;
    font-size: 16px;
  }
}
footer#main-footer {
  background-color: #1e425e;
  color: #fff;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  font-family: 'Source Sans Pro', sans-serif;
}
@media all and (max-width: 1050px) {
  footer#main-footer {
    background-size: cover;
    height: 600px;
  }
}
@media all and (max-width: 767px) {
  footer#main-footer {
    height: auto;
    background-image: none;
  }
}
footer#main-footer #footer-logo {
  width: 115px;
  display: inline-block;
  margin-right: 120px;
  padding: 0;
}
@media all and (max-width: 1350px) {
  footer#main-footer #footer-logo {
    display: none;
  }
}
footer#main-footer #footer-logo img {
  width: 100%;
}
footer#main-footer h3 {
  color: #b3b1a9;
  font-family: 'Cardo', serif;
  font-size: 22px;
  min-height: 30px;
  margin-bottom: 30px;
}
@media all and (max-width: 499px) {
  footer#main-footer h3 {
    margin-bottom: 15px;
  }
}
footer#main-footer .left-side,
footer#main-footer .right-side {
  padding-top: 80px;
  display: inline-block;
  height: 325px;
}
@media all and (max-width: 1050px) {
  footer#main-footer .left-side,
  footer#main-footer .right-side {
    height: auto;
  }
}
footer#main-footer .left-side div,
footer#main-footer .right-side div {
  width: auto;
  width: 140px;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  margin-right: 40px;
}
footer#main-footer .left-side div ul,
footer#main-footer .right-side div ul,
footer#main-footer .left-side div p,
footer#main-footer .right-side div p {
  font-size: 16px;
  line-height: 26px;
}
footer#main-footer .left-side div ul a:hover,
footer#main-footer .right-side div ul a:hover,
footer#main-footer .left-side div p a:hover,
footer#main-footer .right-side div p a:hover {
  color: #9edbec;
}
footer#main-footer .left-side ul li,
footer#main-footer .right-side ul li {
  line-height: 18px;
  padding: 5px 0;
}
footer#main-footer .left-side .additional-links,
footer#main-footer .right-side .additional-links {
  width: 180px;
}
footer#main-footer .left-side .additional-links-two,
footer#main-footer .right-side .additional-links-two {
  width: 120px;
}
@media all and (max-width: 499px) {
  footer#main-footer .left-side .additional-links-two h3,
  footer#main-footer .right-side .additional-links-two h3 {
    margin: 0;
    min-height: 0;
  }
}
footer#main-footer .left-side .visit-us,
footer#main-footer .right-side .visit-us {
  width: 170px;
}
@media all and (max-width: 1050px) {
  footer#main-footer .left-side .visit-us,
  footer#main-footer .right-side .visit-us,
  footer#main-footer .left-side .additional-links,
  footer#main-footer .right-side .additional-links,
  footer#main-footer .left-side .additional-links-two,
  footer#main-footer .right-side .additional-links-two,
  footer#main-footer .left-side .follow-us,
  footer#main-footer .right-side .follow-us {
    width: 49%;
    margin: 0 0 40px;
    padding: 0 20px 0 40px;
  }
}
@media all and (max-width: 650px) {
  footer#main-footer .left-side .visit-us,
  footer#main-footer .right-side .visit-us,
  footer#main-footer .left-side .additional-links,
  footer#main-footer .right-side .additional-links,
  footer#main-footer .left-side .additional-links-two,
  footer#main-footer .right-side .additional-links-two,
  footer#main-footer .left-side .follow-us,
  footer#main-footer .right-side .follow-us {
    padding: 0 0 0 20px;
  }
}
@media all and (max-width: 499px) {
  footer#main-footer .left-side .visit-us,
  footer#main-footer .right-side .visit-us,
  footer#main-footer .left-side .additional-links,
  footer#main-footer .right-side .additional-links,
  footer#main-footer .left-side .additional-links-two,
  footer#main-footer .right-side .additional-links-two,
  footer#main-footer .left-side .follow-us,
  footer#main-footer .right-side .follow-us {
    width: auto;
    display: block;
    float: none;
    padding: 0;
    margin: 30px auto;
  }
}
footer#main-footer .left-side {
  width: 77%;
  text-align: right;
  padding-left: 20px;
  float: left;
}
@media all and (min-width: 1600px) {
  footer#main-footer .left-side {
    width: 74%;
  }
}
@media all and (max-width: 1050px) {
  footer#main-footer .left-side {
    text-align: center;
    width: 70%;
  }
}
@media all and (max-width: 767px) {
  footer#main-footer .left-side {
    width: 100%;
    padding: 40px 20px 0px;
    float: none;
  }
}
footer#main-footer .right-side {
  width: 23%;
  padding-left: 40px;
  background-color: #f6f3ea;
  color: #86847d;
  vertical-align: top;
}
@media all and (min-width: 1600px) {
  footer#main-footer .right-side {
    width: 26%;
  }
}
@media all and (max-width: 1050px) {
  footer#main-footer .right-side {
    height: 600px;
    width: 30%;
  }
}
@media all and (max-width: 767px) {
  footer#main-footer .right-side {
    width: 100%;
    height: auto;
    padding: 40px 70px;
  }
}
@media all and (max-width: 650px) {
  footer#main-footer .right-side {
    padding-left: 50px;
  }
}
@media all and (max-width: 499px) {
  footer#main-footer .right-side {
    padding: 20px 0;
  }
  footer#main-footer .right-side div {
    margin: auto;
    width: 100%;
    padding-left: 20px;
    display: block;
  }
}
footer#main-footer .right-side h3 {
  color: #2c5978;
}
/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datepicker {
  top: 0;
  left: 0;
  position: absolute;
  display: none;
  padding: 4px;
  margin-top: 1px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  z-index: 2;
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  font-family: 'Source Sans Pro', sans-serif;
  /*.dow {
     border-top: 1px solid #ddd !important;
     }*/
}
.datepicker:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px;
}
.datepicker:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  top: -6px;
  left: 7px;
}
.datepicker > div {
  display: none;
}
.datepicker table {
  width: 100%;
  margin: 0;
}
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.datepicker td.day:hover {
  background: #ededed;
  cursor: pointer;
}
.datepicker td.day.disabled {
  color: #ededed;
}
.datepicker td.old,
.datepicker td.new {
  color: #ededed;
}
.datepicker td.active {
  color: #2c5978;
  background: #eeeeee;
}
.datepicker td.active:hover {
  background: #ddd;
}
.datepicker td span {
  display: block;
  width: 47px;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 2px;
  cursor: pointer;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.datepicker td span:hover {
  background: #ededed;
}
.datepicker td span.active {
  color: #2c5978;
  background: #eee;
}
.datepicker td span.active:hover {
  background: #ddd;
}
.datepicker td span.old {
  color: #ededed;
}
.datepicker th.switch {
  width: 145px;
}
.datepicker th.next,
.datepicker th.prev {
  font-size: 16px;
}
.datepicker thead tr:first-child th {
  cursor: pointer;
}
.datepicker thead tr:first-child th:hover {
  background: #ededed;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}


/*****************************/
/* FLIPPING ANIMATION */
/*****************************/
.flip-container {
  -o-perspective: 1000;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  -webkit-transform: perspective(1000px);
  -o-transform: perspective(1000px);
  -ms-transform: perspective(1000px);
  -moz-transform: perspective(1000px);
  transform: perspective(1000px);
  -o-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
/*  UPDATED! flip the pane when hovered */
.flip-container.flip .flipper-back {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.flip-container.flip .flipper-front {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.flip-container, .flipper-front, .flipper-back {
  width: 100%;
  height: 100%;
  overflow: visible !important;
}
.flipper {
  -webkit-transition: 0.6s;
  -ms-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  -moz-transform: perspective(1000px);
  -webkit-transform: perspective(1000px);
  -o-transform: perspective(1000px);
  -ms-transform: perspective(1000px);
  transform: perspective(1000px);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: relative;
  width: 100%;
  height: 280px;
}
.flipper-front, .flipper-back {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  -ms-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  cursor: pointer;
}
.flipper-front {
  z-index: 2;
  -webkit-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.flipper-front h3 {
  font-size: 20px;
  color: #fff;
  position: absolute;
  padding: 15px 20px;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(44, 89, 120, 0.9);
}
.flipper-back {
  -webkit-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.flipper-back h4 {
  position: relative;
  color: #ffffff;
  top: 20px;
  text-transform: uppercase;
  z-index: 9999;
  line-height: 1;
}
.flipper-back ul {
  margin-top: 25px;
}
.flipper-back .cta {
  margin-top: 15px;
}
.flipper-back .content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(44, 89, 120, 1);
  padding: 30px;
  color: #fff;
  z-index: 9998;
}
.flipper-back .content li {
  display: block;
  width: 100%;
  text-align: left;
  font-size: 18px;
  padding: 5px 18%;
  margin: 0;
}
.flipper-back .content li .icon {
  width: 10px;
  display: inline-block;
  text-align: center;
  margin-right: 10px;
}
.flipper-back .content li a, .flipper-back .cta {
  color: rgba(255,255,255,0.7);
  transition: all .3s;
}
.flipper-back .content li a:hover, .flipper-back .cta:hover {
  color: #fff;
  transition: all .3s;
}
.feature .preview-text p {
  font-size: 24px;
  line-height: 23px;
  margin-bottom: 14px;
}

#mobile-menu {
  width: 380px;
  background: #2c5978;
  line-height: 18px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  display: none;
  border-left: 1px solid #444;
}
@media all and (max-width: 899px) {
  #mobile-menu {
    display: block;
  }
}
@media all and (max-width: 499px) {
  #mobile-menu {
    width: 75%;
  }
}
#mobile-menu .mobile-search {
  font-size: 14px;
  color: #fff;
  position: relative;
  border-bottom: 1px solid rgba(179, 177, 169, 0.25);
}
#mobile-menu .mobile-search .icon {
  position: absolute;
  left: 17px;
  top: 10px;
  font-size: 14px;
}
#mobile-menu .mobile-search a {
  padding: 10px 10px 10px 35px;
  display: block;
}
#mobile-menu ul {
  color: #f6f3ea;
  font-size: 14px;
}
#mobile-menu ul li {
  text-transform: uppercase;
}
#mobile-menu ul li a {
  padding: 12px 10px 12px 25px;
  display: block;
  border-bottom: 1px solid rgba(179, 177, 169, 0.25);
}
#mobile-menu ul li a:active {
  color: #9edbec;
}
@media all and (max-width: 499px) {
  #mobile-menu ul li a {
    padding-left: 15px;
  }
}
#mobile-menu ul li ul li:last-of-type {
  border: none;
}
#mobile-menu ul li ul li a {
  padding-left: 40px;
  border-bottom: 1px solid rgba(179, 177, 169, 0.25);
}
@media all and (max-width: 499px) {
  #mobile-menu ul li ul li a {
    padding-left: 25px;
  }
}
header#main-header.department .background-container {
  background: none;
  background-color: #f6f3ea;
}

header#main-header.home.dept .background-container {
  height: 250px;
}

header#main-header.department .background-container .top-bar {
  background: #fff;
}
header#main-header.department .background-container #student-nav .wrapper #student-menu li:hover {
  color: inherit;
}
header#main-header.department .background-container #student-nav .wrapper #ribbon .icon {
  color: #fff;
}
header#main-header.department .background-container #main-header-bar .sub-menu .menu-section ul li {
  color: white;
}
header#main-header.department .background-container #main-header-bar .logo .tagline {
  display: none;
}

h3.dept-title {
  font-weight: bold;
  display: inline-block;
}

@media all and (max-width: 899px) {
  header#main-header.department .background-container {
    height: 120px;
  }
}
@media all and (max-width: 499px) {
  header#main-header.department .background-container {
    height: 68px;
  }
}
@media all and (max-width: 499px) {
  header#main-header.department #main-header-bar {
    background: none;
  }
}
header#main-header.department #main-header-bar #main-menu li {
  color: #4d2f41;
}


header#main-header.on-light #main-header-bar #main-menu > ul > li.menu-item-has-children::after,
.on-light li a, .on-light h3 {
  color: #4d2f41;
  font-weight: bold;
}

.on-light li a:hover, .on-dark li a:hover {
  color: #178ce5;
}

.on-dark li a, .on-dark h3 {
  color: ##fff;
}

.on-light #main-menu .menu, .on-dark #main-menu .menu {
  border-radius: 8px;
}

.on-light #main-menu .menu {
  background-color: rgba(255, 255, 255, 0.2);
}

.on-dark #main-menu .menu {
  background-color: rgba(0, 0, 0, 0.3);
}

.menu {
  display: inline-block;
  float: right;
}

.owl-carousel .item {
  width: 305px;
  height: 450px;
  display: inline-block;
  text-align: left;
  margin: 0;
}
@media all and (max-width: 399px) {
  .owl-carousel .item {
    width: 260px;
    height: 420px;
  }
}
.owl-carousel .item.magazine .image-container {
  height: 340px;
}

.owl-carousel .item .image-container {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: move;
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}

.owl-carousel .item .image-container img {
  width: 100%;
}
.owl-carousel .item .preview-text {
  padding: 40px;
  position: relative;
}
@media all and (max-width: 399px) {
  .owl-carousel .item .preview-text {
    padding: 20px;
  }
}
.owl-carousel .item .preview-text .article-icon {
  position: absolute;
  top: 19px;
  right: 19px;
  font-size: 35px;
}
.owl-carousel .item .preview-text h2 {
  font-size: 21px;
  line-height: 21px;
  margin-bottom: 30px;
}
@media all and (max-width: 399px) {
  .owl-carousel .item .preview-text h2 {
    font-size: 16px;
  }
}
.owl-carousel .item .preview-text h4 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
}
.owl-carousel .item .preview-text p {
  margin: 20px 0;
}
.owl-carousel .owl-item {
  background-color: #f6f3ea;
  color: #86847d;
}
.owl-carousel .owl-item:nth-of-type(4n + 1) {
  background-color: #2c5978;
  color: white;
}
.owl-carousel .owl-item:nth-of-type(4n + 2) {
  background-color: #86847d;
  color: white;
}
.owl-carousel .owl-item:nth-of-type(4n + 3) {
  background-color: #b3b1a9;
  color: white;
}
.owl-carousel .owl-item:nth-of-type(4n + 3) {
  background-color: #b3b1a9;
  color: white;
}
.owl-carousel .owl-controls .owl-prev,
.owl-carousel .owl-controls .owl-next {
  display: inline-block;
  width: 15%;
  max-width: 450px;
  height: 100%;
  line-height: 450px;
  text-align: center;
  color: transparent;
  background: #ffffff;
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 0;
}
@media all and (max-width: 899px) {
  .owl-carousel .owl-controls .owl-prev,
  .owl-carousel .owl-controls .owl-next {
    display: none !important;
  }
}
.owl-carousel .owl-controls .owl-next {
  right: 0;
  text-indent: 0;
  -webkit-transition: text-indent 0.2s;
  -moz-transition: text-indent 0.2s;
  -o-transition: text-indent 0.2s;
  transition: text-indent 0.2s;
}
.owl-carousel .owl-controls .owl-next:after {
  font-family: 'byu-icons';
  content: "\f105";
  font-size: 60px;
  font-style: normal;
  color: #86847d;
}
.owl-carousel .owl-controls .owl-next:hover {
  text-indent: 20px;
}
.owl-carousel .owl-controls .owl-prev {
  color: transparent
  left: 0;
  text-indent: 0;
  -webkit-transition: text-indent 0.2s;
  -moz-transition: text-indent 0.2s;
  -o-transition: text-indent 0.2s;
  transition: text-indent 0.2s;
}
.owl-carousel .owl-controls .owl-prev:before {
  font-family: 'byu-icons';
  content: "\f104";
  font-size: 60px;
  font-style: normal;
  color: #86847d;
}
.owl-carousel .owl-controls .owl-prev:hover {
  text-indent: -20px;
}
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* 
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/* 
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}
/* 
 *  Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
.message {
  padding: 105px 0;
  background-size: cover;
  background-position: center center;
  text-align: center;
}
@media all and (max-width: 1025px) {
  .message {
    display: none;
  }
}
.message .message-container {
  width: 80%;
  background-color: rgba(41, 49, 68, 0.8);
  color: #fff;
  padding: 25px 45px 45px;
  text-align: center;
  margin: auto;
  display: inline-block;
}
.message .message-container h1 {
  font-family: 'Cardo', serif;
  color: #fff;
  margin-bottom: 15px;
}
.message .message-container p {
  font-size: 26px;
  line-height: 35px;
  margin-bottom: 25px;
}
.message .message-container .cta {
  color: white;
}
.message .message-container .cta span:after {
  background: white;
}
@media all and (max-width: 1025px) {
  .message.quote {
    display: none;
  }
}
.message.quote .message-container {
  padding: 45px;
}
.message.quote .message-container .icon {
  font-size: 48px;
}
.message.quote .message-container p:first-of-type {
  margin-top: 20px;
}
.message.quote .message-container p.author {
  font-size: 22px;
  margin: 0;
}
.quick-link {
  background-color: #f6f3ea;
  color: #86847d;
}
.quick-link h4 {
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.2;
  color: #86847d;
}
@media all and (max-width: 599px) {
  .quick-link h4 {
    font-size: 20px;
  }
}
@media all and (max-width: 499px) {
  .quick-link h4 {
    font-size: 16px;
  }
}
.quick-link p {
  font-size: 16px;
  line-height: 23px;
  margin: 10px 0;
}
.half .quick-link,
.sidebar .quick-link {
  height: 135px;
  margin-bottom: 15px;
  width: 100%;
  display: table;
}
@media all and (max-width: 959px) {
  .half .quick-link,
  .sidebar .quick-link {
    height: auto;
  }
}
.half .quick-link .image-container,
.sidebar .quick-link .image-container {
  display: table-cell;
  width: 135px;
  height: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
}
@media all and (max-width: 959px) {
  .half .quick-link .image-container,
  .sidebar .quick-link .image-container {
    display: table-cell;
    width: 135px;
  }
}
.half .quick-link .image-container img,
.sidebar .quick-link .image-container img {
  height: 100%;
  width: auto;
}
.half .quick-link .text-content,
.sidebar .quick-link .text-content {
  padding: 20px 20px 10px;
  display: table-cell;
  vertical-align: top;
}
@media all and (max-width: 959px) {
  .half .quick-link .text-content,
  .sidebar .quick-link .text-content {
    width: auto;
  }
}
.half .quick-link .text-content .icon,
.sidebar .quick-link .text-content .icon {
  color: #2c5978;
}
.sidebar .quick-link {
  height: auto;
}
.sidebar .quick-link .image-container {
  width: 96px;
}
@media all and (max-width: 1199px) {
  .sidebar .quick-link .text-content p {
    display: none;
  }
}
@media all and (max-width: 999px) {
  .sidebar .quick-link .text-content p {
    display: block;
  }
}
@media all and (max-width: 699px) {
  .sidebar .quick-link .text-content p {
    display: none;
  }
}
.full .quick-link {
  background: #f6f3ea;
  color: #86847d;
  width: 32%;
  height: 330px;
  margin-right: 2%;
  margin-bottom: 2%;
  display: inline-block;
  float: left;
}
@media all and (max-width: 899px) {
  .full .quick-link {
    display: table;
    width: 100%;
    margin-bottom: 20px;
    float: none;
    height: auto;
  }
}
@media all and (max-width: 599px) {
  .full .quick-link {
    max-width: 350px;
    display: block;
    margin: 0 auto 20px auto;
  }
}
.full .quick-link.last {
  margin-right: 0;
}
@media all and (max-width: 599px) {
  .full .quick-link.last {
    margin: 0 auto 20px auto;
  }
}
.full .quick-link .image-container {
  width: 100%;
  height: 135px;
  background-size: cover;
  background-position: center center;
}
@media all and (max-width: 899px) {
  .full .quick-link .image-container {
    display: table-cell;
    width: 35%;
    height: 135px;
  }
}
@media all and (max-width: 599px) {
  .full .quick-link .image-container {
    display: block;
    width: 100%;
  }
}
.full .quick-link .text-content {
  padding: 32px 32px 14px;
  position: relative;
}
@media all and (max-width: 399px) {
  .full .quick-link .text-content {
    padding: 24px;
  }
}
.full .quick-link .text-content h4 {
  padding-right: 34px;
}
.full .quick-link .text-content .icon {
  position: absolute;
  top: 32px;
  right: 32px;
  color: #2c5978;
  font-size: 24px;
}
@media all and (max-width: 399px) {
  .full .quick-link .text-content .icon {
    top: 24px;
    right: 24px;
  }
}
.full .quick-link .text-content .icon.byu-icon-arrow-long {
  color: #2c5978;
  margin-top: 12px;
  position: static;
  font-size: 34px;
  display: block;
}
.with-sidebar .quick-links {
  margin-top: 40px;
}
.with-sidebar .quick-links .quick-link {
  width: 48%;
  margin: 0 4% 4% 0;
}
.with-sidebar .quick-links .quick-link:nth-of-type(2n) {
  margin-right: 0;
}
@media all and (max-width: 899px) {
  .with-sidebar .quick-links .quick-link {
    width: 48%;
    margin: 0 4% 4% 0;
    display: inline-block;
    float: left;
    height: 330px;
  }
}
@media all and (max-width: 650px) {
  .with-sidebar .quick-links .quick-link {
    margin: 0 auto 20px auto;
    display: block;
    max-width: 350px;
    width: 100%;
    float: none;
    height: auto;
  }
  .with-sidebar .quick-links .quick-link:nth-of-type(2n) {
    margin: 0 auto 20px auto;
  }
}
@media all and (max-width: 899px) {
  .with-sidebar .quick-links .quick-link .image-container {
    width: 100%;
    display: block;
  }
}
@media all and (max-width: 499px) {
  .module.upcoming-events header {
    margin-bottom: 10px;
  }
}
.module.upcoming-events header h2 {
  display: inline-block;
}
.module.upcoming-events header .cta {
  margin-top: 10px;
  float: right;
}
@media all and (max-width: 499px) {
  .module.upcoming-events header .cta {
    text-align: right;
    float: right;
  }
}
.module.upcoming-events .event-container {
  background: #f6f3ea;
}
.module.upcoming-events .event-container .calendar {
  width: 25%;
  display: inline-block;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  vertical-align: top;
  float: left;
  font-family: 'Source Sans Pro', sans-serif;
}
@media all and (max-width: 399px) {
  .module.upcoming-events .event-container .calendar {
    width: 30%;
  }
}
.module.upcoming-events .event-container .calendar .curMonth {
  background: #b3b1a9;
  line-height: 65px;
  height: 56px;
  font-size: 17px;
  border-bottom: 1px solid #c2c0b8;
}
.module.upcoming-events .event-container .calendar ul li {
  padding: 20px 0;
  background-color: #b3b1a9;
  border-bottom: 1px solid #c2c0b8;
  height: 95px;
  cursor: pointer;
}
.module.upcoming-events .event-container .calendar ul li .number {
  font-size: 36px;
  line-height: 1;
  display: block;
  margin-bottom: 10px;
}
.module.upcoming-events .event-container .calendar ul li.active,
.module.upcoming-events .event-container .calendar ul li:hover {
  background-color: #a8a69d;
}
.module.upcoming-events .event-container .calendar ul li span {
  letter-spacing: 1px;
}
.module.upcoming-events .event-container .tab-content {
  width: 75%;
  display: inline-block;
}
@media all and (max-width: 399px) {
  .module.upcoming-events .event-container .tab-content {
    width: 70%;
  }
}
.module.upcoming-events .event-container .tab-content .event {
  color: #86847d;
  display: none;
}
.module.upcoming-events .event-container .tab-content .event.active {
  display: block;
}
.module.upcoming-events .event-container .tab-content .event .image-container {
  width: 100%;
  height: 0;
  background-size: cover;
  background-position: center center;
  padding-bottom: 50%;
}
@media all and (max-width: 499px) {
  .module.upcoming-events .event-container .tab-content .event .image-container {
    padding: 0;
    height: 150px;
  }
}
.module.upcoming-events .event-container .tab-content .event .event-details {
  padding: 20px;
}
@media all and (max-width: 499px) {
  .module.upcoming-events .event-container .tab-content .event .event-details {
    padding: 10px;
  }
}
.module.upcoming-events .event-container .tab-content .event .event-details h3 {
  text-transform: uppercase;
  font-size: 22px;
  font-weight: bold;
}
@media all and (max-width: 499px) {
  .module.upcoming-events .event-container .tab-content .event .event-details h3 {
    font-size: 16px;
  }
}
.module.upcoming-events .event-container .tab-content .event .event-details > div {
  font-size: 16px;
  padding-left: 35px;
  position: relative;
  margin-top: 10px;
}
@media all and (max-width: 399px) {
  .module.upcoming-events .event-container .tab-content .event .event-details > div {
    margin-top: 5px;
  }
}
.module.upcoming-events .event-container .tab-content .event .event-details > div p {
  vertical-align: middle;
  display: inline-block;
  margin-top: 5px;
}
.module.upcoming-events .event-container .tab-content .event .event-details > div .icon {
  position: absolute;
  left: 0;
  font-size: 24px;
  line-height: 30px;
}
.video-container {
  width: 70%;
  position: relative;
  height: 0;
  padding-bottom: 39.375%;
  padding-top: 35px;
  overflow: hidden;
  margin: 0 auto 40px;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.magazine-container {
  width: 100%;
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  padding-top: 35px;
  overflow: hidden;
  margin-bottom: 40px;
}
.magazine-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.text .text-body .half-left {
  padding: 0;
  float: left;
}
@media all and (max-width: 959px) {
  .text .text-body .half-left {
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
    float: none;
  }
}
.portal > .text-content {
  margin-bottom: 32px;
}
.page-preview-item {
  position: relative;
  margin-bottom: 32px;
}
.page-preview-item:last-of-type {
  margin-bottom: 0;
}
.page-preview-item .image-container {
  width: 280px;
  height: 280px;
  background-size: cover;
  background-position: center center;
}
@media all and (max-width: 999px) {
  .page-preview-item .image-container {
    width: 25%;
    height: 0;
    padding-bottom: 25%;
    float: left;
  }
}
@media all and (max-width: 699px) {
  .page-preview-item .image-container {
    margin: 0;
    float: none;
    min-width: 150px;
    min-height: 150px;
    position: relative;
    top: 10px;
    left: 10px;
  }
}
.page-preview-item .text-content {
  background: #f6f3ea;
  padding: 24px 32px 32px;
  width: 70%;
  position: absolute;
  top: 0;
  right: 0;
  margin-bottom: 25px;
}
@media all and (max-width: 999px) {
  .page-preview-item .text-content {
    position: static;
    float: right;
    width: 75%;
  }
}
@media all and (max-width: 699px) {
  .page-preview-item .text-content {
    padding: 20px 15px 20px;
    float: none;
    width: 100%;
    display: block;
  }
}
.social-list ul.social li {
  background: #f6f3ea;
  color: #86847d;
  width: 100%;
  margin-bottom: 10px;
  display: table;
}
@media all and (max-width: 699px) {
  .social-list ul.social li {
    display: block;
  }
}
.social-list ul.social li .image-container {
  width: 105px;
  height: 105px;
  display: table-cell;
}
@media all and (max-width: 699px) {
  .social-list ul.social li .image-container {
    width: 20px;
  }
}
.social-list ul.social li .content {
  display: table-cell;
  padding: 32px;
}
@media all and (max-width: 699px) {
  .social-list ul.social li .content {
    padding: 20px;
  }
}
.social-list ul.social li .content h4 {
  text-transform: uppercase;
  font-weight: bold;
}
@media all and (max-width: 699px) {
  .social-list ul.social li .content h4 {
    padding-bottom: 15px;
    border-bottom: 1px solid #b3b1a9;
  }
}
.social-list ul.social li .content .link {
  font-size: 16px;
  display: inline-block;
  padding: 0 10px;
  border-right: 1px solid #86847d;
  margin-top: 15px;
  position: relative;
}
.social-list ul.social li .content .link:first-of-type {
  padding-left: 0;
}
.social-list ul.social li .content .link:last-of-type {
  border-right: none;
}
@media all and (max-width: 699px) {
  .social-list ul.social li .content .link {
    border: none;
    padding: 0;
    display: block;
    margin-top: 15px;
  }
}
.social-list ul.social li .content .link span {
  padding-left: 25px;
  text-transform: uppercase;
}
.social-list ul.social li .content .link .icon {
  font-size: 18px;
  position: absolute;
  top: -2px;
}
.directory .input-container {
  margin-right: 7px;
}
@media all and (max-width: 599px) {
  .directory .input-container {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
}
@media all and (max-width: 499px) {
  .directory .input-container {
    margin: 0 auto 10px;
    width: 95%;
  }
}
.directory .input-container input[type="text"] {
  display: inline-block;
  width: 100%;
}
@media all and (max-width: 599px) {
  .directory .filter-container {
    display: block;
    width: 100%;
  }
  .directory .filter-container .filter-label {
    display: block;
    width: 100%;
  }
  .directory .filter-container ul {
    width: 100%;
  }
}
@media all and (max-width: 499px) {
  .directory .filter-container {
    padding: 0 2.5%;
  }
  .directory .filter-container ul {
    left: 2.5%;
  }
}
.directory ul.directory-list li {
  background: #f6f3ea;
  color: #86847d;
  width: 100%;
  margin-bottom: 10px;
  display: table;
}
@media all and (max-width: 699px) {
  .directory ul.directory-list li {
    display: block;
  }
}
.directory ul.directory-list li .image-container {
  width: 105px;
  height: 105px;
  display: table-cell;
  background-size: cover;
  background-position: center center;
}
@media all and (max-width: 699px) {
  .directory ul.directory-list li .image-container {
    display: inline-block;
    float: left;
  }
}
.directory ul.directory-list li .image-container {
  border-width: 4px;
  border-style: solid;
}
.directory ul.directory-list li .content {
  display: table-cell;
  padding: 32px;
  position: relative;
}
@media all and (max-width: 699px) {
  .directory ul.directory-list li .content {
    padding: 20px;
  }
}
.directory ul.directory-list li .content h4 {
  text-transform: uppercase;
  font-weight: bold;
}
@media all and (max-width: 699px) {
  .directory ul.directory-list li .content h4 {
    padding-bottom: 15px;
    border-bottom: 1px solid #b3b1a9;
  }
}
.directory ul.directory-list li .content .link {
  font-size: 16px;
  display: inline-block;
  padding: 0 10px;
  border-right: 1px solid #86847d;
  margin-top: 15px;
  position: relative;
}
.directory ul.directory-list li .content .link:first-of-type {
  padding-left: 0;
}
.directory ul.directory-list li .content .link:last-of-type {
  border-right: none;
}
@media all and (max-width: 699px) {
  .directory ul.directory-list li .content .link {
    border: none;
    padding: 0;
    display: block;
    margin-top: 15px;
  }
}
.directory ul.directory-list li .content .link span {
  padding-left: 25px;
}
.directory ul.directory-list li .content .link .icon {
  font-size: 18px;
  position: absolute;
  top: -2px;
}
.directory ul.directory-list li .content .cta {
  position: absolute;
  right: 32px;
  top: 20px;
}
@media all and (max-width: 699px) {
  .directory ul.directory-list li .content .cta {
    position: static;
    margin-top: 20px;
  }
}
.administration .administration-list {
  text-align: center;
}
.administration .administration-list li {
  text-align: left;
  background-color: #f6f3ea;
}
.administration .administration-list li .image-container {
  height: 0;
  padding-bottom: 66%;
  width: 100%;
  background-size: cover;
  background-position: center center;
}
.administration .administration-list li .content {
  padding: 32px;
  color: #86847d;
}
@media all and (max-width: 699px) {
  .profile-content .content {
    padding: 0 24px 24px 24px;
  }
  .administration .administration-list li .content {
    padding: 24px;
  }
}
.administration .administration-list li .content h3 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
}
.administration .administration-list li .content h4 {
  margin: 20px 0;
  font-size: 16px;
}
.administration .administration-list li .content h4 span {
  font-weight: bold;
}
.administration .administration-list li .content p {
  font-size: 16px;
  position: relative;
  padding-left: 25px;
  margin: 6px 0;
}
.administration .administration-list li .content p i {
  position: absolute;
  left: 0;
  font-size: 20px;
  top: 2px;
}
.touch .color-list li .color-container {
  opacity: 1;
}
.color-list li {
  background-size: cover;
  background-position: center center;
  height: 280px;
  overflow: hidden;
}
.color-list li:hover .color-container {
  opacity: 1;
}
.color-list li.asian .color-container {
  background-color: rgba(77, 47, 65, 0.8);
}
.color-list li.english .color-container {
  background-color: rgba(0, 116, 115, 0.8);
}
.color-list li.french .color-container {
  background-color: rgba(126, 156, 144, 0.8);
}
.color-list li.german .color-container {
  background-color: rgba(103, 178, 231, 0.8);
}
.color-list li.humanities .color-container {
  background-color: rgba(203, 130, 65, 0.8);
}
.color-list li.linguistics .color-container {
  background-color: rgba(178, 200, 232, 0.8);
}
.color-list li.philosophy .color-container {
  background-color: rgba(44, 112, 79, 0.8);
}
.color-list li.spanish .color-container {
  background-color: rgba(73, 12, 102, 0.8);
}
.color-list li.american .color-container {
  background-color: rgba(179, 39, 45, 0.8);
}
.color-list li .color-container {
  width: 100%;
  height: 100%;
  position: relative;
  opacity: 0;
  background-color: rgba(44, 89, 120, 0.8);
  text-align: center;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.color-list li .color-container .content {
  color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 90%;
  max-width: 240px;
  height: 75%;
}
.color-list li .color-container .content > div {
  background-color: white;
  padding: 20px;
}
.color-list li .color-container .content > div h3 {
  text-transform: uppercase;
  color: #2c5978;
  font-size: 18px;
  font-weight: bold;
}
.color-list li .color-container .content p {
  margin: 20px 0;
  font-size: 16px;
}
.media .input-container {
  margin-bottom: 32px;
}
.media .media-list {
  margin-bottom: 80px;
}
.media .media-header {
  display: table;
  width: 100%;
  background: #f6f3ea;
  margin-bottom: 32px;
}
.media header {
  margin-bottom: 35px;
}
.media .media-header .icon-container {
  background-color: #2c5978;
  display: table-cell;
  width: 100px;
  height: 100px;
  vertical-align: middle;
  text-align: center;
}
@media all and (max-width: 699px) {
  .media .media-header .icon-container {
    width: 20%;
  }
}
.media .media-header .icon-container .icon {
  color: white;
  font-size: 33px;
}
@media all and (max-width: 699px) {
  .media .media-header .icon-container .icon {
    font-size: 28px;
  }
}
.media .media-header .title {
  display: table-cell;
  vertical-align: middle;
  padding: 32px 10px 32px 32px;
  position: relative;
}
@media all and (max-width: 699px) {
  .media .media-header .title {
    padding: 45px 10px 20px 20px;
  }
}
.media .media-header .title h2 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 18px;
  font-weight: bold;
  vertical-align: middle;
  color: #86847d;
  display: inline-block;
}
.media .media-header .title .cta {
  float: right;
  position: relative;
  top: -5px;
  right: 10px;
  margin-left: 20px;
}
@media all and (max-width: 699px) {
  .media .media-header .title .cta {
    position: absolute;
    top: 5px;
    right: 10px;
  }
}
.media .files li {
  padding: 20px 0;
  border-bottom: 1px solid #b3b1a9;
  display: table;
  width: 100%;
  color: #86847d;
}
@media all and (max-width: 499px) {
  .media .files li {
    padding: 20px 10px;
  }
}
.media .files li h3 {
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  display: table-cell;
  vertical-align: middle;
}
@media all and (max-width: 699px) {
  .media .files li h3 {
    font-size: 16px;
  }
}
.media .files li span.line {
  margin: 0 15px;
}
.media .files li .options {
  display: table-cell;
  width: 100px;
}
@media all and (max-width: 699px) {
  .media .files li .options {
    width: 80px;
  }
}
.media .files li .options .icon {
  float: right;
  font-size: 18px;
  padding: 10px 0 10px 30px;
}
@media all and (max-width: 699px) {
  .media .files li .options .icon {
    padding-left: 20px;
  }
}
.media .files li.audio {
  display: block;
}
.media .files li.audio .container {
  padding-left: 50px;
  position: relative;
  display: table;
  width: 100%;
}
@media all and (max-width: 499px) {
  .media .files li.audio .container {
    padding-left: 30px;
  }
}
.media .files li.audio .container .play-button .icon {
  position: absolute;
  left: 0;
  top: 7px;
  font-size: 20px;
}
.media .files li.audio .progress-bar {
  height: 10px;
  background-color: #86847d;
  margin: 10px 0 0 50px;
}
@media all and (max-width: 499px) {
  .media .files li.audio .progress-bar {
    margin-left: 30px;
  }
}
.media .files li.audio .progress-bar .time {
  height: 100%;
  display: inline-block;
  background-color: #2c5978;
  vertical-align: top;
  transition: all 1s;
  -webkit-transition: all 1s;
}
.profile-content .image-container {
  width: 100%;
  max-width: 386px;
  float: left;
  margin-right: 32px;
  margin-bottom: 32px;
  background-size: cover;
  background-position: center center;
}
.profile-content .image-container img {
  width: 100%;
}
@media all and (max-width: 799px) {
  .profile-content .image-container {
    float: none;
    margin: 0;
  }
}
.profile .text-content h2,
.profile .text-content h3 {
  color: #2c5978;
  font-size: 18px;
  font-weight: bold;
  font-family: 'Josefin Sans', sans-serif;
}
.profile .text-content .info .icon {
  position: relative;
  top: 6px;
  margin-right: 10px;
  font-size: 24px;
}
@media all and (max-width: 899px) {
  .profile-content .text-content .row {
    clear: both;
  }
}
.profile-content .text-content .class-info {
  color: #86847d;
  font-size: 18px;
  margin: 0 32px 32px 0;
  display: inline-block;
  width: 180px;
}
.profile-content .text-content .class-info:last-of-type {
  margin-right: 0;
}
@media all and (max-width: 499px) {
  .profile-content .text-content .class-info {
    font-size: 16px;
  }
}
.results li {
  color: #86847d;
  border-bottom: 1px solid #b3b1a9;
  padding: 24px 0;
}
.results li h2 {
  font-size: 18px;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}

#calendar-auto-suggest {
  position: absolute;
  left: 0;
  right: 10%;
  z-index: 10;
  border: 5px solid #b3b1a9;
  display: none;
}
#calendar-auto-suggest li {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  text-shadow: none;
  color: #777;
  background: #f5f5f5;
  cursor: pointer;
  transition: all .3s;
}
#calendar-auto-suggest li:hover {
  background: #eee;
  transition: all .3s;
}
#calendar-auto-suggest li:after {
  content: '\f105';
  float: right;
  font-family: 'byu-icons';
  margin-right: 2px;
}
#calendar-auto-suggest li:hover:after {
  margin-right: 0;
}

#filterByCalendar li {
  cursor: pointer;
}

.byu-calendar .byu-header {
  width: 100%;
  background: #2c5978;
  padding: 20px;
  position: absolute;
  top: -100px;
}
@media all and (max-width: 899px) {
  .byu-calendar .byu-header {
    top: -240px;
    padding-bottom: 0;
  }
}
@media all and (max-width: 599px) {
  .byu-calendar .byu-header {
    top: -405px;
    padding-bottom: 0;
  }
}
.byu-calendar .byu-header .calendar-filter {
  display: inline-block;
  width: 25%;
  vertical-align: top;
  float: left;
  position: relative;
}
@media all and (max-width: 899px) {
  .byu-calendar .byu-header .calendar-filter {
    width: 50%;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 599px) {
  .byu-calendar .byu-header .calendar-filter {
    width: 100%;
  }
}
.byu-calendar .byu-header .calendar-filter label {
  display: block;
  text-transform: uppercase;
  color: #b3b1a9;
  margin-bottom: 10px;
}
.byu-calendar .byu-header .calendar-filter .filter-container {
  margin: 0;
}
@media all and (max-width: 599px) {
  .byu-calendar .byu-header .calendar-filter .filter-container {
    padding: 0;
    width: 100%;
    min-width: 0;
  }
}
.byu-calendar .byu-header .calendar-filter input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-family: 'Josefin Sans', sans-serif;
  padding: 5px;
  border: 1px solid #b3b1a9;
  font-size: 16px;
  background: #b3b1a9;
  color: white;
  font-weight: bold;
  height: 44px;
  margin: 0;
}
@media all and (max-width: 599px) {
  .byu-calendar .byu-header .calendar-filter input {
    width: 100%;
  }
}
.byu-calendar .byu-header .calendar-filter input::-webkit-input-placeholder {
  color: #fff;
  text-transform: uppercase;
}
.byu-calendar .byu-header .calendar-filter input:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
  text-transform: uppercase;
}
.byu-calendar .byu-header .calendar-filter input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  text-transform: uppercase;
}
.byu-calendar .byu-header .calendar-filter input:-ms-input-placeholder {
  color: #fff;
  text-transform: uppercase;
}
.byu-calendar .byu-header .calendar-filter .custom-current {
  height: 44px;
  line-height: 44px;
  background: #b3b1a9;
  font-weight: bold;
  color: white;
  padding: 0 10px;
  width: 182px;
  text-transform: uppercase;
  cursor: pointer;
}
.byu-calendar .container {
  width: 100%;
  height: 1000px;
  position: relative;
  margin-top: 130px;
}
@media all and (max-width: 899px) {
  .byu-calendar .container {
    margin-top: 275px;
  }
}
@media all and (max-width: 599px) {
  .byu-calendar .container {
    margin-top: 425px;
  }
}
.byu-calendar .fc-calendar-container {
  position: relative;
  height: 400px;
  width: 400px;
}
.byu-calendar .fc-calendar {
  width: 100%;
  height: 100%;
}
.byu-calendar .fc-calendar .fc-body {
  position: relative;
  width: 100%;
  height: 100%;
  height: -moz-calc(70%);
  height: -webkit-calc(70%);
  height: calc(70%);
  border: 1px solid #ddd;
}
.byu-calendar .fc-calendar .fc-row {
  width: 100%;
  border-bottom: 1px solid #ddd;
}
.byu-calendar .fc-four-rows .fc-row {
  height: 25%;
}
.byu-calendar .fc-five-rows .fc-row {
  height: 25%;
}
.byu-calendar .fc-six-rows .fc-row {
  height: 20%;
}
.byu-calendar .fc-calendar .fc-row > div,
.byu-calendar .fc-calendar .fc-head > div {
  float: left;
  height: 100%;
  width: 14.28%;
  /* 100% / 7 */
  width: -moz-calc(14.28571429%);
  width: -webkit-calc(14.28571429%);
  width: calc(14.28571429%);
  position: relative;
}
.byu-calendar .fc-calendar .fc-row > div {
  border-right: 1px solid #ddd;
  padding: 4px;
  overflow: hidden;
  position: relative;
}
.byu-calendar .fc-calendar .fc-head > div {
  text-align: center;
  line-height: 50px;
}
.byu-calendar .fc-calendar .fc-row > div > span.fc-date {
  position: absolute;
  width: 30px;
  height: 20px;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  color: #ddd;
  bottom: 5px;
  right: 5px;
  text-align: right;
}
.byu-calendar .fc-calendar .fc-row > div > span.fc-weekday {
  padding-left: 5px;
  display: none;
}
.byu-calendar .fc-calendar .fc-row > div.fc-out {
  opacity: 0.6;
}
.byu-calendar .fc-calendar .fc-row > div:last-child,
.byu-calendar .fc-calendar .fc-head > div:last-child {
  border-right: none;
}
.byu-calendar .fc-calendar .fc-row:last-child {
  border-bottom: none;
}
.byu-calendar .custom-calendar-full {
  position: absolute;
  top: 24px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: auto;
}
.byu-calendar .fc-calendar-container {
  height: auto;
  bottom: 0px;
  width: 100%;
  top: 100px;
  position: absolute;
}
.byu-calendar .custom-header {
  padding: 20px 20px 10px 30px;
  position: relative;
  text-align: center;
}
.byu-calendar #custom-month,
.byu-calendar #custom-year {
  font-size: 38px;
  font-family: 'Cardo', serif;
  color: #2c5978;
}
.byu-calendar #custom-month {
  margin-right: 10px;
}
.byu-calendar .custom-header h2 {
  color: #fff;
  width: 60%;
}
.byu-calendar .custom-header h2 a,
.byu-calendar .custom-header h2 span {
  color: rgba(255, 255, 255, 0.3);
  font-size: 18px;
  letter-spacing: 3px;
  white-space: nowrap;
}
.byu-calendar .custom-header h2 a {
  color: rgba(255, 255, 255, 0.5);
}
.byu-calendar .no-touch .custom-header h2 a:hover {
  color: rgba(255, 255, 255, 0.9);
}
.byu-calendar .custom-header h3 {
  width: 40%;
  color: #ddd;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 300;
  line-height: 30px;
  text-align: right;
  padding-right: 125px;
}
.byu-calendar .custom-header nav {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.byu-calendar .custom-header nav span {
  width: 50px;
  height: 50px;
  display: inline-block;
  position: relative;
  color: transparent;
  cursor: pointer;
  background: #b3b1a9;
  margin: 0 1px;
  font-size: 32px;
}
.byu-calendar .custom-header span:before {
  font-family: 'fontawesome-selected';
  color: #fff;
  display: inline-block;
  text-align: center;
  width: 100%;
  text-indent: 4px;
}
.byu-calendar .custom-header nav span.custom-prev {
  position: absolute;
  left: 0;
  top: 10px;
}
.byu-calendar .custom-header nav span.custom-next {
  position: absolute;
  right: 0;
  top: 10px;
}
.byu-calendar .custom-header nav span.custom-prev:before,
.byu-calendar .custom-header nav span.custom-next:before {
  position: relative;
  top: 10px;
  font-family: 'byu-icons';
  width: auto;
}
.byu-calendar .custom-header nav span.custom-prev:before {
  content: '\f104';
  right: 3px;
}
.byu-calendar .custom-header nav span.custom-next:before {
  content: '\f105';
}
.byu-calendar .fc-calendar {
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: auto;
  position: absolute;
}
.byu-calendar .fc-calendar .fc-head {
  background: #b3b1a9;
  color: #fff;
  height: 50px;
  line-height: 40px;
}
.byu-calendar .fc-calendar .fc-head > div {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
}
.byu-calendar .fc-calendar .fc-row > div > span.fc-date {
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  font-weight: bold;
  font-family: sans-serif;
  bottom: auto;
  right: auto;
  top: 10px;
  left: 10px;
  text-align: left;
  color: #b3b1a9;
}
.byu-calendar .fc-calendar .fc-body {
  border: none;
}
.byu-calendar .fc-calendar .fc-row {
  box-shadow: inset 0 -1px 0 #e0e0e0;
  border-right: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  border-bottom: none;
}
.byu-calendar .fc-calendar .fc-row:last-of-type {
  border-bottom: 1px solid #e0e0e0;
}
.byu-calendar .fc-calendar .fc-row:last-child {
  box-shadow: none;
}
.byu-calendar .fc-calendar .fc-row > div {
  box-shadow: -1px 0 0 #e0e0e0;
  border: none;
  padding: 10px;
}
.byu-calendar .fc-calendar .fc-row > div:first-child {
  box-shadow: none;
}
.byu-calendar .fc-calendar .fc-row > div.fc-today {
  background: #f8f8f8;
}
.byu-calendar .fc-calendar .fc-row > div > div {
  margin-top: 35px;
}
.byu-calendar .fc-calendar .fc-row > div > div a,
.byu-calendar .fc-calendar .fc-row > div > div span {
  color: #2c5978;
  font-size: 12px;
  text-transform: uppercase;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  margin-bottom: 1px;
  font-weight: bold;
}
.byu-calendar .fc-calendar .fc-row > div > div a:hover {
  color: lightblue;
  cursor: pointer;
}
.byu-calendar .no-touch .fc-calendar .fc-row > div > div a:hover {
  background: rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 880px), screen and (max-height: 450px) {
  .byu-calendar html,
  .byu-calendar body,
  .byu-calendar .container {
    height: auto;
  }
  .byu-calendar .custom-header,
  .byu-calendar .custom-header nav,
  .byu-calendar .custom-calendar-full,
  .byu-calendar .fc-calendar-container,
  .byu-calendar .fc-calendar,
  .byu-calendar .fc-calendar .fc-head,
  .byu-calendar .fc-calendar .fc-row > div > span.fc-date {
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
    height: auto;
    width: auto;
  }
  .byu-calendar .fc-calendar {
    margin-bottom: 20px;
  }
  .byu-calendar .custom-header nav span.custom-prev,
  .byu-calendar .custom-header nav span.custom-next {
    top: -40px;
  }
  .byu-calendar .custom-header {
    padding: 0;
    margin-bottom: 30px;
  }
  .byu-calendar #custom-month,
  .byu-calendar #custom-year {
    font-size: 24px;
  }
  .byu-calendar .fc-calendar .fc-row,
  .byu-calendar .ie9 .fc-calendar .fc-row > div,
  .byu-calendar .fc-calendar .fc-row > div {
    height: auto;
    width: 100%;
    border: none;
  }
  .byu-calendar .fc-calendar .fc-row > div {
    float: none;
    min-height: 50px;
    box-shadow: inset 0 -1px #e0e0e0;
    border-radius: 0px !important;
  }
  .byu-calendar .fc-calendar .fc-row > div:first-child {
    box-shadow: inset 0 -1px #e0e0e0;
  }
  .byu-calendar .fc-calendar .fc-row > div:empty {
    min-height: 0;
    height: 0;
    box-shadow: none !important;
    padding: 0;
  }
  .byu-calendar .fc-calendar .fc-row {
    box-shadow: none;
  }
  .byu-calendar .fc-calendar .fc-head {
    display: none;
  }
  .byu-calendar .fc-calendar .fc-row > div > div {
    margin-top: 0px;
    padding-left: 10px;
    max-width: 70%;
    display: inline-block;
  }
  .byu-calendar .fc-calendar .fc-row > div.fc-today {
    background: #f6f3ea;
  }
  .byu-calendar .fc-calendar .fc-row > div.fc-today:after {
    display: none;
  }
  .byu-calendar .fc-calendar .fc-row > div > span.fc-date {
    width: 30px;
    display: inline-block;
    text-align: right;
    vertical-align: top;
  }
  .byu-calendar .fc-calendar .fc-row > div > span.fc-weekday {
    display: inline-block;
    width: 40px;
    color: #b3b1a9;
    font-size: 10px;
    text-transform: uppercase;
    vertical-align: top;
    margin-top: 7px;
  }
}
.calendarLightbox .module.upcoming-events .event-container .tab-content .event {
  display: block;
}
.calendarLightbox .module.upcoming-events .event-container .tab-content .event .event-details {
  padding: 30px;
}
.calendarLightboxContainer {
  position: absolute !important;
  background-color:#ffffff;
  box-shadow: -1px -1px #e0e0e0 inset !important;
  border: 1px solid #e0e0e0;
  width: 200px !important;
  max-height: 300px !important;
  height: auto !important;
  margin:0;
  padding: 30px 20px 10px;
  overflow: auto;
  z-index:9999;
}
.calendarLightboxContent {
  margin: 0;
}
.calendarLightboxClose {
  margin:10px;
  position:absolute;
  top:0;
  right:0;
  color:#b3b1a9;
}
.calendarLightboxClose:hover {
  cursor: pointer;
}
@media all and (max-width: 999px) {
  .sidebar {
    margin-top: 30px;
  }
}
.sidebar .sidebar-module {
  margin-bottom: 32px;
}
.sidebar .sidebar-module header {
  margin-bottom: 38px;
}
.sidebar .box-links li {
  background: #f6f3ea;
  display: table;
  width: 100%;
  margin-bottom: 20px;
}
.sidebar .box-links li .image-container {
  height: 72px;
  width: 94px;
  display: table-cell;
  background-color: #2c5978;
  background-size: cover;
  background-position: center;
}
.sidebar .box-links li div {
  padding-left: 20px;
  text-transform: uppercase;
  font-weight: bold;
  color: #86847d;
  display: table-cell;
  vertical-align: middle;
}
.sidebar .box-links li div .icon {
  position: relative;
  top: 3px;
  font-size: 18px;
  margin-left: 10px;
}
.sidebar .events-list .event {
  padding-bottom: 20px;
  border-bottom: 1px solid #d3d3d3;
  margin-bottom: 20px;
}
.sidebar .events-list .event header {
  margin-bottom: 15px;
  min-height: 64px;
}
.sidebar .events-list .event header .date-container {
  width: 52px;
  height: 64px;
  background: #2c5978;
  color: white;
  text-align: center;
  padding-top: 12px;
  float: left;
  margin-right: 10px;
}
.sidebar .events-list .event header .date-container .month {
  text-transform: uppercase;
  font-weight: bold;
}
.sidebar .events-list .event header .date-container .number {
  font-size: 26px;
  font-weight: bold;
}
.sidebar .events-list .event header h4 {
  color: #2c5978;
  font-weight: bold;
}
.sidebar .events-list .event header .info {
  color: #86847d;
  position: relative;
}
.sidebar .events-list .event header .info .icon {
  position: absolute;
  font-size: 24px;
  line-height: 30px;
}
.sidebar .events-list .event header .info p {
  margin-left: 26px;
  display: inline-block;
}
.sidebar .events-list .event header .info p span {
  margin: 4px 2px;
  display: inline-block;
  font-size: 14px;
}
.sidebar .events-list .event p {
  color: #86847d;
}
@media all and (max-width: 499px) {
  .sidebar .events-list .event p {
    padding: 0 10px;
  }
}
.sidebar .link-list li {
  padding: 20px 0;
  color: #86847d;
  border-bottom: 1px solid #d3d3d3;
  font-weight: bold;
  font-size: 18px;
}
.sidebar .link-list li:hover {
  color: #2c5978;
}
@media all and (max-width: 499px) {
  .sidebar .link-list li {
    padding-left: 10px;
    font-size: 16px;
  }
}
footer#main-footer {
  background-color: #1e425e;
  color: #fff;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  font-family: 'Source Sans Pro', sans-serif;
}
@media all and (max-width: 1050px) {
  footer#main-footer {
    background-size: cover;
    height: 600px;
  }
}
@media all and (max-width: 767px) {
  footer#main-footer {
    height: auto;
    background-image: none;
  }
}
footer#main-footer #footer-logo {
  width: 115px;
  display: inline-block;
  margin-right: 120px;
  padding: 0;
}
@media all and (max-width: 1350px) {
  footer#main-footer #footer-logo {
    display: none;
  }
}
footer#main-footer #footer-logo img {
  width: 100%;
}
footer#main-footer h3 {
  color: #b3b1a9;
  font-family: 'Cardo', serif;
  font-size: 22px;
  min-height: 30px;
  margin-bottom: 30px;
}
@media all and (max-width: 499px) {
  footer#main-footer h3 {
    margin-bottom: 15px;
  }
}
footer#main-footer .left-side,
footer#main-footer .right-side {
  padding-top: 80px;
  display: inline-block;
  height: 325px;
}
@media all and (max-width: 1050px) {
  footer#main-footer .left-side,
  footer#main-footer .right-side {
    height: auto;
  }
}
footer#main-footer .left-side div,
footer#main-footer .right-side div {
  width: auto;
  width: 140px;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  margin-right: 40px;
}
footer#main-footer .left-side div ul,
footer#main-footer .right-side div ul,
footer#main-footer .left-side div p,
footer#main-footer .right-side div p {
  font-size: 16px;
  line-height: 26px;
}
footer#main-footer .left-side div ul a:hover,
footer#main-footer .right-side div ul a:hover,
footer#main-footer .left-side div p a:hover,
footer#main-footer .right-side div p a:hover {
  color: #9edbec;
}
footer#main-footer .left-side ul li,
footer#main-footer .right-side ul li {
  line-height: 18px;
  padding: 5px 0;
}
footer#main-footer .left-side .additional-links,
footer#main-footer .right-side .additional-links {
  width: 180px;
}
footer#main-footer .left-side .additional-links-two,
footer#main-footer .right-side .additional-links-two {
  width: 120px;
}
@media all and (max-width: 499px) {
  footer#main-footer .left-side .additional-links-two h3,
  footer#main-footer .right-side .additional-links-two h3 {
    margin: 0;
    min-height: 0;
  }
}
footer#main-footer .left-side .visit-us,
footer#main-footer .right-side .visit-us {
  width: 170px;
}
@media all and (max-width: 1050px) {
  footer#main-footer .left-side .visit-us,
  footer#main-footer .right-side .visit-us,
  footer#main-footer .left-side .additional-links,
  footer#main-footer .right-side .additional-links,
  footer#main-footer .left-side .additional-links-two,
  footer#main-footer .right-side .additional-links-two,
  footer#main-footer .left-side .follow-us,
  footer#main-footer .right-side .follow-us {
    width: 49%;
    margin: 0 0 40px;
    padding: 0 20px 0 40px;
  }
}
@media all and (max-width: 650px) {
  footer#main-footer .left-side .visit-us,
  footer#main-footer .right-side .visit-us,
  footer#main-footer .left-side .additional-links,
  footer#main-footer .right-side .additional-links,
  footer#main-footer .left-side .additional-links-two,
  footer#main-footer .right-side .additional-links-two,
  footer#main-footer .left-side .follow-us,
  footer#main-footer .right-side .follow-us {
    padding: 0 0 0 20px;
  }
}
@media all and (max-width: 499px) {
  footer#main-footer .left-side .visit-us,
  footer#main-footer .right-side .visit-us,
  footer#main-footer .left-side .additional-links,
  footer#main-footer .right-side .additional-links,
  footer#main-footer .left-side .additional-links-two,
  footer#main-footer .right-side .additional-links-two,
  footer#main-footer .left-side .follow-us,
  footer#main-footer .right-side .follow-us {
    width: auto;
    display: block;
    float: none;
    padding: 0;
    margin: 30px auto;
  }
}
footer#main-footer .left-side {
  width: 77%;
  text-align: right;
  padding-left: 20px;
  float: left;
}
@media all and (min-width: 1600px) {
  footer#main-footer .left-side {
    width: 74%;
  }
}
@media all and (max-width: 1050px) {
  footer#main-footer .left-side {
    text-align: center;
    width: 70%;
  }
}
@media all and (max-width: 767px) {
  footer#main-footer .left-side {
    width: 100%;
    padding: 40px 20px 0px;
    float: none;
  }
}
footer#main-footer .right-side {
  width: 23%;
  padding-left: 40px;
  background-color: #f6f3ea;
  color: #86847d;
  vertical-align: top;
}
@media all and (min-width: 1600px) {
  footer#main-footer .right-side {
    width: 26%;
  }
}
@media all and (max-width: 1050px) {
  footer#main-footer .right-side {
    height: 600px;
    width: 30%;
  }
}
@media all and (max-width: 767px) {
  footer#main-footer .right-side {
    width: 100%;
    height: auto;
    padding: 40px 70px;
  }
}
@media all and (max-width: 650px) {
  footer#main-footer .right-side {
    padding-left: 50px;
  }
}
@media all and (max-width: 499px) {
  footer#main-footer .right-side {
    padding: 20px 0;
  }
  footer#main-footer .right-side div {
    margin: auto;
    width: 100%;
    padding-left: 20px;
    display: block;
  }
}
footer#main-footer .right-side h3 {
  color: #2c5978;
}
/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datepicker {
  top: 0;
  left: 0;
  position: absolute;
  display: none;
  padding: 4px;
  margin-top: 1px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  z-index: 2;
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  font-family: 'Source Sans Pro', sans-serif;
  /*.dow {
     border-top: 1px solid #ddd !important;
     }*/
}
.datepicker:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px;
}
.datepicker:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  top: -6px;
  left: 7px;
}
.datepicker > div {
  display: none;
}
.datepicker table {
  width: 100%;
  margin: 0;
}
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.datepicker td.day:hover {
  background: #ededed;
  cursor: pointer;
}
.datepicker td.day.disabled {
  color: #ededed;
}
.datepicker td.old,
.datepicker td.new {
  color: #ededed;
}
.datepicker td.active {
  color: #2c5978;
  background: #eeeeee;
}
.datepicker td.active:hover {
  background: #ddd;
}
.datepicker td span {
  display: block;
  width: 47px;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 2px;
  cursor: pointer;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.datepicker td span:hover {
  background: #ededed;
}
.datepicker td span.active {
  color: #2c5978;
  background: #eee;
}
.datepicker td span.active:hover {
  background: #ddd;
}
.datepicker td span.old {
  color: #ededed;
}
.datepicker th.switch {
  width: 145px;
}
.datepicker th.next,
.datepicker th.prev {
  font-size: 16px;
}
.datepicker thead tr:first-child th {
  cursor: pointer;
}
.datepicker thead tr:first-child th:hover {
  background: #ededed;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}


/*****************************/
/* FLIPPING ANIMATION */
/*****************************/
.flip-container {
  -o-perspective: 1000;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  -webkit-transform: perspective(1000px);
  -o-transform: perspective(1000px);
  -ms-transform: perspective(1000px);
  -moz-transform: perspective(1000px);
  transform: perspective(1000px);
  -o-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
/*  UPDATED! flip the pane when hovered */
.flip-container.flip .flipper-back {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.flip-container.flip .flipper-front {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.flip-container, .flipper-front, .flipper-back {
  width: 100%;
  height: 100%;
  overflow: visible !important;
}
.flipper {
  -webkit-transition: 0.6s;
  -ms-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  -moz-transform: perspective(1000px);
  -webkit-transform: perspective(1000px);
  -o-transform: perspective(1000px);
  -ms-transform: perspective(1000px);
  transform: perspective(1000px);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: relative;
  width: 100%;
  height: 280px;
}
.flipper-front, .flipper-back {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  -ms-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  cursor: pointer;
}
.flipper-front {
  z-index: 2;
  -webkit-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.flipper-front h3 {
  font-size: 20px;
  color: #fff;
  position: absolute;
  padding: 15px 20px;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(44, 89, 120, 0.9);
}
.flipper-back {
  -webkit-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.flipper-back h4 {
  position: relative;
  color: #ffffff;
  top: 20px;
  text-transform: uppercase;
  z-index: 9999;
  line-height: 1;
}
.flipper-back ul {
  margin-top: 25px;
}
.flipper-back .cta {
  margin-top: 15px;
}
.flipper-back .content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(44, 89, 120, 1);
  padding: 30px;
  color: #fff;
  z-index: 9998;
}
.flipper-back .content li {
  display: block;
  width: 100%;
  text-align: left;
  font-size: 18px;
  padding: 5px 18%;
  margin: 0;
}
.flipper-back .content li .icon {
  width: 10px;
  display: inline-block;
  text-align: center;
  margin-right: 10px;
}
.flipper-back .content li a, .flipper-back .cta {
  color: rgba(255,255,255,0.7);
  transition: all .3s;
}
.flipper-back .content li a:hover, .flipper-back .cta:hover {
  color: #fff;
  transition: all .3s;
}

/* Customizing Schedule */
.year_selector_label {
  margin-right: 1em;
}

#schedule_table thead {
  font-weight: bold;
}


#schedule_table td {
  text-align: center;
}

h3.schedule-table-head + tt {
  font-size: large;
}

/* Front Container */
.featured-container {
  margin: -480px auto 0 auto;
  width: 1218px;
  position: relative;
}
@media all and (max-width: 1250px) {
  .featured-container {
    margin-left: 20px;
  }
}
@media all and (max-width: 699px) {
  .featured-container {
    margin: 80px 0 0;
    width: auto;
    height: 350px;
    background-color: #f6f3ea;
  }
}
@media all and (max-width: 499px) {
  .featured-container {
    margin-top: 40px;
  }
}
.featured-container .feature {
  display: block;
  overflow: hidden;
  height: 200px;
  width: 290px;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  margin-top: -20px;
}
.featured-container .feature:first-child {
  margin-top: 0;
}
@media all and (max-width: 699px) {
  .featured-container .feature {
    margin: 0;
  }
}
.featured-container .feature.active {
  width: 600px;
}
@media all and (max-width: 699px) {
  .featured-container .feature {
    width: 33.33%;
    width: calc(33.33333333%);
    display: inline-block;
    float: left;
    position: static;
    height: auto;
    overflow: visible;
  }
  .featured-container .feature.active {
    width: 33.33%;
    width: calc(33.33333333%);
  }
  .featured-container .feature.active .preview-text {
    opacity: 1;
  }
}
.featured-container .feature .color-container {
  background: #f6f3ea;
  width: 290px;
  display: inline-block;
}
@media all and (max-width: 699px) {
  .featured-container .feature .color-container {
    width: 100%;
    height: 150px;
  }
}
.featured-container .feature .color-container .image-container {
  width: 250px;
  height: 156px;
  margin: 20px;
  background-size: cover;
  background-position: center center;
  text-align: center;
}
@media all and (max-width: 699px) {
  .featured-container .feature .color-container .image-container {
    margin: 0;
    position: relative;
    height: 150px;
    width: 100%;
  }
  .featured-container .feature.active .color-container .image-container:after {
    content: '';
    width: 0;
    height: 0;
    display: inline-block;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #f6f3ea;
    position: relative;
    top: 138px;
    left: -6px;
  }
}
.featured-container .feature .preview-text {
  position: absolute;
  top: -1px;
  left: 290px;
  padding: 28px 20px 20px 5px;
  width: 300px;
  height: 197px;
  background: #f6f3ea;
  color: #293144;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media all and (max-width: 699px) {
  .featured-container .feature .preview-text {
    opacity: 0;
    top: 150px;
    left: 0;
    padding: 20px 40px;
    width: 100%;
  }
}
@media all and (max-width: 450px) {
  .featured-container .feature .preview-text {
    padding: 20px 10px;
  }
}
.featured-container .feature .preview-text h2 {
  font-weight: 900;
  font-size: 18px;
  font-family: 'Josefin Sans', sans-serif;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.featured-container .feature .preview-text p {
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 14px;
}

/* Make the quote shift right if there is a featured-container first */
.featured-container + .front-brief-container { 
  margin: -300px 50% 0;
  position: relative;
  width: 50%;
}

/* When there is a featured container, add some white-space before the carousel */
.featured-container ~ .header-break {
  margin: 5%;
}

.feature-overlay {
  color:white; 
  background-color: rgba(0, 0, 0, 0.5); 
  position:relative;
  top:75%;
  font-size:175%;
  padding: 2px 0 4px 0; 
  font-weight:bold;
}

/* Center the 1-4 Grid */
body.home .text.module {
  display: block;
  float: none;
  margin: 0 auto;
}

/* Increase size of list text in contents */
.text-content li {
  font-size: 1.2em;
}

div#odh-search {
  display: inline-block;
  float: right;
}

#odh_search_icon {
  cursor: pointer;
}

.odh-search-form {
  position: absolute;
  z-index: 9999;
  top: 3em;
}

.odh-hidden {
  display: none;
}

.odh-search .input-container {
  padding-top: 0px;
  padding-bottom: 0px;
  line-height: 30px;
}

#odh-search .input-container::before {
  top: 0;
}

form.odh-search-form > .input-container {
  padding-bottom: 0;
  padding-top: 0;
}

.pmpro_content_message {
  position: relative;
  margin: 0 auto;
  padding:  0 auto;
  font-size: 2em;
  text-align: center;
}
