@charset "UTF-8";

/*

Version 1.1.0
This version contains the transition to FontAwesome 5 Pro and other minor tweaks

*/

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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, ol, ul, li, form, 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;
}

em {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}


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;
}

dl.dl-horizontal {
  border-top: 2px solid #F5F5F5;
  border-bottom: 2px solid #F5F5F5;
  padding: 10px 0;
}

dt, dd {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.428;
  font-family: 'Open Sans', sans-serif;
  padding: 3px 0;
  color:#414042;
}

dt {
  color: #8b032c;
  font-weight: 700;
  text-transform:uppercase;
}

dd p {
  float: none;
  color: #414042;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.428;
  font-family: 'Open Sans', sans-serif;
  margin:0;
}


@font-face {
  font-family: 'icomoon';
  src:  url('/_resources/fonts/inst.eot?pp222z');
  src:  url('/_resources/fonts/inst.eot?pp222z#iefix') format('embedded-opentype'),
    url('/_resources/fonts/inst.ttf?pp222z') format('truetype'),
    url('/_resources/fonts/inst.woff?pp222z') format('woff'),
    url('/_resources/fonts/inst.svg?pp222z#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-instructure:before {
  content: "\e900";
  /* vertical-align: middle; */
}

table.table {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.428;
  font-family: 'Open Sans', sans-serif;
}

html {
  font-size: 50%;
}
@media (min-width: 880px) {
  html {
    font-size: 55%;
  }
}
@media (min-width: 1170px) {
  html {
    font-size: 62.5%;
  }
}
body {
  position: relative;
  z-index: 0;
}
body * {
  box-sizing: border-box;
}
body script {
  display: none;
}
body.home h1 {
  margin: 0;
  width: auto;
}
img {
  position: relative;
  /* width: auto; Removed by alex to fix sizing issue */
  height: auto;
}
@media (min-width: 720px) {
  img.mobile-image {
    display: none !important;
  }
}
img.desk-image {
  display: none !important;
}
@media (min-width: 720px) {
  img.desk-image {
    display: block !important;
  }
}
@media (min-width: 720px) {
  h1 {
    padding: 0 30px;
  }
}
h1, .h1 {
  color: #fff;
  font-size: 52px;
  font-size: 5.2rem;
  line-height: 1.428;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 50px 0;
  display: block;
  width: 100%;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
}
@media (min-width: 720px) {
  h1, .h1 {
    font-size: 72px;
    font-size: 7.2rem;
    line-height: 1.428;
    line-height: 1;
  }
}
h2, .h2 {
  color: #8b032c;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1.428;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  line-height: 1;
  display: block;
  /*float: left;*/
  width: 100%;
  margin: 0 0 20px 0;
}
h3, .h3 {
  color: #8b032c;
  font-size: 20px;
  font-size: 2.5rem;
  line-height: 1.428;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 10px 0;
}
h4, .h4 {
  color: #414042;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.428;
  font-family: 'Open Sans', sans-serif;
  line-height: 1;
  margin: 0 0 10px 0;
}
h5, .h5 {
  color: #414042;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.428;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  margin: 0 0 10px 0;
}
h6, .h6s {
  color: #414042;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.428;
  font-family: 'Open Sans', sans-serif;
  margin: 0 0 10px 0;
}
p {
  float: none;
  color: #414042;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.428;
  font-family: 'Open Sans', sans-serif;
  line-height: 2;
  margin: 0 0 20px 0;
}

.dir-entry p, .dir-entry p a {
  font-size: 1.6rem;
  line-height: 1.428;
}


p a {
  /* display: inline-block; */
  float: none;
  width: auto;
  text-decoration: underline;
  font-size: inherit;
}
ul, ol {
  display: block;
  width: 100%;
  margin-bottom:20px;
}
ul li, ol li {
  /*color: #414042;*/
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.428;
  font-family: 'Open Sans', sans-serif;
  display: list-item;
}

/*ul li::before {
content: "•";
color: #414042;
display: inline-block;
width: 1em;
margin-left: -1em
}*/

footer ul li, footer ol li {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.428;
}



ul li *, ol li * {
  float: none;
}
ul.list-inline li, ol.list-inline li {
  width: auto;
}
a {
  color: #376fb7;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.428;
  font-family: 'Open Sans', sans-serif;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a[href$=".pdf"]:after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  color: #FF0000;
  font-weight:300;
  font-size: 12px;
  padding-left: 5px;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.25);
}
a[href$=".docx"]:after, a[href$=".doc"]:after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  color: #0005FF;
  font-weight: 300;
  font-size: 12px;
  padding-left: 5px;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.25);
}
a:focus {
  outline: 2px solid #5B9DD9;
}
hr {
  display: block;
  /* float: left; */
  width: 100%;
  border-color: #8b032c;
  position: relative;
  z-index: 1;
}
hr.light {
  border-color: #f0c230;
}
blockquote {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.428;
  display: block;
  float: left;
  width: 100%;
  position: relative;
  border-top: 1px solid #f0c230;
  border-bottom: 1px solid #f0c230;
  padding: 20px !important;
  margin-bottom: 40px;
}
blockquote p {
  display: block;
  float: none;
  width: 90%;
  color: #8b032c;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.428;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  line-height: 36px;
  line-height: 3.6rem;
  font-style: italic;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin: auto;
}
blockquote p:before, blockquote p:after {
  color: #f0c230;
  font-size: 50px;
  font-size: 5rem;
  line-height: 1.428;
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  position: absolute;
}
blockquote p:before {
  content: '“';
  text-align: left;
  float: left;
  left: -30px;
  top: -10px;
  height: 40px;
  padding-right: 5px;
}
blockquote p:after {
  content: '”';
  text-align: right;
  float: right;
  right: -20px;
  bottom: 12px;
  height: 40px;
  padding-right: 5px;
}
blockquote span {
  color: #8b032c;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.428;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-style: italic;
  text-transform: uppercase;
  margin-top: 15px;
  display: block;
  float: left;
  width: 100%;
  text-align: center;
}
blockquote.noquote p:before {
  content: '';
}
blockquote.noquote p:after {
  content: '';
}
section {
  @Include floatblock();
  margin: 20px 0;
  max-height: initial;
  position: relative;
}
@media (min-width: 720px) {
  section {
    margin-top: 0px;
  }
}
code {
  color: #8f9c6c;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.428;
  font-family: 'PT Mono';
  background: #1d1f21;
  padding: 5px;
  margin: 0 5px 10px 5px;
  width: 90%;
  width: calc(100% - 10px);
}
/*input {
-webkit-appearance: none;
border-radius: 0;
}*/
footer {
  padding-top: 100px;
  margin-top: 40px;
}
#main-content {
  outline: none !important;

}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type='text'], input[type='number'], textarea {
    font-size: 16px !important;
  }
  strong {
    font-weight: bold;
  }
}
.visuallyhidden, .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.jewel-green {
  background-color: rgba(0, 153, 116, 0.8);
}
.jewel-purple {
  background-color: rgba(160, 58, 150, 0.8);
}
.de-anza-purple {
  background-color: rgba(97, 49, 94, 0.9);
}
.jewel-orange {
  background-color: rgba(223, 109, 36, 0.8);
}
.jewel-blue {
  background-color: rgba(55, 111, 183, 0.95);
}
.jewel-red {
  background-color: rgba(139, 3, 44, 0.8);
}
.jewel-charcoal {
  background-color:#282922 !important;
}


.user-editable {}
.user-editable h1, .user-editable h2, .user-editable h3, .user-editable h4, .user-editable h5, .user-editable h6 {
  width: auto;
}
.user-editable h1, .user-editable h2, .user-editable h3, .user-editable h4, .user-editable h5, .user-editable h6 {
  margin-bottom: 20px;
  width: 100%;
}
.user-editable h1+hr, .user-editable h2+hr, .user-editable h3+hr, .user-editable h4+hr, .user-editable h5+hr, .user-editable h6+hr {
  margin-top: 20px;
}
.user-editable p+hr {
  margin-top: 30px;
}
.user-editable ul+hr {
  margin-top: 20px;
}
.overlay-promo+hr, .box+hr, .btn+hr {
  margin-top: 0;
}
.accordion {
  margin-bottom: 40px;
  display: block;
  float: left;
  width: 100%;
}
.accordion h3 {
  display: block;
  float: left;
  width: 100%;
  padding: 15px 45px 15px 20px;
  padding-right: 50px;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.428;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  background: #8b032c;
  cursor: pointer;
  outline: none;
  margin: 0;
  border-bottom: 1px solid #fff;
  word-wrap: break-word;
  position: relative;
  padding-right: 20px;
}
.accordion h3:after {
  position: absolute;
  color: inherit;
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.428;
  top: 50%;
  top: calc(50% - 6px);
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
  padding: 0 10px;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.accordion h3:focus {
  outline: 2px solid #5B9DD9;
}
.accordion h3.active {
  background: #f0c230;
  color: #8b032c;
}
.accordion h3.active:after {
  -webkit-transform: rotateZ(-90deg);
  transform: rotateZ(-90deg);
}
.accordion h3:after {
  right: 20px;
  font-size: 20px;
  line-height: 1;
  top: 50%;
  top: calc(50% - 8px);
}
.accordion>div {
  float: left;
  width: 100%;
  border: 1px solid #414042;
  border-top: 0;
  margin-bottom: 2px;
  overflow: hidden;
  padding: 20px 20px 0;
  display: none;
}
.accordion>ul {
  display: none;
  float: left;
  width: 100%;
  border-top: 0;
  margin-bottom: 2px;
  overflow: hidden;
  padding: 0;
  border: 1px solid #414042;
}
.accordion>ul>li {
  margin: 0;
}
.accordion>ul.open {
  display: inline-block;
}
.accordion .h3.active>div {
  display: block;
}
.accordion.numbered {
  counter-reset: panel;
}

.accordion.numbered h3 {
  counter-increment: panel;
}

.accordion.numbered>h3 {
  padding-left: 55px;
  padding-right: 50px;
}
/* Hidden by Alex
.accordion.numbered>h3:nth-of-type(1):before {
content: "1";
position: absolute;
left: 20px;
border: 2px solid;
width: 25px;
height: 25px;
border-radius: 50%;
text-align: center;
line-height: 1.25;
font-size: 16px;
}
.accordion.numbered>h3:nth-of-type(2):before {
content: "2";
position: absolute;
left: 20px;
border: 2px solid;
width: 25px;
height: 25px;
border-radius: 50%;
text-align: center;
line-height: 1.25;
font-size: 16px;
}
.accordion.numbered>h3:nth-of-type(3):before {
content: "3";
position: absolute;
left: 20px;
border: 2px solid;
width: 25px;
height: 25px;
border-radius: 50%;
text-align: center;
line-height: 1.25;
font-size: 16px;
}
.accordion.numbered>h3:nth-of-type(4):before {
content: "4";
position: absolute;
left: 20px;
border: 2px solid;
width: 25px;
height: 25px;
border-radius: 50%;
text-align: center;
line-height: 1.25;
font-size: 16px;
}
*/

.accordion.numbered h3::before {
  content: counter(panel);
  position: absolute;
  left: 20px;
  border: 2px solid;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  text-align: center;
  line-height: 1.25;
  font-size: 16px;
}

.accordion.numbered .list-unstyled.apply li {
  margin-bottom: 10px;
}
.ui-accordion {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 40px;
}
.ui-accordion h3 {
  display: block;
  float: left;
  width: 100%;
  padding: 10px 20px;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.428;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  background: #8b032c;
  border-bottom: 2px solid #fff;
  cursor: pointer;
  margin: 0;
  position: relative;
  padding-right: 20px;
}
.ui-accordion h3.ui-state-active {
  background: #f0c230;
  color: #8b032c;
}
.ui-accordion h3.ui-state-active:after {
  -webkit-transform: rotateZ(-90deg);
  transform: rotateZ(-90deg);
}
.ui-accordion h3:after {
  position: absolute;
  color: inherit;
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.428;
  top: 50%;
  top: calc(50% - 6px);
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
  padding: 0 10px;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.ui-accordion h3:after {
  right: 20px;
  font-size: 20px;
  top: 50%;
  top: calc(50% - 12px);
}
.ui-accordion .ui-accordion-content {
  display: block;
  float: left;
  width: 100%;
  padding: 0 20px;
  border: 1px solid #f0c230;
  border-top: 0;
  margin-bottom: 2px;
}
.ui-accordion .ui-accordion-content p {
  float: none;
}
.box {
  display: block;
  float: left;
  width: 100%;
  border: 1px solid #e0e0e0;
  margin-bottom: 40px;
  background: #fff;
}
.box>div {
  display: block;
  float: left;
  width: 100%;
  background: #fff;
}
.box h2 {
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.428;
  background: #8b032c;
  text-align: center;
  padding: 10px;
  position: relative;
  margin: 0;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
}
.box h2:after {
  content: '';
  border-top: 10px solid #8b032c;
  bottom: -10px;
  left: 50%;
  left: calc(50% - 10px);
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  z-index: 1;
}
.box.jewel-green {
  border-color: #e0e0e0;
}
.box.jewel-green h2 {
  background: #009974;
}
.box.jewel-green h2:after {
  border-top: 10px solid #009974;
}
.box.jewel-purple {
  border-color: #e0e0e0;
}
.box.jewel-purple h2 {
  background: #a03a96;
}
.box.jewel-purple h2:after {
  border-top: 10px solid #a03a96;
}
.box.jewel-orange {
  border-color: #e0e0e0;
}
.box.jewel-orange h2 {
  background: #df6d24;
}
.box.jewel-orange h2:after {
  border-top: 10px solid #df6d24;
}
.box.jewel-blue {
  border-color: #e0e0e0;
}
.box.jewel-blue h2 {
  background: #376fb7;
}
.box.jewel-blue h2:after {
  border-top: 10px solid #376fb7;
}
.box.jewel-charcoal h2 {
  background: #282922;
}
.box.jewel-charcoal h2:after {
  border-top: 10px solid #282922;
}

#breadcrumb {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
@media (min-width: 720px) {
  #breadcrumb {
    padding: 0 30px;
  }
}
#breadcrumb ul {
  padding: 20px 0 0;
}
#breadcrumb ul li {
  width: auto;
  padding-right: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.428;
  list-style: none;
  margin-left: 0;
  color: #fff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
}
#breadcrumb ul li:before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  position: relative;
  font-size: 12px;
  top: 0px;
  padding-right: 10px;
  color: #fff;
}
#breadcrumb ul li a {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.428;
  line-height: 1;
  font-weight: 300;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
  color: #fff;
  float: none;
  display: inline;
}
#breadcrumb ul li a:hover {
  text-decoration: none;
  border-bottom: 1px solid #fff;
}
#breadcrumb ul li:first-child:before {
  content: none;
}
.calendar {
  display: block;
  float: left;
  width: 100%;
}
.calendar .header {
  display: table;
  height: 40px;
}
.calendar .header h2 {
  width: 90%;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  float: none;
  margin: 0;
  height: 40px;
}
.calendar .header .navigation {
  background: none;
  border: none;
  display: table-cell;
  vertical-align: middle;
  float: none;
  height: 24px;
  cursor: pointer;
  margin: 8px 0;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  color: rgba(0, 0, 0, 0.25);
}
.calendar .header .navigation:hover {
  background: #333;
  color: #fff;
}
.calendar .calendar-table {
  display: table;
}
.calendar .calendar-table tr td {
  width: 14.286%;
  text-align: center;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  cursor: default;
}
.calendar .calendar-table tr td.old {
  background: #ccc;
}
.calendar .calendar-table tr td.today a, .calendar .calendar-table tr td.today p {
  background: #333;
  color: #fff;
}
.calendar .calendar-table tr td a, .calendar .calendar-table tr td p {
  padding: 20px 5px;
  color: #414042;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 0;
  font-family: 'Open Sans', sans-serif;
  margin: 0;
}
.calendar .calendar-table tr td a {
  color: #4687c3;
  text-decoration: underline;
  fotn-weight: bold;
}
.calendar .calendar-table thead {
  border-left: 1px solid #999;
  border-top: 1px solid #999;
}
.calendar .calendar-table thead tr td {
  padding: 10px 5px;
}
.calendar .calendar-table tbody {
  border-left: 1px solid #999;
  margin-bottom: 10px;
}
.calendar .calendar-table tbody tr td {
  -webkit-transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out;
}
.calendar .calendar-table tbody tr td:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  position: relative;
}
.calendar .calendar-table.week tbody tr td {
  min-height: 200px;
}
.calendar.small .calendar-table tr td a, .calendar.small .calendar-table tr td p {
  padding: 10px 5px;
}
.card {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 40px;
}
.card h2 {
  color: #8b032c;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.428;
  font-family: 'Open Sans', sans-serif;
  line-height: 1;
  margin: 0 0 10px 0;
  text-transform: none;
}
.card hr {
  border: none;
  border-bottom: 1px solid #f0c230;
  position: relative;
}
.card .item {
  overflow: hidden;
  position: relative;
}
@media (min-width: 720px) {
  .card .item {
    width: 270px;
    float: left;
  }
}
.card .item img {
  width: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.card .card-container {
  display: block;
  float: left;
}
@media (min-width: 720px) {
  .card .card-container {
    padding: 0 20px 0 30px;
    width: 100%;
    width: calc(100% - 270px);
  }
}
.card .card-container p {
  color: #414042;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.428;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}
.card .card-container p a {
  color: #8b032c;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.428;
  font-family: 'Open Sans', sans-serif;
}
.card .card-container>a {
  color: #8b032c;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.428;
  font-family: 'Open Sans', sans-serif;
  width: auto;
  position: relative;
  text-transform: uppercase;
  margin: 10px 0;
}
.card .card-container>a:after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-size: 14;
  line-height: 1.428;
  padding-left: 10px;
  color: #8b032c;
}
.card .card-container .twocol {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
}
@media (min-width: 720px) {
  .card .card-container .twocol {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
.card.right .item {
  float: right;
}
.card.dark {
  padding: 20px;
  background: #8b032c;
}
.card.dark h2 {
  color: #fff;
  font-weight: normal;
}
.card.dark>.card-container p {
  color: #fff;
}
.card.dark>.card-container>a {
  color: #f0c230;
}
.card.dark>.card-container>a:after {
  color: #f0c230;
}
.card.light {
  padding: 20px;
  background: #999;
}
.card.light>.card-container h2 {
  color: #8b032c;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.428;
  font-family: 'Open Sans', sans-serif;
  color: #8b032c;
  font-weight: normal;
}
.card.light>.card-container p {
  color: #414042;
}
.card.light>.card-container>a {
  color: #8b032c;
}
.card.light>.card-container>a:after {
  color: #8b032c;
}
.card.wrap .item {
  float: left;
  padding-right: 10px;
}
.card.wrap .card-container p {
  display: inline;
  float: none;
}
@media (min-width: 720px) {
  .card:hover .item img {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.2, 1.2);
  }
}
.owl-carousel {
  display: block;
  float: left;
  width: 100%;
}
.owl-carousel .owl-stage-outer .owl-stage .owl-item {
  display: block;
  float: left;
  width: 100%;
}
.owl-carousel .owl-stage-outer .owl-stage .owl-item .slide hr {
  border-color: #f0c230;
}
.owl-carousel .owl-stage-outer .owl-stage .owl-item .slide p {
  color: #fff;
  max-height: 135px;
  overflow: hidden;
}
.owl-carousel .owl-controls {
  height: 0;
}
.owl-carousel .owl-controls .owl-nav {
  bottom: 40px;
}
.owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next {
  width: auto;
  position: absolute;
  top: 50%;
  top: calc(50% - 40px);
  font-size: 8.0rem;
  color: #fff;
}

#success_story .owl-controls .owl-nav .owl-prev, #success_story .owl-controls .owl-nav .owl-next {
  font-size: 4.0rem;
  top:-20px;
  top: calc(50% - 20px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev .fa, .owl-carousel .owl-controls .owl-nav .owl-next .fa {
  text-shadow: 1px 1px 10px #000;
}
.owl-carousel .owl-controls .owl-nav .owl-prev {
  left: 4%;
}
.owl-carousel .owl-controls .owl-nav .owl-next {
  right: 4%;
}
.owl-carousel .owl-controls .owl-dots {
  position: relative;
  width: auto;
  display: table;
  margin: auto;
  float: none;
  top: -50px;
}
.owl-carousel .owl-controls .owl-dots .owl-dot {
  width: 10px;
  margin: 0 5px;
}
.owl-carousel .owl-controls .owl-dots .owl-dot span {
  height: 8px;
  width: 8px;
  margin: 1px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
}
.owl-carousel .owl-controls .owl-dots .owl-dot.active span {
  width: 10px;
  height: 10px;
  margin: 0;
  background: #fff;
}
.owl-carousel:hover .owl-nav {
  opacity: 1;
}
.owl-carousel.carousel, .owl-carousel.photo-gallery {
  margin-bottom: 20px;
}
.owl-carousel.carousel .owl-nav .owl-prev, .owl-carousel.carousel .owl-nav .owl-next, .owl-carousel.photo-gallery .owl-nav .owl-prev, .owl-carousel.photo-gallery .owl-nav .owl-next {
  top: 50%;
  top: calc(50% - 40px);
  font-size: 40px;
  color: #8b032c;
}
.owl-carousel.carousel .owl-nav .owl-prev, .owl-carousel.photo-gallery .owl-nav .owl-prev {
  left: -25px;
}
.owl-carousel.carousel .owl-nav .owl-next, .owl-carousel.photo-gallery .owl-nav .owl-next {
  right: -15px;
}
.owl-carousel.carousel .owl-dots, .owl-carousel.photo-gallery .owl-dots {
  top: 0px;
}
.owl-carousel.carousel .owl-dots .owl-dot span, .owl-carousel.photo-gallery .owl-dots .owl-dot span {
  background: #999;
}
.owl-carousel.carousel .owl-dots .owl-dot.active span, .owl-carousel.photo-gallery .owl-dots .owl-dot.active span {
  background: #333;
}
.owl-carousel.rightnav .owl-controls {
  width: 100%;
  float: right;
}
@media (min-width: 1170px) {
  .owl-carousel.rightnav .owl-controls {
    width: 33.3333%;
  }
}
.owl-carousel.rightnav .owl-controls .owl-nav {
  width: 100px;
  position: relative;
  margin: auto;
}
@media (min-width: 1170px) {
  .owl-carousel.rightnav .owl-controls .owl-nav {
    bottom: 100px;
  }
}
.owl-carousel.rightnav .owl-controls .owl-nav .owl-prev {
  left: 0;
}
.owl-carousel.rightnav .owl-controls .owl-nav .owl-next {
  right: 0;
}
.owl-carousel.leftnav .owl-controls {
  width: 100%;
  float: left;
}
@media (min-width: 1170px) {
  .owl-carousel.leftnav .owl-controls {
    width: 33.3333%;
  }

}
.owl-carousel.leftnav .owl-controls .owl-nav {
  width: 80%;
  position: relative;
  margin: auto;
}


.owl-carousel.leftnav .owl-controls .owl-nav .owl-prev {
  left: -10px; /* Alex Cahnge (0) */
}
.owl-carousel.leftnav .owl-controls .owl-nav .owl-next {
  right: -10px; /* Alex Cahnge (0) */
}
@media (min-width: 1170px) {
  .owl-carousel.leftnav .owl-controls .owl-nav {
    bottom: 100px;
  }
  .owl-carousel.leftnav .owl-controls .owl-nav .owl-prev {
    left: 15px; /* Alex changed 0; */
  }
  .owl-carousel.leftnav .owl-controls .owl-nav .owl-next {
    right: 15px; /* Alex changed 0; */
  }
  #spotlights > div.owl-controls .owl-nav .owl-next {
    right: 45px; /* Alex changed 0; */
  }
  /* Alex */
  .owl-carousel.leftnav .owl-controls .owl-nav {
    position: inherit;
  }
  .owl-carousel.success_story .owl-controls .owl-nav {
    position:relative;
    width:50%;
    bottom: 35px;
  }

  /* End  */

}
.owl-carousel.success_story {
  margin-bottom: 40px;
}
.owl-carousel.success_story .owl-item .slide {
  height: 375px;
}
@media (min-width: 880px) {
  .owl-carousel.success_story .owl-controls {
    width: 50%;
  }
  .owl-carousel.leftnav .owl-controls .owl-nav { width:100px;}
}

.owl-carousel.success_story .owl-controls .owl-nav svg {
  -webkit-transform: scale(0.3);
  transform: scale(0.3);
}
.owl-carousel.success_story .owl-controls .owl-nav svg line {
  stroke: #fff;
  stroke-width: 3px;
}
.owl-carousel.spotlights {
  width: 100%;
}
.owl-carousel.spotlights .owl-item .slide {
  height: 700px;
}
@media (min-width: 1170px) {
  .owl-carousel.spotlights {
    width: 100%;
    width: calc(100% + 30px);
  }
}
@media (min-width: 880px) {
  .owl-carousel.spotlights .owl-controls .owl-nav {
    bottom: 50px;
  }
}
@media (min-width: 1170px) {
  .owl-carousel.spotlights .owl-controls .owl-nav {
    /* deleted by Alex bottom: 100px; */
  }
}
.owl-carousel.spotlights .owl-controls .owl-nav svg {
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
}
.owl-carousel.spotlights .owl-controls .owl-nav svg line {
  stroke: #fff;
}
.owl-carousel.spotlights .overlay-promo .item img {
  width: auto;
}
.owl-carousel.photo-gallery {
  margin: 0 -40% 40px;
  width: 180%;
}
@media (min-width: 720px) {
  .owl-carousel.photo-gallery {
    width: 100%;
    margin: 0 0 40px 0;
  }
}
.owl-carousel.photo-gallery .owl-item .image-centered {
  height: 250px;
  width: 100%;
  padding: 10px;
  border: 5px solid #fff;
}
@media (min-width: 720px) {
  .owl-carousel.photo-gallery .owl-item .image-centered {
    height: 200px;
    border: 10px solid #fff;
  }
}
.owl-carousel.photo-gallery .owl-item .image-centered img {
  width: auto;
}
.owl-carousel.photo-gallery .owl-controls .owl-nav .owl-prev, .owl-carousel.photo-gallery .owl-controls .owl-nav .owl-next {
  font-size: 28px;
  color: #fff;
  text-shadow: 0 0 5px #000;
  top: 50%;
  top: calc(50% - 18px);
}
@media (min-width: 720px) {
  .owl-carousel.photo-gallery .owl-controls .owl-nav .owl-prev, .owl-carousel.photo-gallery .owl-controls .owl-nav .owl-next {
    color: #8b032c;
    text-shadow: none;
  }
}
.owl-carousel.photo-gallery .owl-controls .owl-nav .owl-prev {
  left: 25%;
}
@media (min-width: 720px) {
  .owl-carousel.photo-gallery .owl-controls .owl-nav .owl-prev {
    left: -10px;
  }
}
.owl-carousel.photo-gallery .owl-controls .owl-nav .owl-next {
  right: 25%;
}
@media (min-width: 720px) {
  .owl-carousel.photo-gallery .owl-controls .owl-nav .owl-next {
    right: -10px;
  }
}
.owl-carousel.photo-gallery .owl-controls .owl-dots .owl-dot {
  display: table-cell;
}
.owl-carousel.photo-gallery .owl-controls .owl-dots .owl-dot span {
  display: block;
  margin: 0 3px;
  background: #aaa;
}
.owl-carousel.photo-gallery .owl-controls .owl-dots .owl-dot.active span {
  background: #8b032c;
  margin: -1px 3px;
}
.owl-carousel .owl-item .overlay-promo {
  margin-bottom: 0;
}
.owl-carousel .owl-item .overlay-promo .promo-container {
  opacity: 0;
  -webkit-transition: opacity 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out;
}
.owl-carousel .owl-item.active .overlay-promo .promo-container {
  opacity: 1;
}
@media (min-width: 720px) {
  .owl-carousel .small .promo-wrapper .promo-container>div {
    padding: 30px 30px 60px;
  }
}
@media (min-width: 880px) {
  .owl-carousel .small .promo-wrapper .promo-container>div {
    padding: 30px 0 50px;
  }
}
body #colorbox {
  z-index: 9999;
  max-width: 320px !important;
}
@media (min-width: 720px) {
  body #colorbox {
    max-width: 100vw;
  }
}
body #cboxTitle {
  bottom: 3px;
  z-index: 0;
}
body #cboxContent {
  border: 0 !important;
  border-radius: 0 !important;
}
body #cboxOverlay {
  background: black;
}
body #cboxCurrent {
  display: none !important;
}
body #cboxPrevious {
  margin-left: 10px;
}
body #cboxPrevious:after {
  content: '\f104';
  left: 0;
}
body #cboxNext {
  margin-left: 10px;
}
body #cboxNext:after {
  content: '\f105';
  left: 0;
}
body #cboxClose {
  margin-right: 10px;
}
body #cboxClose:after {
  content: '\f00d';
  left: 0;
}
body #cboxLoadedContent {
  margin: 10px 10px 28px 10px;
}
body #cboxBottomLeft, body #cboxBottomCenter, body #cboxBottomRight, body #cboxMiddleLeft, body #cboxMiddleRight, body #cboxTopLeft, body #cboxTopCenter, body #cboxTopRight {
  background: white;
  display: none;
}
body #cboxClose, body #cboxPrevious, body #cboxNext {
  background: none;
  text-indent: 0;
  width: 1px;
  height: 1px;
  z-index: 1;
  padding-top: 24px;
  padding-right: 24px;
}
body #cboxClose:after, body #cboxPrevious:after, body #cboxNext:after {
  font-family: "Font Awesome 5 Pro";
  height: 25px;
  width: 25px;
  position: absolute;
  top: -1px;
  font-size: 25px;
}
body #cboxClose:hover:after, body #cboxPrevious:hover:after, body #cboxNext:hover:after {
  color: #8b032c;
}
.cbox-title .container {
  margin-bottom: 24px;
  position: relative;
  background: rgba(139, 3, 44, 0.8);
}
.cbox-title .container h2 {
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.428;
  font-family: 'Open Sans', sans-serif;
  padding: 5px 20px;
}
.cbox-title .container h2 span {
  color: #f0c230;
}
.cbox-title .container p {
  padding: 0;
}
.contact img {
  display: block;
  float: left;
  width: 100%;
}
@media (min-width: 720px) {
  .contact img {
    width: 50%;
  }
}
@media (min-width: 880px) {
  .contact img {
    width: 100%;
  }
}
.contact div {
  width: auto;
  display: block;
  float: left;
  padding: 20px;
}
@media (min-width: 720px) {
  .contact div {
    width: 50%;
  }
}
@media (min-width: 880px) {
  .contact div {
    width: 100%;
  }
}
.contact p, .contact ul li, .contact ol li {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.428;
}
@media (min-width: 1170px) {
  .contact p, .contact ul li, .contact ol li {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.428;
  }
}
.contact p span.fa, .contact p span.far, .contact p span.fal, .contact p span.fab {
  padding-right: 5px;
}
.contact p.name {
  margin: 0;
  font-weight: 800;
}
.contact a {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.428;
  color: #414042;
}
@media (min-width: 1170px) {
  .contact a {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.428;
  }
}
.directory-item {
  margin-bottom: 20px;
}
.directory-item img {
  float: left;
  width: 10%;
  width: calc(100px);
}
.directory-item .directory-contents {
  width: 90%;
  width: calc(100% - 100px);
  float: left;
  padding: 0 20px;
}
.dropdown {
  padding: 0;
  position: relative;
}
.dropdown .dropdown-toggle {
  color: #8b032c;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.428;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  width: auto;
  position: relative;
  padding-right: 20px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  outline: none;
  padding: 10px 30px 10px 10px;
  cursor: pointer;
  text-transform: uppercase;
  text-align: left;
  width: 100%;
  z-index: 3;
  background: #f0c230;
}
.dropdown .dropdown-toggle:after {
  position: absolute;
  color: inherit;
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.428;
  top: 50%;
  top: calc(50% - 6px);
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
  padding: 0 10px;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.dropdown .dropdown-toggle:after {
  top: 50%;
  top: calc(50% - 12px);
  font-size: 16px;
  right: 10px;
}
.dropdown .drop-item {
  display: none;
  z-index: 2;
  background: #fff;
  border: 2px solid #f0c230;
  margin-top: -2px;
  width: 100%;
}
.dropdown .drop-item>div {
  width: auto;
}
.dropdown.open .dropdown-toggle:after {
  -webkit-transform: rotateZ(-90deg);
  transform: rotateZ(-90deg);
}
.dropdown.open .drop-item {
  display: block;
  top: 100%;
  position: absolute;
}
.dropdown.light .dropdown-toggle {
  color: #8b032c;
  background: #f0c230;
  border-color: #8b032c;
}
.dropdown.dark .dropdown-toggle {
  color: #fff;
  background: #8b032c;
  border-color: #f0c230;
}
.dropdown.dark.open .dropdown-toggle {
  background: #f0c230;
  border-color: #f0c230;
  color: #8b032c;
}
.dropdown.mobile {
  padding: 0;
  width: 100%;
}
.dropdown.mobile .dropdown-toggle {
  padding: 12px 30px 12px 20px;
  width: 100%;
  position: relative;
}
@media (min-width: 1170px) {
  .dropdown.mobile .dropdown-toggle {
    display: none;
  }
}
.dropdown.mobile .drop-item {
  background: none;
  border: none;
}
@media (min-width: 1170px) {
  .dropdown.mobile .drop-item {
    display: block;
    position: relative;
  }
}
.dropdown.language {
  position: absolute;
  right: 0;
  bottom: -2px;
  z-index: 3;
}
@media (min-width: 720px) {
  .dropdown.language {
    width: 200px;
  }
}
.dropdown.language .dropdown-toggle {
  color: #8b032c;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.428;
  font-family: 'Open Sans', sans-serif;
  padding: 12px 30px 12px 15px;
  border-radius: 3px 3px 0 0;
  text-transform: none;
  font-weight: 600;
}
.dropdown.language .drop-item {
  padding: 10px;
}
.dropdown.language .drop-item ul {
  padding: 0;
}
.dropdown.language .drop-item ul li {
  margin: 0;
  padding: 0;
}
.dropdown.language .drop-item ul li a {
  width: 100%;
  display: block;
  float: left;
  padding: 3px 0;
}
.dropdown.language.open .dropdown-toggle {
  color: #f0c230;
  background-color: #8b032c;
  border-color: rgba(0, 0, 0, 0.3);
}
.dropdown.language.open .drop-item {
  border-color: #8b032c;
}
.promo-event {
  margin-bottom: 10px;
}
.promo-event a {
  margin: auto;
  text-align: center;
  max-width: 100%;
  display: table;
}
.promo-event a .date {
  display: table-cell;
  float: none;
  vertical-align: middle;
  width: 100px;
  padding: 10px 0px;
  position: relative;
}
.promo-event a .date .weekday, .promo-event a .date .month, .promo-event a .date .day {
  color: #414042;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.428;
  font-family: 'Open Sans', sans-serif;
  display: block;
  float: left;
  width: auto;
  line-height: 1;
  padding: 0 5px;
}
.promo-event a .info {
  display: table-cell;
  float: none;
  vertical-align: middle;
  width: 75%;
  width: calc(100% - 100px);
}
.promo-event a .info h3 {
  color: #8b032c;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.428;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  display: block;
  float: left;
  width: 100%;
  padding: 0 10px;
  line-height: 20px;
  text-align: left;
  border-bottom: none;
  margin: 0;
}
.promo-event a .info p {
  color: #414042;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.428;
  font-family: 'Open Sans', sans-serif;
  display: block;
  float: left;
  width: 100%;
  margin: 0;
  text-align: left;
  padding: 0 10px;
}
.promo-event a:hover {
  text-decoration: none;
}
.promo-event.basic a {
  width: 100%;
}
.promo-event.basic a .info {
  width: 100%;
}
.promo-event.basic a .info h3, .promo-event.basic a .info .date, .promo-event.basic a .info p {
  padding: 0;
}
.promo-event.wide a .date {
  background: #8b032c;
}
.promo-event.wide a .date .weekday, .promo-event.wide a .date .month, .promo-event.wide a .date .day {
  width: 51%;
  padding: 0;
}
.promo-event.wide a .date .weekday {
  color: #f0c230;
  text-transform: uppercase;
}
.promo-event.wide a .date .month {
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
}
.promo-event.wide a .date .day {
  font-size: 42px;
  font-size: 4.2rem;
  line-height: 1;
  color: #fff;
  top: 50%;
  top: calc(50% - 21px);
  position: absolute;
  right: 5px;
}
.promo-event.tall a .date {
  width: 50px;
  padding: 20px 10px;
  background: #8b032c;
}
.promo-event.tall a .date .weekday, .promo-event.tall a .date .month, .promo-event.tall a .date .day {
  width: 100%;
  line-height: 1;
  color: #fff;
}
.promo-event.tall a .date .weekday {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  padding-bottom: 2px;
}
.promo-event.tall a .date .month {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  padding-bottom: 5px;
}
.promo-event.tall a .date .day {
  position: relative;
  top: auto;
  right: auto;
  font-size: 38px;
  font-size: 3.8rem;
  line-height: 1;
}
.promo-event.tall a .info {
  width: 75%;
  width: calc(100% - 50px);
}
.promo-event.round a .date {
  width: 80px;
  padding-bottom: 0;
  background: none;
}
.promo-event.round a .date .weekday, .promo-event.round a .date .month, .promo-event.round a .date .day {
  width: 100%;
  line-height: 1;
}
.promo-event.round a .date .weekday {
  font-size: 18px;
  color: #8b032c;
}
.promo-event.round a .date .month {
  font-size: 24px;
  color: #8b032c;
}
.promo-event.round a .date .day {
  position: relative;
  color: #fff;
  top: auto;
  right: auto;
  font-size: 40px;
  width: 80px;
  background: #8b032c;
  border-radius: 50%;
  padding: 20px 20px 20px 17px;
  margin-top: 10px;
}
.promo-event.round a .info {
  width: 75%;
  width: calc(100% - 80px);
}
.promo-event.generic a .date {
  width: auto;
  padding-right: 10px;
  background: #f0c230;
  margin: 0 0 10px 10px;
}
.promo-event.generic a .date .weekday, .promo-event.generic a .date .month, .promo-event.generic a .date .day {
  width: auto;
  position: relative;
  background: none;
  color: #8b032c;
  left: 0;
  right: 0;
  font-size: 18px;
  line-height: 1;
  padding-left: 10px;
}
.promo-event.generic a .info {
  width: auto;
}
.promo-event.overlay {
  height: 100px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
  margin: 0 -15px 15px 0;
}
@media (min-width: 720px) {
  .promo-event.overlay {
    height: 200px;
  }
}
.promo-event.overlay a {
  display: block;
  background: #8b032c;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.promo-event.overlay a .date {
  color: #f0c230;
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1.428;
  font-family: 'Open Sans', sans-serif;
  font-weight: 900;
  display: block;
  float: left;
  width: 100%;
  text-align: left;
  padding: 0 10px;
  padding: 10px 20px 0 20px;
}
.promo-event.overlay a h3 {
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.428;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  padding: 0 20px;
}
.promo-event.overlay a p {
  color: #414042;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.428;
  font-family: 'Open Sans', sans-serif;
  padding: 0 20px;
  display: none;
}
.promo-event.overlay a:hover, .promo-event.overlay a:focus {
  background: #fff;
}
.promo-event.overlay a:hover .date, .promo-event.overlay a:focus .date {
  color: #8b032c;
}
.promo-event.overlay a:hover h3, .promo-event.overlay a:focus h3 {
  display: none;
}
.promo-event.overlay a:hover p, .promo-event.overlay a:focus p {
  display: block;
}
.promo-event.short a {
  text-align: left;
  width: 100%;
  margin: 10px 0;
  color: #414042;
}
.promo-event.short a h3 {
  color: #414042;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.428;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  margin: 0;
}
.promo-event.short a span {
  color: #414042;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.428;
  font-family: 'Open Sans', sans-serif;
}
.promo-event.short a:hover {
  text-decoration: underline;
}
.factoid {}
.factoid .factoid-container {
  color: #8b032c;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.428;
  font-family: 'Open Sans', sans-serif;
  float: none;
  width: 220px;
  margin: auto;
  text-align: center;
  padding: 30px 20px 40px;
  max-width: 100%;
  text-transform: uppercase;
}
@media (min-width: 1170px) {
  .factoid .factoid-container {
    width: 300px;
  }
}
.factoid .factoid-container img {
  max-width: 100%;
}
.factoid .factoid-container span {
  color: #8b032c;
  font-size: 78px;
  font-size: 7.8rem;
  line-height: 1.428;
  font-family: 'Open Sans', sans-serif;
  text-transform: none;
}
.factoid .factoid-container span span {
  font-size: 40px;
  line-height: 40px;
  width: auto;
  float: none;
  display: inline;
}
.factoid .factoid-container hr {
  width: 50px;
  margin: 20px auto;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
form legend {
  color: #8b032c;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.428;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  margin-bottom: 20px;
}
form .parsley-error {
  background: 99% 50% url("../images/ex.png") no-repeat rgba(221, 75, 57, 0.25);
  background-size: 15px;
}
form .parsley-success {
  background: 99% 50% url("../images/check.png") no-repeat rgba(61, 148, 0, 0.25);
  background-size: 15px;
}
form label {
  color: #333;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.428;
  font-family: 'Open Sans', sans-serif;
  width: 100%;
}
form>div {
  margin-bottom: 10px;
}
form div {
  width: 100%;
  position: relative;
}
form div input {
  color: #333;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.428;
  font-family: 'Open Sans', sans-serif;
  display: block;
  /*float: left;*/
  width: 100%;
  /*font-style: italic;*/
  line-height: 24px;
  padding: 10px;
  position: relative;
  margin: 3px 0;
}
form div input[type="checkbox"] {
  width: 20px;
}
form div input[type="radio"] {
  width: 20px;
}
form div select {
  color: #333;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.428;
  font-family: 'Open Sans', sans-serif;
  display: block;
  /* float: left;*/
  width: 100%;
  width: 100%;
  font-style: italic;
  line-height: 24px;
  padding: 10px;
  position: relative;
}
form div textarea {
  color: #333;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.428;
  font-family: 'Open Sans', sans-serif;
  display: block;
  /* float: left;*/
  width: 100%;
  line-height: 24px;
  font-style: italic;
  padding: 10px;
  margin: 3px 0;
  max-width: 100%;
  min-height: 200px;
}
form div.required {
  display: block;
  float: left;
  width: 100%;
}
form div.required:after {
  content: '*';
  color: #F00;
  position: absolute;
  right: 5px;
  top: 0px;
  font-size: 16px;
}
form .submit {
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.428;
  font-family: 'Open Sans', sans-serif;
  width: auto;
  margin: 10px 0;
  background: #8b032c;
  border: 1px solid #999;
  border-radius: 3px;
  padding: 10px 30px;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-appearance: none;
}
.parsley-errors-list {
  margin: 0;
  padding: 0;
}
.parsley-errors-list .parsley-required, .parsley-errors-list .parsley-type, .parsley-errors-list .parsley-minlength, .parsley-errors-list .parsley-maxlength {
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.428;
  font-family: 'Open Sans', sans-serif;
  background: #dd4b39;
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 5px;
  border-radius: 5px;
}
.c-grid {
  margin-bottom: 20px;
  display: block;
  float: left;
  width: 100%;
}
.c-grid>div {
  display: block;
  float: left;
  width: 100%;
  height: 200px;
  margin-bottom: 20px;
}
@media (min-width: 720px) {
  .c-grid>div {
    margin: 0 10px 20px;
    overflow: hidden;
  }
}
.c-grid>div .p-promo {
  height: 100%;
}
.c-grid>div .p-promo a {
  height: 100%;
}
.c-grid>div .p-promo a .item {
  height: 100%;
}
@media (min-width: 720px) {
  .c-grid.two>div, .c-grid.four>div {
    width: 50%;
    width: calc(50% - 20px);
  }
  .c-grid.two>div:nth-of-type(2n+1), .c-grid.four>div:nth-of-type(2n+1) {
    margin-left: 0;
  }
  .c-grid.two>div:nth-of-type(2n), .c-grid.four>div:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media (min-width: 720px) {
  .c-grid.three>div:nth-of-type(1) {
    width: 33.3333%;
    width: calc(33.3333% - 10px);
    margin-left: 0;
  }
  .c-grid.three>div:nth-of-type(2) {
    width: 33.3333%;
    width: calc(33.3333% - 20px);
    margin-right: 10px;
  }
  .c-grid.three>div:nth-of-type(3) {
    width: 33.3333%;
    width: calc(33.3333% - 10px);
    margin-right: 0;
  }
}
@media (min-width: 720px) {
  .c-grid.horizontal.three>div {
    height: 420px;
    width: 50%;
    width: calc(50% - 10px);
  }
  .c-grid.horizontal.three>div:nth-of-type(3n-2) {
    margin-left: 0;
  }
  .c-grid.horizontal.three>div:nth-of-type(3n-1) {
    height: 200px;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .c-grid.horizontal.three>div:nth-of-type(3n) {
    height: 200px;
    margin-right: 0;
  }
}
@media (min-width: 720px) {
  .c-grid.horizontal.three.right>div:nth-of-type(3n-2) {
    height: 200px;
    margin-left: 0;
    margin-bottom: 20px;
  }
  .c-grid.horizontal.three.right>div:nth-of-type(3n-1) {
    margin-right: 0;
    float: right;
    height: 420px;
  }
  .c-grid.horizontal.three.right>div:nth-of-type(3n) {
    height: 200px;
    margin-left: 0;
    margin-right: 10px;
  }
}
@media (min-width: 720px) {
  .c-grid.vertical.three>div {
    width: 50%;
    width: calc(50% - 10px);
    height: 200px;
  }
  .c-grid.vertical.three>div:nth-of-type(3n-2) {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .c-grid.vertical.three>div:nth-of-type(3n-1) {
    margin-top: 10px;
    margin-left: 0;
  }
  .c-grid.vertical.three>div:nth-of-type(3n) {
    margin-top: 10px;
    margin-right: 0;
  }
}
@media (min-width: 720px) {
  .c-grid.vertical.five>div {
    width: 50%;
    width: calc(50% - 10px);
  }
  .c-grid.vertical.five>div:nth-of-type(5n-4) {
    margin-left: 0;
    margin-bottom: 10px;
  }
  .c-grid.vertical.five>div:nth-of-type(5n-3) {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .c-grid.vertical.five>div:nth-of-type(5n-2) {
    width: 33.3333%;
    width: calc(33.3333% - 10px);
    margin-left: 0;
    margin-top: 10px;
    height: 200px;
  }
  .c-grid.vertical.five>div:nth-of-type(5n-1) {
    width: 33.3333%;
    width: calc(33.3333% - 20px);
    margin-top: 10px;
    height: 200px;
  }
  .c-grid.vertical.five>div:nth-of-type(5n) {
    width: 33.3333%;
    width: calc(33.3333% - 10px);
    margin-right: 0;
    margin-top: 10px;
    height: 200px;
  }
}
@media (min-width: 720px) {
  .c-grid.vertical.six>div {
    width: 33.3333%;
  }
  .c-grid.vertical.six>div:nth-of-type(3n-2) {
    margin-left: 0;
  }
  .c-grid.vertical.six>div:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media (min-width: 720px) {
  .c-grid.offset>div {
    width: 33.3333%;
    width: calc(33.3333% - 10px);
  }
}
@media (min-width: 720px) {
  .c-grid.offset.two>div:nth-of-type(2n) {
    width: 66.6666%;
    width: calc(66.6666% - 10px);
    margin-right: 0;
  }
}
@media (min-width: 720px) {
  .c-grid.offset.two.right>div {
    width: 33.3333%;
    width: calc(33.3333% - 10px);
  }
  .c-grid.offset.two.right>div:nth-of-type(2n-1) {
    width: 66.6666%;
    width: calc(66.6666% - 10px);
  }
}
@media (min-width: 720px) {
  .c-grid.offset.four>div {
    width: 33.3333%;
    width: calc(33.3333% - 10px);
    margin-left: 0;
  }
  .c-grid.offset.four>div:nth-of-type(2n) {
    margin-left: 10px;
  }
  .c-grid.offset.four>div:nth-of-type(4n-3) {
    width: 66.6666%;
    width: calc(66.6666% - 10px);
  }
  .c-grid.offset.four>div:nth-of-type(4n-2) {
    margin-right: 0;
  }
  .c-grid.offset.four>div:nth-of-type(4n) {
    width: 66.6666%;
    width: calc(66.6666% - 10px);
    margin-right: 0;
  }
}
@media (min-width: 720px) {
  .c-grid.offset.four.right>div:nth-of-type(4n-3) {
    width: 33.3333%;
    width: calc(33.3333% - 10px);
  }
  .c-grid.offset.four.right>div:nth-of-type(4n-2) {
    width: 66.6666%;
    width: calc(66.6666% - 10px);
    margin-right: 0;
  }
  .c-grid.offset.four.right>div:nth-of-type(4n-1) {
    width: 66.6666%;
    width: calc(66.6666% - 10px);
  }
  .c-grid.offset.four.right>div:nth-of-type(4n) {
    width: 33.3333%;
    width: calc(33.3333% - 10px);
    margin-right: 0;
  }
}
@media (min-width: 720px) {
  .c-grid.offset.five>div {
    width: 33.3333%;
    width: calc(33.3333% - 10px);
  }
  .c-grid.offset.five>div:nth-of-type(5n-4) {
    width: 66.6666%;
    width: calc(66.6666% - 10px);
    margin-left: 0;
  }
  .c-grid.offset.five>div:nth-of-type(5n-3) {
    margin-right: 0;
  }
  .c-grid.offset.five>div:nth-of-type(5n-2) {
    margin-left: 0;
  }
  .c-grid.offset.five>div:nth-of-type(5n-1) {
    margin-right: 10px;
    width: 33.3333%;
    width: calc(33.3333% - 20px);
  }
  .c-grid.offset.five>div:nth-of-type(5n) {
    margin-right: 0;
  }
}
@media (min-width: 720px) {
  .c-grid.offset.five.right>div {
    width: 33.3333%;
    width: calc(33.3333% - 10px);
  }
  .c-grid.offset.five.right>div:nth-of-type(5n - 3) {
    width: 66.6666%;
    width: calc(66.6666% - 10px);
  }
  .c-grid.offset.five.right>div:nth-of-type(5n-1) {
    width: 33.3333%;
    width: calc(33.3333% - 20px);
  }
}
.highlight {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  margin: 10px 0 40px 0;
  border: 1px solid transparent;
  z-index: 1;
}
.highlight .topimg img {
  width: 100%;
}
.highlight .item {
  height: 100%;
  border: 1px solid #fff;
}
.highlight a, .highlight-inner {
  position: relative;
  overflow: hidden;
  display: block;
  float: left;
  width: 100%;
  padding: 0;
  height: 100%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  top: 0;
  background: rgba(139, 3, 44, 0.9);
  padding-bottom:20px;
}
@media (min-width: 720px) {
  .highlight a {
    height: 300px;
  }
}
.highlight a h2, .highlight h2, .highlight h3, .highlight h4 {
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.428;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  display: block;
  float: left;
  width: 100%;
  bottom: auto;
  padding: 0 20px;
  margin: 20px 0;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
  border: none;
  text-transform: none;
}
.highlight a p, .highlight p, .highlight li     {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.428;
  color: #fff;
  display: block;
  float: left;
  width: 100%;
  background: none;
  text-transform: none;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
  padding: 0 20px;
  margin: 0 0 20px 0;
  max-height: 7em;
  overflow: hidden;
}
.highlight a p:after {
  content: '';
}
.highlight a:hover {
  text-decoration: none;
}
.highlight a .read-more {
  color: #fff;
  float: left;
  padding: 10px 20px;
  margin-bottom: 10px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
}
.highlight a .read-more:after {
  color: #f0c230;
}
.image-centered {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.image-centered.background {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}
.image-centered img {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
.image-centered.parallax img {
  transform: translateY(-50%) translateX(-50%) translateZ(200px);
  -webkit-transform: translateY(-50%) translateX(-50%) translateZ(200px);
}
a {}
a.btn, div.ou-form button.btn, div.ou-form button.btn.btn-default, button.btn, input.btn {
  /* display: block;
  float: left; */
  width: auto;
  color: #8b032c;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.428;
  font-family: 'Open Sans', sans-serif;
  background: #eee;
  padding: 10px;
  text-transform: uppercase;
  margin-bottom: 20px;
  border: 3px solid rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  text-decoration: none;
}

a.btn:after, button.btn:after, input.btn:after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-size: inherit;
  line-height: 1.428;
  padding-left: 10px;
  color: inherit;
  font-weight:900;
}
a.btn:hover, div.ou-form button.btn:hover, button.btn:hover, input.btn:hover {
  text-decoration: underline;
}
a.btn:hover:after, button.btn:hover:after, , input.btn:hover:after {
  display: inline-block;
}
a.btn.dark, button.btn.dark {
  background: #8b032c;
  color: #f0c230;
  font-weight: bold;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a.btn.dark:hover, button.btn.dark:hover {
  background: #61021f;
}
a.btn.light, div.ou-form button.btn, button.btn.light, input.btn.light {
  background: #f0c230;
  color: #8b032c;
  font-weight: bold;
}
a.btn.light:hover, div.ou-form button.btn:hover, button.btn.light:hover, input.btn.light:hover {
  background: #DEA300;
	color:#84032A;
}
div.ou-form button.btn:hover{
  border: 3px solid rgba(0, 0, 0, 0.05);
}
a.btn.t-light {
  background: rgba(0, 0, 0, 0.25);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 0;
}
a.btn.t-light:hover {
  background: #fff;
  color: #000;
}
a.btn.t-dark {
  background: rgba(255, 255, 255, 0.25);
  color: #000;
  border: 2px solid #000;
  border-radius: 0;
}
a.btn.t-alt-light {
  background: rgba(0, 0, 0, 0.25);
  color: #fff;
  border: 2px solid #f0c230;
  border-radius: 0;
  text-transform: none;
  font-weight: 600;
}
a.btn.t-alt-light:after {
  color: #f0c230;
}
a.btn.t-alt-light:hover {
  background: rgba(0, 0, 0, 0.8);
}
a.btn.icon {
  padding-left: 45px;
  position: relative;
}
a.btn.icon span {
  padding-right: 10px;
  font-size: 20px;
  position: absolute;
  left: 20px;
  top: 50%;
  top: calc(50% - 10px);
}
a.btn.alt {
  padding-left: 25px;
  padding-right: 45px;
  width: 100%;
}
a.btn.alt span {
  padding-left: 10px;
  padding-right: 0;
  font-size: 20px;
  position: absolute;
  left: auto;
  right: 20px;
  top: 50%;
  top: calc(50% - 10px);
}
a.btn.alt:after {
  visibility: hidden;
}
a.btn[class*="jewel-"] {
  color: #fff;
}
a.btn.jewel-darkgreen {
  background: #006a60;
}
a.btn.jewel-green {
  background: #009974;
}
a.btn.jewel-darkpurple {
  background: #702969;
}
a.btn.jewel-purple {
  background: #a03a96;
}
a.btn.de-anza-purple {
  background: #61315e;
}
a.btn.jewel-darkorange {
  background: #b35419;
}
a.btn.jewel-orange {
  background: #df6d24;
}
a.btn.jewel-darkblue {
  background: #2a558d;
}
a.btn.jewel-blue {
  background: #376fb7;
}
a.btn.full, button.btn.full {
  width: 100%;
}
a.btn.plain {
  border-radius: 0;
  background: transparent;
  color: #414042;
  border-color: #f0c230;
  white-space: normal;
  text-align: left;
  text-transform: none;
  font-weight: 800;
  border: 1px solid #f0c230;
  /* - Alex Change display: table-cell;
  vertical-align: middle; */
  float: none;
  height: 100px;
  padding: 0 20px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.428;
  display:flex;
  align-items:center;
}
a.btn.plain:after {
  color: #f0c230;
  position: absolute;
  right: 10px;
  top: 50%;
  top: calc(50% - 12.5px);
}
a.btn.plain:hover {
  background: #f0c230;
}
a.btn.plain:hover:after {
  color: #414042;
}
a.btn.plain.dark {
  border-color: #f4f4f4;
  background: #f4f4f4;
}
a.btn.plain.dark:after {
  color: #414042;
}
a.btn.plain.dark:hover {
  border-color: #414042;
  background: rgba(0, 0, 0, 0.25);
}
a.gray-link {
  display: block;
  color: #414042;
  padding-bottom: 20px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.428;
  text-decoration: underline;
  float: left;
}
a.gray-link span {
  display: inline-block;
  padding-right: 5px;
}
a.tag {
  color: #414042;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.428;
  font-family: 'Open Sans', sans-serif;
  border: 1px solid #414042;
  padding: 0 5px;
  margin: 0;
}
a.tag:hover {
  background: rgba(0, 0, 0, 0.25);
}



.read-more, a.next {
  color: #8b032c;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.428;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  float: right;
  width: auto;
  position: relative;
  padding-right: 20px;
  z-index: 2;
  padding-bottom: 10px;
}
a.next {float:none;padding-right:0px;}
.read-more:after, a.next:after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-size: inherit;
  line-height: 1.428;
  padding-left: 10px;
  color: inherit;
  font-weight:900;
}
.read-more:focus, a.next:focus {
  color: #8b032c;
}
.read-more:after, a.next:after {
  right: 10px;
  display: inline-block;
}

/* Previous and Choice */

a.previous, a.choice {
  color: #8b032c;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.428;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  float: none;
  width: auto;
  position: relative;
  padding-left: 0px;
  z-index: 2;
  padding-bottom: 10px;
}
a.previous:before {
  content: "\f0d9";
  font-family: "Font Awesome 5 Pro";
  font-size: inherit;
  line-height: 1.428;
  padding-right: 10px;
  color: inherit;
  left: 10px;
  display: inline-block;
  font-weight:900;
}
a.previous:focus, a.choice"focus" {
  color: #8b032c;
}


/* End Previous */



.read-more.button {
  color: #f0c230;
  width: auto;
  float: left;
  padding-right: 35px;
}
.promo-sidebar ul {
  margin-bottom: 40px;
}
.promo-sidebar .btn {
  width: 100%;
}
ul, ol {
  list-style-type: disc;
  padding: 0 10px;
}
ul li, ol li {
  display: list-item;
  /* float: left; Removed by alex to fix 2-col ul li clipping
  color: #8b032c;*/
  width: 100%;
  /* width: calc(100% - 15px); */
  margin: 0 0 0 15px;
  padding: 3px 0;
}
/* Added by Alex to fix breadcrumb floating */
div#breadcrumb ul li {
  float:left;
}
/* end */

ul li>p, ol li>p {
  margin: 0;
  color: #414042;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.428;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}
ul.raw, ol.raw {
  padding: 0;
  margin: 0;
}
ul.raw li, ol.raw li {
  margin: 0;
}
ul.carot>li, ol.carot>li {
  list-style-type: none;
  padding-left: 0;
}
ul.carot>li:before, ol.carot>li:before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  color: #f0c230;
  display: inline-block;
  width: 1.2em;
  margin-left: -1.2em;
  font-size: 12px;
  font-weight:900;
}
ul.flexbox, ol.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
ul.twocol, ol.twocol {
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-count: 2;
  margin-bottom: 20px;
}
ul.threecol, ol.threecol {
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-count: 3;
  margin-bottom: 20px;
}
ul.tag-list, ol.tag-list {
  border-top: 1px solid #f0c230;
  padding-top: 20px;
}
ul.tag-list li, ol.tag-list li {
  margin: 5px;
  padding: 0;
}
ul.tag-list li p, ol.tag-list li p {
  line-height: 18px;
  padding-right: 5px;
}
ul.event-list, ol.event-list {
  margin: 0 !important;
  padding: 0 30px;
}
ul.list-unstyled, ol.list-unstyled {
  padding: 0;
}
ul.list-unstyled li, ol.list-unstyled li {
  padding: 0;
  margin: 0;
}
ul.list-unstyled li a, ol.list-unstyled li a {
  display: block;
  float: left;
  width: 100%;
  padding: 10px;
}
ul.list-unstyled li a:hover, ol.list-unstyled li a:hover {
  background: rgba(0, 0, 0, 0.25);
}
ol {
  list-style-type: decimal;
}
.matrix {
  display: block;
  float: left;
  width: 100%;
}
.matrix>div {
  display: block;
  float: left;
  width: 100%;
}
@media (min-width: 720px) {
  .matrix>div {
    padding: 0 20px;
  }
}
@media (min-width: 720px) {
  .matrix.halves>div {
    width: 50%;
  }
  .matrix.halves>div:nth-of-type(2n+1) {
    padding: 0 10px 0 0;
  }
  .matrix.halves>div:nth-of-type(2n) {
    padding: 0 0 0 10px;
  }
}
.matrix.thirds>div {
  padding: 0 6.66667px;
}
@media (min-width: 720px) {
  .matrix.thirds>div {
    width: 33.3333%;
  }
  .matrix.thirds>div:nth-of-type(3n+1) {
    padding: 0 13.334px 0 0;
  }
  .matrix.thirds>div:nth-of-type(3n) {
    padding: 0 0 0 13.334px;
  }
}
@media (min-width: 720px) {
  .matrix.fourths>div {
    width: 25%;
  }
  .matrix.fourths>div:nth-of-type(4n+1) {
    padding: 0 15px 0 0;
  }
  .matrix.fourths>div:nth-of-type(4n+2) {
    padding: 0 10px 0 5px;
  }
  .matrix.fourths>div:nth-of-type(4n+3) {
    padding: 0 5px 0 10px;
  }
  .matrix.fourths>div:nth-of-type(4n) {
    padding: 0 0 0 15px;
  }
}
@media (min-width: 720px) {
  .matrix.fifths>div {
    width: 20%;
  }
  .matrix.fifths>div:nth-of-type(5n+1) {
    padding: 0 16px 0 0;
  }
  .matrix.fifths>div:nth-of-type(5n+2) {
    padding: 0 12px 0 4px;
  }
  .matrix.fifths>div:nth-of-type(5n+3) {
    padding: 0 8px 0 8px;
  }
  .matrix.fifths>div:nth-of-type(5n+4) {
    padding: 0 4px 0 12px;
  }
  .matrix.fifths>div:nth-of-type(5n) {
    padding: 0 0 0 16px;
  }
}
.news_article {
  display: block;
  float: left;
  width: 100%;
  padding: 0 0 20px 0;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
.news_article .categories>p, .news_article .cat>p {
  display: inline-block;
  float: left;
  width: auto;
  line-height: 31px;
  margin: 0;
}
.news_article .categories ul, .news_article .cat ul {
  display: inline;
  width: auto;
  z-index: 1;
  list-style: none;
}
.news_article .categories ul li, .news_article .cat ul li {
  display: block;
  float: left;
  width: auto;
  margin: 0;
}
.news_article img {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
@media (min-width: 400px) {
  .news_article img {
    width: 50%;
    padding-right: 15px;
  }
}
@media (min-width: 720px) {
  .news_article img {
    width: 25%;
    width: calc(200px);
  }
}
.news_article .news-container {
  display: block;
  float: left;
}
@media (min-width: 720px) {
  .news_article .news-container {
    width: 75%;
    width: calc(100% - 200px);
  }
}
.news_article .news-container h2 {
  margin: 0;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.428;
}
.news_article .news-container h3 {
  margin: 0;
  padding: 0;
}
.news_article .news-container.fullwidth {
  width: 100%;
}
.news_article.fullwidth .news-container {
  width: 100%;
}
.news_article .label {
  width: auto;
  margin: 10px;
  padding: 3px 10px;
  border-radius: 10px;
  background: #333;
  color: #fff;
}
.news_article.normal {
  border-bottom: 1px solid #f0c230;
  padding: 0 0 40px;
  margin-bottom: 40px;
}
.news_article.normal .news-container {
  float: right;
  width: 100%;
}
@media (min-width: 720px) {
  .news_article.normal .news-container {
    width: 75%;
    width: calc(100% - 200px);
  }
}
.news_article.normal .news-container.fullwidth {
  width: 100%;
}
.news_article.normal .news-container h2 {
  font-size: 38px;
  font-size: 3.8rem;
  line-height: 1.428;
}
.news_article.normal .news-container p {
  font-weight: 800;
}
.news_article.normal .news-container p span {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 2px solid #f0c230;
}
.news_article.normal .read-more {
  float: right;
  color: #376fb7;
}
.news_article.normal .read-more:after {
  color: #f0c230;
}
.news_article.short {
  margin: 15px 0;
  padding: 0;
}
@media (min-width: 720px) {
  .news_article.short {
    margin: 30px 0;
    height:60px; /* added by alex to fix front page */
  }
}
.news_article.short .news-container a {
  color: #8b032c;
}
.news_article.short .news-container a h2 {
  color: #8b032c;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.428;
  color: #8b032c;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.428;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}
.news_article.short .news-container a p {
  margin: 0;
  color: #8b032c;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.428;
  font-family: 'Open Sans', sans-serif;
  font-weight: 900;
}
.news_article.overlay {
  padding: 0;
}
.news_article.overlay .image-centered {
  width: 100%;
  height: 300px;
}
.news_article.overlay img {
  width: auto;
  padding: 0;
}
.news_article.overlay .news-container {
  position: absolute;
  bottom: 20px;
  left: -15px;
  width: 100%;
  padding: 10px 15px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
@media (min-width: 720px) {
  .news_article.overlay .news-container {
    left: -30px;
    padding: 15px 20px;
  }
}
.news_article.overlay .news-container p {
  display: none;
}
@media (min-width: 720px) {
  .news_article.overlay .news-container p {
    display: block;
  }
}
@media (min-width: 880px) {
  .news_article.overlay.right .news-container {
    left: auto;
    right: -30px;
  }
}
.news_article.overlay a:hover .news-container {
  background: white;
}
.news_article.overlay a:hover .news-container h2 {
  text-decoration: underline;
}
.overlay-promo {
  display: block;
  float: left;
  width: 100%;
  position: relative;
  height: 100%;
  max-width: 100vw;
}
.overlay-promo a {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  position: relative;
}
.overlay-promo a:after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-size: inherit;
  line-height: 1.428;
  padding-left: 10px;
  color: inherit;
}
.overlay-promo a:after {
  display: inline-block;
}
.overlay-promo .item {
  position: relative;
  height: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Alex */

.overlay-promo .item.bg-img-top {
  background-position: top center !important;
}

/* end */

.overlay-promo .item img {
  min-width: 100%;
  min-height: 100%;
}
.overlay-promo .tag h3 {
  color: #8b032c;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.428;
  font-family: 'Open Sans', sans-serif;
  line-height: 48px;
  position: absolute;
  background: #f0c230;
  width: auto;
  padding: 0px 20px;
  text-transform: uppercase;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5);
  border: none;
  margin: 20px 0;
}
@media (min-width: 720px) {
  .overlay-promo .tag h3 {
    font-size: 36px;
  }
}
.overlay-promo .tag h3:after {
  content: '';
  position: absolute;
  border: 0px solid #f0c230;
  border-right-color: transparent;
  bottom: 0px;
  right: -12px;
  border-width: 24px;
  border-right-width: 12px;
  border-left-width: 0;
}
.overlay-promo .promo-wrapper {
  position: absolute;
  right: 0;
  width: 100%;
}
@media (min-width: 1170px) {
  .overlay-promo .promo-wrapper {
    height: 100%;
    top: 0;
    width: 500px;
  }
}
.overlay-promo .promo-wrapper .promo-container {
  display: block;
  position: absolute;
  width: 100%;
  bottom: 0;
}
@media (min-width: 720px) {
  .overlay-promo .promo-wrapper .promo-container {
    display: table;
    height: 100%;
    table-layout: fixed;
  }
}
@media (min-width: 1170px) {
  .overlay-promo .promo-wrapper .promo-container {
    position: relative;
  }
}
.overlay-promo .promo-wrapper .promo-container>div {
  display: block;
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 60px 40px 90px 40px;
}
@media (min-width: 720px) {
  .overlay-promo .promo-wrapper .promo-container>div {
    float: none;
    width: auto;
    display: table-cell;
    vertical-align: middle;
    padding-top: 0;
  }
}
.overlay-promo .promo-wrapper .promo-container>div p {
  padding: 0 20px;
  display: none;
  float: left;
  width: 100%;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.428;
  font-family: 'Open Sans', sans-serif;
  height: auto;
  overflow: hidden;
  text-align: center;
}
@media (min-width: 880px) {
  .overlay-promo .promo-wrapper .promo-container>div p {
    text-align: left;
    display: block;
    margin: 0px 0 20px 0;
  }
}
.overlay-promo .promo-wrapper .promo-container>div h2 {
  padding: 0 20px;
  font-size: 50px;
  font-size: 5rem;
  line-height: 1.428;
  line-height: 1;
  margin: 20px 0 12px 0;
  border-bottom: 0;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
  color: #fff;
  text-align: center;
}
@media (min-width: 880px) {
  .overlay-promo .promo-wrapper .promo-container>div h2 {
    text-align: left;
  }
}
.overlay-promo .promo-wrapper .promo-container>div h3 {
  padding: 0 20px 5px 20px;
  color: #fff;
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 1.428;
  font-family: 'Open Sans', sans-serif;
  font-weight: 900;
  border-bottom: 0;
  text-align: center;
}
@media (min-width: 880px) {
  .overlay-promo .promo-wrapper .promo-container>div h3 {
    text-align: left;
    margin: 10px 0;
  }
}
.overlay-promo .promo-wrapper .promo-container>div h3 span {
  font-weight: 400;
  font-style: italic;
}
.overlay-promo .promo-wrapper .promo-container>div a {
  margin: 0 10px 20px 10px;
  white-space: normal;
}
.overlay-promo .promo-wrapper .promo-container>div a.btn {
  width: auto;
  margin: 10px auto;
  max-width: 300px;
  float: none;
  clear: both;
}
@media (min-width: 1170px) {
  .overlay-promo .promo-wrapper .promo-container>div a.btn {
    margin-left: 20px;
    float: left;
    width: 300px;
  }
}
.overlay-promo .promo-wrapper .promo-container>div ul li .drop-container {
  width: 100%;
}
.overlay-promo .promo-wrapper .promo-container>div ul li .drop-container .dropdown {
  color: #8b032c;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.428;
  font-family: 'Open Sans', sans-serif;
  line-height: 22px;
  width: 100%;
  text-align: left;
  background: #f0c230;
  border: none;
  border-radius: 0;
  text-transform: none;
  position: relative;
  padding-right: 20px;
}
.overlay-promo .promo-wrapper .promo-container>div ul li .drop-container .dropdown:after {
  position: absolute;
  color: #333;
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.428;
  top: 50%;
  top: calc(50% - 6px);
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
  padding: 0 10px;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.overlay-promo .promo-wrapper .promo-container>div ul li .drop-container .dropdown:after {
  content: "\f054";
  right: 5px;
  top: 50%;
  top: calc(50% - 9px);
  font-size: 18px;
}
.overlay-promo .promo-wrapper .promo-container>div ul li .drop-container ul {
  width: 100%;
}
.overlay-promo .promo-wrapper .promo-container>div ul li .drop-container.open .dropdown:after {
  -webkit-transform: rotateZ(-90deg);
  transform: rotateZ(-90deg);
}
.overlay-promo.spotlight {
  padding: 20px;
}
@media (min-width: 720px) {
  .overlay-promo.spotlight {
    padding: 0 20px;
  }
}
.overlay-promo.spotlight .promo-wrapper .promo-container h2 {
  font-size: 30px;
  line-height: 34px;
}
.overlay-promo.hover .promo-wrapper .promo-container p {
  height: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.overlay-promo.hover:hover .promo-wrapper .promo-container p {
  height: 66px;
  overflow: hidden;
}
.overlay-promo.floating {
  position: relative;
  padding: 20px 0;
}
@media (min-width: 720px) {
  .overlay-promo.floating {
    padding: 0;
  }
}
.overlay-promo.floating a {
  position: relative;
  overflow: hidden;
  display: block;
  float: left;
  width: 100%;
}
.overlay-promo.floating .item {
  position: relative;
}
.overlay-promo.floating .tag h3 {
  color: #8b032c;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.428;
  font-family: 'Open Sans', sans-serif;
  line-height: 48px;
  position: absolute;
  background: #f0c230;
  width: auto;
  padding: 0px 20px;
  text-transform: uppercase;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5);
  border: none;
  margin: 20px 0;
}
@media (min-width: 720px) {
  .overlay-promo.floating .tag h3 {
    font-size: 36px;
  }
}
.overlay-promo.floating .tag h3:after {
  content: '';
  position: absolute;
  border: 0px solid #f0c230;
  border-right-color: transparent;
  bottom: 0px;
  right: -12px;
  border-width: 24px;
  border-right-width: 12px;
  border-left-width: 0;
}
.overlay-promo.floating .promo-wrapper .promo-container {
  bottom: 0;
  background: #8b032c;
  position: relative;
}
@media (min-width: 880px) {
  .overlay-promo.floating .promo-wrapper .promo-container {
    background: rgba(139, 3, 44, 0.8);
    position: absolute;
    bottom: 50px;
    left: 50px;
    width: 100%;
    width: calc(100% - 100px);
  }
}
@media (min-width: 1170px) {
  .overlay-promo.floating .promo-wrapper .promo-container {
    width: 60%;
    width: calc(75% - 100px);
  }
}
.overlay-promo.floating .promo-wrapper .promo-container p {
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.428;
  font-family: 'Open Sans', sans-serif;
  padding: 0 20px 20px 20px;
  height: auto;
  overflow: hidden;
  margin: 0;
}
.overlay-promo.floating .promo-wrapper .promo-container h2 {
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.428;
  font-family: 'Open Sans', sans-serif;
  padding: 20px 20px 0 20px;
  margin: 0;
  border-bottom: 0;
}
.overlay-promo.floating .promo-wrapper .promo-container ul li .drop-container {
  width: 100%;
}
.overlay-promo.floating .promo-wrapper .promo-container ul li .drop-container .dropdown {
  color: #8b032c;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.428;
  font-family: 'Open Sans', sans-serif;
  line-height: 22px;
  width: 100%;
  text-align: left;
  background: #f0c230;
  border: none;
  border-radius: 0;
  text-transform: none;
  position: relative;
  padding-right: 20px;
}
.overlay-promo.floating .promo-wrapper .promo-container ul li .drop-container .dropdown:after {
  position: absolute;
  color: #333;
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.428;
  top: 50%;
  top: calc(50% - 6px);
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
  padding: 0 10px;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.overlay-promo.floating .promo-wrapper .promo-container ul li .drop-container .dropdown:after {
  content: "\f054";
  right: 5px;
  top: 50%;
  top: calc(50% - 9px);
  font-size: 18px;
}
.overlay-promo.floating .promo-wrapper .promo-container ul li .drop-container ul {
  width: 100%;
}
.overlay-promo.floating .promo-wrapper .promo-container ul li .drop-container.open .dropdown:after {
  -webkit-transform: rotateZ(-90deg);
  transform: rotateZ(-90deg);
}
.overlay-promo.floating.spotlight {
  padding: 20px;
}
@media (min-width: 720px) {
  .overlay-promo.floating.spotlight {
    padding: 0 20px;
  }
}
.overlay-promo.floating.spotlight .promo-wrapper .promo-container h2 {
  font-size: 30px;
  line-height: 34px;
}
.overlay-promo.floating.left .promo-wrapper .promo-container {
  width: 50%;
}
.overlay-promo.floating.right .promo-wrapper .promo-container {
  width: 50%;
  left: initial;
  right: 50px;
}
.overlay-promo.left .promo-wrapper {
  left: 0;
}
@media (max-width: 719px) {
  .overlay-promo.right img, .overlay-promo.left img {
    position: relative;
  }
}
.overlay-promo.small {
  height: 100%;
  margin-bottom: 40px;
}
.overlay-promo.small .promo-wrapper {
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
}
.overlay-promo.small .promo-wrapper .promo-container {
  width: 100%;
  position: absolute;
  bottom: 0;
  height: auto;
}
@media (min-width: 880px) {
  .overlay-promo.small .promo-wrapper .promo-container {
    width: 50%;
    bottom: auto;
    top: 0;
    left: 0;
    height: 100%;
  }
}
.overlay-promo.small .promo-wrapper .promo-container>div {
  padding: 30px 0 50px;
  right: 0;
}
@media (min-width: 720px) {
  .overlay-promo.small .promo-wrapper .promo-container>div {
    padding: 30px 0;
  }
}
.overlay-promo.small .promo-wrapper .promo-container>div h2 {
  display: block;
  float: left;
  width: 100%;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.428;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
  color: #f0c230;
  margin: 0;
}
@media (min-width: 720px) {
  .overlay-promo.small .promo-wrapper .promo-container>div h2 {
    font-size: 40px;
    font-size: 4rem;
    line-height: 1.428;
  }
}
@media (min-width: 880px) {
  .overlay-promo.small .promo-wrapper .promo-container>div h2 {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.428;
  }
}
.overlay-promo.small .promo-wrapper .promo-container>div h3 {
  display: block;
  float: left;
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.428;
  font-weight: 700;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
  margin: 0;
}
@media (min-width: 720px) {
  .overlay-promo.small .promo-wrapper .promo-container>div h3 {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.428;
  }
}
@media (min-width: 880px) {
  .overlay-promo.small .promo-wrapper .promo-container>div h3 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.428;
  }
}
.overlay-promo.small .promo-wrapper .promo-container>div p {
  display: block;
  float: left;
  width: 100%;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.428;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  margin: 10px 0;
}
@media (min-width: 720px) {
  .overlay-promo.small .promo-wrapper .promo-container>div p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.428;
  }
}
@media (min-width: 1170px) {
  .overlay-promo.small .promo-wrapper .promo-container>div p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.428;
  }
}
.overlay-promo.small .promo-wrapper .promo-container>div a {
  color: #fff;
  padding: 0 20px;
  background: none;
  text-transform: none;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
  margin: 0 auto;
  float: none;
  text-align: center;
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.428;
}
@media (min-width: 720px) {
  .overlay-promo.small .promo-wrapper .promo-container>div a {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.428;
  }
}
@media (min-width: 1170px) {
  .overlay-promo.small .promo-wrapper .promo-container>div a {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.428;
  }
}
@media (min-width: 880px) {
  .overlay-promo.small .promo-wrapper .promo-container>div a {
    float: left;
    width: auto;
  }
}
.overlay-promo.small .promo-wrapper .promo-container>div a:after {
  color: #f0c230;
}
.overlay-promo.small .item {
  height: 400px;
  display: block;
  float: left;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 1170px) {
  .overlay-promo.small .item {
    height: 100%;
  }
}
.overlay-promo.small .item img {
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  width: auto;
}
.overlay-promo.static {
  margin-bottom: 40px;
  width: 100%;
}
.overlay-promo.static .item {
  height: 500px;
}
.overlay-promo.static .promo-wrapper {
  width: 100%;
}
.overlay-promo.static .promo-wrapper .promo-container {
  position: absolute;
  bottom: 0;
  display: block;
  height: auto;
  width: 100%;
}
.overlay-promo.static .promo-wrapper .promo-container>div {
  display: block;
  float: left;
  width: 100%;
  padding: 20px 0px;
}
.overlay-promo.static .promo-wrapper .promo-container>div a.title {
  margin: 0;
}
.overlay-promo.static .promo-wrapper .promo-container>div a.title:after {
  display: none;
}
.overlay-promo.static .promo-wrapper .promo-container>div a.read-more {
  color: #fff;
  padding: 0 20px;
  background: none;
  text-transform: none;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
  width: auto;
  float: none;
  margin: 10px auto;
  text-align: center;
}
@media (min-width: 880px) {
  .overlay-promo.static .promo-wrapper .promo-container>div a.read-more {
    margin: 0;
    text-align: left;
    float: left;
  }
}
.overlay-promo.static .promo-wrapper .promo-container>div a.read-more:after {
  color: #f0c230;
}
.l-promo-sidebar .overlay-promo.floating .promo-wrapper .promo-container, .promo-sidebar .overlay-promo.floating .promo-wrapper .promo-container {
  width: 100%;
  position: relative;
  left: 0;
  bottom: 0;
}
.l-promo-sidebar .overlay-promo.small .item, .promo-sidebar .overlay-promo.small .item {
  display: block;
  float: left;
  width: 100%;
  height: 500px;
}
.l-promo-sidebar .overlay-promo.small .promo-wrapper .promo-container, .promo-sidebar .overlay-promo.small .promo-wrapper .promo-container {
  bottom: 0;
  top: initial;
  width: 100%;
  height: auto;
}
.l-promo-sidebar .overlay-promo.small .promo-wrapper .promo-container>div, .promo-sidebar .overlay-promo.small .promo-wrapper .promo-container>div {
  right: 0;
}
.panel {
  display: block;
  float: left;
  width: 100%;
  position: relative;
}
.panel a {
  overflow: hidden;
  display: block;
  float: left;
  width: 100%;
}
.panel a .item {
  height: 200px;
  overflow: hidden;
  display: table;
  float: left;
  width: 100%;
  position: relative;
}
.panel a .item h3 {
  position: relative;
  z-index: 1;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  float: none;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
  padding: 20px;
  -webkit-transition: all .2s;
  transition: all .2s;
  text-transform: uppercase;
  border: none;
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.428;
  font-family: 'Open Sans', sans-serif;
}
.panel a .item h3 span {
  color: inherit;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.428;
  font-family: 'Open Sans', sans-serif;
  line-height: 24px;
}
.panel a .item h3 span.fa {
  color: inherit;
  font-family: '"Font Awesome 5 Pro"';
  font-style: normal;
  font-size: 40px;
}
.panel a .item h3 span p {
  display: none;
  color: inherit;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.428;
  font-family: 'Open Sans', sans-serif;
}
.panel a .item img {
  position: absolute;
  left: 0;
  min-height: 100%;
  min-width: 100%;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  width: auto;
  max-width: none !important;
}
.panel:hover a .item h3 {
  color: #fff;
  background: rgba(159, 112, 18, 0.8);
}
.panel:hover a .item h3 span {
  color: inherit;
}
.panel:hover a .item h3 span p {
  display: block;
}
.panel.dark a .item h3 {
  color: #fff;
  background: rgba(159, 112, 18, 0.8);
}
.panel.dark a .item h3 span {
  color: inherit;
}
.panel.dark:hover a .item h3 {
  background: rgba(240, 194, 48, 0.8);
  color: #9f7012;
}
.panel.dark:hover a .item h3 span {
  color: inherit;
}
.panel.light a .item h3 {
  background: rgba(240, 194, 48, 0.8);
  color: #9f7012;
  text-shadow: none;
}
.panel.light a .item h3 span {
  color: inherit;
}
.panel.light:hover a .item h3 {
  background: rgba(159, 112, 18, 0.8);
  color: #fff;
}
.panel.light:hover a .item h3 .fa {
  color: inherit;
}
.panel.light:hover a .item h3 span {
  color: inherit;
}
.p-promo {
  display: block;
  float: left;
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 2px solid #333;
}
.p-promo>.item img {
  max-width: 100%;
}
.p-promo>.promo-container {
  background: #fff;
  width: auto;
  display: block;
  float: left;
  width: 100%;
}
.p-promo>.promo-container h2 {
  color: #8b032c;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.428;
  font-family: 'Open Sans', sans-serif;
  border-bottom: 0;
  margin-top: 10px;
}
.p-promo>.promo-container p {
  font-size: 16px;
  line-height: 22px;
  overflow: hidden;
}
.p-promo.right>.item {
  float: right;
}
@media (min-width: 720px) {
  .p-promo.right>.item {
    width: 30%;
    padding-left: 20px;
  }
}
@media (min-width: 720px) {
  .p-promo.right>.promo-container {
    width: 70%;
  }
  .p-promo.right>.promo-container h2 {
    margin-top: 0;
  }
}
.p-promo.left>.item {
  float: left;
}
@media (min-width: 720px) {
  .p-promo.left>.item {
    width: 30%;
    padding-right: 20px;
  }
}
@media (min-width: 720px) {
  .p-promo.left>.promo-container {
    width: 70%;
  }
  .p-promo.left>.promo-container h2 {
    margin-top: 0;
  }
}
.p-promo.hover {
  padding: 10px;
  border: 1px solid #f0c230;
  margin-top: 0;
}
.p-promo.hover .item {
  margin: auto;
}
.p-promo.hover .promo-container {
  background: #fff;
}
.p-promo.hover .promo-container h2 {
  text-transform: none;
  margin: 10px 0 0;
  border-bottom: 0;
}
.p-promo.hover .promo-container p {
  font-size: 16px;
  line-height: 22px;
  overflow: hidden;
}
.p-promo.hover:hover {
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  border-top: 5px solid #f0c230;
  margin-bottom: 16px;
}
.l-promo-sidebar.p-promo .promo-container h2, .promo-sidebar.p-promo .promo-container h2 {
  margin-top: 10px;
}
.l-promo-sidebar.p-promo.left .item, .l-promo-sidebar.p-promo.right .item, .promo-sidebar.p-promo.left .item, .promo-sidebar.p-promo.right .item {
  width: 100%;
  padding: 0;
}
.l-promo-sidebar.p-promo.left .promo-container, .l-promo-sidebar.p-promo.right .promo-container, .promo-sidebar.p-promo.left .promo-container, .promo-sidebar.p-promo.right .promo-container {
  width: 100%;
}
.x-promo {
  display: table;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.x-promo .item {
  position: relative;
}
.x-promo .item img {
  width: 100%;
}
.x-promo.panel {
  position: relative;
}
.x-promo.panel a {
  overflow: hidden;
  display: block;
  float: left;
  width: 100%;
}
.x-promo.panel a .item {
  height: 200px;
  overflow: hidden;
  display: table;
  float: left;
  width: 100%;
}
.x-promo.panel a .item h3 {
  position: relative;
  z-index: 1;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  float: none;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
  padding: 20px;
  -webkit-transition: all .2s;
  transition: all .2s;
  text-transform: uppercase;
  border: none;
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.428;
  font-family: 'Open Sans', sans-serif;
}
.x-promo.panel a .item h3 span {
  color: inherit;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.428;
  font-family: 'Open Sans', sans-serif;
  line-height: 24px;
}
.x-promo.panel a .item h3 span.fa {
  color: inherit;
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-size: 40px;
}
.x-promo.panel a .item h3 span p {
  display: none;
  color: inherit;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.428;
  font-family: 'Open Sans', sans-serif;
}
.x-promo.panel a .item img {
  position: absolute;
  left: 0;
  min-height: 100%;
  min-width: 100%;
  width: auto;
  max-width: none !important;
}
.x-promo.panel:hover a .item h3 {
  color: #fff;
  background: rgba(159, 112, 18, 0.8);
}
.x-promo.panel:hover a .item h3 span {
  color: inherit;
}
.x-promo.panel:hover a .item h3 span p {
  display: block;
}
.x-promo.panel.dark a .item h3 {
  color: #fff;
  background: rgba(159, 112, 18, 0.8);
}
.x-promo.panel.dark a .item h3 span {
  color: inherit;
}
.x-promo.panel.dark:hover a .item h3 {
  background: rgba(240, 194, 48, 0.8);
  color: #9f7012;
}
.x-promo.panel.dark:hover a .item h3 span {
  color: inherit;
}
.x-promo.panel.light a .item h3 {
  background: rgba(240, 194, 48, 0.8);
  color: #9f7012;
  text-shadow: none;
}
.x-promo.panel.light a .item h3 span {
  color: inherit;
}
.x-promo.panel.light:hover a .item h3 {
  background: rgba(159, 112, 18, 0.8);
  color: #fff;
}
.x-promo.panel.light:hover a .item h3 .fa {
  color: inherit;
}
.x-promo.panel.light:hover a .item h3 span {
  color: inherit;
}
.x-promo.overlay {
  position: relative;
  padding: 20px 0;
}
@media (min-width: 720px) {
  .x-promo.overlay {
    padding: 0;
  }
}
.x-promo.overlay a {
  position: relative;
  overflow: hidden;
  display: block;
  float: left;
  width: 100%;
}
.x-promo.overlay .item {
  position: relative;
}
.x-promo.overlay .tag h3 {
  color: #8b032c;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.428;
  font-family: 'Open Sans', sans-serif;
  line-height: 48px;
  position: absolute;
  background: #f0c230;
  width: auto;
  padding: 0px 20px;
  text-transform: uppercase;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5);
  border: none;
  margin: 20px 0;
}
@media (min-width: 720px) {
  .x-promo.overlay .tag h3 {
    font-size: 36px;
  }
}
.x-promo.overlay .tag h3:after {
  content: '';
  position: absolute;
  border: 0px solid #f0c230;
  border-right-color: transparent;
  bottom: 0px;
  right: -12px;
  border-width: 24px;
  border-right-width: 12px;
  border-left-width: 0;
}
.x-promo.overlay .promo-container {
  bottom: 0;
  background: #8b032c;
  position: relative;
  padding: 20px;
}
@media (min-width: 880px) {
  .x-promo.overlay .promo-container {
    background: rgba(139, 3, 44, 0.8);
    position: absolute;
  }
}
.x-promo.overlay .promo-container p {
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.428;
  font-family: 'Open Sans', sans-serif;
  height: auto;
  overflow: hidden;
  margin: 0;
}
.x-promo.overlay .promo-container h2 {
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.428;
  font-family: 'Open Sans', sans-serif;
  margin: 0;
  border-bottom: 0;
}
.x-promo.overlay .promo-container ul li .drop-container {
  width: 100%;
}
.x-promo.overlay .promo-container ul li .drop-container .dropdown {
  color: #8b032c;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.428;
  font-family: 'Open Sans', sans-serif;
  line-height: 22px;
  width: 100%;
  text-align: left;
  background: #f0c230;
  border: none;
  border-radius: 0;
  text-transform: none;
  position: relative;
  padding-right: 20px;
}
.x-promo.overlay .promo-container ul li .drop-container .dropdown:after {
  position: absolute;
  color: #333;
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.428;
  top: 50%;
  top: calc(50% - 6px);
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
  padding: 0 10px;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.x-promo.overlay .promo-container ul li .drop-container .dropdown:after {
  content: "\f054";
  right: 5px;
  top: 50%;
  top: calc(50% - 9px);
  font-size: 18px;
}
.x-promo.overlay .promo-container ul li .drop-container ul {
  width: 100%;
}
.x-promo.overlay .promo-container ul li .drop-container.open .dropdown:after {
  -webkit-transform: rotateZ(-90deg);
  transform: rotateZ(-90deg);
}
.x-promo.overlay.spotlight {
  padding: 20px;
}
@media (min-width: 720px) {
  .x-promo.overlay.spotlight {
    padding: 0 20px;
  }
}
.x-promo.overlay.spotlight .promo-container h2 {
  font-size: 30px;
  line-height: 34px;
}
.x-promo.overlay.hover .promo-container p {
  height: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.x-promo.overlay.hover:hover .promo-container p {
  height: 66px;
  overflow: hidden;
}
.x-promo.overlayv2 {
  position: relative;
  padding: 20px 0;
}
@media (min-width: 720px) {
  .x-promo.overlayv2 {
    padding: 0;
  }
}
.x-promo.overlayv2 a {
  position: relative;
  overflow: hidden;
  display: block;
  float: left;
  width: 100%;
}
.x-promo.overlayv2 .item {
  position: relative;
}
.x-promo.overlayv2 .tag h3 {
  color: #8b032c;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.428;
  font-family: 'Open Sans', sans-serif;
  line-height: 48px;
  position: absolute;
  background: #f0c230;
  width: auto;
  padding: 0px 20px;
  text-transform: uppercase;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5);
  border: none;
  margin: 20px 0;
}
@media (min-width: 720px) {
  .x-promo.overlayv2 .tag h3 {
    font-size: 36px;
  }
}
.x-promo.overlayv2 .tag h3:after {
  content: '';
  position: absolute;
  border: 0px solid #f0c230;
  border-right-color: transparent;
  bottom: 0px;
  right: -12px;
  border-width: 24px;
  border-right-width: 12px;
  border-left-width: 0;
}
.x-promo.overlayv2 .promo-container {
  bottom: 0;
  background: #8b032c;
  position: relative;
}
@media (min-width: 880px) {
  .x-promo.overlayv2 .promo-container {
    background: rgba(139, 3, 44, 0.8);
    position: absolute;
    bottom: 50px;
    left: 50px;
    width: 100%;
    width: calc(100% - 100px);
  }
}
@media (min-width: 1170px) {
  .x-promo.overlayv2 .promo-container {
    width: 60%;
    width: calc(75% - 100px);
  }
}
.x-promo.overlayv2 .promo-container p {
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.428;
  font-family: 'Open Sans', sans-serif;
  padding: 0 20px 20px 20px;
  height: auto;
  overflow: hidden;
  margin: 0;
}
.x-promo.overlayv2 .promo-container h2 {
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.428;
  font-family: 'Open Sans', sans-serif;
  padding: 20px 20px 0 20px;
  margin: 0;
  border-bottom: 0;
}
.x-promo.overlayv2 .promo-container ul li .drop-container {
  width: 100%;
}
.x-promo.overlayv2 .promo-container ul li .drop-container .dropdown {
  color: #8b032c;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.428;
  font-family: 'Open Sans', sans-serif;
  line-height: 22px;
  width: 100%;
  text-align: left;
  background: #f0c230;
  border: none;
  border-radius: 0;
  text-transform: none;
  position: relative;
  padding-right: 20px;
}
.x-promo.overlayv2 .promo-container ul li .drop-container .dropdown:after {
  position: absolute;
  color: #333;
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.428;
  top: 50%;
  top: calc(50% - 6px);
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
  padding: 0 10px;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.x-promo.overlayv2 .promo-container ul li .drop-container .dropdown:after {
  content: "\f054";
  right: 5px;
  top: 50%;
  top: calc(50% - 9px);
  font-size: 18px;
}
.x-promo.overlayv2 .promo-container ul li .drop-container ul {
  width: 100%;
}
.x-promo.overlayv2 .promo-container ul li .drop-container.open .dropdown:after {
  -webkit-transform: rotateZ(-90deg);
  transform: rotateZ(-90deg);
}
.x-promo.overlayv2.spotlight {
  padding: 20px;
}
@media (min-width: 720px) {
  .x-promo.overlayv2.spotlight {
    padding: 0 20px;
  }
}
.x-promo.overlayv2.spotlight .promo-container h2 {
  font-size: 30px;
  line-height: 34px;
}
.x-promo.reveal {
  position: relative;
}
.x-promo.reveal a {
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  overflow: hidden;
  display: block;
  float: left;
  width: 100%;
  padding: 0;
  height: 100%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  top: 0;
}
@media (min-width: 720px) {
  .x-promo.reveal a {
    background: none;
  }
}
.x-promo.reveal a:hover {
  background: none;
  position: relative;
  padding-right: 20px;
  position: absolute;
}
.x-promo.reveal a:hover h2 {
  bottom: auto;
  top: 20%;
  color: #414042;
}
@media (min-width: 720px) {
  .x-promo.reveal a:hover h2 {
    top: 10%;
  }
}
@media (min-width: 880px) {
  .x-promo.reveal a:hover h2 {
    top: 20%;
  }
}
.x-promo.reveal a:hover p {
  bottom: 10%;
}
.x-promo.reveal a:hover p:after {
  content: '';
}
.x-promo.reveal a:hover:after {
  position: absolute;
  color: #414042;
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.428;
  top: 50%;
  top: calc(50% - 8px);
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
  padding: 0 10px;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.x-promo.reveal a:hover:after {
  font-size: 28px;
  left: 50%;
  left: calc(50% - 14px);
  top: 90%;
}
.x-promo.reveal a h2 {
  color: #fff;
  bottom: auto;
  display: block;
  float: left;
  width: 100%;
  position: absolute;
  text-align: center;
  padding: 0 20px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
  border: none;
  text-transform: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  top: 20%;
}
@media (min-width: 720px) {
  .x-promo.reveal a h2 {
    bottom: 20%;
    font-size: 20px;
    line-height: 26px;
    top: auto;
  }
}
@media (min-width: 1170px) {
  .x-promo.reveal a h2 {
    font-size: 28px;
    line-height: 32px;
  }
}
.x-promo.reveal a p {
  position: absolute;
  bottom: 10%;
  width: 100%;
  background: none;
  text-transform: none;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
  padding: 0 20px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-align: center;
}
.x-promo.reveal a p:after {
  content: '';
}
@media (min-width: 720px) {
  .x-promo.reveal a p {
    bottom: -100%;
    font-size: 14px;
    line-height: 18px;
  }
}
@media (min-width: 880px) {
  .x-promo.reveal a p {
    font-size: 16px;
  }
}
.x-promo.link.item h4 {
  border-bottom: 1px solid #f0c230;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
.x-promo.link.item a .item {
  width: 100%;
}
.x-promo.card h4 {
  color: #8b032c;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.428;
  font-family: 'Open Sans', sans-serif;
  margin: 0;
  text-transform: none;
}
.x-promo.card hr {
  border: none;
  border-bottom: 1px solid #f0c230;
  position: relative;
}
.x-promo.card>.promo-container {
  display: block;
  float: left;
  width: 100%;
}
.x-promo.card>.promo-container p {
  color: #414042;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.428;
  font-family: 'Open Sans', sans-serif;
}
.x-promo.card>.promo-container p a {
  color: #8b032c;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.428;
  font-family: 'Open Sans', sans-serif;
}
.x-promo.card>.promo-container>a {
  color: #8b032c;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.428;
  font-family: 'Open Sans', sans-serif;
  width: auto;
  position: relative;
  text-transform: uppercase;
  margin: 10px 0;
}
.x-promo.card>.promo-container>a:after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-size: 14;
  line-height: 1.428;
  padding-left: 10px;
  color: #8b032c;
}
.x-promo.card.dark {
  padding: 20px;
  background: #8b032c;
}
.x-promo.card.dark h4 {
  color: #fff;
  font-weight: normal;
}
.x-promo.card.dark>.promo-container p {
  color: #fff;
}
.x-promo.card.dark>.promo-container>a {
  color: #f0c230;
}
.x-promo.card.dark>.promo-container>a:after {
  color: #f0c230;
}
.x-promo.card.light {
  padding: 20px;
  background: #999;
}
.x-promo.card.light>.promo-container h4 {
  color: #8b032c;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.428;
  font-family: 'Open Sans', sans-serif;
  color: #8b032c;
  font-weight: normal;
}
.x-promo.card.light>.promo-container p {
  color: #414042;
}
.x-promo.card.light>.promo-container>a {
  color: #8b032c;
}
.x-promo.card.light>.promo-container>a:after {
  color: #8b032c;
}
.x-promo.card.wrap .item {
  float: left;
  padding-right: 10px;
}
.x-promo.card.wrap .promo-container p {
  display: inline;
  float: none;
}
.x-promo.button {
  max-width: 100%;
  margin: 0 0 20px;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.x-promo.button a {
  position: relative;
  box-shadow: none;
  -webkit-transition: box-shadow 0.5s ease-in-out;
  transition: box-shadow 0.5s ease-in-out;
  display: block;
  float: left;
  width: 100%;
}
.x-promo.button a .item {
  width: 100%;
}
.x-promo.button a .promo-container {
  display: table;
  float: left;
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0.25);
  padding: 15px 20px;
}
.x-promo.button a .promo-container span {
  font-size: 30px;
  display: table-cell;
  float: none;
  width: auto;
  vertical-align: middle;
  padding-right: 5px;
  width: 20px;
}
@media (min-width: 720px) {
  .x-promo.button a .promo-container span {
    font-size: 20px;
  }
}
.x-promo.button a .promo-container p {
  color: #414042;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.428;
  font-family: 'Open Sans', sans-serif;
  width: auto;
  margin: 0;
  padding-left: 10px;
}
@media (min-width: 720px) {
  .x-promo.button a .promo-container p {
    font-size: 24px;
    line-height: 28px;
  }
}
.x-promo.button a:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
}
.x-promo.button.light a .promo-container {
  background: #f0c230;
}
.x-promo.button.light a .promo-container span, .x-promo.button.light a .promo-container p {
  color: #8b032c;
}
.x-promo.button.dark a .promo-container {
  background: #8b032c;
}
.x-promo.button.dark a .promo-container span, .x-promo.button.dark a .promo-container p {
  color: #fff;
}
.x-promo.more-news {
  width: 200px;
  margin: auto;
  float: none;
}
@media (min-width: 720px) {
  .x-promo.more-news {
    position: absolute;
    bottom: 90px;
    left: 0;
    right: 0;
  }
}
.x-promo.more-news a .promo-container p {
  text-align: center;
  float: none;
}
.l-promo-sidebar .p-promo.overlay .promo-container, .promo-sidebar .p-promo.overlay .promo-container {
  position: relative;
  background: #8b032c;
}
.l-promo-sidebar .p-promo.overlayv2 .promo-container, .promo-sidebar .p-promo.overlayv2 .promo-container {
  width: 100%;
  position: relative;
  left: 0;
  bottom: 0;
}
.l-promo-sidebar .p-promo.imgtitle a, .promo-sidebar .p-promo.imgtitle a {
  display: block;
}
.l-promo-sidebar .p-promo.imgtitle .item, .promo-sidebar .p-promo.imgtitle .item {
  display: block;
}
.l-promo-sidebar .p-promo.imgtitle h2, .promo-sidebar .p-promo.imgtitle h2 {
  display: block;
  width: 100%;
  padding: 0;
  text-align: center;
}
.l-promo-sidebar .p-promo.generic .promo-container h2, .promo-sidebar .p-promo.generic .promo-container h2 {
  margin-top: 10px;
}
.l-promo-sidebar .p-promo.generic.left .item, .l-promo-sidebar .p-promo.generic.right .item, .promo-sidebar .p-promo.generic.left .item, .promo-sidebar .p-promo.generic.right .item {
  width: 100%;
  padding: 0;
}
.l-promo-sidebar .p-promo.generic.left .promo-container, .l-promo-sidebar .p-promo.generic.right .promo-container, .promo-sidebar .p-promo.generic.left .promo-container, .promo-sidebar .p-promo.generic.right .promo-container {
  width: 100%;
}
.l-promo-sidebar .p-promo.card .promo-container, .promo-sidebar .p-promo.card .promo-container {
  width: 100%;
}
@media (min-width: 720px) {
  .l-content .p-promo.generic.hover .item {
    width: 200px;
    min-width: none;
  }
}
.l-content .p-promo.generic.hover .promo-container {
  padding: 0 20px;
}
@media (min-width: 720px) {
  .l-content .p-promo.generic.hover .promo-container {
    width: 100%;
    width: calc(100% - 200px);
  }
}
@media (min-width: 720px) {
  .l-content .p-promo.card .item {
    width: 200px;
    float: left;
  }
}
.l-content .p-promo.card .promo-container {
  padding: 0 20px;
}
@media (min-width: 720px) {
  .l-content .p-promo.card .promo-container {
    width: 100%;
    width: calc(100% - 200px);
  }
}
.reveal {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  height: 200px;
}
@media (min-width: 720px) {
  .reveal {
    height: 100%;
  }
}
.reveal .item {
  height: 100%;
}
.reveal a {
  background: transparent;
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.25) 65%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.25) 65%, rgba(0, 0, 0, 0.8) 100%);
  position: absolute;
  overflow: hidden;
  display: block;
  float: left;
  width: 100%;
  padding: 0;
  height: 100%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  top: 0;
}
.reveal a:hover {
  background: none;
  position: absolute;
}
@media (min-width: 880px) {
  .reveal a:hover h2 {
    bottom: 67%;
  }
}
@media (min-width: 880px) {
  .reveal a:hover p {
    opacity: 1;
  }
}
.reveal a h2 {
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.428;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  display: block;
  float: left;
  width: 100%;
  bottom: auto;
  position: absolute;
  text-align: center;
  padding: 0 20px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
  border: none;
  text-transform: none;
  -webkit-transition: opacity 0.4s ease-in-out, bottom 0.2s ease-in-out;
  transition: opacity 0.4s ease-in-out, bottom 0.2s ease-in-out;
  bottom: 5%;
}
@media (min-width: 880px) {
  .reveal a h2 {
    bottom: 0%;
    top: auto;
  }
}
.reveal a p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.428;
  color: #fff;
  position: absolute;
  bottom: 10%;
  width: 100%;
  background: none;
  text-transform: none;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
  padding: 0 20px;
  -webkit-transition: opacity 0.4s ease-in-out, bottom 0.2s ease-in-out;
  transition: opacity 0.4s ease-in-out, bottom 0.2s ease-in-out;
  text-align: center;
  opacity: 0;
}
.reveal a p:after {
  content: '';
}
.share-container {
  display: block;
  float: left;
  width: 100%;
}
.share-container .share h2 {
  color: #8b032c;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.428;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 10px 0;
}
.share-container .share .sharing-button__link .sharing-button svg {
  fill: #376fb7;
}
.share-container .share .sharing-button__link .sharing-button .sharing-button__icon {
  display: block;
  float: left;
  text-align: center;
  width: 42px;
  height: 42px;
  line-height: 55px;
  border-radius: 50%;
}
.share-container .share .sharing-button__link .sharing-button .sharing-button__icon:hover {
  background: #f0c230;
}
.share-container .share .sharing-button__link .sharing-button .sharing-button__icon:hover svg {
  fill: #fff;
}
.spotlight {
  position: relative;
}
.spotlight .label {
  position: absolute;
  top: 0;
  z-index: 1;
  width: auto;
  margin: 10px;
  padding: 3px 10px;
  border-radius: 10px;
  background: #333;
  color: #fff;
}
.spotlight .date {
  float: left;
}
.subnav {
  width: 100%;
  width: calc(100% + 30px);
}
@media (min-width: 1170px) {
  .subnav {
    margin-bottom: 20px;
    padding: 0;
    width: 100%;
  }
}
.subnav h2 {
  color: #8b032c;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.428;
  font-family: 'Open Sans', sans-serif;
  background: #f0c230;
  white-space: nowrap;
  cursor: pointer;
  line-height: 41px;
  text-transform: uppercase;
  padding: 0 20px;
  margin: 0 -15px;
  margin-bottom: 1px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.25);
}
.subnav h2:focus {
  outline: 2px solid #5B9DD9;
}
@media (min-width: 1170px) {
  .subnav h2 {
    display: none;
  }
}
.subnav h2:before {
  content: "\f0c9";
  font-family: "Font Awesome 5 Pro";
  display: block;
  float: left;
  color: inherit;
  font-size: 24px;
  top: 0px;
  left: -5px;
  position: relative;
  -webkit-transition: all 500ms;
  transition: all 500ms;
  -webkit-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
}
.subnav>div ul {
  display: none;
}
.subnav>div ul li {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  line-height: 0;
  padding: 0;
}
.subnav>div ul li.open>ul {
  display: block;
}
.subnav>div ul li.open>button span {
  -webkit-transform: rotateZ(-90deg);
  transform: rotateZ(-90deg);
  border-left: none;
}
.subnav>div ul li.active>a {
  border-left: 3px solid #f0c230;
}
.subnav>div>ul {
  position: fixed;
  height: 100%;
  top: 0;
  left: 0;
  background: #333;
  width: 265px;
  overflow-y: auto;
}
@media (min-width: 720px) {
  .subnav>div>ul {
    width: 370px;
  }
}
.subnav>div>ul h3 {
  padding: 11px 20px;
  color: #fff;
}
.subnav>div>ul>a {
  color: #f0c230;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.428;
  font-family: 'Open Sans', sans-serif;
  padding: 20px;
  text-transform: uppercase;
  position: relative;
}
.subnav>div>ul>a:before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-size: inherit;
  line-height: 1.428;
  padding-left: 10px;
  color: #fff;
}
.subnav>div>ul>a:before {
  left: 10px;
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}
.subnav>div>ul>li button {
  background: none;
  width: 56px;
  height: 56px;
  text-align: center;
  padding: 0;
  border: none;
  outline: none;
}
.subnav>div>ul>li button span {
  font-size: 21px;
  line-height: 56px;
  color: #f0c230;
  cursor: pointer;
  height: 100%;
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.subnav>div>ul>li a {
  overflow: hidden;
  color: #999;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.428;
  font-family: 'Open Sans', sans-serif;
  line-height: 21px;
  padding: 17px 20px;
}
.subnav>div>ul>li a.has-sub {
  width: 80%;
  width: calc(100% - 56px);
}
.subnav>div>ul>li ul {
  float: left;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
}
.subnav.open>ul {
  display: block;
  border-bottom: 2px solid black;
}
@media (min-width: 1170px) {
  .subnav.open>ul {
    border: none;
  }
}
.subnav>ul {
  display: none;
  background: #fff;
  float: left;
  padding: 0;
  margin-left: -15px;
}
@media (min-width: 1170px) {
  .subnav>ul {
    display: block;
    margin: 0;
  }
}
.subnav>ul li {
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  float: left;
  list-style: none;
  margin: 0;
  width: 100%;
  padding-left: 15px;
  font-weight: 600;
}
@media (min-width: 1170px) {
  .subnav>ul li {
    padding: 0;
  }
}
.subnav>ul li a {
  display: block;
  padding: 15px 0 15px 3px;
  color: #414042;
  width: 100%;
}
.subnav>ul li ul {
  width: 100%;
  display: none;
  float: left;
  background: rgba(255, 255, 255, 0.25);
  padding: 0;
}
.subnav>ul li ul li {
  padding: 0 0 0 10px;
}
.subnav>ul li.open>ul {
  display: block;
}
.subnav>ul li.active>a {
  color: #8b032c;
}
.subnav>ul li.haschild .sn-toggle {
  width: 20%;
  width: calc(50px);
  float: right;
  height: 50px;
  /* Alex change */
  color: #CCC;
  /* - end */
  background: none;
  border: none;
  cursor: pointer;
}
.subnav>ul li.haschild .sn-toggle span {
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  /* Alex Change from 24px */
  font-size: 16px;
  /* end */
}

.subnav>ul li.haschild>a {
  width: 80%;
  width: calc(100% - 50px);
}
.subnav>ul li.haschild>span {
  width: 80%;
  width: calc(100% - 50px);
}
.subnav>ul li.haschild ul {
  display: none;
}

.subnav>ul li.haschild.active>.sn-toggle span {
  color:#8b032c ;
}
.subnav>ul li.haschild.open>ul {
  display: block;
}
.subnav>ul li.haschild.open>.sn-toggle span {
  -webkit-transform: rotateZ(-90deg);
  transform: rotateZ(-90deg);
  /* Alex Added */
  color: #8b032c;
}
.subnav.toggles>ul li>.sn-toggle {
  background: none;
  float: left;
  width: 20%;
  width: calc(54px);
  height: 50px;
  text-align: center;
  padding: 0;
  border: none;
}
.subnav.toggles>ul li>.sn-toggle:focus {
  outline: 2px solid #5B9DD9;
}
@media (min-width: 720px) {
  .subnav.toggles>ul li>.sn-toggle {
    height: 54px;
  }
}
@media (min-width: 1170px) {
  .subnav.toggles>ul li>.sn-toggle {
    height: 56px;
  }
}
.subnav.toggles>ul li>.sn-toggle span {
  font-size: 21px;
  line-height: 50px;
  color: #414042;
  cursor: pointer;
  height: 100%;
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.subnav.toggles>ul li>.sn-toggle span:focus {
  outline: 2px solid #5B9DD9;
}
@media (min-width: 720px) {
  .subnav.toggles>ul li>.sn-toggle span {
    line-height: 54px;
  }
}
@media (min-width: 1170px) {
  .subnav.toggles>ul li>.sn-toggle span {
    line-height: 56px;
  }
}
.subnav.toggles>ul li a.has-sub {
  width: 80%;
  width: calc(100% - 54px);
  float: left;
}
.subnav.toggles>ul li.open>.sn-toggle span {
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}
div.tabaccordion {
  display: block;
  float: left;
  width: 100%;
  margin: 0 0 20px 0;
}
div.tabaccordion ul.list-tab-accordian {
  display: block;
  float: left;
  width: 100%;
  position: relative;
  list-style: none;
  padding: 0;
}
div.tabaccordion ul.list-tab-accordian>li {
  position: static;
  width: 100%;
  margin: 0;
  padding: 0;
}
@media (min-width: 720px) {
  div.tabaccordion ul.list-tab-accordian>li {
    width: auto;
    display: table;
    padding-right: 10px;
  }
  div.tabaccordion ul.list-tab-accordian>li:nth-child(1):nth-last-child(1) {
    width: 100%;
  }
  div.tabaccordion ul.list-tab-accordian>li:nth-child(1):nth-last-child(2), div.tabaccordion ul.list-tab-accordian>li:nth-child(2):nth-last-child(1) {
    width: 50%;
  }
  div.tabaccordion ul.list-tab-accordian>li:nth-child(1):nth-last-child(3), div.tabaccordion ul.list-tab-accordian>li:nth-child(2):nth-last-child(2), div.tabaccordion ul.list-tab-accordian>li:nth-child(3):nth-last-child(1) {
    width: 33.3333%;
  }
  div.tabaccordion ul.list-tab-accordian>li:nth-child(1):nth-last-child(4), div.tabaccordion ul.list-tab-accordian>li:nth-child(2):nth-last-child(3), div.tabaccordion ul.list-tab-accordian>li:nth-child(3):nth-last-child(2), div.tabaccordion ul.list-tab-accordian>li:nth-child(4):nth-last-child(1) {
    width: 25%;
  }
  div.tabaccordion ul.list-tab-accordian>li:nth-child(1):nth-last-child(5), div.tabaccordion ul.list-tab-accordian>li:nth-child(2):nth-last-child(4), div.tabaccordion ul.list-tab-accordian>li:nth-child(3):nth-last-child(3), div.tabaccordion ul.list-tab-accordian>li:nth-child(4):nth-last-child(2), div.tabaccordion ul.list-tab-accordian>li:nth-child(5):nth-last-child(1) {
    width: 20%;
  }
  div.tabaccordion ul.list-tab-accordian>li:nth-child(1):nth-last-child(6), div.tabaccordion ul.list-tab-accordian>li:nth-child(2):nth-last-child(5), div.tabaccordion ul.list-tab-accordian>li:nth-child(3):nth-last-child(4), div.tabaccordion ul.list-tab-accordian>li:nth-child(4):nth-last-child(3), div.tabaccordion ul.list-tab-accordian>li:nth-child(5):nth-last-child(2), div.tabaccordion ul.list-tab-accordian>li:nth-child(6):nth-last-child(1) {
    width: 16.6666%;
  }
  div.tabaccordion ul.list-tab-accordian>li:last-child {
    padding-right: 0;
  }
}
div.tabaccordion ul.list-tab-accordian>li h3 {
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.428;
  font-family: 'Open Sans', sans-serif;
  background: #8b032c;
  cursor: pointer;
  outline: none;
  margin: 2px 0 0 0;
  border-bottom: 0;
  padding: 10px 20px;
  display: inline-block;
  text-transform: none;
}
@media (min-width: 720px) {
  div.tabaccordion ul.list-tab-accordian>li h3 {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    float: none;
    min-width: 100%;
    border-top: 0;
    color: #ffffff;
    background: #8b032c;
    text-align: center;
    box-shadow: inset 0 -15px 15px rgba(0, 0, 0, 0.15);
  }
}
@media (min-width: 880px) {
  div.tabaccordion ul.list-tab-accordian>li h3 {
    padding: 21px;
  }
}
@media (min-width: 1170px) {
  div.tabaccordion ul.list-tab-accordian>li h3 {
    padding: 19px;
  }
}
div.tabaccordion ul.list-tab-accordian>li h3:focus {
  outline: 2px solid #5B9DD9;
}
div.tabaccordion ul.list-tab-accordian>li>div {
  -webkit-transition: height 1s ease-in-out;
  transition: height 1s ease-in-out;
}
@media (min-width: 720px) {
  div.tabaccordion ul.list-tab-accordian>li>div {
    position: absolute;
    left: 0;
  }
}
div.tabaccordion ul.list-tab-accordian>li.acc-active>div {
  height: 0;
}
@media (max-width: 720px) {
  div.tabaccordion ul.list-tab-accordian>li.acc-active h3 {
    background: #f0c230;
    color: #8b032c;
  }
  div.tabaccordion ul.list-tab-accordian>li.acc-active h3:after {
    -webkit-transform: rotateZ(-90deg);
    transform: rotateZ(-90deg);
  }
  div.tabaccordion ul.list-tab-accordian>li.acc-active>div {
    height: auto;
    width: auto;
    border: 2px solid #f0c230;
    margin-top: -2px;
    padding: 20px 20px 0;
  }
}
@media (min-width: 720px) {
  div.tabaccordion ul.list-tab-accordian>li.tab-active h3 {
    background: #f0c230;
    color: #8b032c;
    box-shadow: none;
      border-bottom: 2px solid #f0c230;
  }
  div.tabaccordion ul.list-tab-accordian>li.tab-active h3:after {
    -webkit-transform: rotateZ(-90deg);
    transform: rotateZ(-90deg);
  }
  div.tabaccordion ul.list-tab-accordian>li.tab-active>div {
    height: auto;
    padding: 20px 20px 0 20px;
    width: auto;
    border: 2px solid #f0c230;
    margin-top: -2px;
    border-top: 4px solid #f0c230;
  }
}
@media (min-width: 720px) {
  div.tabaccordion.left ul.list-tab-accordian>li {
    float: left;
  }
}
@media (min-width: 720px) {
  div.tabaccordion.center ul.list-tab-accordian>li:first-child:nth-last-child(1), div.tabaccordion.center ul.list-tab-accordian>li:first-child:nth-last-child(1)~li {
    width: 100%;
  }
  div.tabaccordion.center ul.list-tab-accordian>li:first-child:nth-last-child(2), div.tabaccordion.center ul.list-tab-accordian>li:first-child:nth-last-child(2)~li {
    width: 50%;
  }
  div.tabaccordion.center ul.list-tab-accordian>li:first-child:nth-last-child(3), div.tabaccordion.center ul.list-tab-accordian>li:first-child:nth-last-child(3)~li {
    width: 33.33333%;
  }
  div.tabaccordion.center ul.list-tab-accordian>li:first-child:nth-last-child(4), div.tabaccordion.center ul.list-tab-accordian>li:first-child:nth-last-child(4)~li {
    width: 25%;
  }
  div.tabaccordion.center ul.list-tab-accordian>li:first-child:nth-last-child(5), div.tabaccordion.center ul.list-tab-accordian>li:first-child:nth-last-child(5)~li {
    width: 20%;
  }
  div.tabaccordion.center ul.list-tab-accordian>li:first-child:nth-last-child(6), div.tabaccordion.center ul.list-tab-accordian>li:first-child:nth-last-child(6)~li {
    width: 16.66667%;
  }
  div.tabaccordion.center ul.list-tab-accordian>li:first-child:nth-last-child(7), div.tabaccordion.center ul.list-tab-accordian>li:first-child:nth-last-child(7)~li {
    width: 14.28571%;
  }
  div.tabaccordion.center ul.list-tab-accordian>li:first-child:nth-last-child(8), div.tabaccordion.center ul.list-tab-accordian>li:first-child:nth-last-child(8)~li {
    width: 12.5%;
  }
  div.tabaccordion.center ul.list-tab-accordian>li:first-child:nth-last-child(9), div.tabaccordion.center ul.list-tab-accordian>li:first-child:nth-last-child(9)~li {
    width: 11.11111%;
  }
  div.tabaccordion.center ul.list-tab-accordian>li:first-child:nth-last-child(10), div.tabaccordion.center ul.list-tab-accordian>li:first-child:nth-last-child(10)~li {
    width: 10%;
  }
  div.tabaccordion.center ul.list-tab-accordian>li h3 {
    background: none;
  }
  div.tabaccordion.center ul.list-tab-accordian>li.tab-active h3 {
    background: #8b032c;
  }
}
@media (min-width: 720px) {
  div.tabaccordion.right ul.list-tab-accordian>li {
    float: right;
    margin: 0 0 0 2px;
  }
}
div.tabaccordion.acc ul.list-tab-accordian {
  margin-bottom: 30px;
}
div.tabaccordion.acc ul.list-tab-accordian>li h3 {
  position: relative;
  padding-right: 20px;
  padding-right: 40px;
  width: 100%;
}
div.tabaccordion.acc ul.list-tab-accordian>li h3:after {
  position: absolute;
  color: inherit;
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.428;
  top: 50%;
  top: calc(50% - 6px);
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
  padding: 0 10px;
  -webkit-transition: all .2s;
  transition: all .2s;
}
div.tabaccordion.acc ul.list-tab-accordian>li h3:after {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.428;
  line-height: 1;
  right: 20px;
}
@media (min-width: 720px) {
  div.tabaccordion.acc ul.list-tab-accordian>li h3 {
    padding-right:20px;
  }
}
@media (min-width: 720px) {
  div.tabaccordion.acc ul.list-tab-accordian>li h3:after {
    content: '';
  }
}
div.tabaccordion.acc ul.list-tab-accordian>li>div {
  height: 0;
  overflow: hidden;
  width: 100%;
}
@media (min-width: 720px) {
  div.tabaccordion.acc ul.list-tab-accordian>li>div {
    top: 70px !important;
  }
}
@media (min-width: 720px) {
  div.tabaccordion.acc ul.list-tab-accordian>li.tab-active>div {
    height: auto;
  }
}
div.tabaccordion.acc ul.list-tab-accordian>li.acc-active h3:after {
  -webkit-transform: rotateZ(-90deg);
  transform: rotateZ(-90deg);
}
@media (max-width: 720px) {
  div.tabaccordion.acc ul.list-tab-accordian>li.acc-active>div {
    height: auto;
  }
}
@media (min-width: 720px) {
  div.tabaccordion.anchor ul.list-tab-accordian>li>div {
    height: 0;
    overflow: hidden;
  }
}
@media (min-width: 720px) {
  div.tabaccordion.anchor ul.list-tab-accordian>li.tab-active>div {
    height: auto;
  }
}
div.tabaccordion.anchor ul.list-tab-accordian.ta_container {
  margin-bottom: 30px;
}
.table-wrapper {
  display: block;
  float: left;
  width: 100%;
  overflow-x: auto;
}
.table-wrapper table {
  display: table;
  float: none;
  table-template: fixed;
}
.table-wrapper table tr {
  border-bottom: 1px solid #eee;
  color: #414042;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.428;
  font-family: 'Open Sans', sans-serif;
}
.table-wrapper table tr td {
  color: #414042;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.428;
  font-family: 'Open Sans', sans-serif;
  padding: 10px 30px;
  text-align: left;
}
@media (min-width: 720px) {
  .table-wrapper table tr td:last-child {
    border-right: none;
  }
}
.table-wrapper table tr.even {
  background: #eee;
}
.table-wrapper table thead tr td {
  color: #414042;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.428;
}
.table-wrapper.responsive {
  overflow: auto;
}
.table-wrapper.responsive table {
  width: 100%;
  display: block;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1);
}
@media (min-width: 720px) {
  .table-wrapper.responsive table {
    display: table;
    float: none;
    table-template: fixed;
  }
}
.table-wrapper.responsive table thead {
  display: none;
}
@media (min-width: 720px) {
  .table-wrapper.responsive table thead {
    display: table-header-group;
    float: none;
    width: auto;
  }
}
@media (min-width: 720px) {
  .table-wrapper.responsive table thead tr {
    display: table-row;
    float: none;
    width: auto;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0;
  }
  .table-wrapper.responsive table thead tr:last-child {
    border-bottom: none;
  }
}
.table-wrapper.responsive table thead tr th {
  display: block;
  float: left;
  width: 100%;
}
@media (min-width: 720px) {
  .table-wrapper.responsive table thead tr th {
    display: table-cell;
    float: none;
  }
  .table-wrapper.responsive table thead tr th:before {
    content: '';
  }
}
@media (min-width: 720px) {
  .table-wrapper.responsive table tbody {
    display: table-row-group;
    float: none;
    width: auto;
  }
}
.table-wrapper.responsive table tbody tr {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
@media (min-width: 720px) {
  .table-wrapper.responsive table tbody tr {
    display: table-row;
    float: none;
    width: auto;
    border: 0;
    margin: 0;
  }
  .table-wrapper.responsive table tbody tr:last-child {
    border-bottom: none;
  }
}
.table-wrapper.responsive table tbody tr td {
  display: block;
  float: left;
  width: 100%;
  text-align: left;
  padding: 10px 20px;
}
@media (min-width: 720px) {
  .table-wrapper.responsive table tbody tr td {
    display: table-cell;
    float: none;
  }
  .table-wrapper.responsive table tbody tr td:before {
    content: '';
  }
}
.table-wrapper.responsive table tbody tr td:before {
  content: attr(data-label);
  display: block;
  float: left;
  width: 100px;
  color: #414042;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.428;
  font-family: 'Open Sans', sans-serif;
  text-align: left;
  font-weight: bold;
}
@media (min-width: 720px) {
  .table-wrapper.responsive table tbody tr td:before {
    display: none;
  }
}
.table-wrapper.responsive table tbody tr td * {
  width: auto;
}
.ui-tabs {
  margin-bottom: 20px;
}
.ui-tabs .ui-tabs-nav {
  list-style: none;
  display: table;
  width: 100%;
  padding: 0;
}
.ui-tabs .ui-tabs-nav>li {
  width: auto;
  color: #fff;
  margin: 0 2px 0 0;
}
.ui-tabs .ui-tabs-nav>li:last-child {
  border-right: none;
}
.ui-tabs .ui-tabs-nav>li.ui-tabs-active a, .ui-tabs .ui-tabs-nav>li.ui-state-active a {
  background: #8b032c;
}
.ui-tabs .ui-tabs-nav>li.ui-tabs-active a h3, .ui-tabs .ui-tabs-nav>li.ui-state-active a h3 {
  color: #fff;
  background: #8b032c;
}
.ui-tabs .ui-tabs-nav>li a {
  text-align: center;
  background: #f0c230;
}
.ui-tabs .ui-tabs-nav>li a h3 {
  color: #8b032c;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.428;
  font-family: 'Open Sans', sans-serif;
  line-height: 20px;
  border-bottom: 0;
  margin: 0;
  padding: 20px;
}
.ui-tabs .ui-tabs-panel {
  padding: 20px;
  border: 2px solid #8b032c;
}
.tabs-container {
  margin-bottom: 20px;
}
.tabs-container .tabheaders {
  list-style: none;
  padding: 0;
}
@media (min-width: 720px) {
  .tabs-container .tabheaders {
    display: table;
  }
}
.tabs-container .tabheaders li {
  border-bottom: 2px solid #fff;
  margin: 0 2px 0 0;
  width: 100%;
}
@media (min-width: 720px) {
  .tabs-container .tabheaders li {
    display: table-cell;
    border: none;
    width: auto;
    margin-right: 2px;
  }
}
.tabs-container .tabheaders li a {
  color: #8b032c;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.428;
  font-family: 'Open Sans', sans-serif;
  line-height: 18px;
  -webkit-transition: height .5s ease-in-out, padding .5s ease-in-out;
  transition: height .5s ease-in-out, padding .5s ease-in-out;
  height: 56px;
  display: block;
  text-decoration: none;
  padding: 20px;
  background: #f0c230;
  position: relative;
}
@media (min-width: 720px) {
  .tabs-container .tabheaders li a {
    background: none;
    -webkit-transition: none;
    transition: none;
    background: #f0c230;
  }
}
.tabs-container .tabheaders li a:hover {
  text-decoration: underline;
}
.tabs-container .tabheaders li a:after {
  content: '+';
  font-family: Times;
  font-weight: normal;
  position: absolute;
  color: #8b032c;
  font-weight: bold;
  right: 20px;
  font-size: 18px;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
@media (min-width: 720px) {
  .tabs-container .tabheaders li a:after {
    content: '';
    -webkit-transition: none;
    transition: none;
  }
}
.tabs-container .tabheaders li.open a {
  color: #fff;
  background: #8b032c;
}
@media (min-width: 720px) {
  .tabs-container .tabheaders li.open a {
    color: #8b032c;
    background: none;
  }
}
@media (min-width: 720px) {
  .tabs-container .tabheaders li.open-desk a {
    color: #fff;
    background: #8b032c;
  }
}
.tabs-container .tabheaders.collapsed li.open a {
  height: 56px;
  padding: 20px;
  color: #fff;
}
@media (min-width: 720px) {
  .tabs-container .tabheaders.collapsed li.open a {
    height: auto;
    color: #8b032c;
    background: #f0c230;
  }
}
.tabs-container .tabheaders.collapsed li.open a:after {
  color: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (min-width: 720px) {
  .tabs-container .tabheaders.collapsed li.open a:after {
    content: '';
  }
}
@media (min-width: 720px) {
  .tabs-container .tabheaders.collapsed li.open-desk a {
    color: #fff;
    background: #8b032c;
  }
}
.tabs-container .tabheaders.collapsed li a {
  height: 20px;
  padding: 1px 20px;
}
@media (min-width: 720px) {
  .tabs-container .tabheaders.collapsed li a {
    height: auto;
    padding: 20px;
    -webkit-transition: none;
    transition: none;
    color: #8b032c;
  }
}
.tabs-container div.contents {
  display: none;
  background: #fff;
}
.tabs-container div.contents.open {
  display: block;
  float: left;
  width: 100%;
  padding: 20px;
  border: 2px solid #8b032c;
  border-top: 0;
}
@media (min-width: 720px) {
  .tabs-container div.contents.open {
    display: none;
  }
}
@media (min-width: 720px) {
  .tabs-container div.contents.open-desk {
    display: block;
    float: left;
    width: 100%;
    padding: 20px;
    border: 2px solid #8b032c;
  }
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  margin: 50px 0;
  display: block;
  float: left;
  width: 100%;
}
.videoWrapper iframe, .videoWrapper object, .videoWrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.generic {}
body.generic header {
  display: block;
  width: 100%;
  /* position: absolute; removed by Alex to keep site header from overtaking page header */
  top: 0;
}
body.generic header .l-head {
  display: block;
  float: left;
  width: 100%;
  background: url("../images/deanza_background.jpg") no-repeat;
  background-size: cover;
  position: relative;
  z-index: 4;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4);
}
@media (min-width: 1170px) {
  body.generic header .l-head {
    height: auto;
    background: none;
  }
}
@media (min-width: 1200px) {
  body.generic header .l-head .container {
    width: 1170px;
  }
}
body.generic header .l-head h1 {
  float: none;
  margin: 0;
  padding: 0;
}
body.generic header .l-head .site-logo {
  display: block;
  width: auto;
  margin: auto;
  position: absolute;
  top: 10px;
  z-index: 0;
}
@media (min-width: 1170px) {
  body.generic header .l-head .site-logo {
    display: block;
    float: left;
    width: auto;
    position: relative;
    padding: 30px 15px 15px 0;
  }
}
body.generic header .l-head .site-logo img {
  display: block;
  top: 0;
  width: 110px;
  height: 58px;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
@media (min-width: 400px) {
  body.generic header .l-head .site-logo img {
    width: 140px;
  }
}
@media (min-width: 1170px) {
  body.generic header .l-head .site-logo img {
    margin-top: -30px;
  }
}
body.generic header .l-head .l-toggle {
  position: absolute;
  right: 0;
  box-sizing: border-box;
}
body.generic header .l-head .l-toggle #mobi-toggle-wrapper {
  float: left;
  width: 30px;
  height: 50px;
  cursor: pointer;
  background: none;
  margin: 15px;
}
@media (min-width: 1170px) {
  body.generic header .l-head .l-toggle #mobi-toggle-wrapper {
    display: none;
  }
}
body.generic header .l-head .l-toggle #mobi-toggle-wrapper .toggle {
  display: block;
  float: right;
  width: auto;
  position: relative;
  padding: 13px 3px;
  z-index: 10;
  cursor: pointer;
  color: #fff;
  -webkit-transition: all 0.5s cubic-bezier(0.5, 0.1, 0.3, 0.5);
  transition: all 0.5s cubic-bezier(0.5, 0.1, 0.3, 0.5);
}
body.generic header .l-head .l-toggle #mobi-toggle-wrapper .toggle:hover {
  -webkit-transition: top 0.4s;
  transition: top 0.4s;
}
body.generic header .l-head .l-toggle #mobi-toggle-wrapper .toggle:hover .toggle-element:before {
  top: -8px;
}
body.generic header .l-head .l-toggle #mobi-toggle-wrapper .toggle:hover .toggle-element:after {
  top: 4px;
}
body.generic header .l-head .l-toggle #mobi-toggle-wrapper .toggle .toggle-element {
  display: block;
  float: left;
  width: 24px;
  height: 4px;
  margin: 10px;
  background: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  padding: 0;
  box-sizing: initial;
}
body.generic header .l-head .l-toggle #mobi-toggle-wrapper .toggle .toggle-element:before {
  top: -7px;
  content: '';
  display: block;
  width: 24px;
  height: 4px;
  background: #fff;
  position: relative;
  z-index: -1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
body.generic header .l-head .l-toggle #mobi-toggle-wrapper .toggle .toggle-element:after {
  top: 3px;
  content: '';
  display: block;
  width: 24px;
  height: 4px;
  background: #fff;
  position: relative;
  z-index: -1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
body.generic header .l-head .l-toggle #util-toggle-wrapper {
  float: left;
  width: 30px;
  height: 50px;
  margin: 15px;
  position: relative;
  z-index: 5;
  cursor: pointer;
}
@media (min-width: 1170px) {
  body.generic header .l-head .l-toggle #util-toggle-wrapper {
    display: none;
  }
}
body.generic header .l-head .l-toggle #util-toggle-wrapper .toggle:before {
  content: '\f103';
  font-family: "Font Awesome 5 Pro";
  color: #fff;
  font-size: 30px;
  left: 50%;
  left: calc(50% - 10px);
  top: 50%;
  top: calc(50% - 15px);
  position: absolute;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}





body.generic header .l-head .l-toggle #search-toggle-wrapper {
  float: left;
  width: 30px;
  height: 50px;
  margin: 13px 15px 15px 15px;

  position: relative;
  z-index: 5;
}
@media (min-width: 1170px) {
  body.generic header .l-head .l-toggle #search-toggle-wrapper {
    display: none;
  }
}
body.generic header .l-head .l-toggle #search-toggle-wrapper .search-link {
  display: block;
  padding: 12px;
  font-size: 3.2rem;
  color: #fff;
  cursor: pointer;
}
body.generic header .l-head #mobi-toggle-container {
  display: none;
  /* Alex Change */
  overflow-y: auto;
  overflow-x: hidden;
  max-height: calc(100vh - 80px);
  position:absolute;
  /* End */
  width: 100%;
  z-index: 99;
}
@media (min-width: 1170px) {
  body.generic header .l-head #mobi-toggle-container {
    width: auto;
  }
}
body.generic header .l-head #mobi-toggle-container #main-nav-container {
  width: 100%;
  clear: both;
}
@media (min-width: 1170px) {
  body.generic header .l-head #mobi-toggle-container #main-nav-container .column {
    position: inherit;
    position: relative;
  }
}
body.generic header .l-head #mobi-toggle-container #main-nav-container .nav-wrapper {
  background: rgba(255, 255, 255, 0.75);
}
body.generic header .l-head #mobi-toggle-container #main-nav-container .nav-wrapper .main-nav-toggle {
  display: none;
  padding: 10px 0;
}
body.generic header .l-head #mobi-toggle-container #main-nav-container .nav-wrapper .main-nav-toggle:focus {
  outline: 2px solid #5B9DD9;
}
@media (min-width: 1170px) {
  body.generic header .l-head #mobi-toggle-container #main-nav-container .nav-wrapper .main-nav-toggle {
    display: block;
    float: right;
    width: auto;
    display: none;
  }
}
body.generic header .l-head #mobi-toggle-container #main-nav-container .nav-wrapper .main-nav-toggle .fa-bars {
  cursor: pointer;
  width: auto;
  display: block;
  float: right;
  font-size: 32px;
  color: #9f7012;
}
body.generic header .l-head #mobi-toggle-container #main-nav-container .nav-wrapper .main-nav {
  display: none;
}
body.generic header .l-head #mobi-toggle-container #main-nav-container .nav-wrapper .main-nav li {
  display: block;
  float: left;
  width: 100%;
  margin: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body.generic header .l-head #mobi-toggle-container #main-nav-container .nav-wrapper .main-nav li a {
  color: #8b032c;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.428;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}
@media (min-width: 720px) {
  body.generic header .l-head #mobi-toggle-container #main-nav-container .nav-wrapper .main-nav li a {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.428;
  }
}
@media (min-width: 1170px) {
  body.generic header .l-head #mobi-toggle-container #main-nav-container .nav-wrapper .main-nav {
    display: block;
    position: inherit;
    top: 0;
    height: auto;
    max-width: none;
  }
  body.generic header .l-head #mobi-toggle-container #main-nav-container .nav-wrapper .main-nav li:nth-child(1) {
    width: 11%;
  }
  body.generic header .l-head #mobi-toggle-container #main-nav-container .nav-wrapper .main-nav li:nth-child(2) {
    width: 12%;
  }
  body.generic header .l-head #mobi-toggle-container #main-nav-container .nav-wrapper .main-nav li:nth-child(3) {
    width: 17%;
  }
  body.generic header .l-head #mobi-toggle-container #main-nav-container .nav-wrapper .main-nav li:nth-child(4) {
    width: 20%;
  }
  body.generic header .l-head #mobi-toggle-container #main-nav-container .nav-wrapper .main-nav li:nth-child(5) {
    width: 27%;
  }
  body.generic header .l-head #mobi-toggle-container #main-nav-container .nav-wrapper .main-nav li:nth-child(6) {
    width: 13%;
  }
  body.generic header .l-head #mobi-toggle-container #main-nav-container .nav-wrapper .main-nav li:after {
    content: '';
    border-right: 2px solid #8b032c;
    height: 20px;
    right: -1px;
    z-index: 2;
    top: 50%;
    top: calc(50% - 10px);
    position: absolute;
  }
  body.generic header .l-head #mobi-toggle-container #main-nav-container .nav-wrapper .main-nav li:hover {
    background: #fff;
  }
  body.generic header .l-head #mobi-toggle-container #main-nav-container .nav-wrapper .main-nav li:last-child:after {
    border: none;
  }
  body.generic header .l-head #mobi-toggle-container #main-nav-container .nav-wrapper .main-nav li a {
    padding: 30px 20px;
  }
}
body.generic header .l-head #mobi-toggle-container #main-nav-container .nav-wrapper .main-nav.tab-open {
  position: absolute;
  top: -60px;
  height: 100vh;
  right: -250px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}
@media (min-width: 1170px) {
  body.generic header .l-head #mobi-toggle-container #main-nav-container .nav-wrapper .main-nav.tab-open {
    display: block;
  }
}
body.generic header .l-head #util-toggle-container {
  display: none;
  width: 100%;
  padding-left: 10%;
  right: 0;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 100vh;
  background: #8b032c;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99;
}
@media (min-width: 880px) {
  body.generic header .l-head #util-toggle-container {
    overflow: hidden;
    background-size: cover;
  }
}
@media (min-width: 1170px) {
  body.generic header .l-head #util-toggle-container {
    display: none;
  }
}
body.generic header .l-head #util-toggle-container>.container {
  background: #fff;
}
@media (min-width: 1170px) {
  body.generic header .l-head #util-toggle-container>.container {
    height: 100px;
    display: table;
    background: none;
  }
}
body.generic header .l-head #util-toggle-container #gateway-container {
  display: inline-block;
  padding: 0 10px;
  background: #fff;
  min-height: 100vh;
}

/* Begin Alex Changes to Utils */

body.generic header .l-head #mobi-toggle-container .gateway {
  background: #fff;
  padding: 20px 0;
  border-bottom: 1px solid #f0c230;
}
body.generic header .l-head #mobi-toggle-container .gateway ul {
  display: inline-block;
  float: none;
  width: auto;
}
body.generic header .l-head #mobi-toggle-container .gateway ul li {
  width: 100%;
  padding: 0;
  margin: 0;
  border: none;
  border-bottom: 1px solid #AAA;
  text-align: left;
}
body.generic header .l-head #mobi-toggle-container .gateway ul li:last-child {
  border: none;
}
body.generic header .l-head #mobi-toggle-container .gateway ul li a {
  display: block;
  float: left;
  width: 100%;
  color: #8b032c;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.428;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  line-height: 40px;
  padding: 3px 0;
  text-transform: uppercase;
}
body.generic header .l-head #mobi-toggle-container .gateway ul li a:hover {
  background: none;
}
body.generic header .l-head #mobi-toggle-container .gateway ul li #students-outline a {
  padding-left: 10px;
}
body.generic header .l-head #mobi-toggle-container .utility {
  display: block;
  float: left;
  width: 100%;
  padding: 20px 0 30px;
  background: #fff;
}
body.generic header .l-head #mobi-toggle-container .utility ul {
  width: 100%;
  float: right;
  margin: 0;
  padding: 0;
}
body.generic header .l-head #mobi-toggle-container .utility ul li {
  width: 100%;
  position: relative;
  margin: 0 0 8px 0;
  padding: 0;
  border: none;
}
body.generic header .l-head #mobi-toggle-container .utility ul li a {
  display: block;
  float: left;
  width: 100%;
  padding: 5px;
  position: relative;
  color: #8b032c;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: normal;
  text-align: left;
  z-index: 1;
  text-transform: uppercase;
}
body.generic header .l-head #mobi-toggle-container .utility ul li a#myp-ico {
  display: inline-block;
  width: auto;
  padding: 10px 20px 6px 20px;
}
body.generic header .l-head #mobi-toggle-container .utility ul li a span {
  float: left;
  line-height: 1.4;
  padding: 0 8px;
}
body.generic header .l-head #mobi-toggle-container .utility ul li a span.text {
  display: block;
}
body.generic header .l-head #mobi-toggle-container .utility ul li.li-portal a {
  text-transform: none;
}
body.generic header .l-head #mobi-toggle-container .utility ul li.li-portal a span.fa-lock {
  line-height: 1.5;
}
body.generic header .l-head #mobi-toggle-container .utility ul li.li-search {
  display: none;
}

/* - END Alex Changes to Utilities */


body.generic header .l-head .l-logo {
  display: block;
  float: left;
  width: 100%;
  height: 75px;
  padding: 0;
  background: none;
  position: relative;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  z-index: 4;
}
@media (min-width: 1170px) {
  body.generic header .l-head .l-logo {
    height: auto;
    padding-top: 10px;
    background: url("../images/deanza_background.jpg") no-repeat;
    background-size: cover;
    background-color:#8b032c;
  }
}
body.generic header.mobi-open .l-head .l-toggle #mobi-toggle-wrapper .toggle .toggle-element {
  background: none;
}
body.generic header.mobi-open .l-head .l-toggle #mobi-toggle-wrapper .toggle .toggle-element:before {
  top: 0px;
  background: #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
body.generic header.mobi-open .l-head .l-toggle #mobi-toggle-wrapper .toggle .toggle-element:after {
  top: -4px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
body.generic header.mobi-open .l-head #mobi-toggle-container #main-nav-container {
  display: block;
  min-height: 150vh;
  background: rgba(0, 0, 0, 0.8);
}
body.generic header.mobi-open .l-head #mobi-toggle-container #main-nav-container .nav-wrapper {
  display: block;
  float: right;
  width: 85%;
  max-width: 320px;
  position: relative;
  overflow: hidden;
  background: #fff;
  padding-bottom:100px;
}
@media (min-width: 1170px) {
  body.generic header.mobi-open .l-head #mobi-toggle-container #main-nav-container .nav-wrapper {
    width: auto;
    right: 0;
  }
}
body.generic header.mobi-open .l-head #mobi-toggle-container #main-nav-container .nav-wrapper .main-nav {
  display: block;
  padding: 0;
  min-height: 100vh;
}
@media (min-width: 1170px) {
  body.generic header.mobi-open .l-head #mobi-toggle-container #main-nav-container .nav-wrapper .main-nav {
    background: #9f7012;
    height: auto;
    background: none;
  }
}
body.generic header.mobi-open .l-head #mobi-toggle-container #main-nav-container .nav-wrapper .main-nav li {
  padding: 0;
  width: 90%;
  float: none;
  margin: auto;
}
body.generic header.mobi-open .l-head #mobi-toggle-container #main-nav-container .nav-wrapper .main-nav li a {
  border-bottom: 1px solid #8b032c;
  padding: 15px 0;
  text-align: left;
}
body.generic header.mobi-open #mobi-toggle-container {
  display: block;
  position: absolute;
  top: 80px;
}
@media (min-width: 1170px) {
  body.generic header.mobi-open #mobi-toggle-container {
    top: auto;
    position: relative;
  }
}
body.generic header.util-open #util-toggle-container {
  display: block;
  position: absolute;
  top: 80px;
  min-height: 100vh;
  padding-bottom: 80px;
  padding-left: calc(100% - 320px);
}
@media (min-width: 1170px) {
  body.generic header.util-open #util-toggle-container {
    top: auto;
    position: relative;
    padding: 0;
  }
}
body.generic header.util-open #util-toggle-wrapper .toggle:before {
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
  margin-left: -0.5px;
  margin-top: -0.5px;
}
body.generic.mobi-open, body.generic.util-open {
  overflow: hidden;
}
body.generic [class*="entypo-"]:before {
  font-family: 'entypo', sans-serif;
}
body.generic .i-s-c {
  overflow: hidden;
  font-size: 1.1rem;
  line-height: 1.428;
  color: #fff;
  text-align: center;
  height: 100px;
}
body.generic .i-s-c-hover-in {
  position: relative;
  background-color: #000;
  height: 450px;
}
body.generic .ul-hover-in {
  margin-top: 15px;
  position: fixed;
  top: auto;
  left: auto;
  height: 450px;
  background-color: #000;
}
body.generic .ul-hover-in li {
  height: 48px;
}
body.generic .l-search {
  left: 0;
  background: #232323;
}
body.generic .l-search .search-box {
  display: none;
  height: 100px;
  padding: 0 20px;
}
body.generic .l-search .search-box .search-container {
  width: 100%;
  height: 90px;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
}
body.generic .l-search .search-box .search-container input#search {
  width: 100%;
  height: 90px;
  padding-left: 80px;
  border: none;
  font-size: 4em;
  float: left;
  color: #EEE;
  height: 90px;
  background-color: transparent;
  border: 0px;
  border-bottom: 2px solid #EEE;
  box-sizing: border-box;
}
body.generic .l-search .search-box .search-container input#search:focus {
  outline-width: 0;
}
body.generic .l-search .search-box .search-container .icon {
  position: absolute;
  margin-left: 17px;
  margin-top: 25px;
  z-index: 1;
  color: #EEE;
  font-size: 4em;
  /* Added by Alex to fix Firefox search icon position  */
  top:0;
  left:0;
  /* end */
}
body.generic .l-utils {
  display: block;
  float: left;
  width: 100%;
  background: #ECECEC;
  border-top: 5px solid #DEA300;
  text-align: center;
}
body.generic .l-utils #gateway-container {
  display: inline-block;
  padding: 0;
  max-height: 38px;
}
body.generic .gateway {
  display: inline-block;
  float: left;
}
body.generic .gateway ul {
  padding: 0;
  margin: 0;
}
body.generic .gateway ul li {
  font-size: 14px;
  text-align: center;
  color: maroon;
  padding-left: 4px;
  padding-right: 4px;
  border-right: 1px solid #AAA;
}
body.generic .gateway ul li a {
  display: inline;
  float: none;
  line-height: 40px;
  color: maroon;
  font-size: 14px;
  font-weight: bold;
}
body.generic .gateway ul li a:hover {
  background: transparent;
}
body.generic .utility {
  display: inline-block;
  float: left;
}
@media (min-width: 1170px) {
  body.generic .utility {
    min-width: 320px;
  }
}
body.generic .utility ul {
  margin: 0;
  padding: 0;
}
body.generic .utility ul li {
  font-size: 14px;
  text-align: center;
  color: maroon;
  padding-left: 4px;
  padding-right: 4px;
  border-right: 1px solid #AAA;
}
body.generic .utility ul li.li-icon {
  padding-left: 2px;
  padding-right: 2px;
}
body.generic .utility ul li.li-icon a {
  font-size: 18px;
  color: #555;
}
body.generic .utility ul li.li-icon a:hover {
  color: #000;
  text-decoration: none;
}
body.generic .utility ul li.li-icon a span.text {
  display: none;
}
body.generic .utility ul li.li-portal {
  border-right: 1px solid #AAA;
  padding: 5px 10px 5px 10px;
  float:left;
}
body.generic .utility ul li.li-canvas {
  padding: 5px 10px 5px 10px;
  float:left;
}
body.generic .utility ul li.li-portal a#myp-ico {
  display: block;
  width: 100%;
  padding: 8px 8px;
  font-weight: normal;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  background-color: #f0c230;
  border-radius: 15px;
  font-family: 'Open Sans', sans-serif;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
body.generic .utility ul li.li-portal a#myp-ico:hover, body.generic .utility ul li.li-canvas a#canvas-ico:hover {
  box-shadow: inset 0 0 0 1px #8b032c;
  text-decoration: none;
}

body.generic .utility ul li.li-canvas a#canvas-ico {
  display: block;
  width: 100%;
  padding: 8px 8px;
  font-weight: normal;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  background-color: #fff;
  border-radius: 15px;
  font-family: 'Open Sans', sans-serif;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}


body.generic .utility ul li a {
  display: inline;
  float: none;
  line-height: 40px;
  color: maroon;
  font-size: 14px;
  font-weight: bold;
}
body.generic .utility ul li a:hover {
  background: transparent;
}
body.generic #main-nav-container {
  padding: 0;
}
body.generic #main-nav-container ul.main-nav {
  margin: 20px 0;
  text-align: right;
}
body.generic #main-nav-container ul.main-nav li {
  padding: 5px 5px;
}
body.generic #main-nav-container ul.main-nav li a {
  color: #FFF;
  font-size: 16.999px; /* adjusted by alex, chrome fix */
  line-height: 20px;
  text-transform: uppercase;
  font-weight: normal;
}
body.generic header#top {
  background: url(../images/deanza_background.jpg) no-repeat;
  background-size: cover;
}
.l-alert {
  display: block;
  float: left;
  width: 100%;
  background: #f0c230;
}
.l-alert .lead {
  padding: 5px 0;
  margin: 0;
  color: #000;
  line-height: 1.2;
  text-align: center;
}
@media (min-width: 400px) {
  .l-alert .lead {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.promo-sidebar {
  display: block;
  float: left;
}
.promo-sidebar .btn {
  margin-bottom: 20px;
}
.promo-sidebar ul {
  margin-bottom: 40px;
}
.promo-sidebar {
  display: block;
  float: left;
}
.promo-sidebar .btn {
  margin-bottom: 20px;
}
.promo-sidebar ul {
  margin-bottom: 40px;
}
body.two_column .l-page .l-featured-header {
  min-height: 90px;
}
body.two_column .l-page .l-featured-header .featured {
  max-height: 500px;
}
body.two_column .l-page .l-content-header {
  margin: 20px auto;
}
body.two_column .l-page .l-content-header .feature {
  padding-bottom: 40px;
}
body.two_column .l-page .l-content-header .feature img {
  max-width: 100%;
}
body.two_column .l-page .l-content-center {
  background: #fff;
  border-top: 1px solid black;
  padding: 40px 0 0;
}
@media (min-width: 720px) {
  body.two_column .l-page .l-content-center {
    padding-bottom: 40px;
  }
}
body.two_column .l-page .l-content-center .l-content-featured {
  padding-bottom: 20px;
}
@media (min-width: 1170px) {
  body.two_column .l-page .l-content-center .l-content-featured {
    padding: 0px 0px 20px 20px;
    width: 100%;
  }
}
body.two_column .l-page .l-content-center .l-content-wrapper {
  float: right;
}
@media (min-width: 1170px) {
  body.two_column .l-page .l-content-center .l-content-wrapper {
    width: 100%;
    padding: 0 0 40px 20px;
  }
}
body.two_column .l-page .l-content-center .l-content-wrapper .l-content {
  margin: 0 0 20px 0;
}
@media (min-width: 720px) {
  body.two_column .l-page .l-content-center .l-content-wrapper .l-content {
    padding: 0 20px 0 0;
    margin: 0;
    width: 66.6666%;
    width: calc(100% - 240px);
  }
}
body.two_column .l-page .l-content-center .l-content-wrapper .l-content img {
  max-width: 100%;
}
body.two_column .l-page .l-content-center .l-content-wrapper .l-content>h2 {
  margin: 0 0 20px 0;
}
body.two_column .l-page .l-content-center .l-content-wrapper .l-content .matrix {
  border: none;
}
body.two_column .l-page .l-content-center .l-content-wrapper .l-promo-sidebar .btn {
  margin-bottom: 20px;
}
body.two_column .l-page .l-content-center .l-content-wrapper .l-promo-sidebar ul {
  margin-bottom: 40px;
}
@media (min-width: 720px) {
  body.two_column .l-page .l-content-center .l-content-wrapper .l-promo-sidebar {
    width: 33.3333%;
    width: calc(240px);
  }
}
body.two_column .l-page .l-content-center .l-content-wrapper.full-width .l-content {
  width: 100%;
}
html {
  background: #fff;
}
body {
  margin: auto;
}
body.home h1 {
  margin: 0;
}
body.home footer, body.campus_life footer {
  margin-top: 0;
}
body.one-column .l-page {
  padding-top: 80px;
}
body.one-column .l-promo-sidebar ul {
  margin-bottom: 40px;
}
body.one-column .l-promo-sidebar .btn {
  margin-bottom: 20px;
}
body.governance footer {
  margin-top: 0;
}/* formerly body.mini*/
iframe {
  max-width: 100%;
}
a.skip {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  background: #f0c230;
  color: #8b032c;
}
a.skip:focus, a.skip:active {
  position: static !important;
  clip: auto;
  overflow: visible;
  height: auto;
  z-index: 3;
}
.no-js-warning {
  display: block;
  width: 100%;
  padding: 0 0 20px 0;
  text-align: center;
  color: #8b032c;
  font-size: 2.2rem;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  text-decoration: underline;
}
.full-bleed {
  margin-left: -15px;
  margin-right: -15px;
}
.whole-width {
  width: 100%;
  width: calc(100% + 30px);
}
.half-width.full-bleed {
  padding: 0;
  margin: 0;
}
@media (min-width: 720px) {
  .half-width.full-bleed {
    padding: 0 15px;
    margin: 0 -15px;
  }
}
@media (min-width: 720px) {
  .half-width {
    width: 50%;
    width: calc(50% + 30px);
  }
}
@media (min-width: 720px) {
  .third-width {
    width: 33.3333%;
    width: calc(33.3333% + 30px);
  }
}
@media (min-width: 720px) {
  .quarter-width {
    width: 25%;
    width: calc(25% + 30px);
  }
}
.prevent-overflow {
  max-width: 100vw;
  /* overflow: hidden; -Caused Errors with named anchors; added line below to prevent horizontal scrolling - Alex */
  overflow-x: hidden;
  background: white;
}
.l-page {
  padding: 80px 0 0 0;
}
@media (min-width: 1170px) {
  .l-page {
    padding-top: 130px;
  }
}
@media (min-width: 1170px) {
  #main-content {
    padding-top: 40px;
  }
}
.search {
  display: block;
  float: left;
  margin: 0px 0 20px -15px;
  width: 100%;
  width: calc(100% + 30px);
}
@media (min-width: 1170px) {
  .search {
    margin: 20px 0;
    width: 100%;
  }
}
.search form {
  float: right;
  position: relative;
  width: 100%;
  padding: 0;
}
.search #as_q, .search #n_q {
  color: #8b032c;
  background: #f4f4f4;
  width: 100%;
  padding-left: 25px;
  height: 40px;
  border: 2px solid #b59224;
  border-top: 0;
  color: #414042;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.428;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}
@media (min-width: 1170px) {
  .search #as_q, .search #n_q {
    border: 1px solid #414042;
  }
}
.search #as_q::-webkit-input-placeholder, .search #n_q::-webkit-input-placeholder {
  color: #414042;
}
.search #as_q:-moz-placeholder, .search #n_q:-moz-placeholder {
  color: #414042;
}
.search #as_q::-moz-placeholder, .search #n_q::-moz-placeholder {
  color: #414042;
}
.search #as_q:-ms-input-placeholder, .search #n_q:-ms-input-placeholder {
  color: #414042;
}
.search .search_button {
  position: absolute;
  height: 100%;
  background: none;
  border: none;
  height: 40px;
  font-size: 16px;
  top: 20px;
  color: #8b032c;
  top: -2px;
  left: 2px;
  margin: 0;
  padding: 0 6px;
}
.c-pagination {
  list-style: none;
  display: block;
  margin-bottom: 20px;
  padding: 0;
  /* width: 400px; This and next line Alex change */
  text-align:center;
  margin: auto;
  float: none;
}
.c-pagination li {
  display: inline;
  width: auto;
  margin: 0 20px 0 0;
}
.c-pagination li.active a {
  font-weight: 800;
}
.c-pagination li a {
  color: #8b032c;
  text-decoration: underline;
}
.c-pagination li a:hover {
  color: #8b032c;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.featured-header-wrapper {
  border-bottom: 2px solid #f0c230;
}
.featured-header-wrapper .featured-header {
  padding: 0; /* orig: padding: 70px 0 0 0; | Changed by Alex to keep site header from taking over page header */
  background: rgba(0, 0, 0, 0.54);
}
@media (min-width: 1170px) {
  .featured-header-wrapper .featured-header {
    padding: 0; /* orig: padding: 150px 0 0 0; | Changed by Alex to keep site header from taking over page header */
  }
}
.featured-header-wrapper .featured-header>.image-centered {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
	background-color:#8b032c;
}
@media (min-width: 720px) {
  .featured-header-wrapper .featured-header>.image-centered {
    margin: 0;
  }
}
.nav-sidebar {
  z-index: 1;
}
.col-centered {
  padding: 0 20px;
}
.promo-sidebar {
  padding: 20px 15px;
  margin: 0 auto;
  display: block;
  float: right;
  z-index: 1;
}
@media (min-width: 720px) {
  .promo-sidebar {
    max-width: none;
  }
}
@media (min-width: 720px) {
  .promo-sidebar>hr {
    display: none;
  }
}
@media (min-width: 880px) {
  .promo-sidebar>hr {
    display: none;
  }
}

@media (min-width: 1170px) {
  .promo-sidebar>hr {
    display: block;
  }
}

@media (min-width: 720px) {
  .promo-sidebar>div {
    width: 46%;
    width: calc(50% - 20px);
    margin-right: 10px;
    margin-left: 10px;
  }
}
/* Update by Alex*/
@media (min-width: 880px) {
  .promo-sidebar>div {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
/* @media (min-width: 880px) {
.promo-sidebar>div {
width: 46%;
width: calc(50% - 20px);
margin-right: 10px;
margin-left: 10px;
}
}*/
@media (min-width: 1170px) {
  .promo-sidebar>div {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
.promo-sidebar ul {
  margin-bottom: 40px;
}
.promo-sidebar:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 9999px;
  /* height: 9999px; - Caused problems with named anchors, added line below */
  height:100%;
  background: #f4f4f4;
  z-index: -1;
}
@media (min-width: 880px) {
  .col-md-4.promo-sidebar {
    float: left;
  }
}
@media (min-width: 1170px) {
  .col-lg-3.promo-sidebar {
    float: left;
  }
}
#program-search .program-filter .filters {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
#program-search .program-filter .filters h3 {
  display: block;
  float: left;
  width: auto;
  margin: 0;
  line-height: 56px;
}
#program-search .program-filter .checkbox {
  float: left;
  width: auto;
  margin: 5px 0;
}
#program-search .program-filter .checkbox label {
  display: block;
  float: left;
  width: auto;
  position: relative;
  padding: 5px;
  margin: 0 5px;
  border: 1px solid #8b032c;
  border-radius: 5px;
  padding: 5px 8px 5px 5px;
}
#program-search .program-filter .checkbox label input {
  position: relative;
  top: 3px;
  margin: 0;
}
#program-search .program-filter .checkbox.open label {
  background: #f0c230;
}
#program-search .program-filter fieldset {
  padding: 5px 10px;
}
@media (max-width: 719px) {
  #program-search .program-filter fieldset {
    padding: 0;
    display: block;
    float: left;
    width: 100%;
  }
  #program-search .program-filter fieldset .mixbtn {
    width: 100%;
    margin-bottom: 5px;
    padding: 8px;
  }
}
#program-search .program-filter .mixbtn {
  border: 1px solid #8b032c;
  font-weight: bold;
  padding: 10px;
  display: inline-block;
  padding: 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border-radius: 4px;
  text-transform: uppercase;
  margin: 0 2px;
  background: none;
  color: #8b032c;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.428;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}
#program-search .program-filter .mixbtn.active {
  background-image: none;
  outline: 0;
  background-color: #f0c230;
  color: #8b032c;
  border-color: #999;
}
#program-search .program-filter .mixbtn:hover {
  background-color: #f0c230;
  color: #8b032c;
}
#program-search .program-filter .mixbtn.focus {
  background-color: #FFF;
  color: #8b032c;
}
.program-filter {
  display: none;
}
html.js .program-filter {
  display: block;
}

html.js table tr.mix {
  /* display: none; */
}
#program_results {
  display: block;
  float: left;
  width: 100%;
}
#program_results table {
  width: 100%;
}

#program_results table tbody tr td:before {
  padding-left: 15px;
}
#program_results table tr {
  border: 1px solid #f4f4f4;
  margin-bottom: 0;
}
#program_results table tr.mix {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  opacity: 1;
  width: 100%;
}
#program_results table tr.mix td {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.428;
  color: #414042;
  padding: 10px 0;
  text-align: center;
}
@media (min-width: 720px) {
  #program_results table tr.mix td {
    width: 100%;
    min-width: 100px;
  }
}
#program_results table tr.mix td * {
  width: 100px;
}
#program_results table tr.mix th {
  padding-left: 10px;
}
#program_results table tr.mix th.title {
  display: block;
  float: left;
  width: 100%;
  vertical-align: middle;
}
@media (min-width: 720px) {
  #program_results table tr.mix th.title {
    float: none;
    display: table-cell;
  }
}
#program_results table tr.mix th.title a {
  display: block;
  float: left;
  width: 100%;
  padding: 10px 0;
}
#program_results table tr.program-header th {
  background: #f0c230;
  padding: 10px;
  font-size: 1.6rem;
  display: block;
}
@media (min-width: 720px) {
  #program_results table tr.program-header th {
    display: table-cell;
  }
}
#program_results table tr.program-header th a {
  color: #8b032c;
  font-weight: 700;
}
#program_results table tr.program-header th a:after {
  content: "\f0da";
  font-family: "Font Awesome 5 Pro";
  padding-left: 10px;
  font-weight:900;
}
#program_results table tr.table-headers td, #program_results table tr.table-headers th {
  display: none;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.428;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 720px) {
  #program_results table tr.table-headers td, #program_results table tr.table-headers th {
    display: table-cell;
    min-width: 100px;
    padding: 5px 5px;
  }
}
#program_results table thead tr {
  border: 1px solid transparent;
}
#program_results table thead tr th {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.428;
  font-weight: 700;
  text-align: center;
}
.hover-promo {
  height: 100%;
  width: 100%;
}
@media (min-width: 720px) {
  .hover-promo {
    height: 500px;
    display: table;
  }
}
.hover-promo .hover-intro {
  height: 300px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 720px) {
  .hover-promo .hover-intro {
    height: 500px;
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: 33.3333%;
  }
}
.hover-promo .hover-intro .image-centered.background {
  display: table;
  float: left;
  width: 100%;
  top: 0;
  bottom: 0;
}
.hover-promo .hover-intro h2 {
  margin: 0;
  font-size: 50px;
  font-size: 5rem;
  line-height: 1.428;
  line-height: 1.2;
  padding: 55px;
  color: #fff;
  text-align: center;
  position: relative;
  top: 10%;
}
@media (min-width: 720px) {
  .hover-promo .hover-intro h2 {
    top: 40%;
    top: auto;
    text-align: left;
  }
}
.hover-promo .hover-intro h2 span {
  display: block;
  float: left;
  width: 100%;
  font-weight: 300;
}
.hover-promo .hover-intro p {
  margin: 0;
  padding: 20px;
  color: #fff;
  text-align: center;
}
.hover-promo .hover-body {
  height: 100%;
  position: relative;
  z-index: 1;
  display: block;
}
@media (min-width: 720px) {
  .hover-promo .hover-body {
    display: table-cell;
  }
}
.hover-promo .hover-body>div {
  display: block;
  float: left;
  width: 100%;
  height: 100%;
}
@media (min-width: 720px) {
  .hover-promo .hover-body>div {
    width: 33.3333%;
  }
}
.hover-promo.jewel-green .hover-body .reveal a:hover {
  background-color: rgba(0, 153, 116, 0.8) !important;
}
.hover-promo.jewel-purple .hover-body .reveal a:hover {
  background-color: rgba(160, 58, 150, 0.8) !important;
}
.hover-promo.de-anza-purple .hover-body .reveal a:hover {
  background-color: rgba(97, 49, 94, 0.9) !important;
}
.hover-promo.jewel-orange .hover-body .reveal a:hover {
  background-color: rgba(223, 109, 36, 0.8) !important;
}
.hover-promo.jewel-red .hover-body .reveal a:hover {
  background-color: rgba(139, 3, 44, 0.8) !important;
}
.hover-promo.jewel-blue .hover-body .reveal a:hover {
  background-color: rgba(55, 111, 183, 0.8) !important;
}
.info-box {
  display: block;
  float: left;
  width: 100%;
  padding: 20px;
  margin-bottom: -2px;
}
.info-box.jewel-green {
  background-color: #2C8565;
}
.info-box.jewel-purple {
  background-color: #a03a96;
}
.info-box.de-anza-purple {
  background-color: #61315e;
}
.info-box.jewel-orange {
  background-color: #df6d24;
}
.info-box.jewel-red {
  background-color: #8b032c;
}
.info-box.jewel-blue {
  background-color: #376fb7;
}
.info-box h2, .info-box p, .info-box a, .info-box .btn {
  display: block;
  float: left;
  width: 100%;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
  color: #fff;
  margin: 0;
  font-size: 2rempx;
  font-size: 0.2remrem;
  line-height: 1.428;
  line-height: 1.428;
}
@media (min-width: 880px) {
  .info-box h2, .info-box p, .info-box a, .info-box .btn {
    font-size: 1.6rempx;
    font-size: 0.16remrem;
    line-height: 1.428;
  }
}
.info-box h2 {
  font-size: 2.4rempx;
  font-size: 0.24remrem;
  line-height: 1.428;
}
.l-content {
  float: left;
  padding-top: 15px;
}
@media (min-width: 1170px) {
  .l-content {
    padding-top: 0;
  }
}
.l-content .h1 {
  color: #8b032c;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1.428;
  text-shadow: none;
}
section {
  max-height: none;
  position: relative;
}
section>h2 {
  border-bottom: 1px solid #f0c230;
  margin-bottom: 20px;
}
section.short {
  max-height: 300px;
  overflow: hidden;
}
section.short .view-more {
  color: #8b032c;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.428;
  font-family: 'Open Sans', sans-serif;
  position: relative;
  position: absolute;
  background: #fff;
}
section.short .view-more:after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-size: 12;
  line-height: 1.428;
  padding-left: 10px;
  color: #8b032c;
  font-weight:900;
}
section.short .view-more:after {
  right: 0;
}
section .view-more {
  color: #8b032c;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.428;
  font-family: 'Open Sans', sans-serif;
  position: relative;
  display: block;
  bottom: -4px;
  width: 100%;
  text-align: right;
  padding-right: 12px;
}
section .view-more:after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-size: 12;
  line-height: 1.428;
  padding-left: 10px;
  color: #8b032c;
  font-weight:900;
}
section .view-more:after {
  right: 0;
}
section.home_section {
  display: block;
  float: left;
  width: 100%;
  margin: 0;
  border-bottom: 3px solid #fff;
  overflow: hidden;
}
section.home_section#home_banner {
  border-color: #f0c230;
  height: calc(100vh - 75px);
  max-height: 746px;
}
@media (min-width: 1170px) {
  section.home_section#home_banner {
  height: calc(100vh - 147px);
  max-height: 746px;
}
}

section.home_section#home_banner .owl-carousel.home-slider .owl-stage-outer .owl-stage .owl-item {
  display: block;
  float: left;
  width: 100%;
}
section.home_section#home_banner .owl-carousel.home-slider .owl-stage-outer .owl-stage .owl-item .item {
  display: block;
  float: left;
  width: 100%;
  position: relative;
  height: 743px;
  overflow: hidden;
}
section.home_section#home_banner .owl-carousel.home-slider .owl-stage-outer .owl-stage .owl-item .item img {
  width: auto;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  z-index: -1;
}
section.home_section#home_banner .owl-carousel.home-slider .owl-stage-outer .owl-stage .owl-item .item video {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
}
section.home_section#home_banner .owl-carousel.home-slider .owl-stage-outer .owl-stage .owl-item .item .btn {
  margin: 10px 20px 10px 0;
  width: 100%;
  font-weight: 700;
}
@media (min-width: 720px) {
  section.home_section#home_banner .owl-carousel.home-slider .owl-stage-outer .owl-stage .owl-item .item .btn {
    width: auto;
  }
}
section.home_section#home_banner .owl-carousel.home-slider .owl-stage-outer .owl-stage .owl-item .item .promo-container {
  margin: auto;
  z-index: 1;
  position: relative;
  max-width: 1140px;
  padding: 0 35px;
  text-align: center;
}
@media (min-width: 720px) {
  section.home_section#home_banner .owl-carousel.home-slider .owl-stage-outer .owl-stage .owl-item .item .promo-container {
    padding-left: 65px;
    padding-right: 65px;
    text-align: left;
  }
}



section.home_section#home_banner .owl-carousel.home-slider .owl-stage-outer .owl-stage .owl-item .item .promo-container h2,
section.home_section#home_banner .owl-carousel.home-slider .owl-stage-outer .owl-stage .owl-item .item .promo-container h1 {
  color: #fff;
  font-size: 60px;
  font-size: 5.0rem;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  line-height: 1.1;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
  margin: 0 0 5px 0;
}

section.home_section#home_banner .owl-carousel.home-slider .owl-stage-outer .owl-stage .owl-item .item .promo-container h1 {
	padding-left:0;
}

@media (min-width: 1170px) {
  section.home_section#home_banner .owl-carousel.home-slider .owl-stage-outer .owl-stage .owl-item .item .promo-container h2,
	section.home_section#home_banner .owl-carousel.home-slider .owl-stage-outer .owl-stage .owl-item .item .promo-container h1 {
    font-size: 75px;
    font-size: 7.5rem;
  }
}

@media (min-width: 1170px) {
	section.home_section#home_banner .owl-carousel.home-slider .owl-stage-outer .owl-stage .owl-item .item .promo-container h1 {
    padding-left:0;
  }
}

section.home_section#home_banner .owl-carousel.home-slider .owl-stage-outer .owl-stage .owl-item .item .promo-container p {
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.428;
}
section.home_section#home_banner .owl-carousel.home-slider .owl-stage-outer .owl-stage .owl-item .item .promo-container .promo {
  width: 100%;
  margin-top:30px;
}

@media (min-width: 720px) {
  section.home_section#home_banner .owl-carousel.home-slider .owl-stage-outer .owl-stage .owl-item .item .promo-container .promo {
    height: 200px;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    height: 743px;
  }
}

section.home_section#home_banner .owl-carousel.home-slider .owl-controls {
  max-width: 1140px;
  margin: auto;
  float: none;
}
section.home_section#home_banner .owl-carousel.home-slider .owl-controls .owl-nav {
  display: block;
  float: left;
  width: 100%;
  margin-top: -370px;
  position: relative;
}
section.home_section#home_banner .owl-carousel.home-slider .owl-controls .owl-nav .owl-prev {
  left: 5px;
}
@media (min-width: 720px) {
  section.home_section#home_banner .owl-carousel.home-slider .owl-controls .owl-nav .owl-prev {
    left: 20px;
  }
}
@media (min-width: 1170px) {
  section.home_section#home_banner .owl-carousel.home-slider .owl-controls .owl-nav .owl-prev {
    left: 0%;
  }
}
section.home_section#home_banner .owl-carousel.home-slider .owl-controls .owl-nav .owl-next {
  right: 5px;
}
@media (min-width: 720px) {
  section.home_section#home_banner .owl-carousel.home-slider .owl-controls .owl-nav .owl-next {
    right: 20px;
  }
}
@media (min-width: 1170px) {
  section.home_section#home_banner .owl-carousel.home-slider .owl-controls .owl-nav .owl-next {
    right: 0%;
  }
}
section.home_section#home_banner .owl-carousel.home-slider .owl-controls svg line {
  stroke: #fff;
}
section.home_section#home_banner .messages-container {
  position: absolute;
  bottom: 0;
  width: 100%;
}
section.home_section#home_banner .messages-container .messages {
  position: relative;
  z-index: 1;
  max-width: 1140px;
  margin: auto;
  float: none;
  padding: 0;
}
@media (min-width: 720px) {
  section.home_section#home_banner .messages-container .messages {
    padding: 0 50px;
  }
}
section.home_section#home_banner .messages-container .messages li {
  padding: 0;
  margin: 0;
  width: 100%;
}
@media (min-width: 720px) {
  section.home_section#home_banner .messages-container .messages li {
    margin-left: 15px;
  }
}
section.home_section#home_banner .messages-container .messages li .message {
  background: #f4f4f4;
  padding: 10px 30px;
  float: left;
  width: 100%;
  max-width: 100%;
  border-bottom: 2px solid #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #000;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1.428;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  position: relative;
}
section.home_section#home_banner .messages-container .messages li .message:after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-size: inherit;
  line-height: 1.428;
  padding-left: 10px;
  color: inherit;
  font-weight:900;
}
@media (min-width: 720px) {
  section.home_section#home_banner .messages-container .messages li .message {
    border-bottom: 2px solid #000;
    background: rgba(255, 255, 255, 0.8);
    width: 600px;
  }
}
section.home_section#home_banner .messages-container .messages li .message:after {
  display: inline-block;
}
section.home_section#home_banner .messages-container .messages li .message:hover {
  background: #fff;
}
section.home_section#home_banner .messages-container .messages li:last-child .message {
  border: none;
}
section.home_section#home_interests {
  border-color: #f0c230;
  z-index: 1;
}
section.home_section#home_interests .hover-body a {
  color: #fff;
}
section.home_section#home_interests .hover-body a:hover, section.home_section#home_interests .hover-body a:active {
  color: #fff;
}
section.home_section#home_spotlights {
  width: 100%;
  border-color: #f0c230;
  margin-top: 0;
}
section.home_section#home_spotlights .spotlights .overlay-promo .promo-container>div h2 {
  color: #fff;
}
/* Hidden By Alex */
/*section.home_section#home_spotlights .spotlights .owl-controls .owl-nav .owl-next, section.home_section#home_spotlights .spotlights .owl-controls .owl-nav .owl-prev {
top: calc(45% - 40px);
}
section.home_section#home_spotlights .spotlights .owl-controls .owl-nav .owl-prev {
left: 3%;
}
section.home_section#home_spotlights .spotlights .owl-controls .owl-nav .owl-next {
right: 3%;
}
*/
section.home_section#home_news {
  position: relative;
  border: 0;
  width: 100%;
  background: #f0c230;
}
@media (min-width: 880px) {
  section.home_section#home_news {
    height: 800px;
    padding: 0;
  }
}
section.home_section#home_news>div {
  z-index: 1;
}
section.home_section#home_news>div>h2 {
  margin: 20px 0 12px 0;
  color: #8b032c;
  font-size: 50px;
  font-size: 5rem;
  line-height: 1.428;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 720px) {
  section.home_section#home_news>div>h2 {
    text-align: left;
  }
}
section.home_section#home_news .read-more {
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.428;
  width: 100%;
}
@media (min-width: 720px) {
  section.home_section#home_news .read-more {
    text-align: left;
  }
}
section.home_section#home_news .read-more:hover, section.home_section#home_news .read-more:active {
  color: #8b032c;
}
section.home_section#home_events {
  border-color: #f0c230;
}
section.home_section#home_events>.image-centered.background {
  background: #fff;
  z-index: 0;
}
section.home_section#home_events>.image-centered.background img {
  opacity: 0.2;
}
section.home_section#home_events>div:not(.image-centered) {
  padding: 100px 30px;
}
@media (min-width: 1170px) {
  section.home_section#home_events>div:not(.image-centered) {
    padding: 150px 0;
  }
}
section.home_section#home_events>div:not(.image-centered)>h2 {
  color: #8b032c;
  font-size: 50px;
  font-size: 5rem;
  line-height: 1.428;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 720px) {
  section.home_section#home_events>div:not(.image-centered)>h2 {
    text-align: left;
  }
}
@media (max-width: 879px) {
  section.home_section#home_events>div:not(.image-centered)>.row:nth-of-type(2) {
    display: none;
  }
}
section.home_section#home_events .btn {
  float: none;
  margin-right: -15px;
}
@media (min-width: 720px) {
  section.home_section#home_events .btn {
    float: right;
  }
}
section.home_section#home_social {
  border-color: #f0c230;
}
section.home_section#home_social #social {
  display: block;
  float: none;
  margin: auto;
  max-width: 1140px;
  z-index: 1;
  position: relative;
  margin: 0 40px;
  clear: both;
}
@media (min-width: 720px) {
  section.home_section#home_social #social {
    margin: auto;
  }
}
section.home_section#home_social #social h2 {
  position: relative;
  bottom: 130px;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 64px;
  font-size: 6.4rem;
  line-height: 1.428;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.15;
  font-weight: 300;
  margin: 0;
  clear: both;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
  display: block;
  float: none;
  width: auto;
  height: 0;
}
@media (min-width: 720px) {
  section.home_section#home_social #social h2 {
    bottom: 175px;
    text-align: left;
    width: auto;
    padding-left: 110px;
  }
}
@media (min-width: 1170px) {
  section.home_section#home_social #social h2 {
    padding-left: 65px;
  }
}
section.home_section#home_social #social h2 span {
  display: block;
  float: left;
  width: 100%;
  font-weight: 800;
  width: 100%;
}
section.home_section#home_social #social .social-links {
  position: relative;
  bottom: 80px;
  margin: auto;
  float: none;
  width: 310px;
  height: 0;
}
@media (min-width: 720px) {
  section.home_section#home_social #social .social-links {
    width: 430px;
    bottom: 150px;
    float: left;
    width: 100%;
    padding-left: 80px;
  }
}
@media (min-width: 1170px) {
  section.home_section#home_social #social .social-links {
    padding-left: 35px;
  }
}
section.home_section#home_social #social .social-links li {
  margin: 0;
}
section.home_section#home_social #social .social-links a {
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
section.home_section#home_social #social .social-links a .fab:before {
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
  font-size: 50px;
  font-size: 5rem;
  line-height: 1.428;
  padding: 0 15px;
}
@media (min-width: 720px) {
  section.home_section#home_social #social .social-links a .fab:before {
    padding: 0 30px;
  }
}
section.home_section#home_social #social .social-links a:hover {
  color: #f0c230;
}
section.home_section#home_social #social-slider {
  margin-bottom: -237px;
}
section.home_section#home_social #social-slider .owl-controls {
  height: 0;
}
section.home_section#home_social #social-slider .owl-controls svg line {
  stroke: #fff;
}
section.home_section#home_social #social-slider .owl-stage .owl-item {
  background: black;
}
section.home_section#home_social #social-slider .owl-stage .owl-item img {
  height: 400px;
  width: auto;
  opacity: 0.7;
}
@media (min-width: 550px) {
  section.home_section#home_social #social-slider .owl-stage .owl-item img {
    height: auto;
    width: 100%;
  }
}
section.home_section#home_social #social-old-version .owl-controls .owl-dots {
  top: auto;
  margin: auto;
  left: 0;
  bottom: 120px;
}
@media (min-width: 720px) {
  section.home_section#home_social #social-old-version .owl-controls .owl-dots {
    left: 245px;
    bottom: 240px;
    margin: 0;
  }
}
section.home_section#home_social #social-old-version .owl-controls .owl-dots .owl-dot {
  display: block;
  float: left;
  width: auto;
}
section.home_section#home_social #social-old-version .owl-controls .owl-dots .owl-dot.active:before, section.home_section#home_social #social-old-version .owl-controls .owl-dots .owl-dot:hover:before, section.home_section#home_social #social-old-version .owl-controls .owl-dots .owl-dot:focus:before {
  color: #f0c230;
}
section.home_section#home_social #social-old-version .owl-controls .owl-dots .owl-dot:before {
  content: '\f111';
  font-family: "Font Awesome 5 Pro";
  color: #fff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
  font-size: 56px;
  font-size: 5.6rem;
  line-height: 1.428;
  padding: 0 15px;
}
@media (min-width: 720px) {
  section.home_section#home_social #social-old-version .owl-controls .owl-dots .owl-dot:before {
    padding: 0 30px;
  }
}
section.home_section#home_social #social-old-version .owl-controls .owl-dots .owl-dot:nth-child(1):before {
  content: '\f230';
}
section.home_section#home_social #social-old-version .owl-controls .owl-dots .owl-dot:nth-child(2):before {
  content: '\f099';
}
section.home_section#home_social #social-old-version .owl-controls .owl-dots .owl-dot:nth-child(3):before {
  content: '\f16d';
}
section.home_section#home_social #social-old-version .owl-controls .owl-dots .owl-dot:nth-child(4):before {
  content: '\f167';
}
section.home_section#home_social #social-old-version .owl-controls .owl-dots .owl-dot span {
  width: 0;
  height: 0;
  margin: 0;
}
section.home_section#home_social #social-old-version .owl-controls .owl-nav svg line {
  stroke: #fff;
}
section.home_section#home_social #social-old-version h2 {
  bottom: 140px;
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  z-index: 1;
  color: #fff;
  font-size: 64px;
  font-size: 6.4rem;
  line-height: 1.428;
  font-family: 'Open Sans', sans-serif;
  line-height: 1;
  font-weight: 300;
  margin: 0;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
  display: block;
  float: left;
  width: auto;
}
@media (min-width: 720px) {
  section.home_section#home_social #social-old-version h2 {
    bottom: 260px;
    text-align: left;
    width: auto;
    left: 280px;
  }
}
section.home_section#home_social #social-old-version h2 span {
  display: block;
  float: left;
  width: 100%;
  font-weight: 800;
  width: 100%;
}
section.home_section#home_social #social-old-version .btn {
  margin: auto;
  left: auto;
  bottom: 10px;
  position: absolute;
  z-index: 1;
}
@media (min-width: 720px) {
  section.home_section#home_social #social-old-version .btn {
    left: 280px;
    bottom: 80px;
  }
}
section.page_section {
  display: block;
  float: left;
  width: 100%;
  border-bottom: 3px solid #fff;
  margin-bottom: 0;
  margin-top: 0;
  overflow: hidden; /* Removed by Alex to fix dropdown on campus life page> */
}
section.page_section.promo_banner {
  position: relative;
  height: 600px;
  border-color: #8b032c;
  width: 100%;
}
@media (min-width: 720px) {
  section.page_section.promo_banner {
    height: 500px;
  }
}
@media (min-width: 1170px) {
  section.page_section.promo_banner {
    height: 650px;
  }
}
section.page_section.promo_banner .image-centered {
  background: black;
}
section.page_section.promo_banner .image-centered img {
  opacity: 0.75;
}
section.page_section.promo_banner .image-centered:after {
  content: '';
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
}
section.page_section.promo_banner .banner-container {
  position: absolute;
  width: 100%;
  bottom: 100px;
  z-index: 2;
}
section.page_section.promo_banner .banner-container h1 {
  font-size: 80px;
  font-size: 8rem;
  line-height: 1.428;
}
section.page_section.promo_banner .banner-container p {
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 1.428;
}
section.page_section.promo_banner .banner-container h1, section.page_section.promo_banner .banner-container p {
  color: #fff;
  text-align: center;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
}
section.page_section.promo_banner .banner-container .dropdown {
  margin: auto;
  width: 280px;
  margin-top: 100px;
  max-widtH: 100%;
}
@media (min-width: 720px) {
  section.page_section.promo_banner .banner-container .dropdown {
    width: 369px;
  }
}
section.page_section.promo_banner .row {
  position: relative;
}
section.page_section.promo_resources {
  border-color: #8b032c;
  z-index: 1;
}
section.page_section.promo_org {
  height: 600px;
  border-color: #f0c230;
  overflow: hidden;
}
section.page_section.promo_ath {
  border-color: #8b032c;
}
section.page_section.promo_events {
  border-color: #8b032c;
  background: #f0c230;
  padding: 40px 0;
}
section.page_section.promo_events h2 {
  font-size: 50px;
  font-size: 5rem;
  line-height: 1.428;
}
section.page_section.promo_events ul li {
  margin: 0;
}
@media (min-width: 720px) {
  section.page_section.promo_events ul li {
    margin-left: 15px;
  }
  section.page_section.promo_events ul li:first-child {
    margin-left: 0;
  }
}
section.page_section.micro_banner {
  position: relative;
  height: 650px;
  border-color: #f0c230;
  width: 100%;
}
section.page_section.micro_banner .image-centered {
  background: black;
}
section.page_section.micro_banner .image-centered img {
  opacity: 0.75;
}
section.page_section.micro_banner .banner-container {
  position: absolute;
  width: 100%;
  top: 0;
  padding-top: 42px;
  background: rgba(139, 3, 44, 0.8);
}
@media (min-width: 1170px) {
  section.page_section.micro_banner .banner-container {
    /* padding-top: 100px; -Removed By Alex */
  }

}
section.page_section.micro_banner .banner-container h1 {
  font-size: 50px;
  font-size: 5rem;
  line-height: 1.428;
  text-align: center;
}
@media (min-width: 720px) {
  section.page_section.micro_banner .banner-container h1 {
    font-size: 80px;
    font-size: 8rem;
    line-height: 1.428;
  }

}
section.page_section.micro_banner .banner-container .back-to-home {
  position: absolute;
  top: 20px;
  left: 50%;
  left: calc(50% - 50px);
  color: rgba(255, 255, 255, 0.8);
}
@media (min-width: 720px) {
  section.page_section.micro_banner .banner-container .back-to-home {
    /* top: 65%; -Removed by Alex */
    left: 30px;
  }
}
section.page_section.micro_banner .banner-container .back-to-home:before {
  content: '\f112';
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  color: #fff;
  padding-right: 5px;
}
section.page_section.micro_banner .banner-container-secondary {
  position: absolute;
  bottom: 20%;
  width: 100%;
  padding: 20px;
}
section.page_section.micro_banner .banner-container-secondary p {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.428;
  color: #fff;
  text-align: center;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}
section.page_section.micro_basics {
  background: rgba(240, 194, 48, 0.9);
  background: -webkit-linear-gradient(rgba(240, 194, 48, 0.9), rgba(240, 194, 48, 0.9)), url("../images/library_outdoors_med.jpg") no-repeat;
  background: linear-gradient(rgba(240, 194, 48, 0.9), rgba(240, 194, 48, 0.9)), url("../images/library_outdoors_med.jpg") no-repeat;
  background-size: cover;
  border-color: #f0c230;
  width: 100%;
}
section.page_section.micro_basics .container .row {
  display: table;
  padding: 20px 0;
}
@media (min-width: 1170px) {
  section.page_section.micro_basics .container .row>div {
    display: table-cell;
    vertical-align: middle;
    float: none;
  }
}
section.page_section.micro_basics .container .row>div h2 {
  text-align: center;
  margin: 0;
  font-size: 50px;
  font-size: 5rem;
  line-height: 1.428;
  line-height: 1;
}
@media (min-width: 720px) {
  section.page_section.micro_basics .container .row>div h2 {
    text-align: left;
  }
}
section.page_section.micro_basics .container .row>div p {
  text-align: center;
  margin: 10px 0;
  color: #8b032c;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.428;
  font-weight: 600;
}
@media (min-width: 720px) {
  section.page_section.micro_basics .container .row>div p {
    text-align: left;
  }
}
section.page_section.micro_basics .container .row>div .btn {
  margin: 0;
  color: #fff;
  float: none;
}
@media (min-width: 720px) {
  section.page_section.micro_basics .container .row>div .btn {
    float: left;
  }
}
section.page_section.micro_content {
  width: 100%;
}
section.page_section.micro_content .container .row {
  position: relative;
}
section.page_section.micro_content .container .row>div {
  padding: 0px 15px;
}
section.page_section.micro_content .container .row>div:first-child {
  margin-top: 20px;
  background-color:#FFF; /* Alex */
}
section.page_section.micro_content .container .row>div:last-child {
  padding: 20px;
  right: 0;
  height: 100%;
  /* z-index: 1; -Changed by Alex */
}
section.page_section.micro_content .container .row>div:last-child:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 9999px;
  height: 9999px;
  background: #f4f4f4;
  z-index: -1;
}
section.page_section.micro_pathway {
  height: auto;
  border-color: #8b032c;
  position: relative;
  background: #8b032c;
  z-index: 1;
}
@media (min-width: 720px) {
  section.page_section.micro_pathway {
    background: black;
  }
}
section.page_section.micro_pathway>.image-centered {
  display: none;
  position: absolute;
  top: 0;
  opacity: 0.7;
}
@media (min-width: 720px) {
  section.page_section.micro_pathway>.image-centered {
    display: block;
  }
}
section.page_section.micro_pathway .container .row>div>.left {
  min-height: 572px;
  box-sizing: content-box;
  padding-left: 2000px;
  margin-left: -2000px;
}
section.page_section.micro_pathway .container .row>div>.left.jewel-green {
  background-color: #009974;
  opacity: 0.9;
}
section.page_section.micro_pathway .container .row>div>.left.jewel-purple {
  background-color: #a03a96;
  opacity: 0.9;
}
section.page_section.micro_pathway .container .row>div>.left.de-anza-purple {
  background-color: #61315e;
  opacity: 0.9;
}
section.page_section.micro_pathway .container .row>div>.left.jewel-orange {
  background-color: #df6d24;
  opacity: 0.9;
}
section.page_section.micro_pathway .container .row>div>.left.jewel-red {
  background-color: #8b032c;
  opacity: 0.9;
}
section.page_section.micro_pathway .container .row>div>.left.jewel-blue {
  background-color: #376fb7;
  opacity: 0.9;
}
section.page_section.micro_pathway .container .row>div>.left>div {
  padding: 40px 30px;
}
section.page_section.micro_pathway .container .row>div h2 {
  color: #fff;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.428;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 720px) {
  section.page_section.micro_pathway .container .row>div h2 {
    text-align: left;
    margin: 0;
  }
}
section.page_section.micro_pathway .container .row>div p {
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.428;
  font-family: 'Open Sans', sans-serif;
}
section.page_section.micro_pathway .container .row>div .btn.t-alt-light {
  width: 300px;
  white-space: normal;
  text-align: left;
  margin: 10px auto;
  float: none;
  width: 95%;
  width: calc(100% - 15px);
  margin: 10px 30px;
  float: left;
}
@media (min-width: 1170px) {
  section.page_section.micro_pathway .container .row>div .btn.t-alt-light {
    margin: 10px;
  }
}
section.page_section.micro_pathway .container .row>div .guiding {
  display: block;
  float: left;
  width: 100%;
  padding: 20px 0;
}
@media (min-width: 1170px) {
  section.page_section.micro_pathway .container .row>div .guiding {
    padding: 40px 0 20px 40px;
  }
}
section.page_section.micro_pathway .container .row>div .guiding h2 {
  text-align: center;
  padding: 0 30px;
  color: #f0c230;
}
@media (min-width: 720px) {
  section.page_section.micro_pathway .container .row>div .guiding h2 {
    text-align: left;
  }
}
@media (min-width: 1170px) {
  section.page_section.micro_pathway .container .row>div .guiding h2 {
    padding: 0;
  }
}
section.page_section.micro_pathway .container .row>div .guiding ul li {
  margin: 0;
}
.caption {
  max-width: 100%;
  width: auto;
}
.caption p {
  display: block;
  /* float: left; Does not play well with elements below */
  width: 100%;
  color: #414042;
  font-style: italic;
  margin: 0 0 15px 0;
  border-bottom: 1px solid #8b032c;
  padding: 10px 0;
}
.caption p.news-caption {
  font-style: normal;
  font-weight: 800;
}
.caption img {
  width: 100%;
}
.back-to-top {
  display: none;
  color: #fff;
  right: 20px;
  bottom: 20px;
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
  position: fixed;
  height: 60px;
  width: 60px;
  z-index: 9999;
  color: #f0c230;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  padding: 15px 0 0 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.back-to-top span {
  color: #fff;
}
.back-to-top:hover {
  background: #fff;
}
.back-to-top:hover span {
  color: #8b032c;
}
footer {
  padding: 40px 0;
  background: url("../images/deanza_background.jpg") no-repeat;
  background-size: cover;
  background-color: #8b032c;
}
footer p {
  color: #fff;
}
footer a {
  color: #fff;
}
footer a:hover, footer a:active {
  color: #f0c230;
}
footer .social {
  float: right;
  padding-bottom: 50px;
}
@media (min-width: 720px) {
  footer .social {
    padding-bottom: 25px;
  }
}
footer .social p {
  padding: 0 15px;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.428;
  font-family: 'Open Sans', sans-serif;
  font-weight: 900;
}
footer .social ul {
  float: none;
  width: 303px;
  margin: auto;
}
@media (min-width: 1170px) {
  footer .social ul {
    float: left;
  }
}
@media (min-width: 720px) and (max-width: 880px) {
  footer .social ul {
    width: 355px;
  }
}
footer .social ul li {
  margin: 0 8px;
}
footer .social ul li a {
  display: block;
  float: left;
  width: 45px;
  border-radius: 50%;
  height: 45px;
  font-size: 18px;
  line-height: 45px;
  background: #8b032c;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
footer .social ul li a:hover {
  color: #8b032c;
  background: #f0c230;
}
footer .social ul li a span:before {
  font-size: 22px;
  line-height: 1;
}
@media (min-width: 720px) and (max-width: 880px) {
  footer .social ul li a {
    height: 60px;
    width: 60px;
    line-height: 60px;
    font-size: 40px;
  }
  footer .social ul li a span:before {
    font-size: 40px;
  }
}
.container.footer {
  margin: auto;
  max-width: 1140px;
}
.container.footer p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.428;
  text-align: center;
}
@media (min-width: 1170px) {
  .container.footer p {
    text-align: left;
  }
}
.container.footer .last-footer {
  padding-top: 50px;
}
@media (min-width: 720px) {
  .container.footer .last-footer {
    padding-top: 25px;
  }
}
.container.footer .last-footer p {
  text-align: center;
}
@media (min-width: 720px) {
  .container.footer .last-footer p {
    text-align: left;
  }
}
.container.footer .info {
  text-align: center;
  float: none;
  width: auto;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.428;
}
@media (min-width: 720px) {
  .container.footer .info {
    text-align: left;
  }
}
.container.footer .info li {
  margin: 0;
  padding: 0;
  float: none;
  width: auto;
}
.container.footer .info li a {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.428;
  border-right: 1px solid #fff;
  padding: 0 10px;
}
.container.footer .info li:last-child a {
  border: none;
}
.table-wrap {
  display: table;
  width: 100%;
  float: none;
  margin-bottom: 20px;
}

/* More Alex Stuff */
.vbox-overlay {z-index:10000 !important}
div#students-outline {text-align:left;}
.gateway-students-title {color:#000;font-size:14px;font-weight:bold;}
li.gateway-sub-nav a, li.util-sub-nav a {border-bottom:0px !important;}
li.gateway-sub-nav a {color:#000 !important;font-size:1.4rem !important;padding-left:20px !important; line-height:1.6rem !important;}
li.util-sub-nav a {padding-left:12px !important;}
li.util-sub-nav.util-first a:first-child {margin-top:15px;padding-top:20px !important;border-top:1px solid #DEA300;}
li.util-sub-nav a span {padding: 0 8px;}
#mobi-toggle-container li.main-nav-last a {margin-bottom:25px;}
body.generic header .l-head .l-toggle #portal-toggle-wrapper {
  float: left;
  width: 30px;
  height: 50px;
  margin: 15px;
  position: relative;
  z-index: 5;
}
body.generic header .l-head .l-toggle #portal-toggle-wrapper a {
  color: #DEA300;
  font-size: 30px;
  left: 50%;
  left: calc(50% - 10px);
  top: 50%;
  top: calc(50% - 21px);
  position: absolute;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

input#search{
  -webkit-appearance: none;
  border-radius: 0;
  font-family: 'Open Sans', sans-serif;
}

section.promo_banner.page_section {
  overflow:visible;
}
i.light-grey {color:#E5E5E5;}

/* PADDING AND MARGIN HELPER CLASSES */
.m-0 {
  margin: 0 0 !important; }

.mt-0 {
  margin-top: 0 !important; }

.mr-0 {
  margin-right: 0 !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.ml-0 {
  margin-left: 0 !important; }

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important; }

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.m-1 {
  margin: 0.25rem 0.25rem !important; }

.mt-1 {
  margin-top: 0.25rem !important; }

.mr-1 {
  margin-right: 0.25rem !important; }

.mb-1 {
  margin-bottom: 0.25rem !important; }

.ml-1 {
  margin-left: 0.25rem !important; }

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important; }

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important; }

.m-2 {
  margin: 0.5rem 0.5rem !important; }

.mt-2 {
  margin-top: 0.5rem !important; }

.mr-2 {
  margin-right: 0.5rem !important; }

.mb-2 {
  margin-bottom: 0.5rem !important; }

.ml-2 {
  margin-left: 0.5rem !important; }

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important; }

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important; }

.m-3 {
  margin: 1rem 1rem !important; }

.mt-3 {
  margin-top: 1rem !important; }

.mr-3 {
  margin-right: 1rem !important; }

.mb-3 {
  margin-bottom: 1rem !important; }

.ml-3 {
  margin-left: 1rem !important; }

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important; }

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

.m-4 {
  margin: 1.5rem 1.5rem !important; }

.mt-4 {
  margin-top: 1.5rem !important; }

.mr-4 {
  margin-right: 1.5rem !important; }

.mb-4 {
  margin-bottom: 1.5rem !important; }

.ml-4 {
  margin-left: 1.5rem !important; }

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important; }

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important; }

.m-5 {
  margin: 3rem 3rem !important; }

.mt-5 {
  margin-top: 3rem !important; }

.mr-5 {
  margin-right: 3rem !important; }

.mb-5 {
  margin-bottom: 3rem !important; }

.ml-5 {
  margin-left: 3rem !important; }

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important; }

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important; }

.p-0 {
  padding: 0 0 !important; }

.pt-0 {
  padding-top: 0 !important; }

.pr-0 {
  padding-right: 0 !important; }

.pb-0 {
  padding-bottom: 0 !important; }

.pl-0 {
  padding-left: 0 !important; }

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important; }

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.p-1 {
  padding: 0.25rem 0.25rem !important; }

.pt-1 {
  padding-top: 0.25rem !important; }

.pr-1 {
  padding-right: 0.25rem !important; }

.pb-1 {
  padding-bottom: 0.25rem !important; }

.pl-1 {
  padding-left: 0.25rem !important; }

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important; }

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

.p-2 {
  padding: 0.5rem 0.5rem !important; }

.pt-2 {
  padding-top: 0.5rem !important; }

.pr-2 {
  padding-right: 0.5rem !important; }

.pb-2 {
  padding-bottom: 0.5rem !important; }

.pl-2 {
  padding-left: 0.5rem !important; }

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important; }

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important; }

.p-3 {
  padding: 1rem 1rem !important; }

.pt-3 {
  padding-top: 1rem !important; }

.pr-3 {
  padding-right: 1rem !important; }

.pb-3 {
  padding-bottom: 1rem !important; }

.pl-3 {
  padding-left: 1rem !important; }

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important; }

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

.p-4 {
  padding: 1.5rem 1.5rem !important; }

.pt-4 {
  padding-top: 1.5rem !important; }

.pr-4 {
  padding-right: 1.5rem !important; }

.pb-4 {
  padding-bottom: 1.5rem !important; }

.pl-4 {
  padding-left: 1.5rem !important; }

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important; }

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important; }

.p-5 {
  padding: 3rem 3rem !important; }

.pt-5 {
  padding-top: 3rem !important; }

.pr-5 {
  padding-right: 3rem !important; }

.pb-5 {
  padding-bottom: 3rem !important; }

.pl-5 {
  padding-left: 3rem !important; }

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important; }

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto {
  margin-top: auto !important; }

.mr-auto {
  margin-right: auto !important; }

.mb-auto {
  margin-bottom: auto !important; }

.ml-auto {
  margin-left: auto !important; }

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important; }

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 0 !important; }
  .mt-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0 {
    margin-left: 0 !important; }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem 0.25rem !important; }
  .mt-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1 {
    margin-left: 0.25rem !important; }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem 0.5rem !important; }
  .mt-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2 {
    margin-left: 0.5rem !important; }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem 1rem !important; }
  .mt-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3 {
    margin-left: 1rem !important; }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem 1.5rem !important; }
  .mt-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4 {
    margin-left: 1.5rem !important; }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem 3rem !important; }
  .mt-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5 {
    margin-left: 3rem !important; }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .p-sm-0 {
    padding: 0 0 !important; }
  .pt-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0 {
    padding-left: 0 !important; }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem 0.25rem !important; }
  .pt-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1 {
    padding-left: 0.25rem !important; }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem 0.5rem !important; }
  .pt-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2 {
    padding-left: 0.5rem !important; }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem 1rem !important; }
  .pt-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3 {
    padding-left: 1rem !important; }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem 1.5rem !important; }
  .pt-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4 {
    padding-left: 1.5rem !important; }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem 3rem !important; }
  .pt-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5 {
    padding-left: 3rem !important; }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto {
    margin-left: auto !important; }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 0 !important; }
  .mt-md-0 {
    margin-top: 0 !important; }
  .mr-md-0 {
    margin-right: 0 !important; }
  .mb-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0 {
    margin-left: 0 !important; }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .m-md-1 {
    margin: 0.25rem 0.25rem !important; }
  .mt-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1 {
    margin-left: 0.25rem !important; }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem 0.5rem !important; }
  .mt-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2 {
    margin-left: 0.5rem !important; }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem 1rem !important; }
  .mt-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3 {
    margin-left: 1rem !important; }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem 1.5rem !important; }
  .mt-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4 {
    margin-left: 1.5rem !important; }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem 3rem !important; }
  .mt-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5 {
    margin-left: 3rem !important; }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .p-md-0 {
    padding: 0 0 !important; }
  .pt-md-0 {
    padding-top: 0 !important; }
  .pr-md-0 {
    padding-right: 0 !important; }
  .pb-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0 {
    padding-left: 0 !important; }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .p-md-1 {
    padding: 0.25rem 0.25rem !important; }
  .pt-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1 {
    padding-left: 0.25rem !important; }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem 0.5rem !important; }
  .pt-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2 {
    padding-left: 0.5rem !important; }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem 1rem !important; }
  .pt-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3 {
    padding-left: 1rem !important; }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem 1.5rem !important; }
  .pt-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4 {
    padding-left: 1.5rem !important; }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem 3rem !important; }
  .pt-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5 {
    padding-left: 3rem !important; }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto {
    margin-top: auto !important; }
  .mr-md-auto {
    margin-right: auto !important; }
  .mb-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto {
    margin-left: auto !important; }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 0 !important; }
  .mt-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0 {
    margin-left: 0 !important; }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem 0.25rem !important; }
  .mt-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1 {
    margin-left: 0.25rem !important; }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem 0.5rem !important; }
  .mt-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2 {
    margin-left: 0.5rem !important; }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem 1rem !important; }
  .mt-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3 {
    margin-left: 1rem !important; }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem 1.5rem !important; }
  .mt-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4 {
    margin-left: 1.5rem !important; }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem 3rem !important; }
  .mt-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5 {
    margin-left: 3rem !important; }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .p-lg-0 {
    padding: 0 0 !important; }
  .pt-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0 {
    padding-left: 0 !important; }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem 0.25rem !important; }
  .pt-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1 {
    padding-left: 0.25rem !important; }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem 0.5rem !important; }
  .pt-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2 {
    padding-left: 0.5rem !important; }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem 1rem !important; }
  .pt-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3 {
    padding-left: 1rem !important; }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem 1.5rem !important; }
  .pt-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4 {
    padding-left: 1.5rem !important; }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem 3rem !important; }
  .pt-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5 {
    padding-left: 3rem !important; }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto {
    margin-left: auto !important; }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 0 !important; }
  .mt-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0 {
    margin-left: 0 !important; }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem 0.25rem !important; }
  .mt-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1 {
    margin-left: 0.25rem !important; }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem 0.5rem !important; }
  .mt-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2 {
    margin-left: 0.5rem !important; }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem 1rem !important; }
  .mt-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3 {
    margin-left: 1rem !important; }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem 1.5rem !important; }
  .mt-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4 {
    margin-left: 1.5rem !important; }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem 3rem !important; }
  .mt-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5 {
    margin-left: 3rem !important; }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .p-xl-0 {
    padding: 0 0 !important; }
  .pt-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0 {
    padding-left: 0 !important; }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem 0.25rem !important; }
  .pt-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1 {
    padding-left: 0.25rem !important; }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem 0.5rem !important; }
  .pt-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2 {
    padding-left: 0.5rem !important; }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem 1rem !important; }
  .pt-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3 {
    padding-left: 1rem !important; }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem 1.5rem !important; }
  .pt-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4 {
    padding-left: 1.5rem !important; }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem 3rem !important; }
  .pt-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5 {
    padding-left: 3rem !important; }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto {
    margin-left: auto !important; }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; } }

input[type="radio"]{
  -webkit-appearance: radio;
}
div.contact h4 a {
  color: #376fb7;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.428;
  font-family: 'Open Sans', sans-serif;
  text-decoration: none;
}
.table {margin-bottom:40px;}

a.btn.btn-sm, button.btn.btn-sm, input.btn.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.callout {
  margin: 3rem 0;
  border: 1px solid #eee;
  border-radius: 3px;
  display:table;
  width:100%;
}

.callout-icon {
  vertical-align:middle;
  text-align:center;
  padding:1rem;
  display:table-cell;
  border-radius: .25rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.callout-content {
  vertical-align:middle;
  padding:1rem;
  display:table-cell;
  border-radius: .25rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  font-size:1.4rem;
  font-size:14px;

}

.callout-content p:not(.lead), .callout-content a,  .callout-content ou li,  .callout-content ul li {
  font-size:1.4rem;
  font-size:14px;
}
.callout-content p, .callout-content a {
  margin:0;
}
.callout-content p.h3 {
  font-size:2rem;
  font-size:18px;

}
.callout-content ou ,  .callout-content ul {margin-bottom:0;}

.callout-dark {
  border-color: #8b032c;
}

.callout-dark div.callout-icon {
  background-color:#8b032c;
  color:#f0c230;
}

.callout-light {
  border-color: #f0ad4e;
}

.callout-light div.callout-icon {
  background-color:#f0c230;
  color: #8b032c;
}
.icon-light {color:#F0F0F0;}
label, input, select,legend {
  color: #333;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.428;
  font-family: 'Open Sans', sans-serif;
}
fieldset {
  border: 0;
  margin-bottom:1.5rem;
}

label {font-weight: bold;}
legend {
  font-weight: bold;
  margin-bottom: 5px;
  margin-left: -0.5em;
}
hr.hr-grey {border-color:rgba(0,0,0,0.1);}

/* Alex testing default font */
.l-content{
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  font-family: "Open Sans", sans-serif;
}

span.label a {font-size:100%;text-decoration:none;}
span.label-primary a, span.label-primary a:hover {color:#fff;}


/* OU Form Buttons */
div.ou-form button.btn, div.ou-form button.btn.btn-default {
  width: auto;
  color: #8b032c;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.428;
  font-family: 'Open Sans', sans-serif;
  background: #eee;
  padding: 10px;
  text-transform: uppercase;
  margin-bottom: 20px;
  border: 3px solid rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  text-decoration: none;
}

div.ou-form button.btn:hover {
  text-decoration: none;
  color: #8b032c;
}

div.ou-form button.btn {
  background: #f0c230;
  color: #8b032c;
  font-weight: bold;
}
iv.ou-form button.btn-default {
  color:#666;
}
div.ou-form button.btn.btn-default {color:#666;}
div.ou-form button.btn-default:hover {
  background: #BBBBBB;
}
div.ou-form button.btn:hover{
  border: 3px solid rgba(0, 0, 0, 0.05);
}
div.ou-form button.btn-default:after, div.ou-form button.btn-default:after, div.ou-form button.btn-processing:after {
  content: "";
  padding-left: 0px;
}
h3.popover-title {margin-bottom:0px;}

.ellipses {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* Related Events */

.mnth-date {
  width: 45px;
  background: #fcfcfc;
  border: 1px solid #8b032c;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;

}
.mnth-date p {
  font-family: 'Open Sans', sans-serif;
  font-size:14px !important;
  font-size: 1.4rem !important;
  text-align: center; color: #333;
  margin-bottom:0;
  font-weight:bold;
  line-height:1.6;
}

.mnth-date p span {
  background: #8b032c;
  font-size:10px !important;
  font-size: 1rem !important;
  font-weight: bold; color: #fff; text-transform: uppercase;
  display: block;
  border-bottom: 1px solid #a13838;
  border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
}
ul.related-event-list li, ul.related-event-list li span {font-size:13px;font-size:1.3rem;}
ul.related-event-list li a {font-size:15px;font-size:1.5rem;}
ul.related-event-list li a:hover, ul.related-event-list li a:active {background:transparent;}



/* Directory Stuff */
a.h3-link {color: #8b032c;
  font-size: 20px;
  font-size: 2.5rem;
  line-height: 1.428;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 10px 0;}

.entry-container {
  display:flex;
  flex-wrap:wrap;
}

/* end */
.label-success {
  background-color: #118643;
}
/* Email elipses for contact box */
p.no-wrap {
  width:90%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Well BG */
.well {
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #fcfcfc 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #fcfcfc 100%);
  background-repeat: repeat-x;
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFE8E8E8', endColorstr='#FFF5F5F5', GradientType=0);
}

/* FAQs */

ul.faq-ul {
  padding: 0;
  list-style: none;
}
li.faq-item {
  padding: 25px 0;
  margin: 0!important;
  border-bottom: 1px solid #e5e5e5;
}
h3.faq-title {
  margin-bottom:0 !important;
  font-weight:100;

}
a.faq-title-link {
  color:#000;
  font-size:2rem;
  padding-right:25px;
  outline: none;
}
a.faq-title-link::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f077";
  width: 1.4em;
  height: 1.4em;
  float: right;
  color:#767676;
  transition: all .2s;

}
a.faq-title-link.active::before {
  transform: rotateX(180deg);
  transition: all .2s;
}
a.faq-title-link:link,a.faq-title-link:active,a.faq-title-link:hover,a.faq-title-link:visited {
  text-decoration:none;
  outline: none;
}

div.faq-content{margin-top:25px;}

img.img-right-350 {
  max-width:350px;
  height:auto;
  float:right;
  margin: 0 0 25px 25px;
}
img.img-right-250 {
  max-width:250px;
  height:auto;
  float:right;
  margin: 0 0 25px 25px;
}
img.img-right-150 {
  max-width:150px;
  height:auto;
  float:right;
  margin: 0 0 15px 15px;
}

img.img-left-350 {
  max-width:350px;
  height:auto;
  float:left;
  margin: 0 25px 25px 0;
}
img.img-left-250 {
  max-width:250px;
  height:auto;
  float:left;
  margin: 0 25px 25px 0;
}
img.img-left-150 {
  max-width:150px;
  height:auto;
  float:left;
  margin: 0 15px 15px 0;
}

p.lh-fix {line-height:1.5;}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
  color: #8b032c;
  outline: none;
}


p.q-attribute {font-weight:bold;font-variant:italic;}

.embed-responsive {margin-bottom:30px;}

#home_banner {
  background: url('/_resources/images/home/0815-clip.jpg') center no-repeat;
  background-size: cover;
}
.w-100 {
  width:100% !important;
}

.box-link-container {

  width:100% !important;
}
.box-link {
  text-align:center;
  font-size:1.8em !important;
}

.mw-3 {
  max-width:300px;
}
a[href$=".pdf"].no-after:after {
    content: "";
    padding:0;
    text-shadow:0;
}

.list.list-un {
  padding-left: 0;
    list-style: none;
}
.list.list-un li {
  margin-left:0;
}

.deg-div {display:none;}
.label-danger {background-color:#AC2C21;}
.label-warning {background-color:#C95109;}
.label-seats {
  display:block;
  padding: 0.4em 0.6em 0.4em;
}

.no-icon-after:after {
  content: "" !important;
	padding:0 !important;
}

.bold-burg {
    background-color: maroon;
    border-radius: 5px;
    padding: 0 5px 0 5px;
    font-weight: bold;
    color: #fff;
}

.nav-pills>li {
  width:auto;
  margin:0;
}

.nav-pills>li>a {
     border: 1px solid;
}

.dir-list-image {
    margin-bottom: 15px;
}

.club-list-unstyled {
	list-style-type:none;
	margin-left:0;
	padding-left:0;
}
.club-list-unstyled li{
	margin-left:0;
}

.b-r-grey {
	border-right:1px solid #E5E5E5;
}

a.h2-link {
	color: #8b032c;
	font-size: 40px;
	font-size: 4rem;
	line-height: 1.428;
	text-decoration:none;
}

div.dir-card-container, div.dir-info-container {
				display:flex;
				flex-flow: row wrap;
				justify-content:space-between;
			}
			div.dir-card-item {
				width:100%;
				margin-bottom:50px;
				display:flex;
				flex-flow: row wrap;
				justify-content:space-between;
			}					
			div.dir-info-container {
				justify-content:flex-start;
			margin-top:10px;margin-bottom:10px;
			}
			
			div.dir-info-part {
				width:48%;
				margin-right:2%;
			}
			
			@media (min-width: 720px) {
				div.dir-card-item {
					width:48%;

				}
				div.dir-info-part {
					width:32%;
			margin-right:1.33333%;
				}
			}
			
			div.dir-card-image {
				width:25%;
				max-width:150px;
			}
			div.dir-card-info {
				width:70%;
			}
			div.dir-card-info p {
				line-height:1.5;
			}
			.text-bold {
				font-weight:bold !important;
			}
