body {
  /*
   background-color:#fff;
   */ }

.s-btn, .s-btn-alt, a.s-btn:link, a.s-btn:active, a.s-btn:visited, a.s-btn-alt:link, a.s-btn-alt:active, a.s-btn-alt:visited {
  text-decoration: none;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.s-btn:hover, .s-btn-alt:hover, a.s-btn:hover, a.s-btn-alt:hover {
  text-decoration: none; }

h1:before, h2:before, h3:before, h4:before, h5:before, h6:before, h1:after, h2:after, h3:after, h4:after, h5:after, h6:after {
  content: "";
  position: relative;
  display: block; }

a, input, textarea, button, .sw_alink, .sw_alink > div, .sm-file-control:before {
  -webkit-transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
  -moz-transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
  transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1) !important; }

body {
  font-family: 'proxima-nova', sans-serif, sans-serif; }

.sw-logo-text {
  font-family: 'proxima-nova', sans-serif, sans-serif; }

h1, h2, h3, h4, h5, h6, sw_textcat {
  font-family: 'proxima-nova', sans-serif, sans-serif; }

.s-navmenu {
  font-family: 'proxima-nova', sans-serif, sans-serif; }

.sf-menu a:link, .sf-menu a:visited, .sf-menu a:active {
  font-size: 14px; }

.sf-menu a:link, .sf-menu a:visited, .sf-menu a:active {
  color: #2ba624; }

.sf-menu a:link, .sf-menu a:visited, .sf-menu a:active {
  line-height: 20px; }

.sf-menu a {
  background-color: #fff; }

.sf-menu a:link, .sf-menu a:visited, .sf-menu a:active {
  padding: 15px 15px 15px 15px; }

.sf-menu a:hover {
  color: #2ba624; }

.sf-menu a {
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s; }

.sf-menu ul {
  background-color: #fff; }

.sf-menu ul {
  -webkit-box-shadow: inset 0px 0px 0px #666, 0px 6px 12px #666;
  box-shadow: inset 0px 0px 0px #666, 0px 6px 12px #666; }

.sf-menu ul {
  -webkit-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px; }

.sf-menu ul {
  padding: 0px 0px 0px 0px; }

.sf-menu ul li a {
  color: #2ba624; }

.sf-menu ul li a {
  background-color: #fff; }

.sf-menu ul li a:link, .sf-menu ul li a:visited, .sf-menu ul li a:active {
  padding: 3px 20px 3px 20px; }

.sf-menu ul li a:hover {
  color: #2ba624; }

.sf-menu ul li a:hover {
  background-color: #f7f7f7; }

.sf-menu ul li a {
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s; }

hr {
  background-color: #8a8a8a; }

hr {
  border-top: 1px solid #8a8a8a; }

hr {
  opacity: 0.8; }

#sw_content {
  background-color: #fff; }

#sw_content {
  padding: 0px 0px 0px 0px; }

a:link, a:visited, a:active {
  font-weight: bold; }

a:link, a:visited, a:active {
  color: #2ba624; }

a:link, a:visited, a:active {
  text-decoration: none; }

a {
  -webkit-transition: color 0.5s ease 0s;
  transition: color 0.5s ease 0s; }

a:hover {
  color: #2ba624;
  text-decoration: underline; }

a:link, a:visited, a:active {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s; }

.s-btn, a.s-btn:link, a.s-btn:active, a.s-btn:visited {
  font-size: 100%; }

.s-btn, a.s-btn:link, a.s-btn:active, a.s-btn:visited {
  color: #fff; }

.s-btn, a.s-btn:link, a.s-btn:active, a.s-btn:visited {
  text-align: center; }

.s-btn, a.s-btn:link, a.s-btn:active, a.s-btn:visited {
  line-height: 140%; }

.s-btn, a.s-btn:link, a.s-btn:active, a.s-btn:visited {
  background-color: #35cb2c;
  background-image: -webkit-gradient(linear, to opposite-position('-45deg') , from(#35cb2c), to(#2ba624));
  background-image: -webkit-linear-gradient(to opposite-position('-45deg') , #35cb2c, #2ba624);
  background-image: linear-gradient(-45deg, #35cb2c, #2ba624); }

.s-btn, a.s-btn:link, a.s-btn:active, a.s-btn:visited {
  -webkit-border-radius: 999px 999px 999px 999px;
  border-radius: 999px 999px 999px 999px; }

.s-btn, a.s-btn:link, a.s-btn:active, a.s-btn:visited {
  padding: 14px 34px 14px 34px; }

.s-btn:hover, a.s-btn:hover {
  background-color: #35cb2c; }

.s-btn:hover, a.s-btn:hover {
  -ms-transform: translate(0px, -4px) rotate(0deg) scale(1, 1) skew(0deg, 0deg);
  -webkit-transform: translate(0px, -4px) rotate(0deg) scale(1, 1) skew(0deg, 0deg);
  transform: translate(0px, -4px) rotate(0deg) scale(1, 1) skew(0deg, 0deg); }

.s-btn-alt, a.s-btn-alt:link, a.s-btn-alt:active, a.s-btn-alt:visited {
  font-size: 100%; }

.s-btn-alt, a.s-btn-alt:link, a.s-btn-alt:active, a.s-btn-alt:visited {
  color: #35cb2c; }

.s-btn-alt, a.s-btn-alt:link, a.s-btn-alt:active, a.s-btn-alt:visited {
  text-align: center; }

.s-btn-alt, a.s-btn-alt:link, a.s-btn-alt:active, a.s-btn-alt:visited {
  line-height: 140%; }

.s-btn-alt, a.s-btn-alt:link, a.s-btn-alt:active, a.s-btn-alt:visited {
  -webkit-border-radius: 999px 999px 999px 999px;
  border-radius: 999px 999px 999px 999px; }

.s-btn-alt, a.s-btn-alt:link, a.s-btn-alt:active, a.s-btn-alt:visited {
  border: 2px solid #35cb2c; }

.s-btn-alt, a.s-btn-alt:link, a.s-btn-alt:active, a.s-btn-alt:visited {
  padding: 12px 32px 12px 32px; }

.s-btn-alt:hover, a.s-btn-alt:hover {
  color: #fff; }

.s-btn-alt:hover, a.s-btn-alt:hover {
  background-color: #35cb2c; }

.s-btn-alt:hover, a.s-btn-alt:hover {
  border: 2px solid #35cb2c; }

.s-btn-alt:hover, a.s-btn-alt:hover {
  -ms-transform: translate(0px, -4px) rotate(0deg) scale(1, 1) skew(0deg, 0deg);
  -webkit-transform: translate(0px, -4px) rotate(0deg) scale(1, 1) skew(0deg, 0deg);
  transform: translate(0px, -4px) rotate(0deg) scale(1, 1) skew(0deg, 0deg); }

blockquote {
  font-size: 18px; }

blockquote {
  color: #666; }

blockquote {
  border-left: 4px solid #2ba624; }

blockquote {
  max-width: 750px; }

blockquote {
  margin: 48px 0px 48px 0px; }

blockquote {
  padding: 12px 20px 16px 20px; }

.s-tile {
  background-color: #f7f7f7; }

.s-tile {
  padding: 36px 30px 36px 30px; }

.s-tile hr {
  border-top: 1px solid #2ba624; }

.s-tile hr {
  margin: 20px 0px 20px 0px; }

.s-tile .s-btn, .s-tile a.s-btn {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s; }

.s-tile .s-btn-alt, .s-tile a.s-btn-alt {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s; }

.s-tile .s-content {
  margin: 0px 0px 0px 0px; }

.h1, h1 {
  font-size: 185%; }

.h1, h1 {
  font-weight: 800; }

.h1, h1 {
  color: #1c1f21; }

.h1, h1 {
  line-height: 120%; }

h1 {
  margin: 0px 0px 0px 0px; }

.h2, h2 {
  font-size: 298%; }

.h2, h2 {
  font-weight: 800; }

.h2, h2 {
  color: #1c1f21; }

.h2, h2 {
  line-height: 0normal; }

.h3, h3 {
  font-size: 173%; }

.h3, h3 {
  font-weight: 500; }

.h3, h3 {
  color: #1c1f21; }

.h3, h3 {
  line-height: 120%; }

.h4, h4 {
  font-size: 144%; }

.h4, h4 {
  font-weight: bold; }

.h4, h4 {
  color: #1c1f21; }

.h4, h4 {
  line-height: 120%; }

.h5, h5 {
  font-size: 120%; }

.h5, h5 {
  font-weight: bold; }

.h5, h5 {
  color: #1c1f21; }

.h5, h5 {
  line-height: 120%; }

.h6, h6 {
  font-size: 83%; }

.h6, h6 {
  font-weight: bold; }

.h6, h6 {
  color: #1c1f21; }

.h6, h6 {
  line-height: 120%; }

.h6, h6 {
  letter-spacing: 1px; }

.h6, h6 {
  text-transform: uppercase; }

h6 {
  opacity: 0.3; }

::selection {
  background: #2ba624;
  color: #fff; }

::-moz-selection {
  background: #2ba624;
  color: #fff; }

.s-tselect {
  background: #2ba624;
  color: #fff; }

@media (max-width: 768px) {
  .h2, h2 {
    font-size: 248%; } }

@media (max-width: 480px) {
  .sf-menu ul {
    -webkit-box-shadow: inset 0px 0px 0px #666, 0px 0px 0px #666;
    box-shadow: inset 0px 0px 0px #666, 0px 0px 0px #666; }

  .sf-menu ul {
    -webkit-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px; }

  .h1, h1 {
    font-size: 144%; }

  .h2, h2 {
    font-size: 173%; }

  .h3, h3 {
    font-size: 144%; }

  .h4, h4 {
    font-size: 120%; }

  .h5, h5 {
    font-size: 100%; } }
