/* Scss Document */
@font-face {
  font-family: "robotoslab";
  src: url("../fonts/robotoslab-thin-webfont.eot");
  src: url("../fonts/robotoslab-thin-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/robotoslab-thin-webfont.woff2") format("woff2"), url("../fonts/robotoslab-thin-webfont.woff") format("woff"), url("../fonts/robotoslab-thin-webfont.ttf") format("truetype"), url("../fonts/robotoslab-thin-webfont.svg#roboto_slabthin") format("svg");
  font-weight: 100;
  font-style: normal; }
@font-face {
  font-family: "robotoslab";
  src: url("../fonts/robotoslab-regular-webfont.eot");
  src: url("../fonts/robotoslab-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/robotoslab-regular-webfont.woff2") format("woff2"), url("../fonts/robotoslab-regular-webfont.woff") format("woff"), url("../fonts/robotoslab-regular-webfont.ttf") format("truetype"), url("../fonts/robotoslab-regular-webfont.svg#roboto_slabregular") format("svg");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: "robotoslab";
  src: url("../fonts/robotoslab-bold-webfont.eot");
  src: url("../fonts/robotoslab-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/robotoslab-bold-webfont.woff2") format("woff2"), url("../fonts/robotoslab-bold-webfont.woff") format("woff"), url("../fonts/robotoslab-bold-webfont.ttf") format("truetype"), url("../fonts/robotoslab-bold-webfont.svg#roboto_slabbold") format("svg");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: "robotoslab";
  src: url("../fonts/robotoslab-light-webfont.eot");
  src: url("../fonts/robotoslab-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/robotoslab-light-webfont.woff2") format("woff2"), url("../fonts/robotoslab-light-webfont.woff") format("woff"), url("../fonts/robotoslab-light-webfont.ttf") format("truetype"), url("../fonts/robotoslab-light-webfont.svg#roboto_slablight") format("svg");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: "Neutraface";
  src: url("../fonts/NeutrafaceText-Bold.eot");
  src: url("../fonts/NeutrafaceText-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/NeutrafaceText-Bold.woff2") format("woff2"), url("../fonts/NeutrafaceText-Bold.woff") format("woff"), url("../fonts/NeutrafaceText-Bold.ttf") format("truetype"), url("../fonts/NeutrafaceText-Bold.svg#NeutrafaceText-Bold") format("svg");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: "Neutraface";
  src: url("../fonts/NeutrafaceText-Book.eot");
  src: url("../fonts/NeutrafaceText-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/NeutrafaceText-Book.woff2") format("woff2"), url("../fonts/NeutrafaceText-Book.woff") format("woff"), url("../fonts/NeutrafaceText-Book.ttf") format("truetype"), url("../fonts/NeutrafaceText-Book.svg#NeutrafaceText-Book") format("svg");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: "NeutrafaceDisplay-Titling";
  src: url("../fonts/NeutrafaceDisplay-Titling_gdi.eot");
  src: url("../fonts/NeutrafaceDisplay-Titling_gdi.eot?#iefix") format("embedded-opentype"), url("../fonts/NeutrafaceDisplay-Titling_gdi.woff") format("woff"), url("../fonts/NeutrafaceDisplay-Titling_gdi.ttf") format("truetype"), url("../fonts/NeutrafaceDisplay-Titling_gdi.svg#NeutrafaceDisplay-Titling") format("svg");
  font-weight: 400;
  font-style: normal; }
/*------------------- General -----------------*/
body {
  color: #333333;
  -webkit-font-smoothing: antialiased;
  font-family: robotoslab, sans-serif;
  font-size: 1.25rem; }

h1, h2, h3, h4, h5 {
  font-family: "NeutrafaceDisplay-Titling", sans-serif; }

h1 {
  font-size: 1.5em;
  line-height: 1em; }
  h1.entry-title {
    padding: 20px;
    text-align: center;
    margin-bottom: 40px;
    font-weight: 700; }

h2 {
  font-weight: 700;
  margin-bottom: 30px; }

h3 {
  color: #059ca9; }

h4 {
  font-size: 1.5rem;
  line-height: 2em; }

a {
  color: #059ca9; }
  a:hover {
    color: #eb5a4f;
    text-decoration: none !important; }

.btn-primary {
  margin-top: 20px;
  color: #fff;
  font-weight: bold;
  background-color: #eb5a4f;
  border-radius: 0px;
  padding: 15px 30px; }
  .btn-primary:hover {
    background-color: #059ca9; }
  .btn-primary.logout {
    margin-top: 0px;
    padding: 5px 30px; }

.btn-secondary {
  margin-top: 20px;
  color: #fff;
  font-weight: bold;
  background-color: #eb5a4f;
  border-radius: 0px;
  padding: 10px;
  text-align: center;
  font-family: "NeutrafaceDisplay-Titling", sans-serif;
  font-size: 16px;
  display: inherit; }
  .btn-secondary:hover {
    background-color: #eb5a4f; }

.wrapper {
  padding: 80px; }

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

span.first {
  color: #059ca9;
  font-family: "NeutrafaceDisplay-Titling", sans-serif;
  font-weight: bold;
  font-size: 2em; }

select {
  width: 100%; }

.container {
  margin-bottom: 20px; }

/*----------------------- Header ----------------*/
#topinfo {
  font-weight: 400;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  margin-bottom: -9px;
  background-color: #202226;
  text-transform: uppercase;
  z-index: 1000;
  color: #ffffff; }
  #topinfo a {
    color: #ffffff;
    font-size: .75em; }
  #topinfo .fa {
    margin-right: 4px; }
  #topinfo ul {
    margin: 0;
    padding: 0 21px; }
    #topinfo ul li {
      list-style-type: none;
      float: left;
      padding: 6px 0 6px 24px; }
  #topinfo .social-wrap .fa {
    font-size: 1.5em; }
  #topinfo .location-wrap {
    float: right; }

#header {
  text-align: center;
  background: #059ca9;
  display: block; }

#tribe-events-content a {
  color: #000; }

.tribe-events-category-rcbo-activity {
  background: rgba(235, 90, 79, 0.4) !important;
  color: #fff;
  border: 2px solid #eb5a4f !important;
  border-bottom: 2px solid #eb5a4f !IMPORTANT;
  border-radius: 5px;
  margin: 2px 0px; }

.tribe-events-category-bishops-calendar {
  background: rgba(63, 163, 175, 0.4) !important;
  color: #fff;
  border: 2px solid #3FA3AF !important;
  border-bottom: 2px solid #3FA3AF !IMPORTANT;
  border-radius: 5px;
  margin: 2px 0px; }

.tribe-events-category-cc-parish-events {
  background: rgba(253, 186, 77, 0.4) !important;
  color: #fff;
  border: 2px solid #FDBA4D !important;
  border-bottom: 2px solid #FDBA4D !IMPORTANT;
  border-radius: 5px;
  margin: 2px 0px; }

.tribe-events-category-campus-events {
  background: rgba(104, 90, 167, 0.4) !important;
  color: #fff;
  border: 2px solid #685AA7 !important;
  border-bottom: 2px solid #685AA7 !IMPORTANT;
  border-radius: 5px;
  margin: 2px 0px; }

#tribe_events_filters_wrapper .tribe-events-filter-group label {
  color: #000;
  font-weight: bold;
  font-family: "NeutrafaceDisplay-Titling", sans-serif; }

.recurring-info-tooltip, .tribe-events-calendar .tribe-events-tooltip, .tribe-events-shortcode.view-week .tribe-events-tooltip, .tribe-events-week .tribe-events-tooltip {
  padding: 1.5em 1em 2em; }
  .recurring-info-tooltip h3, .tribe-events-calendar .tribe-events-tooltip h3, .tribe-events-shortcode.view-week .tribe-events-tooltip h3, .tribe-events-week .tribe-events-tooltip h3 {
    font-size: 1.25rem; }
  .recurring-info-tooltip .tribe-event-duration, .tribe-events-calendar .tribe-events-tooltip .tribe-event-duration, .tribe-events-shortcode.view-week .tribe-events-tooltip .tribe-event-duration, .tribe-events-week .tribe-events-tooltip .tribe-event-duration {
    font-weight: bold;
    margin-bottom: 10px; }

/*------------------- List View -----------------*/
.tribe-events-list .type-tribe_events {
  padding: 20px;
  color: #000; }

/*------------------- Homepage -----------------*/
.home .wrapper#page-wrapper {
  padding-bottom: 80px; }
  .home .wrapper#page-wrapper article {
    line-height: 0px; }
.home .wrapper h1.entry-title {
  text-align: center;
  font-size: 2.5em; }
.home .wrapper .entry-content .text {
  display: table;
  height: 525px;
  padding: 0px 50px; }
  .home .wrapper .entry-content .text h2 {
    color: #059ca9; }
  .home .wrapper .entry-content .text p {
    line-height: 1.5em; }
.home .wrapper .entry-content .image {
  height: 525px; }

/*------------------- Nav -----------------*/
/*
Mimic cursor style from native .dropdown-menu > .disabled > a{} styles,
since `pointer-events: none` kills the cursor state, too
*/
.dropdown-menu > .disabled {
  cursor: not-allowed; }

/* The real magic ;) */
.dropdown-menu > .disabled > a {
  pointer-events: none; }

.bg-light {
  background-color: #ffffff !important;
  color: #25327b; }

.img-fluid {
  max-width: 75% !important; }

.navbar {
  padding: 1.75rem 0; }
  .navbar img.img-fluid {
    width: 200px; }

.navbar-nav {
  float: right; }

li.menu-item {
  padding: 15px; }
  li.menu-item a {
    color: #059ca9;
    font-weight: 300;
    font-size: 1em;
    font-family: "Neutraface", sans-serif;
    padding: 10px 16px; }
    li.menu-item a:hover {
      text-decoration: none;
      border: solid 4px #059ca9;
      padding: 10px 12px; }

a.nav-link.dropdown-toggle {
  padding-bottom: 15px; }

.dropdown-toggle::after {
  display: none; }

.dropdown-menu {
  padding: 0.5rem 0;
  border-radius: 0px;
  display: none;
  margin: none !important; }

ul.dropdown-menu li a {
  color: #000 !important;
  font-size: 14px; }

.float-panel {
  width: 100%;
  background: white;
  z-index: 300;
  transition: all .5s; }

.fixed {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  padding: 4px 0;
  animation: slide-down 0.7s;
  opacity: 0.9; }

@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-100%); }
  100% {
    opacity: 0.9;
    transform: translateY(0); } }
@media (max-width: 1200px) {
  .navbar .navbar-collapse .nav > li.menu-item-has-children > span:after {
    position: absolute;
    right: 35px;
    top: 11px;
    font: 20px/20px Arial, Helvetica, sans-serif;
    content: "+";
    color: #eb5a4f;
    font-size: 30px;
    font-weight: bold; }

  .navbar .navbar-collapse .nav > li.menu-item-has-children.open > span:after {
    content: "-";
    top: 9px;
    right: 38px;
    color: #eb5a4f;
    font-size: 30px;
    font-weight: bold; }

  .menu-item-has-children.open .dropdown-menu {
    display: block !important;
    border: 0px; }

  .navbar-brand {
    width: 100%;
    margin: 0 auto;
    text-align: center; }

  .navbar {
    float: left;
    padding: 0;
    min-height: inherit;
    margin: -80px 0 0 25px;
    width: 99%; }
    .navbar button {
      -webkit-appearance: none;
      background: none;
      border: none; }
    .navbar .navbar-collapse {
      padding: 31px;
      border: 0;
      left: 0;
      right: 0;
      background: #fff;
      z-index: 555;
      top: 211%;
      margin-left: -40px; }
      .navbar .navbar-collapse .navbar-nav {
        float: left;
        width: 100%; } }
@media (min-width: 480px) {
  header img {
    width: 50% !important;
    padding: 30px; } }
@media (min-width: 769px) {
  header img {
    width: 40% !important;
    padding: 30px; } }
@media (min-width: 961px) {
  header img {
    width: 25% !important;
    padding: 15px; } }
/*------------------- Homepage Slider -----------------*/
#slider {
  position: relative;
  padding: 0px; }
  #slider ul.slides {
    list-style: none;
    padding-left: 0px; }
    #slider ul.slides .slide-wrap {
      height: 100vh;
      background: rgba(0, 0, 0, 0.2); }
      #slider ul.slides .slide-wrap .display-table.columns {
        display: table;
        height: 100vh;
        width: 100%; }
        #slider ul.slides .slide-wrap .display-table.columns .valign-middle {
          display: table-cell;
          vertical-align: middle;
          text-align: center; }
          #slider ul.slides .slide-wrap .display-table.columns .valign-middle span.title {
            color: #ffffff;
            font-family: "NeutrafaceDisplay-Titling", sans-serif;
            font-size: 75px;
            font-weight: bold; }

#home-page {
  background: #059ca9;
  padding: 0px; }
  #home-page .intro h1 {
    color: #fff;
    -webkit-text-stroke: 1px black;
    font-size: 50px;
    margin-bottom: 5px;
    text-align: center; }
  #home-page .intro .date {
    color: #fff;
    -webkit-text-stroke: 1px black;
    font-size: 25px;
    margin-bottom: 5px;
    text-align: center;
    font-weight: bold; }
  #home-page h2 {
    color: #fff;
    -webkit-text-stroke: 1px black;
    font-size: 25px;
    margin-bottom: 5px;
    margin-top: 50px; }
  #home-page .home-box {
    background: #fff;
    padding: 25px;
    border: 1px solid;
    min-height: 94.5%; }
    #home-page .home-box .app-row {
      display: inline-block !important;
      width: 48%; }
      #home-page .home-box .app-row.full {
        width: 100%; }
        #home-page .home-box .app-row.full ul {
          list-style: none;
          line-height: 35px;
          font-size: 18px;
          padding-left: 0px; }
          #home-page .home-box .app-row.full ul.apps {
            list-style: none; }
            #home-page .home-box .app-row.full ul.apps li {
              display: inline;
              float: left;
              width: 25%;
              font-size: .75em;
              text-align: center;
              margin: 25px 0px; }
              #home-page .home-box .app-row.full ul.apps li:nth-child(5) {
                clear: both; }
              #home-page .home-box .app-row.full ul.apps li p {
                line-height: 1.25em; }
              #home-page .home-box .app-row.full ul.apps li img {
                width: 75px; }
    #home-page .home-box.account h2 {
      color: #FFFFFF;
      font-family: "NeutrafaceDisplay-Titling", sans-serif;
      -webkit-text-stroke: 0px;
      text-align: center;
      background: #059ca9;
      margin-bottom: 0px;
      padding: 10px; }
    #home-page .home-box.account .campus-news img {
      margin-bottom: 20px; }
    #home-page .home-box.account .campus-news a {
      font-family: "NeutrafaceDisplay-Titling", sans-serif;
      font-size: 1.25em;
      line-height: 1em; }
      #home-page .home-box.account .campus-news a.read-more {
        font-size: .75em; }
    #home-page .home-box.events ul {
      line-height: 19px;
      font-size: 16px;
      font-weight: 800; }
      #home-page .home-box.events ul li {
        padding-bottom: 20px; }
        #home-page .home-box.events ul li a {
          color: #eb5a4f;
          font-family: "NeutrafaceDisplay-Titling", sans-serif; }
    #home-page .home-box.intranet a {
      width: 100%;
      color: #fff; }
      #home-page .home-box.intranet a .links {
        background: #eb5a4f;
        color: #fff;
        font-family: "NeutrafaceDisplay-Titling", sans-serif;
        text-align: center;
        text-align: center;
        padding: 10px;
        margin: 10px;
        max-height: 60px;
        border-radius: 10px; }
        #home-page .home-box.intranet a .links a {
          color: #fff; }
        #home-page .home-box.intranet a .links:hover {
          background: #059ca9; }
    #home-page .home-box strong {
      text-align: center; }
    #home-page .home-box ul {
      list-style: none;
      line-height: 35px;
      font-size: 18px;
      padding-left: 0px; }
      #home-page .home-box ul.apps {
        list-style: none; }
        #home-page .home-box ul.apps li {
          display: inline;
          float: left;
          width: 48%;
          font-size: .75em;
          text-align: center;
          margin: 25px 0px; }
          #home-page .home-box ul.apps li:nth-child(5) {
            clear: both; }
          #home-page .home-box ul.apps li p {
            line-height: 1.25em; }
          #home-page .home-box ul.apps li img {
            width: 75px; }

/*------------------- Community News -----------------*/
#community-news {
  padding: 120px 50px; }
  #community-news h2 {
    margin-bottom: 35px;
    font-size: 2.5em;
    text-align: center; }
  #community-news h3 {
    font-weight: bold; }
  #community-news a.btn.btn-secondary.understrap-read-more-link {
    margin-top: 20px;
    color: #fff;
    background-color: #eb5a4f;
    font-weight: bold;
    border-radius: 0px; }
    #community-news a.btn.btn-secondary.understrap-read-more-link:hover {
      background-color: #024146; }

/*------------------- Page -----------------*/
.page .header-image {
  height: 260px;
  overflow: hidden;
  padding-right: 0px;
  padding-left: 0px;
  display: table; }
  .page .header-image h1 {
    color: #fff;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 2.5em; }
.page .header-bar {
  height: 160px;
  overflow: hidden;
  padding-right: 0px;
  padding-left: 0px;
  display: table;
  background: #059ca9; }
  .page .header-bar h1 {
    color: #fff;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 2.5em; }
.page #content {
  background: #fff;
  padding: 30px;
  border: 2px solid; }
  .page #content h3 {
    border-bottom: 2px solid; }
  .page #content ul.links {
    list-style: none;
    padding-left: 0px; }
    .page #content ul.links li a {
      color: #eb5a4f; }
      .page #content ul.links li a h4 {
        font-size: 1em; }
.page #tabs.ui-widget.ui-widget-content {
  border: none; }
  .page #tabs.ui-widget.ui-widget-content .ui-widget-header {
    background: none;
    border: 0px; }
  .page #tabs.ui-widget.ui-widget-content .ui-tabs-panel {
    border: 1px solid #666; }
  .page #tabs.ui-widget.ui-widget-content li.ui-state-active {
    background: #eb5a4f !important; }
    .page #tabs.ui-widget.ui-widget-content li.ui-state-active a {
      color: #fff !important; }
  .page #tabs.ui-widget.ui-widget-content li.ui-state-default {
    background: #059ca9; }
    .page #tabs.ui-widget.ui-widget-content li.ui-state-default a {
      color: #fff !important; }

/*------------------- Jot Form  -----------------*/
section#form {
  width: 100%; }
  section#form .form-header-group .form-header {
    color: #000000;
    font-family: NeutrafaceDisplay; }

/*------------------- Event -----------------*/
.single-events .header {
  background: #eb5a4f;
  text-align: center;
  padding: 20px;
  color: #fff; }
  .single-events .header h1 {
    font-weight: 700;
    padding: 40px; }
.single-events .wrapper {
  padding-bottom: 80px; }
  .single-events .wrapper img.attachment-full.size-full.wp-post-image {
    width: 100%;
    margin-bottom: 30px; }
  .single-events .wrapper a.btn.btn-events {
    background: #059ca9;
    color: #FFFFFF; }
.single-events #events-sidebar {
  background: #eb5a4f;
  padding: 15px; }
  .single-events #events-sidebar h3 {
    color: #fff;
    text-align: center;
    font-weight: bold;
    padding-bottom: 20px; }
  .single-events #events-sidebar .event {
    padding-bottom: 25px; }
    .single-events #events-sidebar .event .date {
      text-align: center;
      font-weight: 700;
      font-family: "NeutrafaceDisplay-Titling", sans-serif;
      color: #059ca9;
      line-height: 20px;
      padding-top: 5px; }
    .single-events #events-sidebar .event .event-info a {
      color: #fff; }
    .single-events #events-sidebar .event .event-info .event-cat {
      font-size: .75em;
      color: #059ca9; }

/*------------------- Events Page -----------------*/
.event-wrapper .event {
  padding: 35px 0px;
  border-bottom: 1px solid #059ca9; }
  .event-wrapper .event:last-child {
    border-bottom: none; }
  .event-wrapper .event .date {
    font-family: "NeutrafaceDisplay-Titling", sans-serif;
    font-weight: bold;
    color: #059ca9; }

/*------------------- Video Page -----------------*/
.videos .row {
  border-bottom: 1px solid #059ca9; }
  .videos .row:last-child {
    border-bottom: none; }
  .videos .row h2 {
    margin-top: 45px; }

/*------------------- Modal Box -----------------*/
.modal-header {
  background: #059ca9;
  color: #fff; }

.close {
  color: #fff; }

select.selectpicker {
  width: 100%; }

/*------------------- Footer -----------------*/
#wrapper-footer {
  background: #3fa3af;
  padding-top: 60px; }
  #wrapper-footer .navbar-brand {
    padding-top: 0px; }
  #wrapper-footer h3 {
    margin-top: 20px;
    font-weight: bold;
    font-size: 1.15em;
    color: #000; }
  #wrapper-footer p {
    font-family: "Neutraface", sans-serif;
    color: #fff; }
  #wrapper-footer ul {
    list-style: none;
    padding-left: 0px;
    font-weight: bold; }
    #wrapper-footer ul.quicklinks li a {
      color: #333; }
    #wrapper-footer ul.socialicons {
      list-style: none;
      padding-left: 0px; }
      #wrapper-footer ul.socialicons li {
        display: inline-block; }
        #wrapper-footer ul.socialicons li .fa {
          font-size: 2em;
          margin-right: 10px; }
  #wrapper-footer .site-info {
    padding: 30px;
    text-align: center;
    font-weight: bold; }

/*------------------- Pop Up -----------------*/
.pum-content .embed-responsive-4by3::before {
  padding-top: 56% !important; }

/*------------------- Media Queries -----------------*/
@media all and (max-width: 769px) {
  .navbar-brand {
    width: 75%;
    text-align: right; } }
