/*
 Theme Name:   University Child
 Description:  CactusThemes - University Child Theme
 Author:       CactusThemes
 Author URI:   http://cactusthemes.com
 Template:     university
 Version:      1.0.1
*/

/* =Theme customization starts here
-------------------------------------------------------------- */

/* Google fonts */
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700');

/* ICOMOON */

@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon/fonts/icomoon.eot?lizvym');
  src: url('fonts/icomoon/fonts/icomoon.eot?lizvym#iefix')
      format('embedded-opentype'),
    url('fonts/icomoon/fonts/icomoon.ttf?lizvym') format('truetype'),
    url('fonts/icomoon/fonts/icomoon.woff?lizvym') format('woff'),
    url('fonts/icomoon/fonts/icomoon.svg?lizvym#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-search:before {
  content: '\e918';
}

.icon-chevron-thin-right:before {
  content: '\e915';
}

.icon-chevron-small-right:before {
  content: '\e916';
}

.icon-cheveron-right:before {
  content: '\e914';
}

.icon-basketball:before {
  content: '\e900';
  color: #b7312c;
}

.icon-blog:before {
  content: '\e901';
  color: #b7312c;
}

.icon-business:before {
  content: '\e902';
  color: #b7312c;
}

.icon-cabinet:before {
  content: '\e903';
  color: #b7312c;
}

.icon-calendar:before {
  content: '\e904';
  color: #b7312c;
}

.icon-careers:before {
  content: '\e905';
  color: #b7312c;
}

.icon-equity:before {
  content: '\e906';
  color: #b7312c;
}

.icon-foundation:before {
  content: '\e907';
  color: #b7312c;
}

.icon-heart:before {
  content: '\e908';
  color: #b7312c;
}

.icon-history:before {
  content: '\e909';
  color: #b7312c;
}

.icon-know-your-udc:before {
  content: '\e90a';
  color: #b7312c;
}

.icon-lab:before {
  content: '\e90b';
  color: #b7312c;
}

.icon-map:before {
  content: '\e90c';
  color: #b7312c;
}

.icon-president:before {
  content: '\e90d';
  color: #b7312c;
}

.icon-stamp:before {
  content: '\e90e';
  color: #b7312c;
}

.icon-study:before {
  content: '\e90f';
  color: #b7312c;
}

.icon-support:before {
  content: '\e910';
  color: #b7312c;
}

.icon-tours:before {
  content: '\e911';
  color: #b7312c;
}

.icon-trustees:before {
  content: '\e912';
  color: #b7312c;
}

.icon-tv:before {
  content: '\e913';
  color: #b7312c;
}

/* Font Awesome */
.fa {
  font-family: FontAwesome !important;
  font-weight: normal !important;
}

/* Base styles */
body {
  font-size: 14px;
  line-height: 1.5;
  color: #000;
}
h1,
h2,
h3,
h4 {
  font-family: 'Oswald', sans-serif;
}

h1 {
  color: #b7312c;
}

h2 {
  color: #b7312c;
}

a.white {
  color: #fff !important;
}

a {
  color: #b7312c;
}
.u_full_row .wpb_row:focus {
  border: none !important;
  box-shadow: none !important;
}
.main-color-3-bg {
  background-color: #303030;
}

/* Base styles for page-template-new-default-template */

.page-template-new-default-template {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px;
}

.page-template-new-default-template h1,
.page-template-new-default-template h2,
.page-template-new-default-template h3,
.page-template-new-default-template h4 {
  font-family: 'Source Sans Pro', sans-serif;
}

.page-template-new-default-template a {
  outline: none;
}

.page-template-new-default-template a:hover,
a:focus {
  outline: none !important;
}

.page-template-new-default-template div:focus {
  outline: none !important;
}
.page-template-new-default-template .single-post-content-text {
  padding-top: 30px;
}
/*.page-template-new-default-template .section-news > .wpb_column {
  max-width: 1250px;
  margin: 0 auto;
  float: none;
}*/
.page-template-new-default-template strong {
  font-weight: 600;
}

/* Header */
header.Header {
  position: relative;
  z-index: 700 !important;
}
.logo {
  line-height: normal;
  height: auto;
}
.navbar a {
  transition: none;
}
.navbar-right .dropdown-menu {
  left: -1px;
  right: auto;
}
.topnav-sidebar a {
  border-left: none;
}
#main-nav .navbar-header {
  height: 100px;
  display: flex;
  align-items: center;
}
#main-nav .navbar {
  min-height: auto;
  display: flex;
  align-items: center;
}
#main-nav .navbar-nav > li > a {
  color: #fff;
  position: relative;
  height: 100px;
  padding-top: 40px;
  padding-bottom: 40px;
  line-height: 20px;
  font-family: 'Source Sans Pro', sans-serif;
  outline: none !important;
  padding-right: 15px;
  font-size: 20px;
}
#main-nav .navbar-nav > li > a:before {
  display: none;
}
#main-nav .main-menu.affix .logo-menu-st .logo {
  float: left;
  height: 50px;
  display: flex !important;
  align-items: center !important;
}

#main-nav .main-menu.affix .logo-menu-st .logo img {
  float: left;
  padding: 3px 10px;
  height: auto;
  max-width: 400px;
}

header .dropdown-menu > li > a {
  color: #fff;
  white-space: nowrap;
}
#top-nav .navbar.navbar-inverse {
  min-height: auto;
  height: 50px;
}
.main-menu.affix .sticky-gototop:hover {
  color: #46a5e5 !important;
}

/*Search*/
.search-toggle {
  border-right: none;
  border-left: none;
}

/*Footer*/
footer #bottom a:not(.footer-logo) {
  max-width: 230px;
  display: inline-block;
}
#bottom-nav .footer-content {
  padding-top: 5px;
  padding-bottom: 9px;
  line-height: normal;
  font-weight: 600;
}
#bottom-nav .line-under {
  border-bottom: solid 2px #d8d8d8;
  height: 23px;
  margin-bottom: 60px;
  margin-top: 60px;
}

#bottom #text-57 img {
  max-width: 100%;
  height: auto;
  display: block;
}

footer .widget ul ul li a {
  font-size: 14px;
}
footer h2.widget-title {
  color: #efbd47;
  font-weight: 600;
  margin-bottom: 10px;
}

footer .normal-sidebar .widget ul li:before {
  display: none;
}

footer .normal-sidebar .widget ul {
  list-style: none;
}
footer .normal-sidebar .widget_text p + p {
  padding-top: 10px;
}
footer #text-57 .textwidget p {
  max-width: 220px;
}
footer #text-57 .textwidget p:last-child {
  max-width: 100%;
}

.btn.back-to-top {
  border: 2px solid rgba(52, 52, 52, 0.1);
}

.dark-div .btn.back-to-top {
  border-color: #d8d8d8;
}

@media (max-width: 767px) {
  .copyright,
  .footer-social {
    margin-top: 0;
  }
}

/* Date */
.date-block {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 15px 10px;
  font-size: 14px;
  line-height: 18px;
  min-width: 66px;
  font-weight: bold;
}
.date-block:not(.main-color-2-bg) {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
}

.date-block .day {
  font-size: 24px;
  text-align: center;
}

.date-block .month {
  text-transform: uppercase;
  text-align: center;
  font-size: 18px;
}

/* post scroller */
.post-scroller-button {
  font-size: 18px;
  line-height: 14px;
  width: 40px;
  height: 40px;
  padding: 12px 12px;
  position: absolute;
  z-index: 10;
  bottom: -55px;
}
.post-scroller-on-post.post-scroller-up {
  left: 0;
  margin-left: 50px;
}
.post-scroller-on-post.post-scroller-down {
  left: 0;
}
.post-scroller-on-bg.post-scroller-up {
  left: -180%;
}
.post-scroller-on-bg.post-scroller-down {
  left: -180%;
  margin-left: 50px;
}

/* Twitter bar */

.home-twitter {
  padding-top: 13px !important;
  padding-bottom: 13px !important;
}
.home-twitter p {
  margin-bottom: 0 !important;
}
.home-twitter .vc_icon_element {
  position: relative;
  padding-top: 0 !important;
  margin: 0 !important;
}

.home-twitter .wpb_content_element,
.home-twitter .icon-white-border {
  margin-bottom: 0 !important;
}
.home-twitter
  .vc_icon_element.vc_icon_element-outer
  .vc_icon_element-inner.vc_icon_element-size-lg.vc_icon_element-have-style-inner {
  width: 55px !important;
  height: 55px !important;
}

/* RSS Feed */
.rss-feed {
  font-size: 22px;
}
.rss-feed
  .vc_icon_element.vc_icon_element-outer
  .vc_icon_element-inner.vc_icon_element-size-lg.vc_icon_element-have-style-inner {
  width: 55px !important;
  height: 55px !important;
}
.rss-feed .vc_icon_element-icon {
  padding-left: 5px;
}
.rss-feed .rss-feed-icon {
  width: 85px;
  padding-left: 10px;
}
.rss-feed .rsswidget {
  float: left;
  position: relative;
}
.rss-feed .rsswidget .rss-widget-icon {
  display: none !important;
}
.rss-feed a {
  color: #000;
}
.rss-feed a:hover {
  color: #000;
}
.rss-feed ul {
  margin: 0;
  padding-left: 20px;
  margin-left: 20px;
  list-style: none;
  float: left;
  position: relative;
}
.rss-feed ul::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 50px;
  background-color: #000;
  transform: translateY(-50%);
}
.rss-feed .vc_column-inner {
  padding: 0 !important;
}
.rss-feed .vc_icon_element {
  margin: 0 !important;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .rss-feed .rss-feed-icon {
    margin: 0 auto;
    padding-bottom: 20px;
  }
  .rss-feed .rsswidget {
    width: 100%;
    text-align: center;
    display: block;
  }
  .rss-feed ul {
    text-align: center;
    margin: 0;
    padding: 0;
    width: 100%;
  }
}

/* Quick Links */
.quick-links {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #f4f4f4;
}

.quick-links .menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto -35px;
  padding: 0;
  text-align: center;
  max-width: 1100px;
}

.quick-links .menu li {
  position: relative;
  padding-bottom: 45px;
}
.quick-links .menu li:hover:before,
.quick-links .menu li:hover a {
  color: #961e19;
}

.quick-links .menu li:before {
  font-size: 40px;
  position: absolute;
  left: 0;
  right: 0;
}

.quick-links .menu a {
  width: 100%;
  padding-top: 55px;
  padding-left: 3rem;
  padding-right: 3rem;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 20px;
  display: block;
  font-family: 'Source Sans Pro', sans-serif;
  text-align: center;
  line-height: 1.15;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.quick-links-4 li,
.quick-links-6 li {
  width: 50%;
}

.quick-links-6 .menu a {
  padding-left: 1rem;
  padding-right: 1rem;
  max-width: 150px;
}

.quick-links .title-lg {
  margin-bottom: 20px !important;
}

/* Stretch && background image */
.stretch-image {
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
  margin: 0 !important;
}

.stretch-image img {
  object-fit: cover;
  height: 100% !important;
  width: 100%;
  position: absolute;
}

.stretch-image .wpb_wrapper {
  box-shadow: none !important;
}

/* Page main header */

/* default header */
.header-page {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 !important;
  min-height: 600px;
  z-index: 1;
  margin: 0 !important;
  display: flex;
  align-items: center;
  background-position: 50% 50%;
}

.header-page .container {
  margin: 0 auto !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.header-page .vc_column-inner {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

@media (min-width: 768px) {
  .header-page .header-page-col-6 {
    width: 620px;
  }
  .header-page .header-page-col-5 {
    width: 530px;
  }
  .header-page .header-page-col-4 {
    width: 450px;
  }
}
.header-page .vc_column_container > .vc_column-inner {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.header-page .header-page-box {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
  padding: 30px !important;
  font-size: 15px;
  min-width: 330px !important;
}

.header-page .header-page-box,
.header-page .header-page-box h1,
.header-page .header-page-box h2,
.header-page .header-page-box a {
  color: #fff !important;
}

.header-page .header-page-box h1,
.header-page .header-page-box h2 {
  font-weight: bold !important;
  margin-bottom: 15px;
}
.header-page .header-page-box ul {
  padding-left: 18px;
}
.header-page .header-page-box p {
  margin-bottom: 14px;
}
.header-page .header-page-box a {
  text-decoration: underline;
}
.header-page .header-page-box a:hover {
  color: rgba(255, 255, 255, 0.75) !important;
}
.header-page .btn-outline-light {
  margin-top: 15px;
  padding-bottom: 5px;
}
.header-page .btn-outline-light a:hover {
  color: #b7312c !important;
}

/* students header */
.header-page.header-students-page {
  background-position: 50% 30%;
}
/* apply header */
.header-page.header-apply-page {
  background-position: 50% 15%;
}
/* alumni header */
.header-page.header-alumni-page {
  background-position: 50% 0 !important;
  width: 100%;
}
.header-page.header-alumni-page .header-page-box a {
  text-transform: none;
}

/* Section square gird */
.section-square-gird {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 3px solid #efbd47;
  box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.3);
  z-index: 1;
  background-position: 50% 34%;
  margin: 0 !important;
  padding: 10px 0 0 !important;
  min-height: 690px;
}

.section-square-gird.vc_row-o-content-top
  > .vc_column_container
  > .vc_column-inner {
  overflow: hidden;
}

.section-square-gird .vc_row {
  padding-bottom: 0 !important;
}

.section-square-gird .wpb_column {
  max-width: 1050px;
  margin: 0 auto;
}

.section-square-gird .wpb_row {
  margin-left: calc(-40%);
  margin-right: calc(-40%);
}

.section-square-gird .vc_column_container {
  position: relative;
}

.section-square-gird .wpb_wrapper {
  background-color: transparent !important;
}

.section-square-gird .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100% !important;
  padding: 20px !important;
  background: #b7312c;
}

.section-square-gird .overlay p {
  line-height: normal;
  margin-bottom: 15px;
}

.section-square-gird .white-boxes .wpb_text_column {
  color: #fff;
  font-size: 15px;
}

.section-square-gird .white-boxes .wpb_text_column h3 {
  color: #fff;
  text-transform: none;
  font-size: 24px;
  font-weight: bold;
}

.section-square-gird .vc_row .vc_column-inner {
  height: 0;
  padding-bottom: 105%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  position: relative;
  overflow: hidden;
}

.section-square-gird .wpb_wrapper {
  box-shadow: none !important;
}

.section-square-gird .description {
  height: auto !important;
  position: absolute;
  bottom: 0;
  margin: 0 !important;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  padding: 0 20px 18px !important;
  z-index: 2;
  transition: all 0.4s;
}
.section-square-gird .description p {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s;
}
.section-square-gird .square-grid-item-primary .description {
  background: rgba(239, 189, 71, 0.9);
}

.section-square-gird .description:before {
  position: absolute;
  height: 0;
  border-top: 70px solid transparent;
  border-bottom: 0;
  border-right: transparent;
  bottom: 100%;
  left: 0;
  right: 0;
  content: '';
  border-left: 280px solid rgba(0, 0, 0, 0.7);
  width: 100%;
}
.section-square-gird .square-grid-item-primary .description:before {
  border-left-color: rgba(239, 189, 71, 0.9);
}

.section-square-gird .description .wpb_wrapper {
  background-color: transparent !important;
  color: #fff;
  box-shadow: none !important;
}

.section-square-gird .description .wpb_wrapper h3 {
  color: #fff;
  text-transform: none;
  font-size: 17px;
  font-weight: bold;
}
.section-square-gird .square-grid-item:hover .description p {
  opacity: 1;
  max-height: 170px;
}

.section-square-gird .stretch-image {
  padding-bottom: 105%;
}
.section-square-gird .stretch-image:before {
  transition: all 0.3s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  opacity: 0;
}

.section-square-gird .overlay a {
  color: #fff;
  border: 1px solid #d8d8d8;
  padding: 0 10px;
  margin-right: 10px;
  transition: background 0.2s linear;
  height: 23px;
  display: inline-block;
  line-height: 1.5;
}
.section-square-gird .overlay a:hover {
  background: rgba(255, 255, 255, 0.85);
  color: #b7312c;
  border-color: rgba(255, 255, 255, 0.85);
}

.section-square-gird .overlay a:last-of-type {
  margin-right: 0;
}
.section-square-gird .square-grid-item {
  transition: background 0.3s linear;
}
.section-square-gird .square-grid-item:hover .stretch-image:before {
  opacity: 1;
}
.section-square-gird
  .square-grid-item.square-grid-item-primary:hover
  .stretch-image:before {
  background-color: rgba(239, 189, 71, 0.35);
}
/* Carousel square items */
.carousel-square-items .grid-item-inner {
  padding-top: 100%;
  box-shadow: none !important;
}

.carousel-square-items img {
  object-fit: cover;
  height: 100% !important;
  width: 100%;
  position: absolute;
}

.carousel-square-items .overlay-top {
  padding: 0;
  border: none !important;
}

.carousel-square-items .overlay-bottom {
  display: none !important;
}

.carousel-square-items .event-overlay {
  height: auto !important;
  position: absolute;
  bottom: 0;
  margin: 0 !important;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  padding: 10px 20px 20px !important;
}

.carousel-square-items .event-overlay:before {
  position: absolute;
  height: 0;
  border-top: 60px solid transparent;
  border-bottom: 0;
  border-right: transparent;
  bottom: 100%;
  left: 0;
  right: 0;
  content: '';
  border-left: 300px solid rgba(0, 0, 0, 0.7);
  width: 100%;
}

.carousel-square-items .event-overlay h4 {
  color: #fff;
  text-transform: none;
  font-size: 17px;
  font-weight: bold;
}

/* Vertical scroll with slider */
.section-scroll-with-slider {
  position: relative;
  /*  border-bottom: 3px solid #b7312c;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3);*/
  font-size: 15px;
}
.section-scroll-with-slider .empty-box {
  display: none !important;
}
/* images */
.section-scroll-with-slider .slick-slider-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 0 !important;
  margin: 0 !important;
  width: 100%;
}
.section-scroll-with-slider .slick-slider-image .slick-list,
.section-scroll-with-slider .slick-slider-image .slick-track,
.section-scroll-with-slider .slick-slider-image .slick-slide,
.section-scroll-with-slider .slick-slider-image .slick-slide > div,
.section-scroll-with-slider .slick-slider-image .vc_column_container,
.section-scroll-with-slider .slick-slider-image .vc_column-inner,
.section-scroll-with-slider .slick-slider-image .wpb_wrapper {
  height: 100%;
}

.section-scroll-with-slider .slick-carousel-item {
  position: relative;
  height: 100%;
  width: 100%;
  margin: 0 !important;
}
.section-scroll-with-slider .slick-carousel-item img {
  object-fit: cover;
  height: 100% !important;
  width: 100%;
  position: absolute;
}

/* scroller vertical */
.scroller-container {
  max-width: 1350px;
  margin: 0 auto !important;
  padding: 0 !important;
  width: 100%;
}
.scroller-container .section-scroll-with-slider-heading {
  background-color: rgba(255, 255, 255, 0.95);
  position: relative;
  width: 500px !important;
  float: right !important;
}
.scroller-container .section-scroll-with-slider-heading > .vc_column-inner {
  padding: 35px 25px 10px 25px !important;
}
.scroller-container .section-scroll-with-slider-heading .title-lg {
  margin: 0;
}
.scroller-carousel-vertical {
  background-color: rgba(255, 255, 255, 0.95);
  position: relative;
  width: 500px !important;
  float: right !important;
  padding-bottom: 95px;
}
.scroller-carousel-vertical > .vc_column-inner {
  padding-left: 25px !important;
  padding-right: 25px !important;
}
.scroller-carousel-vertical .scroller-carousel-item {
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0;
  height: 280px;
  position: relative;
}
.scroller-carousel-vertical .scroller-carousel-item:after {
  position: absolute;
  bottom: 10px;
  content: '';
  height: 1px;
  z-index: 10;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.15);
}
.scroller-carousel-vertical .slick-slide {
  width: 100% !important;
}
.scroller-carousel-vertical .scroller-carousel-item .slick-list,
.scroller-carousel-vertical .scroller-carousel-item .slick-track {
  height: auto !important;
}
.scroller-carousel-vertical .scroller-carousel-item p {
  margin: 0;
}
.scroller-carousel-vertical .scroller-carousel-item h3 {
  font-size: 20px;
  font-weight: 600;
}
.scroller-carousel-vertical .scroller-carousel-item .wpb_wrapper a {
  background-color: #b7312c;
  color: #fff;
  padding: 3px 12px;
  margin-top: 15px;
  display: inline-block;
  font-weight: 600;
  font-size: 15px;
}
.scroller-carousel-vertical .scroller-carousel-item .wpb_wrapper a:hover {
  background-color: #961e19;
}

/* Section table-striped */
.section-table-striped table {
  border-bottom: 3px solid #b7312c;
  width: 100%;
}
.section-table-striped table thead {
  background: transparent !important;
  border-bottom: 3px solid #b7312c;
}
.section-table-striped table thead th {
  font-size: 20px !important;
  font-weight: 600 !important;
  text-transform: uppercase;
}
.section-table-striped table td {
  font-size: 15px;
}
.section-table-striped table td a {
  color: #000;
}

/* Section fast-contact */
.section-fast-contact {
  background-color: #040404;
  font-size: 22px;
  text-align: center;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 25px;
  line-height: normal;
}
.section-fast-contact a {
  color: #efbd47 !important;
  border-bottom: 1px solid;
}
.section-fast-contact a:hover {
  color: #d2a02a !important;
  border-bottom: 1px solid transparent;
}

/* Section udcfirebirds */
.section-udcfirebirds {
  background-color: #bf3b2c;
  font-size: 22px;
  text-align: center;
  color: #fff;
  padding-top: 75px;
  padding-bottom: 85px;
  line-height: normal;
  border-top: 3px solid #efbd47;
}
.section-udcfirebirds .vc_column-inner {
  padding: 0 !important;
}
.section-udcfirebirds a:hover {
  opacity: 0.8;
}

/* Section content-box */
.section-content-cards {
  font-size: 15px;
}
.section-content-cards .section-content-card + .section-content-card,
.section-content-cards .vc_row + .vc_row {
  padding-top: 40px;
}
.section-content-cards .section-content-card a {
  border-bottom: 1px solid;
}
.section-content-cards .section-content-card a:hover {
  color: #961e19;
  border-bottom: 1px solid transparent;
}
.section-content-cards .section-content-card .wpb_wrapper > ul {
  padding-left: 0;
  margin: 0;
  list-style: none;
}
.section-content-cards .section-content-card .wpb_wrapper > ul li {
  position: relative;
  padding-left: 10px;
  color: #5e5e5e;
  padding-top: 9px;
  padding-bottom: 9px;
}
.section-content-cards .section-content-card .wpb_wrapper > ul li:before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  background-color: #5e5e5e;
  top: 50%;
  margin-top: -2px;
}
.section-content-cards .section-content-card .wpb_wrapper > ul li + li {
  border-top: 1px solid #b5b5b5;
}

.section-content-cards .section-content-card .wpb_wrapper > ul a {
  padding-top: 9px;
  padding-bottom: 9px;
  display: inline-block;
  font-size: 15px;
  margin-top: -9px;
  margin-bottom: -9px !important;
  border: none;
  text-decoration: underline;
}

.section-content-cards .section-content-card .wpb_wrapper > ul a:hover {
  border: none;
  text-decoration: none;
}

.section-content-cards .carousel-square-items .section-inner {
  padding-bottom: 0;
}
.section-content-cards .carousel-square-items .post-carousel-item {
  padding-bottom: 0 !important;
}

/* Section content-left */
.content-left {
  padding-right: 60px !important;
  font-size: 15px;
}
/* Section sidebar-right */
.sidebar-right {
  font-size: 15px;
}
.sidebar-right .col-md-12 {
  padding: 0;
}
.sidebar-right p {
  margin: 0;
}
.sidebar-right > .vc_column-inner {
  width: 360px !important;
  float: right;
}
.sidebar-right .sidebar-box {
  padding: 5px 20px;
  display: block;
}
.sidebar-right .wpb_wrapper {
  overflow: hidden;
}
.sidebar-right .sidebar-box-title {
  font-size: 20px;
  font-weight: 600;
}
.sidebar-right .highlight-red {
  background-color: #b7312c;
  color: #fff;
}
.sidebar-right .highlight-red a {
  color: #fff;
}
.sidebar-right .highlight-yellow {
  background-color: #efbd47;
}
.sidebar-right ul {
  list-style: none;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}
.sidebar-right ul li + li {
  border-top: 1px solid #b5b5b5;
}
.sidebar-right ul > li .level-0 {
  color: #b7312c;
  font-weight: 600;
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0;
  display: block;
  line-height: normal;
  font-size: 15px;
}
.sidebar-right ul ul {
  border-top: 1px solid #b5b5b5;
}
.sidebar-right ul ul > li {
  color: #5e5e5e;
  padding-left: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: normal;
}
.sidebar-right ul ul > li a {
  color: #5e5e5e;
}
.sidebar-right .sidebar-link {
  margin-left: 20px;
  text-decoration: underline;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
}
.sidebar-right ul li a:hover,
.sidebar-right .sidebar-link a:hover {
  color: #961e19;
}

/* Section accordions */
.section-accordions {
  overflow: hidden;
}
.section-accordions .ui-widget {
  font-family: 'Source Sans Pro', sans-serif !important;
}
.section-accordions .accordions.flat .accordions-head {
  background: transparent;
  border: 1px solid #b7312c;
  margin-top: 8px !important;
}
.section-accordions .accordions.flat .accordions-head:hover {
  background: #b7312c !important;
}
.section-accordions
  .accordions.flat
  .accordions-head.ui-state-active
  .accordion-icons,
.section-accordions
  .accordions.flat
  .accordions-head.ui-state-active
  .accordions-head-title {
  color: #fff !important;
}

.section-accordions .accordions-head-title {
  padding-right: 15px;
  margin-left: 5px !important;
}
.section-accordions .accordion-icons {
  position: absolute;
  right: 15px;
}
.section-accordions ul li {
  padding-top: 5px;
}
.section-accordions ul ul li {
  color: #5e5e5e;
}
.section-accordions h1,
.section-accordions h2,
.section-accordions h3,
.section-accordions h4 {
  font-size: 14px;
  color: #b7312c;
  font-weight: 600;
  margin-bottom: 5px;
}
/* Programs search box */
#programs-search-box {
  background-color: #efbd47;
  position: relative;
  box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.3);
  padding-left: 40%;
  padding-right: 40%;
  margin-left: calc(-40% - 15px);
  margin-right: calc(-40% - 15px);
  overflow: hidden;
}
#programs-search-box .programs-search-box-inner {
  position: relative;
}
#programs-search-box input[type='text'] {
  border: none;
  background-color: transparent;
  font-size: 32px !important;
  font-weight: 300;
  color: #020202;
  height: 70px;
  padding-left: 15px;
  padding-right: 70px;
  width: 100%;
  position: relative;
  z-index: 2;
}
#programs-search-box input[type='text']:hover {
  cursor: pointer;
}
#programs-search-box input[type='text']:focus {
  outline: none !important;
  box-shadow: none !important;
}
#programs-search-box .icon-search {
  position: absolute;
  color: #313131;
  font-size: 32px;
  z-index: 1;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}

/* Headlines */
.header-page h1,
.header-page h2,
.title-lg h1,
.title-lg h2,
.title-lg {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.1;
  overflow: hidden;
}

.title-md,
.title-md h1,
.title-md h2 {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  overflow: hidden;
}

.title-dark,
.title-dark h1,
.title-dark h2,
.title-dark h3,
.title-dark h4,
.title-dark h5,
.title-dark h6 {
  color: #020202;
}

@media (max-width: 991px) {
  .header-page h1,
  .header-page h2,
  .title-lg h1,
  .title-lg h2,
  .title-lg {
    font-size: 26px;
  }
}

/* Arrow link */
.wpb_text_column.wpb_content_element.arrow-link {
  margin-bottom: 35px !important;
}

.arrow-link {
  display: inline-block;
  position: relative;
  color: #b7312c;
  padding-right: 30px;
}

.arrow-link:before {
  content: '\e915';
  position: absolute;
  right: 0;
  top: 4px;
  font-size: 27px;
  font-family: icomoon;
  speak: none;
  font-style: normal;
  font-weight: bold;
  font-variant: normal;
}

/* Lists */
.list-links-gray a {
  color: #5e5e5e !important;
  border: none !important;
  text-decoration: none !important;
}
.list-links-gray a:hover {
  color: #b7312c !important;
}

/* Content gray */
.content-gray {
  color: #5e5e5e !important;
}
.content-gray a {
  color: #5e5e5e !important;
  text-decoration: none !important;
  border: none !important;
}
.content-gray a:hover {
  color: #b7312c !important;
}

/* Link to all */
.link-to-all {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100% !important;
  z-index: 10;
}

.link-to-all a {
  font-size: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100% !important;
}
.link-red {
  color: #b7312c !important;
}
.link-red:hover {
  color: #961e19 !important;
}

/* Lead text */
.lead-text {
  font-size: 20px;
  line-height: 1.4;
}
@media (max-width: 991px) {
  .lead-text {
    font-size: 18px;
  }
}

/* Background */
.bg-gray {
  background: #f4f4f4;
}

/* Line with shadow */
.line-with-shadow {
  border-bottom: 3px solid #efbd47;
  box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.3);
}

/* Buttons */
.btn-outline-light a {
  color: #fff;
  border: 1px solid #d8d8d8;
  padding: 0 10px;
  margin-right: 10px;
  transition: background 0.2s linear;
  font-size: 15px;
  text-transform: uppercase;
  text-decoration: none !important;
  display: inline-block;
  line-height: 1.5;
  font-weight: 600;
}
.btn-outline-light a:hover {
  background: rgba(255, 255, 255, 0.85);
  color: #b7312c !important;
  border-color: rgba(255, 255, 255, 0.85);
}

.btn-fill-primary a {
  background-color: #b7312c;
  color: #fff !important;
  padding: 3px 12px;
  display: inline-block;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.5;
}
.btn-fill-primary a:hover {
  background-color: #961e19;
}

/* Underlined elements */
.scroller-carousel-vertical .scroller-carousel-item h3,
.underlined h1,
.underlined h2,
.underlined h3,
.underlined h4,
.underlined h5,
.underlined h6,
h1.underlined,
h2.underlined,
h3.underlined,
h4.underlined,
h5.underlined,
h6.underlined {
  position: relative;
  display: block;
  margin-bottom: 17px !important;
  padding-bottom: 15px;
}

.underlined.title-lg h2 {
  padding-bottom: 20px !important;
}

.scroller-carousel-vertical .scroller-carousel-item h3:after,
.underlined h1::after,
.underlined h2::after,
.underlined h3::after,
.underlined h4::after,
.underlined h5::after,
.underlined h6::after,
h1.underlined::after,
h2.underlined::after,
h3.underlined::after,
h4.underlined::after,
h5.underlined::after,
h6.underlined::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 10rem;
  height: 2px;
  content: '';
  background-color: #b7312c;
  z-index: 10;
}

.underlined-short h1::after,
.underlined-short h2::after,
.underlined-short h3::after,
.underlined-short h4::after,
.underlined-short h5::after,
.underlined-short h6::after,
h1.underlined-short::after,
h2.underlined-short::after,
h3.underlined-short::after,
h4.underlined-short::after,
h5.underlined-short::after,
h6.underlined-short::after {
  width: 7rem;
}
.icon-white-border {
  position: relative;
}
/*About page*/
.box-shadow-top {
  position: relative;
}

.box-shadow-top:before {
  display: block !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 10px;
  content: '';
  box-shadow: inset 0px 3px 3px 0 rgba(0, 0, 0, 0.15);
  z-index: 10;
}

/*custom news feed about page */
.custom-news-feed {
  background-color: rgba(255, 255, 255, 0.9);
  margin-bottom: 0 !important;
  padding-bottom: 30px;
  font-size: 15px;
  margin-left: 15px;
}
.custom-news-feed > .vc_column-inner {
  padding-left: 25px !important;
  padding-right: 25px !important;
}
.custom-news-feed h2 {
  margin-bottom: 25px !important;
}
.custom-news-item {
  padding-top: 32px;
  padding-bottom: 32px;
  color: #020202;
}
.custom-news-item .underlined {
  margin-bottom: 18px !important;
  padding-bottom: 24px;
}
.custom-news-item .underlined::after {
  width: 35px;
}

/* Section full width row */
.full-width-row {
  font-size: 15px;
}
.full-width-row .full-width-row-image .wpb_wrapper {
  height: 100%;
}
.full-width-row a {
  text-decoration: underline;
}
.full-width-row .wpb_text_column,
.full-width-row .wpb_single_image {
  margin-bottom: 0 !important;
}

.full-width-row .wpb_single_image {
  margin-left: -15px !important;
  margin-right: -15px !important;
}

.full-width-row .full-width-text-right,
.full-width-row .full-width-text-left {
  width: 675px;
  padding-left: 0;
}
.full-width-row .full-width-text-right > .vc_column-inner,
.full-width-row .full-width-text-left > .vc_column-inner {
  padding: 50px;
}

.full-width-row .full-width-text-right {
  padding-left: 50px;
}

.full-width-row .full-width-text-left {
  float: right;
  padding-right: 50px;
}
.full-width-row .stretch-image {
  width: auto;
  height: 100%;
}

/* Section foundation full width row */
.section-foundation-full-width-row ul {
  padding-left: 0;
  margin: 0;
  list-style: none;
}
.section-foundation-full-width-row ul li + li {
  position: relative;
  border-top: 1px solid #b5b5b5;
}
.section-foundation-full-width-row li a {
  padding-top: 9px;
  padding-bottom: 9px;
  display: inline-block;
  font-size: 15px;
  text-decoration: none;
  font-weight: 600;
}
.section-foundation-full-width-row li a:hover {
  color: #961e19;
}

/* Footer */
footer #bottom {
  font-weight: normal;
}

footer .normal-sidebar .widget ul li a {
  font-family: 'Source Sans Pro', sans-serif !important;
}

footer .widget img {
  margin-top: 10rem;
}

/* Social bar 
#content .rotatingtweet {
  top: 50% !important;
  transform: translateY(-50%) !important;
}
*/
.rotatingtweet p.rtw_main {
  line-height: normal;
}

/* Moved from admin */

.rs-fullvideo-cover {
  background-color: rgba(0, 0, 0, 0.5) !important;
}

.home #slider {
  z-index: 0;
  overflow: visible;
  height: auto;
}

#slider .tp-caption h2 {
  font-size: 36px;
  background: #b7312c;
  background-width: 100%;
  text-align: left;
  color: #fff;
  position: absolute;
  bottom: 20px;
  right: 0;
  z-index: 1000;
  padding: 0.5em 2em 0.5em 1em;
}

.dropdown-menu li:focus > .sub-menu {
  visibility: visible;
}

header .dropdown:focus > .dropdown-menu {
  display: block;
  opacity: 1;
  z-index: 1000;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  transition: transform 0.3s ease, opacity 0.2s ease 0.1s;
  -webkit-transition: -webkit-transform 0.3s ease, opacity 0.2s ease 0.1s;
}

.dropdown:focus > .dropdown-menu,
.dropdown > a:focus + .dropdown-menu,
.dropdown > .dropdown-menu-focus {
  display: block;
  opacity: 1;
  z-index: 1000;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  transition: transform 0.3s ease, opacity 0.2s ease 0.1s;
  -webkit-transition: -webkit-transform 0.3s ease, opacity 0.2s ease 0.1s;
}

.dropdown:focus > .sub-menu {
  visibility: visible;
}

#body-wrap header {
  z-index: 15;
  position: relative;
}

#body-wrap header #main-nav {
  z-index: 1;
}

.home-feature-half a {
  color: #fff;
}

.home-feature-half a:hover {
  color: #fff;
}

/* Navbar */
header #main-nav .navbar {
  z-index: 100;
  background-color: #040404;
  width: 100%;
}

header #main-nav .navbar .logo {
  padding-top: 14px;
  padding-bottom: 13px;
  display: block;
}

header #main-nav .navbar .logo img {
  max-width: 100%;
}
header .dropdown-menu > li > a {
  font-size: 15px;
}
header .topnav-sidebar a {
  font-size: 20px;
}
header .search-toggle {
  font-size: 20px;
  color: #fff !important;
}
header .input-group-btn button[type='button'] {
  padding-right: 0;
  margin-right: -15px;
}
header .top-menu .list-inline {
  margin: 0;
}
header #nav-search .search-field,
header #nav-search button:focus {
  box-shadow: none !important;
  outline: none !important;
  border: none !important;
}
header #main-nav .navbar-nav > li > a {
  color: #fff !important;
}
header .topnav-sidebar .textwidget {
  display: flex;
  align-items: center;
}

div.sub-menu {
  background: #000;
  border-top: 5px solid #fff;
  border-bottom: 5px solid #fff;
  padding-bottom: 3px;
}

div.sub-menu ul.menu {
  padding: 0;
  list-style: none;
  display: inline;
  color: #fff;
  font-family: 'Oswald';
  font-weight: 400;
  font-size: 18px;
}

div.sub-menu ul.menu li {
  display: inline;
  margin-right: 40px;
}

div.sub-menu ul.menu li a {
  color: #fff;
}

div.sub-menu ul.menu .dropdown:hover .dropdown-menu {
  display: block;
}

div.sub-menu ul.menu li ul {
  background: rgb(162, 164, 163);
  left: -100px;
  padding: 0;
  margin: 0;
  border: none;
}

div.sub-menu ul.menu li ul li {
  margin: 0;
}

div.sub-menu ul.menu li ul li a {
  padding: 6px 10px;
  font-size: 16px;
}

div.sub-menu ul.menu li ul li a:hover {
  background: rgb(141, 141, 141);
}

/* page-sub-menu */
.header-page-with-sub-menu {
  padding-bottom: 80px !important;
}
div.sub-menu.page-sub-menu {
  border: none;
  height: 80px;
  margin-top: -80px;
  background: rgba(0, 0, 0, 0.8);
  position: relative;
  z-index: 10;
  padding-bottom: 5px;
}
div.sub-menu.page-sub-menu:after {
  height: 3px;
  width: 100%;
  background-color: #b7312c;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  z-index: -1;
}
div.sub-menu.page-sub-menu:before {
  height: 3px;
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  content: '';
  z-index: 1;
  box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.85);
}
div.sub-menu.page-sub-menu ul.menu {
  display: flex;
  height: 80px;
  margin: 0;
  position: relative;
}
div.sub-menu.page-sub-menu ul.menu li {
  margin: 0;
  flex: 1 1 auto !important;
  text-align: center;
  align-self: stretch !important;
  position: relative;
  z-index: 1;
}
div.sub-menu.page-sub-menu ul.menu li:hover {
  background-color: #b7312c;
}
div.sub-menu.page-sub-menu ul.menu > li + li:before {
  width: 2px;
  position: absolute;
  top: 0;
  bottom: 3px;
  left: 0;
  content: '';
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.5);
}
div.sub-menu.page-sub-menu ul.menu li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.15;
  padding-left: 35px;
  padding-right: 35px;
}

/* page-sub-menu - 2nd level */
div.sub-menu.page-sub-menu li ul {
  left: 0px !important;
  margin-top: -3px !important;
  min-width: 101%;
  background: rgba(0, 0, 0, 0.8) !important;
  padding-top: 9px !important;
  padding-bottom: 6px !important;
}
div.sub-menu.page-sub-menu ul.menu ul li a {
  font-size: 15px;
}
div.sub-menu.page-sub-menu ul.menu li ul li a:hover {
  background-color: #b7312c;
}

/* page-sub-menu - students */
div.sub-menu.students-page-sub-menu ul.menu li a {
  padding-left: 70px;
  padding-right: 70px;
}

/* page-sub-menu - alumni */
div.sub-menu.alumni-page-sub-menu ul.menu li a {
  padding-left: 30px;
  padding-right: 30px;
}

.content-pad-3x {
  padding-top: 0;
  padding-bottom: 0;
}

.widget {
  padding-bottom: 0;
}

.wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid > li {
  margin-bottom: 0 !important;
}

.home-featured-slider h2 {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 2em;
  color: #fff;
}

.u_full_row .vc_column_container > .vc_column-inner {
  padding-right: 15px;
  padding-left: 15px;
}

.home-feature-half .vc_column_container > .vc_column-inner {
  padding-right: 0;
  padding-left: 0;
}

.home-feature-half h3 {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 36px;
  color: #fff;
}

.home-feature-half p {
  font-size: 0.8em;
}

nav {
  padding: 0;
}

footer {
  border-top: 3px solid #efbd47;
}

#main-nav .main-menu.affix.sticky-light {
  background: #b7312c !important;
}

#top-nav {
  height: 50px;
  background-color: #040404;
}

/*top navbar, didnt change the classess from footer-...*/
/*#top-nav {
  overflow: hidden;
}*/

.footer-content .social-icon {
  padding: 0 !important;
}

.top-menu {
  height: 50px;
}

.main-menu > a > .fa-search {
  display: none;
}

.rev-btn {
  font-family: 'Oswald', sans-serif !important;
  font-size: 1.7em !important;
  padding: 15px 30px !important;
}

/*.navbar-inverse {background-color:#fff !important;}*/
.navbar-inverse .navbar-nav > li > a {
  color: #b7312c !important;
}

#main-nav .main-menu.affix.sticky-light .navbar-right {
  padding-top: 0;
}

#main-nav .main-menu.affix.sticky-light .navbar-nav > li > a {
  color: #fff !important;
}

#main-nav .main-menu.affix.sticky-light .navbar-nav > li > a:hover {
  color: #fff !important;
}

#main-nav .main-menu.affix.sticky-light .navbar-nav > .current-menu-item > a {
  color: #fff !important;
}

#main-nav .main-menu.affix .navbar-nav > li > a {
  padding: 15px;
}

.home #main-nav .main-menu.affix.sticky-light a.logo img {
  display: block;
}

.vc_btn3.vc_btn3-color-orange.vc_btn3-style-modern {
  background-color: #efbd47;
  border-color: #efbd47;
  background-image: none;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
}

.page-template-permanent-sticky .page-heading {
  display: none;
}

.page-template-permanent-sticky #main-nav .navbar {
  min-height: 0;
}

.page-template-permanent-sticky nav {
  padding: 0;
}

.cas-colors h2 {
  color: #47697b;
  text-transform: uppercase;
  padding-bottom: 8px;
  border-bottom: 3px solid #a2a4a3;
}

.cas-colors h1 {
  color: #47697b;
  text-transform: uppercase;
}

.cas-colors h3 {
  color: #47697b;
  text-transform: uppercase;
}

.cas-colors h2 span {
  color: #efbd47;
}

.home-feature-half.cas-colors h3 {
  color: #fff;
}

.single-space {
  line-height: 1;
}

.single-space p {
  margin: 0 0 2px;
}

.cas-color-gray .wpb_wrapper {
  background: #a2a4a3;
  padding: 10px;
}

.cas-color-gray .main-color-1-hover:hover {
  color: #47697b;
}

.page-heading {
  display: none;
}

.large-header h2 {
  font-size: 40px;
  border-bottom: none;
}

.post-type-archive-u_event #sidebar {
  display: none;
}

.underline-header h2 {
  border-bottom: 3px solid #a2a4a3;
  padding-bottom: 5px;
}

.CDCalendar caption {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
}

.CDDayRow:hover {
  background: transparent;
}

.CDDayHeadRow {
  background-color: #a2a4a3;
}

.CDDisplayAlways {
  width: 500px !important;
}

.white-boxes {
  padding-bottom: 20px;
}

.white-boxes .vc_column-inner .wpb_wrapper {
  padding-left: 0;
  padding-right: 0;
  background: #fff;
  -webkit-box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.3);
}

.white-boxes .vc_column-inner .wpb_wrapper .wpb_content_element .wpb_wrapper {
  -webkit-box-shadow: 3px 3px 2px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 3px 3px 2px 0px rgba(0, 0, 0, 0);
  box-shadow: 3px 3px 2px 0px rgba(0, 0, 0, 00);
}

.white-boxes .wpb_text_column {
  padding: 10px;
}

.cas-colors.white-boxes .wpb_text_column h3 a {
  color: #47697b;
}

.cas-colors.white-boxes .wpb_text_column p a {
  color: #333;
}

.red-bar-slim {
  background: #b7312c;
  padding: 5px 0;
}

.blue-bar-slim {
  background: #38a1f3;
  padding: 22px 0;
}

.orange-bar-slim {
  background: #ee802f;
  padding: 22px 0;
}

.red-bar {
  background: #b7312c;
  padding: 40px 0;
}

.red-bar h2 {
  color: #fff;
  font-size: 36px;
}

.fontsize .red-bar h2 {
  font-size: 54px !important;
}

.rev-btn a {
  color: #000!important;
}

.rev-btn:hover a {
  color: #fff;
}

.rev-btn a:hover {
  color: #fff;
}

.causes-colors h2 {
  color: #386a4e;
  text-transform: uppercase;
  padding-bottom: 8px;
  border-bottom: 3px solid #a2a4a3;
}

.causes-colors h2 span {
  color: #efbd47;
}

.causes-colors h1 {
  color: #386a4e;
  text-transform: uppercase;
}

.causes-colors.white-boxes .wpb_text_column h3 {
  color: #386a4e;
}

.tableHeader-processed a {
  color: #fff;
}

.tableHeader-processed a:hover {
  color: #fff;
}


.slim-bar-icon {
  color: #fff;
  font-size: 22px;
}

.rtw_main{
  color: #000;
  font-size: 22px;
}

.slim-bar-icon {
  font-size: 20px;
}
.slim-bar-icon .vc_column-inner {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.rtw_main a {
  color: #000;
}

.rtw_main a:hover {
  color: #000;
}

#content .rotatingtweets,
#content .norotatingtweets {
  border-top: 0;
  border-bottom: 0;
  margin-bottom: 0;
}

.vc_icon_element {
  margin-bottom: 0;
  padding-top: 10px;
}

.EventSimpleList dt {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
}

.single-post .content-image {
  display: none;
}

.single-post .single-content-title {
  display: none;
}

.grid-item-inner {
  padding-top: 70%;
}

.overlay-top {
  background: transparent;
  color: #b7312c;
}

.overlay-top h4 {
  color: #b7312c;
}

.owl-pagination {
  display: none;
}

.overlay-top:after {
  display: none;
}

.white-boxes .wpb_text_column h3 {
  color: #b7312c;
  text-transform: uppercase;
}

.white-boxes a {
  color: #b7312c;
}

.page-template-permanent-sticky #top-nav {
  height: 50px;
}

.page-template {
}

.search-results .item-excerpt {
  display: none;
}

.search-results .item-meta {
  display: none;
}

#CDMonthViewContainercdaily_monthview .CDFullDow {
  display: none;
}

.read-more-link {
  padding-top: 8px;
  border-top: 3px solid #a2a4a3;
  margin-top: 10px;
}

.read-more-link a {
  color: #b7312c;
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
}

.un-post-carousel .section-inner {
  padding-bottom: 20px;
}

.cas-colors .read-more-link a {
  color: #47697b;
}

.single-post-meta {
  display: none;
}

.about-author {
  display: none;
}

.large-header h2 {
  border-bottom: 0;
}

.causes-colors .overlay-top h4 {
  color: #386a4e;
}

.event-overlay {
  background: #fff;
}

.sbpa-colors h2 {
  color: #927a47;
  text-transform: uppercase;
  padding-bottom: 8px;
  border-bottom: 3px solid #a2a4a3;
}

.sbpa-colors h2 span {
  color: #efbd47;
}

.sbpa-colors h1 {
  color: #927a47;
  text-transform: uppercase;
}

.sbpa-colors.white-boxes .wpb_text_column h3 {
  color: #927a47;
}

.sbpa-colors .overlay-top h4 {
  color: #927a47;
}

.school-event-overlay,
.school-grid-item .school-event-item {
  position: relative;
}

.school-event-overlay {
  color: #666;
  padding: 10px 10px;
}

.school-event-overlay a {
  color: #666;
}

.school-event-overlay a:hover {
  color: #b7312c;
}

.school-carousel-wrap .grid-item-inner {
  padding-top: 0;
}

.school-carousel-wrap .overlay-top {
  padding: 15px 0;
}

.seas-colors h2 {
  color: #79523e;
  text-transform: uppercase;
  padding-bottom: 8px;
  border-bottom: 3px solid #a2a4a3;
}

.seas-colors h2 span {
  color: #efbd47;
}

.seas-colors h1 {
  color: #79523e;
  text-transform: uppercase;
}

.seas-colors.white-boxes .wpb_text_column h3 {
  color: #79523e;
}

.seas-colors .overlay-top h4 {
  color: #79523e;
}

.seas-colors.large-header h2 {
  border-bottom: 0;
}

.cc-colors h2 {
  color: #6b0300;
  text-transform: uppercase;
  padding-bottom: 8px;
  border-bottom: 3px solid #a2a4a3;
}

.cc-colors h2 span {
  color: #efbd47;
}

.cc-colors h1 {
  color: #6b0300;
  text-transform: uppercase;
}

.cc-colors.white-boxes .wpb_text_column h3 {
  color: #6b0300;
}

.cc-colors .overlay-top h4 {
  color: #6b0300;
}

.cc-colors.large-header h2 {
  border-bottom: 0;
}

.foundation-feature {
  height: 470px;
  background: url('/wp-content/uploads/2016/09/udc-foundation-bg.jpg') no-repeat;
  background-size: 100%;
  padding: 0 15%;
}

.foundation-feature-interior {
  background: #fff;
  z-index: 9999999;
  padding: 30px;
}

.foundation-23-13 .tp-caption h2 {
  font-size: 30px;
  background: #b7312c;
  background-width: 100%;
  text-align: left;
  color: #fff;
  position: absolute;
  bottom: 20px;
  right: -400px;
  z-index: 1000;
  padding: 0.5em 2em 0.5em 1em;
}

.foundation-23-13 .vc_column_container > .vc_column-inner {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.red-box-events {
  background: #b7312c;
  color: #fff;
  padding: 20px;
}

.red-box-events a {
  color: #fff !important;
}

.red-box-events h2 {
  color: #fff;
}

.red-box-events #cdaily_simplelistwidget-2 dt {
  color: #efbd47;
}

.red-box-events #cdaily_simplelistwidget-2 dd {
  color: #fff;
}

.no-gap .vc_column_container > .vc_column-inner {
  padding-left: 0;
  padding-right: 0;
}

.sliders-3-col .tp-caption h2 {
  font-size: 48px;
  background: #b7312c;
  background-width: 100%;
  text-align: left;
  color: #fff;
  position: absolute;
  bottom: 10px;
  left: 0;
  z-index: 1000;
  padding: 0.5em 4em 0.5em 2em;
}

.wpcf7-text {
  width: 90%;
}

.wpcf7-textarea {
  width: 90%;
}

.wpcf7-form-control-wrap {
  width: 100%;
}

.wpcf7 label {
  width: 90%;
}

.blog-item-meta {
  display: none;
}

.grid-item-inner {
  height: auto;
}

.ui-dialog-titlebar-close:before {
  line-height: 0;
  position: absolute;
  left: -10px;
  color: #b7312c;
}

.EventTimeBanner {
  font-family: 'Oswald', sans-serif;
  color: #b7312c;
  font-size: 1.8em;
}

.CDDisplayAlways .EventTitle {
  font-family: 'Oswald', sans-serif;
  font-size: 1.5em;
}

.EventSimpleList dd {
  cursor: pointer;
}

.EventSimpleList dd:hover {
  color: #b7312c !important;
}

.CDDayRow .CDEventTitle {
  cursor: pointer;
}

.CDDayRow .CDEventTitle:hover {
  color: #efbd47;
}

.modal-header .close {
  color: #b7312c;
  top: -10px;
  right: -10px;
}

.red-box-events .EventSimpleList dd:hover {
  color: #efbd47 !important;
}

.wpb_text_column a {
  color: #b7312c;
}

.centered {
  text-align: center;
}

.vc_btn3-color-mulled-wine {
  background-color: #6b0300 !important;
  border-color: #6b0300 !important;
}

.vc_btn3-style-modern {
  font-family: 'Oswald', sans-serif;
}

.wpb_widgetised_column .menu {
  list-style: none;
  padding: 0;
}

.wpb_widgetised_column .menu li {
  background: #a2a4a3;
  padding: 10px;
  margin: 0 0 3px;
}

.wpb_widgetised_column .menu li:hover {
  background: #b7312c;
}

.wpb_widgetised_column .menu li a {
  color: #fff;
}

.presidents-blog .item-thumbnail {
  display: none;
}

.presidents-blog .col-md-6 {
  width: 100% !important;
}

.home .post-scroller-wrap {
  padding: 0;
}

.home .post-scroller-control {
  display: none;
}

.home .white-boxes .wpb_text_column {
  height: 250px;
}

#ui-datepicker-div {
  width: auto;
}

.single-news .content-image {
  display: none;
}

.dark-div,
.dark-div a {
  color: #fff;
}

#nav-search {
  z-index: 99999;
}

.input-group-btn:focus {
  border: 1px solid blue !important;
  z-index: 99999 !important;
}

.input-group-btn:focus button {
  border: 1px solid blue !important;
  z-index: 99999 !important;
}

.input-group-btn button:focus {
  visibility: visible;
  border: 1px solid blue !important;
  z-index: 99999 !important;
}

.input-group span:focus {
  border: 1px solid blue;
  z-index: 99999;
}

.input-group i:focus {
  border: 1px solid blue !important;
  z-index: 99999;
}

.input-group button:focus {
  border: 1px solid blue !important;
}

.input-group button:active {
  border: 1px solid blue !important;
}

.input-group-btn button:active {
  border: 1px solid blue !important;
}

#nav-search button:focus {
  border: 1px solid blue !important;
}

/* Contrast */
.contrast .quick-links .menu li:before {
  color: #fff;
}
.contrast .quick-links .menu a,
.contrast .link-to-all,
.contrast .link-to-all .wpb_wrapper,
.contrast .link-to-all a,
.contrast .link-to-all a:link:hover,
.contrast .header-page .wpb_column.vc_column_container,
.contrast .vc_col-sm-6 .vc_row.wpb_row.vc_inner.vc_row-fluid {
  background-color: transparent !important;
  background: transparent !important;
}
.contrast .logo img,
.contrast .footer-logo img,
.contrast .custom-news-feed img {
  background: transparent !important;
}
.contrast .carousel-square-items .event-overlay:before {
  display: none !important;
}

/* Bigger font */
.fontsize #bottom .widget-title {
  font-size: 25px !important;
}
.fontsize #bottom ul li li,
.fontsize #bottom p,
.fontsize #bottom a {
  font-size: 20px !important;
}
.fontsize .section-scroll-with-slider p {
  font-size: 115% !important;
  line-height: normal;
}
.fontsize .section-square-gird .wpb_column {
  max-width: 1210px;
  margin: 0 auto;
}
.fontsize .section-square-gird p {
  font-size: 18px !important;
}
.fontsize .section-square-gird .overlay a {
  padding: 0 14px;
  height: 30px;
}
.fontsize .scroller-carousel-vertical .scroller-carousel-item:after {
  display: none !important;
}
.fontsize .header-page h1,
.fontsize .header-page h2 {
  font-size: 40px !important;
}
.fontsize .header-page p {
  font-size: 140% !important;
}
.fontsize .section-foundation-full-width-row li a {
  font-size: 100% !important;
}
.fontsize .rtw_main,
.fontsize .slim-bar-icon,
.fontsize .slim-bar-icon p,
.fontsize .rss-feed a {
  font-size: 26px !important;
}
.fontsize .sidebar-right,
.fontsize .sidebar-right h1,
.fontsize .sidebar-right h2,
.fontsize .sidebar-right h3,
.fontsize .sidebar-right h4,
.fontsize .sidebar-right h5,
.fontsize .sidebar-right h6,
.fontsize .sidebar-right p,
.fontsize .sidebar-right li:not(.a11y-toolbar-list-item),
.fontsize .sidebar-right label,
.fontsize .sidebar-right input,
.fontsize .sidebar-right select,
.fontsize .sidebar-right textarea,
.fontsize .sidebar-right legend,
.fontsize .sidebar-right code,
.fontsize .sidebar-right pre,
.fontsize .sidebar-right dd,
.fontsize .sidebar-right dt,
.fontsize .sidebar-right blockquote,
.fontsize .sidebar-right ul > li .level-0,
.fontsize header .dropdown-menu > li > a {
  font-size: 115% !important;
}

.fontsize .lead-text,
.fontsize .lead-text p {
  font-size: 130% !important;
}

.fontsize .content-left ul li,
.fontsize .content-left ul li p,
.fontsize .content-left ul li a,
.fontsize .content-left .content-gray p {
  font-size: 120% !important;
}

.fontsize .btn-outline-light a,
.fontsize .btn-fill-primary a {
  font-size: 19px !important;
}
.fontsize #accordions-11500 .accordions-head-title {
  font-size: 23px;
}
.fontsize #accordions-11500 ul li,
.fontsize #accordions-11500 ul li p,
.fontsize #accordions-11500 ul li a {
  font-size: 150% !important;
}

/* slick slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

@media (max-width: 1200px) {
  .header-page {
    min-height: 500px;
  }
  .section-square-gird .description p {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .header-page,
  .section-square-gird {
    min-height: 500px;
  }
}
@media (max-width: 767px) {
  #sub-menu-container {
    display: none;
  }

  .hades.tparrows {
    width: 50px;
    height: 50px;
  }

  .tp-bullets {
    top: 125% !important;
  }

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

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

  #upcoming-events-custom-column .vc_col-sm-3 {
    margin-bottom: 0 !important;
  }

  #upcoming-events-custom-column .vc_col-sm-9 {
    margin-bottom: 0 !important;
  }

  #top-nav,
  #top-nav .navbar.navbar-inverse,
  .top-menu {
    height: 40px;
    min-height: 40px;
    background-color: #020202;
  }

  .full-width-row .full-width-text-left,
  .full-width-row .full-width-text-right {
    float: none;
    padding-left: 15px;
    padding-right: 15px;
  }
  .full-width-row .stretch-image {
    padding-bottom: 50%;
  }
  .full-width-row .vc_col-sm-6 {
    margin-bottom: 0;
  }

  .search-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .views-field-name-1 {
    display: none;
  }

  .views-field-name {
    display: none;
  }

  .tp-video-play-button {
    display: none !important;
  }
  /* page-template-new-default-template */
  .page-template-new-default-template
    .single-page-content
    .u_full_row
    .wpb_row {
    overflow: visible;
  }
  /* header */
  .header-page {
    min-height: 350px;
    padding-top: 25px !important;
    padding-bottom: 40px !important;
  }
  .header-page .wpb_column {
    margin-bottom: 0;
  }
  .header-page .header-page-box {
    max-width: 400px;
  }
  .header-page .header-page-box a {
    margin-bottom: 13px;
  }

  /* home page monika */
  .section-square-gird {
    min-height: 375px;
    padding-top: 25px !important;
    padding-bottom: 40px !important;
  }
  .section-square-gird .square-grid-item {
    max-width: 400px;
    margin-left: 0;
    margin-right: 0;
  }
  .section-square-gird .vc_row .vc_column-inner {
    height: auto;
    padding-bottom: 0;
  }
  .scroller-carousel-vertical .scroller-carousel-item {
    height: 350px;
  }
  .scroller-container .section-scroll-with-slider-heading {
    margin-bottom: 0 !important;
  }
  .scroller-container .section-scroll-with-slider-heading,
  .scroller-container .scroller-carousel-vertical {
    max-width: 90%;
  }
  /* footer */
  .footer-logo {
    display: none !important;
  }
  /* slim bar icon and home twitter */
  .home-twitter .wpb_column,
  .slim-bar-icon .wpb_column {
    margin-bottom: 0;
  }
  .home-twitter .wpb_single_image,
  .slim-bar-icon .wpb_single_image {
    margin-bottom: -20px !important;
  }
  /* custom news feed */
  .custom-news-feed {
    margin-left: 0;
  }
  .custom-news-feed > .vc_column-inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  /* quick links */
  .quick-links .menu li {
    padding-bottom: 30px;
  }
  .quick-links .menu a {
    font-size: 17px;
  }
  /* section-udcfirebirds */
  .section-udcfirebirds {
    padding-top: 50px;
    padding-bottom: 65px;
  }
  .section-udcfirebirds img {
    max-width: 70% !important;
  }
  /* section content cards */
  .section-content-cards {
    margin-top: -30px;
  }
  /* students page */
  .section-table-striped table thead th {
    font-size: 15px !important;
  }
  .section-table-striped form {
    overflow: hidden;
  }
  /* home page */
  .section-square-gird .square-grid-item + .square-grid-item,
  .section-square-gird .white-boxes + .white-boxes {
    display: none !important;
  }
  .section-square-gird .overlay {
    position: relative;
  }
  /* foundation page */
  .foundation-carousel-square-items {
    margin-top: -30px !important;
    margin-bottom: -40px !important;
  }
  /* alumni page */
  .alumni-carousel-title {
    margin-top: -20px !important;
  }
  .alumni-carousel-square-items {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 370px) and (max-width: 767px) {
  .home #main-nav .navbar .logo img {
    max-width: 400px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-square-gird .overlay p {
    height: 100px;
    overflow: hidden;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  .home #main-nav .navbar .logo img {
    max-width: 400px;
  }
}

@media (max-width: 1200px) {
  .home #main-nav .main-menu.affix.sticky-light a.logo img {
    max-width: 300px;
  }
}

/*@media (min-width: 992px) and (max-width: 1400px) {
  .home #main-nav .navbar .logo {
    padding-top: 20px;
  }
}*/

@media (max-width: 735px) {
  .rev-btn {
    font-size: 0.8em !important;
    padding: 5px 15px !important;
  }
}

@media (max-width: 500px) {
  .tp-bullets {
    top: 150% !important;
  }

  .tp-caption {
    padding: 0 15px;
  }
  .header-page .header-page-box {
    min-width: auto !important;
    width: 100%;
    max-width: auto !important;
  }
}

@media (max-width: 480px) {
  .tp-bullets {
    top: 130% !important;
  }
}

@media (max-width: 991px) {
  .home #main-nav .main-menu.affix.sticky-light a.logo img {
    max-width: 220px;
  }

  #main-nav .main-menu.affix .navbar-nav > li > a {
    padding: 15px 10px 10px;
    font-size: 12px;
  }
}

@media (max-width: 1441px) {
  .full-width-row .full-width-text-right,
  .full-width-row .full-width-text-left {
    width: 91.66666667% !important;
    margin-left: 0;
  }
}

@media (min-width: 768px) {
    .navbar-right {
         margin-right: 53px;
    }
  .navbar-nav.navbar-right:last-child {
    margin-right: 0;
    
  }

  .affix .navbar-nav.navbar-right:last-child {
    margin-right: 20px;
  }

  .top-menu {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .section-square-gird .overlay p {
    font-size: 13px;
  }

  .section-square-gird .overlay h3 {
    font-size: 20px !important;
  }

  .fontsize .section-square-gird .overlay h3 {
    font-size: 16px !important;
    line-height: 1.2;
  }

  .quick-links-4 li,
  .quick-links-6 li {
    width: 25%;
  }
  /*bar with icon and border*/

  .icon-white-border::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 50px;
    background-color: #000;
    transform: translateY(-50%);
  }

 

  .home-twitter .icon-white-border::before {
    right: -15px;
  }
}

@media (min-width: 992px) {
  .fontsize .section-square-gird .overlay h3 {
    font-size: 22px !important;
  }

  /*Twitter*/
  .vc_icon_element {
    position: relative;
    margin: 15px 0 !important;
  }

  .quick-links-6 li {
    width: calc(100% / 6);
  }
}

@media (min-width: 1201px) {
  .container {
    width: 98%;
  }

  .section-square-gird .overlay p {
    font-size: 15px;
  }

  .section-square-gird .overlay h3 {
    font-size: 24px !important;
  }
  .fontsize .section-square-gird .overlay h3 {
    font-size: 24px !important;
  }

  footer h2.widget-title {
    font-size: 25px;
  }

  footer .textwidget,
  footer .widget ul li a {
    font-size: 17px;
  }

  #bottom-nav .btn.back-to-top {
    font-size: 25px;
    font-weight: 300;
  }

  #bottom-nav .line-under {
    margin-bottom: 90px;
    margin-top: 60px;
  }

  .full-width-row .stretch-image {
    padding-bottom: 60%;
  }
}
@media (max-width: 1365px) {
  #main-nav .navbar-header {
    max-width: 450px;
  }
}
@media (max-width: 1300px) {
  #main-nav .navbar-header {
    max-width: 400px;
  }
  #main-nav .navbar-nav > li > a {
    font-size: 18px;
    padding-right: 10px;
  }
  header .topnav-sidebar a {
    font-size: 17px;
  }
}
@media (max-width: 1250px) {
  #main-nav .container {
    max-width: 100%;
  }
}
@media (max-width: 1200px) {
  #main-nav .navbar-header {
    display: none;
  }
}
@media (max-width: 1023px) {
  #top-nav .footer-content {
    display: none !important;
  }
}
@media (max-width: 767px) {
  header .topnav-sidebar a {
    font-size: 15px;
  }
  header #main-nav {
    display: none !important;
  }
}
@media (min-width: 1365px) {
  .container {
    width: 1350px;
  }
}

@media (min-width: 1680px) {
  .full-width-row .stretch-image {
    padding-bottom: 50%;
  }
}
@media (min-width: 1251px) {
  header .search-toggle {
    margin-right: -340px;
  }
}
@media (min-width: 1300px) {
    header .search-toggle {
      margin-right: -370px;
    }
  }
@media (max-width: 1100px) {
  div.sub-menu.page-sub-menu ul.menu li a {
    padding-left: 20px !important;
    padding-right: 20px !important;
    font-size: 16px !important;
  }
  /* content - left */
  .content-left {
    padding-right: 0 !important;
  }
  /* sidebar - right */
  .sidebar-right > .vc_column-inner {
    width: 100% !important;
  }
  .sidebar-right .sidebar-box-title {
    font-size: 15px;
  }

  /* carousel-square-items */
  .carousel-square-items .date-block {
    transform: scale(0.8);
  }
  .carousel-square-items .event-overlay:before {
    border-top: 30px solid transparent;
  }
  .carousel-square-items .event-overlay h4 {
    font-size: 15px;
  }
}

/* Slider */
.slick-slider {
  position: relative;

  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;

  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;

  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
}
.slick-arrow.slick-hidden {
  display: none;
}

/*
* New Styles for Page Layouts
* Implement by adding the class of .udcCustomStyles-row to a new row created in visual composer.
* See the udc.edu/admissions page for an example case.
*/

/* Custom container Style */
.udcCustomStyles-row {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1200px !important;
  padding: 0 20px !important;
}

@media only screen and (min-width: 768px) {
  .udcCustomStyles-row {
    max-width: 1350px !important;
    padding: 0 !important;
  }
}

/* Custom font styles */
.udcCustomStyles-row {
  /* Styles taken from .page-template-new-default-template */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px;
}

/* Custom headers further defined */

.udcCustomStyles-row h1,
.udcCustomStyles-row h2,
.udcCustomStyles-row h3,
.udcCustomStyles-row h4,
.udcCustomStyles-row h5,
.udcCustomStyles-row h6,
.udcCustomStyles-row p {
  font-family: 'Source Sans Pro', sans-serif !important;
}

/* Container Style for left colum */
.udcCustomStyles-row .vc_col-sm-8 {
  padding-right: 60px;
}

/* Spacing above each section when using format of title, description, bulleted list */

.udcCustomStyles-row .summarySection .wpb_wrapper .vc_row {
  padding-top: 40px;
}
.udcCustomStyles-row .summarySection .wpb_wrapper .vc_row:first-child {
  padding-top: 0px;
}
/*
/*
/* Headings
/*
*/

.udcCustomStyles-row h1 {
  color: #020202;
  font-weight: 600;
  font-size: 30px;
  line-height: 33px;
  margin-bottom: 17px !important;
  padding-bottom: 20px;
  position: relative;
}
.udcCustomStyles-row h2 {
  color: #020202;
  font-weight: 400;
  font-size: 28px;
  line-height: 33px;
  margin-bottom: 17px !important;
  padding-bottom: 20px;
  position: relative;
}

.udcCustomStyles-row h2:after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 7rem !important;
  height: 2px;
  content: '';
  background-color: #b7312c;
  z-index: 10;
}

.udcCustomStyles-row h3 {
  color: #7d7d7d;
  font-weight: 600;
  font-size: 24px;
  line-height: 35px;
  padding-bottom: 20px;
  position: relative;
}

.udcCustomStyles-row h4 {
  color: #000000;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  padding-bottom: 20px;
  position: relative;
}

.udcCustomStyles-row h1 a,
.udcCustomStyles-row h2 a,
.udcCustomStyles-row h3 a,
.udcCustomStyles-row h4 a {
  text-decoration: none;
  border-bottom: none;
}

.udcCustomStyles-row h1 a,
.udcCustomStyles-row h2 a,
.udcCustomStyles-row h3 a,
.udcCustomStyles-row h4 a {
  text-decoration: none;
  border-bottom: none;
}

.udcCustomStyles-row h1 a:hover,
.udcCustomStyles-row h1 a:focus,
.udcCustomStyles-row h1 a:active {
  text-decoration: none;
  border-bottom: none;
  color: #84231f;
}
.udcCustomStyles-row h2 a:hover,
.udcCustomStyles-row h2 a:focus,
.udcCustomStyles-row h2 a:active {
  text-decoration: none;
  border-bottom: none;
  color: #84231f;
}
.udcCustomStyles-row h3 a:hover,
.udcCustomStyles-row h3 a:focus,
.udcCustomStyles-row h3 a:active {
  text-decoration: none;
  border-bottom: none;
  color: #84231f;
}
.udcCustomStyles-row h3 a:hover,
.udcCustomStyles-row h3 a:focus,
.udcCustomStyles-row h3 a:active {
  text-decoration: none;
  border-bottom: none;
  color: #84231f;
}

/*
/*
/*Generic Link Styles
/*
*/

.udcCustomStyles-row a {
  border-bottom: 1px solid;
}

.udcCustomStyles-row a:hover,
.udcCustomStyles-row a:focus,
.udcCustomStyles-row a:active {
  border-bottom: 1.5px solid;
}

/*
/*
/* Content Styles
/*
*/
.udcCustomStyles-row p {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #000;
}

/*
/*
/* Custom TinyMCE Styles
/*
*/
.udcCustomStyles-row p .redBoxTitle {
  background-color: #b7312c;
  color: white;
  display: block;
  padding: 5px 20px;
  font-size: 20px;
  font-weight: 600;
}

.udcCustomStyles-row p .yellowBoxTitle {
  background-color: #efbd47;
  color: #000
  display: block;
  padding: 5px 20px;
  font-size: 15px;
  font-weight: 400;
}

/*
/*
/* List Link Styles
/*
*/

.udcCustomStyles-row ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Regular list Styles */

.udcCustomStyles-row ul li {
  color: #5e5e5e;
  font-weight: 400;
  padding: 9px 0;
}

.udcCustomStyles-row ul li:last-child {
  border-bottom: none;
}

.udcCustomStyles-row ul li:before {
  color: #5e5e5e;
  content: '\2022';
  font-size: 15px;
  padding-right: 10px;
}

.udcCustomStyles-row ul li a {
  border-bottom: none;
  color: #5e5e5e;
  font-weight: 400;
  text-decoration: underline;
}

.udcCustomStyles-row li a:hover,
.udcCustomStyles-row li a:focus,
.udcCustomStyles-row li a:active {
  border-bottom: none;
  color: #b7312c;
  font-weight: 600;
}

/* Divided List Styles */

.udcCustomStyles-row .dividedList ul li {
  border-bottom: 1px solid #b5b5b5;
  padding: 9px 0;
}
.udcCustomStyles-row .dividedList ul li:last-child {
  border-bottom: none;
}
.udcCustomStyles-row .dividedList ul li:before {
  color: #5e5e5e;
  content: '\2022';
  font-size: 15px;
  padding-right: 10px;
}

.udcCustomStyles-row .dividedList ul li a {
  border-bottom: none;
  color: #5e5e5e;
  text-decoration: none;
}

.udcCustomStyles-row .dividedList li a:hover,
.udcCustomStyles-row .dividedList li a:focus,
.udcCustomStyles-row .dividedList li a:active {
  border-bottom: none;
  color: #b7312c;
}

/*
/*
/* Side Bar Styles
/*
*/

/* Side Bar Container Styles */

.udcCustomStyles-row .sidebar .vc_column-inner {
  padding: 0 15px;
}

/* Side Bar Header Styles */
.udcCustomStyles-row .sidebar h1,
.udcCustomStyles-row .sidebar h2 {
  color: #b7312c;
  font-size: 28px;
  font-weight: 400;
  line-height: 35px;
}

/*
/*
/* Side Bar Content Styles
/*
*/
.udcCustomStyles-row .sidebar p {
  font-size: 15px;
}

.udcCustomStyles-row .sidebar ul {
  font-size: 15px;
  list-style: none;
  text-transform: uppercase;
}
.udcCustomStyles-row .sidebar ul li {
  border-bottom: 1px solid #b5b5b5;
  padding-top: 0;
  padding-bottom: 9px;
}

.udcCustomStyles-row .sidebar ul li:first-child {
  padding-top: 9px;
}

.udcCustomStyles-row .sidebar ul li:last-child {
  border-bottom: none;
}

.udcCustomStyles-row .sidebar ul li h5 {
  border-bottom: 1px solid #b5b5b5;
  color: #b7312c;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 0;
  padding: 9px 0 9px 20px;
}

.udcCustomStyles-row .sidebar ul li:before {
  content: none;
}

.udcCustomStyles-row .sidebar ul li ul li {
  color: #5e5e5e;
  padding: 9px 0 9px 40px;
}
.udcCustomStyles-row .sidebar ul li ul li:last-child {
  padding-bottom: 0;
}

div#text-67 a:focus, a.navbar-right.search-toggle.collapsed:focus
  {
    outline: 2px solid #fff!important;
}

header #main-nav .navbar-nav > li > a:focus::after {
    background-color: #b7312c;
}
a.preventLinkMarker.open.preventMarker:focus {
    outline: 2px solid #fff!important;
}
header #main-nav .navbar-nav > li > a:focus::after {
     position: absolute;
    bottom: 0;
    left: 0;
    right: 100%;
    height: 5px;
    content: ' ';
    transition: all .3s ease;
}
.screen-reader-text {
    border: 0;
    clip: rect(1px,1px,1px,1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute!important;
    width: 1px;
    word-wrap: normal!important;
}

a:focus {
    outline: 2px solid #fff!important;
}
.quick-links .menu a:focus {
    outline: 2px solid #b7312c!important;
}
.scroller-carousel-item a:focus {
   
    text-decoration: underline;
}
a.overlay-top:focus {
    outline: 2px solid #b7312c!important;
}
.event-thumbnail a:focus {
    outline: 2px solid #b7312c!important;
    display: block!important;
    border: 1px solid red!important;
    padding: 3px;
    margin: 1px;
}



#main-nav .navbar-inverse .navbar-nav>li>a:focus {
    background-color: #b7312c;
}

#octAccess a {
    border: none;
    text-decoration: none;
    color: #fff!important;
}

#main-nav .main-menu.affix {
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    z-index: 999;
    text-align: center;
    line-height: 0;
    box-shadow: 0px 0px 7px -1px rgba(0,0,0,.4);
        transition: inherit;
    -webkit-transform: inherit;
    -moz-transform: inherit;
    -ms-transform: inherit;
    transform: inherit;
    animation: inherit;
    -ms-animation: inherit;
    -moz-animation: inherit;
    -webkit-animation: inherit;
    -webkit-transform-origin: inherit;
    transform-origin: inherit;
    -webkit-animation-fill-mode: inherit;
    animation-fill-mode: inherit;
    position: fixed;
}

.wpb_text_column.wpb_content_element.list-links-gray a:focus {
  text-decoration: underline!important;
  color: #b7312c!important;
  outline: none!important;
}
.sidebar-right a:focus {
  text-decoration: underline!important;
  color: #b7312c!important;
  outline: none!important;
  /* padding: 1px; */
}
.sidebar-right .btn-fill-primary a:focus {
  text-decoration: underline!important;
  color: #b7312c!important;
  outline: none!important;
  background: white;
  border: 1px solid;
}
.textwidget a:focus {
  text-decoration: underline!important;
  color: #fff!important;
  outline: none!important;
}       

.page-id-400 figure.wpb_wrapper.vc_figure a:focus {
  outline: 2px solid #b7312c!important;
}
div.sub-menu ul.menu li a:focus {
  color: #fff;
  background-color: #b7312c;
}

div.sub-menu.page-sub-menu ul.menu ul li a:focus {
  color: #fff;
  background-color: #b7312c;
}

.page-id-1925 a.mailto:focus {
  text-decoration: underline!important;
  color: #b7312c!important;
  outline: none!important;
  border-bottom: 0px;
}
.page-id-1925 .vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-modern:focus {
  background-color: #b7312c!important;
}

.page-id-129 figure.wpb_wrapper.vc_figure a:focus {
  outline: 2px solid #b7312c!important;
}

.page-id-129 .wpb_wrapper h3 a:focus, .page-id-129 .wpb_wrapper p a:focus {
  outline: 2px solid #b7312c!important;
}

 

.page-id-631 .wpb_wrapper a:focus {
  text-decoration: underline!important;
  color: #b7312c!important;
  outline: none!important;
  /* padding: 1px; */
}

.page-id-1165 figure.wpb_wrapper.vc_figure a:focus {
  outline: 2px solid #b7312c!important;
}

.page-id-1165 .wpb_wrapper h3 a:focus, .page-id-1165 .wpb_wrapper p a:focus {
  outline: 2px solid #b7312c!important;
}

.page-id-1261 figure.wpb_wrapper.vc_figure a:focus {
  outline: 2px solid #b7312c!important;
}

.page-id-1261 .wpb_wrapper h3 a:focus, .page-id-1261 .wpb_wrapper p a:focus, .page-id-1261 .wpb_wrapper ul li a:focus {
  outline: 2px solid #b7312c!important;
}

.page-id-1261 figure.wpb_wrapper.vc_figure a:focus {
  outline: 2px solid #b7312c!important;
}

.page-id-249 .wpb_wrapper p a:focus, .page-id-249 .wpb_wrapper h3 a:focus {
  outline: 2px solid #b7312c!important;
}

.page-id-631 .menu-rail-student-resources-menu-container ul li a:focus {
  outline: 2px solid #ffffff!important;
  color: #fff!important;
}

.page-id-631 figure.wpb_wrapper.vc_figure a:focus {
  outline: 2px solid #b7312c!important;
}

.page-id-249 figure.wpb_wrapper.vc_figure a:focus {
  outline: 2px solid #b7312c!important;
}

.home .event-overlay a h3 {
    color: #000;
    font-size: 14px;
}

#nav-search .screen-reader-text {
    font-size: 20px;
}


h2.cas-heading a{
  color: #47697b;
  font-size: 21px;
}


#accordions-210 .accordions-head {
  background: #444645 none repeat scroll 0 0!important;
}

.apply-now-btn a{color:#000!important;}

.tv-schedule th:focus { outline: 1px solid #b7312c!important; }
#main-nav .main-menu.affix {

    background: rgba(0,0,0,1);
 
}