/*@import url('https://fonts.googleapis.com/css?family=proxima-nova');*/
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
.mobile-hide {
  display: none;
}
body {
  margin: 0;
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #212121;
}
header {
  padding: 20px 0;
  background: #095b54;
  box-shadow: 0 0 6px rgba(0, 0, 0, .45);
}
.logo {
  /* max-width: 160px; */
  float: left;
}
.logo img {
  width: 100%;
  height:100%;
}
.logo .logohome {
  background: url(/Images/vbsmate-logo-color.png);
  background-repeat: no-repeat;
  display: block;
  height: 45px;
  width: 200px;
  background-size: 100%;
}

.logo a, .logo a:visited {
  /*text-indent: -9999em;
  background-image: url(/Images/vbsmate-blue-logo.png);*/
  font-family: 'proxima-nova', sans-serif;
  color: #ffffff !important;
  height: 30px;
  width: 160px;
  text-decoration: none;
  font-weight: 900;
  font-size: 30px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.header-top {
  /* margin-bottom: 20px; */
  width: 100%;
  display: inline-block;
}
.header-top img {
  width: 200px;
}
.menu a {
  text-decoration: none;
  color: #59A9FF;
  font-weight: 700;
  padding-left: 30px;
}
.header-top a:hover {
  color: #fff;
  text-decoration: none;
}
.header-top .button {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#56b10b+0,4a9809+100 */
  background: #56b10b; /* Old browsers */
  background: -moz-linear-gradient(top, #56b10b 0%, #4a9809 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #56b10b 0%, #4a9809 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #56b10b 0%, #4a9809 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#56b10b', endColorstr='#4a9809', GradientType=0); /* IE6-9 */
  border-color: #4b9a09;
  color: white;
  font-size: 16px;
}
.intro a.btn.btn-cornflower {
  padding: 10px 30px 10px 30px;
}
.yellow-footer a.btn.btn-cornflower {
  padding: 10px 30px 10px 30px;
  margin-top: 2px;
}
.home-page-content .button {
  background: #59A9FF;
  background: -moz-linear-gradient(top, #59A9FF 0%, #59A9FF 100%);
  background: -webkit-linear-gradient(top, #59A9FF 0%, #59A9FF 100%);
  background: linear-gradient(to bottom, #59A9FF 0%, #59A9FF 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#59A9FF', endColorstr='#59A9FF', GradientType=0);
  border-color: #59A9FF;
  color: white;
  font-size: 16px;
}
.home-page-content img {
  width: 100%;
  margin: 40px 0px 100px 0px;
}
.home-page-content .intro {
  margin-top: 270px;
}
.home-page-content {
  font-size: 18px;
  background-color: #0A5B54;
  background-image: url(/Images/computer-childrunning-crop.png);
  background-size: 300px;
  background-repeat: no-repeat;
  background-position: -2px 0px;
  min-height: 690px;
}
@media (min-width: 768px) {
  .home-page-content .intro {
    margin-top: 110px;
    padding-left: 30px
  }
	
.home-page-content {
  font-size: 18px;
  background-color: #0A5B54;
  background-image: url(/Images/computer-childrunning-crop.png);
  background-size: 48%;
  background-repeat: no-repeat;
  background-position: -2px 50px;
  min-height: 840px;
}	
	
	
}

a {
  color: #2196F3;
}
.url a {
  color: #2196F3 !important;
}
a:hover {
  text-decoration: none;
}
h1 {
  margin: 40px 0 20px 0;
  font-family: 'proxima-nova', sans-serif;
  font-weight: 100;
  font-size: 42px;
}
h2 {
  font-family: 'proxima-nova', sans-serif;
  font-weight: 500;
}
h3 {}
h4 {
  /* margin-bottom: 5px !important; */
}
h1 a, h2 a, h3 a, h4 a {
  text-decoration: none;
}
h1 i {
  margin-left: 8px;
  vertical-align: 85%;
}
p {
  margin: 0 0 20px 0;
}
.clear {
  clear: both;
}
/* layout */
.container {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
}
.wrapper {
  margin: 30px 0;
  display: inline-block;
  width: 100%;
}
.centered-content {
  margin: auto;
  max-width: 720px;
}
.main {
  display: inline-block;
  width: 100%;
}
.registration-container {
  margin-top: 20px;
  display: inline-block;
  width: 100%;
}
footer {
  /*margin-top: 20px;
  border-top: 1px solid #F5F5F5;*/
  padding: 20px 0;
  font-size: 12px;
  color: #B6B6B6;
  text-align: center;
}
.yellow-footer {
  background: #FFCF66;
  padding: 20px;
}
.green-footer {
  background: #0A5B54;
  padding: 20px;
  text-align: left;
}
.green-footer h4 {
  color: #fff;
  margin: 0px;
  padding-bottom: 10px;
}
.green-footer h5 {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
}
.yellow-footer h2 {
  margin: 0;
  padding-top: 12px;
  font-size: 24px;
}
.green-footer img {
  width: 100px;
  padding-bottom: 12px;
}
.green-footer a {
  color: #59A9FF;
}
.green-footer a:hover {
  color: #fff;
}
.title {
  width: 100%;
  float: left;
  margin: 40px 0 30px;
}
.title h1 {
  display: table-cell;
}
.home-page {
  /* bg image style moved to inline to accomodate image switching for liguori */
  /* background: #2e2614 url(/Images/vbsmate-home-bg.jpg); */
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding: 18% 0 10%;
  color: white;
}
.home-page-content h1 {
  font-size: 52px;
  color: #fff;
}
.home-page-content {
  font-size: 18px;
  background-color: #0A5B54;
}
.home-page-content p {
  margin-top: 0;
}
.home-page-content p.lead {
  font-size: 24px;
  margin-bottom: 20px;
  color: #fff;
  font-weight: 700;
  line-height: 1.15;
}
.home-page-action a {
  text-decoration: none;
}
.home-page-action .button-jumbo {
  color: rgb(200, 226, 155);
  font-size: 16px;
}
.home-page-action p {
  color: #ABA39A;
  margin-top: 20px;
}
.overview {
  background-color: #c9c9c92e;
  margin-top: 100px;
}
.overview-content {
  margin: auto;
}
.page-header {
  /* text-align: center; */
  border-bottom: none;
}
.home-page-help {
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, .15);
  max-width: 500px;
  margin: 40px auto;
  color: rgba(255, 255, 255, .8);
}
i {
  vertical-align: -15%;
}
.icon-small {
  font-size: 40%;
}
.create-account {
  background: #727272;
  padding-bottom: 20px;
}
.create-account {
  width: 100%;
  height: 100%;
  background: url('/Images/crafts-bg.jpg') center center no-repeat;
  background-image: url('/Images/crafts-bg.jpg'), linear-gradient(#002f4b, #dc4225);
  background-size: cover;
}
.create-account h1 {
  margin: 0;
  text-align: center;
  padding: 20px 0;
  color: white;
}
.create-account .form-container section {
  background: white;
}
.TOS {
  text-align: left;
}
.header-bottom {}
.nav-event-page {
  width: 100%;
  height: 60px;
  border-top: 1px solid #f5f5f5;
  padding-top: 15px;
}
.nav-event-page.scroll-to-fixed-fixed {
  background: white;
  padding: 10px 20px;
  height: 70px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  box-shadow: 0 1px 13px rgba(0, 0, 0, .5);
}
.nav-description {
  display: inline-block;
  color: #777777;
  font-size: 13px;
  padding: 5px 8px;
  border-radius: 3px;
  background: #f5f5f5;
  margin-right: 15px;
}
.nav-event-page ul, .nav-event-page li, .event-actions ul, .event-actions li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.nav-event-page ul {
  margin-top: 10px;
}
.nav-event-page .event-actions ul {
  margin: 0;
}
.nav-event-page li {
  margin-right: 6px;
}
.nav-event-page li a.links {
  text-transform: uppercase;
  text-decoration: none;
  padding: 8px;
  color: #ffffff;
  font-weight: 900;
}

.scroll-to-fixed-fixed li a.links {
  color: #59A9FF;
}
.admin-link {
  font-size: 13px;
  color: #ffffff;
}
/* Forms */
.form {}
.formgroup {
  padding: 10px 0 10px 0;
}
.formgroup.tos p {
  color: #C7CACD;
}
.formgroup input[type=text], .formgroup input[type=password], .formgroup input[type=number], .formgroup input[type=email] {
  width: 100%;
  padding: 6px 12px;
  margin: 8px 0;
  height: 40px;
  box-sizing: border-box;
  font-size: 14px;
  border: 1px solid #e4e9ee;
  outline: none;
  background: white;
  border-radius: 4px;
  transition: all ease 300ms;
}
.formgroup input[type=radio] {}
.push-right {
  float: right;
  margin-top: -20px;
}
.formgroup select {
  display: block;
  margin: 8px 0;
  width: 100%;
  height: 40px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: white;
  background-image: none;
  border: 1px solid #e4e9ee;
  border-radius: 4px;
  outline: none;
  transition: all ease 300ms;
}
.formgroup textarea {
  width: 100%;
  padding: 6px 12px;
  margin: 8px 0;
  min-height: 130px;
  box-sizing: border-box;
  font-size: 14px;
  border: 1px solid #e4e9ee;
  outline: none;
  background: white;
  border-radius: 4px;
  transition: all ease 300ms;
}
.formgroup input[type=text]:focus, .formgroup input[type=password]:focus, .formgroup input[type=number]:focus, .formgroup input[type=email]:focus, .formgroup select:focus, .formgroup textarea:focus {
  border-color: #1C5D95;
  background: white;
}
.formgroup label {
  display: block;
}
.formgroup .required:before {
  content: '*';
  margin-right: 3px;
  color: #F44336;
}
.formgroup-half {
  width: 47.692307692%;
  display: inline-block;
  margin-right: 03.846153846%;
}
.formgroup-half:last-child {
  margin-right: 0;
}
.form-container section {
  background: #F5F5F5;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 4px;
}
.form-container section h4 {
  margin-top: 0;
}
.form-container section.white {
  background: white;
}
.formheader {
  font-weight: bold;
  font-size: 16px;
}
.Navigation span {
  display: block;
  width: 200px;
  float: left;
}
.Navigation {
  border-bottom: 1px solid #f5f5f5;
  height: 45px;
  color: #727272;
}
.Navigation span.Selected {
  color: #212121;
}
.datebox input[type=text] {
  width: 80%;
}
.radio-list input, .checkbox-list input {
  float: left;
  margin-right: 10px;
  margin-top: 5px;
}
.theme-selector .radio-list input {
  float: none;
}
.theme-selector .radio-list label {
  display: block;
  margin-bottom: 8px;
}
.radio-list label, .checkbox-list label {
  display: table-cell;
}
.checkbox-list td {
  width: 250px;
  vertical-align: top;
}
.formtip {
  color: #777777;
}
.label-forgot {
  float: left;
}
.ForgotPassword {
  float: right;
}
.ThankYouPanel.container {
  margin-top: 40px;
  max-width: 500px;
  margin: 40px auto;
  border-radius: 5px;
  padding: 30px;
  background: #009688;
  color: white;
  text-align: center;
}
.ThankYouPanel.container a {
  color: white;
}
.ThankYouPanel.container i {
  color: #B2DFDB;
  font-size: 60px;
  margin-bottom: 20px;
  display: block;
}
.church-home {
  text-align: center;
  background: #0f3b79 url(/Images/vbsmate-church-bg.jpg);
  background-repeat: repeat;
  padding: 4% 0 10%;
  color: white;
}
.church-home h1, .church-home p {
  color: white;
}
.church-home .card {
  background: white;
}
/* Button */
.button, button {
  text-decoration: none;
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-align: center;
  background: #F2F9FE;
  color: #1976D2;
  border: 1px solid #BBDEFB;
  font-size: 14px;
  cursor: pointer;
  border-radius: 6px;
  padding: 14px 18px 15px;
  line-height: 18px;
  display: inline-block;
  transition: all ease 300ms;
}
.button + .button {
  margin-left: 8px;
}
.button-primary {
  background: #2196F3;
  border-color: #1976D2;
  color: white;
  font-weight: 600;
}

.button-primary:hover {
  text-decoration: none;
}
.button-large {
  padding: 20px 26px 22px;
  font-size: 18px;
}
.button-small {
  padding: 6px 12px 8px;
  font-size: 12px;
}
.button-jumbo {
  padding: 30px 40px 32px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#56b10b+0,4a9809+100 */
  background: #56b10b; /* Old browsers */
  background: -moz-linear-gradient(top, #b8db59 0%, #4a9809 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #b8db59 0%, #4a9809 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #b8db59 0%, #4a9809 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b8db59', endColorstr='#4a9809', GradientType=0); /* IE6-9 */
  border-color: #b8db59;
  font-size: 26px;
  border-radius: 54px;
  transition: all ease 300ms;
  box-shadow: 0 0 22px rgba(0, 0, 0, .5);
  color: white;
}
.button-jumbo:hover {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4a9809+0,56b10b+100 */
  background: #4a9809; /* Old browsers */
  background: -moz-linear-gradient(top, #4a9809 0%, #b8db59 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #4a9809 0%, #b8db59 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #4a9809 0%, #b8db59 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4a9809', endColorstr='#b8db59', GradientType=0); /* IE6-9 */
  box-shadow: 0 0 10px rgba(0, 0, 0, .5);
}
.button-jumbo span {
  font-size: 26px;
  font-weight: bold;
  display: block;
  height: 25px;
  color: white;
}
.button-jumbo.button-large {
  font-size: 22px;
}
.button i {
  margin: 0 3px;
  vertical-align: -15%;
}
.button-delete, .button-delete:visited {
  background: none;
  border-color: transparent;
  color: #F44336;
}
.button-delete:hover {
  background: rgb(255, 242, 241);
}
.button-delete:before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea0d";
  margin-right: 5px;
  vertical-align: -5%;
}
.button-save {
  background: #E0F8DC;
  color: #2AB114;
  border: 1px solid #ADE4A4;
}
input.button:disabled {
  background: #F5F5F5;
  border: #B6B6B6;
  color: #B6B6B6;
  cursor: not-allowed;
}
.floating-help {
  position: fixed;
  z-index: 900;
  bottom: 5%;
  right: 5%;
}
.church-url {
  color: #212121;
  font-weight: bold;
}
.action-delete {
  color: #F44336;
  text-decoration: none;
  display: block;
  width: 70px;
}
/* Divergence from the legacy stylesheet this file is a port of: legacy put .action-delete on an
   asp:LinkButton, i.e. an <a>, which picked up no button chrome. The grids here need a real <button>
   to post the delete, so undo the base button rule to get back to the same bare icon. */
button.action-delete {
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
}

.action-delete:hover {
  text-decoration: none;
}

.action-delete span {
  opacity: 0;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
  margin-left: -1px;
  transition: all ease 300ms;
}
.action-delete:hover span {
  opacity: 1;
  margin-left: 3px;
}
/* Table */
.table-minimal {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}
.table-minimal tbody tr:hover > td {
  background-color: #fafafa;
}
.table-minimal tbody tr:first-child td {
  border-top: 2px solid gainsboro;
}
.table-minimal th {
  background-color: #F2F9FE;
  border-bottom: 0px;
  padding: 0.75em 1em;
  text-align: left;
  font-weight: 900;
}
.table-minimal th a {
  text-decoration: none;
}
.table-minimal tbody {
  background-color: white;
}
.table-minimal tbody td {
  border-bottom: 0px;
  border-top: 1px solid gainsboro;
  border-right: 1px solid rgb(248, 249, 249);
  line-height: 1.5em;
  padding: 0.75em 1em;
  vertical-align: middle;
}
.table-minimal tbody td:last-child {
  border-right: none;
}
.table-minimal tbody td button {
  display: inline-block;
  font-size: .7em;
  line-height: 1.5em;
  margin-bottom: .3em;
  margin-right: 0.5em;
  outline: none;
  padding: .3em 1em;
  width: 100%;
}
/* Events Page */
.public-event section {
  width: 100%;
  display: inline-block;
  padding: 5% 0;
  border-bottom: 1px solid #F5F5F5;
}
.event-reg-closed {
  padding: 10% 0;
  text-align: center;
}
section.hero, section.hero-generic {
  width: 100%;
  padding: 5% 0 10%;
  display: inline-block;
  vertical-align: middle;
}
section.hero {
  /* background: #4aa848 url(/Images/vbsmate-event-bg-sm.png); */
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
}
section.hero .content {
  background: white;
  padding: 30px;
  border-radius: 15px;
  /* max-width: 450px; */
  margin: auto;
  /* margin-bottom: 85%; */
}
.second-navigation {
  margin-top: -50px;
}
.second-navigation .yellow-box {
  position: relative;
  background: #FFCF66;
  text-align: center;
  
  display: block;
  width: 100%;
  padding: 10px;
}
.home-admin .yellow-box {
  position: relative;
  background: #FFCF66;
  text-align: center;
  margin: 16px;
  display: block;
  width: 100%;
  padding: 16px 22px;
}
.second-navigation .yellow-box:hover {
  box-shadow: 0 0 11px rgba(33, 33, 33, .2);
}
.second-navigation a {
  color: #000;
  text-decoration: none;
}
.second-navigation a:hover {
  color: #000;
  text-decoration: none;
}
.second-navigation img {
  padding: 16px;
  max-width: 50%;
}
.overview .right-photo img {
  display: block;
  height: auto;
  max-width: 100%;
}
.overview .left-photo img {
  display: block;
  height: auto;
  max-width: 100%;
}
/*section.hero {
  height: 100vh;
}*/
@media (min-width: 850px) {
  
  section.hero .content {
    float: left;
    margin-bottom: 0;
  }
}
section.hero,
section.hero-generic {
  background: url(/Images/vbsmate-church-bg.jpg);
}

.event-info img {
  width: 100%;
  max-width: 500px;
  height: auto;
}
.content h1 {
  margin-top: 0;
}
.content h3 {
  margin-bottom: 0;
}
.event-details-list {
  margin-bottom: 5px;
}
.event-details-list i {
  color: #5F9EA0;
}
section.hero-generic .content {
  background: white;
  padding: 30px;
  margin: auto;
  max-width: 450px;
  border-radius: 15px;
}
.col-rightcentered {
  text-align: center;
  padding: 20px 0 55px;
  margin: auto;
  max-width: 550px;
}
section.event-location {
  padding: 0;
  vertical-align: middle;
  background: #6c8cc7;
  color: white;
}
section.event-location h2 {
  color: #fedc31;
}
section.event-location .col-left {
  padding: 6%;
}
.event-map {
  min-height: 500px;
  height: 100%;
  width: 100%;
}
section.event-contact {
  text-align: center;
  padding: 10%;
}
.event-contact-name {
  font-size: 22px;
  margin-bottom: 10px;
}
.event-contact-title {
  font-size: 16px;
  color: #777777;
}
.event-contact-phone, .event-contact-email {
  margin: 10px;
  display: inline-block;
}
section.event-contact i {
  color: #2196F3;
}
section.event-contact a {
  text-decoration: none;
}
.public-event section .col-left, .public-event section .col-right {
  /*width: 50%;
  display: inline-block;*/
  margin: 0;
}
/* Lightbox */
.html5lightbox, .html5lightbox:hover {
  text-decoration: none;
}

#html5-elem-wrap {
  background: #434A54 !important;
}
#html5-image {
  background: #434A54;
  color: white;
}
#html5lightbox-div {
  padding: 22px;
}
.pagenotfound {
  background: linear-gradient(rgba(40, 49, 78, 0.75), rgba(39, 56, 26, 0.85)), url(http://vbs.cph.org/images/fieldroad-bg.jpg);
  background-size: cover;
  text-align: center;
  padding: 14% 0;
  line-height: 1.4;
  color: white;
  text-shadow: 0 0 12px rgba(0, 0, 0, .45);
  font-size: 18px;
}
.pagenotfound .container {
  max-width: 700px;
}
/* error handling */
/* Error Styles */
.error-message {
  color: #F44336;
  display: block;
  margin-bottom: 10px;
}
.success-message {
  color: #009688;
  display: block;
  margin-bottom: 10px;
}
.cpherrors, .errorLg {
  color: #994341;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 10px;
}
input.txtError, select.txtError {
  background-color: #fcf6f6;
  border: 1px solid red !important;
  color: #000;
}
input:focus.txtError, select:focus.txtError, .txtErrorDDL > span {
  background-color: #fff;
}
div.txtError {
  padding-left: 5px;
  margin: 5px 0 0 -5px;
  background-color: #fcf6f6;
  border: 1px solid red !important;
  color: #000;
}
.cpherrorpanel {
  color: #F44336;
  text-align: left;
  display: block;
  margin-bottom: 10px;
}
.cpherrorpanelhidden {
  display: none;
}
.cpherrorh2 {
  font-size: 14px;
}
.cphfielderror {
  width: 150px;
}
.cphfielderrorlong {
  width: 250px;
  padding: 5px 0;
}
.cpherrorpanelSmall {
  display: block;
  padding: 8px;
  background-color: #DDE6FF;
  border: 1px solid #BCCBE8;
  color: #994341;
  text-align: left;
  width: 300px;
  margin: 15px 0;
}
.menu {
  float: right;
  width: 50%; text-align: right;
}
@media (min-width: 768px) {
  .logo {
    float: left;
  }
  .menu {
    float: right;
  }
  .form-container section {
    padding: 30px 40px;
    border-radius: 4px;
  }
  .col-right {
    width: 20%;
    margin-left: 5%;
    display: inline-block;
  }
  .col-left {
    width: 75%;
    display: inline-block;
    float: left;
  }
  .bordered .col-left {
    border-right: 1px solid #f5f5f5;
    padding-right: 5%;
  }
  .datebox {
    width: 49%;
    display: inline-block;
  }
  .datebox select {
    width: 46%;
    display: inline-block;
  }
}
/* Cards */
.card, a.card {
  margin: 5px 10px 10px;
  border: 1px solid #f0f0f0;
  width: 245px;
  display: inline-block;
  min-height: 210px;
  border-radius: 5px;
  box-shadow: 0 0 4px #f0f0f0;
  transition: all ease 300ms;
  text-align: center;
  vertical-align: top;
}
.card.card-wide {
  width: 515px;
}
.card img {
  width: 100%;
  height: auto;
}
.card-action {
  margin-top: 2em;
}
.promo-tools .card {
  padding: 5px;
}
a.card {
  text-decoration: none;
}
.card:hover {
  box-shadow: none;
  text-decoration: none;;
}
.card i {
  font-size: 60px;
  color: #B2DFDB;
}
.card i.icon-calendar {
  color: #BBDEFB;
}
.card-title {
  margin: 10px 0;
  font-weight: bold;
  font-size: 18px;
}
.card-content {
  padding: 35px;
}
.event-date {
  font-size: 12px;
  color: #27272;
}
.card p {
  font-size: 13px;
  color: #727272;
}
.card-action .button {
  display: block;
  margin: 10px auto;
}
.card-wide .card-action .button {
  display: inline-block;
}
.card-action span {
  display: none;
}
.block > .card {
  margin-left: 0;
}
/* Higher specificity than the external cphstyle.css's Bootstrap-style .card rule
   (display: flex, no fixed width), which loads after this file and would otherwise
   win the cascade and force cards to stack one per row. */
.block .card, .block a.card {
  margin: 5px 10px 10px;
  border: 1px solid #f0f0f0;
  width: 245px;
  display: inline-block;
  min-height: 210px;
  border-radius: 5px;
  box-shadow: 0 0 4px #f0f0f0;
  transition: all ease 300ms;
  text-align: center;
  vertical-align: top;
}
.alert-info {
  margin: 20px 0;
  padding: 20px 20px 23px;
  border: 1px solid #BBDEFB;
  background: #F4FAFF;
  border-radius: 5px;
  float: left;
  width: 100%;
}
.alert-info i, .alert-warning i {
  color: #1976D2;
  font-size: 22px;
  margin-right: 5px;
}
.alert-warning {}
.NoEvents {
  margin: 20px 0;
  padding: 20px 20px 23px;
  border: 1px solid #BBDEFB;
  background: #F4FAFF;
  border-radius: 5px;
}
.NoEvents i {
  color: #1976D2;
  font-size: 22px;
  margin-right: 5px;
}
.event-actions {
  margin: auto;
}
@media (min-width: 768px) {
  .mobile-hide {
    display: inline-block;
  }
  .desktop-hide {
    display: none;
  }
  .church-home, section.hero, section.hero-generic, .pagenotfound {
    min-height: 650px;
  }
  .event-actions {
    float: right;
  }
  .public-event section .col-left, .public-event section .col-right {
    width: 50%;
    display: inline-block;
  }
  .two-columns {
    width: 45%;
    margin-right: 2.5%;
    display: inline-block;
    vertical-align: top;
  }
  .two-columns > .two-columns {
    margin-right: 0;
  }
}

.past-events {
  margin-top: 3em;
  padding-top: 2em;
  border-top: 1px solid #eaebed;
}