@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Raleway:400,700,900");
/* override some conflicts between exponent classes and bootstrap */
span.required {
  color: #ff0000;
}
label.form-check-inline {
  display: block;
}
input[type="radio"].form-check-input, input[type="checkbox"].form-check-input {
  margin-left: 0;
}
.datetime.date .form-control, .datetime.time .form-control {
  display: inline-block;
  width: auto;
  height: auto;
  padding: 12px;
}
.was-validated label.valid-feedback, .was-validated label.invalid-feedback {
  font-size: inherit;
  display: block;
}
p {
  line-height: 24px;
}
.btn {
  margin-bottom: 2px;
}
.input-group-btn.btn {
  margin: 0;
}
#sidebar h2 {
  font-size-adjust: 0.3;
}
a.addmodule span.addtext {
  background-position: 8px -592px;
}
/* datatables */
.dataTables_wrapper .dataTables_paginate .paginate_button {
  margin: 0;
  padding: 0;
}
div.DTTT .btn {
  margin: 0;
}
/* accordion */
.showall-accordion .dashboard .hd a.collapse {
  height: 34px;
}
.showall-accordion .dashboard .hd h2 {
  height: 34px;
  padding: 0 0 0 33px;
}
/* ecommerce */
#qtyrControl .label {
  display: inline;
}
/* card styles */
.report.dashboard .hd h2, .card .hd h2 {
  padding: 0 0 0 33px;
  line-height: 36px;
}
.card .hd h2 {
  line-height: 30px;
}
.card .hd .collapse {
  height: 30px;
}
.card-title h2 {
  margin: 0;
}
/* other */
.show .add-to-cart-btn input[type="text"] {
  margin-left: 13px;
  font-size: inherit;
}
.show .ecom-hover .add-to-cart-btn input[type="text"] {
  margin-left: inherit;
}
.options-partial table.options .checkbox input {
  margin-top: 3px;
}
.eql-tablelist .row:before, .eql-tablelist .row:after, .manage-questions .row:before, .manage-questions .row:after {
  content: normal;
}
/* centered navbar support */
/* remove page url on printout in browser */
@media print {
  a[href]:after {
    content: none !important;
  }
}
/* set rss icon color to orange */
i.fa-rss {
  color: orange;
}
.show .post-date .month, .showall .post-date .month {
  border: solid 1px #333;
  background: #4E5D6C;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=$gray-light, endColorstr=$gray);
  background: -webkit-gradient(linear, left top, left bottom, from(#4E5D6C), to(#555));
  background: -moz-linear-gradient(top, #4E5D6C, #555);
  background: linear-gradient(-90deg, #4E5D6C, #555);
}
/* set size on all font-awesome icons used in main menu/navbar */
#topnavbar .nav.navbar-nav i.fas, #topnavbar .nav.navbar-nav i.far, #topnavbar .nav.navbar-nav i.fab {
  font-size: 18px;
}
.form-control::-webkit-input-placeholder {
  /* Safari, Chrome and Opera */
  font-style: italic;
}
.form-control:-moz-placeholder {
  /* Firefox 18- */
  font-style: italic;
}
.form-control::-moz-placeholder {
  /* Firefox 19+ */
  font-style: italic;
}
.form-control:-ms-input-placeholder {
  /* IE 10+ */
  font-style: italic;
}
.form-control::-ms-input-placeholder {
  /* Edge */
  font-style: italic;
}
.form-control:placeholder-shown {
  /* Standard one last! */
  font-style: italic;
}
/* fancy tags */
span.value span {
  display: inline-block;
  margin: 0 0 0.3em 1em;
  padding: 0;
}
span.value span.tag a {
  position: relative;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  padding: 0 1em 0 0.75em;
  background-color: #5c9ce2;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  color: #fff;
  font-size: 13px;
  text-decoration: none;
  transition: 2s;
  z-index: 3;
}
@media (prefers-reduced-motion: reduce) {
  span.value span.tag a {
    transition: none;
  }
}
span.value span.tag a::before {
  position: absolute;
  top: 0;
  left: -10px;
  z-index: -1;
  content: "";
  width: 20px;
  height: 20px;
  background-color: #5c9ce2;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  transition: 2s;
}
@media (prefers-reduced-motion: reduce) {
  span.value span.tag a::before {
    transition: none;
  }
}
span.value span.tag a::after {
  position: absolute;
  top: 50%;
  left: -6px;
  z-index: 2;
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  margin-top: -3px;
  background-color: #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
span.value span.tag a:hover {
  background-color: #b4bcc2;
  color: #fff;
}
span.value span.tag a:hover::before {
  background-color: #b4bcc2;
}
span.value span.spacer {
  display: none;
}
/* module styles */
.top-border {
  border-top: 1px solid;
}
.left-border {
  border-left: 1px solid;
}
.right-border {
  border-right: 1px solid;
}
.bottom-border {
  border-bottom: 1px solid;
}
.left-right-border {
  border-left: 1px solid;
  border-right: 1px solid;
}
.top-bottom-border {
  border-top: 1px solid;
  border-bottom: 1px solid;
}
.box-border {
  border: 1px solid;
}
.light-background {
  background-color: #f2f2f2;
}
.medium-background {
  background-color: #e6e6e6;
}
.dark-background {
  background-color: #d9d9d9;
}
/* form designer */
div#trash.trash, ul#controls.controls {
  left: 20px !important;
  right: inherit !important;
}
@media screen and (max-width: 500px) {
  ul#controls.controls {
    left: auto !important;
    right: 0 !important;
  }
  div#trash.trash {
    left: auto !important;
    right: 64px !important;
    top: 74px;
  }
  ul#controls.controls {
    top: 144px;
  }
}
/* correct exp style conflict with form labels */
footer .row, #main .module.text .item .bodycopy .row .text-light, #main .module.text .item .bodycopy .text-dark {
  padding-top: 20px;
  padding-bottom: 16px;
}
footer.row {
  margin-right: 0;
}
.content.col-sm-12 {
  padding-right: 0;
}
.footer #social {
  position: absolute;
  right: 2%;
  z-index: 1;
}
.footer #social a {
  margin: 12px;
}
@media (max-width: 1080px) {
  .footer #info, .footer #social {
    width: 100%;
    text-align: center;
    max-width: 100%;
    float: none !important;
    line-height: 32px;
  }
  .footer #social {
    right: auto;
    position: relative;
  }
  .footer #social a {
    margin-bottom: 0;
  }
}
.footer p {
  margin-bottom: 0;
}
#social .loginpopup {
  padding-bottom: 12px;
  margin-bottom: 0;
}
footer .sbc-logo {
  max-height: 60px;
}
div#mission button.btn {
  border-radius: 50%;
  padding: 1.25rem 0rem;
}
div#mission a.btn {
  color: #95a5a6;
}
#topnavbar .navbar-brand img {
  height: 67px;
}
@media screen and (max-width: 769px) {
  #topnavbar .navbar-brand img {
    height: 32px;
  }
}
hr {
  border-top-width: 3px;
  border-color: #7b8a8b;
  width: 80%;
}
.events.default td {
  background: #fff;
}
.events.default td .number {
  margin-right: 4px;
}
.viewday li, .events.upcoming .viewweek dt {
  border: none;
}
.events.upcoming .viewweek .item {
  padding-top: 5px;
  padding-left: 5px;
  margin-bottom: 12px;
}
.events.default .oneday, .events.default .today {
  text-align: center;
}
.blog .item h1 a, .blog .item h2 a, .blog .item h3 a {
  color: black;
}
@media (min-width: 769px) {
  div#mission .popper-content {
    display: none;
  }
  div#motto {
    font-size: 2em;
  }
  div#times .fp-service {
    font-size: 20px;
  }
  div#times .fp-times {
    font-size: 32px;
  }
}
@media (max-width: 769px) {
  div#mission .popper-content {
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #7b8a8b;
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
  div#motto {
    font-size: 1.5em;
  }
  div#times .fp-service {
    font-size: 16px;
  }
  div#times .fp-times {
    font-size: 24px;
  }
  div#times .bg-primary.col-md-4.text-light {
    border-top: 1px solid #7b8a8b;
  }
}
.navbar {
  padding: 12px 1rem;
}
.announcement .item.card {
  margin-top: 8px;
  margin-bottom: 12px;
}
.flyout h3 a {
  color: #7ec343;
}
@media print {
  tr.week {
    height: 120px;
  }
}
.module.links.showall .item h3:before {
  font-family: "Font Awesome 5 Free";
  content: "";
  padding-right: 5px;
}
.module.links.showall .item h2:before {
  font-family: "Font Awesome 5 Free";
  content: "";
  padding-right: 5px;
}
/**
 * NAVBAR SEARCH
 */
.navbar .search-form {
  float: right;
  margin: 0;
  padding: 0;
}
.navbar .search-form .input-group {
  display: block;
  width: 30px;
  overflow: hidden;
  border-left: 2px solid transparent;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.navbar .search-form.open .input-group {
  border-left: 2px solid #5F5F5F;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.navbar .search-form .form-control, .navbar .search-form .form-control:focus {
  /*color:#fff;*/
  height: 30px;
  padding: 6px 12px 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 16px;
  width: inherit;
}
.navbar .search-form .input-group-append {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  z-index: 2;
}
.navbar .search-form .input-group-append .icon {
  position: relative;
  bottom: -3px;
  left: -1px;
  font-size: 16px;
}
.navbar .search-form .btn:active, .navbar .search-form .btn:hover, .navbar .search-form .btn:focus, .navbar .search-form.open .btn {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  outline: none;
  outline: 0px auto -webkit-focus-ring-color;
  outline-offset: 0;
}
.navbar .search-form.open .input-group {
  width: 145px;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
@media (max-width: 769px) {
  .navbar .search-form {
    float: none;
    margin-top: 0px;
    padding: 14px 0;
    margin-left: auto;
    margin-right: auto;
  }
  .navbar .search-form .input-group, .navbar .search-form.open .input-group {
    width: auto;
    -webkit-transition: none;
    transition: none;
  }
  .navbar .search-form .btn {
    border: 1px solid #5F5F5F;
    -webkit-transition: none;
    transition: none;
  }
  :-ms-input-placeholder {
    text-transform: uppercase;
  }
  ::-moz-placeholder {
    text-transform: uppercase;
  }
  :-moz-placeholder {
    text-transform: uppercase;
  }
  ::-webkit-input-placeholder {
    text-transform: uppercase;
  }
  #bs-navbar-collapse-1.show button {
    right: auto !important;
    color: black !important;
  }
}
@media (min-width: 768px) and (max-width: 780px) {
  .navbar .search-form.open .input-group {
    width: 135px;
  }
}
@media (min-width: 980px) {
  .navbar .search-form.open .input-group {
    width: 230px !important;
  }
}
@media (min-width: 1300px) {
  .navbar .search-form .input-group-append {
    width: 32px;
    height: 32px;
  }
  .navbar .search-form .input-group-append .icon {
    font-size: 18px;
  }
  .navbar .search-form .form-control, .navbar .search-form .form-control:focus {
    height: 32px;
  }
}
li.breadcrumb-item.active {
  font-weight: bold;
}
h3.owl-title {
  color: #dee2e6;
}
.slideshow-frame-ex:hover .owl-text-overlay {
  background-color: black;
}
.slideshow-container {
  margin-left: -15px;
  margin-right: -15px;
}
@media (max-width: 769px) {
  span.small-break:after {
    content: "\a";
    white-space: pre;
  }
  h3.owl-title {
    font-size: x-large;
    z-index: 999;
  }
}
#topnavbar .navbar-nav .nav-link {
  font-size: x-large;
}
#topnavbar.fixed-top {
  opacity: 0.95;
}
#topnavbar .navbar-nav .nav-link {
  opacity: 1;
  font-weight: 700;
}
#topnavbar .navbar-nav li + li {
  margin-left: 20px;
}
#topnavbar ul.navbar-nav li ul.dropdown-menu li {
  margin-left: 0;
}
#bs-navbar-collapse-1 > ul > li > a {
  -webkit-text-stroke: 1px black;
}
#bs-navbar-collapse-1 > ul > li > a:hover, #bs-navbar-collapse-1 > ul > li > a:focus {
  color: #d44a1e;
}
@media screen and (max-width: 769px) {
  #topnavbar .navbar-nav {
    text-align: center;
    font-weight: 900;
  }
  #topnavbar .navbar-nav .nav-link {
    font-size: xx-large;
  }
  #topnavbar .navbar-nav .nav-item {
    font-size: x-large;
  }
}
.events.default .calevent {
  color: rgba(0, 0, 0, 0.5);
}
blockquote, .blockquote {
  font-size: inherit;
  padding: 22px 22px 12px 32px;
  margin-bottom: 10px;
  background-color: #ecf0f1;
  color: #7b8a8b;
}
blockquote span, .blockquote span {
  font-style: italic;
}
ul.scrollable li {
  color: #5c9ce2;
}
#content .module {
  padding-top: 0.8rem;
}
#content .module.news.announcement {
  padding-top: 0;
  padding-bottom: 0;
}
#content .module.photoalbum.slideshow {
  padding-top: 0;
}
.showall.blog .item:after {
  content: "";
  position: absolute;
  width: 80%;
  height: 1px;
  display: block;
  clear: both;
  background-color: #b4bcc2;
  left: 10%;
}
.showall.blog .item {
  margin-bottom: 24px;
}
.blog .item h2, .filedownload .item h2, .blog .item h3, .filedownload .item h3 {
  zoom: 120%;
}
.exp-comments .commentlist li cite .comment-date {
  color: #777;
}
.alt-control .alt-body label.label {
  color: #212529;
}
.alt-control .alt-body .text-muted {
  color: #95a5a6 !important;
}
.modal-footer > * {
  color: inherit;
}
table.dataTable tbody tr {
  color: #343a40;
}
.aligncenter, .pp-img-protect-aligncenter, div.aligncenter img {
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.pp-img-protect-aligncenter, .pp-img-protect-alignnone {
  clear: both;
}
.alignright, .pp-img-protect-alignright {
  margin: 0 0 15px 30px !important;
  display: inline !important;
  float: right !important;
}
.alignleft, .pp-img-protect-alignleft {
  margin: 0 30px 15px 0 !important;
  display: inline !important;
  float: left !important;
}
.alignnone, .pp-img-protect-alignnone {
  margin-left: auto !important;
  margin-right: auto !important;
  display: block !important;
  width: 100%;
  height: 100%;
}
.pp-img-protect .alignleft, .pp-img-protect .alignright, .pp-img-protect .aligncenter {
  margin: 0 !important;
}
.blog .item img.preview-img, .blog .item .gallery img, .pp-img-protect {
  height: auto;
  float: left;
  display: inline-block;
  margin-right: 20px;
  max-width: 50%;
}
.blog .item img.size-full, .blog .item .gallery img.size-full, .blog .item img.size-large, .blog .item .gallery img.size-large {
  max-width: 100%;
  height: auto;
}
.blog .item .big-img {
  width: 100%;
  margin-bottom: 12px;
  padding: 6px;
  max-height: 480px;
}
.rounded-lg {
  border-radius: 0.8rem !important;
}
.blog .item .date {
  color: black;
  font-size: 100%;
  font-style: normal;
  Font-weight: bold;
}
.twitter-tweet-button {
  float: right;
}
.blog .post-info {
  border-top: 1px solid darkgrey;
  border-bottom: 1px solid darkgrey;
}
.blog hr {
  border-top-width: 1px;
  border-color: #7b8a8b;
  width: 95%;
}
div.module.blog.showall div.item div.bodycopy.row > div > span > a > div {
  margin-bottom: 8px;
}
.header h1 {
  text-align: center;
  color: #fff;
  padding-top: 5rem;
  padding-bottom: 3rem;
  font-weight: 700;
  -webkit-text-stroke: 1px black;
}
.full-size .text h1, .full-size .text h2 {
  text-align: center;
}
.full-size .header h1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 769px) {
  .full-size .header h1 {
    padding-top: 10rem;
  }
  .full-size .header h1 strong em {
    font-size: 200%;
  }
  .full-size #main {
    margin-left: 10%;
    margin-right: 10%;
  }
  .full-size #banner {
    height: 640px;
  }
  .portfolio .portfolio-text {
    padding-top: 8em;
  }
  #info {
    padding: 8px;
  }
}
.header .navigation-breadcrumb {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.full-size .module {
  padding-left: 12px;
  padding-right: 12px;
}
.footer {
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 4px;
}
@media (max-width: 769px) {
  .navbar {
    background-color: #343a40 !important;
    z-index: 100;
  }
  .header h1 {
    padding-top: 8rem;
  }
}
#bs-navbar-collapse-1.show button {
  color: white;
  right: 100px;
  margin-left: auto;
  margin-right: auto;
}
#bs-navbar-collapse-1.show input#search_string {
  left: 20px;
}
.map-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
.map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
#social > span > a.loginpopup {
  margin: 0;
}
.medium-background .module.forms.edit.enter-data {
  background-color: #e96d81;
  padding: 24px;
  color: white;
}
.medium-background .module.forms.edit.enter-data .form-control {
  background-color: #f89797;
  border-color: #f89797;
  border-radius: 1.25rem;
}
.medium-background .module.forms.edit.enter-data .text.form-control {
  height: 45px;
}
.medium-background .module.forms.edit.enter-data .text-muted {
  color: #f5d9e4 !important;
}
.medium-background .module.forms.edit.enter-data .form-border {
  border-left: 5px solid white;
  padding-left: 12px;
}
.module.forms.edit .radio, .module.forms.edit .checkbox {
  padding-left: 12px;
}
