/*********************
 VARIABLES
 *********************/
:root {
  --primary: #99b400;
  --primary-alt: #81950c;
  --secondary: #325766;
  --secondary-alt: #496977; }

h2 {
  margin-bottom: 16px !important; }
/*********************
 QUOTE
 *********************/
#sw_content blockquote p {
  margin-bottom: 0; }
/*********************
 LIST
 *********************/
#sw_content .s-text ul, #sw_content .s-text ol {
  margin-top: 24px;
  margin-bottom: 24px;
  margin-left: 0;
  padding-left: 18px; }
/*********************
 SOCIAL MEDIA
 *********************/
.yls_social-media__label {
  margin-right: 12px;
  white-space: nowrap;
  font-size: 0.9em;
  line-height: 1; }

.yls_social-media__label:empty {
  display: none; }

.yls_social-media__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  line-height: 0; }

.yls_social-media__item .yls_social-media__share {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  overflow: hidden;
  text-decoration: none;
  border-radius: 4px;
  opacity: 1 !important;
  cursor: pointer;
  background: var(--primary);
  margin: 3px; }

.yls_social-media__item .yls_social-media__share i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0 !important;
  color: #fff; }

@media only screen and (max-width: 480px) {
  .yls_social-media {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start; } }

/* Mobile Menu Icon */
@font-face {
  font-family: "MobMenu";
  src: url("mobilemenu.eot");
  src: url("mobilemenu.eot#iefix") format("embedded-opentype"), url("mobilemenu.woff") format("woff"), url("mobilemenu.ttf") format("truetype"), url("mobilemenu.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="mmicon-"]:before, [class*=" mmicon-"]:before, [class^="mmicon-"]:after, [class*=" mmicon-"]:after {
  font-family: MobMenu;
  font-size: 20px;
  font-style: normal;
  margin-left: 20px; }

.mmicon-1:before {
  content: "\e000"; }

.mmicon-2:before {
  content: "\e001"; }

.mmicon-3:before {
  content: "\e002"; }

.mmicon-4:before {
  content: "\e003"; }

.mmicon-5:before {
  content: "\e004"; }

.mmicon-6:before {
  content: "\e005"; }

.mmicon-7:before {
  content: "\e006"; }

.mmicon-8:before {
  content: "\e007"; }

.mmicon-9:before {
  content: "\e008"; }

.mmicon-10:before {
  content: "\e009"; }
/*** SUPERFISH MENU ***/
.s-navmenu {
  float: right; }

.sf-menu, .sf-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block; }

.sf-menu li {
  position: relative; }

.sf-menu a:after, .sf-menu a:before {
  content: "";
  position: relative;
  display: block; }

.sf-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 9; }

.sf-menu > li {
  float: left; }

.sf-menu li:hover > ul, .sf-menu li.sfHover > ul {
  display: block; }

.sf-menu a {
  display: block;
  position: relative; }

.sf-menu ul ul {
  top: 0;
  left: 100%; }
/*** SUPERFISH DEMO SKIN ***/
.sf-menu {
  float: left; }

.sf-menu ul {
  min-width: 12em;
  /* allow long menu items to determine submenu width */
  *width: 12em;
  /* no auto sub width for IE7, see white-space comment below */ }

.sf-menu a {
  text-decoration: none;
  zoom: 1; }

.sf-menu a:hover {
  text-decoration: none; }

.sf-menu li {
  white-space: nowrap;
  /* no need for Supersubs plugin */
  *white-space: normal;
  /* ...unless you support IE7 (let it wrap) */
  -webkit-transition: background 0.2s;
  transition: background 0.2s; }

.sf-menu li:hover, .sf-menu li.sfHover {
  /* only transition out, not in */
  -webkit-transition: none;
  transition: none; }
/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
  padding-right: 2.5em;
  *padding-right: 1em;
  /* no CSS arrows for IE7 (lack pseudo-elements) */ }
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -3px;
  height: 0;
  width: 0;
  /* order of following 3 rules important for fallbacks to work */
  border: 5px solid transparent;
  border-top-color: #dfeeff;
  /* edit this to suit design (no rgba in IE8) */
  border-top-color: rgba(255, 255, 255, .5); }

.sf-arrows > li > .sf-with-ul:focus:after, .sf-arrows > li:hover > .sf-with-ul:after, .sf-arrows > .sfHover > .sf-with-ul:after {
  border-top-color: white;
  /* IE8 fallback colour */ }
/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
  margin-top: -5px;
  margin-right: -3px;
  border-color: transparent;
  border-left-color: #dfeeff;
  /* edit this to suit design (no rgba in IE8) */
  border-left-color: rgba(255, 255, 255, .5); }

.sf-arrows ul li > .sf-with-ul:focus:after, .sf-arrows ul li:hover > .sf-with-ul:after, .sf-arrows ul .sfHover > .sf-with-ul:after {
  border-left-color: white; }
/* MOBILE MENU WITH SUPERFISH */
#mobile-menu-trigger57 {
  display: none; }

@media (max-width: 991px) {
  #mobile-menu-trigger57 {
    display: block;
    cursor: pointer; }

  .s-navmenu {
    float: none;
    clear: both; }

  .sf-menu {
    display: none;
    float: none; }

  .sf-menu > li {
    float: none; }

  .sf-menu ul {
    position: relative; } }

[class^="mmicon-"]:before, [class*=" mmicon-"]:before, [class^="mmicon-"]:after, [class*=" mmicon-"]:after {
  font-size: 21px; }

[class^="mmicon-"]:before, [class*=" mmicon-"]:before, [class^="mmicon-"]:after, [class*=" mmicon-"]:after {
  color: #fff; }

#mobile-menu-trigger57 {
  margin: 23px 20px 0px 0px; }

.s-headermenu57 {
  background-color: #325767; }

.s-headermenu57 {
  position: relative; }

.s-headermenu57 {
  padding: 0px 0px 0px 0px; }

.s-headermenu57 .sw-logo-text {
  font-size: 28px; }

.s-headermenu57 .sw-logo-text {
  color: #81950c; }

.s-headermenu57 .s-logoalign {
  float: left; }

.s-headermenu57 .sw-logo-text {
  margin: 15px 0px 15px 0px; }

.s-headermenu57 .sw-logo-img {
  width: auto; }

.s-headermenu57 .sw-logo-img {
  height: 80px; }

.s-headermenu57 .sw-logo-img {
  margin: 0px 0px 0px 0px; }

.s-headermenu57 .s-navmenu {
  float: right; }

.s-headermenu57 .s-navmenu {
  width: auto; }

.s-headermenu57 .s-navmenu {
  margin: 15px 0px 0px 0px; }

.s-headermenu57 .sf-menu > li > a {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0); }

.s-headermenu57 .sf-menu > li > a {
  color: #fff; }

.s-headermenu57 .sf-menu > li > a {
  text-align: center; }

.s-headermenu57 .sf-menu > li > a:hover {
  color: #99b400; }

@media (max-width: 768px) {
  .s-headermenu57 .s-navmenu {
    width: 100%; }

  .s-headermenu57 .s-navmenu {
    margin: 0px 0px 0px 0px; } }

@media (max-width: 480px) {
  .s-headermenu57 .sw-logo-text {
    font-size: 21px; }

  .s-headermenu57 .sw-logo-img {
    max-width: 50vw; }

  .s-headermenu57 .sw-logo-img {
    height: auto; }

  .s-headermenu57 .s-navmenu {
    float: none; }

  .s-headermenu57 .s-navmenu {
    width: 100%; }

  .s-headermenu57 .s-navmenu {
    margin: 0px 0px 0px 0px; } }

.design-element {
  position: relative; }

.hide {
  display: none; }

.design-element > .hide + a {
  display: none; }
/*
 .cta-1 > .container > .row {
 display: -webkit-box;
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
 }
 .cta-1 > .container > .row > div {
 display: -webkit-box;
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
 -webkit-align-items: center;
 -ms-flex-align: center;
 align-items: center;
 -webkit-box-pack: center;
 -webkit-justify-content: center;
 -ms-flex-pack: center;
 justify-content: center;
 }
 */
.cta-1 .cta-text {
  color: #fff;
  font-size: 1.2em;
  text-align: center; }

.cta-1 .cta-text i {
  font-style: normal;
  font-weight: bold;
  font-size: 1.3em;
  font-family: forma-djr-deck, sans-serif, sans-serif; }

.cta-1 .cta-text a {
  color: #fff; }

.cta-1 {
  background-color: #99b400;
  background-image: -webkit-gradient(linear, top left, bottom right, from(#99b400), to(#81950c));
  background-image: -webkit-linear-gradient(left, #99b400, #81950c);
  background-image: linear-gradient(to right, #99b400, #81950c); }

.cta-1 {
  padding: 72px 0px 72px 0px; }

.cta-1 h2 {
  color: #fff; }

.cta-1 h2 {
  text-align: center; }

.cta-1 p {
  font-size: 110%; }

.cta-1 p {
  color: #fff; }

.cta-1 p {
  text-align: center; }

.cta-1 p {
  margin: 0px 0px 36px 0px; }

.cta-1 a.s-btn {
  margin: 8px 0px 0px 0px; }

.cta-1 > .container > .row > div:nth-child(2) {
  text-align: center; }

.cta-1 a.s-btn-alt {
  color: #fff; }

.cta-1 a.s-btn-alt {
  background-color: #325767; }

.cta-1 a.s-btn-alt {
  margin: 8px 0px 0px 0px; }

.cta-1 > .container > .row > div:nth-child(2) {
  text-align: center; }

.s-footer4 .s-form .form-group {
  margin: 0; }

.s-footer4 .s-form label {
  display: block; }

.s-footer4 .s-form label.form-check-inline {
  display: inline-block; }

.s-footer4 .s-form .form-group {
  margin: 0; }

.s-footer4 .s-form label {
  display: block; }

.s-footer4 .s-form label.form-check-inline {
  display: inline-block; }

.s-footer4 {
  position: relative; }

.s-footer4:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2; }

.s-footer4 .container {
  z-index: 3;
  position: relative; }

.s-footer4 .s-text a {
  color: #fff;
  text-decoration: none;
  text-decoration-color: transparent; }

.s-footer4 .s-text b i {
  font-weight: normal;
  font-style: normal; }

@media screen and (max-width: 991px) {
  .s-footer4 .s-text b i {
    display: block;
    opacity: 0; } }

.s-footer4 a.s-ilink {
  text-decoration: none; }

.s-footer4 ul.s-icon-list {
  list-style: none;
  padding-left: 0; }

.s-footer4 .s-col-bleed div[class^="col-"] .row {
  margin: 0; }

.s-footer4 .s-col-bleed div[class^="col-"] {
  padding: 0; }

.s-footer4 .s-icon-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center; }

.s-footer4 .s-icon-list .s-icon-link a {
  width: 30px;
  height: 30px;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0 4px;
  border-radius: 3px;
  transition: all 0.3s ease-in-out; }

.s-footer4 .s-icon-list .s-icon-link a:hover {
  transform: translateY(-2px); }

.s-footer4 .s-icon-list .s-icon-link a i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-45%, -50%); }

.s-footer4 .s-footcont h1 {
  color: #81950c; }

.s-footer4 .s-footcont h1 {
  text-align: left; }

.s-footer4 .s-footcont h2 {
  color: #81950c; }

.s-footer4 .s-footcont h2 {
  text-align: left; }

.s-footer4 .s-footcont h2 {
  margin: 0px 0px 0px 0px; }

.s-footer4 .s-footcont h4 {
  color: #81950c; }

.s-footer4 .s-footcont h4 {
  text-align: left; }

.s-footer4 .s-footcont h5 {
  color: #fff; }

.s-footer4 .s-footcont h5 {
  text-align: left; }

.s-footer4 .s-footcont h5 {
  margin: 0px 0px 0px 0px; }

.s-footer4 .s-footcont h6 {
  color: #81950c; }

.s-footer4 .s-footcont h6 {
  text-align: left; }

.s-footer4 .s-footcont h3 {
  color: #81950c; }

.s-footer4 .s-footcont h3 {
  text-align: left; }

.s-footer4 .s-footcont .s-text {
  color: #fff; }

.s-footer4 .s-footcont .s-text {
  text-align: center; }

.s-footer4 .s-footcont .s-text {
  margin: 0px 0px 0px 0px; }

.s-footer4 .s-footcont .s-map-h {
  height: 200px; }

.s-footer4 .s-footcont .s-link {
  color: #fff; }

.s-footer4 .s-footcont .s-link {
  display: inline-block; }

.s-footer4 .s-footcont .s-link-beh {
  text-align: left; }

.s-footer4 .s-footcont .s-link:hover, .s-footer4 .s-footcont .s-link:focus, .s-footer4 .s-footcont .s-link:active {
  color: #99b400; }

.s-footer4 .s-footcont .s-buttons-beh {
  text-align: left; }

.s-footer4 .s-footcont .s-img-beh {
  text-align: left; }

.s-footer4 .s-footcont .s-img-linked-beh {
  text-align: left; }

.s-footer4 .s-form input.form-control, .s-footer4 .s-form select.form-control, .s-footer4 .s-form textarea {
  color: #81950c; }

.s-footer4 .s-form label.control-label {
  color: #81950c; }

.s-footer4 .s-form input::-webkit-input-placeholder {
  color: #81950c; }

.s-footer4 .s-form .sw-result-easyform {
  color: #81950c; }

.s-footer4 .s-footcont .s-icon-beh i.fa {
  color: #81950c; }

.s-footer4 .s-footcont .s-icon-beh {
  display: inline-block; }

.s-footer4 .s-footcont .s-icon-list {
  margin: 8px 0px 0px 0px; }

.s-footer4 .s-footcont .s-icon-list-beh {
  text-align: center; }

.s-footer4 .s-footcont .s-icon-list .s-icon-text i.fa {
  color: #81950c; }

.s-footer4 .s-footcont .s-icon-list .s-icon-text i.fa {
  margin: 0px 7px 0px 0px; }

.s-footer4 .s-footcont .s-icon-list .s-icon-text span {
  color: #81950c; }

.s-footer4 .s-footcont .s-icon-list .s-icon-link i.fa {
  font-size: 15px; }

.s-footer4 .s-footcont .s-icon-list .s-icon-link i.fa {
  font-weight: normal; }

.s-footer4 .s-footcont .s-icon-list .s-icon-link i.fa {
  color: #99b400; }

.s-footer4 .s-footcont .s-icon-list .s-icon-link a {
  color: #81950c; }

.s-footer4 .s-footcont .s-icon-list .s-icon-link a:hover {
  color: #99b400; }

.s-footer4 .s-footcont .s-icon-list .s-icon-header i.fa {
  color: #81950c; }

.s-footer4 .s-footcont .s-icon-list .s-icon-header h1 {
  display: inline-block; }

.s-footer4 .s-footcont .s-icon-list .s-icon-header h2 {
  display: inline-block; }

.s-footer4 .s-footcont .s-icon-list .s-icon-header h4 {
  display: inline-block; }

.s-footer4 .s-footcont .s-icon-list .s-icon-header h5 {
  display: inline-block; }

.s-footer4 .s-footcont .s-icon-list .s-icon-header h6 {
  display: inline-block; }

.s-footer4 .s-footcont .s-icon-list .s-icon-header h3 {
  display: inline-block; }

.s-footer4 {
  background-color: #496978; }

.s-footer4 {
  padding: 36px 0px 36px 0px; }

@media (max-width: 768px) {
  .s-footer4 .s-footcont h1 {
    text-align: center; }

  .s-footer4 .s-footcont h2 {
    text-align: center; }

  .s-footer4 .s-footcont h4 {
    text-align: center; }

  .s-footer4 .s-footcont h5 {
    text-align: center; }

  .s-footer4 .s-footcont h6 {
    text-align: center; }

  .s-footer4 .s-footcont h3 {
    text-align: center; }

  .s-footer4 .s-footcont .s-link-beh {
    text-align: center; }

  .s-footer4 .s-footcont .s-buttons-beh {
    text-align: center; }

  .s-footer4 .s-footcont .s-img-beh {
    text-align: center; }

  .s-footer4 .s-footcont .s-img-linked-beh {
    text-align: center; }

  .s-footer4 .s-footcont .s-icon-list {
    margin: -18px 0px 0px 0px; } }

@media (max-width: 480px) {
  .s-footer4 .s-footcont h1 {
    text-align: center; }

  .s-footer4 .s-footcont h2 {
    text-align: center; }

  .s-footer4 .s-footcont h4 {
    text-align: center; }

  .s-footer4 .s-footcont h5 {
    text-align: center; }

  .s-footer4 .s-footcont h6 {
    text-align: center; }

  .s-footer4 .s-footcont h3 {
    text-align: center; }

  .s-footer4 .s-footcont .s-link-beh {
    text-align: center; }

  .s-footer4 .s-footcont .s-buttons-beh {
    text-align: center; }

  .s-footer4 .s-footcont .s-img-beh {
    text-align: center; }

  .s-footer4 .s-footcont .s-img-linked-beh {
    text-align: center; }

  .s-footer4 .s-footcont .s-icon-list {
    margin: -18px 0px 0px 0px; } }

#sub-navigation-1 .content {
  position: relative; }

#sub-navigation-1 .mobile-overlay {
  display: none; }

@media only screen and (max-width: 768px) {
  #sub-navigation-1 .mobile-overlay {
    display: block;
    position: absolute;
    width: 20%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
    background: #496978;
    opacity: 0.95;
    background: linear-gradient(90deg, rgba(73, 105, 120, 0) 0%, #496978 40%); }

  #sub-navigation-1 .mobile-overlay i {
    color: #fff;
    font-size: 12px;
    opacity: 0.6;
    display: none; } }

#sub-navigation-1 .sub-navigation-list {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end; }

#sub-navigation-1 .sub-navigation-list a:hover {
  opacity: 0.6; }

@media only screen and (max-width: 991px) {
  #sub-navigation-1 .sub-navigation-list {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -webkit-overflow-scrolling: touch;
    flex-wrap: nowrap;
    overflow-x: auto; }

  #sub-navigation-1 .sub-navigation-list::-webkit-scrollbar {
    display: none; }

  #sub-navigation-1 .sub-navigation-list > div:last-child {
    padding-right: 20vw; }

  #sub-navigation-1 .sub-navigation-list a {
    white-space: nowrap; } }

#sub-navigation-1 .content {
  background-color: #496978; }

#sub-navigation-1 .content {
  padding: 12px 0px 12px 0px; }

#sub-navigation-1 .content .sub-navigation-list {
  text-align: right; }

#sub-navigation-1 .sub-navigation-list .link a {
  font-family: 'forma-djr-deck', sans-serif, sans-serif; }

#sub-navigation-1 .sub-navigation-list .link a {
  font-size: 16px; }

#sub-navigation-1 .sub-navigation-list .link a {
  color: #fff; }

#sub-navigation-1 .sub-navigation-list .link a {
  text-decoration: none; }

#sub-navigation-1 .sub-navigation-list .link a {
  padding: 0px 15px 0px 15px; }

@media (max-width: 768px) {
  #sub-navigation-1 .content .sub-navigation-list {
    text-align: left; }

  #sub-navigation-1 .sub-navigation-list .link a {
    padding: 0px 30px 0px 0px; } }

@media (max-width: 480px) {
  #sub-navigation-1 .content .sub-navigation-list {
    text-align: right; }

  #sub-navigation-1 .sub-navigation-list .link a {
    font-size: 14px; }

  #sub-navigation-1 .sub-navigation-list .link a {
    padding: 0px 15px 0px 15px; } }

.loader50 .ball-clip-rotate > div {
  border-bottom-color: transparent; }

.loader50 .ball-clip-rotate-pulse > div:last-child {
  background: 0 0;
  left: -14px;
  top: 0px; }

.loader50 .ball-scale-ripple > div, .loader50 .ball-scale-ripple-multiple > div {
  background: transparent !important; }

.loader50 .triangle-skew-spin > div {
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  background: transparent !important; }

.loader50 .ball-clip-rotate-multiple > div {
  border-bottom-color: transparent !important;
  border-top-color: transparent !important;
  background-color: transparent !important; }

.loader50 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9876; }

.loader50 .loader-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.loader50 .loader-inner > div, .loader50 .ball-clip-rotate-pulse > div:first-child, .loader50 .ball-rotate > div:after, .loader50 .ball-rotate > div:before {
  background: #99b400;
  background-color: #99b400;
  border-color: #99b400;
  border-color: #99b400; }

.loader50 {
  background: #fff;
  background-color: #fff; }

#go-top64 {
  position: fixed;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: opacity 500ms ease;
  -moz-transition: opacity 500ms ease;
  -ms-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  z-index: 999; }

#go-top64 i {
  top: 0px;
  position: absolute; }

#go-top64.cd-is-visible {
  /* the button becomes visible */
  visibility: visible; }

#go-top64.icon img {
  display: none; }

#go-top64.image i {
  display: none; }

#go-top64.none img, #go-top64.none i {
  display: none; }

#go-top64 i.fa:before {
  font-size: 26px; }

#go-top64 i.fa:before {
  color: #99b400; }

#go-top64 i.fa:before {
  text-align: center; }

#go-top64 i.fa:before {
  line-height: 46px; }

#go-top64 i.fa:before {
  margin: 0px 0px 0px 14px; }

#go-top64:hover i.fa:before {
  color: #fff; }

#go-top64 i.fa:before {
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s; }

#go-top64 {
  background-color: #f7f7f7; }

#go-top64 {
  border: 2px solid #f7f7f7; }

#go-top64 {
  width: 50px; }

#go-top64 {
  height: 50px; }

#go-top64 {
  margin: 0px 30px 30px 0px; }

#go-top64.cd-is-visible {
  opacity: 1; }

#go-top64.cd-is-visible {
  visibility: visible;
  display: inherit; }

#go-top64:hover {
  background-color: #496978; }

#go-top64:hover {
  border: 2px solid #496978; }

#go-top64, #go-top64.cd-is-visible {
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s; }

nav.s-navmenu ul.sf-menu > li.active > a, nav.s-navmenu ul.sf-menu > li.active > a:link, nav.s-navmenu ul.sf-menu > li.active > a:active, nav.s-navmenu ul.sf-menu > li.active > a:visited, nav.s-navmenu ul.sf-menu > li.active.sfHover > a {
  color: #99b400; }

nav.s-navmenu ul.sf-menu > li.active > a:hover, nav.s-navmenu ul.sf-menu > li.active > a:focus {
  color: #99b400; }

/* Default css from Modal */
.noscroll {
  overflow-y: hidden;
}
.s-laycomp65 {
  display: none;
}
.s-laycomp65 .s-modal.smC16908SmSn1p3T2i18i8-style {
  display: none;
}
.s-laycomp65 .s-modal.smC16908SmSn1p3T2i18i8-style.s-modal--open {
  display: block;
}
.s-laycomp65 .s-modal.smC16908SmSn1p3T2i18i8-style .s-modal__container {
  overflow-y: auto;
  box-sizing: border-box;
  max-height: auto;
}
.s-laycomp65 .s-modal.smC16908SmSn1p3T2i18i8-style .s-close__button svg {
  transition: inherit;
}
/* Default css from Flex */
.s-laycomp65 .s-flex.smC16908SmSn1p3T2i18i9-style {
  position: relative;
}
/* Default css from Image */
.s-laycomp65 .s-img__wrapper.smC16908SmSn1p3T2i18i10-style {
  position: relative;
}
.s-laycomp65 .s-img__wrapper.smC16908SmSn1p3T2i18i10-style .s-img {
  width: 100%;
  height: 100%;
}
.s-laycomp65 .s-img__wrapper.smC16908SmSn1p3T2i18i10-style .s-img[src=""] {
  display: none;
}
/* Default css from Default Text */
.s-laycomp65 .s-text.smC16908SmSn1p3T2i18i11-style {
  position: relative;
}
.s-laycomp65 .s-text.smC16908SmSn1p3T2i18i11-style u {
  text-decoration: none;
}
/* Default css from Flex */
.s-laycomp65 .s-flex.smC16908SmSn1p3T2i18i12-style {
  position: relative;
}
/* Default css from Default Text */
.s-laycomp65 .s-text.smC16908SmSn1p3T2i18i13-style {
  position: relative;
}
.s-laycomp65 .s-text.smC16908SmSn1p3T2i18i13-style u {
  text-decoration: none;
}
/* Default css from Flex */
.s-laycomp65 .s-flex.smC16908SmSn1p3T2i18i14-style {
  position: relative;
}
/* Default css from Flex */
.s-laycomp65 .s-flex.smC16908SmSn1p3T2i18i15-style {
  position: relative;
}
/* Default css from Text Link */
.s-laycomp65 .s-link.smC16908SmSn1p3T2i18i16-style {
  display: inline-block;
  position: relative;
}
/* Default css from Default Button */
.s-laycomp65 .s-btn.smC16908SmSn1p3T2i18i17-style, .s-laycomp65 .s-btn-alt.smC16908SmSn1p3T2i18i17-style {
  position: relative;
  display: inline-block;
}
.s-laycomp65 .s-group__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.s-laycomp65 .s-group__actions .s-group__title {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.s-laycomp65 .s-group__actions .s-group__title svg {
  flex-shrink: 0;
}
.s-laycomp65 .s-group__actions .s-switch {
  position: relative;
  display: block;
  overflow: hidden;
  flex-shrink: 0;
}
.s-laycomp65 .s-group__actions .s-switch .s-switch__indicator {
  position: relative;
  display: block;
  pointer-events: "none";
  left: 0% !important;
  height: 100%;
}
.s-laycomp65 .s-group__actions .s-switch.s-active .s-switch__indicator {
  left: 100% !important;
  -webkit-transform: translateX(-100%) !important;
  transform: translateX(-100%) !important;
}
.s-laycomp65 .s-group__actions .s-switch.s-disabled {
  pointer-events: none;
  opacity: 0.4 !important;
}
.s-laycomp65 .s-group__accordion {
  overflow: hidden !important;
  max-height: 0;
}
/* Default css from Flex */
.s-laycomp65 .s-flex.smC16908SmSn1p3T2i19-style {
  position: relative;
}
/* Default css from Default Text */
.s-laycomp65 .s-text.smC16908SmSn1p3T2i20-style {
  position: relative;
}
.s-laycomp65 .s-text.smC16908SmSn1p3T2i20-style u {
  text-decoration: none;
}
/* Default css from Flex */
.s-laycomp65 .s-flex.smC16908SmSn1p3T2i21-style {
  position: relative;
}
/* Default css from Text Link */
.s-laycomp65 .s-link.smC16908SmSn1p3T2i22-style {
  display: inline-block;
  position: relative;
}
/* Default css from Default Button */
.s-laycomp65 .s-btn.smC16908SmSn1p3T2i23-style, .s-laycomp65 .s-btn-alt.smC16908SmSn1p3T2i23-style {
  position: relative;
  display: inline-block;
}
/* Default css from Flex */
.s-laycomp65 .s-flex.smC16908SmSn1p3T2i35-style {
  position: relative;
}
/* Default css from Flex */
.s-laycomp65 .s-flex.smC16908SmSn1p3T2i36-style {
  position: relative;
}
/* Default css from Text Link */
.s-laycomp65 .s-link.smC16908SmSn1p3T2i37-style {
  display: inline-block;
  position: relative;
}
/* Default css from Flex */
.s-laycomp65 .s-flex.smC16908SmSn1p3T2i38-style {
  position: relative;
}
.s-laycomp65 {
  background-color: rgba(73, 105, 120, 0.5);
}
.s-laycomp65 {
  z-index: 100001;
}
.s-laycomp65 {
  position: fixed;
}
.s-laycomp65 {
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
.s-laycomp65 .s-modal.smC16908SmSn1p3T2i18i8-style .s-modal__overlay {
  width: 100%;
}
.s-laycomp65 .s-modal.smC16908SmSn1p3T2i18i8-style .s-modal__overlay {
  height: 100%;
}
.s-laycomp65 .s-modal.smC16908SmSn1p3T2i18i8-style .s-modal__overlay {
  padding: 0px 40px 0px 40px;
}
.s-laycomp65 .s-modal.smC16908SmSn1p3T2i18i8-style .s-modal__overlay {
  z-index: 2147483645;
}
.s-laycomp65 .s-modal.smC16908SmSn1p3T2i18i8-style .s-modal__overlay {
  display: flex !important;
  flex-direction: row;
}
.s-laycomp65 .s-modal.smC16908SmSn1p3T2i18i8-style .s-modal__overlay {
  justify-content: center;
}
.s-laycomp65 .s-modal.smC16908SmSn1p3T2i18i8-style .s-modal__overlay {
  align-items: center;
}
.s-laycomp65 .s-modal.smC16908SmSn1p3T2i18i8-style .s-modal__overlay {
  position: fixed;
}
.s-laycomp65 .s-modal.smC16908SmSn1p3T2i18i8-style .s-modal__overlay {
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
.s-laycomp65 .s-modal.smC16908SmSn1p3T2i18i8-style .s-modal__container {
  background-color: white;
}
.s-laycomp65 .s-modal.smC16908SmSn1p3T2i18i8-style .s-modal__container {
  min-width: auto;
  max-width: 700px;
}
.s-laycomp65 .s-modal.smC16908SmSn1p3T2i18i8-style .s-modal__container {
  min-height: auto;
  max-height: 100%;
}
.s-laycomp65 .s-modal.smC16908SmSn1p3T2i18i8-style .s-modal__container {
  display: flex !important;
  flex-direction: column;
}
.s-laycomp65 .s-modal.smC16908SmSn1p3T2i18i8-style .s-modal__container {
  position: relative;
}
.s-laycomp65 .s-flex.smC16908SmSn1p3T2i18i9-style {
  background-color: black;
}
.s-laycomp65 .s-flex.smC16908SmSn1p3T2i18i9-style {
  padding: 32px 32px 32px 32px;
}
.s-laycomp65 .s-flex.smC16908SmSn1p3T2i18i9-style {
  display: flex;
  flex-direction: column;
}
.s-laycomp65 .s-flex.smC16908SmSn1p3T2i18i9-style {
  align-items: flex-start;
}
.s-laycomp65 .s-img__wrapper.smC16908SmSn1p3T2i18i10-style {
  width: auto;
}
.s-laycomp65 .s-img__wrapper.smC16908SmSn1p3T2i18i10-style {
  height: 50px;
}
.s-laycomp65 .s-img__wrapper.smC16908SmSn1p3T2i18i10-style {
  margin: 0px 0px 20px 0px;
}
.s-laycomp65 .s-img__wrapper.smC16908SmSn1p3T2i18i10-style .s-img {
  object-fit: contain;
}
.s-laycomp65 .s-img__wrapper.smC16908SmSn1p3T2i18i10-style .s-img {
  object-position: center center;
}
.s-laycomp65 .s-text.smC16908SmSn1p3T2i18i11-style {
  font-size: 48px;
}
.s-laycomp65 .s-text.smC16908SmSn1p3T2i18i11-style {
  color: #f7f7f7;
}
.s-laycomp65 .s-flex.smC16908SmSn1p3T2i18i12-style {
  padding: 32px 32px 32px 32px;
}
.s-laycomp65 .s-flex.smC16908SmSn1p3T2i18i12-style {
  display: flex;
  flex-direction: column;
}
.s-laycomp65 .s-flex.smC16908SmSn1p3T2i18i14-style {
  margin: -10px 0px -10px 0px;
}
.s-laycomp65 .s-flex.smC16908SmSn1p3T2i18i14-style {
  padding: 30px 0px 0px 0px;
}
.s-laycomp65 .s-flex.smC16908SmSn1p3T2i18i14-style {
  display: flex;
  flex-direction: column;
}
.s-laycomp65 [data-sm-cookie-groups] .s-cookie__group {
  padding: 10px 0px 10px 0px;
}
.s-laycomp65 [data-sm-cookie-groups] .s-cookie__group .s-switch {
  background-color: white;
}
.s-laycomp65 [data-sm-cookie-groups] .s-cookie__group .s-switch {
  -webkit-border-radius: 50px 50px 50px 50px;
  border-radius: 50px 50px 50px 50px;
}
.s-laycomp65 [data-sm-cookie-groups] .s-cookie__group .s-switch {
  border: 2px solid #81950c;
}
.s-laycomp65 [data-sm-cookie-groups] .s-cookie__group .s-switch {
  width: 66px;
}
.s-laycomp65 [data-sm-cookie-groups] .s-cookie__group .s-switch {
  height: 32px;
}
.s-laycomp65 [data-sm-cookie-groups] .s-cookie__group .s-switch {
  padding: 4px 4px 4px 4px;
}
.s-laycomp65 [data-sm-cookie-groups] .s-cookie__group .s-switch .s-switch__indicator {
  background-color: white;
}
.s-laycomp65 [data-sm-cookie-groups] .s-cookie__group .s-switch .s-switch__indicator {
  -webkit-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
}
.s-laycomp65 [data-sm-cookie-groups] .s-cookie__group .s-switch .s-switch__indicator {
  border: 2px solid #81950c;
}
.s-laycomp65 [data-sm-cookie-groups] .s-cookie__group .s-switch.s-active {
  background-color: #99b400;
}
.s-laycomp65 [data-sm-cookie-groups] .s-cookie__group .s-switch.s-active {
  border: 2px solid #99b400;
}
.s-laycomp65 [data-sm-cookie-groups] .s-cookie__group .s-switch {
  -webkit-transition: all 0.22s ease 0s;
  transition: all 0.22s ease 0s;
}
.s-laycomp65 [data-sm-cookie-groups] .s-cookie__group .s-switch.s-active .s-switch__indicator {
  border: 2px solid white;
}
.s-laycomp65 [data-sm-cookie-groups] .s-cookie__group .s-switch .s-switch__indicator {
  -webkit-transition: all 0.22s ease 0s;
  transition: all 0.22s ease 0s;
}
.s-laycomp65 [data-sm-cookie-groups] .s-cookie__group .s-group__title {
  font-weight: bold;
}
.s-laycomp65 [data-sm-cookie-groups] .s-cookie__group .s-group__title svg {
  margin: 0px 0px 0px 7px;
}
.s-laycomp65 [data-sm-cookie-groups] .s-cookie__group .s-group__title svg {
  fill: #99b400;
}
.s-laycomp65 [data-sm-cookie-groups] .s-cookie__group .s-group__title.s-active svg {
  -ms-transform: translate3d(0px, 0px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, -1, 1);
  -webkit-transform: translate3d(0px, 0px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, -1, 1);
  transform: translate3d(0px, 0px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, -1, 1);
}
.s-laycomp65 [data-sm-cookie-groups] .s-cookie__group .s-group__info {
  margin: 15px 0px 0px 0px;
}
.s-laycomp65 [data-sm-cookie-groups] .s-cookie__group .s-group__accordion {
  -webkit-transition: all 0.12s ease 0s;
  transition: all 0.12s ease 0s;
}
.s-laycomp65 .s-flex.smC16908SmSn1p3T2i18i15-style {
  padding: 30px 0px 0px 0px;
}
.s-laycomp65 .s-flex.smC16908SmSn1p3T2i18i15-style {
  display: flex;
  flex-direction: row;
}
.s-laycomp65 .s-flex.smC16908SmSn1p3T2i18i15-style {
  flex-wrap: nowrap;
}
.s-laycomp65 .s-flex.smC16908SmSn1p3T2i18i15-style {
  justify-content: space-between;
}
.s-laycomp65 .s-flex.smC16908SmSn1p3T2i18i15-style {
  align-items: center;
}
.s-laycomp65 .s-flex.smC16908SmSn1p3T2i36-style {
  margin: 0px 0px 0px 0px;
}
.s-laycomp65 .s-flex.smC16908SmSn1p3T2i36-style {
  display: flex !important;
  flex-direction: row;
}
.s-laycomp65 .s-flex.smC16908SmSn1p3T2i36-style {
  flex-wrap: wrap;
}
.s-laycomp65 .s-link.smC16908SmSn1p3T2i37-style {
  margin: 0px 12px 0px 0px;
}
.s-laycomp65 .s-btn.smC16908SmSn1p3T2i18i17-style {
  margin: 0px 0px 0px 20px;
}
.s-laycomp65 .s-btn-alt.smC16908SmSn1p3T2i18i17-style {
  margin: 0px 0px 0px 20px;
}
.s-laycomp65 .s-flex.smC16908SmSn1p3T2i38-style {
  display: flex;
  flex-direction: row;
}
.s-laycomp65 .s-flex.smC16908SmSn1p3T2i19-style {
  background-color: white;
}
.s-laycomp65 .s-flex.smC16908SmSn1p3T2i19-style {
  padding: 32px 32px 32px 32px;
}
.s-laycomp65 .s-flex.smC16908SmSn1p3T2i19-style {
  z-index: 100002;
}
.s-laycomp65 .s-flex.smC16908SmSn1p3T2i19-style {
  display: flex;
  flex-direction: column;
}
.s-laycomp65 .s-flex.smC16908SmSn1p3T2i19-style {
  justify-content: space-between;
}
.s-laycomp65 .s-flex.smC16908SmSn1p3T2i19-style {
  align-items: center;
}
.s-laycomp65 .s-flex.smC16908SmSn1p3T2i19-style {
  position: absolute;
}
.s-laycomp65 .s-flex.smC16908SmSn1p3T2i19-style {
  top: auto;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
.s-laycomp65 .s-text.smC16908SmSn1p3T2i20-style {
  text-align: center;
}
.s-laycomp65 .s-text.smC16908SmSn1p3T2i20-style {
  width: 100%;
}
.s-laycomp65 .s-flex.smC16908SmSn1p3T2i21-style {
  width: 100%;
}
.s-laycomp65 .s-flex.smC16908SmSn1p3T2i21-style {
  padding: 20px 0px 0px 0px;
}
.s-laycomp65 .s-flex.smC16908SmSn1p3T2i21-style {
  display: flex;
  flex-direction: row;
}
.s-laycomp65 .s-flex.smC16908SmSn1p3T2i21-style {
  justify-content: center;
}
.s-laycomp65 .s-flex.smC16908SmSn1p3T2i21-style {
  align-items: center;
}
.s-laycomp65 .s-link.smC16908SmSn1p3T2i22-style {
  color: #99b400;
}
.s-laycomp65 .s-link.smC16908SmSn1p3T2i22-style {
  text-decoration: underline;
}
.s-laycomp65 .s-link.smC16908SmSn1p3T2i22-style {
  background-color: rgba(255, 255, 255, 0);
}
.s-laycomp65 .s-link.smC16908SmSn1p3T2i22-style {
  border: 0px solid rgba(129, 149, 12, 0);
}
.s-laycomp65 .s-link.smC16908SmSn1p3T2i22-style {
  padding: 0px 10px 0px 0px;
}
.s-laycomp65 .s-btn.smC16908SmSn1p3T2i23-style {
  margin: 0px 10px 0px 10px;
}
.s-laycomp65 .s-btn-alt.smC16908SmSn1p3T2i23-style {
  margin: 0px 10px 0px 10px;
}
.s-laycomp65 .s-flex.smC16908SmSn1p3T2i35-style {
  display: flex;
  flex-direction: row;
}
@media (min-width: 1200px) {
  .s-laycomp65 .s-modal.smC16908SmSn1p3T2i18i8-style .s-modal__overlay {
    padding: 0px 64px 0px 64px;
  }
  .s-laycomp65 .s-flex.smC16908SmSn1p3T2i19-style {
    display: flex;
    flex-direction: row;
  }
  .s-laycomp65 .s-text.smC16908SmSn1p3T2i20-style {
    text-align: left;
  }
  .s-laycomp65 .s-text.smC16908SmSn1p3T2i20-style {
    width: 50%;
  }
  .s-laycomp65 .s-flex.smC16908SmSn1p3T2i21-style {
    padding: 0px 0px 0px 0px;
  }
  .s-laycomp65 .s-flex.smC16908SmSn1p3T2i21-style {
    justify-content: flex-end;
  }
}
@media (max-width: 768px) {
  .s-laycomp65 .s-modal.smC16908SmSn1p3T2i18i8-style .s-modal__overlay {
    padding: 0px 32px 0px 32px;
  }
  .s-laycomp65 .s-text.smC16908SmSn1p3T2i18i11-style {
    font-size: 32px;
  }
  .s-laycomp65 .s-flex.smC16908SmSn1p3T2i18i15-style {
    display: flex;
    flex-direction: column;
  }
  .s-laycomp65 .s-flex.smC16908SmSn1p3T2i18i15-style {
    justify-content: flex-start;
  }
  .s-laycomp65 .s-flex.smC16908SmSn1p3T2i36-style {
    margin: 0px 0px 12px 0px;
  }
  .s-laycomp65 .s-link.smC16908SmSn1p3T2i37-style {
    margin: 0px 6px 0px 6px;
  }
  .s-laycomp65 .s-btn.smC16908SmSn1p3T2i18i17-style {
    margin: 0px 10px 0px 10px;
  }
  .s-laycomp65 .s-btn-alt.smC16908SmSn1p3T2i18i17-style {
    margin: 0px 10px 0px 10px;
  }
  .s-laycomp65 .s-flex.smC16908SmSn1p3T2i21-style {
    display: flex;
    flex-direction: column;
  }
  .s-laycomp65 .s-link.smC16908SmSn1p3T2i22-style {
    padding: 0px 0px 0px 0px;
  }
  .s-laycomp65 .s-btn.smC16908SmSn1p3T2i23-style {
    margin: 20px 10px 0px 10px;
  }
  .s-laycomp65 .s-btn-alt.smC16908SmSn1p3T2i23-style {
    margin: 20px 10px 0px 10px;
  }
}
@media (max-width: 480px) {
  .s-laycomp65 .s-modal.smC16908SmSn1p3T2i18i8-style .s-modal__overlay {
    padding: 16px 16px 16px 16px;
  }
  .s-laycomp65 .s-flex.smC16908SmSn1p3T2i18i9-style {
    padding: 16px 16px 16px 16px;
  }
  .s-laycomp65 .s-text.smC16908SmSn1p3T2i18i11-style {
    font-size: 26px;
  }
  .s-laycomp65 .s-flex.smC16908SmSn1p3T2i18i12-style {
    padding: 16px 16px 16px 16px;
  }
  .s-laycomp65 .s-flex.smC16908SmSn1p3T2i18i14-style {
    padding: 15px 0px 0px 0px;
  }
  .s-laycomp65 [data-sm-cookie-groups] .s-cookie__group .s-switch {
    width: 52px;
  }
  .s-laycomp65 [data-sm-cookie-groups] .s-cookie__group .s-switch {
    height: 26px;
  }
  .s-laycomp65 .s-flex.smC16908SmSn1p3T2i18i15-style {
    padding: 15px 0px 0px 0px;
  }
  .s-laycomp65 .s-flex.smC16908SmSn1p3T2i18i15-style {
    display: flex;
    flex-direction: column;
  }
  .s-laycomp65 .s-flex.smC16908SmSn1p3T2i18i15-style {
    justify-content: flex-start;
  }
  .s-laycomp65 .s-flex.smC16908SmSn1p3T2i36-style {
    margin: 0px 0px 12px 0px;
  }
  .s-laycomp65 .s-link.smC16908SmSn1p3T2i37-style {
    margin: 0px 6px 0px 6px;
  }
  .s-laycomp65 .s-btn.smC16908SmSn1p3T2i18i17-style {
    margin: 0px 10px 0px 10px;
  }
  .s-laycomp65 .s-btn-alt.smC16908SmSn1p3T2i18i17-style {
    margin: 0px 10px 0px 10px;
  }
  .s-laycomp65 .s-flex.smC16908SmSn1p3T2i19-style {
    padding: 24px 16px 24px 16px;
  }
  .s-laycomp65 .s-flex.smC16908SmSn1p3T2i21-style {
    padding: 15px 0px 0px 0px;
  }
  .s-laycomp65 .s-flex.smC16908SmSn1p3T2i21-style {
    display: flex;
    flex-direction: column;
  }
  .s-laycomp65 .s-link.smC16908SmSn1p3T2i22-style {
    padding: 0px 0px 0px 0px;
  }
  .s-laycomp65 .s-btn.smC16908SmSn1p3T2i23-style {
    margin: 20px 10px 0px 10px;
  }
  .s-laycomp65 .s-btn-alt.smC16908SmSn1p3T2i23-style {
    margin: 20px 10px 0px 10px;
  }
  .s-laycomp65 .s-flex.smC16908SmSn1p3T2i35-style {
    display: flex;
    flex-direction: column;
  }
}

.design-element {
  position: relative; }

.hide {
  display: none; }

.design-element > .hide + a {
  display: none; }

#page-title-2 .content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

#page-title-2 .content:before {
  content: '';
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #99b400;
  background: -webkit-gradient(linear, 0 100%, 0 0, from(#99b400), to(rgba(140, 162, 13, 0.5)));
  background: -webkit-linear-gradient(90deg, #99b400 0%, rgba(140, 162, 13, 0.5) 100%);
  background: -moz-linear-gradient(90deg, #99b400 0%, rgba(140, 162, 13, 0.5) 100%);
  background: -o-linear-gradient(90deg, #99b400 0%, rgba(140, 162, 13, 0.5) 100%);
  background: linear-gradient(90deg, #99b400 0%, rgba(140, 162, 13, 0.5) 100%); }

#page-title-2 .content > .container {
  width: 100%;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center; }

#page-title-2 a[href^=tel] {
  text-decoration: none;
  text-decoration-color: transparent;
  color: inherit; }

#page-title-2 .content {
  background: url('') no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

#page-title-2 .content {
  min-height: 300px; }

#page-title-2 .content {
  margin: 0px 0px 0px 0px; }

#page-title-2 .content {
  padding: 48px 0px 48px 0px; }

#page-title-2 .s-h1 h1 {
  font-size: 36px; }

#page-title-2 .s-h1 h1 {
  color: #fff; }

#page-title-2 .s-h1 h1 {
  text-align: left; }

#page-title-2 .s-h1 h1 {
  margin: 0px 0px 6px 0px; }

#page-title-2 .container > div {
  -webkit-border-radius: 6px 6px 6px 6px;
  border-radius: 6px 6px 6px 6px; }

#page-title-2 .container > div {
  max-width: 55%; }

#page-title-2 .s-text {
  font-size: 120%; }

#page-title-2 .s-text {
  color: #fff; }

#page-title-2 .s-text {
  text-align: left; }

#page-title-2 .s-text {
  margin: 0px 0px 0px 0px; }

@media (max-width: 768px) {
  #page-title-2 .container > div {
    max-width: 100%; } }

@media (max-width: 480px) {
  #page-title-2 .s-h1 h1 {
    font-size: 30px; }

  #page-title-2 .s-h1 h1 {
    text-align: center; }

  #page-title-2 .container > div {
    max-width: 100%; }

  #page-title-2 .s-text {
    font-size: 110%; }

  #page-title-2 .s-text {
    text-align: center; } }

