@charset "utf-8";
/* CSS Document for Joomla 3 styles */
/* =========================== FONT STYLES ========================== */
body {
  font: 400 18px Helvetica;
  color: rgb(0, 0, 0);
  margin-top: 100px;
  line-height: 1.3;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 700;
}
h1 {
  font-size: 50px;
  line-height: 54px;
}
h2 {
  font-size: 26px;
}
h3 {
  font-size: 22px;
  line-height: 26px;
}
h4 {
  font-size: 18px;
  line-height: 20px;
}
h5 {
  font-size: 14px;
  line-height: 20px;
}
h6 {
  font-size: 12px;
  line-height: 20px;
}
a {
  color: rgb(77, 91, 179);
}
a:hover,
a:focus {
  color: rgb(255, 255, 255);
}
/* ====================== Global Elements ===================== */
header {
  background-color: rgb(255, 255, 255);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
}
header p {
  margin: 0;
}
nav li {
  text-align: center;
}
#phone .phoneButtonTopNav {
  top: 23px;
  right: 18.3749999999%;
  z-index: 32;
  width: 150px;
  height: 37px;
  border: 2px solid rgb(77, 91, 179);
  border-radius: 17px;
  background: transparent;
  background-image: url("../../../images/template_images/phone_blue.png");
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: 8% 50%;
  font-size: 1em !important;
  font-weight: 700;
  text-align: right;
  color: rgb(77, 91, 179);
}
.donateButtonTopNav {
  top: 23px;
  right: 0;
  width: 170px;
  height: 37px;
  border-radius: 3px;
  background-color: rgb(15, 166, 75);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  font-size: 1em;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  color: rgb(241, 242, 242);
  border: none;
  margin: 10px;
}
section {
  padding: 40px 0;
}
footer {
  text-align: center;
  background-color: rgb(15, 166, 75);
  padding: 15px;
  color: #ffffff;
}
footer a,
footer a:hover {
  text-decoration: none;
  color: #ffffff;
}
/* ====================== Navigation Elements ===================== */
#navigation,
#phone,
#donate {
  margin-top: 30px;
}
#navigation li,
#navigation li a {
  font-size: 1em;
  font-weight: 700;
}

.responsiveMenuTheme1d.isDesktop > li > a {
  display: block;
}
.responsiveMenuTheme1d.isDesktop li a,
.responsiveMenuTheme1d.isDesktop li span.separator,
.responsiveMenuTheme1d.isDesktop li span.navHeader {
  border: none;
}
.responsiveMenuTheme1d.isDesktop span.linker {
  text-align: center;
}
/* ====================== Sections ===================== */
#kickinItInPark {
  background-image: url("../../../images/section_background_images/nf-fun-run.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#kickinItInner {
  background-color: rgba(0, 0, 0, 0.35);
  padding: 50px 0;
  border: 1px solid white;
  border-radius: 5px;
}
.moduletable.featuredKickinIt {
  height: 600px;
  padding-top: 100px;
}
#kickinItInner .button-group {
  display: inline-flex;
  gap: 16px; /* space between buttons */
  margin-top: 20px;
}
#kickinItInner .btn {
    background-image:none;
}
#kickinItInner .custom-btn-register {
    background-color: #0fa64b;
    color: #fff;
    border: none;
    padding: 10px 24px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 4px;
    text-shadow: none;
    box-shadow: none;
}
#kickinItInner .custom-btn-register:hover,
#kickinItInner .custom-btn-register:focus {
    background-color: #0c8a3c;
    color: #fff;
}

#kickinItInner .custom-btn-sponsors {
    background-color: #4d5bb3;
    color: #fff;
    border: none;
    padding: 10px 24px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 4px;
    text-shadow: none;
    box-shadow: none;
}
#kickinItInner .custom-btn-sponsors:hover,
#kickinItInner .custom-btn-sponsors:focus {
    background-color: #3a448a;
    color: #fff;
}
#modal-content-401 {
  font-size: 25px;
  text-align: center;
}
.featuredKickinIt h1 {
  font-size: 3.438em;
  font-weight: 700;
  text-align: center;
  color: rgb(255, 255, 255);
  font-family: helvetica;
}
#homeSubFeat,
#nFTypes {
  min-height: 300px;
  margin: 0 auto;
  padding: 20px 0;
  background: url(../../../images/section_background_images/bg3.jpg);
  background-size: 500px auto;
  background-position: left top;
}
#homeSubFeat .custom,
#nF1 section,
#nF2 section,
#schwannomatosis section {
  border-radius: 3px;
  background-color: rgb(241, 242, 242);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  min-height: 200px;
  margin-bottom: 20px;
}
#homeSubFeat h1,
#nF1 h1,
#nF2 h1,
#schwannomatosis h1 {
  width: 169px;
  height: 46px;
  padding-top: 8px;
  border-radius: 32px;
  background-color: rgb(77, 91, 179);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  font-size: 1.375em;
  text-align: center;
  letter-spacing: 1px;
  color: rgb(255, 255, 255);
  line-height: 34px;
}
#nFTypes section {
  padding: 10px 0;
  border-radius: 3px;
  background-color: rgb(241, 242, 242);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  min-height: 200px;
  margin-bottom: 20px;
}
#nFTypes h1 {
  color: rgb(77, 91, 179);
}
#nF1 h1,
#nF2 h1,
#schwannomatosis h1 {
  font-size: 20px;
  color: #ffffff;
}
#nFRegistry h1 {
  color: #ffffff;
}
#nFRegistry a {
  color: #ffffff;
}
.subFeatureInner {
  padding: 0 20px 15px 20px;
}
.subFeatureInner p {
  font-size: 20px;
}
#homeSubFeat button {
  width: 163px;
  height: 47px;
  margin: 0 auto;
  border-radius: 3px;
  background-color: rgb(77, 91, 179);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  font-size: 1.125em;
  letter-spacing: 1px;
  color: rgb(255, 255, 255);
}
#itemid-117 #cboxContent {
  width: 60%;
}
#ourTeam a {
  text-decoration: none;
  color: rgb(77, 91, 179);
}
#ourTeam a:hover {
  text-decoration: none;
  color: rgb(15, 166, 75);
  transition-duration: 0.5s;
}
#ourTeam a img {
  -webkit-filter: grayscale(50%); /* Safari 6.0 - 9.0 */
  filter: grayscale(50%);
}
#ourTeam a img:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    box-shadow: 0px 0px 10px 0px rgb(15, 166, 75);
    transition-duration: 0.5s;
}
#ourTeam a h3 {
  text-align: center;
}
#signUpWalkRun p {
  padding-top: 20px;
  color: grey;
}
#signUpWalkRun h2 {
  color: rgb(77, 91, 179);
}
#sponsors > div > div.inner {
  padding: 40px;
}
#nFRegistry .whiteOnPurple {
  border-radius: 5px;
}
#rsform_3_page_0 .row-fluid,
#rsform_8_page_0 .row-fluid,
#rsform_4_page_0 .row-fluid {
  margin-bottom: 30px;
}
#rsform_3_page_0 .formControls {
  padding-left: 30px;
}

/* Temporarily Hide Shirt Size */
/* div.rsform-block-shirt-size {
  display:none;
}*/

#itemid-124 {
  background-color: rgb(77, 91, 179);
}
div.blog.container > div.items-leading > div > div.page-header > h2 > a,
div.item-page.container > div.page-header > h2 {
  font-size: 45px;
}
div.blog > div.items-leading > div,
#itemid-124 > div.blog > div.items-row > div {
  padding: 0 30px;
  color: #323232;
  font-size: 17px;
}
div.blog.container > div.items-leading > div > div.item-image,
div.blog.container > div.items-row > div > div > div.item-image,
div.blog.container > div.items-row > div > div > p > img {
  text-align: center;
  margin: 30px 0;
  background-color: #87d2a5;
  padding: 20px;
  box-shadow: 4px 3px 20px 3px #a6add9;
}
div.item-page.container > div.item-image {
  text-align: center;
  margin: 30px 60px;
  background-color: #87d2a5;
  padding: 20px;
  box-shadow: 4px 3px 20px 3px #a6add9;
}
div.blog.container > div.items-leading.clearfix > div > div > a > img,
div.blog.container > div.items-row > div > div > div > a > img {
  border: 3px solid #a6add9;
  border-radius: 6px;
}
div.item-page > div.page-header,
div.blog > div.items-leading > div > div.page-header {
  padding: 0 30px;
}
div.item-page > div:nth-child(5),
div.items-leading > div:nth-child(5) {
  padding: 0 30px;
}
.whiteOnGreen {
  background-color: rgb(15, 166, 75);
  color: #ffffff;
}
.greenOnWhite {
  background-color: #ffffff;
  color: rgb(15, 166, 75);
}
.whiteOnPurple {
  background-color: rgb(77, 91, 179);
  color: #ffffff;
}
.purpleOnWhite {
  background-color: #ffffff;
  color: rgb(77, 91, 179);
}
.purpleOnWhite a:hover,
.purpleOnWhite a:focus {
  color: rgb(15, 166, 75);
}

/* ====================== Kickin It In the Park Page ===================== */
#aboutWalkRun > div > div.virusMessage {
  background-color: #ffffff;
  color: #4d5bb3;
  padding: 20px 40px;
  margin: 40px;
  border-radius: 9px;
}
#aboutWalkRun > div > div.virusMessage p {
  margin-bottom: 10px;
}

/* =================================================================================== BOOTSTRAP MEDIA QUERIES OVERRIDES NOTE: The order of the media queries is important when styles overwrite each other ================================================================================== */
@media (min-width: 980px) {
  p {
    margin: 0 0 30px;
  }
}
@media (min-width: 1200px) {
}
@media (max-width: 979px) {
  body {
    margin-top: 0px;
    padding: 0px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  p {
    margin: 0 0 30px;
  }
}
@media (max-width: 767px) {
  body {
    margin-top: 0px;
    padding: 0px;
  }
  p {
    margin: 0 0 40px;
  }
  #donate p {
    text-align: center;
  }
  nav {
    text-align: center;
  }
  #navigation li,
  #navigation li a {
    color: #ffffff;
  }
  #navigation li:hover,
  #navigation li a:hover {
    background-color: #707bc2;
  }
  section {
    padding: 10px;
  }
  #homeSubFeat,
  #nFTypes {
    padding: 10px;
  }
  .staffRow {
    text-align: center;
  }
  #ourStory > div > div > div.span5 {
    text-align: center;
  }
  #ourStory > div > div > div.span5 > img {
    float: initial;
  }
}
@media (max-width: 480px) {
}
/* ====================== MODULES ===================== */
/* ---------------------- Special module styles --------------------- */
/* Special general */
[class*="special"] .module-content ul {
  margin: 0 0 10px 17px;
}
[class*="special"] .module-content ul.unstyled {
  margin: 0 0 10px 0;
}
/* ------------- Special Grey ------------ */
.specialgrey {
  border: 1px #e6e6e6 solid;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  box-shadow: 0 2px 4px 0 #b4b4b4;
  color: #333;
  min-height: 20px;
  margin-bottom: 20px;
  background: #f5f5f5;
  background: -moz-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
  /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #ffffff),
    color-stop(100%, #e6e6e6)
  );
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #e6e6e6 100%);
  /* W3C */
}
.specialgrey .page-header {
  border-bottom: 1px #ccc dotted;
  margin: 0;
  padding: 4px 19px;
}
.specialgrey .module-content {
  padding: 4px 19px;
}
/* ------------- Special Blue ------------ */
.specialblue {
  border: 1px #3c67a5 solid;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  box-shadow: 0 2px 4px 0 #b4b4b4;
  color: #333;
  min-height: 20px;
  margin-bottom: 20px;
  background: #507bb9;
  /* Old browsers */
  background: -moz-linear-gradient(top, #507bb9 0%, #3c67a5 100%);
  /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #507bb9),
    color-stop(100%, #3c67a5)
  );
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #507bb9 0%, #3c67a5 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #507bb9 0%, #3c67a5 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #507bb9 0%, #3c67a5 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #507bb9 0%, #3c67a5 100%);
  /* W3C */
}
.specialblue .page-header {
  border-bottom: 1px #fff dotted;
  margin: 0;
  padding: 4px 19px;
  color: #fff;
}
.specialblue hr {
  margin: 5px 0;
}
.specialblue .module-content {
  padding: 4px 19px;
  color: #fff;
}
.specialblue .module-content a {
  color: #fff;
}
/* ------------- Special Red ------------ */
.specialred {
  border: 1px #990000 solid;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  box-shadow: 0 2px 4px 0 #b4b4b4;
  color: #333;
  min-height: 20px;
  margin-bottom: 20px;
  background: #ff0000;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ff0000 0%, #990000 100%);
  /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #ff0000),
    color-stop(100%, #990000)
  );
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ff0000 0%, #990000 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ff0000 0%, #990000 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ff0000 0%, #990000 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ff0000 0%, #990000 100%);
  /* W3C */
}
.specialred .page-header {
  border-bottom: 1px #fff dotted;
  margin: 0;
  padding: 4px 19px;
  color: #fff;
}
.specialred .module-content {
  padding: 4px 19px;
  color: #fff;
}
.specialred .module-content a {
  color: #fff;
}
/* ------------- Special Gold ------------ */
.specialgold {
  border: 1px #ab7915 solid;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  box-shadow: 0 2px 4px 0 #b4b4b4;
  color: #333;
  min-height: 20px;
  margin-bottom: 20px;
  background: #cc9933;
  /* Old browsers */
  background: -moz-linear-gradient(top, #cc9933 0%, #ab7915 100%);
  /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #cc9933),
    color-stop(100%, #ab7915)
  );
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #cc9933 0%, #ab7915 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #cc9933 0%, #ab7915 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #cc9933 0%, #ab7915 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #cc9933 0%, #ab7915 100%);
  /* W3C */
}
.specialgold .page-header {
  border-bottom: 1px #fff dotted;
  margin: 0;
  padding: 4px 19px;
  color: #fff;
}
.specialgold .module-content {
  padding: 4px 19px;
  color: #fff;
}
.specialgold .module-content a {
  color: #fff;
}
