.show-your-support.rounded h2.title {
  font-weight:bold;
  font-size:24px;
}

.show-your-support.rounded p {
  margin:1em 0;
}

.show-your-support.rounded input {
  margin:0;
  font-size:16px;
  font-family:'Open Sans', helvetica, arial;
}

.show-your-support.rounded input {
  margin:0;
  font-size:16px;
  font-family:'Open Sans', helvetica, arial;
}

footer ul li a {
  color:#77787b!important;
}

@font-face {
  font-family: "entypo-social";
  src: url("/fonts/entypo-social.eot");
  src: url("/fonts/entypo-social.eot?#iefix") format("embedded-opentype"), url("/fonts/entypo-social.woff") format("woff"), url("/fonts/entypo-social.ttf") format("truetype"), url("/fonts/entypo-social.svg#iag") format("svg");
  font-weight: normal;
  font-style: normal;
  speak: none;
}
/* line 34, base.scss */
body {
  font-family: "Open Sans", helvetica, arial, sans-serif;
  color: #414042;
}

/* line 38, base.scss */
i {
  font-style: normal;
  text-decoration: none;
}

/* line 42, base.scss */
:before {
  font-family: "FontAwesome";
}

/* line 45, base.scss */
a:hover {
  text-decoration: underline !important;
}

/* line 48, base.scss */
.social a:hover,
#navigation a:hover {
  text-decoration: none !important;
}

@media (min-width: 0px) and (max-width: 768px) {
  /* line 57, base.scss */
  .desktop {
    display: none;
  }
}

/* line 63, base.scss */
.mobile {
  display: none;
}
@media (min-width: 0px) and (max-width: 768px) {
  /* line 63, base.scss */
  .mobile {
    display: block;
  }
}

/* line 70, base.scss */
.row {
  width: 940px;
  margin: 0 auto;
}
@media (min-width: 0px) and (max-width: 768px) {
  /* line 70, base.scss */
  .row {
    width: 100%;
  }
}

/* line 78, base.scss */
h2.title {
  color: #005499;
  font-family: "Montserrat", helvetica, sans-serif;
}

/* line 83, base.scss */
.rounded {
  float: right;
  width: 404px;
  border: 8px solid #e0e0e0;
  border-radius: 10px;
  margin: 0;
  padding: 20px;
  background: #fff;
}

/* line 97, base.scss */
header {
  float: left;
  clear: both;
  width: 100%;
}
/* line 102, base.scss */
header .row .logo.left {
  background-image: url("/images/homepage/logo.png");
  width: 320px;
  height: 116px;
  float: left;
  background-repeat: no-repeat;
  cursor: pointer;
}
@media (min-width: 0px) and (max-width: 768px) {
  /* line 102, base.scss */
  header .row .logo.left {
    width: 65%;
    background-size: contain;
    margin-left: 8%;
    height: 80px;
  }
}
/* line 116, base.scss */
header .row .contact.right {
  float: right;
  margin-top: 40px;
}
@media (min-width: 0px) and (max-width: 768px) {
  /* line 116, base.scss */
  header .row .contact.right {
    display: none;
  }
}
/* line 122, base.scss */
header .row .contact.right a {
  text-decoration: none;
  color: #b42362;
  font-family: "Montserrat", helvetica, sans-serif;
}
/* line 126, base.scss */
header .row .contact.right a i:before {
  border: 2px solid #b42362;
  border-radius: 16px;
  height: 29px;
  width: 29px;
  display: inline-block;
  text-indent: 5px;
  line-height: 31px;
  content: "\f095";
  font-size: 24px;
}
/* line 139, base.scss */
header .row .mobile.menu {
  float: right;
  margin-right: 8%;
  margin-top: 1em;
}
/* line 143, base.scss */
header .row .mobile.menu i {
  display: block;
  padding: 0px 8px;
  border: 1px solid #a7a9ac;
  border-radius: 4px;
}
/* line 148, base.scss */
header .row .mobile.menu i:before {
  content: "\f0c9";
  font-size: 2em;
  color: #a7a9ac;
}

/* line 162, base.scss */
nav {
  float: left;
  width: 100%;
}
@media (min-width: 0px) and (max-width: 768px) {
  /* line 162, base.scss */
  nav {
    display: none;
    position: absolute;
    background: #fff;
    z-index: 100;
    top: 80px;
    width: 80%;
    z-index: 1000;
    font-family: "Montserrat", helvetica, sans-serif;
  }
}
/* line 175, base.scss */
nav#navigation {
  background: radial-gradient(50% 345%, 709px -287px, #dddddd, #ffffff);
  background: -webkit-radial-gradient(50% 345%, 709px -287px, #dddddd, white);
  background: -moz-radial-gradient(50% 345%, 709px -287px, #dddddd, white);
}
@media (min-width: 0px) and (max-width: 768px) {
  /* line 180, base.scss */
  nav a {
    color: #b42362;
    text-decoration: none;
  }
}
@media (min-width: 0px) and (max-width: 768px) {
  /* line 186, base.scss */
  nav ul {
    padding: 30px;
  }
}
@media (min-width: 0px) and (max-width: 768px) {
  /* line 191, base.scss */
  nav ul li {
    padding: 10px 0;
    border-bottom: 1px solid #a7a9ac;
    width: 100%;
  }
}
/* line 197, base.scss */
nav ul li.last_child {
  border-bottom: 0;
}
@media (min-width: 0px) and (max-width: 768px) {
  /* line 201, base.scss */
  nav ul li ul {
    display: none;
    padding: 0;
    width: 100% !important;
  }
}
@media (min-width: 0px) and (max-width: 768px) {
  /* line 208, base.scss */
  nav ul li ul li {
    padding: 10px 0;
    border-bottom: 1px solid #a7a9ac;
    width: 100%;
  }
}
/* line 1311, base.scss */
footer {
  float: left;
  clear: both;
  font-family: "Open Sans", helvetica, arial;
  width: 100%;
  background: #f5f5f5;
  padding: 50px 0;
  color: #77787b;
}
/* line 1319, base.scss */
footer a {
  color: #77787b;
  text-decoration: none;
}
/* line 1322, base.scss */
footer a.underline {
  text-decoration: underline;
}
/* line 1326, base.scss */
footer .row {
  width: 940px;
  margin: 0 auto;
}
@media (min-width: 0px) and (max-width: 768px) {
  /* line 1326, base.scss */
  footer .row {
    width: 100%;
  }
}
/* line 1332, base.scss */
footer .row ul {
  padding: 0;
  margin: 0;
}
/* line 1335, base.scss */
footer .row ul li {
  margin: 0;
  list-style: none;
  font-size: 14px;
}
/* line 1339, base.scss */
footer .row ul li.heading {
  font-weight: bold;
}
/* line 1342, base.scss */
footer .row ul li.title {
  font-weight: bold;
  margin-top: 35px;
}
/* line 1348, base.scss */
footer .row .contact {
  float: left;
  width: 220px;
}
@media (min-width: 0px) and (max-width: 768px) {
  /* line 1348, base.scss */
  footer .row .contact {
    width: 88%;
    margin-left: 6%;
    margin-top: 35px;
  }
}
/* line 1357, base.scss */
footer .row .about {
  width: 220px;
  float: left;
}
@media (min-width: 0px) and (max-width: 768px) {
  /* line 1357, base.scss */
  footer .row .about {
    width: 88%;
    margin-left: 6%;
    margin-top: 2em;
  }
}
/* line 1365, base.scss */
footer .row .about .heading {
  margin-bottom: 35px;
}
@media (min-width: 0px) and (max-width: 768px) {
  /* line 1365, base.scss */
  footer .row .about .heading {
    margin-bottom: 0;
  }
}
/* line 1373, base.scss */
footer .show-your-support {
  position: relative;
}
@media (min-width: 0px) and (max-width: 768px) {
  /* line 1373, base.scss */
  footer .show-your-support {
    width: 73%;
    float: none;
    min-height: 380px;
    margin: 0 auto;
    clear: both;
  }
}
@media (min-width: 320px) and (max-width: 768px) and (orientation: landscape) {
  /* line 1373, base.scss */
  footer .show-your-support {
    min-height: 355px;
  }
}
/* line 1385, base.scss */
footer .show-your-support h2 {
  margin: 0;
}
/* line 1388, base.scss */
footer .show-your-support p {
  font-size: 16px;
  font-weight: bold;
  color: #000;
}
/* line 1393, base.scss */
footer .show-your-support input {
  width: 182px;
  float: left;
  border: 1px solid #a7a9ac;
  padding: 8px;
  font-family: "Open Sans";
}
@media (min-width: 0px) and (max-width: 768px) {
  /* line 1393, base.scss */
  footer .show-your-support input {
    padding: 18px 0;
    text-indent: 18px;
  }
}
/* line 1403, base.scss */
footer .show-your-support input.firstname {
  border-radius: 4px 4px 0 0;
  width: 386px;
  border-bottom: 0;
  border-bottom: 1px solid #a7a9ac;
}
@media (min-width: 0px) and (max-width: 768px) {
  /* line 1403, base.scss */
  footer .show-your-support input.firstname {
    width: 100%;
    border-radius: 4px 4px 0 0;
    box-sizing: border-box;
  }
}
/* line 1414, base.scss */
footer .show-your-support input.lastname {
  border-left: 0;
  width: 187px;
  border-radius: 0 4px 0 0;
}
@media (min-width: 0px) and (max-width: 768px) {
  /* line 1414, base.scss */
  footer .show-your-support input.lastname {
    width: 84%;
    border-radius: 0;
    border-left: 1px solid #a7a9ac;
  }
}
/* line 1424, base.scss */
footer .show-your-support input.email {
  width: 386px;
  border-top: 0;
  border-radius: 0 0 4px 4px;
}
@media (min-width: 0px) and (max-width: 768px) {
  /* line 1424, base.scss */
  footer .show-your-support input.email {
    width: 100%;
    border-radius: 0;
    border-top: 1px solid #a7a9ac;
    border-bottom: none;
    box-sizing: border-box;
  }
}
/* line 1436, base.scss */
footer .show-your-support input[type=submit] {
  width: 80px;
  border: 0;
  background: transparent;
  color: #b42362;
  border-left: 2px solid #b42362;
  padding: 0px 5px;
  line-height: 14px;
  position: absolute;
  right: 21px;
  margin-top: 52px;
  font-family: "Open Sans";
  font-weight: bold;
}
@media (min-width: 0px) and (max-width: 768px) {
  /* line 1436, base.scss */
  footer .show-your-support input[type=submit] {
    width: 100%;
    border-radius: 0 0 4px 4px;
    position: relative;
    margin: 0 auto;
    right: auto;
    padding: 18px;
    border: 1px solid #a7a9ac;
  }
}
/* line 1461, base.scss */
footer .social {
  float: left;
  clear: both;
}
/* line 1464, base.scss */
footer .social a {
  color: #b42362;
  font-family: "entypo-social";
  border: 2px solid #b42362;
  border-radius: 22px;
  height: 34px;
  width: 34px;
  display: inline-block;
  text-indent: 5px;
  content: "\f095";
  font-size: 24px;
  margin-right: 15px;
}
/* line 1476, base.scss */
footer .social a i:before {
  font-family: entypo-social;
  font-size: 1.6em;
  line-height: 35px;
  margin-left: 5px;
}
/* line 1482, base.scss */
footer .social a.facebook i:before {
  content: "\F30C";
}
/* line 1483, base.scss */
footer .social a.twitter i:before {
  content: "\F309";
  margin-left: 2px;
}
/* line 1484, base.scss */
footer .social a.youtube i:before {
  font-family: FontAwesome;
  content: "\F16a";
  font-size: 1em;
  margin-left: 0px;
}
/* line 1490, base.scss */
footer .social a.flickr i:before {
  content: "\F303";
  margin-left: 2px;
}

/* line 1514, base.scss */
article.entry .member-subscribe.bsd-page-content {
  clear: both;
}

