/********************************/
/********** EVENTS INDEX ********/
/********************************/
.events_grid {
  padding-top: 50px; }
  .events_grid a {
    color: #454545; }
    .events_grid a:hover {
      color: #000000; }

.events_grid_item {
  position: relative;
  margin-right: 5px;
  margin-bottom: 5px;
  border: 5px solid #ffffff; }
  .events_grid_item:hover {
    border: 5px solid #2D8CEA; }

.selected {
  background-color: #2D8CEA;
  color: #ffffff; }

.event-caption {
  position: absolute;
  bottom: 0px;
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  font-weight: bold;
  font-style: italic; }
  .event-caption .datetime {
    font-weight: normal;
    font-style: none; }

.capsize0 {
  font-size: 1rem;
  padding: 2px; }

.capsize1 {
  font-size: 1.3rem;
  padding: 5px; }

.capsize2 {
  font-size: 2.2rem;
  padding: 10px; }

#filters ul {
  clear: both;
  margin: 0;
  padding: 1em 0 0 0;
  list-style-type: none;
  font-style: italic; }
  #filters ul.nav-tabs {
    border: 0px; }
    #filters ul.nav-tabs li {
      margin-right: 4px; }
      #filters ul.nav-tabs li a {
        font-size: 1.8rem;
        background-color: #dbdbdb;
        border: none;
        border-bottom: 4px solid #ededed;
        border-radius: inherit; }
      #filters ul.nav-tabs li.active a {
        background-color: #dbdbdb;
        border: none;
        border-bottom: 4px solid #dbdbdb;
        border-radius: inherit; }
  #filters ul li {
    display: inline;
    font-size: 3rem;
    font-weight: 600; }
    #filters ul li a {
      color: #454545;
      text-decoration: none;
      padding: .2em 1em; }
      #filters ul li a:hover {
        background-color: #2D8CEA;
        color: #ffffff; }
      #filters ul li a.selected {
        color: #ffffff; }
#filters .date-group {
  line-height: 3.5rem; }
  #filters .date-group ul li {
    display: inline;
    font-size: 2.5rem;
    font-weight: 600; }
    #filters .date-group ul li.monthname {
      padding: 0.5rem 2rem; }
    #filters .date-group ul li a {
      color: #454545;
      text-decoration: none;
      padding: 0.5rem 2rem; }
      #filters .date-group ul li a:hover {
        background-color: #2D8CEA;
        color: #ffffff; }
      #filters .date-group ul li a.selected {
        color: #ffffff; }

@media (max-width: 767px) {
  #filters .date-group ul li {
    font-size: 1.8rem; } }
.tab-pane {
  background-color: #dbdbdb;
  padding: 0 0.5rem 0.5rem 2rem; }
  .tab-pane ul li {
    margin-right: 1rem; }
    .tab-pane ul li a {
      font-size: 1.5rem;
      background-color: #ffffff; }
      .tab-pane ul li a.selected {
        background-color: #2D8CEA; }

#filters .tab-content ul {
  padding-top: 0px; }

.tab-content {
  max-width: 580px; }

#no-results {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background-color: #FDA879;
  padding: 3rem;
  display: none; }

/********************************/
/********** ENTRY ***************/
/********************************/
.eventimage img {
  width: 90%;
  max-width: 90%;
  height: auto;
  border: 5px solid #ffffff; }
.eventimage.sm {
  margin-bottom: 15px; }
  .eventimage.sm img {
    width: 75%; }

.margin-bottom {
  margin-bottom: 15px; }

.eventbg {
  background: url(/images/Event_bkg.png);
  background-position-x: center;
  background-repeat: no-repeat; }

.evententry {
  margin-top: 1rem; }
  .evententry .essentials, .evententry #description {
    padding-left: 1.5rem; }
  .evententry h2 {
    font-size: 4rem;
    color: #ffffff;
    font-style: italic; }
  .evententry #startdatetime {
    font-size: 2rem;
    font-style: italic;
    margin-bottom: 2rem; }
  .evententry #eventinfo {
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    padding: 1.5rem; }
    .evententry #eventinfo table {
      width: 100%; }
    .evententry #eventinfo .colhalf {
      width: 50%; }
    .evententry #eventinfo .colthird {
      width: 33%; }

#sharethis {
  margin: 1rem;
  width: 360px; }
  #sharethis .rsvp {
    height: 32px;
    top: -11px;
    /* (height / 2) - padding-top */
    padding-top: 5px;
    padding-left: 1em;
    padding-right: 1em;
    position: relative;
    display: inline-block;
    background-color: #3b5998; }
    #sharethis .rsvp a {
      color: #ffffff;
      text-decoration: none; }
      #sharethis .rsvp a:hover {
        text-decoration: none; }
    #sharethis .rsvp:hover {
      background-color: #3b5998; }

@media (max-width: 350px) {
  #sharethis {
    width: auto; }
    #sharethis .rsvp {
      margin-top: 20px; } }
.orange .xclose a, .xclose a {
  font-size: 6rem;
  color: #000000; }
  .orange .xclose a:hover, .xclose a:hover {
    color: #000000;
    text-decoration: none; }

#mapcontainer {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff; }
  #mapcontainer h3 {
    font-size: 4rem;
    color: #ffffff;
    font-style: italic; }

/********* GOOGLE MAPS (RESPONSIVE) ***********/
#map {
  position: relative;
  padding-bottom: 40%;
  height: 0;
  overflow: hidden;
  border: 5px solid #ffffff; }

#map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important; }

.formbuilder.orange {
  color: #ffffff; }
.formbuilder .container {
  width: 80%; }
.formbuilder legend {
  padding-bottom: 1.5em;
  font-style: italic;
  border: none; }
.formbuilder label {
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: normal;
  margin-bottom: 5px; }
  .formbuilder label.required::after {
    content: " *";
    color: red; }
.formbuilder input[type=PlainText], .formbuilder input[type=text], .formbuilder input[type=email], .formbuilder textarea {
  height: 34px;
  border: none;
  border-bottom: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  border-radius: 0px;
  box-shadow: none; }
  .formbuilder input[type=PlainText]:focus, .formbuilder input[type=text]:focus, .formbuilder input[type=email]:focus, .formbuilder textarea:focus {
    border-color: #000000;
    outline: none;
    box-shadow: none; }
.formbuilder.white input[type=PlainText], .formbuilder.white input[type=text], .formbuilder.white input[type=email], .formbuilder.white textarea, .formbuilder.gray input[type=PlainText], .formbuilder.gray input[type=text], .formbuilder.gray input[type=email], .formbuilder.gray textarea {
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000; }
.formbuilder.white .redactor-box, .formbuilder.gray .redactor-box {
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000; }
.formbuilder.white button[type=submit], .formbuilder.gray button[type=submit] {
  border: 1px solid black; }
.formbuilder input, .formbuilder textarea, .formbuilder select {
  width: 100%;
  background-color: transparent;
  padding: 6px 12px 6px 12px;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; }
.formbuilder textarea {
  height: 90px; }
.formbuilder .field {
  margin-bottom: 15px; }
.formbuilder .instructions {
  font-size: 0.8em; }
.formbuilder select {
  height: 34px;
  color: black;
  background-color: #ffffff; }
.formbuilder button[type=submit], .formbuilder input[type=submit] {
  width: 100%;
  background-color: #ededed;
  color: #000000;
  padding: 0.7em;
  margin: 2em 0em 2em 0em;
  height: auto;
  text-transform: uppercase;
  border: none;
  border: 1px solid white; }

/********************************/
/********** HOMEPAGE ************/
/********************************/
a.navbar-brand h1 {
  margin: 3px 0px 0px 0px;
  color: #a6a6a6;
  font-size: 1.2rem; }
  a.navbar-brand h1:focus, a.navbar-brand h1:hover {
    color: #000000; }

/********** HEADER **************/
#home-logo {
  position: absolute; }

.home #logo-container {
  width: 215px; }

@media (max-width: 767px) {
  .home #logo-container {
    width: 123px; } }
.header .submenu div.homemenu div {
  font-weight: 600;
  margin-right: 5rem;
  color: #2D8CEA;
  text-transform: none; }
  .header .submenu div.homemenu div:last-child {
    margin-right: 0px; }
  .header .submenu div.homemenu div a {
    color: #2D8CEA; }
    .header .submenu div.homemenu div a:hover {
      text-decoration: none;
      background-color: #2D8CEA;
      color: #ffffff; }

@media (max-width: 767px) {
  .header .submenu div.homemenu div {
    margin-right: 1.1rem; } }
@media (min-width: 768px) and (max-width: 992px) {
  .header .submenu div.homemenu div {
    margin-right: 2.2rem; } }
/*********** FEATURE **********/
.section.homegray {
  padding-top: 2rem;
  border-top: 0px; }

.hometext-xs {
  padding-top: 30px; }
  .hometext-xs::first-letter {
    font-weight: bold;
    font-size: 4rem;
    line-height: 0px; }
  .hometext-xs p {
    margin-bottom: 0px; }

.section.homegray-xs {
  padding-bottom: 0px; }

.featured {
  position: relative;
  background: url(/images/home_bkg.png);
  background-position-x: center;
  background-repeat: no-repeat;
  height: 950px; }
  .featured .hometext {
    padding-top: 120px;
    width: 380px; }
    .featured .hometext::first-letter {
      font-weight: bold;
      font-size: 4rem;
      line-height: 0px; }
  .featured a {
    color: #000000; }
    .featured a:hover {
      color: #000000; }
  .featured > a > div {
    background-repeat: no-repeat;
    background-position: 50%;
    border-radius: 50%;
    position: absolute;
    -webkit-box-shadow: 0px 0px 0px 4px white;
    -moz-box-shadow: 0px 0px 0px 4px white;
    box-shadow: 0px 0px 0px 4px white; }
    .featured > a > div > div {
      text-align: center;
      vertical-align: middle;
      opacity: 0;
      overflow: hidden;
      background-position: 50%;
      border-radius: 50%;
      font-weight: bold;
      background-color: rgba(255, 255, 255, 0.75); }
      .featured > a > div > div:hover {
        opacity: 1; }
    .featured > a > div.no0, .featured > a > div.no0 div {
      font-size: 1.2rem;
      width: 80px;
      height: 80px;
      top: 230px;
      left: 46.5%; }
    .featured > a > div.no0 div {
      padding-top: 25px; }
    .featured > a > div.no6, .featured > a > div.no6 div {
      font-size: 1.4rem;
      width: 120px;
      height: 120px;
      top: 138px;
      left: 64%; }
    .featured > a > div.no6 div {
      padding-top: 40px; }
    .featured > a > div.no1, .featured > a > div.no1 div {
      font-size: 2rem;
      width: 170px;
      height: 170px;
      top: 2px;
      left: 76%; }
    .featured > a > div.no1 div {
      padding-top: 65px; }
    .featured > a > div.no7, .featured > a > div.no7 div {
      font-size: 2.3rem;
      width: 250px;
      height: 250px;
      top: 288px;
      left: 6%; }
    .featured > a > div.no7 div {
      padding-top: 95px; }
    .featured > a > div.no4, .featured > a > div.no4 div {
      font-size: 1.5rem;
      width: 100px;
      height: 100px;
      top: 360px;
      left: 30%; }
    .featured > a > div.no4 div {
      padding-top: 33px; }
    .featured > a > div.no8, .featured > a > div.no8 div {
      font-size: 2rem;
      width: 160px;
      height: 160px;
      top: 300px;
      left: 83%; }
    .featured > a > div.no8 div {
      padding-top: 60px; }
    .featured > a > div.no2, .featured > a > div.no2 div {
      font-size: 2rem;
      width: 200px;
      height: 200px;
      top: 395px;
      left: 57%; }
    .featured > a > div.no2 div {
      padding-top: 78px; }
    .featured > a > div.no3, .featured > a > div.no3 div {
      font-size: 2rem;
      width: 240px;
      height: 240px;
      top: 574px;
      left: 12%; }
    .featured > a > div.no3 div {
      padding-top: 98px; }
    .featured > a > div.no9, .featured > a > div.no9 div {
      font-size: 1.3rem;
      width: 110px;
      height: 110px;
      top: 563px;
      left: 45%; }
    .featured > a > div.no9 div {
      padding-top: 38px; }
    .featured > a > div.no5, .featured > a > div.no5 div {
      font-size: 2.5rem;
      width: 300px;
      height: 300px;
      top: 642px;
      left: 58%; }
    .featured > a > div.no5 div {
      padding-top: 120px; }

/********* HOMEPAGE CAROUSEL ************/
.featured-xs {
  padding-top: 50px;
  background: url(/images/mobilebkg.png);
  background-position-x: center;
  background-repeat: no-repeat;
  height: 600px;
  padding-top: 110px; }

.carousel-container {
  width: 85%;
  margin-left: auto;
  margin-right: auto; }
  .carousel-container a:hover {
    text-decoration: none; }
  .carousel-container .slick-list {
    margin-top: 44px; }

.mobile-feature {
  margin-left: auto;
  margin-right: auto;
  width: 170px;
  height: 170px;
  text-align: center;
  background-position: 50%;
  border-radius: 50%;
  padding-top: 60px;
  color: #ffffff;
  font-weight: bold;
  font-size: 2rem; }

button.prev-arrow.slick-arrow, button.next-arrow.slick-arrow {
  display: block !important;
  position: absolute;
  z-index: 500;
  top: 18px;
  border: 0;
  background: transparent; }
  button.prev-arrow.slick-arrow:focus, button.next-arrow.slick-arrow:focus {
    outline: none; }

button.next-arrow.slick-arrow {
  right: -30px; }

button.prev-arrow.slick-arrow {
  left: -30px; }

/********************************/
/********** SPONSORS ************/
/********************************/
.sponsorbg {
  background: url(/images/Sponsor_bkg.png);
  background-position-x: center;
  background-repeat: no-repeat; }

.sponsor {
  width: 280px;
  height: 180px;
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

@media (max-width: 768px) {
  .sponsor {
    display: block;
    height: auto;
    padding: 3em 0px;
    margin-right: auto;
    margin-left: auto; } }
.sponsorImg {
  width: 70%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
  transition: 1s;
  max-width: 70%;
  height: auto; }
  .sponsorImg:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    filter: none; }

/********************************/
/********** BECOME A SPONSOR ****/
/********************************/
.sponsorbg2a {
  background: url(/images/Sponsor_bkg2a.png);
  background-position-x: center;
  background-position-y: 20px;
  background-repeat: no-repeat; }

.sponsorbg2b {
  background: url(/images/Sponsor_bkg2b.png);
  background-position-x: center;
  background-position-y: 20px;
  background-repeat: no-repeat; }

.sponsorLevel {
  border-right: 2px solid #ffffff;
  min-height: 700px; }
  .sponsorLevel h3, .sponsorLevel .amount {
    font-size: 2.5em;
    font-style: italic;
    line-height: 1em; }
  .sponsorLevel ul {
    padding-left: 20px; }
  .sponsorLevel img {
    width: 80%;
    max-width: 80%;
    height: auto; }

@media (max-width: 767px) {
  .sponsorLevel {
    padding-top: 2rem;
    border-right: 0;
    border-bottom: 2px solid #ffffff;
    min-height: 0; }

  .sponsorLevel img {
    width: auto;
    max-width: none;
    height: auto; } }
/********* VOLUNTEER PAGE ************/
.volunteerlinks {
  clear: both;
  margin: 0;
  padding: 1em 0 2em 0;
  list-style-type: none;
  text-align: center;
  font-style: italic; }
  .volunteerlinks li {
    display: inline;
    font-size: 2em; }
    .volunteerlinks li a {
      color: #4a4a4a;
      text-decoration: none;
      padding: .2em 1em; }
      .volunteerlinks li a.active, .volunteerlinks li a:hover {
        background-color: #2D8CEA;
        color: #ffffff; }

.blog-content {
  border-right: 1px solid #a6a6a6; }

.share {
  font-size: 1.7em; }

::-moz-selection {
  background: #2D8CEA;
  text-shadow: none;
  color: #ffffff; }

::selection {
  background: #2D8CEA;
  text-shadow: none;
  color: #ffffff; }

body {
  padding-top: 5rem;
  font-family: 'Open Sans', sans-serif;
  background-color: #2D8CEA; }

h2 {
  font-size: 4rem;
  font-style: italic;
  font-weight: 600; }

h3 {
  font-size: 2.5rem;
  font-style: italic;
  font-weight: 600; }

a, a:hover {
  color: #2D8CEA; }

.orange {
  background-color: #FDA879; }
  .orange a, .orange a:hover {
    color: #ffffff; }

.gray {
  background-color: #ededed; }

.green {
  background-color: #8ed681; }

.white {
  background-color: #ffffff; }

.blue {
  background-color: #2D8CEA; }
  .blue a, .blue a:hover {
    color: #ffffff; }
  .blue ::-moz-selection {
    background: #ededed;
    text-shadow: none;
    color: #ffffff; }
  .blue ::selection {
    background: #ededed;
    text-shadow: none;
    color: #ffffff; }

.bluefg {
  color: #2D8CEA; }

.section {
  padding-top: 0rem;
  padding-bottom: 1rem;
  border-top: 1px solid #a6a6a6; }

.section.no-border {
  border: 0px; }

video {
  margin-top: 1rem;
  background-color: transparent; }

.table-like {
  display: table; }

.wide-table {
  width: 1100px; }

@media (min-width: 993px) {
  .wide-table-sm-plus {
    width: 1100px; } }
.tr-like {
  display: table-row; }

.td-like {
  display: table-cell;
  vertical-align: top; }

@media (min-width: 767px) {
  .tr-like-sm-plus {
    display: table-row; }

  .table-like-sm-plus {
    display: table; }

  .td-like-sm-plus {
    display: table-cell;
    vertical-align: top; } }
.leftimg img {
  float: left;
  margin: 0px 5px 5px 0px; }

.rightimg img {
  float: right;
  margin: 0px 0px 5px 5px; }

.centerimg img {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  margin-bottom: 5px; }

.blog-content img {
  max-width: 100%; }

.hide {
  position: absolute;
  left: -5000px; }

.blockyblock img {
  max-width: 100%; }

/********************************/
/********** NAV BAR *************/
/********************************/
.navbar {
  background-color: #ededed;
  height: 5rem;
  min-height: 5rem;
  border-radius: 0px;
  border-bottom: none; }

.navbar-inverse {
  /***** hamburger menu icon ******/ }
  .navbar-inverse .navbar-brand {
    color: #a6a6a6;
    font-size: 1.2rem; }
    .navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
      color: #000000; }
  .navbar-inverse .navbar-nav {
    font-size: 1.1rem;
    margin-top: 0px;
    background-color: #ededed; }
    .navbar-inverse .navbar-nav > li > a {
      text-transform: uppercase;
      color: #000000; }
      .navbar-inverse .navbar-nav > li > a:hover {
        color: #FDA879; }
    .navbar-inverse .navbar-nav > .active > a {
      background-color: #FDA879; }
      .navbar-inverse .navbar-nav > .active > a:hover {
        background-color: #FDA879; }
  .navbar-inverse .navbar-toggle {
    border-color: #000000; }
    .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
      background-color: #FDA879; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #000000; }

/* adding this for the events index page 
   because the featured images make the size
   of the page at least 384px */
@media (max-width: 390px) {
  .container > .navbar-header {
    width: 320px; } }
/********************************/
/**********   LOGO   ************/
/********************************/
.header-container {
  background-color: #ffffff; }

#logo-container {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  min-height: 160px;
  width: 123px; }

/********************************/
/********** SUB MENU ************/
/********************************/
.header {
  letter-spacing: -2px;
  padding-left: 20px;
  padding-right: 0px; }
  .header .tagline {
    color: #e2e2e2;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 5rem;
    font-style: italic;
    padding-top: 1.3rem; }
  .header .submenu {
    margin-top: 2rem;
    font-style: italic; }
    .header .submenu h1 {
      font-size: 5rem;
      font-weight: 700;
      text-transform: lowercase; }
    .header .submenu div {
      font-weight: 600;
      line-height: 2em;
      text-transform: lowercase;
      font-size: 3rem;
      margin-right: 11rem;
      display: inline-block;
      float: left; }
      .header .submenu div:last-child {
        margin-right: 0px; }
      .header .submenu div a {
        color: #a6a6a6; }
        .header .submenu div a.bluefg {
          color: #2D8CEA; }
      .header .submenu div h1 {
        font-size: 5rem;
        text-transform: lowercase;
        margin-top: 0px;
        font-weight: 700; }

@media (max-width: 767px) {
  .header {
    letter-spacing: normal;
    height: auto; }
    .header .tagline {
      display: none; }
    .header .submenu {
      margin-top: 1rem; }
      .header .submenu h1 {
        font-size: 2.2rem;
        font-weight: 600; }
      .header .submenu div {
        font-weight: 500;
        font-size: 1.6rem;
        margin-right: 3rem; }
        .header .submenu div h1 {
          font-size: 2.2rem;
          font-weight: 600; } }
@media (min-width: 768px) and (max-width: 992px) {
  .header .submenu h1 {
    font-size: 4rem; }
  .header .submenu div {
    font-size: 2.3rem;
    margin-right: 6rem; }
    .header .submenu div h1 {
      font-size: 4rem; } }
/********************************/
/********** FOOTER   ************/
/********************************/
#footer {
  padding: 0.7rem;
  text-align: center;
  font-size: 3rem; }
  #footer a {
    color: #ffffff;
    margin-right: 2rem; }
    #footer a:hover {
      color: #ededed;
      text-decoration: none; }
    #footer a .backtotop {
      font-size: 1.2rem;
      vertical-align: middle; }

/*# sourceMappingURL=sitewide.css.map */
