@import url("//fonts.googleapis.com/css?family=Open+Sans:400,400italic,700,700italic|Oswald|Permanent+Marker");
@import url("/apps/js/polls/polls-pack.css");
.news2-container:not(.slick-container) .items-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.news2-container .item {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  height: 400px;
}
.news2-container .item.no-photo.logo-backup {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url("/pics/header_logo.png");
}
.news2-container .item-summary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.news2-container.thumbnail-coverage-full .item-summary {
  top: 0;
}
.news2-container.thumbnail-coverage-partial .item {
  justify-content: flex-end;
}
@media screen and (min-width: 1024px) {
  .news2-container.orientation-horizontal:not(.slick-container) .items-list {
    flex-direction: row;
  }
  .news2-container.orientation-horizontal:not(.slick-container) .item {
    flex: 1;
  }
}

body, body .dark, body .light, body table, body .neutral, body .pale {
  font-family: "lato", sans-serif;
  font-size: 100%;
}

html {
  height: 100%;
  background: rgb(29, 54, 101);
}
body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  margin: 0;
}
body.index #content_main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

#header_main,
#footer_main {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}

#content_main {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

body, #footer_main {
  min-width: 320px;
}

#parallax_bg {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-image: url("/pics/parallax_bg.jpg");
  background-position: center center;
  background-size: cover;
}

#header_main {
  z-index: 99;
  background: rgb(255, 255, 255);
  border-bottom: 5px rgb(249, 166, 30) solid;
}
#header_main #header_inner {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1024px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  #header_main #header_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1024px) {
  #header_main {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
}

#skip_to_content {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
#skip_to_content:focus {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  color: rgb(255, 255, 255);
}

#header_title {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  margin: 0;
  font-size: 1rem;
  width: 100%;
}
#header_title a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  width: 100%;
  max-width: 1024px;
  height: 236px;
  color: rgb(29, 54, 101);
  font-family: "futura-pt", sans-serif;
  font-size: 2em;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background-image: url("/pics/header_new.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 127px auto;
}
#header_title a span {
  max-width: 100%;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  #header_title {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  #header_title a {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    width: 570px;
    height: 156px;
    margin-top: -46px;
    padding-left: 170px;
    line-height: 48px;
    text-align: left;
    font-size: 3.13em;
    background-position: left center;
    /*size: 169px auto;*/
  }
}
@media screen and (min-width: 1024px) {
  #header_title a {
    width: 720px;
    height: 125px;
    background-position: 15px 0;
    background-size: 118px auto;
    line-height: 118px;
    font-size: 2.75em;
  }
}

#topbar_nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  position: relative;
  top: 20px;
  height: 60px;
  z-index: 9;
}
#topbar_nav a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  margin-bottom: 5px;
  padding: 0 10px;
  color: rgb(29, 54, 101);
  font-size: 1em;
  font-weight: 300;
  text-decoration: none;
  text-transform: uppercase;
}
#topbar_nav a svg {
  fill: rgb(29, 54, 101);
  width: 19px;
  height: 19px;
  margin-right: 10px;
}
@media screen and (min-width: 768px) {
  #topbar_nav a svg {
    width: 24px;
    height: 24px;
  }
}
#topbar_nav a:hover {
  color: rgb(0, 0, 0);
}
#topbar_nav a:hover svg {
  fill: rgb(113, 161, 206);
}
@media screen and (min-width: 768px) {
  #topbar_nav a {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  #topbar_nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    top: 0;
  }
}

#social_nav {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 5px 0;
  z-index: 9;
}
#social_nav a {
  display: block;
  width: 32px;
  height: 32px;
  overflow: hidden;
  background-color: transparent;
  margin-right: 5px;
}
#social_nav a svg {
  display: block;
  width: 26px;
  height: 26px;
  margin: 3px;
  fill: rgb(29, 54, 101);
}
#social_nav a:hover svg {
  fill: rgb(113, 161, 206);
}
#social_nav a:last-child {
  display: block;
  width: 50px;
  height: 50px;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  border-radius: 100%;
}
#social_nav a:last-child svg {
  display: block;
  width: 18px;
  height: 18px;
  margin: 16px;
  fill: rgb(255, 255, 255);
}
#social_nav a:last-child:hover {
  background-color: rgb(29, 54, 101);
}
@media screen and (min-width: 768px) {
  #social_nav {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}

#topnav_holder {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
  margin: 0 auto;
  max-width: 1024px;
  width: 100%;
}
#topnav_holder #topnav_mobile_toggle {
  position: absolute;
  display: block;
  height: 4px;
  width: 28px;
  font-size: 0;
  border-top: 14px double rgb(29, 54, 101);
  border-bottom: 5px solid rgb(29, 54, 101);
}
#topnav_holder #topnav {
  position: absolute;
  z-index: 99;
  width: 100%;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.8s;
}
#topnav_holder #topnav.open {
  max-height: 2000px;
}
#topnav_holder .nav-menu,
#topnav_holder .sub-nav-group {
  margin: 0;
  padding: 0;
  list-style: none;
}
#topnav_holder .nav-menu a,
#topnav_holder .sub-nav-group a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0.5em 10px;
  text-decoration: none;
}
#topnav_holder .nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1024px;
}
#topnav_holder .sub-nav {
  display: none;
}
#topnav_holder .sub-nav.open {
  display: block;
}
#topnav_holder .sub-nav a {
  padding-left: 1.5em;
}
#topnav_holder .sub-nav .flyout-group {
  margin: 0;
  padding: 0;
  list-style: none;
}
#topnav_holder .sub-nav .flyout-group a {
  padding-left: 2.5em;
}
@media screen and (min-width: 1024px) {
  #topnav_holder #topnav_mobile_toggle {
    display: none;
  }
  #topnav_holder #topnav {
    position: static;
    max-height: none;
    overflow: visible;
  }
  #topnav_holder .nav-menu {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
}
#topnav_holder .nav-item {
  position: relative;
}
@media screen and (min-width: 1024px) {
  #topnav_holder {
    position: relative;
  }
  #topnav_holder .nav-menu {
    position: relative;
  }
  #topnav_holder .sub-nav {
    position: absolute;
  }
  #topnav_holder .sub-nav a {
    width: 11.5em;
    padding-left: 0.5em;
  }
  #topnav_holder .sub-nav .flyout-group a {
    width: 10.5em;
    padding-left: 1.5em;
  }
  #topnav_holder .nav-item:last-child .sub-nav:focus, #topnav_holder .nav-item:last-child .sub-nav.open {
    left: auto;
    right: 0;
  }
}
@media screen and (min-width: 1024px) {
  #topnav_holder {
    width: unset;
  }
}

#topnav_mobile_toggle {
  top: 40px;
  left: 20px;
}

#topnav {
  background: rgb(0, 0, 0);
}
#topnav .nav-item > a {
  height: 42px;
  padding: 0 10px;
  font-size: 1.125em;
  font-weight: 300;
  color: rgb(255, 255, 255);
}
#topnav .nav-item > a:focus, #topnav .nav-item > a:hover, #topnav .nav-item > a.open {
  color: rgb(255, 255, 255);
}
#topnav .sub-nav a {
  color: rgb(255, 255, 255);
}
#topnav .sub-nav a:focus, #topnav .sub-nav a:hover, #topnav .sub-nav a.open {
  color: rgb(255, 255, 255);
  background: rgb(29, 54, 101);
}
@media screen and (min-width: 1024px) {
  #topnav {
    background: transparent;
  }
  #topnav .nav-item > a {
    height: 65px;
    padding: 0 21px;
    font-size: 1.13em;
    font-weight: 300;
    color: rgb(29, 54, 101);
  }
  #topnav .nav-item > a:focus, #topnav .nav-item > a:hover, #topnav .nav-item > a.open {
    color: rgb(0, 0, 0);
  }
  #topnav .sub-nav {
    background: rgb(0, 0, 0);
  }
}

#content_main {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 5%);
  max-width: calc(1024px - 5%);
  position: relative;
  z-index: 9;
  padding: 25px 2.5%;
  min-height: 400px;
  overflow: visible;
  margin-top: 20px;
  margin-bottom: 20px;
  background: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.15) 0 0 15px;
}
#content_main .pages-left-column-wrapper {
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  #content_main table {
    display: block;
    overflow-x: auto;
  }
  #content_main .bell-schedule {
    display: table;
  }
  #content_main .pages-column .stack-photo figcaption,
  #content_main .slideshow-wrapper .slide .slide-caption {
    font-size: 0.85em;
  }
  #content_main .video-list-top #controls2,
  #content_main .video-list-top #controls3 {
    width: auto;
  }
  #content_main #more-videos {
    display: none;
  }
  #content_main #staff_list_public .user-info-wrapper span[id*=staff] {
    display: block;
  }
  #content_main #staff_list_public .user-info-wrapper .user-position-public {
    display: block;
    margin-left: 0;
    width: 100%;
  }
  #content_main #staff_list_public .user-info-wrapper p {
    display: block;
    float: left;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #content_main .news-list article .column {
    width: 100%;
  }
  #content_main .show-news .attached-images {
    float: none;
    margin: 0 auto 1em;
  }
  #content_main .single-video #big-video,
  #content_main .below-start #big-video {
    width: 100% !important;
  }
  #content_main .video-list .thumb_wrap {
    display: block;
    float: none;
  }
  #content_main .video-list li .description {
    padding-left: 0;
  }
  #content_main .video-list li .video-list-date {
    padding-left: 0;
  }
  #content_main .bell-schedule {
    width: 100%;
  }
  #content_main .pages-column .stack-photo figcaption,
  #content_main .slideshow-wrapper .slide .slide-caption {
    font-size: 0.7em;
  }
  #content_main .video-list-top .controls,
  #content_main .video-list-top #controls2,
  #content_main .video-list-top #controls3 {
    display: none;
  }
  #content_main #album_thumbnails table img {
    width: 90%;
    height: 90%;
    position: relative;
  }
  #content_main #edlio_search_form {
    max-width: 400px;
    width: auto;
  }
  #content_main #edlio_search_form input {
    width: 200px;
  }
  #content_main #contact_form {
    width: 100%;
  }
  #content_main #contact_form table {
    display: table;
    font-size: 12px;
    width: 280px !important;
  }
  #content_main #contact_form #f_name {
    width: 200px !important;
  }
  #content_main #contact_form #f_email {
    width: 200px !important;
  }
  #content_main #contact_form #f_message {
    width: 200px !important;
  }
  #content_main #calendar_wrapper .right-column {
    float: none;
    width: 100%;
  }
  #content_main #calendar_wrapper .right-column #calendar_grid table {
    display: table;
  }
  #content_main .pages-column .page-block-text,
  #content_main .pages-column .page-block-photos {
    width: 100%;
  }
  #content_main .pages-left-column-wrapper {
    margin-left: 0 !important;
    float: none;
  }
  #content_main .pages-left-column-wrapper .pages-left-column {
    margin-left: 0 !important;
  }
  #content_main .pages-right-column {
    float: none;
    width: 100% !important;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.index #content_main {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
}
#content_main .pages-content-wrapper {
  overflow: visible;
}
#content_main img.sub {
  border: none;
}
@media screen and (min-width: 1024px) {
  #content_main {
    margin-top: 260px;
  }
}
.index #content_main {
  background: transparent;
  box-shadow: none;
}

.pageTitle {
  margin: 0 0 15px;
  padding: 0;
  font-size: 2.75em;
  font-family: "futura-pt", sans-serif;
  color: rgb(29, 54, 101);
}

.right-column-page-navigation {
  margin-bottom: 1.25em;
  background: rgb(29, 54, 101);
}
@media screen and (max-width: 767px) {
  .right-column-page-navigation {
    margin: 20px auto;
  }
}
.right-column-page-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.right-column-page-navigation a {
  text-decoration: none;
  color: inherit;
  display: block;
  font-weight: 400;
  padding: 0.8em 6% 0.8em 10%;
  width: 84%;
  margin: 0;
  line-height: auto;
}
.right-column-page-navigation a:hover {
  text-decoration: underline;
}
.right-column-page-navigation a .inner {
  text-decoration: none;
}
.right-column-page-navigation a .inner:hover {
  text-decoration: underline;
}
.right-column-page-navigation ul {
  padding: 5px 0;
}
.right-column-page-navigation li a {
  color: rgb(255, 255, 255);
}
.right-column-page-navigation li.active a {
  background: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}

#news_container .slick-list {
  overflow: hidden;
}
#news_container h2, #news_container .read-more-links-group {
  text-align: center;
}
#news_container h3 a {
  color: rgb(255, 255, 255);
}
#news_container .item {
  color: rgb(255, 255, 255);
  position: relative;
}
#news_container .item:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}
#news_container .item-summary {
  justify-content: flex-end;
  padding: 25px;
}
@media screen and (max-width: 1023px) {
  #news_container .view-more {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  #news_container .item {
    margin-left: 2px;
    margin-right: 2px;
  }
}
@media screen and (min-width: 1024px) {
  #news_container {
    padding-bottom: 115px;
  }
  #news_container .item-text {
    max-height: 500px;
    transition: max-height 0.3s, padding-top 0.3s;
    overflow: hidden;
    overflow-y: hidden;
  }
  #news_container .view-more {
    opacity: 0;
  }
  #news_container .view-more:after {
    content: ">>";
    padding-left: 0.25em;
  }
  #news_container .item:before {
    background: rgb(29, 54, 101);
  }
  #news_container .item:not(:focus-within):not(:hover):not(:focus):before {
    background: rgba(0, 0, 0, 0.5);
  }
  #news_container .item:not(:focus-within):not(:hover):not(:focus) .item-text {
    max-height: 1px;
    padding-top: 1px;
  }
  #news_container .item:not(:focus-within):not(:hover):not(:focus) .view-more {
    opacity: 1;
  }
}

#index_main {
  background: rgb(255, 255, 255);
}
#index_main #index_main_inner {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1024px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 2em auto;
}

#quicklinks_index {
  background: rgb(255, 255, 255);
}

#events_index {
  background: linear-gradient(rgba(29, 54, 101, 0.7), rgba(29, 54, 101, 0.7)), url("/pics/parallax_bg.jpg") center center no-repeat;
  background-size: cover;
}

#index_secondary {
  background: url("/pics/palm.png") left top no-repeat rgb(29, 54, 101);
}
#index_secondary #index_secondary_inner {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1024px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#index_secondary #index_secondary_inner .section-title {
  color: rgb(255, 255, 255);
}
#index_secondary #index_secondary_inner .section-title span {
  color: rgb(249, 166, 30);
}

#left_column {
  width: 95%;
}
@media screen and (min-width: 768px) {
  #left_column {
    width: 65%;
  }
}

#right_column {
  width: 95%;
}
@media screen and (min-width: 768px) {
  #right_column {
    width: 25%;
  }
}

#left_column_btm {
  width: 95%;
}
@media screen and (min-width: 768px) {
  #left_column_btm {
    width: 30%;
    padding: 2em 0;
  }
}

#center_column_btm {
  width: 95%;
}
@media screen and (min-width: 768px) {
  #center_column_btm {
    width: 30%;
    padding: 2em 10px;
    background: rgba(255, 255, 255, 0.3);
  }
}

#right_column_btm {
  width: 95%;
}
@media screen and (min-width: 768px) {
  #right_column_btm {
    width: 30%;
    padding: 2em 0;
  }
}

.content-container {
  margin: 0 0 1em;
}
.content-container .section-title {
  margin: 0;
  font-weight: 400;
}
.content-container .section-title a {
  display: block;
  width: auto;
  margin: 0;
  padding: 0;
  text-decoration: none;
  color: inherit;
}
.content-container .section-title a:hover {
  text-decoration: none;
}
.content-container .read-more-link {
  text-decoration: none;
  display: inline-block;
}
.content-container .read-more-link:hover {
  text-decoration: underline;
}
.content-container .section-title {
  color: rgb(29, 54, 101);
  margin-bottom: 20px;
  line-height: 35px;
  font-size: 2.75em;
  font-weight: 400;
  font-family: "futura-pt", sans-serif;
}
.content-container .read-more-link-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.content-container .read-more-link {
  font-size: 1.125em;
  font-weight: 300;
  color: rgb(29, 54, 101);
}
.content-container .read-more-link:hover {
  color: rgb(0, 0, 0);
}
.content-container [class*=-name] {
  width: 100%;
  margin: 0 0 1em 0;
}
.content-container [class*=-name] a {
  color: rgb(0, 0, 0);
  font-size: 1.5rem;
  font-weight: 400;
}
.content-container a {
  text-decoration: none;
  color: rgb(255, 255, 255);
}
.content-container a:hover {
  text-decoration: underline;
}

#events_container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}
#events_container .items-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#events_container .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  background: url("/pics/event_bg.jpg") top left no-repeat rgb(0, 0, 0);
  width: 100%;
  margin: 5px 10px;
  padding: 10px;
  /*height: 267px;*/
  color: rgb(255, 255, 255);
  /*text-align: center;*/
}
#events_container .item-name {
  font-size: 1.5em;
  font-weight: 300;
}
#events_container .item-name a {
  color: rgb(255, 255, 255);
  font-size: 1.2rem;
}
#events_container .event-date {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-bottom: 4px rgb(29, 54, 101) solid;
  text-transform: uppercase;
  font-size: 2em;
  font-weight: 700;
  font-family: "futura-pt", sans-serif;
}
#events_container .event-date .event-day {
  color: rgb(249, 166, 30);
}
#events_container .event-summary {
  /*@include order(2);
  @include flex(1);*/
  /*@include flex-all(column, null, flex-start, null);*/
  display: block;
  width: 100%;
}
#events_container .event-image-link {
  max-width: 100%;
}
#events_container .event-image {
  width: 100%;
}
#events_container .read-more-link {
  display: block;
  text-align: center;
  margin: 0 auto;
  color: rgb(255, 255, 255);
}

#turkey-trot-shuffle {
  margin-bottom: 25px;
}

#sponsor_container > div {
  max-width: 400px;
}

#links_container .links-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mbef {
  display: block;
  overflow: hidden;
  height: 61px;
  width: 197px;
  white-space: nowrap;
  text-indent: 200%;
  color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("/pics/mbf.jpg");
  display: block;
  margin-bottom: 1em;
}

.mbx {
  display: block;
  overflow: hidden;
  height: 50px;
  width: 100%;
  white-space: nowrap;
  text-indent: 200%;
  color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("/pics/mbx.jpg");
  display: block;
  margin-bottom: 1em;
  background-size: 100% auto;
}

.sbfc {
  display: block;
  overflow: hidden;
  height: 50px;
  width: 100%;
  white-space: nowrap;
  text-indent: 200%;
  color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("/pics/southbayfamiliesconnected.png");
  display: block;
  margin-bottom: 1em;
  background-size: 100% auto;
}

#parallax_view {
  height: 414px;
  position: relative;
}
#parallax_view:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(29, 54, 101, 0.3);
}

#twitter_container .twitter-timeline .TweetAuthor-name {
  color: rgb(255, 255, 255) !important;
}
#twitter_container .twitter-timeline .timeline-Tweet-text {
  color: rgb(255, 255, 255) !important;
}

#spotlight_container {
  color: rgb(255, 255, 255);
}
#spotlight_container .item-text {
  width: 100%;
  line-height: 32px;
}

.slick-list {
  margin: 0 30px 15px;
}
@media screen and (min-width: 1024px) {
  .slick-list {
    margin: 0 50px 40px;
  }
}
.slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.slick-slide {
  height: auto;
}
.slick-arrow {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: -24px;
  color: transparent;
  background-color: transparent;
  border: none;
}
.slick-arrow:hover {
  cursor: pointer;
}
.slick-prev {
  left: 1em;
  background: url("/pics/prev_button.png") no-repeat;
  z-index: 9;
}
.slick-next {
  right: 1em;
  background: url("/pics/next_button.png") no-repeat;
  z-index: 9;
}

#shuffle_main {
  background: rgb(29, 54, 101);
}

#quicklinks {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1024px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#quicklinks a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  height: 106px;
  width: 106px;
  margin: 0.5em;
  text-align: center;
  text-decoration: none;
  font-size: 0.88em;
  color: rgb(255, 255, 255);
  background: rgb(29, 54, 101);
  border: 5px rgb(113, 161, 206) solid;
  border-radius: 50%;
}
#quicklinks a svg {
  fill: rgb(255, 255, 255);
  width: 60px;
  height: 60px;
}
#quicklinks a span {
  width: 100%;
}
#quicklinks a:hover {
  background: rgb(113, 161, 206);
  border-color: rgb(29, 54, 101);
}
@media screen and (min-width: 1024px) {
  #quicklinks {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  #quicklinks a {
    margin: -60px 0 30px;
    z-index: 9;
  }
}

#footer_main {
  z-index: 9;
  background: rgb(29, 54, 101);
}

#footer_inner {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1024px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
}
@media screen and (min-width: 768px) {
  #footer_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

#footer_address {
  font-style: normal;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  position: relative;
  width: 100%;
  height: 210px;
  color: rgb(255, 255, 255);
  text-align: center;
  font-size: 1.13em;
  font-weight: 300;
}
#footer_address a {
  color: inherit;
  font-size: inherit;
}
#footer_address:before {
  content: "";
  position: absolute;
  top: -55px;
  left: calc(50% - 53px);
  height: 93px;
  width: 106px;
  background: url("/pics/footer.png") top center no-repeat;
}
@media screen and (min-width: 1024px) {
  #footer_address:before {
    top: -80px;
  }
}
@media screen and (min-width: 768px) {
  #footer_address {
    height: 150px;
  }
}
@media screen and (min-width: 1024px) {
  #footer_address {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    width: 36%;
    margin-bottom: 2em;
  }
}

#social_nav_footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 1em 0;
}
#social_nav_footer a {
  display: block;
  width: 32px;
  height: 32px;
  overflow: hidden;
  background-color: transparent;
}
#social_nav_footer a svg {
  display: block;
  width: 26px;
  height: 26px;
  margin: 3px;
  fill: rgb(249, 166, 30);
}
#social_nav_footer a:hover svg {
  fill: rgb(255, 255, 255);
}
@media screen and (min-width: 1024px) {
  #social_nav_footer {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}

#google_tools {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
}
#google_tools #edlio_login {
  text-decoration: none;
  color: rgb(249, 166, 30);
}
#google_tools #edlio_login svg {
  width: 24px;
  height: 16px;
  fill: rgb(249, 166, 30);
}
#google_tools #edlio_login:hover {
  color: rgb(255, 255, 255);
}
#google_tools #edlio_login:hover svg {
  fill: rgb(255, 255, 255);
}
@media screen and (min-width: 1024px) {
  #google_tools {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    width: 26%;
  }
}

#edlio_logo {
  display: block;
  width: 100px;
  height: 50px;
  overflow: hidden;
  background-color: transparent;
}
#edlio_logo svg {
  display: block;
  width: 100px;
  height: 50px;
  margin: 0;
  fill: rgb(255, 255, 255);
}
@media screen and (min-width: 1024px) {
  #edlio_logo {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
}

#mobile_nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  position: fixed;
  z-index: 999;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 64px;
  background: rgb(29, 54, 101);
}
#mobile_nav a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 0.75em;
  text-decoration: none;
  color: rgb(255, 255, 255);
}
#mobile_nav a svg {
  width: 28px;
  height: 28px;
  margin-bottom: 5px;
  fill: rgb(255, 255, 255);
}
#mobile_nav a:hover {
  color: rgb(249, 166, 30);
}
#mobile_nav a:hover svg {
  fill: rgb(249, 166, 30);
}
@media screen and (min-width: 768px) {
  #mobile_nav {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #footer_main {
    padding-bottom: 64px;
  }
}

button#submit_button {
  background: #f9a61e;
}

@media screen and (min-width: 1024px) {
  #topnav .sub-nav {
    background: rgba(0, 0, 0, 0.8) !important;
  }
}
.slick-arrow {
  top: 33%;
}
