/*
Space
*/
#header {
  padding: 20px 0 30px 0px;
  height: auto;
  background: #ffffff;
  z-index: 1;
  text-align: center;
}
#header .menu-align {
  display: flex;
  align-items: center;
}
#header .menu-align.right {
  flex-wrap: wrap;
  justify-content: center;
}
#header .brand {
  display: inline-block;
  height: 60px;
  width: auto;
}
#header .brand > img {
  height: 100%;
  width: auto;
}
@media screen and (max-width: 767px) {
  #header .brand {
    float: none;
    margin: 15px auto 5px auto;
    height: 45px;
  }
}
#header .menu-divider {
  display: inline-block;
  height: 45px;
  width: 2px;
  background-color: rgba(0, 0, 0, 0.3);
  margin: 0 20px;
}
#header .use-fund-img img {
  width: 100%;
  max-width: 132px;
}
#header .use-fund-img a {
  padding: 0px 10px !important;
}
#header #header-left-menu {
  width: 100%;
}
#header #header-left-menu .promo {
  background-color: rgb(246, 225, 118);
  border-radius: 10px;
}
#header #header-left-menu .promo a {
  color: rgb(199, 140, 42) !important;
  padding: 10px 12px;
  font-weight: 600 !important;
}
#header #header-middle-menu a {
  color: rgb(0, 173, 236) !important;
}
#header #header-menu, #header #header-middle-menu, #header #header-left-menu {
  display: inline-block;
}
#header #header-menu a, #header #header-middle-menu a, #header #header-left-menu a {
  color: #555;
  font-weight: 400 !important;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  #header #header-menu, #header #header-middle-menu, #header #header-left-menu {
    float: none;
    margin: 0 auto;
    display: inline-block;
  }
  #header #header-menu li > a, #header #header-middle-menu li > a, #header #header-left-menu li > a {
    padding: 8px 6px;
    font-size: 14px;
  }
}
@media screen and (min-width: 767px) and (max-width: 1200px) {
  #header #header-menu li > a, #header #header-middle-menu li > a, #header #header-left-menu li > a {
    padding: 15px 8px;
    font-size: 15px;
  }
}
#header .keno-center {
  justify-content: center;
  padding-right: 0 !important;
}
#header .divider-one {
  display: none;
}
#header .divider-two {
  display: none;
}
@media screen and (min-width: 48em) {
  #header .divider-two {
    display: inline-block;
  }
}
@media screen and (min-width: 992px) {
  #header .divider-one {
    display: inline-block;
  }
  #header #header-left-menu {
    width: auto;
  }
  #header .menu-align.right {
    flex-wrap: nowrap;
    padding-left: 0 !important;
  }
}
@media screen and (min-width: 1200px) {
  #header .keno-center {
    justify-content: normal;
  }
  #header .menu-align.right {
    justify-content: flex-end;
  }
}

#footer {
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 240px;
}
#footer .top-section {
  background-color: rgb(185, 212, 235);
  width: 100%;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 11px;
  color: black;
  padding-top: 30px;
  padding-bottom: 15px;
}
#footer .copy-links {
  padding-top: 15px;
}
#footer .bottom-section {
  background-color: rgb(255, 255, 255);
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}
#footer .taskeno-logo, #footer .networkgaming-logo {
  width: auto;
  height: 32px;
}
#footer .responsible-logo {
  width: auto;
  height: 30px;
}
#footer .gamblers-logo {
  width: auto;
  height: 14px;
}
#footer #footer-menu {
  display: inline-block;
}
#footer #footer-menu li > a {
  color: black;
  font-size: 11px;
  font-weight: 100 !important;
}
#footer #footer-menu li > a:hover {
  color: #0056b3;
}
#footer .footer-left, #footer .footer-right {
  text-align: center;
}
@media screen and (min-width: 48em) {
  #footer {
    height: 126px;
  }
  #footer .copy-links {
    padding-top: 0px;
  }
  #footer .footer-left {
    text-align: left;
  }
  #footer .footer-right {
    text-align: right;
  }
  #footer #footer-menu li > a {
    padding-right: 4px;
  }
  #footer .top-section .row, #footer .bottom-section .row {
    align-items: center;
    height: 100%;
  }
  #footer .copy-notice {
    display: inline-block;
    padding: 0;
  }
  #footer .top-section {
    height: 58px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  #footer .bottom-section {
    height: 68px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  #footer .taskeno-logo, #footer .networkgaming-logo {
    height: 26px;
  }
}
@media screen and (min-width: 992px) {
  #footer .taskeno-logo, #footer .networkgaming-logo {
    height: 32px;
  }
  #footer .copy-notice {
    padding: 15px;
    padding-right: 6px;
  }
}

.page-container {
  min-height: 100%;
  position: relative;
}

.footer-padding {
  padding-bottom: 240px;
}
@media screen and (min-width: 48em) {
  .footer-padding {
    padding-bottom: 126px;
  }
}

#content .page_banner {
  position: relative;
  height: 100px;
  background-size: cover;
  background-position: 50% 50%;
  margin: 0 auto 20px auto;
  padding: 0;
}
@media screen and (min-width: 767px) {
  #content .page_banner {
    height: 200px;
  }
}
#content .page_banner h1 {
  color: #0a59b5;
  font-size: 2rem;
  text-transform: none;
  position: absolute;
  left: 50%;
  top: 50%;
  line-height: 2rem;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 767px) {
  #content .page_banner h1 {
    transform: initial;
    left: initial;
    top: initial;
    line-height: 1.2;
    position: absolute;
    bottom: 15px;
    font-size: 3rem;
    margin-bottom: 0;
  }
}

.google-maps-locations {
  margin-top: 20px !important;
}

/*
 ******* TEXT
 */
html {
  font-size: 18px;
}

body {
  color: #555;
  font-family: "Palanquin", sans-serif;
  font-size: 1rem;
  font-weight: 100 !important;
}
body .bold, body strong {
  font-weight: 600 !important;
}
body {
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.truncate {
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
  white-space: nowrap;
}

sup {
  font-size: 80%;
}

.tight {
  line-height: 110%;
  letter-spacing: -0.04em;
}

a:hover, a:active, a:visited, a:focus {
  text-decoration: none;
}
a.btn-primary, .fsBody a.fsSubmitButton {
  color: #ffffff !important;
}

h1 {
  font-size: 1.5rem;
  text-align: center;
  font-weight: 100 !important;
  text-transform: uppercase;
}
h1 + hr {
  border: 0;
  border-top: 1px dotted #555;
  margin: 15px auto 30px auto;
}

h2 {
  font-size: 1.1rem;
  text-align: left;
  font-weight: 600 !important;
  color: rgb(0, 134, 202);
  margin-bottom: 0;
}

.menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.menu > li {
  display: inline-block;
}
.menu > li > a {
  display: block;
  padding: 15px 6px;
  line-height: 100%;
  white-space: nowrap;
}
@media screen and (max-width: 1200px) {
  .menu > li > a {
    padding: 15px 6px;
    font-size: 14px;
  }
}
.menu {
  /*
     * desktop menu
    */
}
@media screen and (min-width: 767px) {
  .menu.horizontal li {
    display: inline-block;
  }
}

body#home .btn, body#home .fsBody .fsSubmitButton, .fsBody body#home .fsSubmitButton {
  margin-top: 20px;
}
body#home #footer {
  margin-top: 0;
}
body#home .home-feature {
  border-bottom: 1px dotted #555;
}
@media screen and (min-width: 767px) {
  body#home .home-feature p {
    font-size: 2rem;
    font-weight: 100 !important;
  }
}
body#home .home-feature.image {
  padding: 0;
  margin: 0;
  height: 300px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
body#home .home-feature.image p {
  display: block;
  float: left;
  width: 100%;
  margin-top: 130px;
  padding: 0 30px;
  color: #ffffff;
  font-size: 1.35rem;
  text-shadow: 3px 3px 6px rgb(45, 45, 45);
  font-weight: 400 !important;
  line-height: 100%;
}
@media screen and (min-width: 767px) {
  body#home .home-feature.image p {
    font-size: 3rem;
  }
}
@media screen and (min-width: 767px) {
  body#home .home-feature.image {
    height: 700px;
  }
  body#home .home-feature.image p {
    margin-top: 300px;
    padding: 0 60px;
  }
}
body#home .home-feature.text {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 767px) {
  body#home .home-feature.text {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
body#home #banner {
  position: relative;
  z-index: -1;
  height: 300px;
}
@media screen and (min-width: 767px) {
  body#home #banner {
    height: 500px;
  }
}
body#home #banner img {
  /* vertically & horizontally center */
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  /* size */
  width: auto;
  max-width: 100%;
  height: auto;
}
body#home #package-info img {
  display: block;
  margin: 0 auto;
  width: 552px;
  max-width: 80%;
  height: auto;
  margin-top: 45px;
  margin-bottom: 45px;
}
body#home #cta {
  background: rgb(0, 134, 202);
}
body#home #cta p {
  color: #fff;
}
body#home #cta p:first-child {
  padding-bottom: 30px;
}
body#home #cta a {
  color: #fff;
}
body#home #cta a .glyphicon {
  font-size: 0.8em;
}

@media screen and (min-width: 48em) {
  body#home .page-container {
    display: flex;
    flex-flow: column;
    height: 100%;
  }
  body#home .page-container #header {
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
  }
  body#home .page-container #content {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
    position: relative;
  }
}
@media screen and (min-width: 48em) and (min-height: 1050px) {
  body#home .page-container #content {
    height: 0;
  }
}
@media screen and (min-width: 48em) {
  body#home .page-container #footer {
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: 126px;
    position: relative;
  }
  body#home .page-container .footer-padding {
    padding-bottom: 0;
  }
  body#home .page-container .fill-height {
    height: 100%;
  }
  body#home .page-container .fill-height .row {
    height: 100%;
  }
}

.landingpage-section {
  color: white;
}
.landingpage-section .inner-container {
  display: flex;
  flex-flow: column;
  width: 100%;
  height: 100%;
  align-items: center;
}
.landingpage-section .inner-container .max-width {
  text-align: center;
  width: 100%;
}
.landingpage-section.bg-image {
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
}
.landingpage-section.top-left {
  background-position: 0 0;
  background-color: rgb(0, 13, 66);
}
.landingpage-section.top-right {
  background-position: 100% 0%;
  background-color: rgb(2, 13, 66);
}
.landingpage-section.top-right.light-blue {
  background-color: rgb(36, 152, 228);
}
.landingpage-section .logo-holder {
  display: flex;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  justify-content: flex-end;
}
.landingpage-section .logo-holder .align-centered {
  align-self: center;
  display: flex;
  flex-flow: column;
}
.landingpage-section.top-left .logo-holder {
  justify-content: flex-start;
}
.landingpage-section .logo-fund {
  width: 100%;
  max-width: 712.5px;
  display: inline-block;
}
.landingpage-section .logo-bdayimage {
  width: 100%;
  max-width: 712.5px;
  display: inline-block;
}
@media screen and (min-width: 48em) {
  .landingpage-section .logo-bdayimage {
    margin-bottom: -100px;
  }
}
.landingpage-section .logo-taskeno {
  width: 100%;
  max-width: 712.5px;
  display: inline-block;
}
.landingpage-section .logo-celebrate {
  position: absolute;
  height: 230px;
  top: -230px;
  right: 0;
}
@media screen and (min-width: 48em) {
  .landingpage-section .logo-celebrate {
    height: 350px;
    top: -350px;
  }
}
@media screen and (min-width: 1450px) {
  .landingpage-section .logo-celebrate {
    height: 550px;
    top: -550px;
  }
}
.landingpage-section .cta-arrow {
  width: 31px;
  margin-left: 10px;
  margin-top: -5px;
}
.landingpage-section .home-button-holder {
  margin: 0 20px;
}
.landingpage-section .cta-inner-holder {
  display: block;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 20px;
  text-align: center;
  z-index: 10;
}
@media screen and (min-width: 48em) {
  .landingpage-section .cta-inner-holder:first-child {
    margin-right: 15px;
  }
}
@media screen and (min-width: 48em) {
  .landingpage-section .cta-inner-holder:last-child {
    margin-left: 15px;
  }
}
@media screen and (min-width: 48em) {
  .landingpage-section .cta-inner-holder {
    display: inline-block;
    width: auto;
  }
}
.landingpage-section .cta-inner-holder.bdaypromo {
  margin-top: -80px;
  margin-bottom: 127px;
}
.landingpage-section .cta-inner-holder.bdaypromo .cta-btn {
  color: rgb(246, 225, 118);
  background-color: rgb(199, 140, 42);
}
.landingpage-section .cta-inner-holder.bdaypromo .cta-btn:hover {
  background-color: rgb(245, 171, 52);
}
@media screen and (min-width: 48em) {
  .landingpage-section .cta-inner-holder.bdaypromo {
    margin-top: 0px;
    margin-bottom: 20px;
  }
}
.landingpage-section .cta-btn {
  display: inline-block;
  padding: 10px 20px;
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
  background-color: rgb(24, 98, 189);
  border-radius: 10px;
  text-align: center;
  display: block;
  margin: 0 auto;
  color: white;
  transition: 0.2s all linear;
  cursor: pointer;
  margin-bottom: 30px;
}
@media screen and (min-width: 48em) {
  .landingpage-section .cta-btn {
    margin-bottom: 0px;
    width: 100%;
  }
}
.landingpage-section .cta-btn:hover {
  background-color: rgb(59, 126, 213);
}
.landingpage-section .blurb-holder {
  background-color: rgba(255, 255, 255, 0.6);
  text-align: center;
  font-size: 20px;
  line-height: 26px;
  width: 100%;
  min-height: 130px;
  position: relative;
  color: #0a59b5;
}
.landingpage-section .blurb-holder .max-width {
  padding: 20px 15px 20px 15px;
}
@media screen and (min-width: 48em) {
  .landingpage-section .blurb-holder .max-width {
    padding: 20px 40px 20px 40px;
    max-width: 700px;
    margin: 0 auto;
  }
}

#bday .landingpage-section .blurb-holder {
  background-color: rgba(64, 170, 224, 0.8);
}

body#community-fund .btn, body#community-fund .fsBody .fsSubmitButton, .fsBody body#community-fund .fsSubmitButton {
  margin-top: 20px;
}
body#community-fund #footer {
  margin-top: 0;
}
body#community-fund .home-feature {
  border-bottom: 1px dotted #555;
}
@media screen and (min-width: 767px) {
  body#community-fund .home-feature p {
    font-size: 2rem;
    font-weight: 100 !important;
  }
}
body#community-fund .home-feature.image {
  padding: 0;
  margin: 0;
  height: 300px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
body#community-fund .home-feature.image p {
  display: block;
  float: left;
  width: 100%;
  margin-top: 130px;
  padding: 0 30px;
  color: #ffffff;
  font-size: 1.35rem;
  text-shadow: 3px 3px 6px rgb(45, 45, 45);
  font-weight: 400 !important;
  line-height: 100%;
}
@media screen and (min-width: 767px) {
  body#community-fund .home-feature.image p {
    font-size: 3rem;
  }
}
@media screen and (min-width: 767px) {
  body#community-fund .home-feature.image {
    height: 700px;
  }
  body#community-fund .home-feature.image p {
    margin-top: 300px;
    padding: 0 60px;
  }
}
body#community-fund .home-feature.text {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 767px) {
  body#community-fund .home-feature.text {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
body#community-fund #banner {
  position: relative;
  z-index: -1;
  height: 300px;
}
@media screen and (min-width: 767px) {
  body#community-fund #banner {
    height: 500px;
  }
}
body#community-fund #banner img {
  /* vertically & horizontally center */
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  /* size */
  width: auto;
  max-width: 100%;
  height: auto;
}
body#community-fund #package-info img {
  display: block;
  margin: 0 auto;
  width: 552px;
  max-width: 80%;
  height: auto;
  margin-top: 45px;
  margin-bottom: 45px;
}
body#community-fund #cta {
  background: rgb(0, 134, 202);
}
body#community-fund #cta p {
  color: #fff;
}
body#community-fund #cta p:first-child {
  padding-bottom: 30px;
}
body#community-fund #cta a {
  color: #fff;
}
body#community-fund #cta a .glyphicon {
  font-size: 0.8em;
}

#community-posts {
  height: 400px;
}
#community-posts .post-content p:empty {
  display: none;
}
#community-posts .post-content p:not(:empty) {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgb(0, 134, 202);
  margin: 0;
  padding: 15px;
  font-size: 1rem;
  width: 100%;
  max-width: 100%;
  text-align: center;
}
#community-posts .post-content p:not(:empty) a {
  color: #fff;
  font-weight: 400;
}
#community-posts .carousel-control-prev, #community-posts .carousel-control-next {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-color: rgb(0, 134, 202);
  color: #fff;
  opacity: 1;
  position: absolute;
  display: block;
  top: 50%;
  transform: translateY(-50%);
}
#community-posts .carousel-control-prev > .carousel-control-prev-icon, #community-posts .carousel-control-prev > .carousel-control-next-icon, #community-posts .carousel-control-next > .carousel-control-prev-icon, #community-posts .carousel-control-next > .carousel-control-next-icon {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#community-posts .carousel-control-prev {
  left: 15px;
}
#community-posts .carousel-control-next {
  right: 15px;
}

body.category-contributions .contribution {
  margin-bottom: 20px;
}
body.category-contributions .contribution .post-link {
  position: absolute;
  bottom: 0;
  left: 15px;
}

.single-cat-contributions #content .page_banner {
  height: auto;
  min-height: 300px;
  text-align: center;
}
.single-cat-contributions #content .page_banner h1 {
  text-shadow: 1px 2px 10px rgba(0, 0, 0, 0.7);
}
.single-cat-contributions #content .page_banner.image_banner {
  background-color: rgb(18, 59, 150);
  text-align: center;
}
.single-cat-contributions #content .page_banner.image_banner img {
  height: 600px;
}
@media screen and (max-width: 767px) {
  .single-cat-contributions #content .page_banner.image_banner img {
    height: 300px;
  }
}
.single-cat-contributions #content .page_banner .container {
  margin: 0 auto;
  max-width: 100vw;
  padding: 0;
}
.single-cat-contributions #content .page_banner .banner__overlay {
  position: absolute;
  bottom: 0px;
  height: 80px;
  width: 100%;
}
.single-cat-contributions #content .page_banner .banner__overlay h1 {
  display: block;
  position: unset;
  width: 1000px;
  margin: 0 auto;
  text-align: left;
  color: #fff;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .single-cat-contributions #content .page_banner .banner__overlay h1 {
    width: 100%;
    position: absolute;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1124px) {
  .single-cat-contributions #content .page_banner .banner__overlay h1 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .single-cat-contributions #content .page_banner .banner__overlay h1 {
    font-size: 1.5rem;
  }
}

.contribution-grid {
  margin-bottom: 20px;
}
.contribution-grid .row:nth-child(2) {
  margin-top: 30px;
}
.contribution-grid .col-item:nth-child(1) {
  margin-bottom: 30px;
}
@media screen and (min-width: 48em) {
  .contribution-grid .col-item:nth-child(1) {
    margin-bottom: 0;
  }
}
.contribution-grid .grid-item {
  height: 0;
  padding-top: 75%;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.contribution-grid .grid-item .post-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.contribution-grid .grid-item .post-link .post-content {
  transition: all 0.4s ease-out;
  width: 100%;
  color: white;
  height: 40px;
  background-color: rgb(0, 134, 202);
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (min-width: 48em) {
  .contribution-grid .grid-item .post-link .post-content {
    height: 50px;
  }
}
.contribution-grid .grid-item .post-link .post-content h2 {
  display: block;
  width: 100%;
  text-transform: capitalize;
  color: white;
  text-align: center;
  padding: 5px;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .contribution-grid .grid-item .post-link .post-content h2 {
    padding: 9px 0;
    font-size: 0.9rem;
  }
}
.contribution-grid .grid-item .post-link .post-content .excerpt {
  display: block;
  height: 0;
  opacity: 0;
  display: none;
  text-align: justify;
  margin: 0 30px;
}
.contribution-grid .grid-item .post-link .post-content .excerpt p {
  font-size: 1rem;
}
.contribution-grid .grid-item .post-link .post-content .excerpt .rmore {
  text-decoration: underline;
}
@media screen and (min-width: 48em) {
  .contribution-grid .grid-item .post-link:hover .post-content {
    height: 100%;
  }
  .contribution-grid .grid-item .post-link:hover .excerpt {
    display: block;
    height: auto;
    opacity: 1;
  }
}

body, html {
  width: 100%;
  height: 100%;
}

a.disabled {
  pointer-events: none !important;
}

#breadcrumb {
  background: #f5f5f5;
}
#breadcrumb ol {
  background: transparent;
  padding: 0;
  margin: 10px 0;
  border-radius: 0;
  font-size: 0.9rem;
}
#breadcrumb a {
  color: #555;
}

/*
 * Ensures input zoom on Apple iOS
 */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select, textarea, input {
    font-size: 16px;
  }
}
/*
 ******* BUTTONS
 */
.btn, .fsBody .fsSubmitButton, input[type=submit] {
  font-weight: 100 !important;
  text-transform: uppercase;
  line-height: 1;
}

/*
 ******* STRUCTURE
 */
.wrap {
  position: relative;
  padding: 0;
  margin: 0;
  width: 100%;
}

.top {
  position: absolute;
  top: 0;
}

.bottom {
  position: absolute;
  bottom: 0;
}

.svg-shadow {
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.3)); /* Same syntax as box-shadow */
}

/*
 * FORMSTACK
*/
.fsBody {
  margin: 0 auto;
}
.fsBody .fsFieldRow input[type=email],
.fsBody .fsFieldRow input[type=number],
.fsBody .fsFieldRow input[type=tel],
.fsBody .fsFieldRow input[type=text],
.fsBody .fsForm textarea {
  max-width: 100%;
  width: 100%;
  border-width: 1px;
  background: #f5f5f5;
}
.fsBody .fsForm {
  padding: 0;
}
.fsBody .fsLabel {
  padding-bottom: 15px;
  font-weight: 100 !important;
}
.fsBody .fsLabelVertical {
  width: 100%;
}
.fsBody .fsRowBody {
  padding: 10px 0 !important;
}
.fsBody .fsSubmitButton {
  border-radius: 4px !important;
  padding: 6px 12px !important;
}
/*# sourceMappingURL=global.css.map */
