/***** COLORS *****/
.white {
  color: #ffffff;
}
.lightestgray {
  color: #e9e9e9;
}
.lightgray {
  color: #808080;
}
.gray {
  color: #666666;
}
.darkgray {
  color: #222222;
}
.black {
  color: #000000;
}
.red {
  color: #c92227;
}
.green {
  color: #45ae4f;
}
.blue {
  color: #15bcd2;
}
.yellow {
  color: #ffd049;
}
/***** FONTS *****/
/***** TYPE *****/
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0 0 1em;
}
p,
li {
  line-height: 1.5;
}
p:last-child {
  margin-bottom: 0;
}
a {
  color: #222222;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
input:focus {
  outline: none;
}
hr {
  clear: both;
  float: none;
  box-shadow: none;
  border: none;
  background: #e9e9e9;
  height: 1px;
}
/***** Reusable *****/
.smooth {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* Chrome, Safari, Opera */
@-webkit-keyframes fadein {
  0% {
    font-size: 28px;
    opacity: 0;
    margin-top: 20px;
  }
  100% {
    font-size: 41px;
    opacity: 1;
    margin-top: 0px;
  }
}
/* Standard syntax */
@keyframes fadein {
  0% {
    font-size: 28px;
    opacity: 0;
    margin-top: 20px;
  }
  100% {
    font-size: 41px;
    opacity: 1;
    margin-top: 0px;
  }
}
/***** LAYOUT *****/
html,
body {
  height: 100%;
  margin: 0;
  background-color: #e9e9e9;
}
body {
  font-size: 16px;
  color: #222222;
  font-family: 'Open Sans', sans-serif;
}
#sitefull {
  margin: 0 auto;
  background-color: #e9e9e9;
}
h1#seoname {
  position: absolute;
  left: -1000000px;
}
#mobileheader {
  display: none;
}
#siteheader.persistent {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
#siteheader.persistent #loginout-link {
  opacity: 0;
}
#siteheader.persistent img.logo {
  height: 40px;
  opacity: 0;
}
#siteheader.persistent img.logo-small {
  height: 39px;
  opacity: 1;
}
#siteheader.persistent #main-menu ul.nav-menu li.menu-item {
  line-height: 45px;
}
#siteheader {
  position: fixed;
  top: 0;
  background-color: #ffffff;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: visible;
  z-index: 1000;
  color: #666666;
}
#siteheader .row,
#siteheader .grid_6,
#siteheader .grid_4,
#siteheader .grid_8 {
  overflow: visible;
  position: relative;
}
#siteheader a#logo {
  padding: 0;
  display: block;
}
#siteheader img.logo {
  width: auto;
  height: 97px;
  margin: 10px 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#siteheader img.logo-small {
  width: auto;
  height: 97px;
  margin: 10px 0;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#siteheader #header-right {
  text-align: right;
}
#siteheader ul.socials {
  margin: 15px 0;
}
#siteheader ul.socials li a {
  color: #ffffff;
}
ul.socials {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.socials li {
  display: inline-block;
  padding: 0 10px;
}
#main-menu ul.nav-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

#donate, .donate {
	bottom: 58px;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	height: 40px;
	line-height: 100px;
	position: absolute;
	right: 94px;
	text-align: left;
	transition-delay: 0s;
	transition-duration: 0.3s;
	transition-property: all;
	transition-timing-function: ease;
	vertical-align: top;
}

.donate form { display: inline-block; width: 0px} 

#main-menu ul.nav-menu li.menu-item {
  display: inline-block;
  vertical-align: top;
  padding: 0 1px;
  text-align: left;
  line-height: 100px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#main-menu ul.nav-menu li.menu-item:hover ul.sub-menu {
  display: block;
  
}


#main-menu ul.nav-menu li.menu-item a {
  color: #666666;
  font-weight: 600;
  border-bottom: 5px solid #15bcd2;
  font-size: 13.5px;
  letter-spacing: -0.05em;
 
}
#main-menu ul.nav-menu li.menu-item a:hover {
  border-bottom: 5px solid #ffd049;
}
#main-menu ul.nav-menu li.menu-item ul.sub-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  display: none;
  position: absolute;
  padding: 5px 10px 10px;
  background: rgba(15, 133, 148, 1);
  margin-left: -10px;
}
#main-menu ul.nav-menu li.menu-item ul.sub-menu li.menu-item {
  display: block;
  text-align: left;
  padding: 0;
  line-height: 40px;
}
#main-menu ul.nav-menu li.menu-item ul.sub-menu li.menu-item a {
  color: #e9e9e9;
}
#titleheader {
  background-color: #15bcd2;
}
#titleheader #pagetitle {
  padding: 160px 0 40px;
  text-align: center;
  color: #ffffff;
  margin: 0;
  font-size: 28px;
  font-weight: normal;
  text-transform: uppercase;
}
#sitecontent {
  max-width: 1300px;
  width: 100%;
  padding: 45px 0 0;
  margin: 0 auto;
  background-color: #ffffff;
}
.page {
  padding-bottom: 55px;
}
#filler {
  background-color: #ffffff;
}
#footertop {
  padding: 50px 0;
  border-bottom: 8px solid #ffd049;
  border-top: 8px solid #c92227;
}
#footertop #logo-footer {
  margin-bottom: 65px;
  display: block;
}
#footertop h4 {
  margin-bottom: 5px;
  font-weight: 300;
  text-transform: uppercase;
}
#footertop .grid_6:last-of-type form {
  text-align: right;
}
#footertop .grid_6:last-of-type form .gform_heading {
  width: 100%;
}
#footertop .grid_6:last-of-type form .gform_heading h3 {
  width: 100%;
}
#footertop .grid_6:last-of-type form input,
#footertop .grid_6:last-of-type form select {
  text-align: left;
  border: 1px solid #bcbcbc;
  font-size: 14px;
  font-weight: 600;
  padding: 10px;
  margin-bottom: 20px;
  width: 80%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#footertop .grid_6:last-of-type form input:focus,
#footertop .grid_6:last-of-type form select:focus {
  width: 90%;
}
#footertop .grid_6:last-of-type form .gform_footer {
  padding: 0;
  margin: 0;
}
#footertop .grid_6:last-of-type form input.gform_button {
  border: none;
  width: auto;
  display: inline-block;
  background: #45ae4f;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 25px;
  cursor: pointer;
}
#footertop .grid_6:last-of-type form input.gform_button:hover {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
#sitefooter {
  display: block;
  color: #ffffff;
  background: #222222;
}
#sitefooter .footer-text {
  font-size: 10px;
  padding: 12px 0 0;
  margin: 0;
}
#sitefooter #footer-right {
  text-align: right;
}
#heinsmancreative {
  opacity: .4;
  padding: 5px 0;
  display: inline-block;
  font-size: 9px;
  line-height: 30px;
}
#heinsmancreative:hover {
  opacity: .8;
}
#heinsmancreative img {
  height: 30px;
  width: auto;
}
/***** PAGINATION *****/
#pagination {
  margin-top: 30px;
  padding: 20px 0 30px;
  border-top: #666666 1px solid;
}
#pagination a {
  float: right;
}
#pagination a:last-of-type {
  float: right;
}
body.paged #pagination a:first-of-type {
  float: left;
}
/***** PAGES *****/
/***** Single *****/
body.single .page .row,
body.single .page .grid_12 {
  overflow: visible;
}
body.single article .attachment-post-thumbnail {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}
/***** News *****/
body.page-template-page-news-php .page .row.catrow h3 {
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 50px;
  text-decoration: underline;
}
body.page-template-page-news-php .page .row.catrow hr {
  margin: 50px 0;
}
body.page-template-page-news-php .page h4 {
  font-size: 18px;
  margin-bottom: 6px;
}
body.page-template-page-news-php .page .wp-post-image {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}
body.page-template-page-news-php .page .content {
  overflow: auto;
  margin-bottom: 35px;
}
body.page-template-page-news-php .page p a {
  color: #15bcd2;
}
/***** Archive *****/
body.blog article {
  display: block;
  clear: both;
  float: none;
  margin-bottom: 20px;
  overflow: auto;
}
body.blog article h3 {
  margin-bottom: 6px;
  padding-bottom: 4px;
  border-bottom: 1px solid #15bcd2;
  text-transform: uppercase;
  color: #15bcd2;
  font-weight: normal;
}
body.blog article .wp-post-image {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}
/***** About *****/
body.page-template-page-about-php .row.execs {
  margin: 50px auto;
}
body.page-template-page-about-php .row.execs .grid_6 p {
  font-size: 13px;
}
body.page-template-page-about-php .row.execs .grid_6 img {
  max-width: 200px;
  width: 100%;
  height: auto;
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}
body.page-template-page-about-php .row.board {
  margin: 50px auto;
}
body.page-template-page-about-php .row.board h4 {
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  text-decoration: underline;
}
body.page-template-page-about-php .row.board ul {
  margin: 0;
  padding: 0;
}
body.page-template-page-about-php .row.board li {
  display: block;
  margin-bottom: 10px;
  line-height: 1.2em;
  padding: 0 0 0 14px;
  text-indent: -14px;
}
body.page-template-page-about-php .row.board li:before {
  content: '•';
  color: #15bcd2;
  margin-right: 8px;
}
body.page-template-page-about-php .row.logos {
  margin: 50px auto;
}
body.page-template-page-about-php .row.logos h4 {
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  text-decoration: underline;
  padding-top: 30px;
  margin-top: 20px;
  border-top: 1px solid #000000;
}
body.page-template-page-about-php .row.logos .bx-wrapper {
  position: relative;
}
body.page-template-page-about-php .row.logos .bx-wrapper .bx-controls {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  width: 100%;
  display: block;
}
body.page-template-page-about-php .row.logos .bx-wrapper .bx-controls .bx-controls-direction {
  width: 100%;
  display: block;
}
body.page-template-page-about-php .row.logos .bx-wrapper .bx-controls .bx-prev {
  left: 0;
  font-size: 50px;
  position: absolute;
  color: #15bcd2;
}
body.page-template-page-about-php .row.logos .bx-wrapper .bx-controls .bx-next {
  right: 0;
  font-size: 50px;
  position: absolute;
  color: #15bcd2;
}
body.page-template-page-about-php .row.logos ul {
  margin: 0;
  padding: 0;
}
body.page-template-page-about-php .row.logos ul li {
  text-align: center;
}
body.page-template-page-about-php .row.logos ul li img {
  display: inline-block;
  margin: 0 25px;
}
/***** Find a Site *****/
body.page-template-page-site-php .page #map-wrapper {
  position: relative;
  padding-bottom: 92%;
  height: 0;
  overflow: hidden;
  margin: 30px 0;
}
body.page-template-page-site-php .page #map-wrapper iframe,
body.page-template-page-site-php .page #map-wrapper object,
body.page-template-page-site-php .page #map-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
/***** Single Resource *****/
body.single-hc_resources .page div.buttons,
body.single-hc_memberresources .page div.buttons {
  text-align: center;
  display: block;
}
body.single-hc_resources .page div.buttons a.file,
body.single-hc_memberresources .page div.buttons a.file,
body.single-hc_resources .page div.buttons a.link,
body.single-hc_memberresources .page div.buttons a.link {
  display: inline-block;
  margin: 0 10px 15px;
  width: 250px;
  background: #15bcd2;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  padding: 8px 10px;
  text-align: center;
  border-radius: 4px;
}
body.single-hc_resources .page div.buttons a.file:hover,
body.single-hc_memberresources .page div.buttons a.file:hover,
body.single-hc_resources .page div.buttons a.link:hover,
body.single-hc_memberresources .page div.buttons a.link:hover {
  opacity: .8;
  text-decoration: none;
}
body.single-hc_resources .page a,
body.single-hc_memberresources .page a {
  color: #45ae4f;
}
body.single-hc_resources .page a:hover,
body.single-hc_memberresources .page a:hover {
  text-decoration: underline;
}
/***** Login Page *****/
body.page-template-page-login-php .page {
  text-align: center;
}
body.page-template-page-login-php .page .wp_login_error {
  margin-bottom: 10px;
}
body.page-template-page-login-php .page input.input {
  font-size: 18px;
  padding: 10px;
  border-radius: 4px;
}
body.page-template-page-login-php .page #wp-submit {
  display: block;
  width: 90px;
  height: 35px;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: .02em;
  margin: 10px auto;
  cursor: pointer;
}
/***** Resources Page *****/
body.page-template-page-resources-php .page hr,
body.page-template-page-member-php .page hr {
  margin: 35px 0;
}
body.page-template-page-resources-php .page h3,
body.page-template-page-member-php .page h3 {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 22px;
  color: #c92227;
  text-align: left;
}
body.page-template-page-resources-php .page .row .grid_3,
body.page-template-page-member-php .page .row .grid_3 {
  font-size: 12px;
}
body.page-template-page-resources-php .page .row .grid_3 p,
body.page-template-page-member-php .page .row .grid_3 p {
  line-height: 16px;
}
body.page-template-page-resources-php .page .row .grid_3 h5,
body.page-template-page-member-php .page .row .grid_3 h5 {
  font-size: 16px;
}
body.page-template-page-resources-php .page .row .grid_3 i,
body.page-template-page-member-php .page .row .grid_3 i {
  font-size: 19px;
  margin-right: 10px;
}
body.page-template-page-resources-php .page .row:first-of-type .grid_12 h3,
body.page-template-page-member-php .page .row:first-of-type .grid_12 h3 {
  color: #c92227;
}
body.page-template-page-resources-php .page .row:first-of-type .grid_6 h4 i.fa,
body.page-template-page-member-php .page .row:first-of-type .grid_6 h4 i.fa {
  color: #c92227;
}
body.page-template-page-resources-php .page .row:nth-of-type(2) .grid_12 h3,
body.page-template-page-member-php .page .row:nth-of-type(2) .grid_12 h3 {
  color: #15bcd2;
}
body.page-template-page-resources-php .page .row:nth-of-type(2) .grid_6 h4 i.fa,
body.page-template-page-member-php .page .row:nth-of-type(2) .grid_6 h4 i.fa {
  color: #15bcd2;
}
body.page-template-page-resources-php .page .row:nth-of-type(3) .grid_12 h3,
body.page-template-page-member-php .page .row:nth-of-type(3) .grid_12 h3 {
  color: #ffd049;
}
body.page-template-page-resources-php .page .row:nth-of-type(3) .grid_6 h4 i.fa,
body.page-template-page-member-php .page .row:nth-of-type(3) .grid_6 h4 i.fa {
  color: #ffd049;
}
body.page-template-page-resources-php .page .row:nth-of-type(4) .grid_12 h3,
body.page-template-page-member-php .page .row:nth-of-type(4) .grid_12 h3 {
  color: #45ae4f;
}
body.page-template-page-resources-php .page .row:nth-of-type(4) .grid_6 h4 i.fa,
body.page-template-page-member-php .page .row:nth-of-type(4) .grid_6 h4 i.fa {
  color: #45ae4f;
}
body.page-template-page-resources-php .page .grid_6 h4,
body.page-template-page-member-php .page .grid_6 h4 {
  margin-bottom: 10px;
  font-size: 14px;
  color: #222222;
}
body.page-template-page-resources-php .page .grid_6 h4 i.fa,
body.page-template-page-member-php .page .grid_6 h4 i.fa {
  font-size: 19px;
  color: #c92227;
  margin-left: 5px;
}
body.page-template-page-resources-php .page .grid_6 a:hover,
body.page-template-page-member-php .page .grid_6 a:hover {
  text-decoration: underline;
}
body.page-template-page-resources-php .page .grid_6 a.file,
body.page-template-page-member-php .page .grid_6 a.file {
  font-size: 13px;
  display: inline-block;
  margin-bottom: 10px;
}
body.page-template-page-resources-php .page .grid_6 p,
body.page-template-page-member-php .page .grid_6 p {
  font-size: 13px;
  text-align: center;
  color: #666666;
  margin-bottom: 5px;
}
body.page-template-page-resources-php .page .grid_6 ul,
body.page-template-page-member-php .page .grid_6 ul {
  text-align: left;
  padding: 0;
}
body.page-template-page-resources-php .page .grid_6 li,
body.page-template-page-member-php .page .grid_6 li {
  padding-left: 5px;
  font-size: 13px;
  color: #808080;
}
body.page-template-page-resources-php .page .grid_6 li:before,
body.page-template-page-member-php .page .grid_6 li:before {
  content: '•';
  color: #c92227;
  padding-right: 5px;
}
body.page-template-page-resources-php .page .grid_6 iframe,
body.page-template-page-member-php .page .grid_6 iframe {
  margin-top: 10px;
  width: 250px;
  height: 140px;
}
/***** Single Event *****/
body.single-tribe_events #sitecontent .row .grid_12 a {
  color: #15bcd2;
}
body.single-tribe_events #sitecontent .row .grid_12 a:hover {
  text-decoration: underline;
}
body.single-tribe_events #sitecontent a.tribe-events-button {
  color: #ffffff;
}
body.single-tribe_events #sitecontent a.tribe-events-button:hover {
  text-decoration: none;
}
/***** Event Archive *****/
body.events-archive #sitecontent .tribe-events-before-html {
  margin-bottom: 30px;
}
body.events-archive #sitecontent a.tribe-events-ical,
body.events-archive #sitecontent a.tribe-events-gcal {
  display: none;
}
body.events-archive #sitecontent .row .grid_12 h2 a {
  color: #222222;
}
body.events-archive #sitecontent .row .grid_12 a {
  color: #15bcd2;
}
body.events-archive #sitecontent .row .grid_12 a:hover {
  text-decoration: underline;
}
/***** Home *****/
body#home #sitecontent {
  padding: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
body#home #sitecontent .content ul {
  list-style: none;
}
body#home #sitecontent .content ul li {
  display: block;
}
body#home #sitecontent .content ul li:before {
  color: #45ae4f;
  font-weight: 800;
  content: "•";
  margin-left: 20px;
  padding-right: 10px;
}
body#home .wrap.hero {
  padding-top: 90px;
  margin-top: 35px;
  height: 467px;
  background-size: cover;
  background-position: center;
  border-bottom: 8px solid #45ae4f;
}
body#home .wrap.hero h1 {
  animation: 0.5s ease-in 0.3s normal forwards 1 fadein;
  -webkit-animation: 0.5s ease-in 0.3s normal forwards 1 fadein;
  text-shadow: 0 1px 2px #000000;
  text-align: center;
  padding-top: 100px;
  font-size: 41px;
  color: #ffffff;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-weight: 600;
  opacity: 0;
}
body#home .page {
  padding: 35px 0 50px;
  border-bottom: 8px solid #15bcd2;
}
body#home .page h2 {
  font-weight: 700;
  color: #000000;
  font-size: 28px;
  margin-bottom: 20px;
}
body#home .page p,
body#home .page li {
  font-size: 14px;
  line-height: 21px;
}
body#home .leader {
  padding: 30px 0;
}
body#home .leader #s2,
body#home .leader #s3,
body#home .leader #s4 {
  display: none;
}
body#home .leader h2 {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 4px;
}
body#home .leader .grid_1 {
  cursor: pointer;
}
body#home .leader .grid_1:hover img {
  opacity: .35;
}
body#home .leader .grid_1 img {
  margin-top: 45px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body#home .leader .grid_2 {
  position: relative;
}
body#home .leader .grid_2:hover img.off {
  opacity: 0;
}
body#home .leader .grid_2:hover img.hover {
  opacity: 1;
}
body#home .leader .grid_2 img {
  max-width: 100%;
}
body#home .leader .grid_2 img.off {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body#home .leader .grid_2 img.hover {
  position: absolute;
  opacity: 0;
  left: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.blog article,
.archive article,
.search article,
.single-post article,
.single article {
  margin-bottom: 3em;
}
.blog article:last-of-type,
.archive article:last-of-type,
.search article:last-of-type,
.single-post article:last-of-type,
.single article:last-of-type {
  margin-bottom: 0;
}
.blog article p a,
.archive article p a,
.search article p a,
.single-post article p a,
.single article p a {
  color: #15bcd2;
}
.blog .archive-title,
.archive .archive-title,
.search .archive-title,
.single-post .archive-title,
.single .archive-title {
  margin-bottom: 1em;
}
/***** MISC *****/
#form1 #pagetitle {
  font-size: 21px;
}
#form1 article.content {
  text-align: center;
}
#form1 .BBFormTable {
  display: block;
  margin: 0 auto;
  width: 500px;
  max-width: 100%;
}
#form1 tbody {
  max-width: 100%;
}
#form1 .BBFormSubmitButton {
  display: inline-block;
  background-color: #15bcd2;
  color: #ffffff;
  text-transform: uppercase;
  padding: 8px 30px;
  font-size: 18px;
  cursor: pointer;
  border: none;
}
ul.sociallinks {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul.sociallinks li {
  display: inline-block;
  margin-right: 4px;
}
ul.sociallinks li a {
  display: block;
  width: 32px;
  height: 32px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
ul.sociallinks li .twitter {
  background-image: url('../img/twitter.jpg');
}
ul.sociallinks li .facebook {
  background-image: url('../img/facebook.jpg');
}
ul.sociallinks li .google {
  background-image: url('../img/google.jpg');
}
html body .row .grid_12 a.button1 {
  background-color: #15bcd2;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 18px;
  padding: 10px 25px;
  display: inline-block;
  margin: 20px 0;
  font-weight: 700;
  line-height: 20px;
}
html body .row .grid_12 a.button1:hover {
  text-decoration: none;
  background-color: #45ae4f;
}
a.button {
  background-color: #c92227;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 18px;
  padding: 10px 25px;
  display: inline-block;
  margin: 20px 0;
  font-weight: 700;
  line-height: 20px;
}
.continue-reading {
  color: #15bcd2;
}
.donate-btn {
  display: inline-block;
  padding: 8px 18px;
  background-color: #c92227;
  color: #ffffff;
  font-weight: bold;
  margin-top: 10px;
}
#gform_1 .top_label .gfield_label {
  display: block;
}
#gform_1 .ginput_complex {
  width: 80%;
  float: right;
}
#gform_1 .ginput_complex input[type="text"],
#gform_1 .ginput_complex input[type="url"],
#gform_1 .ginput_complex input[type="email"],
#gform_1 .ginput_complex input[type="tel"],
#gform_1 .ginput_complex input[type="number"],
#gform_1 .ginput_complex input[type="password"],
#gform_1 .ginput_complex select {
  width: 100% !important;
  margin-bottom: 0px !important;
}
#gform_1 .ginput_complex label {
  margin-bottom: 10px !important;
}
p.archivedate {
  color: #c92227;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}
p.date {
  margin: -10px 0 20px;
  color: #c92227;
  font-size: 14px;
  font-weight: 600;
}
div.author {
  display: block;
  overflow: auto;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #15bcd2;
}
div.author img {
  float: left;
  margin-right: 15px;
  margin-bottom: 5px;
}
div.author h5 {
  color: #15bcd2;
  margin-bottom: 5px;
  font-size: 14px;
  max-width: 400px;
}
div.author p {
  font-size: 12px;
  max-width: 400px;
}
#loginout-link {
  position: absolute;
  bottom: 58px;
  width: 75px;
  height: 38px;
  right: 100;
}
#loginout-link a {
  border-bottom: none !important;
  background-color: #c92227;
  color: #ffffff !important;
  padding: 3px 7px;
  font-size: 11px !important;
  text-transform: uppercase;
  position: absolute;
  right: 5px;
  height: 18px;
  text-align: center;
  width: 55px;
  display: block;
  line-height: 18px !important;
}
html #tribe-bar-form.tribe-bar-full .tribe-bar-filters {
  display: none !important;
}
html #tribe-events-bar {
  position: relative;
}
html #tribe-events-bar:after {
  content: 'Change View:';
  text-transform: uppercase;
  font-size: 18px;
  position: absolute;
  right: 18%;
  top: 32%;
  font-weight: bold;
  color: #c92227;
}
html .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"],
html .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"] > a,
html #tribe_events_filters_wrapper input[type="submit"],
.tribe-events-button,
html #tribe-events .tribe-events-button,
.tribe-events-button.tribe-inactive,
html #tribe-events .tribe-events-button:hover,
.tribe-events-button:hover,
html .tribe-events-button.tribe-active:hover {
  background-color: #15bcd2;
}
img.alignleft {
  margin-right: 20px;
  margin-bottom: 10px;
  float: left;
}
.validation_error {
  display: none;
}
.gform_wrapper.gform_validation_error li.gfield.gfield_error.gfield_contains_required {
  border: none !important;
  background: none !important;
  padding: 0 !important;
  width: 100% !important;
}
.gform_wrapper.gform_validation_error li.gfield.gfield_error.gfield_contains_required .ginput_container {
  max-width: 100% !important;
}
.gform_wrapper.gform_validation_error li.gfield.gfield_error.gfield_contains_required .validation_message {
  margin-top: -25px !important;
  color: #c92227;
}
body.page .row .grid_12 a,
body.single .row .grid_12 a,
body.archive .row .grid_12 a {
  color: #15bcd2;
}
body.page .row .grid_12 a:hover,
body.single .row .grid_12 a:hover,
body.archive .row .grid_12 a:hover {
  text-decoration: underline;
}
.gfield_required {
  color: red;
}
.gform_wrapper li, .gform_wrapper form li {
  list-style: outside none none !important;
  margin-left: 0 !important;
  overflow: visible;
}
.gform_wrapper .top_label .gfield_label {
  clear: both;
  display: inline-block;
  font-weight: bold;
  line-height: 1.3em;
  margin: 10px 0 4px;
}
/* bootstrap framework styles */
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}
th {
  text-align: left;
  color: #18BDD2;
  font-weight:600;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
  font-weight:600;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr:hover {
  background-color: #f2f2f2;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }