@import url(bootstrap.min.css);
@import url(font-awesome.css);
/*Viewport---------------------------------------------------------*/
@-webkit-viewport {
  width: device-width; }
@-moz-viewport {
  width: device-width; }
@-ms-viewport {
  width: device-width; }
@-o-viewport {
  width: device-width; }
@viewport {
  width: device-width; }
/*300 light, 400 regular, 700 bold,*/
/*300 light, 400 regular,600 semi-bold, 700 bold*/
/*400 regular, bold 800 */
/*400 regular, 700 bold*/
/*START Helper Classes------------------------------------------*/
.d-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap; }
  .d-flex.justify-content-between {
    -webkit-flex-flow: row wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center; }
  .d-flex.justify-content-center {
    -webkit-flex-flow: row wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center; }
  .d-flex.justify-content-around {
    -webkit-flex-flow: row wrap;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-align-items: flex-start;
    align-items: flex-start; }
  .d-flex.flex-end {
    -webkit-flex-flow: row wrap;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: center;
    align-items: center; }
  .d-flex.flex-start {
    -webkit-flex-flow: row wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center; }
  .d-flex.center {
    -webkit-flex-flow: row wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center; }

.flex-container {
  -webkit-flex-flow: row wrap;
  -webkit-justify-content: space-around;
  -webkit-align-items: center;
  justify-content: center;
  align-items: center;
  align-content: space-around;
  -webkit-align-content: space-around;
  margin: 0 auto;
  position: relative;
  display: flex; }

.alignleft {
  float: left;
  margin: 0 15px 15px 0; }

.alignright {
  float: right;
  margin: 0 0 15px 15px; }

.aligncenter {
  display: block;
  margin: 0 auto; }

#mySelect {
  width: 130px !important; }

#myMember .col-md-4 {
  padding: 0 !important;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  margin: 15px;
  text-align: center; }
  #myMember .col-md-4 a {
    text-decoration: none !important;
    transition: 0.4s; }
    #myMember .col-md-4 a:hover {
      text-decoration: underline !important;
      transition: 0.4s; }
  #myMember .col-md-4 .mytitle {
    width: 85%;
    margin: 35px auto;
    text-decoration: none !important; }
  #myMember .col-md-4 .myfirm {
    margin-bottom: 15px;
    display: block; }

.img-wrap {
  position: relative;
  overflow: hidden;
  z-index: 3;
  height: 250px;
  width: 30%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .img-wrap img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-height: inherit;
    min-width: inherit;
    width: 100%;
    height: auto;
    z-index: 1; }

div.printfriendly {
  position: absolute;
  right: 0;
  top: -50px; }

#bbp-search-form {
  margin-bottom: 15px; }
  #bbp-search-form input#bbp_search_submit {
    display: inline-block;
    height: 35px;
    padding: 9px 25px; }

#bbpress-forums div.bbp-breadcrumb {
  display: inline-block;
  float: none;
  vertical-align: middle; }
  #bbpress-forums div.bbp-breadcrumb p {
    margin-bottom: 0; }

#subscription-toggle {
  display: inline-block;
  float: none;
  vertical-align: middle;
  margin-left: 15px; }
  #subscription-toggle .subscription-toggle {
    font-family: 'Noto Serif', serif;
    background: #684531;
    border-radius: 5px;
    color: #fff !important;
    display: inline-block;
    vertical-align: middle;
    font-size: 1rem;
    font-weight: 800;
    margin: 0 auto;
    max-width: 100%;
    padding: 9px 25px;
    text-align: center;
    text-decoration: none !important;
    text-transform: none; }
    #subscription-toggle .subscription-toggle:hover, #subscription-toggle .subscription-toggle:focus, #subscription-toggle .subscription-toggle:active {
      background: #fff;
      text-decoration: none;
      color: #684531 !important; }

.follow {
  padding: 20px; }
  .follow ul.social {
    display: inline-block;
    line-height: 1em;
    margin: 0;
    padding: 0;
    text-align: center; }
    .follow ul.social li {
      font-family: 'Noto Serif', serif;
      color: #464648;
      display: inline-block;
      font-size: 18px;
      font-style: italic;
      font-weight: 400;
      margin: 0px !important;
      vertical-align: middle; }
      .follow ul.social li a {
        border-radius: 50%;
        border: 2px solid #464648;
        color: #464648;
        display: inherit;
        height: 35px;
        margin: 0 5px;
        position: relative;
        transition: 0.4s;
        width: 35px; }
        .follow ul.social li a i {
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          font-size: 18px;
          left: 50%;
          position: absolute;
          top: 50%; }
        .follow ul.social li a:hover {
          background: #464648;
          color: #333333;
          box-shadow: none; }
          .follow ul.social li a:hover i {
            background: transparent;
            text-shadow: none; }

@media only screen and (max-width: 991px) {
  #myMember .col-md-4 {
    width: 50%;
    margin: auto; } }
@media only screen and (max-width: 768px) {
  #myMember .col-md-4 {
    width: 50%;
    margin: auto; } }
@media only screen and (max-width: 480px) {
  div.printfriendly {
    top: -80px; }

  #myMember .col-md-4 {
    width: 95%;
    margin: auto; } }
/*END Helper Classes-------------------------------------*/
/*START Buttons------------------------------------------*/
a.btn-1, button.btn-1 {
  font-family: 'Noto Serif', serif;
  background: #7cb830;
  border-radius: 3px;
  border: 1px solid #7cb830;
  color: #fff !important;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 2px;
  padding: 10px 25px;
  text-transform: uppercase;
  transition: 0.4s;
  text-decoration: none !important; }
  a.btn-1:hover, a.btn-1:focus, a.btn-1:active, button.btn-1:hover, button.btn-1:focus, button.btn-1:active {
    transition: 0.4s;
    background: #684531;
    border: 1px solid #684531;
    text-decoration: none;
    color: #fff; }
a.btn-2, button.btn-2 {
  font-family: 'Noto Serif', serif;
  color: #7cb830;
  font-size: 18px !important;
  font-weight: 700 !important;
  letter-spacing: 2px;
  padding-right: 20px;
  position: relative;
  text-transform: uppercase;
  transition: 0.4s; }
  a.btn-2::after, button.btn-2::after {
    content: "";
    transition: 0.4s;
    background: transparent url("../images/green-arrow.png") no-repeat;
    width: 15px;
    height: 15px;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 0; }
  a.btn-2:hover, button.btn-2:hover {
    transition: 0.4s; }
    a.btn-2:hover::after, button.btn-2:hover::after {
      right: -15px; }
a.btn-3, button.btn-3 {
  font-family: 'Noto Serif', serif;
  color: #efb920;
  font-size: 18px !important;
  font-weight: 700 !important;
  letter-spacing: 2px;
  padding-right: 20px;
  position: relative;
  text-transform: uppercase;
  transition: 0.4s; }
  a.btn-3::after, button.btn-3::after {
    content: "";
    transition: 0.4s;
    background: transparent url("../images/yellow-arrow.png") no-repeat;
    width: 15px;
    height: 15px;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 0; }
  a.btn-3:hover, button.btn-3:hover {
    transition: 0.4s; }
    a.btn-3:hover::after, button.btn-3:hover::after {
      right: -15px; }
a.btn-4, button.btn-4 {
  background: transparent;
  border-radius: 0;
  border: 1px solid #684531;
  display: inline-block;
  margin-left: 15px;
  padding: 10px 45px;
  transition: 0.4s;
  transform: skew(14deg);
  -webkit-transform: skew(14deg);
  -moz-transform: skew(14deg);
  -ms-transform: skew(14deg);
  -o-transform: skew(14deg); }
  a.btn-4 span, button.btn-4 span {
    color: #684531;
    display: inline-block;
    font-size: 22px;
    font-weight: 700 !important;
    text-decoration: none !important;
    text-transform: uppercase;
    transform: skew(-14deg);
    -webkit-transform: skew(-14deg);
    -moz-transform: skew(-14deg);
    -ms-transform: skew(-14deg);
    -o-transform: skew(-14deg);
    transition: 0.4s; }
  a.btn-4:hover, a.btn-4:focus, a.btn-4:active, button.btn-4:hover, button.btn-4:focus, button.btn-4:active {
    transition: 0.4s;
    background: #684531;
    text-decoration: none; }
    a.btn-4:hover span, a.btn-4:focus span, a.btn-4:active span, button.btn-4:hover span, button.btn-4:focus span, button.btn-4:active span {
      color: #fff;
      transition: 0.4s; }
a.btn-5, button.btn-5 {
  background: #d0cd9b;
  padding: 10px 35px;
  color: #1f1f1f;
  font-size: 22px;
  font-weight: 700;
  margin: auto 45px auto 10px;
  text-transform: uppercase;
  border-radius: 0;
  border: 1px solid #d0cd9b;
  transform: skew(14deg);
  -webkit-transform: skew(14deg);
  -moz-transform: skew(14deg);
  -ms-transform: skew(14deg);
  -o-transform: skew(14deg);
  display: inline-block;
  transition: 0.4s; }
  a.btn-5 span, button.btn-5 span {
    display: inline-block;
    transform: skew(-14deg);
    -webkit-transform: skew(-14deg);
    -moz-transform: skew(-14deg);
    -ms-transform: skew(-14deg);
    -o-transform: skew(-14deg); }
  a.btn-5:hover, button.btn-5:hover {
    background: #c0bc78;
    transition: 0.4s; }

@media only screen and (max-width: 480px) {
  a.btn-1, a.btn-blue, button.btn-1, button.btn-blue {
    padding: 15px 12px 14px; } }
/*END Buttons-------------------------------------*/
/* START header------------------------------------------*/
body.fixed header.header {
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.7);
  left: 0;
  position: fixed !important;
  background: #fff !important;
  top: 0;
  width: 100%;
  z-index: 1000;
  -webkit-animation: hanimation 0.5s forwards ease-out;
  /* Chrome, Safari, Opera */
  animation: hanimation 0.5s forwards ease-out;
  /* Chrome, Safari, Opera */
  /* Standard syntax */ }
@-webkit-keyframes hanimation {
  0% {
    top: -100%; }
  100% {
    top: 0px; } }
@keyframes hanimation {
  0% {
    top: -100%; }
  100% {
    top: 0px; } }
  body.fixed header.header .top {
    padding-top: 15px !important; }
    body.fixed header.header .top .header-top {
      margin-bottom: 15px !important; }
  body.fixed header.header .logo {
    top: 10px; }
    body.fixed header.header .logo .menu-logo {
      display: none !important; }
    body.fixed header.header .logo .menu-logo-sticky {
      display: block !important; }
  body.fixed header.header::after {
    content: none; }
body.fixed .socials-header .social-networks li a {
  color: #684531 !important; }
body.fixed #open-search::before {
  background: transparent url("../images/search-icon-brown.png") no-repeat !important;
  background-position: center !important; }
body.fixed #navigation ul li > a, body.fixed #navigation ul li.open > a {
  color: #684531; }

header.header {
  font-family: 'Noto Serif', serif;
  width: 100%;
  background: transparent;
  z-index: 150;
  position: absolute; }
  header.header .textwidget {
    display: inline-block; }
  header.header p {
    margin-bottom: 0 !important; }
  header.header .top {
    position: relative;
    padding-top: 30px;
    display: flex;
    justify-content: flex-end; }
    header.header .top .logo {
      display: inline-block;
      position: absolute;
      z-index: 10;
      width: 175px;
      height: 175px;
      left: 0;
      top: 15px; }
      header.header .top .logo a {
        display: block;
        position: relative;
        z-index: 2; }
        header.header .top .logo a .menu-logo, header.header .top .logo a .menu-logo-sticky {
          position: absolute;
          background-size: contain;
          background-position: center;
          background-repeat: no-repeat;
          margin: 0;
          width: 100%;
          height: 175px; }
        header.header .top .logo a .menu-logo {
          display: block; }
        header.header .top .logo a .menu-logo-sticky {
          display: none;
          height: 100px !important; }
    header.header .top .header-top {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      float: right;
      text-align: right;
      width: calc(100% - 405px);
      position: relative;
      margin-bottom: 25px; }
      header.header .top .header-top .socials-header {
        display: inline-block;
        position: relative; }
        header.header .top .header-top .socials-header .social-networks {
          display: inline-block;
          font-size: 0;
          line-height: 1em;
          margin: 0;
          padding: 0;
          text-align: center;
          vertical-align: middle; }
          header.header .top .header-top .socials-header .social-networks li {
            display: inline-block;
            position: relative;
            margin: 0 7px; }
            header.header .top .header-top .socials-header .social-networks li a {
              align-items: center;
              background: transparent;
              border-radius: 50%;
              border: none;
              color: #fff;
              display: flex;
              font-size: 18px;
              height: 30px;
              justify-content: center;
              position: relative;
              text-decoration: none !important;
              transition: 0.4s;
              width: 30px; }
              header.header .top .header-top .socials-header .social-networks li a:hover, header.header .top .header-top .socials-header .social-networks li a:focus {
                background: #7cb830;
                color: #fff;
                transition: 0.4s; }
  header.header .bottom-t {
    text-align: right; }
  header.header #open-search {
    background: transparent;
    border: none;
    border-radius: 50%;
    color: #fff;
    font-size: 22px;
    height: 40px;
    line-height: 1em;
    outline: none !important;
    transition: 0.4s;
    vertical-align: middle;
    width: 40px;
    position: relative; }
    header.header #open-search::before {
      content: "";
      background: transparent url("../images/search-icon-white.png") no-repeat;
      background-size: auto !important;
      background-position: center;
      position: absolute;
      width: 100%;
      height: 100%;
      bottom: 0;
      left: 0; }
    header.header #open-search:hover, header.header #open-search:focus {
      background: #7cb830;
      color: #fff;
      transition: 0.4s; }

/*END header-------------------------------------*/
/*START Main Navigation------------------------------------------*/
.navbar.navbar-default {
  background: transparent;
  margin-bottom: 0;
  border-radius: 0px;
  border: none;
  width: calc(100% - 200px) !important;
  display: inline-block !important; }
  .navbar.navbar-default .container {
    position: relative; }
  .navbar.navbar-default .navbar-brand {
    display: none;
    height: auto;
    padding: 10px 0; }

.navbar-nav {
  float: none; }

.nav-right {
  float: none; }

#navigation {
  border: none;
  font-size: 1rem;
  padding-left: 0px;
  padding-right: 0px;
  width: 100%; }
  #navigation ul li, #navigation ul li.open {
    float: none;
    position: relative;
    vertical-align: middle; }
    #navigation ul li::after, #navigation ul li.open::after {
      content: "";
      background: #7cb830;
      bottom: 0px;
      display: block;
      height: 5px;
      left: 0;
      margin: 0 auto;
      position: absolute;
      right: 0;
      transition: 0.4s;
      width: 0;
      z-index: 0; }
    #navigation ul li:hover, #navigation ul li.open:hover {
      transition: 0.6; }
      #navigation ul li:hover.current-menu-item.active > a::after, #navigation ul li.open:hover.current-menu-item.active > a::after {
        width: 100%; }
    #navigation ul li.active::after, #navigation ul li.open.active::after {
      width: 100%; }
    #navigation ul li.current-menu-item.active > a::after, #navigation ul li.open.current-menu-item.active > a::after {
      content: "";
      background: #7cb830;
      bottom: 0px;
      display: block;
      height: 5px;
      left: 0;
      margin: 0 auto;
      position: absolute;
      right: 0;
      transition: 0.4s;
      width: calc(100% - 15px) !important;
      z-index: 0; }
    #navigation ul li a, #navigation ul li.open a {
      font-family: 'Noto Serif', serif;
      background: transparent;
      border-radius: 0;
      color: #fff;
      letter-spacing: 1px;
      display: block;
      font-size: 15px;
      font-weight: 400;
      padding: 15px 0px;
      position: relative;
      text-align: center;
      text-shadow: none;
      text-transform: uppercase;
      transition: 0.4s;
      white-space: normal;
      z-index: 1; }
    #navigation ul li > ul, #navigation ul li.open > ul {
      -webkit-transform: translate(-50%, 0);
      -moz-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
      background: #fff;
      border: 0;
      display: none;
      left: 50%;
      min-width: 100% !important;
      min-height: 0;
      padding: 0;
      text-align: left; }
      #navigation ul li > ul li, #navigation ul li.open > ul li {
        display: block; }
        #navigation ul li > ul li::before, #navigation ul li.open > ul li::before {
          content: none !important; }
        #navigation ul li > ul li::after, #navigation ul li.open > ul li::after {
          content: none !important; }
        #navigation ul li > ul li.active a, #navigation ul li.open > ul li.active a {
          background: #684531;
          color: #fff; }
        #navigation ul li > ul li a, #navigation ul li.open > ul li a {
          font-family: 'Noto Serif', serif;
          border-radius: 0;
          border: 0;
          color: #000000;
          font-size: 15px;
          font-weight: 500;
          position: relative;
          margin-top: 0;
          padding: 8px 15px;
          text-transform: none; }
          #navigation ul li > ul li a::after, #navigation ul li.open > ul li a::after {
            content: "";
            background: #b7b7b7;
            height: 1px;
            width: 75%;
            margin: 0 auto;
            display: block;
            position: absolute;
            bottom: -1px;
            left: 0;
            right: 0;
            transition: 0.4s; }
          #navigation ul li > ul li a:hover, #navigation ul li > ul li a:focus, #navigation ul li > ul li a:active, #navigation ul li.open > ul li a:hover, #navigation ul li.open > ul li a:focus, #navigation ul li.open > ul li a:active {
            background: #684531;
            color: #fff;
            margin-top: 0;
            border-radius: 0; }
            #navigation ul li > ul li a:hover::after, #navigation ul li > ul li a:focus::after, #navigation ul li > ul li a:active::after, #navigation ul li.open > ul li a:hover::after, #navigation ul li.open > ul li a:focus::after, #navigation ul li.open > ul li a:active::after {
              width: 100%;
              transition: 0.4s; }
        #navigation ul li > ul li:first-child a, #navigation ul li.open > ul li:first-child a {
          border-top: none;
          border-radius: 0; }
          #navigation ul li > ul li:first-child a::after, #navigation ul li.open > ul li:first-child a::after {
            content: ""; }
        #navigation ul li > ul li:last-child a, #navigation ul li.open > ul li:last-child a {
          border-radius: 0; }
          #navigation ul li > ul li:last-child a::after, #navigation ul li.open > ul li:last-child a::after {
            content: none !important; }
        #navigation ul li > ul li:last-child ul, #navigation ul li.open > ul li:last-child ul {
          left: 100% !important;
          top: 0px;
          right: auto; }
        #navigation ul li > ul li ul, #navigation ul li.open > ul li ul {
          left: 150% !important; }
    #navigation ul li.give-btn a, #navigation ul li.open.give-btn a {
      background: #efb920;
      border-radius: 5px;
      color: #fff;
      font-size: 21px;
      font-weight: 700;
      padding: 10px 25px; }
    #navigation ul li.give-btn:hover::after, #navigation ul li.open.give-btn:hover::after {
      content: none !important; }
    #navigation ul li.give-btn:hover a, #navigation ul li.open.give-btn:hover a {
      color: #fff !important;
      background: #cd9c0f; }
      #navigation ul li.give-btn:hover a::after, #navigation ul li.open.give-btn:hover a::after {
        content: none !important; }
  #navigation ul li.menu-item-has-children > a::before {
    content: none !important;
    font-size: 17px;
    font-family: FontAwesome;
    color: #000000;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    height: 20px;
    margin: auto; }
  #navigation ul > li:hover::before {
    width: 30%; }
  #navigation ul > li:hover::after {
    width: 100%; }

#navigation > ul {
  display: flex;
  justify-content: flex-end;
  position: relative;
  z-index: 3; }
  #navigation > ul > li {
    padding: 0 15px; }
    #navigation > ul > li:last-child {
      padding-right: 0 !important; }
  #navigation > ul::before {
    content: none !important; }
  #navigation > ul::after {
    content: none !important; }

.dropdown-menu {
  background: rgba(104, 69, 49, 0.8);
  border-radius: 0;
  display: block;
  padding: 0px;
  position: absolute; }
  .dropdown-menu .dropdown-menu {
    left: 100%;
    top: 0px;
    display: none; }

.dropdown-btn {
  display: none; }

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  header.header #open-search {
    position: relative;
    top: 30px;
    margin-right: 15px !important; }

  #navigation > ul > li:last-child {
    padding: 0 15px !important; }

  .navbar.navbar-default {
    width: 100% !important; }

  #navigation > ul > li {
    margin-left: 0 !important; }
    #navigation > ul > li > a::before {
      content: none !important;
      display: none; }

  #navigation ul > li:hover::before {
    display: none !important; }

  body.fixed header.header section.navigation .navbar-nav {
    margin: 0;
    position: relative;
    right: unset;
    bottom: unset; }
  body.fixed header.header section.navigation .nav-right {
    width: 100% !important;
    padding: 0px; }
  body.fixed header.header .navbar-brand {
    display: block; }
  body.fixed header.header .top .logo {
    display: none; }
  body.fixed header.header #navigation ul > li > a {
    padding: 20px;
    color: #684531; }

  body.fixed {
    padding-top: 89px; }

  /*end Fixed menu css*/
  header.header {
    position: relative;
    padding: 10px 0; }
    header.header::before {
      display: none !important; }
    header.header .header-top {
      display: none; }
    header.header section.navigation::before {
      content: none; }
    header.header::after {
      content: none; }

  .navbar.navbar-default .navbar-brand {
    position: relative;
    width: 235px;
    height: 100px; }
    .navbar.navbar-default .navbar-brand .logo-brand {
      position: absolute;
      width: 100%;
      height: 100%;
      background-size: contain;
      background-position: left center;
      background-repeat: no-repeat;
      left: 0;
      top: 0; }

  section.navigation {
    border: none;
    background: #fff; }
    section.navigation .top {
      display: none; }
    section.navigation .navbar-brand {
      display: block !important; }
    section.navigation .nav-right {
      width: 100%;
      padding: 0;
      float: right; }
      section.navigation .nav-right .navbar-header {
        float: none;
        width: 100%; }

  .dropdown-btn {
    display: none; }

  #navigation {
    text-align: center;
    overflow-y: scroll !important;
    height: 100vh !important;
    border: none;
    width: 100%; }
    #navigation ul {
      text-align: center;
      padding: 0px;
      width: 100%;
      flex-direction: column; }
      #navigation ul li, #navigation ul li.open {
        border-bottom: none;
        display: block;
        position: relative !important; }
        #navigation ul li a, #navigation ul li.open a {
          color: #684531 !important; }
        #navigation ul li .current-menu-item a, #navigation ul li.open .current-menu-item a {
          color: #7cb830; }
        #navigation ul li::after, #navigation ul li.open::after {
          content: none !important; }
        #navigation ul li:last-child a, #navigation ul li.open:last-child a {
          margin-left: 0; }
        #navigation ul li:last-child ul, #navigation ul li.open:last-child ul {
          right: unset !important;
          top: unset !important; }
        #navigation ul li ul, #navigation ul li.open ul {
          -webkit-transform: translate(-50%, 0);
          -moz-transform: translate(-50%, 0);
          -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
          left: 50%;
          background: #684531;
          margin-bottom: 15px;
          max-height: unset !important;
          position: relative;
          text-align: center;
          width: 100%; }
          #navigation ul li ul::before, #navigation ul li.open ul::before {
            content: none; }
          #navigation ul li ul li, #navigation ul li.open ul li {
            border: none !important;
            display: block;
            width: 100% !important; }
            #navigation ul li ul li::after, #navigation ul li.open ul li::after {
              content: none !important; }
            #navigation ul li ul li ul, #navigation ul li.open ul li ul {
              left: 50% !important;
              display: none;
              background: #684531; }
              #navigation ul li ul li ul li a, #navigation ul li.open ul li ul li a {
                color: #fff !important; }
            #navigation ul li ul li a, #navigation ul li.open ul li a {
              padding: 5px 35px 5px 20px !important; }
            #navigation ul li ul li.current-menu-item a, #navigation ul li.open ul li.current-menu-item a {
              background: #573a29 !important; }
        #navigation ul li.menu-item-has-children, #navigation ul li.open.menu-item-has-children {
          display: block; }
          #navigation ul li.menu-item-has-children .dropdown-btn, #navigation ul li.open.menu-item-has-children .dropdown-btn {
            z-index: 20;
            background: transparent;
            border: none;
            color: #684531;
            display: block;
            left: auto;
            padding: 4px 10px 6px;
            position: absolute;
            right: 20px;
            bottom: 10px;
            top: 15px !important;
            height: 30px; }
            #navigation ul li.menu-item-has-children .dropdown-btn .caret, #navigation ul li.open.menu-item-has-children .dropdown-btn .caret {
              border-top: 7px dashed;
              border-right: 7px solid transparent;
              border-left: 7px solid transparent; }
            #navigation ul li.menu-item-has-children .dropdown-btn:hover, #navigation ul li.menu-item-has-children .dropdown-btn:focus, #navigation ul li.menu-item-has-children .dropdown-btn:active, #navigation ul li.open.menu-item-has-children .dropdown-btn:hover, #navigation ul li.open.menu-item-has-children .dropdown-btn:focus, #navigation ul li.open.menu-item-has-children .dropdown-btn:active {
              background: transparent;
              color: #7cb830; }

  section.navigation::after {
    display: none; }

  #navigation ul.navbar-nav li a,
  #navigation ul.navbar-nav li.open a {
    padding: 20px; }

  #navigation ul li.active::before, #navigation ul li.open.active::before {
    display: none !important; }

  #navigation ul li ul li a,
  #navigation ul li.open ul li a {
    padding: 15px !important;
    color: #fff !important; }

  #navigation ul.navbar-nav li a::after {
    content: none !important; }

  #navigation ul > li.menu-item-has-children > .dropdown-menu .dropdown-btn {
    display: none; }
  #navigation ul > li.menu-item-has-children > .dropdown-menu li.menu-item-has-children .dropdown-btn {
    background: transparent;
    border: none;
    bottom: inherit !important;
    color: #684531;
    display: block;
    height: auto;
    left: auto;
    margin-top: 0;
    padding: 0;
    position: absolute;
    right: 15px;
    top: 10px !important;
    width: 40px; }
    #navigation ul > li.menu-item-has-children > .dropdown-menu li.menu-item-has-children .dropdown-btn:hover, #navigation ul > li.menu-item-has-children > .dropdown-menu li.menu-item-has-children .dropdown-btn:focus, #navigation ul > li.menu-item-has-children > .dropdown-menu li.menu-item-has-children .dropdown-btn:active {
      background: transparent;
      color: #684531; }
  #navigation ul > li.menu-item-has-children > .dropdown-menu li.menu-item-has-children .dropdown-menu .dropdown-btn {
    display: none; }
  #navigation ul > li.menu-item-has-children > .dropdown-menu li.menu-item-has-children .dropdown-menu li.menu-item-has-children .dropdown-btn {
    background: transparent none repeat scroll 0% 0%;
    border: none;
    bottom: inherit !important;
    color: #fff !important;
    display: block;
    left: auto;
    padding: 6px 13px 6px 12px;
    position: absolute;
    right: 15px;
    top: 10px !important; }
    #navigation ul > li.menu-item-has-children > .dropdown-menu li.menu-item-has-children .dropdown-menu li.menu-item-has-children .dropdown-btn:hover, #navigation ul > li.menu-item-has-children > .dropdown-menu li.menu-item-has-children .dropdown-menu li.menu-item-has-children .dropdown-btn:focus, #navigation ul > li.menu-item-has-children > .dropdown-menu li.menu-item-has-children .dropdown-menu li.menu-item-has-children .dropdown-btn:active {
      color: #464648; }

  #navigation .open-search {
    float: none;
    margin: 15px auto; }

  .dropdown-menu .dropdown-menu {
    left: 0;
    top: unset; }

  .navbar.navbar-default {
    border-radius: 0px;
    border: none;
    margin-bottom: 0; }
    .navbar.navbar-default .container {
      padding: 0; }

  .navbar-toggle {
    background-color: transparent;
    background-image: none;
    border-radius: 4px;
    border: none;
    color: #7cb830;
    display: block;
    float: right;
    margin-bottom: 10px;
    margin-right: 0;
    margin-top: 5px;
    padding: 9px 0 9px 10px;
    position: relative; }

  .navbar-default .navbar-toggle {
    border-radius: 0px;
    border-color: transparent;
    background: transparent;
    top: 25px; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:active {
      background: transparent;
      border-color: transparent; }
      .navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar, .navbar-default .navbar-toggle:active .icon-bar {
        background: #684531; }
    .navbar-default .navbar-toggle .icon-bar {
      background: #684531;
      height: 4px;
      width: 27px; }

  .navbar-collapse.collapse {
    display: none !important;
    height: inherit !important;
    padding-bottom: 0;
    overflow: visible !important; }

  .navbar-header {
    float: none;
    width: 100%; }

  .navbar-toggle {
    display: block; }

  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }

  .navbar-collapse.collapse {
    display: none !important; }

  .navbar-collapse.collapse.in {
    display: block !important; }

  .navbar-nav {
    float: none !important;
    margin: 0; }

  .navbar-nav > li {
    float: none;
    width: 100%; }

  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px; }

  .navbar.navbar-default .container {
    position: relative;
    width: 100%; } }
@media only screen and (max-width: 991px) {
  header.header #open-search {
    position: absolute;
    top: 15px;
    right: 80px; }

  #navigation > ul > li:last-child {
    padding: 0 15px !important; }

  #navigation ul > li:hover::before {
    display: none !important; }

  #navigation ul li.active::before, #navigation ul li.open.active::before {
    display: none !important; }

  .navbar.navbar-default {
    width: 100% !important; }

  #navigation > ul > li {
    margin-left: 0 !important; }
    #navigation > ul > li > a::before {
      content: none !important;
      display: none; }

  body.fixed header.header section.navigation .navbar-nav {
    margin: 0;
    position: relative;
    right: unset;
    bottom: unset; }
  body.fixed header.header section.navigation .nav-right {
    width: 100% !important;
    padding: 0px; }
  body.fixed header.header .navbar-brand {
    display: block; }
  body.fixed header.header .top .logo {
    display: none; }
  body.fixed header.header #navigation ul > li > a {
    padding: 20px;
    color: #684531; }

  body.fixed {
    padding-top: 89px; }

  /*end Fixed menu css*/
  header.header {
    position: relative;
    padding: 10px 0; }
    header.header::before {
      display: none !important; }
    header.header section.navigation::before {
      content: none; }
    header.header::after {
      content: none; }

  .navbar.navbar-default .navbar-brand {
    position: relative;
    width: 145px;
    height: 100px; }
    .navbar.navbar-default .navbar-brand .logo-brand {
      position: absolute;
      width: 100%;
      height: 100%;
      background-size: contain;
      background-position: left center;
      background-repeat: no-repeat;
      left: 0;
      top: 0; }

  section.navigation {
    border: none;
    background: #fff; }
    section.navigation .top {
      display: none; }
    section.navigation .navbar-brand {
      display: block !important; }
    section.navigation .nav-right {
      width: 100%;
      padding: 0;
      float: right; }
      section.navigation .nav-right .navbar-header {
        float: none;
        width: 100%; }

  .dropdown-btn {
    display: none; }

  #navigation {
    text-align: center;
    overflow-y: scroll !important;
    border: none;
    width: 100%; }
    #navigation ul {
      text-align: center;
      padding: 0px;
      width: 100%;
      flex-direction: column; }
      #navigation ul li, #navigation ul li.open {
        border-bottom: none;
        display: block;
        position: relative !important; }
        #navigation ul li a, #navigation ul li.open a {
          color: #684531; }
        #navigation ul li::after, #navigation ul li.open::after {
          content: none !important; }
        #navigation ul li:last-child a, #navigation ul li.open:last-child a {
          margin-left: 0; }
        #navigation ul li:last-child ul, #navigation ul li.open:last-child ul {
          right: unset !important;
          top: unset !important; }
        #navigation ul li ul, #navigation ul li.open ul {
          -webkit-transform: translate(-50%, 0);
          -moz-transform: translate(-50%, 0);
          -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
          left: 50%;
          background: #684531;
          margin-bottom: 15px;
          max-height: unset !important;
          position: relative;
          text-align: center;
          width: 100%; }
          #navigation ul li ul::before, #navigation ul li.open ul::before {
            content: none; }
          #navigation ul li ul li, #navigation ul li.open ul li {
            border: none !important;
            display: block;
            width: 100% !important; }
            #navigation ul li ul li::after, #navigation ul li.open ul li::after {
              content: none !important; }
            #navigation ul li ul li ul, #navigation ul li.open ul li ul {
              left: 50% !important;
              display: none;
              background: #684531; }
              #navigation ul li ul li ul li a, #navigation ul li.open ul li ul li a {
                padding: 15px 20px !important;
                color: #684531 !important; }
            #navigation ul li ul li a, #navigation ul li.open ul li a {
              padding: 5px 35px 5px 20px !important; }
          #navigation ul li ul .current-menu-item a, #navigation ul li.open ul .current-menu-item a {
            background: #573a29 !important; }
        #navigation ul li.menu-item-has-children, #navigation ul li.open.menu-item-has-children {
          display: block; }
          #navigation ul li.menu-item-has-children .dropdown-btn, #navigation ul li.open.menu-item-has-children .dropdown-btn {
            z-index: 20;
            background: transparent;
            border: none;
            color: #684531;
            display: block;
            left: auto;
            padding: 4px 10px 6px;
            position: absolute;
            right: 20px;
            bottom: 10px;
            top: 15px !important;
            height: 30px; }
            #navigation ul li.menu-item-has-children .dropdown-btn .caret, #navigation ul li.open.menu-item-has-children .dropdown-btn .caret {
              border-top: 7px dashed;
              border-right: 7px solid transparent;
              border-left: 7px solid transparent; }
            #navigation ul li.menu-item-has-children .dropdown-btn:hover, #navigation ul li.menu-item-has-children .dropdown-btn:focus, #navigation ul li.menu-item-has-children .dropdown-btn:active, #navigation ul li.open.menu-item-has-children .dropdown-btn:hover, #navigation ul li.open.menu-item-has-children .dropdown-btn:focus, #navigation ul li.open.menu-item-has-children .dropdown-btn:active {
              background: transparent;
              color: #7cb830; }

  section.navigation::after {
    display: none; }

  #navigation ul.navbar-nav li a,
  #navigation ul.navbar-nav li.open a {
    padding: 20px; }

  #navigation ul li ul li a,
  #navigation ul li.open ul li a {
    padding: 15px !important;
    color: #fff !important; }

  #navigation ul.navbar-nav li a::after {
    content: none !important; }

  #navigation ul > li.menu-item-has-children > .dropdown-menu .dropdown-btn {
    display: none; }
  #navigation ul > li.menu-item-has-children > .dropdown-menu li.menu-item-has-children .dropdown-btn {
    background: transparent;
    border: none;
    bottom: inherit !important;
    color: #684531;
    display: block;
    height: auto;
    left: auto;
    margin-top: 0;
    padding: 0;
    position: absolute;
    right: 15px;
    top: 10px !important;
    width: 40px; }
    #navigation ul > li.menu-item-has-children > .dropdown-menu li.menu-item-has-children .dropdown-btn:hover, #navigation ul > li.menu-item-has-children > .dropdown-menu li.menu-item-has-children .dropdown-btn:focus, #navigation ul > li.menu-item-has-children > .dropdown-menu li.menu-item-has-children .dropdown-btn:active {
      background: transparent;
      color: #684531; }
  #navigation ul > li.menu-item-has-children > .dropdown-menu li.menu-item-has-children .dropdown-menu .dropdown-btn {
    display: none; }
  #navigation ul > li.menu-item-has-children > .dropdown-menu li.menu-item-has-children .dropdown-menu li.menu-item-has-children .dropdown-btn {
    background: transparent none repeat scroll 0% 0%;
    border: none;
    bottom: inherit !important;
    color: #fff !important;
    display: block;
    left: auto;
    padding: 6px 13px 6px 12px;
    position: absolute;
    right: 15px;
    top: 10px !important; }
    #navigation ul > li.menu-item-has-children > .dropdown-menu li.menu-item-has-children .dropdown-menu li.menu-item-has-children .dropdown-btn:hover, #navigation ul > li.menu-item-has-children > .dropdown-menu li.menu-item-has-children .dropdown-menu li.menu-item-has-children .dropdown-btn:focus, #navigation ul > li.menu-item-has-children > .dropdown-menu li.menu-item-has-children .dropdown-menu li.menu-item-has-children .dropdown-btn:active {
      color: #464648; }

  #navigation .open-search {
    float: none;
    margin: 15px auto; }

  .dropdown-menu .dropdown-menu {
    left: 0;
    top: unset; }

  .navbar.navbar-default {
    border-radius: 0px;
    border: none;
    margin-bottom: 0; }
    .navbar.navbar-default .container {
      padding: 0; }

  .navbar-toggle {
    background-color: transparent;
    background-image: none;
    border-radius: 4px;
    border: none;
    color: #7cb830;
    display: block;
    float: right;
    margin-bottom: 0px;
    margin-right: 0;
    margin-top: 0px;
    padding: 9px 0 9px 10px;
    position: relative; }

  .navbar-default .navbar-toggle {
    border-radius: 0px;
    border-color: transparent;
    background: transparent;
    top: 25px; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:active {
      background: transparent;
      border-color: transparent; }
      .navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar, .navbar-default .navbar-toggle:active .icon-bar {
        background: #684531; }
    .navbar-default .navbar-toggle .icon-bar {
      background: #684531;
      height: 4px;
      width: 27px; }

  .navbar-collapse.collapse {
    display: none !important;
    height: inherit !important;
    padding-bottom: 0;
    overflow: visible !important; }

  .navbar-header {
    float: none;
    width: 100%; }

  .navbar-toggle {
    display: block; }

  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }

  .navbar-collapse.collapse {
    display: none !important; }

  .navbar-collapse.collapse.in {
    display: block !important; }

  .navbar-nav {
    float: none !important;
    margin: 0; }

  .navbar-nav > li {
    float: none;
    width: 100%; }

  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px; }

  .navbar.navbar-default .container {
    position: relative;
    width: 100%; } }
@media only screen and (max-width: 768px) {
  header.header #open-search {
    position: absolute;
    top: 30px;
    right: 80px; }

  body.fixed header.header .top .logo {
    top: 5px; }
    body.fixed header.header .top .logo img {
      width: 80%; }

  section.navigation .top {
    height: 0; }
    section.navigation .top .logo {
      top: 5px; }
      section.navigation .top .logo a img {
        width: 85%; }
  section.navigation .nav-right {
    padding: 0px; } }
@media only screen and (max-width: 480px) {
  .navbar.navbar-default .navbar-brand {
    height: 85px !important; }
    .navbar.navbar-default .navbar-brand img {
      width: unset !important;
      height: 65px !important; }

  #navigation {
    height: 100vh !important; }

  section.navigation .top {
    height: 0; }
    section.navigation .top .logo {
      top: 8px; }
      section.navigation .top .logo a img {
        width: 205px; }

  body.fixed header.header .top .logo img {
    width: 75%; }

  body.fixed header.header .navbar-brand {
    width: 230px; }

  header.header .link-text {
    display: block !important; } }
@media only screen and (max-width: 320px) {
  header.header #open-search {
    right: 70px !important; } }
/*END Main Navigation------------------------------------- */
/*STRART Search Widget------------------------------------------*/
body.search h1 span {
  font-size: inherit; }

.search-section {
  display: none;
  background: #7cb830; }

div.search {
  font-family: 'Noto Serif', serif;
  background: #7cb830;
  display: block;
  float: none;
  position: relative;
  vertical-align: middle; }
  div.search::before {
    content: "";
    background: #619025;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 2px; }
  div.search::after {
    content: "";
    background: #619025;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 2px; }
  div.search .screen-reader-text {
    display: none; }
  div.search .fa-times {
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    margin-right: 10px;
    opacity: 0.5;
    transition: 0.3s; }
    div.search .fa-times:hover {
      text-decoration: none;
      opacity: 1; }
  div.search #searchsubmit {
    border: none;
    color: #fff;
    border-radius: 0;
    margin-left: -4px;
    height: 47px;
    font-size: 12px;
    text-transform: uppercase;
    vertical-align: middle;
    background-color: transparent;
    background: transparent url("../images/search-icon.png") no-repeat;
    background-position: center;
    text-indent: -99999999px;
    width: 50px;
    transition: 0.4s;
    background-size: 24px 24px;
    opacity: 0.7;
    transition: 0.4s;
    float: right; }
    div.search #searchsubmit:hover {
      background-size: 18px 18px;
      opacity: 1; }
  div.search #s {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 20px;
    height: 47px;
    padding: 15px;
    vertical-align: middle;
    width: calc(100% - 50px); }
  div.search ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff; }
  div.search ::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff; }
  div.search :-ms-input-placeholder {
    /* IE 10+ */
    color: #fff; }
  div.search :-moz-placeholder {
    /* Firefox 18- */
    color: #fff; }

/*END Search Widget------------------------------------------*/
/*START Landing--------------------------------------*/
.landing {
  /*TOP------------------------------*/
  /*END TOP----------------------------*/
  /*BODY--------------------------------*/
  /*END BODY-------------------*/ }
  .landing .interior-top .caption-a h1 {
    text-shadow: 0 0 45px #000; }
  .landing .landing-a {
    padding: 60px 0;
    background: #ebebeb;
    border-top: 8px solid #7cb830;
    text-align: center; }
    .landing .landing-a p {
      font-family: 'Noto Serif', serif;
      font-size: 20px;
      color: #684531; }
  .landing .landing-b {
    padding: 80px 0 120px;
    position: relative;
    background: #fff;
    overflow: hidden; }
    .landing .landing-b::before {
      content: "";
      background: transparent url("../images/arrow-c.png") no-repeat;
      width: 370px;
      height: 170%;
      left: 10px;
      top: 30%;
      bottom: 0;
      margin: auto;
      z-index: 0;
      position: absolute; }
    .landing .landing-b .member {
      width: 32%;
      display: inline-block;
      position: relative;
      z-index: 2; }
      .landing .landing-b .member h2 {
        font-family: 'Noto Serif', serif;
        font-size: 49px;
        font-weight: 700;
        text-transform: uppercase;
        display: block;
        color: #684531; }
        .landing .landing-b .member h2 span {
          color: #7cb830;
          display: block; }
      .landing .landing-b .member p {
        color: #684531; }
    .landing .landing-b .benefits {
      width: 65%;
      display: inline-block; }
      .landing .landing-b .benefits .d-flex .benefits-item {
        width: 44%;
        margin-bottom: 55px; }
        .landing .landing-b .benefits .d-flex .benefits-item .img-benefits {
          width: 25%;
          position: relative;
          height: 60px;
          background-repeat: no-repeat;
          background-position: center; }
        .landing .landing-b .benefits .d-flex .benefits-item .benefits-text {
          width: 70%;
          position: relative; }
          .landing .landing-b .benefits .d-flex .benefits-item .benefits-text h2 {
            font-family: 'Noto Serif', serif;
            color: #684531 !important;
            font-size: 21px !important;
            font-weight: 700;
            position: relative;
            margin-bottom: 5px !important; }
          .landing .landing-b .benefits .d-flex .benefits-item .benefits-text p {
            font-family: 'Noto Serif', serif;
            font-size: 18px;
            color: #684531; }
        .landing .landing-b .benefits .d-flex .benefits-item:nth-last-child(2) {
          margin-bottom: 0; }
        .landing .landing-b .benefits .d-flex .benefits-item:nth-last-child(1) {
          margin-bottom: 0; }
  .landing .landing-c {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 160px 0 85px; }
    .landing .landing-c .text-body-c {
      position: relative;
      text-align: center; }
      .landing .landing-c .text-body-c h2 {
        font-family: 'Noto Serif', serif;
        color: #fff;
        display: block;
        font-size: 36px;
        font-weight: 700;
        margin-bottom: 15px;
        position: relative;
        text-transform: uppercase; }
        .landing .landing-c .text-body-c h2::before {
          content: "";
          background: transparent url("../images/landing-logo.png") no-repeat;
          position: absolute;
          top: -80px;
          left: 0;
          right: 0;
          margin: 0 auto;
          width: 80px;
          height: 80px; }
      .landing .landing-c .text-body-c p {
        font-family: 'Noto Serif', serif;
        font-size: 18px !important;
        color: #fff !important; }
      .landing .landing-c .text-body-c a.btn-2 {
        margin-top: 30px; }
        .landing .landing-c .text-body-c a.btn-2:hover {
          color: #fff !important; }
  .landing .landing-d {
    background: #fff;
    padding: 65px 0; }
    .landing .landing-d .member-img {
      position: absolute;
      width: 85%;
      height: 100%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      margin: auto;
      left: 0;
      right: 0; }
    .landing .landing-d .text-testimonial-slider {
      position: relative;
      display: inline-block;
      text-align: left; }
      .landing .landing-d .text-testimonial-slider h2 {
        font-family: 'Noto Serif', serif;
        font-size: 49px !important;
        color: #684531;
        font-weight: 700 !important;
        margin-bottom: 25px !important;
        display: block;
        text-transform: uppercase;
        position: relative; }
        .landing .landing-d .text-testimonial-slider h2 span {
          display: block; }
        .landing .landing-d .text-testimonial-slider h2::before {
          content: "";
          position: absolute;
          top: -15px;
          width: 60px;
          height: 4px;
          background: #7cb830;
          left: 0; }
      .landing .landing-d .text-testimonial-slider p {
        font-family: 'Noto Serif', serif;
        font-size: 18px !important;
        color: #684531;
        margin-bottom: 50px; }
    .landing .landing-d .bullets {
      height: 50px;
      right: 35%;
      position: absolute;
      bottom: 0%;
      z-index: 1; }
      .landing .landing-d .bullets .carousel-indicators {
        bottom: 0;
        list-style: none;
        margin: 0;
        position: relative;
        right: 0;
        text-align: center;
        width: 100%;
        left: unset;
        display: inline;
        z-index: 15; }
        .landing .landing-d .bullets .carousel-indicators li {
          background: white;
          border-radius: 50%;
          border: 2px solid #684531;
          height: 8px;
          width: 8px;
          margin: 20px 10px;
          display: inline-block; }
          .landing .landing-d .bullets .carousel-indicators li.active {
            background: transparent;
            transition: 0.4s;
            border: 1px solid #684531;
            width: 20px;
            height: 20px;
            display: inline-block;
            margin: 15px 10px;
            position: relative; }
            .landing .landing-d .bullets .carousel-indicators li.active::before {
              content: "";
              -webkit-transform: translate(-50%, -50%);
              -moz-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
              position: absolute;
              left: 50%;
              top: 50%;
              border-radius: 50%;
              width: 8px;
              height: 8px;
              border: 1px solid #684531;
              background: #684531; }
  .landing .landing-e {
    padding: 25px 0; }
    .landing .landing-e h2.title {
      font-family: 'Noto Serif', serif;
      color: #684531;
      text-transform: uppercase;
      font-weight: 700;
      font-size: 49px;
      margin-bottom: 70px;
      text-align: center; }
      .landing .landing-e h2.title span {
        color: #7cb830; }
    .landing .landing-e .panel-group {
      border: none !important; }
      .landing .landing-e .panel-group .panel {
        background: #684531;
        border-radius: 0 !important; }
        .landing .landing-e .panel-group .panel a, .landing .landing-e .panel-group .panel h4.panel-title {
          font-family: 'Noto Serif', serif;
          font-weight: 600;
          color: #fff;
          font-size: 22px; }
      .landing .landing-e .panel-group .panel-body {
        background: #ebebeb; }
        .landing .landing-e .panel-group .panel-body h2, .landing .landing-e .panel-group .panel-body h3 {
          color: #684531; }
        .landing .landing-e .panel-group .panel-body p {
          color: #684531; }
    .landing .landing-e .panel-default {
      border: none !important; }
    .landing .landing-e a .panel-heading {
      position: relative; }
      .landing .landing-e a .panel-heading::before {
        content: "\f107";
        font-family: FontAwesome;
        font-size: 35px;
        position: absolute;
        right: 32px;
        color: #fff;
        z-index: 1;
        top: -4px;
        transition: 0.4s;
        height: 27px; }
    .landing .landing-e a.collapsed .panel-heading {
      position: relative; }
      .landing .landing-e a.collapsed .panel-heading::before {
        content: "\f105";
        font-family: FontAwesome;
        font-size: 35px;
        position: absolute;
        right: 32px;
        color: #fff;
        z-index: 1;
        top: -4px;
        transition: 0.4s;
        height: 27px; }
    .landing .landing-e .align-center {
      text-align: center; }

/*END Landing------------------------------------------*/
@media only screen and (max-width: 768px) {
  .landing-b::before {
    display: none; }
  .landing-b .member {
    width: 100% !important; }
    .landing-b .member h2 {
      display: inline-block; }
      .landing-b .member h2 span {
        display: inline-block; }
  .landing-b .benefits {
    width: 100% !important; } }
@media only screen and (max-width: 480px) {
  .landing-b {
    padding: 60px 0 100px !important; }
    .landing-b .benefits .d-flex {
      flex-direction: column !important; }
      .landing-b .benefits .d-flex .benefits-item {
        width: 100% !important;
        text-align: center !important; }
        .landing-b .benefits .d-flex .benefits-item .img-benefits {
          width: 100% !important; }
        .landing-b .benefits .d-flex .benefits-item .benefits-text {
          width: 100% !important;
          text-align: center !important; }
        .landing-b .benefits .d-flex .benefits-item a.btn-3 {
          margin-top: 25px !important;
          margin-left: 0 !important; }

  .landing .landing-e a.collapsed .panel-heading::before {
    right: 15px; }

  .landing .landing-e a .panel-heading::before {
    right: 15px; } }
/*START footer--------------------------------------------------*/
footer.footer {
  position: relative;
  background: transparent;
  padding: 55px 0 0; }
  footer.footer::before {
    content: "";
    background: transparent url("../images/rope.png") no-repeat;
    background-size: 100% 100%;
    background-position: center;
    position: absolute;
    top: -7.5px;
    left: 0;
    width: 100%;
    height: 15px;
    z-index: 1; }
  footer.footer .social-f .social-networks {
    display: inline-block;
    font-size: 0;
    line-height: 1em;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    margin-top: 60px;
    margin-bottom: 0 !important; }
    footer.footer .social-f .social-networks li {
      display: inline-block;
      position: relative;
      width: 30px;
      height: 30px;
      border: 1px solid transparent;
      margin: 0 10px; }
      footer.footer .social-f .social-networks li a {
        border: 1px solid transparent;
        color: #684531;
        display: inherit;
        position: relative;
        transition: 0.4s;
        padding: 0;
        font-size: 18px; }
      footer.footer .social-f .social-networks li:hover {
        border: 1px solid white;
        transition: 0.4s; }
      footer.footer .social-f .social-networks li:first-child {
        margin: 0 10px 0 0 !important; }
  footer.footer .footer-top {
    position: relative;
    margin-bottom: 75px; }
    footer.footer .footer-top .flex-container {
      /*Flex*/
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-flow: row nowrap;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-align-items: flex-start;
      align-items: flex-start;
      float: none; }
      footer.footer .footer-top .flex-container .flex-item {
        max-width: 100%;
        margin: 0;
        width: 25%; }
        footer.footer .footer-top .flex-container .flex-item .foundation-logo .logo-footer {
          width: 100%;
          height: 160px;
          background-size: contain;
          background-position: left;
          background-repeat: no-repeat;
          position: relative; }
        footer.footer .footer-top .flex-container .flex-item p {
          font-family: 'Noto Serif', serif;
          font-weight: 400 !important;
          font-size: 18px !important;
          color: #684531 !important;
          margin-bottom: 0 !important; }
          footer.footer .footer-top .flex-container .flex-item p strong {
            font-weight: 700 !important;
            font-size: 16px !important;
            text-transform: uppercase !important; }
          footer.footer .footer-top .flex-container .flex-item p a {
            color: #684531 !important; }
  footer.footer .footer-bottom {
    padding: 20px 0 15px;
    position: relative;
    text-align: center; }
    footer.footer .footer-bottom::before {
      content: "";
      background: #684531;
      width: 100%;
      height: 2px;
      position: absolute;
      top: 0;
      left: 0; }
    footer.footer .footer-bottom .copyright-section {
      display: flex;
      justify-content: space-between; }
    footer.footer .footer-bottom .copy-r {
      float: none;
      margin-left: 10px; }
    footer.footer .footer-bottom .elevationweb {
      float: none;
      padding-right: 10px;
      position: relative; }
    footer.footer .footer-bottom .copy-r, footer.footer .footer-bottom .elevationweb {
      font-family: 'Noto Serif', serif;
      display: block;
      display: flex;
      align-items: center;
      font-weight: 400;
      font-size: 16px;
      margin: 0 !important;
      color: #684531 !important; }
      footer.footer .footer-bottom .copy-r span, footer.footer .footer-bottom .elevationweb span {
        font-weight: 700 !important; }
      footer.footer .footer-bottom .copy-r a, footer.footer .footer-bottom .elevationweb a {
        font-family: 'Noto Serif', serif;
        color: #684531 !important;
        font-weight: 400; }
        footer.footer .footer-bottom .copy-r a span, footer.footer .footer-bottom .elevationweb a span {
          text-transform: uppercase;
          margin-left: 5px;
          color: #7cb830 !important; }
        footer.footer .footer-bottom .copy-r a:hover, footer.footer .footer-bottom .elevationweb a:hover {
          text-decoration: underline; }
      footer.footer .footer-bottom .copy-r p, footer.footer .footer-bottom .elevationweb p {
        font-family: 'Noto Serif', serif;
        display: block;
        display: flex;
        align-items: center;
        font-weight: 400;
        font-size: 16px;
        margin: 0 !important;
        color: #684531 !important; }
        footer.footer .footer-bottom .copy-r p span, footer.footer .footer-bottom .elevationweb p span {
          font-weight: 700 !important;
          margin-right: 5px; }
        footer.footer .footer-bottom .copy-r p a, footer.footer .footer-bottom .elevationweb p a {
          font-family: 'Noto Serif', serif;
          color: #684531 !important;
          font-weight: 400; }
          footer.footer .footer-bottom .copy-r p a span, footer.footer .footer-bottom .elevationweb p a span {
            text-transform: uppercase;
            margin-left: 5px;
            color: #7cb830 !important; }
          footer.footer .footer-bottom .copy-r p a:hover, footer.footer .footer-bottom .elevationweb p a:hover {
            text-decoration: underline; }
    footer.footer .footer-bottom .classic-text-widget {
      display: block !important; }
  footer.footer .fixed-footer {
    display: none; }

body.home footer.footer::before {
  content: none !important; }

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  footer.footer .footer-top .flex-container .flex-item p {
    font-size: 17px !important; } }
@media only screen and (max-width: 991px) {
  footer.footer .footer-top {
    padding-bottom: 0; }
    footer.footer .footer-top .address-information, footer.footer .footer-top .contact-info {
      text-align: center;
      display: inline-block !important; }
    footer.footer .footer-top .right-footer {
      text-align: center; }
      footer.footer .footer-top .right-footer ul.social {
        position: relative;
        top: unset; }
      footer.footer .footer-top .right-footer .links-footer {
        text-align: center; }
    footer.footer .footer-top .flex-container {
      -webkit-align-content: space-around;
      -webkit-align-items: center;
      -webkit-flex-flow: column wrap;
      align-content: space-around;
      align-items: center;
      justify-content: center; }
      footer.footer .footer-top .flex-container .flex-item {
        margin-bottom: 25px; }
        footer.footer .footer-top .flex-container .flex-item:last-child {
          margin-bottom: 0 !important; }
  footer.footer .footer-bottom .copyright-section {
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center; }

  footer.footer .footer-top .flex-container .flex-item .foundation-logo .logo-footer {
    background-position: center; }

  footer.footer .footer-top .flex-container .flex-item:nth-child(2) {
    flex-direction: column !important;
    align-items: center;
    justify-content: center !important; }
    footer.footer .footer-top .flex-container .flex-item:nth-child(2) .address-information {
      margin: 25px; }

  footer.footer .footer-bottom .copyright-section .left {
    align-items: center;
    justify-content: center !important; }

  footer.footer .social-f .social-networks {
    margin-top: 10px !important; }

  footer.footer .footer-top {
    margin-bottom: 55px !important; } }
@media only screen and (max-width: 768px) {
  footer.footer .fixed-footer {
    bottom: 0;
    display: block !important;
    left: 0;
    padding: 0;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 99;
    background: #fff;
    box-shadow: 5px 6px 22px 0px #000000; }
    footer.footer .fixed-footer .header-top {
      display: flex;
      justify-content: space-between; }
      footer.footer .fixed-footer .header-top .social-networks {
        display: inline-block;
        font-size: 0;
        line-height: 1em;
        margin: 0;
        padding: 0;
        float: left;
        margin-top: 9px;
        text-align: center;
        vertical-align: middle; }
        footer.footer .fixed-footer .header-top .social-networks li {
          display: inline-block;
          margin: 0 5px 0 0 !important; }
          footer.footer .fixed-footer .header-top .social-networks li a {
            border-radius: 0;
            border: none;
            color: #262626;
            display: inherit;
            height: 30px;
            margin: 0;
            position: relative;
            transition: 0.4s;
            width: 30px; }
            footer.footer .fixed-footer .header-top .social-networks li a i {
              -webkit-transform: translate(-50%, -50%);
              -moz-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
              font-size: 20px;
              left: 50%;
              position: absolute;
              top: 50%; }
            footer.footer .fixed-footer .header-top .social-networks li a:hover {
              background: transparent;
              color: #7cb830;
              box-shadow: none; }
              footer.footer .fixed-footer .header-top .social-networks li a:hover i {
                background: transparent;
                text-shadow: none; }
      footer.footer .fixed-footer .header-top .btn-dnt {
        background: #7cb830;
        transition: 0.4s;
        border-radius: 3px;
        display: inline-block;
        margin-left: 15px; }
        footer.footer .fixed-footer .header-top .btn-dnt a {
          font-family: 'Noto Serif', serif;
          border-radius: 50%;
          border: none;
          color: #fff;
          display: inherit;
          margin: 0 15px;
          position: relative;
          transition: 0.4s;
          font-weight: 700;
          font-size: 18px;
          text-transform: capitalize !important;
          text-decoration: none !important;
          padding: 5px 25px;
          border-radius: 5px;
          transition: 0.4s;
          margin-left: 15px; }
          footer.footer .fixed-footer .header-top .btn-dnt a:hover {
            text-decoration: none !important; }
        footer.footer .fixed-footer .header-top .btn-dnt:hover {
          text-decoration: none !important;
          background: #684531;
          color: #fff;
          transition: 0.4s; }
      footer.footer .fixed-footer .header-top a.glink {
        color: #7cb830; }

  footer.footer .footer-top .flex-item img {
    width: 50%; }

  footer .social-f {
    margin-top: 25px; }

  footer.footer .flex-item {
    width: 100% !important;
    text-align: center; }

  footer.footer .footer-top .contact-info p, footer.footer .footer-top .contact-info span, footer.footer .footer-top .address-information p, footer.footer .footer-top .address-information span {
    text-align: center !important; } }
@media only screen and (max-width: 480px) {
  footer.footer .footer-top {
    text-align: center; }
    footer.footer .footer-top .footer-top-left {
      float: none;
      text-align: center; }
    footer.footer .footer-top .footer-top-right {
      text-align: center;
      float: none; }

  footer.footer .flex-item {
    width: 100% !important;
    text-align: center; }

  footer.footer .footer-bottom .copyright-section .left {
    flex-direction: column !important; }
    footer.footer .footer-bottom .copyright-section .left .copy-r {
      display: block !important;
      margin-left: 0 !important; }

  footer.footer .footer-bottom .elevationweb {
    padding: 0 !important; } }
footer.footer .fixed-footer .header-top .social-networks {
  display: none; }

/*END footer------------------------------------------*/
/*START Slider--------------------------------------------------*/
.slider-widget {
  position: relative; }
  .slider-widget .slider-a {
    position: relative; }
    .slider-widget .slider-a #home-slider {
      overflow: hidden; }
      .slider-widget .slider-a #home-slider .item {
        width: 100%; }
      .slider-widget .slider-a #home-slider.carousel-fade .carousel-inner {
        /* Safari 4.0 - 8.0 */
        /* Standard syntax */
        /* Safari 4.0 - 8.0 */
        /* Standard syntax */ }
        .slider-widget .slider-a #home-slider.carousel-fade .carousel-inner .caption-a {
          opacity: 0; }
        .slider-widget .slider-a #home-slider.carousel-fade .carousel-inner .left .caption-a, .slider-widget .slider-a #home-slider.carousel-fade .carousel-inner .right .caption-a {
          -webkit-animation-name: opacityTransitionOff;
          /* Safari 4.0 - 8.0 */
          -webkit-animation-duration: 0.4s;
          /* Safari 4.0 - 8.0 */
          animation-name: opacityTransitionOff;
          animation-duration: 0.4s; }
@-webkit-keyframes opacityTransitionOff {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes opacityTransitionOff {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
        .slider-widget .slider-a #home-slider.carousel-fade .carousel-inner .active .caption-a {
          -webkit-animation-name: opacityTransition;
          /* Safari 4.0 - 8.0 */
          -webkit-animation-duration: 0.8s;
          /* Safari 4.0 - 8.0 */
          -webkit-animation-fill-mode: forwards;
          /* Safari 4.0 - 8.0 */
          animation-name: opacityTransition;
          animation-duration: 0.8s;
          animation-fill-mode: forwards; }
@-webkit-keyframes opacityTransition {
  0% {
    opacity: 0; }
  100% {
    background-color: 1; } }
@keyframes opacityTransition {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
        .slider-widget .slider-a #home-slider.carousel-fade .carousel-inner .item {
          transition-property: opacity; }
        .slider-widget .slider-a #home-slider.carousel-fade .carousel-inner .item,
        .slider-widget .slider-a #home-slider.carousel-fade .carousel-inner .active.left,
        .slider-widget .slider-a #home-slider.carousel-fade .carousel-inner .active.right {
          opacity: 0; }
        .slider-widget .slider-a #home-slider.carousel-fade .carousel-inner .active,
        .slider-widget .slider-a #home-slider.carousel-fade .carousel-inner .next.left,
        .slider-widget .slider-a #home-slider.carousel-fade .carousel-inner .prev.right {
          opacity: 1; }
        .slider-widget .slider-a #home-slider.carousel-fade .carousel-inner .next,
        .slider-widget .slider-a #home-slider.carousel-fade .carousel-inner .prev,
        .slider-widget .slider-a #home-slider.carousel-fade .carousel-inner .active.left,
        .slider-widget .slider-a #home-slider.carousel-fade .carousel-inner .active.right {
          left: 0;
          transform: translate3d(0, 0, 0); }
      .slider-widget .slider-a #home-slider.carousel-fade .carousel-control {
        z-index: 2; }
      .slider-widget .slider-a #home-slider.carousel-fade .bullets {
        -webkit-transform: translate(0%, -50%);
        -moz-transform: translate(0%, -50%);
        -ms-transform: translate(0%, -50%);
        transform: translate(0%, -50%);
        height: 100%;
        margin: 0 auto;
        position: absolute;
        right: 10px;
        display: none;
        top: 50%;
        width: 15px;
        z-index: 1; }
        .slider-widget .slider-a #home-slider.carousel-fade .bullets .carousel-indicators {
          -webkit-transform: translate(0%, -50%);
          -moz-transform: translate(0%, -50%);
          -ms-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
          top: 50%;
          left: unset;
          list-style: none;
          margin: 0;
          position: relative;
          right: 1%;
          text-align: center;
          width: 15px;
          z-index: 15; }
          .slider-widget .slider-a #home-slider.carousel-fade .bullets .carousel-indicators li {
            background: transparent;
            border-radius: 50%;
            border: 2px solid #fff;
            height: 10px;
            margin: 0 6px 18px;
            width: 10px; }
            .slider-widget .slider-a #home-slider.carousel-fade .bullets .carousel-indicators li.active {
              background: #fff;
              transition: 0.4s;
              border: 2px solid #fff;
              width: 10px;
              height: 10px; }
      .slider-widget .slider-a #home-slider .carousel-control {
        opacity: 1;
        display: none;
        transition: 0.4s; }
        .slider-widget .slider-a #home-slider .carousel-control span {
          background: transparent url("../images/arrow-slider.png") no-repeat;
          background-position: 50% 50%;
          background-size: auto;
          border-radius: 50%;
          height: 47px;
          text-align: center;
          text-shadow: none;
          transition: box-shadow 0.4s;
          width: 47px; }
          .slider-widget .slider-a #home-slider .carousel-control span:before {
            -webkit-transform: translate(-50%, -55%);
            -moz-transform: translate(-50%, -55%);
            -ms-transform: translate(-50%, -55%);
            transform: translate(-50%, -55%);
            display: none;
            left: 50%;
            position: absolute;
            top: 50%; }
          .slider-widget .slider-a #home-slider .carousel-control span:hover {
            background: transparent url("../images/arrow-slider-hover.png") no-repeat;
            background-position: 50% 50%;
            background-size: auto;
            border-radius: 50%;
            height: 47px;
            text-align: center;
            text-shadow: none;
            transition: box-shadow 0.4s;
            width: 47px; }
        .slider-widget .slider-a #home-slider .carousel-control.left, .slider-widget .slider-a #home-slider .carousel-control.right {
          background: transparent;
          width: 10%; }
        .slider-widget .slider-a #home-slider .carousel-control.left span {
          -webkit-transform: rotate(180deg);
          -moz-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
    .slider-widget .slider-a .slider-box {
      height: 565px;
      position: relative;
      text-align: left; }
      .slider-widget .slider-a .slider-box::before {
        content: "";
        background: transparent url("../images/slider-shadow.png") no-repeat;
        background-size: 100% 100%;
        position: absolute;
        z-index: 1;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        width: 100%;
        height: 100%; }
      .slider-widget .slider-a .slider-box a.link-slider {
        display: block;
        height: 100%;
        position: absolute;
        width: 100%;
        z-index: 4; }
    .slider-widget .slider-a .bg-img {
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%; }
  .slider-widget .socials {
    position: absolute;
    right: 5%;
    bottom: 5%; }
    .slider-widget .socials .social-networks {
      list-style: none !important;
      margin: 0 !important;
      padding: 0 !important; }
      .slider-widget .socials .social-networks li {
        width: 35px;
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        margin: 10px 0; }
        .slider-widget .socials .social-networks li:nth-child(1) {
          background: #002a62; }
        .slider-widget .socials .social-networks li:nth-child(2) {
          background: #f0278f; }
        .slider-widget .socials .social-networks li a {
          color: #fff; }
  .slider-widget .caption-a {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    margin: 0 auto;
    max-width: 100%;
    position: absolute;
    text-align: center;
    top: 60%;
    z-index: 10; }
    .slider-widget .caption-a h2 {
      font-family: 'Noto Serif', serif;
      color: #fff;
      display: block;
      font-size: 48px;
      font-weight: 400 !important;
      line-height: 1.4em;
      margin: 0;
      position: relative;
      padding: 0 55px;
      z-index: 12; }
      .slider-widget .caption-a h2::before {
        -webkit-transform: scaleX(-1);
        -moz-transform: scaleX(-1);
        transform: scaleX(-1);
        content: "";
        background: transparent url("../images/title-decoration.svg") no-repeat;
        background-position: center;
        background-size: contain;
        width: 45px;
        height: 50px;
        position: absolute;
        left: 0;
        bottom: 0;
        top: 0;
        margin: auto 0; }
      .slider-widget .caption-a h2::after {
        content: "";
        background: transparent url("../images/title-decoration.svg") no-repeat;
        background-position: center;
        background-size: contain;
        width: 45px;
        height: 50px;
        position: absolute;
        right: 0;
        bottom: 0;
        top: 0;
        margin: auto 0; }
    .slider-widget .caption-a hr {
      border-top: 2px solid #efb920 !important;
      width: 85%;
      margin: 10px auto 20px; }
    .slider-widget .caption-a p {
      font-family: 'Noto Serif', serif;
      font-weight: 400;
      color: #fff !important;
      font-size: 20px;
      letter-spacing: 2px;
      text-transform: uppercase !important; }
    .slider-widget .caption-a .btn-1 {
      margin-top: 25px; }

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .slider-widget .slider-a .slider-box {
    height: 40vh; }
  .slider-widget .slider-a .caption-a {
    top: 50% !important; } }
@media only screen and (max-width: 991px) {
  .slider-widget .slider-a #home-slider .carousel-control.left, .slider-widget .slider-a #home-slider .carousel-control.right {
    width: 2%; }

  .slider-widget .slider-a .slider-box .bg-img {
    background-size: cover;
    background-position: center; }
  .slider-widget .slider-a .caption-a h2 {
    font-size: 40px; }
  .slider-widget .slider-a .caption-a p {
    font-size: 20px; }

  .slider-widget .caption-a {
    width: 65%;
    top: 50%; }
    .slider-widget .caption-a h2 {
      font-size: 35px !important; } }
@media only screen and (max-width: 768px) {
  .slider-widget .slider-a #home-slider .carousel-control.left, .slider-widget .slider-a #home-slider .carousel-control.right {
    width: 4%; }

  .slider-widget .slider-a .slider-box {
    height: 400px; } }
@media only screen and (max-width: 480px) {
  .slider-widget .slider-a #home-slider .carousel-control.left, .slider-widget .slider-a #home-slider .carousel-control.right {
    width: 0; }

  .slider-widget .caption-a h2 strong {
    font-size: 20px !important; }

  .slider-widget .slider-a #home-slider.carousel-fade .bullets {
    bottom: 22px; }

  .slider-widget {
    width: 100%; }
    .slider-widget .slider-a {
      width: 100%; }
      .slider-widget .slider-a .bg-img {
        background-size: cover;
        background-position: center; }
      .slider-widget .slider-a .slider-box {
        height: 350px; }
      .slider-widget .slider-a .caption-a {
        width: 95%;
        text-align: center;
        font-size: 15px; }
        .slider-widget .slider-a .caption-a h2 {
          font-size: 26px; }
        .slider-widget .slider-a .caption-a p {
          font-size: 16px;
          line-height: 1em; } }
/*END Slider--------------------------------------------------*/
/*START Breadcrumbs----------------------------------------*/
ul.breadcrumbs {
  padding: 0px;
  margin-bottom: 25px;
  text-transform: uppercase; }
  ul.breadcrumbs li {
    display: inline-block;
    margin-right: 10px; }
    ul.breadcrumbs li strong {
      font-family: 'Noto Serif', serif;
      color: #684531;
      font-size: 12.5px;
      font-weight: 400;
      margin-bottom: 0; }
    ul.breadcrumbs li.separator {
      color: transparent;
      font-size: 0px; }
      ul.breadcrumbs li.separator::after {
        content: "\f054";
        display: inline-block;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        font-size-adjust: none;
        font-stretch: normal;
        font-feature-settings: normal;
        font-language-override: normal;
        font-kerning: auto;
        font-synthesis: weight style;
        font-variant: normal;
        font-size: inherit;
        text-rendering: auto;
        font-size: 0.9rem;
        color: #7c7c7c; }
    ul.breadcrumbs li a {
      font-family: 'Noto Serif', serif;
      font-weight: 400;
      color: #333333;
      font-size: 12.5px;
      font-weight: unset;
      margin-bottom: 0;
      text-decoration: none; }
      ul.breadcrumbs li a:hover {
        text-decoration: underline; }
    ul.breadcrumbs li.last-child {
      color: #684531; }

/*END Breadcrumbs----------------------------------------*/
/*STRART INTERIOR PAGE------------------------------------------------------------------------------------------*/
/*START Interior Top (BANNER)--------------------------------------------------*/
.interior-top {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 40%;
  background-color: #fff;
  min-height: 430px;
  position: relative; }
  .interior-top::before {
    content: "";
    background: transparent url("../images/interior-shadow.png") no-repeat;
    position: absolute;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }
  .interior-top .caption-a {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    margin: 0 auto;
    max-width: 100%;
    position: absolute;
    text-align: center;
    top: 60%;
    width: 50%;
    z-index: 10; }
    .interior-top .caption-a h1 {
      font-family: 'Noto Serif', serif;
      color: #fff;
      display: block;
      font-size: 48px;
      font-weight: 400 !important;
      line-height: 1.4em;
      margin: 0;
      position: relative;
      padding: 0 55px;
      z-index: 12; }
      .interior-top .caption-a h1::before {
        -webkit-transform: scaleX(-1);
        -moz-transform: scaleX(-1);
        transform: scaleX(-1);
        content: "";
        background: transparent url("../images/title-decoration.svg") no-repeat;
        background-position: center;
        background-size: contain;
        width: 45px;
        height: 50px;
        position: absolute;
        left: 0;
        bottom: 0;
        top: 0;
        margin: auto 0; }
      .interior-top .caption-a h1::after {
        content: "";
        background: transparent url("../images/title-decoration.svg") no-repeat;
        background-position: center;
        background-size: contain;
        width: 45px;
        height: 50px;
        position: absolute;
        right: 0;
        bottom: 0;
        top: 0;
        margin: auto 0; }
    .interior-top .caption-a p {
      font-family: 'Noto Serif', serif;
      color: #fff;
      font-size: 25px;
      line-height: 1.3em;
      margin: 0 0 30px 0; }
      .interior-top .caption-a p em, .interior-top .caption-a p strong, .interior-top .caption-a p a {
        color: #684531 !important;
        font-size: 25px; }

/*END Interior Top (BANNER)------------------------------------------*/
.interior {
  font-family: 'Noto Serif', serif;
  background: #fff;
  color: #684531;
  font-size: 18px;
  overflow: hidden;
  position: relative;
  margin-bottom: 50px; }
  .interior .side-direction {
    padding-top: 40px; }
  .interior img {
    height: auto;
    margin-bottom: 30px;
    max-width: 100%; }
  .interior .sponsor-grid .flex-item {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 29%;
    margin: 5% 2%;
    height: 150px; }
  .interior .img-box {
    display: flex;
    align-content: space-between;
    justify-content: space-between;
    margin-top: 35px;
    margin-bottom: 35px; }
    .interior .img-box .left-side {
      background-size: cover;
      background-repeat: no-repeat;
      width: 40%;
      background-position: center; }
    .interior .img-box .right-side {
      width: 55%;
      margin-left: 15px; }
      .interior .img-box .right-side h2 {
        font-weight: 400;
        color: #684531;
        font-size: 34px;
        margin-top: 0 !important;
        margin-bottom: 25px;
        text-transform: none; }
      .interior .img-box .right-side p {
        font-size: 20px;
        text-align: left; }
      .interior .img-box .right-side a.btn-5 span {
        color: #000000; }
  .interior .single-article {
    display: flex;
    align-content: space-between;
    justify-content: space-between;
    margin-top: 35px;
    margin-bottom: 35px; }
    .interior .single-article .left-side {
      background-size: cover;
      background-repeat: no-repeat;
      width: 20%;
      background-position: center;
      box-shadow: 2px 4px 18px -4px #000000;
      margin: 0 auto; }
    .interior .single-article .right-side {
      width: 70%;
      margin-left: 25px; }
      .interior .single-article .right-side h2 {
        font-weight: 700;
        color: #684531;
        font-size: 23px;
        margin-bottom: 22px;
        text-transform: none !important; }
      .interior .single-article .right-side p {
        font-size: 20px;
        text-align: left; }
  .interior h1, .interior h2, .interior h3, .interior h4, .interior h5, .interior h6 {
    font-family: 'Noto Serif', serif;
    color: #684531;
    font-weight: 400;
    margin: 25px 0; }
  .interior h1 {
    font-size: 52px; }
  .interior h2 {
    font-size: 42px; }
  .interior h3 {
    font-size: 34px; }
  .interior h4 {
    font-size: 29px; }
  .interior h5 {
    font-size: 25px; }
  .interior h6 {
    font-size: 20px; }
  .interior hr {
    border-color: #333333 !important;
    border-style: dashed none none;
    border-width: 1px 0px 0px;
    margin-bottom: 35px;
    margin-top: 35px; }
  .interior p {
    font-family: 'Noto Serif', serif;
    color: #684531 !important;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4em;
    margin-bottom: 25px;
    margin-top: 15px; }
    .interior p strong {
      color: #343434;
      font-size: 18px;
      line-height: 1.4em; }
  .interior blockquote {
    font-family: 'Noto Serif', serif;
    background: #7cb830;
    border: none;
    color: #fff;
    display: block;
    float: none;
    font-size: 20px;
    line-height: 1.1em;
    margin: 45px 0;
    padding: 30px 50px;
    position: relative;
    text-align: center; }
    .interior blockquote::before {
      content: "";
      background: url("../images/quote.png") no-repeat;
      background-size: auto;
      display: block;
      height: 28px;
      left: 15px;
      position: absolute;
      top: 20%;
      width: 28px; }
    .interior blockquote::after {
      content: "";
      background: url("../images/quote.png") no-repeat;
      background-size: auto;
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg);
      top: 20%;
      display: block;
      height: 28px;
      position: absolute;
      right: 15px;
      width: 28px; }
    .interior blockquote p, .interior blockquote a, .interior blockquote address, .interior blockquote span, .interior blockquote strong, .interior blockquote time {
      color: #fff !important;
      margin: 0 !important;
      font-size: 20px;
      line-height: 1.1em; }
  .interior small {
    font-family: 'Noto Serif', serif;
    font-size: 16px;
    font-weight: 400 !important;
    color: #684531; }
  .interior a {
    font-family: 'Noto Serif', serif;
    font-weight: 700;
    color: #684531;
    transition: 0.3s;
    text-decoration: underline; }
  .interior dl.list dt {
    font-family: 'Noto Serif', serif;
    color: #684531 !important;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4em;
    margin-bottom: 8px;
    padding-left: 0; }
  .interior dl.list dd {
    font-family: 'Noto Serif', serif;
    color: #333333 !important;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4em;
    margin-bottom: 8px;
    padding-left: 15px;
    position: relative; }
    .interior dl.list dd::before {
      content: "";
      border-bottom: 4px solid transparent;
      border-left: 4px solid #684531;
      border-top: 4px solid transparent;
      display: inline-block;
      margin-left: 0;
      left: 0;
      margin-right: 5px;
      margin-top: 9px;
      position: absolute;
      width: 6px;
      height: 6px; }
  .interior ul.list {
    font-family: 'Noto Serif', serif;
    padding: 0;
    margin: 15px auto; }
    .interior ul.list br {
      display: none; }
    .interior ul.list li {
      font-family: 'Noto Serif', serif;
      color: #333333 !important;
      font-size: 18px;
      font-weight: 400;
      line-height: 1.4em;
      list-style-type: none;
      margin: 0 0 8px 0 !important;
      padding-left: 15px;
      position: relative; }
      .interior ul.list li::before {
        content: "";
        display: inline-block;
        margin-right: 5px;
        position: absolute;
        margin-top: 9px;
        margin-left: -15px;
        border-left: 4px solid #684531;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        width: 6px;
        height: 6px; }
      .interior ul.list li p {
        font-family: 'Noto Serif', serif;
        color: #333333 !important;
        font-size: 18px;
        font-weight: 400;
        line-height: 1.4em; }
        .interior ul.list li p strong {
          color: #684531;
          font-size: 18px;
          font-weight: 700;
          line-height: 1.7em; }
      .interior ul.list li ul {
        padding-left: 10px;
        margin-top: 10px; }
  .interior ol.list {
    margin: 25px 0;
    counter-reset: item; }
    .interior ol.list li {
      font-family: 'Noto Serif', serif;
      color: #333333 !important;
      font-size: 18px;
      font-weight: 400;
      line-height: 1.4em;
      margin: 0 0 8px 0 !important;
      position: relative;
      list-style: none; }
      .interior ol.list li::before {
        font-family: 'Noto Serif', serif;
        content: counter(item) "-";
        counter-increment: item;
        color: #684531;
        display: inline-block;
        font-size: 18px;
        padding: 0 4px;
        margin: 0 4px; }
      .interior ol.list li p {
        font-family: 'Noto Serif', serif;
        color: #333333 !important;
        font-size: 18px;
        font-weight: 400;
        line-height: 1.4em; }
        .interior ol.list li p strong {
          color: #684531;
          font-size: 18px;
          font-weight: 700;
          line-height: 1.7em; }
      .interior ol.list li ol {
        padding-left: 10px;
        margin-top: 10px;
        counter-reset: item; }
    .interior ol.list ol {
      counter-reset: item; }
  .interior .table-responsive {
    width: 100%; }
    .interior .table-responsive .table {
      border: none;
      font-family: 'Noto Serif', serif; }
      .interior .table-responsive .table tr {
        text-align: center;
        background-color: transparent;
        border-bottom: 1px solid #a5a5a5; }
        .interior .table-responsive .table tr th {
          background: #684531;
          border: none;
          color: #fff;
          font-weight: 900;
          padding: 10px;
          text-align: center; }
          .interior .table-responsive .table tr th:hover {
            background: #7cb830; }
          .interior .table-responsive .table tr th:nth-child(1) {
            text-align: left; }
        .interior .table-responsive .table tr td {
          background: #fff;
          border: none;
          color: #404040;
          font-weight: 400;
          padding: 10px; }
          .interior .table-responsive .table tr td:nth-child(1) {
            text-align: left; }
        .interior .table-responsive .table tr:nth-child(1) {
          border-bottom: none; }
  .interior input, .interior textarea, .interior select {
    height: 40px;
    background: transparent;
    border: 1px solid #dbdbdb;
    box-shadow: none;
    color: #684531;
    border-radius: 5px;
    font-size: 18px; }
    .interior input:active, .interior input:focus, .interior textarea:active, .interior textarea:focus, .interior select:active, .interior select:focus {
      box-shadow: 0 0 4px rgba(0, 0, 0, 0.2); }
  .interior select {
    font-family: 'Noto Serif', serif;
    background-color: #fff !important;
    width: 100%;
    color: #684531;
    border-radius: 0;
    height: 35px;
    border-color: #dbdbdb;
    font-size: 17px;
    font-weight: 400;
    background: transparent url("../images/arrow-box.jpg") no-repeat 100% center;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    padding-left: 5px; }
  .interior textarea {
    height: 45px;
    resize: none;
    padding: 8px 15px;
    max-width: 100%;
    margin-bottom: 25px;
    width: 30%;
    /* firefox 19+ */
    /* ie */ }
    .interior textarea::-webkit-input-placeholder {
      color: #d0cd9b;
      opacity: 1; }
    .interior textarea::-moz-placeholder {
      color: #d0cd9b;
      opacity: 1; }
    .interior textarea:-ms-input-placeholder {
      color: #d0cd9b;
      opacity: 1; }
  .interior input[type="submit"] {
    background: #7cb830;
    color: #fff;
    font-weight: 700;
    padding: 10px 25px;
    height: unset !important;
    text-transform: uppercase !important;
    letter-spacing: 2px;
    outline: none !important;
    transition: 0.4s; }
    .interior input[type="submit"]:hover {
      transition: 0.4s;
      background: #684531; }
  .interior #tribe-events .tribe-events-button, .interior #tribe-events .tribe-events-button:hover, .interior #tribe_events_filters_wrapper input[type=submit], .interior .tribe-events-button, .interior .tribe-events-button.tribe-active:hover, .interior .tribe-events-button.tribe-inactive, .interior .tribe-events-button:hover, .interior .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-], .interior .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-] > a {
    background: #7cb830;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    height: unset !important;
    letter-spacing: 2px;
    outline: none !important;
    padding: 10px 25px;
    text-transform: uppercase !important;
    transition: 0.4s; }
    .interior #tribe-events .tribe-events-button:hover, .interior #tribe-events .tribe-events-button:hover:hover, .interior #tribe_events_filters_wrapper input[type=submit]:hover, .interior .tribe-events-button:hover, .interior .tribe-events-button.tribe-active:hover:hover, .interior .tribe-events-button.tribe-inactive:hover, .interior .tribe-events-button:hover:hover, .interior .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-]:hover, .interior .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-] > a:hover {
      transition: 0.4s;
      background: #684531; }
  .interior #message {
    background: transparent;
    border: 1px solid #dbdbdb;
    color: #333333; }
  .interior input[type="checkbox"], .interior input[type="radio"] {
    height: 15px; }

.social-bar .content-wrap {
  display: flex;
  justify-content: flex-start;
  margin: 25px 0; }
.social-bar .social-share p {
  font-size: 20px;
  color: #684531;
  font-weight: 700;
  display: inline-block;
  font-family: 'Noto Serif', serif;
  margin: 0;
  vertical-align: middle; }
  .social-bar .social-share p strong {
    color: #7cb830;
    font-weight: 700; }

.addtoany_shortcode {
  display: inline-block;
  margin-bottom: 25px; }
  .addtoany_shortcode .a2a_kit a span {
    background: transparent !important;
    color: #7cb830 !important;
    width: 24px !important;
    height: 24px !important; }
    .addtoany_shortcode .a2a_kit a span svg path {
      fill: #7cb830 !important; }

.special-box {
  min-height: 205px; }

.special-box-2 {
  min-height: 280px; }

.addtoany_content .addtoany_header {
  font-size: 20px;
  color: #7cb830;
  font-weight: 400;
  display: inline-block;
  font-family: 'Noto Serif', serif;
  margin: 0;
  text-transform: uppercase;
  vertical-align: middle; }
.addtoany_content .a2a_kit a span {
  background: transparent !important;
  color: #7cb830 !important;
  width: 24px !important;
  height: 24px !important; }
  .addtoany_content .a2a_kit a span svg path {
    fill: #7cb830 !important; }

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .interior-top {
    min-height: 350px; } }
@media only screen and (max-width: 991px) {
  .interior-top {
    min-height: 350px; }

  .interior .side-direction {
    padding-right: 15px;
    padding-bottom: 30px; }

  .interior-top .caption-a {
    top: 50%;
    width: 80%; }
    .interior-top .caption-a h1 {
      font-size: 32px; }

  .interior .alignleft, .interior .alignright {
    margin-bottom: 0 !important; } }
@media only screen and (max-width: 768px) {
  .interior-top {
    min-height: 350px; }

  .interior .gallery #carouselSuccess3 .carousel-control span {
    left: 0; }

  .interior .gallery #carouselSuccess3 .carousel-control.left span {
    left: unset;
    right: 0; }

  .interior .gallery .flex-container .content-item {
    flex-basis: 35%; }
    .interior .gallery .flex-container .content-item a {
      width: 100%; }

  .interior .d-flex {
    flex-direction: column !important; }

  .team .member {
    margin: auto !important; }
    .team .member .member-img {
      margin: auto !important; }

  .carousel-img .flex-container .content-item {
    width: 100% !important; }

  .testimonial-box .left-side {
    margin-bottom: 25px !important; }
  .testimonial-box .right-side {
    margin: auto !important; } }
@media only screen and (max-width: 480px) {
  .interior-top {
    min-height: 200px; }

  .interior {
    word-break: break-word; }

  h1[id*="accordion-"]::after, h2[id*="accordion-"]::after, h3[id*="accordion-"]::after, h4[id*="accordion-"]::after, h5[id*="accordion-"]::after, h6[id*="accordion-"]::after {
    right: 20px !important;
    height: 23px;
    top: 0;
    bottom: 0;
    margin: auto 0 !important; }

  .interior .alignleft, .interior .alignright {
    display: block;
    float: none;
    margin-bottom: 25px !important; }

  .gallery, .img-box, .single-article, .testimonial-box {
    flex-direction: column;
    margin-bottom: 35px; }
    .gallery .left-side, .img-box .left-side, .single-article .left-side, .testimonial-box .left-side {
      text-align: center;
      margin: 0 auto; }

  .single-article .img-wrap, .img-box .img-wrap {
    width: 100% !important; }
  .single-article .right-side, .img-box .right-side {
    margin: auto !important;
    width: 100% !important; }

  .sponsor-grid .flex-item {
    width: 100% !important;
    margin: 5% 0 !important; }

  .interior .gallery .flex-container .content-item {
    flex-basis: 80%; }
    .interior .gallery .flex-container .content-item a {
      width: 100%; }

  .interior .team .member {
    width: 55%; }

  .interior-top .caption-a h1 {
    font-size: 25px !important; }

  .interior article h1[id*="accordion-"], .interior article h2[id*="accordion-"], .interior article h3[id*="accordion-"], .interior article h4[id*="accordion-"], .interior article h5[id*="accordion-"], .interior article h6[id*="accordion-"] {
    font-size: 20px !important; }

  .interior h2 {
    font-size: 32px; }
  .interior h3 {
    font-size: 28px; }
  .interior h4 {
    font-size: 24px; }
  .interior h5 {
    font-size: 22px; }
  .interior h6 {
    font-size: 20px; } }
/*END INTERIOR PAGE--------------------------------------------*/
.sidebar {
  text-align: center;
  background: #f3f3f3;
  padding: 50px 0 100px; }
  .sidebar .sidebar-item {
    display: inline-block;
    font-size: 0;
    margin-bottom: 50px;
    margin: 0 15px;
    position: relative;
    width: 320px;
    height: 312px; }
    .sidebar .sidebar-item .info-img {
      position: absolute;
      width: 100%;
      height: 100%;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      z-index: 0; }
    .sidebar .sidebar-item .info-body {
      position: absolute;
      left: 0;
      bottom: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 50px;
      width: 100%;
      z-index: 2; }
      .sidebar .sidebar-item .info-body h2 {
        font-family: 'Noto Serif', serif;
        color: #fff;
        font-size: 17px;
        font-weight: 700;
        text-transform: uppercase;
        display: inline-block;
        margin: 0; }
    .sidebar .sidebar-item:nth-child(1) .info-body {
      background: #72005a; }
    .sidebar .sidebar-item:nth-child(2) .info-body {
      background: #ef5f15; }
    .sidebar .sidebar-item:nth-child(3) .info-body {
      background: #257d42; }

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .sidebar-item .programs-box .programs-text {
    padding-top: 105px; } }
@media only screen and (max-width: 991px) {
  .sidebar-item .programs-box {
    width: 280px;
    max-width: 100%;
    margin: 0 auto;
    border-radius: 10px; }
    .sidebar-item .programs-box .image-box {
      border-radius: 10px; }
    .sidebar-item .programs-box .programs-text {
      border-radius: 10px; }
  .sidebar-item .facts-box {
    width: 280px;
    max-width: 100%;
    margin: 0 auto;
    border-radius: 10px; } }
@media only screen and (max-width: 480px) {
  .sidebar .sidebar-item {
    margin: 25px auto;
    width: 90%; } }
/*START Sigle Page----------------------------------*/
.single .featuredImg img {
  width: 100%;
  height: auto; }

/*END Sigle Page----------------------------------*/
.pagination {
  text-align: center;
  display: block; }
  .pagination .nav-links a {
    background: transparent;
    border-radius: 5px;
    color: #4b5562;
    display: inline-block;
    margin: 0 10px;
    min-width: 50px;
    padding: 8px 5px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: 0.4s;
    z-index: 2; }
    .pagination .nav-links a:before {
      content: "";
      display: block;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      background: transparent;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      z-index: -2; }
    .pagination .nav-links a:hover {
      text-decoration: none;
      color: #464648; }
      .pagination .nav-links a:hover:before {
        background: #7cb830; }
  .pagination .nav-links span {
    color: #684531; }
  .pagination .nav-links .current {
    font-family: 'Noto Serif', serif;
    background: transparent;
    color: #464648;
    display: inline-block;
    margin: 0 10px;
    min-width: 50px;
    padding: 8px 5px;
    position: relative;
    text-align: center;
    text-decoration: none;
    z-index: 2; }
    .pagination .nav-links .current:before {
      content: "";
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      background: #7cb830;
      border-radius: 50%;
      display: block;
      height: 50px;
      left: 50%;
      position: absolute;
      top: 50%;
      width: 50px;
      z-index: -2; }

/*START Search Page------------------------------------------*/
body.search {
  display: block;
  padding-top: 0px;
  margin-left: 0; }

/*END Search Page-----------------------------------*/
/*START Error Page------------------------------------------*/
.fourerror {
  text-align: center; }
  .fourerror .fa-exclamation-circle {
    font-size: 8rem;
    color: #333333; }
  .fourerror h1 {
    font-size: 10.214rem;
    margin: 0;
    font-family: lato-eb;
    color: #684531; }
  .fourerror h2::after {
    content: none; }
  .fourerror p {
    line-height: 2em; }
  .fourerror .search {
    margin: 25px 10%;
    width: 80%; }
    .fourerror .search #searchform {
      visibility: visible;
      opacity: 1;
      transition: all 0.4s ease 0s;
      display: block;
      width: 100%; }
    .fourerror .search #s, .fourerror .search #searchsubmit {
      display: inline-block;
      margin: 0;
      vertical-align: top;
      width: 25%; }
    .fourerror .search #s {
      width: 70%; }
    .fourerror .search #searchsubmit {
      margin-left: -5px; }

.interior .gform_confirmation_wrapper {
  font-size: 25px; }

.footer .gform_wrapper .validation_error {
  color: #FFB3B3;
  border-color: #FFB3B3; }
.footer .gform_wrapper.gform_validation_error .gform_body ul.gform_fields li.gfield .ginput_container input {
  color: #000; }
.footer .gform_confirmation_wrapper {
  display: block;
  width: 100%;
  float: left;
  color: white;
  font-size: 20px;
  margin-top: 25px; }

/*END Error Page------------------------------------------*/
.accordion {
  margin: 0 0 20px 0 !important; }
  .accordion br {
    display: none; }
  .accordion p {
    margin-bottom: 0; }

h1[id*="accordion-"],
h2[id*="accordion-"],
h3[id*="accordion-"],
h4[id*="accordion-"],
h5[id*="accordion-"],
h6[id*="accordion-"] {
  background: #7cb830 !important;
  border-radius: 0;
  color: #fff !important;
  cursor: pointer;
  font-size: 25px !important;
  padding: 15px 40px 15px 10px !important;
  position: relative; }
  h1[id*="accordion-"]::after,
  h2[id*="accordion-"]::after,
  h3[id*="accordion-"]::after,
  h4[id*="accordion-"]::after,
  h5[id*="accordion-"]::after,
  h6[id*="accordion-"]::after {
    content: "\f067";
    position: absolute;
    right: 70px;
    color: #fff;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  h1[id*="accordion-"].open,
  h2[id*="accordion-"].open,
  h3[id*="accordion-"].open,
  h4[id*="accordion-"].open,
  h5[id*="accordion-"].open,
  h6[id*="accordion-"].open {
    background: #684531;
    color: #fff; }
    h1[id*="accordion-"].open::after,
    h2[id*="accordion-"].open::after,
    h3[id*="accordion-"].open::after,
    h4[id*="accordion-"].open::after,
    h5[id*="accordion-"].open::after,
    h6[id*="accordion-"].open::after {
      color: #464648; }
  h1[id*="accordion-"]:hover, h1[id*="accordion-"]:active, h1[id*="accordion-"]:focus,
  h2[id*="accordion-"]:hover,
  h2[id*="accordion-"]:active,
  h2[id*="accordion-"]:focus,
  h3[id*="accordion-"]:hover,
  h3[id*="accordion-"]:active,
  h3[id*="accordion-"]:focus,
  h4[id*="accordion-"]:hover,
  h4[id*="accordion-"]:active,
  h4[id*="accordion-"]:focus,
  h5[id*="accordion-"]:hover,
  h5[id*="accordion-"]:active,
  h5[id*="accordion-"]:focus,
  h6[id*="accordion-"]:hover,
  h6[id*="accordion-"]:active,
  h6[id*="accordion-"]:focus {
    background: #684531;
    color: #fff;
    outline: none; }
    h1[id*="accordion-"]:hover::after, h1[id*="accordion-"]:active::after, h1[id*="accordion-"]:focus::after,
    h2[id*="accordion-"]:hover::after,
    h2[id*="accordion-"]:active::after,
    h2[id*="accordion-"]:focus::after,
    h3[id*="accordion-"]:hover::after,
    h3[id*="accordion-"]:active::after,
    h3[id*="accordion-"]:focus::after,
    h4[id*="accordion-"]:hover::after,
    h4[id*="accordion-"]:active::after,
    h4[id*="accordion-"]:focus::after,
    h5[id*="accordion-"]:hover::after,
    h5[id*="accordion-"]:active::after,
    h5[id*="accordion-"]:focus::after,
    h6[id*="accordion-"]:hover::after,
    h6[id*="accordion-"]:active::after,
    h6[id*="accordion-"]:focus::after {
      color: #fff; }

.accordion-title {
  padding-right: 25px; }
  .accordion-title::after {
    content: "\f067";
    position: absolute;
    right: 30px;
    color: #464648;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .accordion-title.open::after {
    content: '\f068';
    color: #464648; }

.accordion-content {
  background: transparent;
  border-top: none;
  border: none;
  padding: 15px; }

label.gfield_label {
  margin: 10px 0 0 0; }

.gform_wrapper ul.gform_fields li.gfield .ginput_container_radio {
  /*RADIO Button circular style*/ }
  .gform_wrapper ul.gform_fields li.gfield .ginput_container_radio ul.gfield_radio li input {
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0; }
  .gform_wrapper ul.gform_fields li.gfield .ginput_container_radio ul.gfield_radio li [type="radio"]:checked + label,
  .gform_wrapper ul.gform_fields li.gfield .ginput_container_radio ul.gfield_radio li [type="radio"]:not(:checked) + label {
    font-family: 'Noto Serif', serif;
    color: #000000;
    cursor: pointer;
    display: inline-block !important;
    font-size: 18px;
    font-weight: 400;
    line-height: 1em;
    margin: 0 auto;
    padding: 0 0 0 25px !important;
    position: relative;
    vertical-align: middle;
    z-index: 1; }
    .gform_wrapper ul.gform_fields li.gfield .ginput_container_radio ul.gfield_radio li [type="radio"]:checked + label::after,
    .gform_wrapper ul.gform_fields li.gfield .ginput_container_radio ul.gfield_radio li [type="radio"]:not(:checked) + label::after {
      content: "";
      transition: all 0.2s ease;
      -webkit-transition: all 0.2s ease;
      background: #684531;
      border: 4px solid #684531;
      border-radius: 50%;
      height: 15px;
      left: 0;
      position: absolute;
      width: 15px;
      z-index: -1; }
  .gform_wrapper ul.gform_fields li.gfield .ginput_container_radio ul.gfield_radio li [type="radio"]:checked,
  .gform_wrapper ul.gform_fields li.gfield .ginput_container_radio ul.gfield_radio li [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
    margin: 0 !important; }
  .gform_wrapper ul.gform_fields li.gfield .ginput_container_radio ul.gfield_radio li [type="radio"]:not(:checked) + label:after {
    content: "";
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -webkit-transform: scale(1);
    transform: scale(1);
    border: 4px solid #939382;
    background: transparent; }

.interior .gform_confirmation_wrapper {
  font-size: 18px !important; }

.gform_confirmation_wrapper .gform_confirmation_message {
  font-size: 18px; }

.e-left {
  /* facebook fedd */ }
  .e-left #cff .cff-author .cff-page-name.cff-author-date {
    font-family: 'Noto Serif', serif;
    font-size: 19px;
    font-weight: 600; }
  .e-left #cff .cff-author .cff-story {
    font-family: 'Noto Serif', serif;
    display: block;
    font-size: 15px;
    font-weight: 400; }
  .e-left #cff .cff-author .cff-date {
    font-family: 'Noto Serif', serif;
    font-size: 17px; }

.e-right #ctf.ctf-masonry .ctf-item {
  background: #fff;
  border-bottom: none;
  border-radius: 7px;
  box-shadow: 0px 5px 18px 5px rgba(0, 0, 0, 0.25);
  padding: 10px 4.5%;
  padding-bottom: 120px !important;
  margin: 0 0 25px 25px;
  width: 45%; }
  .e-right #ctf.ctf-masonry .ctf-item .ctf-author-box {
    position: absolute;
    bottom: 15px; }
    .e-right #ctf.ctf-masonry .ctf-item .ctf-author-box .ctf-author-name {
      font-family: 'Noto Serif', serif;
      font-weight: 600;
      font-size: 19px; }
  .e-right #ctf.ctf-masonry .ctf-item .ctf-tweet-content .ctf-tweet-text {
    line-height: 1.2em; }
    .e-right #ctf.ctf-masonry .ctf-item .ctf-tweet-content .ctf-tweet-text a {
      word-break: break-all; }

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .e-right #ctf.ctf-masonry .ctf-item {
    margin: 0 0 25px 15px;
    width: 43%; } }
@media only screen and (max-width: 991px) {
  section.section-social-media .box-social {
    padding-right: 10px !important; }

  .e-right #ctf .ctf-item {
    background: #fff;
    border-bottom: none;
    border-radius: 7px;
    box-shadow: 0px 5px 18px 5px rgba(0, 0, 0, 0.25);
    padding: 10px 4.5%;
    padding-bottom: 120px !important;
    margin: 20px auto 20px;
    width: 90%;
    position: relative; }
    .e-right #ctf .ctf-item .ctf-author-box {
      position: absolute;
      bottom: 15px; }
      .e-right #ctf .ctf-item .ctf-author-box .ctf-author-name {
        font-family: 'Noto Serif', serif;
        font-weight: 600;
        font-size: 19px; }
    .e-right #ctf .ctf-item .ctf-tweet-content .ctf-tweet-text {
      line-height: 1.2em; } }
body.fixed.template-donate {
  padding: 0 !important; }

header.header-2 {
  position: relative;
  width: 100%;
  height: 335px;
  text-align: center;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  background-repeat: no-repeat; }
  header.header-2::before {
    content: "";
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
  header.header-2 .logo {
    width: 245px;
    height: 220px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: 0;
    z-index: 3; }

.dnt-a {
  padding: 50px 0;
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  position: relative; }
  .dnt-a .text-l {
    margin-bottom: 50px; }
    .dnt-a .text-l h2 {
      font-family: 'Noto Serif', serif;
      font-weight: 400;
      font-size: 30px;
      color: #684531;
      margin-top: 0 !important;
      margin-bottom: 25px;
      position: relative; }
    .dnt-a .text-l ul {
      margin-bottom: 35px !important; }
    .dnt-a .text-l p {
      font-family: 'Noto Serif', serif;
      font-size: 18px;
      font-weight: 400;
      color: #684531;
      margin-bottom: 35px !important; }
      .dnt-a .text-l p a {
        font-weight: 700;
        text-decoration: underline; }
    .dnt-a .text-l .ways-g .ways-list .way-item {
      margin: 20px 0;
      padding: 15px 25px;
      transition: 0.4s; }
      .dnt-a .text-l .ways-g .ways-list .way-item .icon {
        width: 70px;
        height: 70px;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        position: relative; }
      .dnt-a .text-l .ways-g .ways-list .way-item .text-dnt {
        width: 75%; }
        .dnt-a .text-l .ways-g .ways-list .way-item .text-dnt h3 {
          font-family: 'Noto Serif', serif;
          font-weight: 700;
          font-size: 20px;
          color: #684531;
          margin-top: 0 !important;
          margin-bottom: 10px !important; }
        .dnt-a .text-l .ways-g .ways-list .way-item .text-dnt p {
          font-family: 'Noto Serif', serif;
          font-weight: 400 !important;
          font-size: 16px !important;
          color: #684531 !important;
          margin-bottom: 0 !important; }

.dnt-b {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 130px 0; }
  .dnt-b::before {
    content: "";
    background: transparent url("../images/donate-shadow.png") no-repeat;
    background-position: center right;
    position: absolute;
    background-size: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
  .dnt-b .text-box {
    position: relative;
    z-index: 2;
    text-align: center; }
    .dnt-b .text-box h2 {
      font-family: 'Noto Serif', serif;
      font-weight: 400;
      font-size: 26px;
      color: #fff;
      position: relative;
      margin-top: 0 !important;
      padding-top: 80px !important;
      margin-bottom: 40px !important; }
      .dnt-b .text-box h2::before {
        content: "";
        background: transparent url("../images/dnt-icon.svg") no-repeat;
        width: 45px;
        height: 45px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        background-size: contain; }
    .dnt-b .text-box p {
      font-family: 'Noto Serif', serif;
      font-size: 17px !important;
      font-weight: 400;
      color: #fff !important;
      margin-bottom: 40px; }

@media only screen and (max-width: 480px) {
  .dnt-a .text-l .ways-g .ways-list .way-item .icon {
    margin-bottom: 25px; } }
/*START Sign Up--------------------------------------------------*/
.sign-up-section {
  position: relative;
  background-size: contain;
  background-position: right bottom;
  background-repeat: no-repeat;
  overflow: hidden;
  z-index: 3; }
  .sign-up-section .gform_title {
    display: none; }
  .sign-up-section .gform_wrapper {
    display: inline-block;
    top: 0;
    bottom: 0;
    position: relative;
    margin-left: 0;
    width: 60%; }
    .sign-up-section .gform_wrapper .gform-container {
      display: flex !important;
      display: -webkit-flex !important;
      display: -ms-flexbox !important;
      flex-direction: row;
      justify-content: end;
      align-items: center; }
    .sign-up-section .gform_wrapper .gform_body {
      width: 100%;
      display: inline-block;
      vertical-align: top; }
      .sign-up-section .gform_wrapper .gform_body ul.gform_fields {
        padding-left: 0;
        margin: 0; }
        .sign-up-section .gform_wrapper .gform_body ul.gform_fields li.gfield {
          list-style-type: none !important;
          padding: 0 !important;
          margin-top: 0 !important; }
          .sign-up-section .gform_wrapper .gform_body ul.gform_fields li.gfield .gfield_label {
            display: none; }
          .sign-up-section .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container {
            margin: 0 !important; }
            .sign-up-section .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input {
              font-family: 'Noto Serif', serif;
              background: transparent;
              border-bottom: 2px solid #fff !important;
              border: none;
              color: #fff;
              font-size: 15px;
              font-weight: 400 !important;
              text-transform: uppercase !important;
              padding: 0 0 20px 0 !important;
              text-align: center;
              margin: 0 !important;
              letter-spacing: 2px;
              width: 100%; }
              .sign-up-section .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input:active, .sign-up-section .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input:focus, .sign-up-section .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input:hover {
                outline: none !important; }
              .sign-up-section .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input::-webkit-input-placeholder {
                /* Chrome/Opera/Safari */
                color: #fff;
                text-transform: uppercase !important;
                letter-spacing: 2px;
                opacity: 1; }
              .sign-up-section .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input::-moz-placeholder {
                /* Firefox 19+ */
                color: #fff;
                text-transform: uppercase !important;
                opacity: 1; }
              .sign-up-section .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input:-ms-input-placeholder {
                /* IE 10+ */
                color: #fff;
                text-transform: uppercase !important;
                opacity: 1; }
              .sign-up-section .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input:-moz-placeholder {
                /* Firefox 18- */
                color: #fff;
                text-transform: uppercase !important;
                opacity: 1; }
    .sign-up-section .gform_wrapper .gform_footer {
      display: inline-block;
      margin: 45px 0 0 !important;
      padding: 0;
      text-align: center; }
      .sign-up-section .gform_wrapper .gform_footer .gform_button {
        font-family: 'Noto Serif', serif;
        background: transparent;
        border-radius: 4px;
        border: 2px solid #fff;
        color: #fff;
        display: inline-block;
        font-size: 18px;
        font-weight: 700;
        letter-spacing: 2px;
        margin: 0 auto;
        padding: 10px 35px;
        text-align: center;
        text-indent: 0px;
        text-transform: uppercase;
        transition: 0.4s; }
        .sign-up-section .gform_wrapper .gform_footer .gform_button:hover {
          transition: 0.4s;
          background: #fff;
          color: #000000; }
    .sign-up-section .gform_wrapper .gfield_description {
      display: none; }
  .sign-up-section form[name="pShoppingCartFormBean"] {
    width: 80%; }
    .sign-up-section form[name="pShoppingCartFormBean"] .subscriber-form input[type="text"] {
      width: 40%;
      height: 48px;
      border: none;
      padding-left: 5px; }

footer .sign-up-section {
  padding: 0 !important;
  overflow: unset; }
  footer .sign-up-section h3.f-title {
    font-family: 'Noto Serif', serif;
    color: #fff;
    font-size: 18px !important;
    font-weight: 700 !important;
    text-transform: capitalize !important;
    margin-top: 0 !important; }
    footer .sign-up-section h3.f-title::before {
      content: none; }
  footer .sign-up-section .s-box {
    width: 100%; }
  footer .sign-up-section .gform_wrapper {
    width: 100%;
    margin-left: 0; }

@media only screen and (max-width: 480px) {
  .sign-up-section .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input {
    width: 100%; }

  .sign-up-section .gform_wrapper .gform_body {
    width: 100%; }

  .sign-up-section .gform_wrapper .gform_footer {
    position: relative;
    top: 0;
    right: unset !important; }

  .sign-up-section {
    text-align: center;
    padding-top: 20px; }

  .sign-up-section .gform_wrapper {
    width: 100%;
    margin-left: 0; } }
/*END Sign Up------------------------------------------*/
#gform_wrapper_2 {
  background: #684531;
  border-radius: 1px;
  padding: 30px 25px;
  text-align: left;
  position: relative; }
  #gform_wrapper_2::before {
    content: "";
    background: #5a3a28;
    width: 100%;
    height: 305px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0; }
  #gform_wrapper_2 form {
    margin: 0 !important;
    padding: 0;
    position: relative;
    z-index: 1;
    /*start Body Form*/ }
    #gform_wrapper_2 form h2 {
      font-family: 'Noto Serif', serif;
      margin-top: 0 !important;
      margin-bottom: 25px;
      font-size: 24px; }
    #gform_wrapper_2 form .gform_heading {
      display: none; }
      #gform_wrapper_2 form .gform_heading .gform_title {
        display: none; }
    #gform_wrapper_2 form .gform_body {
      display: block;
      vertical-align: top; }
      #gform_wrapper_2 form .gform_body ul.gform_fields, #gform_wrapper_2 form .gform_body .top_label {
        padding: 0;
        margin: 0;
        /*gfield is a GLOBAL class*/
        /* end gfield is a global class*/
        /*Gfield HTML*/
        /*Gfield HTML*/
        /*Input Fied TEXT*/
        /*Input Fied TEXT*/
        /* Product PRICE */
        /* End Product PRICE*/
        /*WARNING MESSAGE*/
        /*WARNING MESSAGE*/
        /*Credit Card Fields*/
        /* END Credit Card Fields*/
        /*Radio Button Recurring*/
        /*Select after Enter Other amount */ }
        #gform_wrapper_2 form .gform_body ul.gform_fields li.gfield, #gform_wrapper_2 form .gform_body .top_label li.gfield {
          display: block;
          margin: 0;
          padding: 0;
          vertical-align: middle; }
          #gform_wrapper_2 form .gform_body ul.gform_fields li.gfield label.gfield_label, #gform_wrapper_2 form .gform_body .top_label li.gfield label.gfield_label {
            display: none; }
          #gform_wrapper_2 form .gform_body ul.gform_fields li.gfield .ginput_container, #gform_wrapper_2 form .gform_body .top_label li.gfield .ginput_container {
            margin-top: 0;
            /*Input Fied TEXT*/ }
            #gform_wrapper_2 form .gform_body ul.gform_fields li.gfield .ginput_container input, #gform_wrapper_2 form .gform_body ul.gform_fields li.gfield .ginput_container select, #gform_wrapper_2 form .gform_body ul.gform_fields li.gfield .ginput_container textarea, #gform_wrapper_2 form .gform_body .top_label li.gfield .ginput_container input, #gform_wrapper_2 form .gform_body .top_label li.gfield .ginput_container select, #gform_wrapper_2 form .gform_body .top_label li.gfield .ginput_container textarea {
              font-family: 'Noto Serif', serif;
              background-color: transparent !important;
              border-radius: 1px;
              border: 1px solid #fff !important;
              box-shadow: none;
              color: #fff;
              font-size: 20px !important;
              font-weight: 400;
              height: 50px;
              margin: 15px 0;
              padding: 10px 15px 10px 45px !important;
              position: relative;
              text-transform: none;
              width: 100%;
              /* firefox 19+ */
              /* ie */ }
              #gform_wrapper_2 form .gform_body ul.gform_fields li.gfield .ginput_container input#fund, #gform_wrapper_2 form .gform_body ul.gform_fields li.gfield .ginput_container select#fund, #gform_wrapper_2 form .gform_body ul.gform_fields li.gfield .ginput_container textarea#fund, #gform_wrapper_2 form .gform_body .top_label li.gfield .ginput_container input#fund, #gform_wrapper_2 form .gform_body .top_label li.gfield .ginput_container select#fund, #gform_wrapper_2 form .gform_body .top_label li.gfield .ginput_container textarea#fund {
                padding: 10px 15px 10px 9px !important; }
              #gform_wrapper_2 form .gform_body ul.gform_fields li.gfield .ginput_container input#program, #gform_wrapper_2 form .gform_body ul.gform_fields li.gfield .ginput_container select#program, #gform_wrapper_2 form .gform_body ul.gform_fields li.gfield .ginput_container textarea#program, #gform_wrapper_2 form .gform_body .top_label li.gfield .ginput_container input#program, #gform_wrapper_2 form .gform_body .top_label li.gfield .ginput_container select#program, #gform_wrapper_2 form .gform_body .top_label li.gfield .ginput_container textarea#program {
                padding: 10px 15px 10px 9px !important; }
              #gform_wrapper_2 form .gform_body ul.gform_fields li.gfield .ginput_container input::-webkit-input-placeholder, #gform_wrapper_2 form .gform_body ul.gform_fields li.gfield .ginput_container select::-webkit-input-placeholder, #gform_wrapper_2 form .gform_body ul.gform_fields li.gfield .ginput_container textarea::-webkit-input-placeholder, #gform_wrapper_2 form .gform_body .top_label li.gfield .ginput_container input::-webkit-input-placeholder, #gform_wrapper_2 form .gform_body .top_label li.gfield .ginput_container select::-webkit-input-placeholder, #gform_wrapper_2 form .gform_body .top_label li.gfield .ginput_container textarea::-webkit-input-placeholder {
                color: #fff;
                opacity: 1; }
              #gform_wrapper_2 form .gform_body ul.gform_fields li.gfield .ginput_container input::-moz-placeholder, #gform_wrapper_2 form .gform_body ul.gform_fields li.gfield .ginput_container select::-moz-placeholder, #gform_wrapper_2 form .gform_body ul.gform_fields li.gfield .ginput_container textarea::-moz-placeholder, #gform_wrapper_2 form .gform_body .top_label li.gfield .ginput_container input::-moz-placeholder, #gform_wrapper_2 form .gform_body .top_label li.gfield .ginput_container select::-moz-placeholder, #gform_wrapper_2 form .gform_body .top_label li.gfield .ginput_container textarea::-moz-placeholder {
                color: #fff;
                opacity: 1; }
              #gform_wrapper_2 form .gform_body ul.gform_fields li.gfield .ginput_container input:-ms-input-placeholder, #gform_wrapper_2 form .gform_body ul.gform_fields li.gfield .ginput_container select:-ms-input-placeholder, #gform_wrapper_2 form .gform_body ul.gform_fields li.gfield .ginput_container textarea:-ms-input-placeholder, #gform_wrapper_2 form .gform_body .top_label li.gfield .ginput_container input:-ms-input-placeholder, #gform_wrapper_2 form .gform_body .top_label li.gfield .ginput_container select:-ms-input-placeholder, #gform_wrapper_2 form .gform_body .top_label li.gfield .ginput_container textarea:-ms-input-placeholder {
                color: #fff;
                opacity: 1; }
              #gform_wrapper_2 form .gform_body ul.gform_fields li.gfield .ginput_container input::before, #gform_wrapper_2 form .gform_body ul.gform_fields li.gfield .ginput_container select::before, #gform_wrapper_2 form .gform_body ul.gform_fields li.gfield .ginput_container textarea::before, #gform_wrapper_2 form .gform_body .top_label li.gfield .ginput_container input::before, #gform_wrapper_2 form .gform_body .top_label li.gfield .ginput_container select::before, #gform_wrapper_2 form .gform_body .top_label li.gfield .ginput_container textarea::before {
                box-sizing: border-box;
                display: inline-block;
                position: relative;
                margin-left: 10px;
                font: normal normal normal 14px/1 FontAwesome;
                font-size: inherit;
                text-rendering: auto; }
              #gform_wrapper_2 form .gform_body ul.gform_fields li.gfield .ginput_container input:focus, #gform_wrapper_2 form .gform_body ul.gform_fields li.gfield .ginput_container select:focus, #gform_wrapper_2 form .gform_body ul.gform_fields li.gfield .ginput_container textarea:focus, #gform_wrapper_2 form .gform_body .top_label li.gfield .ginput_container input:focus, #gform_wrapper_2 form .gform_body .top_label li.gfield .ginput_container select:focus, #gform_wrapper_2 form .gform_body .top_label li.gfield .ginput_container textarea:focus {
                outline: none; }
              #gform_wrapper_2 form .gform_body ul.gform_fields li.gfield .ginput_container input option, #gform_wrapper_2 form .gform_body ul.gform_fields li.gfield .ginput_container select option, #gform_wrapper_2 form .gform_body ul.gform_fields li.gfield .ginput_container textarea option, #gform_wrapper_2 form .gform_body .top_label li.gfield .ginput_container input option, #gform_wrapper_2 form .gform_body .top_label li.gfield .ginput_container select option, #gform_wrapper_2 form .gform_body .top_label li.gfield .ginput_container textarea option {
                background: #384779; }
            #gform_wrapper_2 form .gform_body ul.gform_fields li.gfield .ginput_container label, #gform_wrapper_2 form .gform_body .top_label li.gfield .ginput_container label {
              display: none; }
            #gform_wrapper_2 form .gform_body ul.gform_fields li.gfield .ginput_container textarea, #gform_wrapper_2 form .gform_body .top_label li.gfield .ginput_container textarea {
              height: 125px !important; }
          #gform_wrapper_2 form .gform_body ul.gform_fields li.gfield .ginput_container, #gform_wrapper_2 form .gform_body .top_label li.gfield .ginput_container {
            position: relative; }
            #gform_wrapper_2 form .gform_body ul.gform_fields li.gfield .ginput_container::before, #gform_wrapper_2 form .gform_body .top_label li.gfield .ginput_container::before {
              box-sizing: border-box;
              font: normal normal normal 14px/1 FontAwesome;
              font-size: inherit;
              text-rendering: auto;
              color: #fff;
              left: 15px;
              position: absolute;
              top: 30px; }
          #gform_wrapper_2 form .gform_body ul.gform_fields li.gfield .ginput_container_email::before, #gform_wrapper_2 form .gform_body .top_label li.gfield .ginput_container_email::before {
            content: "\f003"; }
          #gform_wrapper_2 form .gform_body ul.gform_fields li.gfield .ginput_container_text::before, #gform_wrapper_2 form .gform_body .top_label li.gfield .ginput_container_text::before {
            content: "\f007"; }
        #gform_wrapper_2 form .gform_body ul.gform_fields li.gfield_html, #gform_wrapper_2 form .gform_body .top_label li.gfield_html {
          color: #fff !important;
          font-size: 16px;
          line-height: 1.4em !important;
          list-style-type: none !important;
          margin-bottom: 20px; }
          #gform_wrapper_2 form .gform_body ul.gform_fields li.gfield_html h3, #gform_wrapper_2 form .gform_body .top_label li.gfield_html h3 {
            font-family: 'Noto Serif', serif;
            color: #fff !important;
            display: block;
            font-size: 24px !important;
            font-weight: 600;
            line-height: 1em;
            margin-bottom: 10px;
            margin-top: 0;
            text-transform: none !important; }
            #gform_wrapper_2 form .gform_body ul.gform_fields li.gfield_html h3 span, #gform_wrapper_2 form .gform_body .top_label li.gfield_html h3 span {
              display: inline-block;
              font-weight: 400;
              font-size: 24px;
              color: #fff !important; }
          #gform_wrapper_2 form .gform_body ul.gform_fields li.gfield_html p, #gform_wrapper_2 form .gform_body .top_label li.gfield_html p {
            font-family: 'Noto Serif', serif;
            color: #fff !important;
            font-size: 17px;
            line-height: 1.4em; }
            #gform_wrapper_2 form .gform_body ul.gform_fields li.gfield_html p a, #gform_wrapper_2 form .gform_body .top_label li.gfield_html p a {
              color: #fff !important; }
          #gform_wrapper_2 form .gform_body ul.gform_fields li.gfield_html ul.list, #gform_wrapper_2 form .gform_body .top_label li.gfield_html ul.list {
            padding: 0 !important;
            margin: 0 !important;
            list-style-type: none !important; }
            #gform_wrapper_2 form .gform_body ul.gform_fields li.gfield_html ul.list li, #gform_wrapper_2 form .gform_body .top_label li.gfield_html ul.list li {
              font-family: 'Noto Serif', serif;
              color: #fff !important;
              font-size: 16px;
              font-weight: 400 !important;
              line-height: 1.4em !important;
              list-style-type: none !important;
              margin: 0 !important;
              padding-left: 20px !important;
              position: relative; }
              #gform_wrapper_2 form .gform_body ul.gform_fields li.gfield_html ul.list li::before, #gform_wrapper_2 form .gform_body .top_label li.gfield_html ul.list li::before {
                content: "";
                border-radius: 50%;
                background: #ffffff;
                display: inline-block;
                height: 6px;
                border: none !important;
                top: 10px;
                left: 5px;
                position: absolute;
                width: 6px; }
              #gform_wrapper_2 form .gform_body ul.gform_fields li.gfield_html ul.list li p, #gform_wrapper_2 form .gform_body .top_label li.gfield_html ul.list li p {
                font-family: 'Noto Serif', serif;
                font-size: 16px;
                font-weight: 400;
                line-height: 1.4em;
                color: #fff; }
                #gform_wrapper_2 form .gform_body ul.gform_fields li.gfield_html ul.list li p strong, #gform_wrapper_2 form .gform_body .top_label li.gfield_html ul.list li p strong {
                  color: #fff;
                  font-size: 16px;
                  font-weight: 700;
                  line-height: 1.4em; }
        #gform_wrapper_2 form .gform_body ul.gform_fields li.gfield_price, #gform_wrapper_2 form .gform_body .top_label li.gfield_price {
          /*SELECT field price product*/
          /*Select Field  price product*/
          /*RADIO Button circular style*/
          /* End RADIO Button circular style */
          /*Other field, User define price*/
          /*Other field, User define price*/ }
          #gform_wrapper_2 form .gform_body ul.gform_fields li.gfield_price .ginput_container_select select.gfield_select, #gform_wrapper_2 form .gform_body .top_label li.gfield_price .ginput_container_select select.gfield_select {
            background: rgba(0, 0, 0, 0.6);
            padding-left: 15px !important; }
            #gform_wrapper_2 form .gform_body ul.gform_fields li.gfield_price .ginput_container_select select.gfield_select option, #gform_wrapper_2 form .gform_body .top_label li.gfield_price .ginput_container_select select.gfield_select option {
              background: rgba(0, 0, 0, 0.6); }
          #gform_wrapper_2 form .gform_body ul.gform_fields li.gfield_price .ginput_container_radio, #gform_wrapper_2 form .gform_body .top_label li.gfield_price .ginput_container_radio {
            margin-bottom: 10px;
            display: block !important; }
            #gform_wrapper_2 form .gform_body ul.gform_fields li.gfield_price .ginput_container_radio .gfield_radio, #gform_wrapper_2 form .gform_body .top_label li.gfield_price .ginput_container_radio .gfield_radio {
              /*Flex*/
              display: flex;
              flex-wrap: wrap;
              flex-flow: row wrap;
              justify-content: space-around;
              align-items: center;
              align-content: space-around;
              width: auto !important;
              padding: 0;
              margin: 0; }
              #gform_wrapper_2 form .gform_body ul.gform_fields li.gfield_price .ginput_container_radio .gfield_radio li, #gform_wrapper_2 form .gform_body .top_label li.gfield_price .ginput_container_radio .gfield_radio li {
                text-align: center;
                list-style-type: none;
                margin: 20px 0 25px 0;
                overflow: visible; }
                #gform_wrapper_2 form .gform_body ul.gform_fields li.gfield_price .ginput_container_radio .gfield_radio li::before, #gform_wrapper_2 form .gform_body .top_label li.gfield_price .ginput_container_radio .gfield_radio li::before {
                  content: "";
                  -webkit-transform: translate(-50%, -50%);
                  -moz-transform: translate(-50%, -50%);
                  -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
                  background: #fff;
                  height: 50px;
                  left: 50%;
                  color: #384779;
                  position: absolute;
                  top: 50%;
                  -webkit-transition: all 0.2s ease;
                  transition: all 0.2s ease;
                  width: 95px;
                  z-index: -1;
                  border: 4px solid #fff;
                  opacity: 0; }
                #gform_wrapper_2 form .gform_body ul.gform_fields li.gfield_price .ginput_container_radio .gfield_radio li:hover label, #gform_wrapper_2 form .gform_body .top_label li.gfield_price .ginput_container_radio .gfield_radio li:hover label {
                  color: #7cb830 !important; }
                #gform_wrapper_2 form .gform_body ul.gform_fields li.gfield_price .ginput_container_radio .gfield_radio li:hover::before, #gform_wrapper_2 form .gform_body .top_label li.gfield_price .ginput_container_radio .gfield_radio li:hover::before {
                  opacity: 1;
                  transition: 0.2s; }
                #gform_wrapper_2 form .gform_body ul.gform_fields li.gfield_price .ginput_container_radio .gfield_radio li input, #gform_wrapper_2 form .gform_body .top_label li.gfield_price .ginput_container_radio .gfield_radio li input {
                  left: 0;
                  margin: 0;
                  padding: 0;
                  position: absolute;
                  top: 0;
                  visibility: hidden; }
                #gform_wrapper_2 form .gform_body ul.gform_fields li.gfield_price .ginput_container_radio .gfield_radio li input:checked + label, #gform_wrapper_2 form .gform_body .top_label li.gfield_price .ginput_container_radio .gfield_radio li input:checked + label {
                  color: #7cb830 !important; }
                #gform_wrapper_2 form .gform_body ul.gform_fields li.gfield_price .ginput_container_radio .gfield_radio li [type="radio"]:checked + label,
                #gform_wrapper_2 form .gform_body ul.gform_fields li.gfield_price .ginput_container_radio .gfield_radio li [type="radio"]:not(:checked) + label, #gform_wrapper_2 form .gform_body .top_label li.gfield_price .ginput_container_radio .gfield_radio li [type="radio"]:checked + label,
                #gform_wrapper_2 form .gform_body .top_label li.gfield_price .ginput_container_radio .gfield_radio li [type="radio"]:not(:checked) + label {
                  font-family: 'Noto Serif', serif;
                  display: inline-block !important;
                  color: #fff;
                  cursor: pointer;
                  font-size: 24px;
                  font-weight: 400;
                  line-height: 1em;
                  margin: 0 auto;
                  max-width: 100%;
                  padding: 10px 0 !important;
                  position: relative;
                  vertical-align: top;
                  z-index: 1;
                  transition: 0.2s; }
                  #gform_wrapper_2 form .gform_body ul.gform_fields li.gfield_price .ginput_container_radio .gfield_radio li [type="radio"]:checked + label::after,
                  #gform_wrapper_2 form .gform_body ul.gform_fields li.gfield_price .ginput_container_radio .gfield_radio li [type="radio"]:not(:checked) + label::after, #gform_wrapper_2 form .gform_body .top_label li.gfield_price .ginput_container_radio .gfield_radio li [type="radio"]:checked + label::after,
                  #gform_wrapper_2 form .gform_body .top_label li.gfield_price .ginput_container_radio .gfield_radio li [type="radio"]:not(:checked) + label::after {
                    content: "";
                    -webkit-transform: translate(-50%, -50%);
                    -moz-transform: translate(-50%, -50%);
                    -ms-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%);
                    background: #fff;
                    border-radius: 0%;
                    height: 50px;
                    left: 50%;
                    color: #384779;
                    position: absolute;
                    top: 50%;
                    -webkit-transition: all 0.2s ease;
                    transition: all 0.2s ease;
                    width: 95px;
                    z-index: -1;
                    border: 4px solid #fff; }
                  #gform_wrapper_2 form .gform_body ul.gform_fields li.gfield_price .ginput_container_radio .gfield_radio li [type="radio"]:checked + label:hover,
                  #gform_wrapper_2 form .gform_body ul.gform_fields li.gfield_price .ginput_container_radio .gfield_radio li [type="radio"]:not(:checked) + label:hover, #gform_wrapper_2 form .gform_body .top_label li.gfield_price .ginput_container_radio .gfield_radio li [type="radio"]:checked + label:hover,
                  #gform_wrapper_2 form .gform_body .top_label li.gfield_price .ginput_container_radio .gfield_radio li [type="radio"]:not(:checked) + label:hover {
                    transition: 0.2s;
                    color: #7cb830; }
                #gform_wrapper_2 form .gform_body ul.gform_fields li.gfield_price .ginput_container_radio .gfield_radio li [type="radio"]:checked,
                #gform_wrapper_2 form .gform_body ul.gform_fields li.gfield_price .ginput_container_radio .gfield_radio li [type="radio"]:not(:checked), #gform_wrapper_2 form .gform_body .top_label li.gfield_price .ginput_container_radio .gfield_radio li [type="radio"]:checked,
                #gform_wrapper_2 form .gform_body .top_label li.gfield_price .ginput_container_radio .gfield_radio li [type="radio"]:not(:checked) {
                  position: absolute;
                  left: -9999px; }
                #gform_wrapper_2 form .gform_body ul.gform_fields li.gfield_price .ginput_container_radio .gfield_radio li [type="radio"]:not(:checked) + label:after, #gform_wrapper_2 form .gform_body .top_label li.gfield_price .ginput_container_radio .gfield_radio li [type="radio"]:not(:checked) + label:after {
                  opacity: 0;
                  -webkit-transform: scale(0);
                  transform: scale(0); }
          #gform_wrapper_2 form .gform_body ul.gform_fields li.gfield_price .ginput_container_product_price, #gform_wrapper_2 form .gform_body .top_label li.gfield_price .ginput_container_product_price {
            float: right;
            position: relative;
            transition: 0.4s;
            width: 100%;
            margin-bottom: 5px; }
            #gform_wrapper_2 form .gform_body ul.gform_fields li.gfield_price .ginput_container_product_price .ginput_amount, #gform_wrapper_2 form .gform_body .top_label li.gfield_price .ginput_container_product_price .ginput_amount {
              padding: 15px 10px 15px 30px !important; }
            #gform_wrapper_2 form .gform_body ul.gform_fields li.gfield_price .ginput_container_product_price input::-webkit-input-placeholder, #gform_wrapper_2 form .gform_body .top_label li.gfield_price .ginput_container_product_price input::-webkit-input-placeholder {
              text-align: center; }
        #gform_wrapper_2 form .gform_body ul.gform_fields .gfield_creditcard_warning, #gform_wrapper_2 form .gform_body .top_label .gfield_creditcard_warning {
          color: #fff;
          width: auto !important; }
          #gform_wrapper_2 form .gform_body ul.gform_fields .gfield_creditcard_warning .gfield_creditcard_warning_message, #gform_wrapper_2 form .gform_body .top_label .gfield_creditcard_warning .gfield_creditcard_warning_message {
            margin-bottom: 10px; }
          #gform_wrapper_2 form .gform_body ul.gform_fields .gfield_creditcard_warning .ginput_container_creditcard .gform_card_icon_container, #gform_wrapper_2 form .gform_body .top_label .gfield_creditcard_warning .ginput_container_creditcard .gform_card_icon_container {
            display: none; }
        #gform_wrapper_2 form .gform_body ul.gform_fields .ginput_container_creditcard .gform_card_icon_container, #gform_wrapper_2 form .gform_body .top_label .ginput_container_creditcard .gform_card_icon_container {
          display: none !important; }
        #gform_wrapper_2 form .gform_body ul.gform_fields .ginput_container_creditcard span.ginput_full, #gform_wrapper_2 form .gform_body .top_label .ginput_container_creditcard span.ginput_full {
          position: relative; }
          #gform_wrapper_2 form .gform_body ul.gform_fields .ginput_container_creditcard span.ginput_full:first-child::before, #gform_wrapper_2 form .gform_body .top_label .ginput_container_creditcard span.ginput_full:first-child::before {
            content: "\f09d";
            box-sizing: border-box;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            color: #fff;
            left: 15px;
            position: absolute;
            top: 0;
            bottom: 0;
            margin: auto;
            height: 15px; }
          #gform_wrapper_2 form .gform_body ul.gform_fields .ginput_container_creditcard span.ginput_full:last-child::before, #gform_wrapper_2 form .gform_body .top_label .ginput_container_creditcard span.ginput_full:last-child::before {
            content: "\f2c3";
            box-sizing: border-box;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            color: #fff;
            left: 15px;
            position: absolute;
            top: 0;
            bottom: 0;
            margin: auto;
            height: 15px; }
          #gform_wrapper_2 form .gform_body ul.gform_fields .ginput_container_creditcard span.ginput_full.ginput_cardextras, #gform_wrapper_2 form .gform_body .top_label .ginput_container_creditcard span.ginput_full.ginput_cardextras {
            font-size: 0;
            display: block; }
            #gform_wrapper_2 form .gform_body ul.gform_fields .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_right, #gform_wrapper_2 form .gform_body .top_label .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_right {
              width: 51%;
              display: inline-block;
              vertical-align: top;
              position: relative; }
              #gform_wrapper_2 form .gform_body ul.gform_fields .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_right::before, #gform_wrapper_2 form .gform_body .top_label .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_right::before {
                content: "\f023";
                box-sizing: border-box;
                font: normal normal normal 14px/1 FontAwesome;
                color: #fff;
                font-size: 22px;
                left: 15px;
                position: absolute;
                text-rendering: auto;
                top: 15px; }
              #gform_wrapper_2 form .gform_body ul.gform_fields .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_right input.ginput_card_security_code, #gform_wrapper_2 form .gform_body .top_label .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_right input.ginput_card_security_code {
                display: inline-block;
                margin-top: 0; }
              #gform_wrapper_2 form .gform_body ul.gform_fields .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_right span.ginput_card_security_code_icon, #gform_wrapper_2 form .gform_body .top_label .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_right span.ginput_card_security_code_icon {
                top: -18px;
                display: none; }
            #gform_wrapper_2 form .gform_body ul.gform_fields .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_left, #gform_wrapper_2 form .gform_body .top_label .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_left {
              width: 49%;
              display: inline-block; }
              #gform_wrapper_2 form .gform_body ul.gform_fields .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_left span.ginput_card_field, #gform_wrapper_2 form .gform_body .top_label .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_left span.ginput_card_field {
                display: block; }
              #gform_wrapper_2 form .gform_body ul.gform_fields .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_left select, #gform_wrapper_2 form .gform_body .top_label .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_left select {
                font-family: 'Noto Serif', serif;
                width: 45% !important;
                margin: 0 8px 10px 0;
                padding: 10px !important;
                appearance: none;
                -moz-appearance: none;
                -webkit-appearance: none;
                position: relative;
                background: none; }
        #gform_wrapper_2 form .gform_body ul.gform_fields .ginput_container_creditcard .gform_card_icon_style2, #gform_wrapper_2 form .gform_body .top_label .ginput_container_creditcard .gform_card_icon_style2 {
          display: none; }
        #gform_wrapper_2 form .gform_body ul.gform_fields li#field_2_8, #gform_wrapper_2 form .gform_body .top_label li#field_2_8 {
          /*Radio Button Recurring*/ }
          #gform_wrapper_2 form .gform_body ul.gform_fields li#field_2_8 .ginput_container_radio, #gform_wrapper_2 form .gform_body .top_label li#field_2_8 .ginput_container_radio {
            margin-bottom: 10px;
            margin-top: 20px;
            display: block !important; }
            #gform_wrapper_2 form .gform_body ul.gform_fields li#field_2_8 .ginput_container_radio ul.gfield_radio, #gform_wrapper_2 form .gform_body .top_label li#field_2_8 .ginput_container_radio ul.gfield_radio {
              /*Flex*/
              display: flex;
              flex-wrap: wrap;
              flex-flow: row wrap;
              justify-content: space-between;
              align-items: center;
              align-content: center;
              padding: 0;
              margin: 0;
              width: 100%; }
              #gform_wrapper_2 form .gform_body ul.gform_fields li#field_2_8 .ginput_container_radio ul.gfield_radio li, #gform_wrapper_2 form .gform_body .top_label li#field_2_8 .ginput_container_radio ul.gfield_radio li {
                position: relative;
                text-align: center;
                list-style-type: none;
                width: 47%;
                transition: 0.4s; }
                #gform_wrapper_2 form .gform_body ul.gform_fields li#field_2_8 .ginput_container_radio ul.gfield_radio li:hover, #gform_wrapper_2 form .gform_body .top_label li#field_2_8 .ginput_container_radio ul.gfield_radio li:hover {
                  background: #fff;
                  color: #684531;
                  transition: 0.4s; }
                #gform_wrapper_2 form .gform_body ul.gform_fields li#field_2_8 .ginput_container_radio ul.gfield_radio li input, #gform_wrapper_2 form .gform_body .top_label li#field_2_8 .ginput_container_radio ul.gfield_radio li input {
                  left: 0;
                  margin: 0;
                  padding: 0;
                  position: absolute;
                  top: 0;
                  visibility: hidden; }
                #gform_wrapper_2 form .gform_body ul.gform_fields li#field_2_8 .ginput_container_radio ul.gfield_radio li label, #gform_wrapper_2 form .gform_body .top_label li#field_2_8 .ginput_container_radio ul.gfield_radio li label {
                  display: block;
                  margin: 0 !important; }
                #gform_wrapper_2 form .gform_body ul.gform_fields li#field_2_8 .ginput_container_radio ul.gfield_radio li input:checked + label, #gform_wrapper_2 form .gform_body .top_label li#field_2_8 .ginput_container_radio ul.gfield_radio li input:checked + label {
                  color: #7cb830 !important;
                  background: #fff !important;
                  display: block !important;
                  border: 1px solid #fff !important; }
                  #gform_wrapper_2 form .gform_body ul.gform_fields li#field_2_8 .ginput_container_radio ul.gfield_radio li input:checked + label::after, #gform_wrapper_2 form .gform_body .top_label li#field_2_8 .ginput_container_radio ul.gfield_radio li input:checked + label::after {
                    display: none; }
                #gform_wrapper_2 form .gform_body ul.gform_fields li#field_2_8 .ginput_container_radio ul.gfield_radio li [type="radio"]:checked + label,
                #gform_wrapper_2 form .gform_body ul.gform_fields li#field_2_8 .ginput_container_radio ul.gfield_radio li [type="radio"]:not(:checked) + label, #gform_wrapper_2 form .gform_body .top_label li#field_2_8 .ginput_container_radio ul.gfield_radio li [type="radio"]:checked + label,
                #gform_wrapper_2 form .gform_body .top_label li#field_2_8 .ginput_container_radio ul.gfield_radio li [type="radio"]:not(:checked) + label {
                  font-family: 'Noto Serif', serif;
                  background-color: transparent;
                  border-radius: 1px;
                  border: 1px solid #fff;
                  box-shadow: none;
                  color: #fff;
                  font-size: 20px !important;
                  font-weight: 400;
                  height: 50px;
                  line-height: 1em;
                  margin-bottom: 15px;
                  max-width: 100%;
                  padding: 15px 5px;
                  position: relative !important;
                  text-transform: none;
                  width: 100%;
                  padding-top: 14px !important;
                  padding-left: 5px !important;
                  /* firefox 19+ */
                  /* ie */ }
                  #gform_wrapper_2 form .gform_body ul.gform_fields li#field_2_8 .ginput_container_radio ul.gfield_radio li [type="radio"]:checked + label::-webkit-input-placeholder,
                  #gform_wrapper_2 form .gform_body ul.gform_fields li#field_2_8 .ginput_container_radio ul.gfield_radio li [type="radio"]:not(:checked) + label::-webkit-input-placeholder, #gform_wrapper_2 form .gform_body .top_label li#field_2_8 .ginput_container_radio ul.gfield_radio li [type="radio"]:checked + label::-webkit-input-placeholder,
                  #gform_wrapper_2 form .gform_body .top_label li#field_2_8 .ginput_container_radio ul.gfield_radio li [type="radio"]:not(:checked) + label::-webkit-input-placeholder {
                    color: #fff;
                    opacity: 1; }
                  #gform_wrapper_2 form .gform_body ul.gform_fields li#field_2_8 .ginput_container_radio ul.gfield_radio li [type="radio"]:checked + label::-moz-placeholder,
                  #gform_wrapper_2 form .gform_body ul.gform_fields li#field_2_8 .ginput_container_radio ul.gfield_radio li [type="radio"]:not(:checked) + label::-moz-placeholder, #gform_wrapper_2 form .gform_body .top_label li#field_2_8 .ginput_container_radio ul.gfield_radio li [type="radio"]:checked + label::-moz-placeholder,
                  #gform_wrapper_2 form .gform_body .top_label li#field_2_8 .ginput_container_radio ul.gfield_radio li [type="radio"]:not(:checked) + label::-moz-placeholder {
                    color: #fff;
                    opacity: 1; }
                  #gform_wrapper_2 form .gform_body ul.gform_fields li#field_2_8 .ginput_container_radio ul.gfield_radio li [type="radio"]:checked + label:-ms-input-placeholder,
                  #gform_wrapper_2 form .gform_body ul.gform_fields li#field_2_8 .ginput_container_radio ul.gfield_radio li [type="radio"]:not(:checked) + label:-ms-input-placeholder, #gform_wrapper_2 form .gform_body .top_label li#field_2_8 .ginput_container_radio ul.gfield_radio li [type="radio"]:checked + label:-ms-input-placeholder,
                  #gform_wrapper_2 form .gform_body .top_label li#field_2_8 .ginput_container_radio ul.gfield_radio li [type="radio"]:not(:checked) + label:-ms-input-placeholder {
                    color: #fff;
                    opacity: 1; }
                  #gform_wrapper_2 form .gform_body ul.gform_fields li#field_2_8 .ginput_container_radio ul.gfield_radio li [type="radio"]:checked + label:hover,
                  #gform_wrapper_2 form .gform_body ul.gform_fields li#field_2_8 .ginput_container_radio ul.gfield_radio li [type="radio"]:not(:checked) + label:hover, #gform_wrapper_2 form .gform_body .top_label li#field_2_8 .ginput_container_radio ul.gfield_radio li [type="radio"]:checked + label:hover,
                  #gform_wrapper_2 form .gform_body .top_label li#field_2_8 .ginput_container_radio ul.gfield_radio li [type="radio"]:not(:checked) + label:hover {
                    color: #7cb830;
                    transition: 0.4s; }
                #gform_wrapper_2 form .gform_body ul.gform_fields li#field_2_8 .ginput_container_radio ul.gfield_radio li [type="radio"]:checked,
                #gform_wrapper_2 form .gform_body ul.gform_fields li#field_2_8 .ginput_container_radio ul.gfield_radio li [type="radio"]:not(:checked), #gform_wrapper_2 form .gform_body .top_label li#field_2_8 .ginput_container_radio ul.gfield_radio li [type="radio"]:checked,
                #gform_wrapper_2 form .gform_body .top_label li#field_2_8 .ginput_container_radio ul.gfield_radio li [type="radio"]:not(:checked) {
                  position: absolute;
                  left: -9999px; }
                #gform_wrapper_2 form .gform_body ul.gform_fields li#field_2_8 .ginput_container_radio ul.gfield_radio li [type="radio"]:not(:checked) + label:after, #gform_wrapper_2 form .gform_body .top_label li#field_2_8 .ginput_container_radio ul.gfield_radio li [type="radio"]:not(:checked) + label:after {
                  opacity: 0;
                  -webkit-transform: scale(0);
                  transform: scale(0); }
        #gform_wrapper_2 form .gform_body ul.gform_fields li#field_2_12, #gform_wrapper_2 form .gform_body .top_label li#field_2_12 {
          /*Radio Button Recurring*/ }
          #gform_wrapper_2 form .gform_body ul.gform_fields li#field_2_12 .ginput_container_radio, #gform_wrapper_2 form .gform_body .top_label li#field_2_12 .ginput_container_radio {
            margin-bottom: 10px;
            margin-top: 20px;
            display: block !important; }
            #gform_wrapper_2 form .gform_body ul.gform_fields li#field_2_12 .ginput_container_radio ul.gfield_radio, #gform_wrapper_2 form .gform_body .top_label li#field_2_12 .ginput_container_radio ul.gfield_radio {
              /*Flex*/
              display: flex;
              flex-wrap: wrap;
              flex-flow: row wrap;
              justify-content: space-between;
              align-items: center;
              align-content: center;
              padding: 0;
              margin: 0;
              width: 100%; }
              #gform_wrapper_2 form .gform_body ul.gform_fields li#field_2_12 .ginput_container_radio ul.gfield_radio li, #gform_wrapper_2 form .gform_body .top_label li#field_2_12 .ginput_container_radio ul.gfield_radio li {
                position: relative;
                text-align: center;
                list-style-type: none;
                width: 47%; }
                #gform_wrapper_2 form .gform_body ul.gform_fields li#field_2_12 .ginput_container_radio ul.gfield_radio li input, #gform_wrapper_2 form .gform_body .top_label li#field_2_12 .ginput_container_radio ul.gfield_radio li input {
                  left: 0;
                  margin: 0;
                  padding: 0;
                  position: absolute;
                  top: 0;
                  visibility: hidden; }
                #gform_wrapper_2 form .gform_body ul.gform_fields li#field_2_12 .ginput_container_radio ul.gfield_radio li label, #gform_wrapper_2 form .gform_body .top_label li#field_2_12 .ginput_container_radio ul.gfield_radio li label {
                  display: block;
                  margin: 0 !important; }
                #gform_wrapper_2 form .gform_body ul.gform_fields li#field_2_12 .ginput_container_radio ul.gfield_radio li input:checked + label, #gform_wrapper_2 form .gform_body .top_label li#field_2_12 .ginput_container_radio ul.gfield_radio li input:checked + label {
                  color: #7cb830 !important;
                  background: #fff !important;
                  display: block !important;
                  border: 1px solid #fff !important; }
                  #gform_wrapper_2 form .gform_body ul.gform_fields li#field_2_12 .ginput_container_radio ul.gfield_radio li input:checked + label::after, #gform_wrapper_2 form .gform_body .top_label li#field_2_12 .ginput_container_radio ul.gfield_radio li input:checked + label::after {
                    display: none; }
                #gform_wrapper_2 form .gform_body ul.gform_fields li#field_2_12 .ginput_container_radio ul.gfield_radio li [type="radio"]:checked + label,
                #gform_wrapper_2 form .gform_body ul.gform_fields li#field_2_12 .ginput_container_radio ul.gfield_radio li [type="radio"]:not(:checked) + label, #gform_wrapper_2 form .gform_body .top_label li#field_2_12 .ginput_container_radio ul.gfield_radio li [type="radio"]:checked + label,
                #gform_wrapper_2 form .gform_body .top_label li#field_2_12 .ginput_container_radio ul.gfield_radio li [type="radio"]:not(:checked) + label {
                  font-family: 'Noto Serif', serif;
                  background-color: transparent;
                  border-radius: 1px;
                  border: 1px solid #fff;
                  box-shadow: none;
                  color: #fff;
                  font-size: 20px !important;
                  font-weight: 400;
                  height: 50px;
                  line-height: 1em;
                  margin-bottom: 15px;
                  max-width: 100%;
                  padding: 15px 5px;
                  position: relative !important;
                  text-transform: none;
                  width: 100%;
                  /* firefox 19+ */
                  /* ie */ }
                  #gform_wrapper_2 form .gform_body ul.gform_fields li#field_2_12 .ginput_container_radio ul.gfield_radio li [type="radio"]:checked + label::-webkit-input-placeholder,
                  #gform_wrapper_2 form .gform_body ul.gform_fields li#field_2_12 .ginput_container_radio ul.gfield_radio li [type="radio"]:not(:checked) + label::-webkit-input-placeholder, #gform_wrapper_2 form .gform_body .top_label li#field_2_12 .ginput_container_radio ul.gfield_radio li [type="radio"]:checked + label::-webkit-input-placeholder,
                  #gform_wrapper_2 form .gform_body .top_label li#field_2_12 .ginput_container_radio ul.gfield_radio li [type="radio"]:not(:checked) + label::-webkit-input-placeholder {
                    color: #fff;
                    opacity: 1; }
                  #gform_wrapper_2 form .gform_body ul.gform_fields li#field_2_12 .ginput_container_radio ul.gfield_radio li [type="radio"]:checked + label::-moz-placeholder,
                  #gform_wrapper_2 form .gform_body ul.gform_fields li#field_2_12 .ginput_container_radio ul.gfield_radio li [type="radio"]:not(:checked) + label::-moz-placeholder, #gform_wrapper_2 form .gform_body .top_label li#field_2_12 .ginput_container_radio ul.gfield_radio li [type="radio"]:checked + label::-moz-placeholder,
                  #gform_wrapper_2 form .gform_body .top_label li#field_2_12 .ginput_container_radio ul.gfield_radio li [type="radio"]:not(:checked) + label::-moz-placeholder {
                    color: #fff;
                    opacity: 1; }
                  #gform_wrapper_2 form .gform_body ul.gform_fields li#field_2_12 .ginput_container_radio ul.gfield_radio li [type="radio"]:checked + label:-ms-input-placeholder,
                  #gform_wrapper_2 form .gform_body ul.gform_fields li#field_2_12 .ginput_container_radio ul.gfield_radio li [type="radio"]:not(:checked) + label:-ms-input-placeholder, #gform_wrapper_2 form .gform_body .top_label li#field_2_12 .ginput_container_radio ul.gfield_radio li [type="radio"]:checked + label:-ms-input-placeholder,
                  #gform_wrapper_2 form .gform_body .top_label li#field_2_12 .ginput_container_radio ul.gfield_radio li [type="radio"]:not(:checked) + label:-ms-input-placeholder {
                    color: #fff;
                    opacity: 1; }
                #gform_wrapper_2 form .gform_body ul.gform_fields li#field_2_12 .ginput_container_radio ul.gfield_radio li [type="radio"]:checked,
                #gform_wrapper_2 form .gform_body ul.gform_fields li#field_2_12 .ginput_container_radio ul.gfield_radio li [type="radio"]:not(:checked), #gform_wrapper_2 form .gform_body .top_label li#field_2_12 .ginput_container_radio ul.gfield_radio li [type="radio"]:checked,
                #gform_wrapper_2 form .gform_body .top_label li#field_2_12 .ginput_container_radio ul.gfield_radio li [type="radio"]:not(:checked) {
                  position: absolute;
                  left: -9999px; }
                #gform_wrapper_2 form .gform_body ul.gform_fields li#field_2_12 .ginput_container_radio ul.gfield_radio li [type="radio"]:not(:checked) + label:after, #gform_wrapper_2 form .gform_body .top_label li#field_2_12 .ginput_container_radio ul.gfield_radio li [type="radio"]:not(:checked) + label:after {
                  opacity: 0;
                  -webkit-transform: scale(0);
                  transform: scale(0); }
      #gform_wrapper_2 form .gform_body .ginput_container_total {
        margin-bottom: 10px; }
        #gform_wrapper_2 form .gform_body .ginput_container_total .ginput_total {
          color: #fff;
          font-size: 0; }
    #gform_wrapper_2 form .gform_footer {
      padding: 0;
      margin: 0 !important; }
      #gform_wrapper_2 form .gform_footer input[type="submit"] {
        font-family: 'Noto Serif', serif;
        background: #fff;
        border-radius: 5px;
        border: none;
        color: #684531 !important;
        display: block !important;
        font-size: 20px !important;
        font-weight: 400 !important;
        height: unset;
        line-height: 1em;
        margin: 5px auto 10px;
        padding: 15px 10px;
        text-transform: capitalize;
        transition: 0.4s;
        width: 100% !important;
        border: 1px solid #fff; }
        #gform_wrapper_2 form .gform_footer input[type="submit"]:hover, #gform_wrapper_2 form .gform_footer input[type="submit"]:focus, #gform_wrapper_2 form .gform_footer input[type="submit"]:active {
          background: transparent;
          color: #fff !important;
          text-decoration: none;
          transition: 0.4s; }

@media only screen and (max-width: 768px) {
  .donate-custom .custom-box-form {
    top: 0 !important; } }
#social-stream-230 {
  background: transparent;
  border-radius: 0;
  padding: 0; }
  #social-stream-230 .dcwss-content {
    border-radius: 0; }
    #social-stream-230 .dcwss-content ul.stream {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-flow: row wrap;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-align-items: flex-start;
      align-items: flex-start;
      align-content: space-between;
      -webkit-align-content: space-between;
      padding-left: 0 !important;
      width: 100% !important;
      /*general li*/
      /*general li*/ }
      #social-stream-230 .dcwss-content ul.stream li.dcsns-li {
        font-family: 'Noto Serif', serif;
        border: 1px solid #684531;
        border-radius: 3px;
        box-shadow: none;
        color: #000000;
        left: unset !important;
        margin: 0 30px 35px 0 !important;
        max-width: 100% !important;
        position: relative !important;
        top: unset !important;
        transition-duration: 0.7s !important; }
        #social-stream-230 .dcwss-content ul.stream li.dcsns-li.dcsns-twitter .inner .section-text > a {
          border-radius: 15px 15px 0 0;
          display: block;
          height: 125px;
          margin: -20px -20px 5px;
          overflow: hidden;
          position: relative;
          width: calc(100% + 40px); }
          #social-stream-230 .dcwss-content ul.stream li.dcsns-li.dcsns-twitter .inner .section-text > a img {
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            border-radius: 15px 15px 0 0;
            left: 50%;
            margin-top: -20px;
            position: absolute;
            top: 50%; }
          #social-stream-230 .dcwss-content ul.stream li.dcsns-li.dcsns-twitter .inner .section-text > a span {
            font-family: 'Noto Serif', serif;
            font-size: 18px;
            color: #684531; }
        #social-stream-230 .dcwss-content ul.stream li.dcsns-li .inner {
          padding: 0;
          border-radius: 0 !important;
          margin: 0;
          margin-top: -15px; }
          #social-stream-230 .dcwss-content ul.stream li.dcsns-li .inner .section-thumb {
            float: none;
            display: block;
            width: 100%;
            padding-bottom: 4%; }
            #social-stream-230 .dcwss-content ul.stream li.dcsns-li .inner .section-thumb > a {
              border-radius: 0;
              display: block;
              height: 180px;
              margin-bottom: 5px;
              overflow: hidden;
              position: relative;
              width: 100%; }
              #social-stream-230 .dcwss-content ul.stream li.dcsns-li .inner .section-thumb > a img {
                -webkit-transform: translate(-50%, -50%);
                -moz-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
                border-radius: 10px 10px 0 0;
                left: 50%;
                position: absolute;
                top: 50%; }
          #social-stream-230 .dcwss-content ul.stream li.dcsns-li .inner .section-text {
            padding: 0 20px 10px 20px !important; }
            #social-stream-230 .dcwss-content ul.stream li.dcsns-li .inner .section-text > a {
              display: inline;
              height: 135px;
              margin-bottom: 5px;
              overflow: hidden;
              position: relative; }
              #social-stream-230 .dcwss-content ul.stream li.dcsns-li .inner .section-text > a img {
                -webkit-transform: translate(-50%, -50%);
                -moz-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
                border-radius: 15px 15px 0 0;
                display: block;
                left: 50%;
                position: absolute;
                top: 50%; }
          #social-stream-230 .dcwss-content ul.stream li.dcsns-li .inner span.section-thumb {
            float: none;
            margin: 0; }
            #social-stream-230 .dcwss-content ul.stream li.dcsns-li .inner span.section-thumb img {
              -webkit-transform: translate(-50%, -50%);
              -moz-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
              background: transparent;
              border-radius: 0;
              border: none;
              min-height: 100%;
              left: 50%;
              margin-bottom: 0;
              max-width: inherit;
              padding: 0;
              position: absolute;
              width: 100%;
              top: 50%;
              min-width: 100%; }
          #social-stream-230 .dcwss-content ul.stream li.dcsns-li .inner span.section-text {
            font-family: 'Noto Serif', serif;
            color: #000000;
            font-size: 15px;
            line-height: 1.3em;
            margin-top: 20px;
            text-align: left; }
            #social-stream-230 .dcwss-content ul.stream li.dcsns-li .inner span.section-text a {
              color: #000000;
              font-size: 18px;
              font-weight: 700; }
            #social-stream-230 .dcwss-content ul.stream li.dcsns-li .inner span.section-text span.section-user {
              opacity: 0; }
          #social-stream-230 .dcwss-content ul.stream li.dcsns-li .inner span.section-user {
            font-style: normal;
            background: transparent;
            position: absolute;
            right: 0;
            bottom: 50px;
            text-align: left;
            width: 75%; }
            #social-stream-230 .dcwss-content ul.stream li.dcsns-li .inner span.section-user a {
              color: #684531 !important;
              font-size: 16px;
              font-weight: bold; }
          #social-stream-230 .dcwss-content ul.stream li.dcsns-li .inner span.section-share {
            display: none; }
          #social-stream-230 .dcwss-content ul.stream li.dcsns-li .inner .twitter-user {
            bottom: 50px;
            position: absolute;
            right: 20px;
            width: 68%; }
            #social-stream-230 .dcwss-content ul.stream li.dcsns-li .inner .twitter-user a strong {
              display: block; }
        #social-stream-230 .dcwss-content ul.stream li.dcsns-li span.section-intro {
          font-family: 'Noto Serif', serif;
          background: transparent !important;
          color: #684531;
          display: block;
          float: right;
          font-size: 16px;
          margin-bottom: 18px;
          padding: 35px 20px 0 0;
          text-align: left;
          z-index: 0;
          width: 70%; }
          #social-stream-230 .dcwss-content ul.stream li.dcsns-li span.section-intro span {
            font-weight: 400;
            font-size: 16px; }
          #social-stream-230 .dcwss-content ul.stream li.dcsns-li span.section-intro a {
            color: #684531; }
          #social-stream-230 .dcwss-content ul.stream li.dcsns-li span.section-intro a.link-intro {
            display: none; }
        #social-stream-230 .dcwss-content ul.stream li.dcsns-li a span.socicon:before {
          font-size: 25px; }
        #social-stream-230 .dcwss-content ul.stream li.dcsns-li a span.socicon .socicon:empty {
          width: 0 !important; }
        #social-stream-230 .dcwss-content ul.stream li.dcsns-li .socicon {
          bottom: 35px;
          left: 15px;
          color: #000000 !important; }
          #social-stream-230 .dcwss-content ul.stream li.dcsns-li .socicon.socicon-facebook {
            color: #684531 !important; }
          #social-stream-230 .dcwss-content ul.stream li.dcsns-li .socicon.socicon-twitter {
            color: #684531 !important; }
      #social-stream-230 .dcwss-content ul.stream li.dcsns-facebook {
        background: #fff; }
      #social-stream-230 .dcwss-content ul.stream li.dcsns-instagram {
        background: #fff; }
      #social-stream-230 .dcwss-content ul.stream li.dcsns-twitter {
        background: #fff; }
        #social-stream-230 .dcwss-content ul.stream li.dcsns-twitter span.twitter-user {
          margin-bottom: 0px; }
          #social-stream-230 .dcwss-content ul.stream li.dcsns-twitter span.twitter-user a {
            color: #000000 !important; }
            #social-stream-230 .dcwss-content ul.stream li.dcsns-twitter span.twitter-user a strong {
              color: #000000; }
        #social-stream-230 .dcwss-content ul.stream li.dcsns-twitter span.section-text a {
          color: #2db6e8 !important;
          font-size: 13px !important;
          word-break: break-all; }

.wall-outer #dcsns-filter.dc-center {
  float: none;
  margin-left: 0 !important;
  margin: 0 auto;
  text-align: center !important;
  padding-left: 0 !important;
  margin-bottom: 35px !important; }

.wall-outer .dcsns-toolbar {
  display: none !important; }

ul#dcsns-filter li:first-child {
  display: none; }

.wall-outer {
  margin-top: 30px;
  width: 100%;
  overflow: hidden;
  /*end tabs styles*/
  /*.dcwss-content{
    li.dcsns-li {
      &.dcsns-facebook{        
        .socicon{
          height: 40px;
          left: 20px;
          &::before{
            content: "\f09a";
            font-size: 15px;
            color: #3b5998;
            box-sizing: border-box;
            display: inline-block;
            font-size: 30px;
            position: relative;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            margin-right: 5px;
            font-family: "FontAwesome" !important;
          }
        }      
      }
      &.dcsns-twitter{ 
        span.section-text{
          padding: 0 0 50px !important;
        }      
        .socicon{
          height: 40px;
          left: 20px;
          &::before{
            content: "\f099";
            font-size: 15px;
            color: #4ec2dc;
            box-sizing: border-box;
            display: inline-block;
            font-size: 30px;
            position: relative;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            margin-right: 5px;
            font-family: "FontAwesome" !important;
          }
        }      
      }
      &.dcsns-instagram{        
        .socicon{
          height: 40px;
          left: 20px;
          &::before{
            content: "\f16d";
            font-size: 15px;
            color: #fb3958;
            box-sizing: border-box;
            display: inline-block;
            font-size: 30px;
            position: relative;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            margin-right: 5px;
            font-family: "FontAwesome" !important;
          }
        }      
      }
    }
  } */ }
  .wall-outer .dcsns-toolbar .filter {
    text-align: right !important; }
  .wall-outer .dcsns-toolbar ul.option-set {
    /*global css li */
    /*global css li */ }
    .wall-outer .dcsns-toolbar ul.option-set li {
      position: relative;
      display: inline-block;
      height: 35px;
      width: 35px;
      margin: 0 0 0 30px; }
      .wall-outer .dcsns-toolbar ul.option-set li a {
        background: transparent;
        border-radius: 50%;
        height: 35px;
        margin: 0;
        padding: 0;
        width: 35px; }
        .wall-outer .dcsns-toolbar ul.option-set li a span.socicon {
          -webkit-transform: translate(-50%, -56%);
          -moz-transform: translate(-50%, -56%);
          -ms-transform: translate(-50%, -56%);
          transform: translate(-50%, -56%);
          position: absolute;
          left: 50%;
          top: 50%;
          z-index: 0; }
          .wall-outer .dcsns-toolbar ul.option-set li a span.socicon::before {
            box-sizing: border-box;
            display: inline-block;
            font-size: 35px;
            position: relative;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            font-family: "FontAwesome" !important; }
        .wall-outer .dcsns-toolbar ul.option-set li a.iso-active span.socicon::before {
          color: #fff !important; }
    .wall-outer .dcsns-toolbar ul.option-set li a.link-all {
      display: none;
      font-family: 'Noto Serif', serif;
      background: transparent;
      color: #333333 !important;
      font-size: 18px !important;
      font-weight: 400;
      margin-right: 20px;
      text-shadow: none;
      transition: 0.4s; }
      .wall-outer .dcsns-toolbar ul.option-set li a.link-all:hover {
        color: #004473 !important;
        text-decoration: none; }
    .wall-outer .dcsns-toolbar ul.option-set li.f-facebook a {
      border: 1px solid #3b5998; }
      .wall-outer .dcsns-toolbar ul.option-set li.f-facebook a span.socicon::before {
        content: "\f09a";
        color: #3b5998; }
      .wall-outer .dcsns-toolbar ul.option-set li.f-facebook a:hover, .wall-outer .dcsns-toolbar ul.option-set li.f-facebook a:focus, .wall-outer .dcsns-toolbar ul.option-set li.f-facebook a:active {
        background-color: #3b5998 !important; }
        .wall-outer .dcsns-toolbar ul.option-set li.f-facebook a:hover span.socicon::before, .wall-outer .dcsns-toolbar ul.option-set li.f-facebook a:focus span.socicon::before, .wall-outer .dcsns-toolbar ul.option-set li.f-facebook a:active span.socicon::before {
          color: #fff; }
      .wall-outer .dcsns-toolbar ul.option-set li.f-facebook a.iso-active {
        background-color: #3b5998 !important; }
        .wall-outer .dcsns-toolbar ul.option-set li.f-facebook a.iso-active span.socicon::before {
          color: #fff !important; }
    .wall-outer .dcsns-toolbar ul.option-set li.f-twitter a {
      border: 1px solid #4ec2dc; }
      .wall-outer .dcsns-toolbar ul.option-set li.f-twitter a span.socicon::before {
        content: "\f099";
        color: #4ec2dc; }
      .wall-outer .dcsns-toolbar ul.option-set li.f-twitter a:hover, .wall-outer .dcsns-toolbar ul.option-set li.f-twitter a:focus, .wall-outer .dcsns-toolbar ul.option-set li.f-twitter a:active {
        background-color: #4ec2dc !important; }
        .wall-outer .dcsns-toolbar ul.option-set li.f-twitter a:hover span.socicon::before, .wall-outer .dcsns-toolbar ul.option-set li.f-twitter a:focus span.socicon::before, .wall-outer .dcsns-toolbar ul.option-set li.f-twitter a:active span.socicon::before {
          color: #fff; }
      .wall-outer .dcsns-toolbar ul.option-set li.f-twitter a.iso-active {
        background-color: #4ec2dc !important; }
        .wall-outer .dcsns-toolbar ul.option-set li.f-twitter a.iso-active span.socicon::before {
          color: #fff !important; }
    .wall-outer .dcsns-toolbar ul.option-set li.f-instagram a {
      border: 1px solid #cd486b; }
      .wall-outer .dcsns-toolbar ul.option-set li.f-instagram a span.socicon::before {
        content: "\f16d";
        color: #cd486b; }
      .wall-outer .dcsns-toolbar ul.option-set li.f-instagram a:visited {
        background-color: transparent !important; }
      .wall-outer .dcsns-toolbar ul.option-set li.f-instagram a:hover, .wall-outer .dcsns-toolbar ul.option-set li.f-instagram a:focus, .wall-outer .dcsns-toolbar ul.option-set li.f-instagram a:active {
        background-color: #cd486b !important; }
        .wall-outer .dcsns-toolbar ul.option-set li.f-instagram a:hover span.socicon::before, .wall-outer .dcsns-toolbar ul.option-set li.f-instagram a:focus span.socicon::before, .wall-outer .dcsns-toolbar ul.option-set li.f-instagram a:active span.socicon::before {
          color: #fff; }
      .wall-outer .dcsns-toolbar ul.option-set li.f-instagram a.iso-active {
        background-color: #cd486b !important; }
        .wall-outer .dcsns-toolbar ul.option-set li.f-instagram a.iso-active span.socicon::before {
          color: #fff !important; }
    .wall-outer .dcsns-toolbar ul.option-set li.f-google a {
      border: 1px solid #ea4335; }
      .wall-outer .dcsns-toolbar ul.option-set li.f-google a span.socicon::before {
        content: "\f0d5";
        color: #ea4335; }
      .wall-outer .dcsns-toolbar ul.option-set li.f-google a:hover, .wall-outer .dcsns-toolbar ul.option-set li.f-google a:focus, .wall-outer .dcsns-toolbar ul.option-set li.f-google a:active {
        background-color: #ea4335 !important; }
        .wall-outer .dcsns-toolbar ul.option-set li.f-google a:hover span.socicon::before, .wall-outer .dcsns-toolbar ul.option-set li.f-google a:focus span.socicon::before, .wall-outer .dcsns-toolbar ul.option-set li.f-google a:active span.socicon::before {
          color: #fff; }

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  #social-stream-37 .dcwss-content ul.stream li.dcsns-li {
    width: 24% !important; } }
@media only screen and (max-width: 991px) {
  #social-stream-37 .dcwss-content ul.stream li.dcsns-li {
    margin: 0 auto !important;
    right: 0; }

  #social-stream-37 .dcwss-content ul.stream li.dcsns-li {
    width: 250px !important; } }
@media only screen and (max-width: 768px) {
  .wall-outer .dcsns-toolbar ul.option-set {
    margin: 0 auto !important;
    padding: inherit !important;
    text-align: center !important; }
    .wall-outer .dcsns-toolbar ul.option-set li {
      margin: 0 12px 0 !important; }

  #social-stream-37 .dcwss-content ul.stream {
    -webkit-justify-content: center;
    justify-content: center; }

  #social-stream-37 .dcwss-content ul.stream li.dcsns-li {
    margin: 25px auto !important;
    right: 0; }

  .stream {
    width: 100% !important; }

  .dcwss.dc-wall.col-4 .stream li {
    width: inherit !important;
    margin-bottom: 20px !important; } }
@media only screen and (max-width: 480px) {
  .wall-outer {
    margin-top: 0; }
    .wall-outer .dcsns-toolbar .filter {
      margin-bottom: 0; }

  #social-stream-37 .dcwss-content ul.stream li.dcsns-li {
    margin: 0 auto !important;
    right: 0; } }
/*END INTERIOR PAGE--------------------------------------------*/
/*END Events------------------------------------------*/
/*START Volunteer---------------------------*/
.volunteer-custom {
  /*TOP---------------------*/
  /*TOP---------------------*/
  /*BODY--------------------*/
  /*BODY---------------------*/
  /*SOCIAL-------------------*/
  /*SOCIAL-------------------*/ }
  .volunteer-custom .interior-top {
    height: 450px; }
    .volunteer-custom .interior-top::before {
      width: 80%; }
  .volunteer-custom .volunteer-body {
    padding: 60px 0; }
    .volunteer-custom .volunteer-body h2 {
      color: #684531;
      font-size: 32px !important;
      margin-top: 0;
      margin-bottom: 25px !important; }
    .volunteer-custom .volunteer-body .info-event .event-box {
      margin: 0 0 15px; }
      .volunteer-custom .volunteer-body .info-event .event-box .icon-event {
        width: 26px;
        height: 26px; }
      .volunteer-custom .volunteer-body .info-event .event-box .text-event {
        align-self: flex-end;
        margin-left: 15px; }
        .volunteer-custom .volunteer-body .info-event .event-box .text-event h3 {
          margin: 0;
          font-size: 20px !important;
          font-weight: 700 !important;
          color: #684531;
          text-transform: none !important; }
      .volunteer-custom .volunteer-body .info-event .event-box:nth-child(2) .text-event h3 {
        font-weight: 400 !important;
        color: #000000 !important; }
      .volunteer-custom .volunteer-body .info-event .event-box:nth-child(3) .text-event h3 {
        color: #d9143d !important; }
    .volunteer-custom .volunteer-body .info-event .volunteer-text {
      padding: 15px 0 0;
      border-bottom: 1px solid #a7a7a7; }
      .volunteer-custom .volunteer-body .info-event .volunteer-text .img-box .left-side {
        width: 120px;
        height: 120px;
        border-radius: 50%;
        border: 1px solid #d0cd9b; }
      .volunteer-custom .volunteer-body .info-event .volunteer-text .img-box .right-side {
        width: 78%;
        align-self: center; }
        .volunteer-custom .volunteer-body .info-event .volunteer-text .img-box .right-side p {
          margin-top: 0 !important;
          font-size: 20px !important;
          margin-bottom: 0 !important; }
          .volunteer-custom .volunteer-body .info-event .volunteer-text .img-box .right-side p strong {
            color: #684531 !important; }
    .volunteer-custom .volunteer-body .volunteer-activities {
      padding: 45px 0 75px;
      border-bottom: 1px solid #a7a7a7; }
      .volunteer-custom .volunteer-body .volunteer-activities .left-side {
        width: 54%;
        display: inline-block; }
        .volunteer-custom .volunteer-body .volunteer-activities .left-side h2 {
          font-size: 26px !important; }
        .volunteer-custom .volunteer-body .volunteer-activities .left-side .volunteer-box {
          margin: 0 0 15px; }
          .volunteer-custom .volunteer-body .volunteer-activities .left-side .volunteer-box .icon-event {
            width: 26px;
            height: 26px; }
          .volunteer-custom .volunteer-body .volunteer-activities .left-side .volunteer-box .text-event {
            align-self: flex-end;
            margin-left: 15px; }
            .volunteer-custom .volunteer-body .volunteer-activities .left-side .volunteer-box .text-event h3 {
              margin: 0;
              font-size: 20px !important;
              font-weight: 400 !important;
              color: #333333;
              text-transform: none !important; }
      .volunteer-custom .volunteer-body .volunteer-activities .right-side {
        width: 45%;
        height: 195px;
        position: relative;
        display: inline-block; }
        .volunteer-custom .volunteer-body .volunteer-activities .right-side .volunteer-img {
          position: absolute;
          width: 100%;
          height: 100%;
          background-position: center;
          background-size: cover;
          background-repeat: no-repeat; }
        .volunteer-custom .volunteer-body .volunteer-activities .right-side .center-button {
          text-align: center;
          width: 100%; }
          .volunteer-custom .volunteer-body .volunteer-activities .right-side .center-button a.btn-5 {
            position: absolute;
            bottom: -20px;
            left: 0;
            right: 0;
            margin: 0 auto;
            display: inline-block;
            width: 68%; }
    .volunteer-custom .volunteer-body .typical-day {
      padding: 50px 0 0; }
      .volunteer-custom .volunteer-body .typical-day h2 {
        font-size: 26px !important; }
      .volunteer-custom .volunteer-body .typical-day .blue {
        color: #684531 !important;
        font-weight: 700 !important; }
      .volunteer-custom .volunteer-body .typical-day .time-section .time-box .time {
        display: block;
        margin-top: 25px;
        margin-bottom: 0;
        font-weight: 700 !important; }
      .volunteer-custom .volunteer-body .typical-day .time-section .time-box .activities {
        display: block;
        font-weight: 400;
        margin-top: 0; }
    .volunteer-custom .volunteer-body .form-side .gform_wrapper {
      background: #684531;
      padding: 50px 30px;
      color: #fff;
      border-radius: 5px; }
    .volunteer-custom .volunteer-body .form-side .gform_wrapper .top_label .gfield_label {
      display: none; }
    .volunteer-custom .volunteer-body .form-side #field_11_7 .gfield_label {
      display: block !important; }
    .volunteer-custom .volunteer-body .form-side .gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label {
      display: none; }
    .volunteer-custom .volunteer-body .form-side .gform_wrapper .ginput_complex .ginput_right {
      width: 100% !important;
      padding-right: 0 !important;
      margin-top: 16px; }
    .volunteer-custom .volunteer-body .form-side .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
      width: 100% !important; }
    .volunteer-custom .volunteer-body .form-side .gform_wrapper ul li.gfield.field_sublabel_above.field_description_below + li.gfield {
      margin-top: 12px !important; }
    .volunteer-custom .volunteer-body .form-side input {
      color: #fff;
      /* firefox 19+ */
      /* ie */ }
      .volunteer-custom .volunteer-body .form-side input::-webkit-input-placeholder {
        color: #fff;
        opacity: 1;
        font-weight: 700; }
      .volunteer-custom .volunteer-body .form-side input::-moz-placeholder {
        color: #fff;
        opacity: 1;
        font-weight: 700; }
      .volunteer-custom .volunteer-body .form-side input:-ms-input-placeholder {
        color: #fff;
        opacity: 1;
        font-weight: 700; }
    .volunteer-custom .volunteer-body .form-side .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
      padding-left: 16px !important; }
    .volunteer-custom .volunteer-body .form-side textarea {
      color: #fff;
      padding-left: 16px !important;
      /* firefox 19+ */
      /* ie */ }
      .volunteer-custom .volunteer-body .form-side textarea::-webkit-input-placeholder {
        color: #fff;
        opacity: 1;
        font-weight: 700; }
      .volunteer-custom .volunteer-body .form-side textarea::-moz-placeholder {
        color: #fff;
        opacity: 1;
        font-weight: 700; }
      .volunteer-custom .volunteer-body .form-side textarea:-ms-input-placeholder {
        color: #fff;
        opacity: 1;
        font-weight: 700; }
    .volunteer-custom .volunteer-body .form-side .gform_wrapper ul.gform_fields li.gfield {
      padding-right: 0 !important; }
    .volunteer-custom .volunteer-body .form-side .gform_wrapper ul li.field_description_below div.ginput_container_checkbox {
      display: inline-block; }
    .volunteer-custom .volunteer-body .form-side .gform_wrapper .field_description_below .gfield_description {
      position: relative;
      display: inline;
      padding-top: 0;
      bottom: 10px; }
      .volunteer-custom .volunteer-body .form-side .gform_wrapper .field_description_below .gfield_description a {
        color: #fff !important;
        font-weight: 700 !important; }
    .volunteer-custom .volunteer-body .form-side .gform_wrapper .gform_footer {
      background: #fff;
      border-radius: 3px;
      border: 1px solid #fff;
      display: block;
      margin: 16px auto 0;
      padding: 10px 25px;
      text-align: center;
      transform: skew(14deg);
      transition: 0.4s;
      width: 60%;
      -webkit-transform: skew(14deg);
      -moz-transform: skew(14deg);
      -ms-transform: skew(14deg);
      -o-transform: skew(14deg); }
      .volunteer-custom .volunteer-body .form-side .gform_wrapper .gform_footer input[type="submit"] {
        color: #684531;
        display: inline-block;
        font-size: 22px;
        font-weight: 700 !important;
        text-decoration: none !important;
        text-transform: uppercase;
        transform: skew(-14deg);
        -webkit-transform: skew(-14deg);
        -moz-transform: skew(-14deg);
        -ms-transform: skew(-14deg);
        -o-transform: skew(-14deg);
        transition: 0.4s;
        border: none; }
      .volunteer-custom .volunteer-body .form-side .gform_wrapper .gform_footer:hover, .volunteer-custom .volunteer-body .form-side .gform_wrapper .gform_footer:focus, .volunteer-custom .volunteer-body .form-side .gform_wrapper .gform_footer:active {
        transition: 0.4s;
        background: transparent;
        text-decoration: none; }
        .volunteer-custom .volunteer-body .form-side .gform_wrapper .gform_footer:hover input[type="submit"], .volunteer-custom .volunteer-body .form-side .gform_wrapper .gform_footer:focus input[type="submit"], .volunteer-custom .volunteer-body .form-side .gform_wrapper .gform_footer:active input[type="submit"] {
          color: #fff;
          transition: 0.4s; }
  .volunteer-custom .addtoany_list.a2a_kit_size_32 a > span {
    width: 135px; }
  .volunteer-custom .a2a_svg svg {
    height: 30px; }

/*END Volunteer------------------------------------------*/
@media only screen and (max-width: 768px) {
  .volunteer-custom .interior-top::before {
    width: 100%; }

  .volunteer-custom .volunteer-body .info-event .event-box .text-event, .volunteer-custom .volunteer-body .volunteer-activities .left-side .volunteer-box .text-event {
    align-self: unset !important;
    margin-left: 0;
    margin-top: 15px; }

  .volunteer-custom .volunteer-body .info-event .volunteer-text .img-box .left-side {
    width: 120px !important; }

  .volunteer-custom .volunteer-body .info-event .volunteer-text .img-box .right-side {
    text-align: center;
    margin-top: 15px !important; }

  .volunteer-custom .volunteer-body .volunteer-activities .left-side {
    width: 100%; }

  .volunteer-custom .volunteer-body .volunteer-activities .right-side {
    width: 100%;
    height: 300px; } }
@media only screen and (max-width: 480px) {
  .volunteer-custom .volunteer-body .volunteer-activities .right-side .center-button a.btn-5 {
    width: 55%;
    margin: 0 auto !important; } }
.team-bios-widget .content-wrap {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, calc(33.3% - 30px)));
  grid-gap: 40px;
  justify-content: space-between; }
.team-bios-widget .Grid-Boxes-with-Side-Panel {
  display: flex;
  justify-content: center;
  align-items: center; }
  .team-bios-widget .Grid-Boxes-with-Side-Panel .single-box {
    width: 30%;
    margin: 0 1%; }
    .team-bios-widget .Grid-Boxes-with-Side-Panel .single-box .img-wrap {
      display: flex;
      align-items: flex-end;
      transition: 0.6s;
      height: 340px;
      width: 100%;
      margin: 0 auto; }
      .team-bios-widget .Grid-Boxes-with-Side-Panel .single-box .img-wrap a {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        border: 3px solid #464648;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #464648;
        position: absolute;
        top: -50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        transition: 0.6s; }
        .team-bios-widget .Grid-Boxes-with-Side-Panel .single-box .img-wrap a:hover {
          background: #464648;
          color: #684531; }
    .team-bios-widget .Grid-Boxes-with-Side-Panel .single-box .info-wrap {
      padding-bottom: 15px;
      position: relative;
      left: 0%;
      transition: 0.6s; }
      .team-bios-widget .Grid-Boxes-with-Side-Panel .single-box .info-wrap span.name, .team-bios-widget .Grid-Boxes-with-Side-Panel .single-box .info-wrap span.position {
        display: inline-block;
        color: #fff;
        font-size: 14px;
        padding: 5px 10px;
        background: rgba(104, 69, 49, 0.8); }
      .team-bios-widget .Grid-Boxes-with-Side-Panel .single-box .info-wrap span.position {
        margin-top: 10px;
        display: block; }
    .team-bios-widget .Grid-Boxes-with-Side-Panel .single-box .text-wrap {
      margin-top: 50px;
      text-align: center; }
      .team-bios-widget .Grid-Boxes-with-Side-Panel .single-box .text-wrap span.name, .team-bios-widget .Grid-Boxes-with-Side-Panel .single-box .text-wrap span.position {
        color: #684531;
        font-family: 'Noto Serif', serif;
        font-size: 24px;
        font-weight: 500;
        display: block;
        margin-bottom: 25px; }
      .team-bios-widget .Grid-Boxes-with-Side-Panel .single-box .text-wrap span.position {
        font-size: 18px; }
    .team-bios-widget .Grid-Boxes-with-Side-Panel .single-box:hover .img-wrap a {
      top: 50%;
      text-decoration: none; }
    .team-bios-widget .Grid-Boxes-with-Side-Panel .single-box:hover .info-wrap {
      left: -100%; }
  .team-bios-widget .Grid-Boxes-with-Side-Panel.Circular-Grid-Boxes-with-Side-Panel .img-wrap {
    border-radius: 50%; }
    .team-bios-widget .Grid-Boxes-with-Side-Panel.Circular-Grid-Boxes-with-Side-Panel .img-wrap .info-wrap {
      position: absolute;
      top: 50%;
      -webkit-transform: translate(0%, -50%);
      -moz-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
      transform: translate(0%, -50%);
      transition: 0.6s; }
.team-bios-widget .Grid-Boxes-with-Single-View {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  grid-gap: 30px; }
  .team-bios-widget .Grid-Boxes-with-Single-View .single-box .img-wrap {
    display: flex;
    align-items: flex-end;
    transition: 0.6s;
    height: 230px;
    width: 230px;
    margin: 0 auto; }
    .team-bios-widget .Grid-Boxes-with-Single-View .single-box .img-wrap a {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      border: 3px solid #464648;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #464648;
      position: absolute;
      top: -50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      transition: 0.6s; }
      .team-bios-widget .Grid-Boxes-with-Single-View .single-box .img-wrap a:hover {
        background: #464648;
        color: #684531; }
  .team-bios-widget .Grid-Boxes-with-Single-View .single-box .info-wrap {
    padding-bottom: 15px;
    position: relative;
    left: 0%;
    transition: 0.6s; }
    .team-bios-widget .Grid-Boxes-with-Single-View .single-box .info-wrap span.name, .team-bios-widget .Grid-Boxes-with-Single-View .single-box .info-wrap span.position {
      display: inline-block;
      color: #464648;
      font-size: 14px;
      padding: 5px 10px;
      background: rgba(104, 69, 49, 0.8); }
    .team-bios-widget .Grid-Boxes-with-Single-View .single-box .info-wrap span.position {
      margin-top: 10px;
      display: block; }
  .team-bios-widget .Grid-Boxes-with-Single-View .single-box .text-wrap {
    margin-top: 50px;
    text-align: center; }
    .team-bios-widget .Grid-Boxes-with-Single-View .single-box .text-wrap span.name, .team-bios-widget .Grid-Boxes-with-Single-View .single-box .text-wrap span.position {
      color: #684531;
      font-family: 'Noto Serif', serif;
      font-size: 24px;
      font-weight: 500;
      display: block;
      margin-bottom: 25px; }
    .team-bios-widget .Grid-Boxes-with-Single-View .single-box .text-wrap span.position {
      font-size: 18px; }
  .team-bios-widget .Grid-Boxes-with-Single-View .single-box:hover .img-wrap a {
    top: 50%;
    text-decoration: none; }
  .team-bios-widget .Grid-Boxes-with-Single-View .single-box:hover .info-wrap {
    left: -100%; }
  .team-bios-widget .Grid-Boxes-with-Single-View.Circular-Grid-Boxes-with-Side-Panel .img-wrap {
    border-radius: 50%; }
    .team-bios-widget .Grid-Boxes-with-Single-View.Circular-Grid-Boxes-with-Side-Panel .img-wrap .info-wrap {
      position: absolute;
      top: 50%;
      -webkit-transform: translate(0%, -50%);
      -moz-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
      transform: translate(0%, -50%);
      transition: 0.6s; }
.team-bios-widget #teamBios .Grid-Boxes-with-carousel-and-Side-Panel {
  display: flex;
  justify-content: center;
  align-items: center; }
  .team-bios-widget #teamBios .Grid-Boxes-with-carousel-and-Side-Panel .content-wrap {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    grid-template-columns: unset !important;
    grid-gap: unset !important;
    width: 100%; }
    .team-bios-widget #teamBios .Grid-Boxes-with-carousel-and-Side-Panel .content-wrap .single-box {
      width: 23%;
      margin: 0 1%; }
      .team-bios-widget #teamBios .Grid-Boxes-with-carousel-and-Side-Panel .content-wrap .single-box .img-wrap {
        display: flex;
        align-items: flex-end;
        transition: 0.6s;
        height: 230px;
        width: 230px;
        margin: 0 auto; }
        .team-bios-widget #teamBios .Grid-Boxes-with-carousel-and-Side-Panel .content-wrap .single-box .img-wrap a {
          width: 40px;
          height: 40px;
          border-radius: 50%;
          border: 3px solid #464648;
          display: flex;
          justify-content: center;
          align-items: center;
          color: #464648;
          position: absolute;
          top: -50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          transition: 0.6s; }
          .team-bios-widget #teamBios .Grid-Boxes-with-carousel-and-Side-Panel .content-wrap .single-box .img-wrap a:hover {
            background: #464648;
            color: #684531; }
      .team-bios-widget #teamBios .Grid-Boxes-with-carousel-and-Side-Panel .content-wrap .single-box .info-wrap {
        padding-bottom: 15px;
        position: relative;
        left: 0%;
        transition: 0.6s; }
        .team-bios-widget #teamBios .Grid-Boxes-with-carousel-and-Side-Panel .content-wrap .single-box .info-wrap span.name, .team-bios-widget #teamBios .Grid-Boxes-with-carousel-and-Side-Panel .content-wrap .single-box .info-wrap span.position {
          display: inline-block;
          color: #464648;
          font-size: 14px;
          padding: 5px 10px;
          background: rgba(104, 69, 49, 0.8); }
        .team-bios-widget #teamBios .Grid-Boxes-with-carousel-and-Side-Panel .content-wrap .single-box .info-wrap span.position {
          margin-top: 10px;
          display: block; }
      .team-bios-widget #teamBios .Grid-Boxes-with-carousel-and-Side-Panel .content-wrap .single-box .text-wrap {
        margin-top: 50px;
        text-align: center; }
        .team-bios-widget #teamBios .Grid-Boxes-with-carousel-and-Side-Panel .content-wrap .single-box .text-wrap span.name, .team-bios-widget #teamBios .Grid-Boxes-with-carousel-and-Side-Panel .content-wrap .single-box .text-wrap span.position {
          color: #684531;
          font-family: 'Noto Serif', serif;
          font-size: 24px;
          font-weight: 500;
          display: block;
          margin-bottom: 15px; }
        .team-bios-widget #teamBios .Grid-Boxes-with-carousel-and-Side-Panel .content-wrap .single-box .text-wrap span.position {
          font-size: 18px;
          border-top: 1px solid #000;
          padding-top: 15px; }
      .team-bios-widget #teamBios .Grid-Boxes-with-carousel-and-Side-Panel .content-wrap .single-box .social-box {
        width: auto;
        margin: 0 auto;
        position: relative;
        transition: 0.6s; }
        .team-bios-widget #teamBios .Grid-Boxes-with-carousel-and-Side-Panel .content-wrap .single-box .social-box ul.social {
          padding: 0;
          list-style: none;
          display: flex;
          justify-content: center; }
          .team-bios-widget #teamBios .Grid-Boxes-with-carousel-and-Side-Panel .content-wrap .single-box .social-box ul.social li {
            margin: 3px; }
            .team-bios-widget #teamBios .Grid-Boxes-with-carousel-and-Side-Panel .content-wrap .single-box .social-box ul.social li a {
              color: #464648;
              width: 30px;
              height: 30px;
              display: flex;
              align-items: center;
              background: #684531;
              display: block;
              display: flex;
              justify-content: center;
              align-items: center;
              transition: 0,5s;
              font-size: 13px; }
              .team-bios-widget #teamBios .Grid-Boxes-with-carousel-and-Side-Panel .content-wrap .single-box .social-box ul.social li a:hover {
                background: #7cb830;
                text-decoration: none; }
      .team-bios-widget #teamBios .Grid-Boxes-with-carousel-and-Side-Panel .content-wrap .single-box:hover .img-wrap a {
        top: 50%;
        text-decoration: none; }
      .team-bios-widget #teamBios .Grid-Boxes-with-carousel-and-Side-Panel .content-wrap .single-box:hover .info-wrap {
        left: -100%; }
.team-bios-widget #teamBios.carousel-fade .carousel-inner {
  /* Safari 4.0 - 8.0 */
  /* Standard syntax */
  /* Safari 4.0 - 8.0 */
  /* Standard syntax */ }
  .team-bios-widget #teamBios.carousel-fade .carousel-inner .caption-a {
    opacity: 0; }
  .team-bios-widget #teamBios.carousel-fade .carousel-inner .left .caption-a, .team-bios-widget #teamBios.carousel-fade .carousel-inner .right .caption-a {
    -webkit-animation-name: opacityTransitionOff;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 0.4s;
    /* Safari 4.0 - 8.0 */
    animation-name: opacityTransitionOff;
    animation-duration: 0.4s; }
@-webkit-keyframes opacityTransitionOff {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes opacityTransitionOff {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
  .team-bios-widget #teamBios.carousel-fade .carousel-inner .active .caption-a {
    -webkit-animation-name: opacityTransition;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 0.8s;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-fill-mode: forwards;
    /* Safari 4.0 - 8.0 */
    animation-name: opacityTransition;
    animation-duration: 0.8s;
    animation-fill-mode: forwards; }
@-webkit-keyframes opacityTransition {
  0% {
    opacity: 0; }
  100% {
    background-color: 1; } }
@keyframes opacityTransition {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
  .team-bios-widget #teamBios.carousel-fade .carousel-inner .item {
    transition-property: opacity; }
  .team-bios-widget #teamBios.carousel-fade .carousel-inner .item,
  .team-bios-widget #teamBios.carousel-fade .carousel-inner .active.left,
  .team-bios-widget #teamBios.carousel-fade .carousel-inner .active.right {
    opacity: 0; }
  .team-bios-widget #teamBios.carousel-fade .carousel-inner .active,
  .team-bios-widget #teamBios.carousel-fade .carousel-inner .next.left,
  .team-bios-widget #teamBios.carousel-fade .carousel-inner .prev.right {
    opacity: 1; }
  .team-bios-widget #teamBios.carousel-fade .carousel-inner .next,
  .team-bios-widget #teamBios.carousel-fade .carousel-inner .prev,
  .team-bios-widget #teamBios.carousel-fade .carousel-inner .active.left,
  .team-bios-widget #teamBios.carousel-fade .carousel-inner .active.right {
    left: 0;
    transform: translate3d(0, 0, 0); }
.team-bios-widget #teamBios.carousel-fade .carousel-control {
  z-index: 2; }
.team-bios-widget #teamBios.carousel-fade .bullets {
  bottom: -5%;
  height: 25px;
  left: 0;
  position: absolute;
  z-index: 1;
  right: 0;
  margin: 0 auto; }
  .team-bios-widget #teamBios.carousel-fade .bullets .carousel-indicators {
    bottom: 0;
    left: 0;
    list-style: none;
    margin: 0;
    position: relative;
    right: unset;
    text-align: center;
    width: 100%;
    z-index: 15; }
    .team-bios-widget #teamBios.carousel-fade .bullets .carousel-indicators li {
      background: transparent;
      border-radius: 50%;
      border: 3px solid #684531;
      height: 12px;
      margin: 0 6px;
      width: 12px; }
      .team-bios-widget #teamBios.carousel-fade .bullets .carousel-indicators li.active {
        background: #7cb830;
        transition: 0.4s;
        border: 5px solid #7cb830;
        width: 15px;
        height: 15px; }
.team-bios-widget #teamBios .carousel-control {
  opacity: 1;
  transition: 0.4s;
  display: none; }
  .team-bios-widget #teamBios .carousel-control span {
    background: transparent url("../images/testimonials-slider.png") no-repeat;
    background-position: 50% 50%;
    background-size: auto;
    border-radius: 50%;
    height: 47px;
    text-align: center;
    text-shadow: none;
    transition: box-shadow 0.4s;
    width: 47px;
    display: block;
    position: absolute;
    top: 40%;
    left: 0%; }
    .team-bios-widget #teamBios .carousel-control span:before {
      -webkit-transform: translate(-50%, -55%);
      -moz-transform: translate(-50%, -55%);
      -ms-transform: translate(-50%, -55%);
      transform: translate(-50%, -55%);
      display: none;
      left: 50%;
      position: absolute;
      top: 50%; }
    .team-bios-widget #teamBios .carousel-control span:hover {
      box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.4); }
  .team-bios-widget #teamBios .carousel-control.left, .team-bios-widget #teamBios .carousel-control.right {
    background: transparent;
    width: 10%; }
  .team-bios-widget #teamBios .carousel-control.left span {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    left: unset;
    right: 0; }
.team-bios-widget .Stacked-Layout-with-Side-Panel {
  display: grid;
  grid-gap: 50px; }
  .team-bios-widget .Stacked-Layout-with-Side-Panel .single-box {
    display: grid;
    grid-template-columns: 300px 1fr;
    grid-gap: 30px;
    border-bottom: 2px solid #333333;
    padding-bottom: 30px; }
    .team-bios-widget .Stacked-Layout-with-Side-Panel .single-box .side-left {
      text-align: center; }
      .team-bios-widget .Stacked-Layout-with-Side-Panel .single-box .side-left .img-wrap {
        margin-bottom: 25px;
        background-size: cover; }
        .team-bios-widget .Stacked-Layout-with-Side-Panel .single-box .side-left .img-wrap a {
          width: 40px;
          height: 40px;
          border-radius: 50%;
          border: 3px solid #464648;
          display: flex;
          justify-content: center;
          align-items: center;
          color: #464648;
          position: absolute;
          top: -50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          transition: 0.6s; }
          .team-bios-widget .Stacked-Layout-with-Side-Panel .single-box .side-left .img-wrap a:hover {
            background: #464648;
            color: #684531; }
        .team-bios-widget .Stacked-Layout-with-Side-Panel .single-box .side-left .img-wrap:hover a {
          top: 50%;
          text-decoration: none; }
      .team-bios-widget .Stacked-Layout-with-Side-Panel .single-box .side-left span.name, .team-bios-widget .Stacked-Layout-with-Side-Panel .single-box .side-left span.position {
        color: #684531;
        font-family: 'Noto Serif', serif;
        font-size: 24px;
        font-weight: 500;
        display: block;
        margin-bottom: 15px; }
      .team-bios-widget .Stacked-Layout-with-Side-Panel .single-box .side-left span.position {
        border-top: 1px dashed #333333;
        padding-top: 15px;
        font-size: 18px; }
    .team-bios-widget .Stacked-Layout-with-Side-Panel .single-box .side-right .text-wrap h3 {
      color: #684531;
      font-size: 25px;
      margin-top: 0;
      font-weight: 700;
      display: block;
      margin-bottom: 25px; }
    .team-bios-widget .Stacked-Layout-with-Side-Panel .single-box .side-right .text-wrap p {
      font-size: 18px;
      color: #333333;
      font-family: 'Noto Serif', serif; }
      .team-bios-widget .Stacked-Layout-with-Side-Panel .single-box .side-right .text-wrap p a {
        font-weight: 700;
        color: #7cb830; }
    .team-bios-widget .Stacked-Layout-with-Side-Panel .single-box .side-right .text-wrap ul.list {
      font-family: 'Noto Serif', serif;
      color: #333333;
      padding: 0; }
      .team-bios-widget .Stacked-Layout-with-Side-Panel .single-box .side-right .text-wrap ul.list br {
        display: none; }
      .team-bios-widget .Stacked-Layout-with-Side-Panel .single-box .side-right .text-wrap ul.list li {
        line-height: 1.6em;
        list-style-type: none;
        padding-left: 15px;
        position: relative;
        font-family: 'Noto Serif', serif;
        font-size: 18px;
        color: #464648; }
        .team-bios-widget .Stacked-Layout-with-Side-Panel .single-box .side-right .text-wrap ul.list li::before {
          content: "\f105";
          margin-right: 15px;
          margin-left: -15px;
          box-sizing: border-box;
          display: inline-block;
          font: normal normal normal 14px/1 FontAwesome;
          font-size: inherit;
          text-rendering: auto;
          transition: 0.4s;
          color: #7cb830; }
        .team-bios-widget .Stacked-Layout-with-Side-Panel .single-box .side-right .text-wrap ul.list li a {
          color: #7cb830;
          font-weight: 400;
          font-size: 18px;
          font-family: 'Noto Serif', serif;
          text-decoration: none; }
          .team-bios-widget .Stacked-Layout-with-Side-Panel .single-box .side-right .text-wrap ul.list li a:hover {
            text-decoration: underline; }
        .team-bios-widget .Stacked-Layout-with-Side-Panel .single-box .side-right .text-wrap ul.list li ul {
          padding: 0; }
          .team-bios-widget .Stacked-Layout-with-Side-Panel .single-box .side-right .text-wrap ul.list li ul li {
            padding-left: 35px; }
            .team-bios-widget .Stacked-Layout-with-Side-Panel .single-box .side-right .text-wrap ul.list li ul li::before {
              color: #7cb830; }
    .team-bios-widget .Stacked-Layout-with-Side-Panel .single-box .side-right .social-box {
      width: auto;
      margin: 0;
      position: relative;
      transition: 0.6s; }
      .team-bios-widget .Stacked-Layout-with-Side-Panel .single-box .side-right .social-box ul.social {
        padding: 0;
        list-style: none;
        display: flex;
        justify-content: flex-start; }
        .team-bios-widget .Stacked-Layout-with-Side-Panel .single-box .side-right .social-box ul.social li {
          margin: 3px; }
          .team-bios-widget .Stacked-Layout-with-Side-Panel .single-box .side-right .social-box ul.social li a {
            color: #464648;
            width: 30px;
            height: 30px;
            display: flex;
            align-items: center;
            background: #684531;
            display: block;
            display: flex;
            justify-content: center;
            align-items: center;
            transition: 0,5s;
            font-size: 13px; }
            .team-bios-widget .Stacked-Layout-with-Side-Panel .single-box .side-right .social-box ul.social li a:hover {
              background: #7cb830;
              text-decoration: none; }
.team-bios-widget .Grid-Boxes-with-Pop-Up .single-box .img-wrap {
  display: flex;
  align-items: flex-end;
  transition: 0.6s;
  height: 230px;
  width: 230px;
  margin: 0 auto;
  border-radius: 50%;
  background-size: cover; }
  .team-bios-widget .Grid-Boxes-with-Pop-Up .single-box .img-wrap a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 3px solid #464648;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #464648;
    position: absolute;
    top: -50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: 0.6s; }
    .team-bios-widget .Grid-Boxes-with-Pop-Up .single-box .img-wrap a:hover {
      background: #464648;
      color: #684531; }
.team-bios-widget .Grid-Boxes-with-Pop-Up .single-box .info-wrap {
  padding-bottom: 15px;
  position: relative;
  left: 0%;
  transition: 0.6s; }
  .team-bios-widget .Grid-Boxes-with-Pop-Up .single-box .info-wrap span.name, .team-bios-widget .Grid-Boxes-with-Pop-Up .single-box .info-wrap span.position {
    display: inline-block;
    color: #464648;
    font-size: 14px;
    padding: 5px 10px;
    background: rgba(104, 69, 49, 0.8); }
  .team-bios-widget .Grid-Boxes-with-Pop-Up .single-box .info-wrap span.position {
    margin-top: 10px;
    display: block; }
.team-bios-widget .Grid-Boxes-with-Pop-Up .single-box .text-wrap {
  margin-top: 50px;
  text-align: center; }
  .team-bios-widget .Grid-Boxes-with-Pop-Up .single-box .text-wrap span.name, .team-bios-widget .Grid-Boxes-with-Pop-Up .single-box .text-wrap span.position {
    color: #684531;
    font-family: 'Noto Serif', serif;
    font-size: 24px;
    font-weight: 500;
    display: block;
    margin-bottom: 15px; }
  .team-bios-widget .Grid-Boxes-with-Pop-Up .single-box .text-wrap span.position {
    font-size: 18px;
    border-top: 1px solid #000;
    padding-top: 15px; }
.team-bios-widget .Grid-Boxes-with-Pop-Up .single-box .social-box {
  width: auto;
  margin: 0 auto;
  position: relative;
  transition: 0.6s; }
  .team-bios-widget .Grid-Boxes-with-Pop-Up .single-box .social-box ul.social {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center; }
    .team-bios-widget .Grid-Boxes-with-Pop-Up .single-box .social-box ul.social li {
      margin: 3px; }
      .team-bios-widget .Grid-Boxes-with-Pop-Up .single-box .social-box ul.social li a {
        color: #464648;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        background: #684531;
        display: block;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: 0,5s;
        font-size: 13px; }
        .team-bios-widget .Grid-Boxes-with-Pop-Up .single-box .social-box ul.social li a:hover {
          background: #7cb830;
          text-decoration: none; }
.team-bios-widget .Grid-Boxes-with-Pop-Up .single-box:hover .img-wrap a {
  top: 50%;
  text-decoration: none; }
.team-bios-widget .Grid-Boxes-with-Pop-Up .single-box:hover .info-wrap {
  left: -100%; }
.team-bios-widget .Grid-Boxes-with-Pop-Up.Circular-Grid-Boxes-with-Pop-Up .img-wrap {
  border-radius: 50%; }
  .team-bios-widget .Grid-Boxes-with-Pop-Up.Circular-Grid-Boxes-with-Pop-Up .img-wrap .info-wrap {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    transition: 0.6s; }
.team-bios-widget .Grid-Circular-with-Pop-Up .single-box .img-wrap {
  display: flex;
  align-items: flex-end;
  transition: 0.6s;
  height: 230px;
  width: 230px;
  margin: 0 auto; }
  .team-bios-widget .Grid-Circular-with-Pop-Up .single-box .img-wrap a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 3px solid #464648;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #464648;
    position: absolute;
    top: -50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: 0.6s; }
    .team-bios-widget .Grid-Circular-with-Pop-Up .single-box .img-wrap a:hover {
      background: #464648;
      color: #684531; }
.team-bios-widget .Grid-Circular-with-Pop-Up .single-box .info-wrap {
  padding-bottom: 15px;
  position: relative;
  left: 0%;
  transition: 0.6s; }
  .team-bios-widget .Grid-Circular-with-Pop-Up .single-box .info-wrap span.name, .team-bios-widget .Grid-Circular-with-Pop-Up .single-box .info-wrap span.position {
    display: inline-block;
    color: #464648;
    font-size: 14px;
    padding: 5px 10px;
    background: rgba(104, 69, 49, 0.8); }
  .team-bios-widget .Grid-Circular-with-Pop-Up .single-box .info-wrap span.position {
    margin-top: 10px;
    display: block; }
.team-bios-widget .Grid-Circular-with-Pop-Up .single-box .text-wrap {
  margin-top: 50px;
  text-align: center; }
  .team-bios-widget .Grid-Circular-with-Pop-Up .single-box .text-wrap span.name, .team-bios-widget .Grid-Circular-with-Pop-Up .single-box .text-wrap span.position {
    color: #684531;
    font-family: 'Noto Serif', serif;
    font-size: 24px;
    font-weight: 500;
    display: block;
    margin-bottom: 15px; }
  .team-bios-widget .Grid-Circular-with-Pop-Up .single-box .text-wrap span.position {
    font-size: 18px;
    border-top: 1px solid #000;
    padding-top: 15px; }
.team-bios-widget .Grid-Circular-with-Pop-Up .single-box .social-box {
  width: auto;
  margin: 0 auto;
  position: relative;
  transition: 0.6s; }
  .team-bios-widget .Grid-Circular-with-Pop-Up .single-box .social-box ul.social {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center; }
    .team-bios-widget .Grid-Circular-with-Pop-Up .single-box .social-box ul.social li {
      margin: 3px; }
      .team-bios-widget .Grid-Circular-with-Pop-Up .single-box .social-box ul.social li a {
        color: #464648;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        background: #684531;
        display: block;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: 0,5s;
        font-size: 13px; }
        .team-bios-widget .Grid-Circular-with-Pop-Up .single-box .social-box ul.social li a:hover {
          background: #7cb830;
          text-decoration: none; }
.team-bios-widget .Grid-Circular-with-Pop-Up .single-box:hover .img-wrap a {
  top: 50%;
  text-decoration: none; }
.team-bios-widget .Grid-Circular-with-Pop-Up .single-box:hover .info-wrap {
  left: -100%; }
.team-bios-widget .Grid-Circular-with-Pop-Up.Circular-Grid-Boxes-with-Pop-Up .img-wrap {
  border-radius: 50%; }
  .team-bios-widget .Grid-Circular-with-Pop-Up.Circular-Grid-Boxes-with-Pop-Up .img-wrap .info-wrap {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    transition: 0.6s; }
.team-bios-widget .Grid-Circles-with-Single-View {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  grid-gap: 30px; }
  .team-bios-widget .Grid-Circles-with-Single-View .single-box .img-wrap {
    display: flex;
    align-items: flex-end;
    transition: 0.6s;
    border-radius: 50%;
    border: 1px solid #464648;
    box-shadow: 0 0 0 4px #fff, 0 0 0 7px;
    height: 240px;
    width: 240px; }
    .team-bios-widget .Grid-Circles-with-Single-View .single-box .img-wrap a.plus {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      border: 3px solid #464648;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #464648;
      position: absolute;
      top: -50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      transition: 0.6s; }
      .team-bios-widget .Grid-Circles-with-Single-View .single-box .img-wrap a.plus:hover {
        background: #464648;
        color: #684531; }
  .team-bios-widget .Grid-Circles-with-Single-View .single-box .info-wrap {
    position: absolute;
    left: 0%;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    transition: 0.6s; }
    .team-bios-widget .Grid-Circles-with-Single-View .single-box .info-wrap span.name, .team-bios-widget .Grid-Circles-with-Single-View .single-box .info-wrap span.position {
      display: inline-block;
      color: #464648;
      font-size: 14px;
      padding: 5px 10px;
      background: rgba(104, 69, 49, 0.8); }
    .team-bios-widget .Grid-Circles-with-Single-View .single-box .info-wrap span.position {
      margin-top: 0px;
      display: block; }
  .team-bios-widget .Grid-Circles-with-Single-View .single-box .social-box {
    width: auto;
    margin: 0 auto;
    position: relative;
    bottom: -50px;
    transition: 0.6s; }
    .team-bios-widget .Grid-Circles-with-Single-View .single-box .social-box ul.social {
      padding: 0;
      list-style: none;
      display: flex;
      justify-content: center; }
      .team-bios-widget .Grid-Circles-with-Single-View .single-box .social-box ul.social li {
        margin: 3px; }
        .team-bios-widget .Grid-Circles-with-Single-View .single-box .social-box ul.social li a {
          color: #464648;
          width: 30px;
          height: 30px;
          display: flex;
          align-items: center;
          background: #684531;
          display: block;
          display: flex;
          justify-content: center;
          align-items: center;
          transition: 0,5s;
          font-size: 13px; }
          .team-bios-widget .Grid-Circles-with-Single-View .single-box .social-box ul.social li a:hover {
            background: #7cb830;
            text-decoration: none; }
  .team-bios-widget .Grid-Circles-with-Single-View .single-box:hover .img-wrap a {
    top: 50%;
    text-decoration: none; }
  .team-bios-widget .Grid-Circles-with-Single-View .single-box:hover .info-wrap {
    left: -100%; }
  .team-bios-widget .Grid-Circles-with-Single-View .single-box:hover .social-box {
    bottom: 25px; }
.team-bios-widget .Grid-Circles-with-Single-Page {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  grid-gap: 30px; }
  .team-bios-widget .Grid-Circles-with-Single-Page .single-box .img-wrap {
    display: flex;
    align-items: flex-end;
    transition: 0.6s;
    height: 400px;
    width: 100%; }
    .team-bios-widget .Grid-Circles-with-Single-Page .single-box .img-wrap a.plus {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      border: 3px solid #464648;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #464648;
      position: absolute;
      top: -50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      transition: 0.6s; }
      .team-bios-widget .Grid-Circles-with-Single-Page .single-box .img-wrap a.plus:hover {
        background: #464648;
        color: #684531; }
  .team-bios-widget .Grid-Circles-with-Single-Page .single-box .info-wrap {
    padding-bottom: 15px;
    position: absolute;
    left: 0%;
    bottom: 0%;
    transition: 0.6s; }
    .team-bios-widget .Grid-Circles-with-Single-Page .single-box .info-wrap span.name, .team-bios-widget .Grid-Circles-with-Single-Page .single-box .info-wrap span.position {
      display: inline-block;
      color: #464648;
      font-size: 14px;
      padding: 5px 10px;
      background: rgba(104, 69, 49, 0.8); }
    .team-bios-widget .Grid-Circles-with-Single-Page .single-box .info-wrap span.position {
      margin-top: 10px;
      display: block; }
  .team-bios-widget .Grid-Circles-with-Single-Page .single-box .social-box {
    width: auto;
    margin: 0 auto;
    position: relative;
    bottom: -50px;
    transition: 0.6s; }
    .team-bios-widget .Grid-Circles-with-Single-Page .single-box .social-box ul.social {
      padding: 0;
      list-style: none;
      display: flex;
      justify-content: center; }
      .team-bios-widget .Grid-Circles-with-Single-Page .single-box .social-box ul.social li {
        margin: 3px; }
        .team-bios-widget .Grid-Circles-with-Single-Page .single-box .social-box ul.social li a {
          color: #464648;
          width: 30px;
          height: 30px;
          display: flex;
          align-items: center;
          background: #684531;
          display: block;
          display: flex;
          justify-content: center;
          align-items: center;
          transition: 0,5s;
          font-size: 13px; }
          .team-bios-widget .Grid-Circles-with-Single-Page .single-box .social-box ul.social li a:hover {
            background: #7cb830;
            text-decoration: none; }
  .team-bios-widget .Grid-Circles-with-Single-Page .single-box:hover .img-wrap a {
    top: 50%;
    text-decoration: none; }
  .team-bios-widget .Grid-Circles-with-Single-Page .single-box:hover .info-wrap {
    left: -100%; }
  .team-bios-widget .Grid-Circles-with-Single-Page .single-box:hover .social-box {
    bottom: 25px; }
.team-bios-widget .our-team-single .side-left .list-team_member > ul > li {
  margin-bottom: 25px; }
.team-bios-widget .our-team-single .side-left .list-team_member ul {
  list-style: none;
  padding: 0; }
  .team-bios-widget .our-team-single .side-left .list-team_member ul li ul li {
    border-bottom: thin solid #684531;
    padding: 5px 0 5px 0; }
    .team-bios-widget .our-team-single .side-left .list-team_member ul li ul li:last-of-type {
      border: none; }
  .team-bios-widget .our-team-single .side-left .list-team_member ul li span.title-list {
    text-transform: uppercase;
    letter-spacing: .125em;
    color: #333333;
    display: inline-block;
    padding: 5px 0 5px 0;
    cursor: pointer; }
  .team-bios-widget .our-team-single .side-left .list-team_member ul li a {
    color: #684531; }
    .team-bios-widget .our-team-single .side-left .list-team_member ul li a:hover {
      text-decoration: none;
      color: #7cb830; }
.team-bios-widget .our-team-single .side-center {
  padding: 0 30px; }
.team-bios-widget .our-team-single h1.title {
  font-size: 46px;
  margin: 0 0 0 0; }
.team-bios-widget .our-team-single p.sub-title {
  font-size: 18px;
  margin: 0 0 0 0; }
.team-bios-widget .our-team-single hr {
  margin: 10px 0 10px 0;
  background-color: #ccc;
  border: 0;
  height: 1px; }
.team-bios-widget .our-team-single .social-box {
  width: auto;
  margin: 0 auto;
  position: relative;
  transition: 0.6s;
  margin-bottom: 50px; }
  .team-bios-widget .our-team-single .social-box ul.social {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: flex-start; }
    .team-bios-widget .our-team-single .social-box ul.social li {
      margin: 3px; }
      .team-bios-widget .our-team-single .social-box ul.social li a {
        color: #464648;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        background: #684531;
        display: block;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: 0,5s;
        font-size: 13px; }
        .team-bios-widget .our-team-single .social-box ul.social li a:hover {
          background: #7cb830;
          text-decoration: none; }
.team-bios-widget .our-team-single .profile-picture {
  border-bottom: 5px solid #684531;
  height: 250px;
  width: 250px;
  background-size: cover;
  background-position: center;
  margin: 0 auto 50px; }
.team-bios-widget .sidebar-Grid-Boxes-with-Pop-Up {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  max-width: 100%;
  z-index: 200;
  background: rgba(51, 51, 51, 0.9);
  display: flex;
  justify-content: center;
  align-items: center; }
  .team-bios-widget .sidebar-Grid-Boxes-with-Pop-Up .big-content-wrap {
    width: 900px;
    height: 400px;
    display: grid;
    grid-template-columns: 300px 1fr;
    grid-gap: 30px;
    padding: 30px;
    border-radius: 10px;
    background: #fff;
    position: relative; }
    .team-bios-widget .sidebar-Grid-Boxes-with-Pop-Up .big-content-wrap .info-side-left .img-wrap {
      margin-bottom: 15px;
      background-size: cover; }
    .team-bios-widget .sidebar-Grid-Boxes-with-Pop-Up .big-content-wrap .info-side-left .position {
      display: block;
      font-size: 23px;
      font-weight: 700;
      color: #333333;
      margin: 15px auto; }
    .team-bios-widget .sidebar-Grid-Boxes-with-Pop-Up .big-content-wrap .info-side-left .social-box {
      width: auto;
      margin: 15px auto;
      position: relative;
      transition: 0.6s;
      margin-bottom: 50px; }
      .team-bios-widget .sidebar-Grid-Boxes-with-Pop-Up .big-content-wrap .info-side-left .social-box ul.social {
        padding: 0;
        list-style: none;
        display: flex;
        justify-content: flex-start; }
        .team-bios-widget .sidebar-Grid-Boxes-with-Pop-Up .big-content-wrap .info-side-left .social-box ul.social li {
          margin: 3px; }
          .team-bios-widget .sidebar-Grid-Boxes-with-Pop-Up .big-content-wrap .info-side-left .social-box ul.social li a {
            color: #464648;
            width: 30px;
            height: 30px;
            display: flex;
            align-items: center;
            background: #684531;
            display: block;
            display: flex;
            justify-content: center;
            align-items: center;
            transition: 0,5s;
            font-size: 13px; }
            .team-bios-widget .sidebar-Grid-Boxes-with-Pop-Up .big-content-wrap .info-side-left .social-box ul.social li a:hover {
              background: #7cb830;
              text-decoration: none; }
    .team-bios-widget .sidebar-Grid-Boxes-with-Pop-Up .big-content-wrap .info-side-right .close-box {
      position: absolute;
      right: 15px;
      top: 15px; }
      .team-bios-widget .sidebar-Grid-Boxes-with-Pop-Up .big-content-wrap .info-side-right .close-box button.close {
        width: 40px;
        height: 40px;
        color: #333333; }
    .team-bios-widget .sidebar-Grid-Boxes-with-Pop-Up .big-content-wrap .info-side-right .info-wrap .description {
      height: 350px;
      overflow: scroll; }
      .team-bios-widget .sidebar-Grid-Boxes-with-Pop-Up .big-content-wrap .info-side-right .info-wrap .description h3 {
        color: #684531;
        font-size: 25px;
        margin-top: 0;
        font-weight: 700;
        display: block;
        margin-bottom: 25px; }
      .team-bios-widget .sidebar-Grid-Boxes-with-Pop-Up .big-content-wrap .info-side-right .info-wrap .description p {
        font-size: 18px;
        color: #333333;
        font-family: 'Noto Serif', serif; }
        .team-bios-widget .sidebar-Grid-Boxes-with-Pop-Up .big-content-wrap .info-side-right .info-wrap .description p a {
          font-weight: 700;
          color: #7cb830; }
      .team-bios-widget .sidebar-Grid-Boxes-with-Pop-Up .big-content-wrap .info-side-right .info-wrap .description ul.list {
        font-family: 'Noto Serif', serif;
        color: #333333;
        padding: 0; }
        .team-bios-widget .sidebar-Grid-Boxes-with-Pop-Up .big-content-wrap .info-side-right .info-wrap .description ul.list br {
          display: none; }
        .team-bios-widget .sidebar-Grid-Boxes-with-Pop-Up .big-content-wrap .info-side-right .info-wrap .description ul.list li {
          line-height: 1.6em;
          list-style-type: none;
          padding-left: 15px;
          position: relative;
          font-family: 'Noto Serif', serif;
          font-size: 18px;
          color: #464648; }
          .team-bios-widget .sidebar-Grid-Boxes-with-Pop-Up .big-content-wrap .info-side-right .info-wrap .description ul.list li::before {
            content: "\f105";
            margin-right: 15px;
            margin-left: -15px;
            box-sizing: border-box;
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            transition: 0.4s;
            color: #7cb830; }
          .team-bios-widget .sidebar-Grid-Boxes-with-Pop-Up .big-content-wrap .info-side-right .info-wrap .description ul.list li a {
            color: #7cb830;
            font-weight: 400;
            font-size: 18px;
            font-family: 'Noto Serif', serif;
            text-decoration: none; }
            .team-bios-widget .sidebar-Grid-Boxes-with-Pop-Up .big-content-wrap .info-side-right .info-wrap .description ul.list li a:hover {
              text-decoration: underline; }
          .team-bios-widget .sidebar-Grid-Boxes-with-Pop-Up .big-content-wrap .info-side-right .info-wrap .description ul.list li ul {
            padding: 0; }
            .team-bios-widget .sidebar-Grid-Boxes-with-Pop-Up .big-content-wrap .info-side-right .info-wrap .description ul.list li ul li {
              padding-left: 35px; }
              .team-bios-widget .sidebar-Grid-Boxes-with-Pop-Up .big-content-wrap .info-side-right .info-wrap .description ul.list li ul li::before {
                color: #7cb830; }
.team-bios-widget .sidebar-Stacked-Layout-with-Side-Panel {
  position: fixed;
  right: -100%;
  top: 0;
  height: 100%;
  width: 400px;
  max-width: 100%;
  z-index: 200;
  background: rgba(51, 51, 51, 0.9);
  display: grid;
  grid-template-columns: 40px minmax(280px, 1fr); }
  .team-bios-widget .sidebar-Stacked-Layout-with-Side-Panel .social-box {
    background: #333333; }
    .team-bios-widget .sidebar-Stacked-Layout-with-Side-Panel .social-box ul.social {
      padding: 0;
      list-style: none;
      display: flex;
      flex-direction: column; }
      .team-bios-widget .sidebar-Stacked-Layout-with-Side-Panel .social-box ul.social li {
        border-bottom: 1px solid #464648; }
        .team-bios-widget .sidebar-Stacked-Layout-with-Side-Panel .social-box ul.social li a {
          color: #464648;
          width: 40px;
          height: 40px;
          display: block;
          display: flex;
          justify-content: center;
          align-items: center;
          transition: 0,5s; }
          .team-bios-widget .sidebar-Stacked-Layout-with-Side-Panel .social-box ul.social li a:hover {
            background: #7cb830;
            text-decoration: none; }
  .team-bios-widget .sidebar-Stacked-Layout-with-Side-Panel .bio-wrap {
    overflow: scroll; }
    .team-bios-widget .sidebar-Stacked-Layout-with-Side-Panel .bio-wrap .content-wrap {
      display: flex;
      flex-direction: column;
      height: 100%;
      overflow-y: auto; }
      .team-bios-widget .sidebar-Stacked-Layout-with-Side-Panel .bio-wrap .content-wrap .box-top {
        background: #684531;
        padding: 15px;
        display: grid;
        grid-template-columns: 1fr max-content; }
        .team-bios-widget .sidebar-Stacked-Layout-with-Side-Panel .bio-wrap .content-wrap .box-top .name {
          font-size: 30px;
          color: #464648; }
        .team-bios-widget .sidebar-Stacked-Layout-with-Side-Panel .bio-wrap .content-wrap .box-top button.close {
          width: 40px;
          height: 40px;
          color: #464648; }
      .team-bios-widget .sidebar-Stacked-Layout-with-Side-Panel .bio-wrap .content-wrap .img-wrap {
        background-position: top center;
        height: auto;
        padding-bottom: 100%; }
      .team-bios-widget .sidebar-Stacked-Layout-with-Side-Panel .bio-wrap .content-wrap .info-wrap {
        display: flex;
        flex-direction: column; }
        .team-bios-widget .sidebar-Stacked-Layout-with-Side-Panel .bio-wrap .content-wrap .info-wrap .position {
          font-size: 23px;
          font-weight: 700;
          padding: 15px;
          color: #464648; }
        .team-bios-widget .sidebar-Stacked-Layout-with-Side-Panel .bio-wrap .content-wrap .info-wrap .description {
          padding: 15px 15px 30px; }
          .team-bios-widget .sidebar-Stacked-Layout-with-Side-Panel .bio-wrap .content-wrap .info-wrap .description p {
            font-size: 18px;
            color: #464648;
            font-family: 'Noto Serif', serif; }
            .team-bios-widget .sidebar-Stacked-Layout-with-Side-Panel .bio-wrap .content-wrap .info-wrap .description p a {
              font-weight: 700;
              color: #7cb830; }
          .team-bios-widget .sidebar-Stacked-Layout-with-Side-Panel .bio-wrap .content-wrap .info-wrap .description ul.list {
            font-family: 'Noto Serif', serif;
            color: #333333;
            padding: 0; }
            .team-bios-widget .sidebar-Stacked-Layout-with-Side-Panel .bio-wrap .content-wrap .info-wrap .description ul.list br {
              display: none; }
            .team-bios-widget .sidebar-Stacked-Layout-with-Side-Panel .bio-wrap .content-wrap .info-wrap .description ul.list li {
              line-height: 1.6em;
              list-style-type: none;
              padding-left: 15px;
              position: relative;
              font-family: 'Noto Serif', serif;
              font-size: 18px;
              color: #464648; }
              .team-bios-widget .sidebar-Stacked-Layout-with-Side-Panel .bio-wrap .content-wrap .info-wrap .description ul.list li::before {
                content: "\f0da";
                margin-right: 15px;
                margin-left: -15px;
                box-sizing: border-box;
                display: inline-block;
                font: normal normal normal 14px/1 FontAwesome;
                font-size: inherit;
                text-rendering: auto;
                transition: 0.4s;
                color: #7cb830; }
              .team-bios-widget .sidebar-Stacked-Layout-with-Side-Panel .bio-wrap .content-wrap .info-wrap .description ul.list li a {
                color: #464648;
                font-weight: 400;
                font-size: 18px;
                font-family: 'Noto Serif', serif;
                text-decoration: none; }
              .team-bios-widget .sidebar-Stacked-Layout-with-Side-Panel .bio-wrap .content-wrap .info-wrap .description ul.list li ul {
                padding: 0; }
                .team-bios-widget .sidebar-Stacked-Layout-with-Side-Panel .bio-wrap .content-wrap .info-wrap .description ul.list li ul li {
                  padding-left: 35px; }
                  .team-bios-widget .sidebar-Stacked-Layout-with-Side-Panel .bio-wrap .content-wrap .info-wrap .description ul.list li ul li::before {
                    color: #7cb830; }
  .team-bios-widget .sidebar-Stacked-Layout-with-Side-Panel.full-s {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    max-width: 100%;
    z-index: 200;
    background: rgba(51, 51, 51, 0.9);
    display: flex;
    justify-content: center;
    align-items: center; }
    .team-bios-widget .sidebar-Stacked-Layout-with-Side-Panel.full-s .big-content-wrap {
      width: 900px;
      height: 400px;
      display: grid;
      grid-template-columns: 300px 1fr;
      grid-gap: 30px;
      padding: 30px;
      border-radius: 10px;
      background: #fff;
      position: relative; }
      .team-bios-widget .sidebar-Stacked-Layout-with-Side-Panel.full-s .big-content-wrap .info-side-left .img-wrap {
        margin-bottom: 15px; }
      .team-bios-widget .sidebar-Stacked-Layout-with-Side-Panel.full-s .big-content-wrap .info-side-left .position {
        display: block;
        font-size: 23px;
        font-weight: 700;
        color: #333333;
        margin: 15px auto; }
      .team-bios-widget .sidebar-Stacked-Layout-with-Side-Panel.full-s .big-content-wrap .info-side-left .social-box {
        width: auto;
        margin: 15px auto;
        position: relative;
        transition: 0.6s;
        margin-bottom: 50px; }
        .team-bios-widget .sidebar-Stacked-Layout-with-Side-Panel.full-s .big-content-wrap .info-side-left .social-box ul.social {
          padding: 0;
          list-style: none;
          display: flex;
          justify-content: flex-start; }
          .team-bios-widget .sidebar-Stacked-Layout-with-Side-Panel.full-s .big-content-wrap .info-side-left .social-box ul.social li {
            margin: 3px; }
            .team-bios-widget .sidebar-Stacked-Layout-with-Side-Panel.full-s .big-content-wrap .info-side-left .social-box ul.social li a {
              color: #464648;
              width: 30px;
              height: 30px;
              display: flex;
              align-items: center;
              background: #684531;
              display: block;
              display: flex;
              justify-content: center;
              align-items: center;
              transition: 0,5s;
              font-size: 13px; }
              .team-bios-widget .sidebar-Stacked-Layout-with-Side-Panel.full-s .big-content-wrap .info-side-left .social-box ul.social li a:hover {
                background: #7cb830;
                text-decoration: none; }
      .team-bios-widget .sidebar-Stacked-Layout-with-Side-Panel.full-s .big-content-wrap .info-side-right .close-box {
        position: absolute;
        right: 15px;
        top: 15px; }
        .team-bios-widget .sidebar-Stacked-Layout-with-Side-Panel.full-s .big-content-wrap .info-side-right .close-box button.close {
          width: 40px;
          height: 40px;
          color: #333333; }
      .team-bios-widget .sidebar-Stacked-Layout-with-Side-Panel.full-s .big-content-wrap .info-side-right .info-wrap .description {
        height: 350px;
        overflow: scroll; }
        .team-bios-widget .sidebar-Stacked-Layout-with-Side-Panel.full-s .big-content-wrap .info-side-right .info-wrap .description h3 {
          color: #684531;
          font-size: 25px;
          margin-top: 0;
          font-weight: 700;
          display: block;
          margin-bottom: 25px; }
        .team-bios-widget .sidebar-Stacked-Layout-with-Side-Panel.full-s .big-content-wrap .info-side-right .info-wrap .description p {
          font-size: 18px;
          color: #333333;
          font-family: 'Noto Serif', serif; }
          .team-bios-widget .sidebar-Stacked-Layout-with-Side-Panel.full-s .big-content-wrap .info-side-right .info-wrap .description p a {
            font-weight: 700;
            color: #7cb830; }
        .team-bios-widget .sidebar-Stacked-Layout-with-Side-Panel.full-s .big-content-wrap .info-side-right .info-wrap .description ul.list {
          font-family: 'Noto Serif', serif;
          color: #333333;
          padding: 0; }
          .team-bios-widget .sidebar-Stacked-Layout-with-Side-Panel.full-s .big-content-wrap .info-side-right .info-wrap .description ul.list br {
            display: none; }
          .team-bios-widget .sidebar-Stacked-Layout-with-Side-Panel.full-s .big-content-wrap .info-side-right .info-wrap .description ul.list li {
            line-height: 1.6em;
            list-style-type: none;
            padding-left: 15px;
            position: relative;
            font-family: 'Noto Serif', serif;
            font-size: 18px;
            color: #464648; }
            .team-bios-widget .sidebar-Stacked-Layout-with-Side-Panel.full-s .big-content-wrap .info-side-right .info-wrap .description ul.list li::before {
              content: "\f105";
              margin-right: 15px;
              margin-left: -15px;
              box-sizing: border-box;
              display: inline-block;
              font: normal normal normal 14px/1 FontAwesome;
              font-size: inherit;
              text-rendering: auto;
              transition: 0.4s;
              color: #7cb830; }
            .team-bios-widget .sidebar-Stacked-Layout-with-Side-Panel.full-s .big-content-wrap .info-side-right .info-wrap .description ul.list li a {
              color: #7cb830;
              font-weight: 400;
              font-size: 18px;
              font-family: 'Noto Serif', serif;
              text-decoration: none; }
              .team-bios-widget .sidebar-Stacked-Layout-with-Side-Panel.full-s .big-content-wrap .info-side-right .info-wrap .description ul.list li a:hover {
                text-decoration: underline; }
            .team-bios-widget .sidebar-Stacked-Layout-with-Side-Panel.full-s .big-content-wrap .info-side-right .info-wrap .description ul.list li ul {
              padding: 0; }
              .team-bios-widget .sidebar-Stacked-Layout-with-Side-Panel.full-s .big-content-wrap .info-side-right .info-wrap .description ul.list li ul li {
                padding-left: 35px; }
                .team-bios-widget .sidebar-Stacked-Layout-with-Side-Panel.full-s .big-content-wrap .info-side-right .info-wrap .description ul.list li ul li::before {
                  color: #7cb830; }
    .team-bios-widget .sidebar-Stacked-Layout-with-Side-Panel.full-s .bio-wrap {
      overflow: unset !important; }
.team-bios-widget .sidebar-Grid-Boxes-with-Side-Panel {
  position: fixed;
  right: -100%;
  top: 0;
  height: 100%;
  width: 400px;
  max-width: 100%;
  z-index: 200;
  background: #333333;
  display: grid;
  grid-template-columns: 40px minmax(280px, 1fr);
  transition: 0.4s;
  z-index: 999999999999999; }
  .team-bios-widget .sidebar-Grid-Boxes-with-Side-Panel.active {
    right: 0;
    transition: 0.4s; }
  .team-bios-widget .sidebar-Grid-Boxes-with-Side-Panel .social-box {
    background: #333333; }
    .team-bios-widget .sidebar-Grid-Boxes-with-Side-Panel .social-box ul.social {
      padding: 0;
      list-style: none;
      display: flex;
      flex-direction: column; }
      .team-bios-widget .sidebar-Grid-Boxes-with-Side-Panel .social-box ul.social li {
        border-bottom: 1px solid #464648; }
        .team-bios-widget .sidebar-Grid-Boxes-with-Side-Panel .social-box ul.social li a {
          color: #464648;
          width: 40px;
          height: 40px;
          display: block;
          display: flex;
          justify-content: center;
          align-items: center;
          transition: 0,5s; }
          .team-bios-widget .sidebar-Grid-Boxes-with-Side-Panel .social-box ul.social li a:hover {
            background: #7cb830;
            text-decoration: none; }
  .team-bios-widget .sidebar-Grid-Boxes-with-Side-Panel .bio-wrap {
    overflow: scroll; }
    .team-bios-widget .sidebar-Grid-Boxes-with-Side-Panel .bio-wrap .content-wrap {
      display: flex;
      flex-direction: column;
      height: 100%;
      overflow-y: auto; }
      .team-bios-widget .sidebar-Grid-Boxes-with-Side-Panel .bio-wrap .content-wrap .box-top {
        background: #684531;
        padding: 15px;
        display: grid;
        grid-template-columns: 1fr max-content; }
        .team-bios-widget .sidebar-Grid-Boxes-with-Side-Panel .bio-wrap .content-wrap .box-top .name {
          font-size: 30px;
          color: #fff; }
        .team-bios-widget .sidebar-Grid-Boxes-with-Side-Panel .bio-wrap .content-wrap .box-top button.close {
          width: 40px;
          height: 40px;
          color: #fff; }
      .team-bios-widget .sidebar-Grid-Boxes-with-Side-Panel .bio-wrap .content-wrap .img-wrap {
        background-position: top center;
        height: auto;
        padding-bottom: 100%; }
      .team-bios-widget .sidebar-Grid-Boxes-with-Side-Panel .bio-wrap .content-wrap .info-wrap {
        display: flex;
        flex-direction: column; }
        .team-bios-widget .sidebar-Grid-Boxes-with-Side-Panel .bio-wrap .content-wrap .info-wrap .position {
          font-size: 23px;
          font-weight: 700;
          padding: 15px;
          color: #fff; }
        .team-bios-widget .sidebar-Grid-Boxes-with-Side-Panel .bio-wrap .content-wrap .info-wrap .description {
          padding: 15px 15px 30px; }
          .team-bios-widget .sidebar-Grid-Boxes-with-Side-Panel .bio-wrap .content-wrap .info-wrap .description p {
            font-size: 18px;
            color: #fff;
            font-family: 'Noto Serif', serif; }
            .team-bios-widget .sidebar-Grid-Boxes-with-Side-Panel .bio-wrap .content-wrap .info-wrap .description p a {
              font-weight: 700;
              color: #7cb830; }
          .team-bios-widget .sidebar-Grid-Boxes-with-Side-Panel .bio-wrap .content-wrap .info-wrap .description ul.list {
            font-family: 'Noto Serif', serif;
            color: #fff;
            padding: 0; }
            .team-bios-widget .sidebar-Grid-Boxes-with-Side-Panel .bio-wrap .content-wrap .info-wrap .description ul.list br {
              display: none; }
            .team-bios-widget .sidebar-Grid-Boxes-with-Side-Panel .bio-wrap .content-wrap .info-wrap .description ul.list li {
              line-height: 1.6em;
              list-style-type: none;
              padding-left: 15px;
              position: relative;
              font-family: 'Noto Serif', serif;
              font-size: 18px;
              color: #fff; }
              .team-bios-widget .sidebar-Grid-Boxes-with-Side-Panel .bio-wrap .content-wrap .info-wrap .description ul.list li::before {
                content: "\f0da";
                margin-right: 15px;
                margin-left: -15px;
                box-sizing: border-box;
                display: inline-block;
                font: normal normal normal 14px/1 FontAwesome;
                font-size: inherit;
                text-rendering: auto;
                transition: 0.4s;
                color: #7cb830; }
              .team-bios-widget .sidebar-Grid-Boxes-with-Side-Panel .bio-wrap .content-wrap .info-wrap .description ul.list li a {
                color: #fff;
                font-weight: 400;
                font-size: 18px;
                font-family: 'Noto Serif', serif;
                text-decoration: none; }
              .team-bios-widget .sidebar-Grid-Boxes-with-Side-Panel .bio-wrap .content-wrap .info-wrap .description ul.list li ul {
                padding: 0; }
                .team-bios-widget .sidebar-Grid-Boxes-with-Side-Panel .bio-wrap .content-wrap .info-wrap .description ul.list li ul li {
                  padding-left: 35px; }
                  .team-bios-widget .sidebar-Grid-Boxes-with-Side-Panel .bio-wrap .content-wrap .info-wrap .description ul.list li ul li::before {
                    color: #7cb830; }
.team-bios-widget .sidebar-Grid-Boxes-with-carousel-and-Side-Panel {
  position: fixed;
  right: -100%;
  top: 0;
  height: 100%;
  width: 400px;
  max-width: 100%;
  z-index: 200;
  background: #333333;
  display: grid;
  grid-template-columns: 40px minmax(280px, 1fr); }
  .team-bios-widget .sidebar-Grid-Boxes-with-carousel-and-Side-Panel .social-box {
    background: #333333; }
    .team-bios-widget .sidebar-Grid-Boxes-with-carousel-and-Side-Panel .social-box ul.social {
      padding: 0;
      list-style: none;
      display: flex;
      flex-direction: column; }
      .team-bios-widget .sidebar-Grid-Boxes-with-carousel-and-Side-Panel .social-box ul.social li {
        border-bottom: 1px solid #464648; }
        .team-bios-widget .sidebar-Grid-Boxes-with-carousel-and-Side-Panel .social-box ul.social li a {
          color: #fff;
          width: 40px;
          height: 40px;
          display: block;
          display: flex;
          justify-content: center;
          align-items: center;
          transition: 0,5s; }
          .team-bios-widget .sidebar-Grid-Boxes-with-carousel-and-Side-Panel .social-box ul.social li a:hover {
            background: #7cb830;
            text-decoration: none; }
  .team-bios-widget .sidebar-Grid-Boxes-with-carousel-and-Side-Panel .bio-wrap {
    overflow: scroll; }
    .team-bios-widget .sidebar-Grid-Boxes-with-carousel-and-Side-Panel .bio-wrap .content-wrap {
      display: flex;
      flex-direction: column;
      height: 100%;
      overflow-y: auto; }
      .team-bios-widget .sidebar-Grid-Boxes-with-carousel-and-Side-Panel .bio-wrap .content-wrap .box-top {
        background: #684531;
        padding: 15px;
        display: grid;
        grid-template-columns: 1fr max-content; }
        .team-bios-widget .sidebar-Grid-Boxes-with-carousel-and-Side-Panel .bio-wrap .content-wrap .box-top .name {
          font-size: 30px;
          color: #fff; }
        .team-bios-widget .sidebar-Grid-Boxes-with-carousel-and-Side-Panel .bio-wrap .content-wrap .box-top button.close {
          width: 40px;
          height: 40px;
          color: #fff; }
      .team-bios-widget .sidebar-Grid-Boxes-with-carousel-and-Side-Panel .bio-wrap .content-wrap .img-wrap {
        background-position: top center;
        height: auto;
        padding-bottom: 100%; }
      .team-bios-widget .sidebar-Grid-Boxes-with-carousel-and-Side-Panel .bio-wrap .content-wrap .info-wrap {
        display: flex;
        flex-direction: column; }
        .team-bios-widget .sidebar-Grid-Boxes-with-carousel-and-Side-Panel .bio-wrap .content-wrap .info-wrap .position {
          font-size: 23px;
          font-weight: 700;
          padding: 15px;
          color: #fff; }
        .team-bios-widget .sidebar-Grid-Boxes-with-carousel-and-Side-Panel .bio-wrap .content-wrap .info-wrap .description {
          padding: 15px 15px 30px; }
          .team-bios-widget .sidebar-Grid-Boxes-with-carousel-and-Side-Panel .bio-wrap .content-wrap .info-wrap .description p {
            font-size: 18px;
            color: #fff;
            font-family: 'Noto Serif', serif; }
            .team-bios-widget .sidebar-Grid-Boxes-with-carousel-and-Side-Panel .bio-wrap .content-wrap .info-wrap .description p a {
              font-weight: 700;
              color: #7cb830; }
          .team-bios-widget .sidebar-Grid-Boxes-with-carousel-and-Side-Panel .bio-wrap .content-wrap .info-wrap .description ul.list {
            font-family: 'Noto Serif', serif;
            color: #fff;
            padding: 0; }
            .team-bios-widget .sidebar-Grid-Boxes-with-carousel-and-Side-Panel .bio-wrap .content-wrap .info-wrap .description ul.list br {
              display: none; }
            .team-bios-widget .sidebar-Grid-Boxes-with-carousel-and-Side-Panel .bio-wrap .content-wrap .info-wrap .description ul.list li {
              line-height: 1.6em;
              list-style-type: none;
              padding-left: 15px;
              position: relative;
              font-family: 'Noto Serif', serif;
              font-size: 18px;
              color: #fff; }
              .team-bios-widget .sidebar-Grid-Boxes-with-carousel-and-Side-Panel .bio-wrap .content-wrap .info-wrap .description ul.list li::before {
                content: "\f0da";
                margin-right: 15px;
                margin-left: -15px;
                box-sizing: border-box;
                display: inline-block;
                font: normal normal normal 14px/1 FontAwesome;
                font-size: inherit;
                text-rendering: auto;
                transition: 0.4s;
                color: #7cb830; }
              .team-bios-widget .sidebar-Grid-Boxes-with-carousel-and-Side-Panel .bio-wrap .content-wrap .info-wrap .description ul.list li a {
                color: #464648;
                font-weight: 400;
                font-size: 18px;
                font-family: 'Noto Serif', serif;
                text-decoration: none; }
              .team-bios-widget .sidebar-Grid-Boxes-with-carousel-and-Side-Panel .bio-wrap .content-wrap .info-wrap .description ul.list li ul {
                padding: 0; }
                .team-bios-widget .sidebar-Grid-Boxes-with-carousel-and-Side-Panel .bio-wrap .content-wrap .info-wrap .description ul.list li ul li {
                  padding-left: 35px; }
                  .team-bios-widget .sidebar-Grid-Boxes-with-carousel-and-Side-Panel .bio-wrap .content-wrap .info-wrap .description ul.list li ul li::before {
                    color: #fff; }

@media only screen and (max-width: 991px) {
  .team-bios-widget .our-team-single .side-center {
    padding: 0; }

  .team-bios-widget .our-team-single .col-left {
    order: 3; }
  .team-bios-widget .our-team-single .col-center {
    order: 2; }

  .team-bios-widget .sidebar-Grid-Boxes-with-Side-Panel .bio-wrap .content-wrap .box-top .name {
    font-size: 25px; }
  .team-bios-widget .sidebar-Grid-Boxes-with-Side-Panel .bio-wrap .content-wrap .img-wrap {
    padding-bottom: 75%; }

  .team-bios-widget .sidebar-Grid-Boxes-with-Pop-Up .big-content-wrap {
    width: 90%;
    height: 90%;
    padding: 60px 20px 30px;
    grid-template-columns: auto;
    overflow: scroll; }
    .team-bios-widget .sidebar-Grid-Boxes-with-Pop-Up .big-content-wrap .info-side-left {
      text-align: center; }
      .team-bios-widget .sidebar-Grid-Boxes-with-Pop-Up .big-content-wrap .info-side-left .img-wrap {
        height: 180px; }
      .team-bios-widget .sidebar-Grid-Boxes-with-Pop-Up .big-content-wrap .info-side-left .social-box {
        margin-bottom: 10px; }
        .team-bios-widget .sidebar-Grid-Boxes-with-Pop-Up .big-content-wrap .info-side-left .social-box ul.social {
          justify-content: center; }
    .team-bios-widget .sidebar-Grid-Boxes-with-Pop-Up .big-content-wrap .info-side-right .info-wrap .description {
      height: auto;
      overflow: unset; } }
@media only screen and (max-width: 768px) {
  .team-bios-widget .Stacked-Layout-with-Side-Panel .single-box {
    grid-template-columns: auto;
    text-align: center; }

  .team-bios-widget .Stacked-Layout-with-Side-Panel .single-box .side-right .social-box ul.social {
    justify-content: center; }

  .team-bios-widget .content-wrap {
    grid-template-columns: auto;
    justify-content: center; }

  .team-bios-widget .Grid-Boxes-with-Side-Panel {
    grid-template-columns: auto; }

  .team-bios-widget .Grid-Circles-with-Single-View {
    grid-template-columns: auto;
    justify-content: center; }

  .team-bios-widget .Grid-Circles-with-Single-Page {
    grid-template-columns: auto; }

  .sponsor-widget.sponsor-widget-interior #sponsors-slider .carousel-inner .content-wrap {
    grid-template-columns: 1fr; } }
@media only screen and (max-width: 480px) {
  .team-bios-widget .Grid-Boxes-with-Side-Panel {
    flex-direction: column !important; }
    .team-bios-widget .Grid-Boxes-with-Side-Panel .single-box {
      width: 100% !important; } }
/*START Landing--------------------------------------*/
.landing-interior {
  /*TOP------------------------------*/
  /*END TOP----------------------------*/
  /*BODY--------------------------------*/
  /*END BODY-------------------*/ }
  .landing-interior .interior-top .caption-a h1 {
    text-shadow: 0 0 45px #000; }
  .landing-interior .landing-a {
    padding: 60px 0;
    background: #c01a35;
    text-align: center; }
    .landing-interior .landing-a p {
      font-family: 'Noto Serif', serif;
      font-size: 20px;
      color: #fff; }
  .landing-interior .landing-b {
    padding: 80px 0 120px;
    position: relative;
    background: #fff;
    overflow: hidden;
    text-align: center; }
    .landing-interior .landing-b h2 {
      font-family: 'Noto Serif', serif;
      font-weight: 700;
      font-size: 36px;
      color: #684531;
      margin-bottom: 25px;
      text-align: center;
      text-transform: uppercase; }
    .landing-interior .landing-b .member-link {
      display: inline-block;
      margin: 0 2%;
      width: 170px; }
      .landing-interior .landing-b .member-link .member-box {
        position: relative; }
        .landing-interior .landing-b .member-link .member-box .member-img {
          width: 100%;
          height: 170px;
          background-size: cover;
          background-position: top;
          background-repeat: no-repeat; }
        .landing-interior .landing-b .member-link .member-box .member-body {
          background: #684531;
          padding: 15px;
          text-align: center; }
          .landing-interior .landing-b .member-link .member-box .member-body h3 {
            font-family: 'Noto Serif', serif;
            color: #fff;
            font-size: 20px;
            font-weight: 700;
            margin: 0 !important; }
          .landing-interior .landing-b .member-link .member-box .member-body .arrow-box {
            position: absolute;
            width: 60px;
            height: 42px;
            background: #7cb830;
            right: -15px;
            bottom: -30px;
            transition: 0.4s; }
            .landing-interior .landing-b .member-link .member-box .member-body .arrow-box i {
              -webkit-transform: translate(-50%, -50%);
              -moz-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
              transition: 0.4s;
              color: #fff;
              font-size: 30px;
              left: 50%;
              position: absolute;
              top: 50%; }
      .landing-interior .landing-b .member-link:hover {
        text-decoration: none; }
        .landing-interior .landing-b .member-link:hover .member-box .member-body .arrow-box {
          background: #fff;
          border: 1px solid #7cb830;
          transition: 0.4s; }
          .landing-interior .landing-b .member-link:hover .member-box .member-body .arrow-box i {
            transition: 0.4s;
            color: #684531; }
    .landing-interior .landing-b .btn-2 {
      margin-top: 75px; }
  .landing-interior .landing-c {
    background: #684531;
    padding: 70px 0 0; }
    .landing-interior .landing-c h2 {
      font-family: 'Noto Serif', serif;
      color: #fff;
      text-transform: uppercase;
      margin-bottom: 25px;
      text-align: center; }
    .landing-interior .landing-c .job_filters {
      background: transparent !important;
      color: #fff !important; }
      .landing-interior .landing-c .job_filters .search_jobs {
        width: 80%;
        margin: 0 auto 25px; }
        .landing-interior .landing-c .job_filters .search_jobs .search_keywords, .landing-interior .landing-c .job_filters .search_jobs .search_location {
          width: 45%; }
          .landing-interior .landing-c .job_filters .search_jobs .search_keywords input, .landing-interior .landing-c .job_filters .search_jobs .search_location input {
            font-family: 'Noto Serif', serif;
            background: #ebebeb !important;
            color: #684531 !important;
            border: none;
            border-radius: 5px;
            padding-left: 25px;
            height: 50px;
            font-size: 20px;
            outline: none; }
      .landing-interior .landing-c .job_filters .job_types {
        background: transparent !important; }
        .landing-interior .landing-c .job_filters .job_types li {
          border-right: none !important;
          margin: 0 30px !important;
          padding: 30px 0 !important; }
          .landing-interior .landing-c .job_filters .job_types li label {
            font-family: 'Noto Serif', serif;
            font-size: 18px;
            font-weight: 400;
            text-transform: uppercase; }
    .landing-interior .landing-c div.job_listings ul.job_listings {
      color: #fff !important; }
  .landing-interior .landing-d {
    position: relative;
    overflow: hidden;
    margin: 70px 0; }
    .landing-interior .landing-d .f-img {
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      left: 2%;
      top: 0;
      position: absolute;
      width: 50%;
      height: 100%; }
    .landing-interior .landing-d .text-f {
      width: 98%;
      box-shadow: 10px 10px 65px #000;
      margin: 45px 0;
      position: relative;
      padding: 60px;
      background: #fff; }
      .landing-interior .landing-d .text-f h2 {
        font-family: 'Noto Serif', serif;
        font-size: 49px;
        font-weight: 700;
        color: #7cb830;
        display: block;
        margin-bottom: 25px;
        margin-top: 0 !important;
        padding-left: 15px;
        position: relative; }
        .landing-interior .landing-d .text-f h2 span {
          color: #684531;
          display: block; }
        .landing-interior .landing-d .text-f h2::before {
          content: "";
          background: #fac300;
          height: 100%;
          width: 2px;
          position: absolute;
          left: 0;
          top: 0;
          bottom: 0; }
      .landing-interior .landing-d .text-f p {
        font-size: 18px;
        color: #684531; }
      .landing-interior .landing-d .text-f a.red-arrow {
        background: #7cb830;
        height: 45px;
        padding: 15px 35px;
        position: absolute;
        right: 5%;
        bottom: -20px;
        width: 60px; }
        .landing-interior .landing-d .text-f a.red-arrow i {
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          color: #fff;
          font-size: 30px;
          left: 50%;
          position: absolute;
          top: 50%; }
  .landing-interior .landing-e {
    padding: 110px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative; }
    .landing-interior .landing-e::before {
      content: "";
      background: url("../images/landing-i-s.png") no-repeat;
      background-size: 100% 100%;
      background-position: left;
      background-repeat: no-repeat;
      left: 0;
      top: 0;
      position: absolute;
      width: 100%;
      height: 100%; }
    .landing-interior .landing-e .text-box {
      width: 34%; }
      .landing-interior .landing-e .text-box .text-testimonial-slider {
        position: relative;
        left: unset;
        display: inline-block;
        text-align: left;
        float: left; }
        .landing-interior .landing-e .text-box .text-testimonial-slider h2 {
          font-family: 'Noto Serif', serif;
          font-size: 49px !important;
          color: #684531;
          font-weight: 700 !important;
          margin-bottom: 25px !important;
          display: block;
          text-transform: uppercase;
          position: relative; }
          .landing-interior .landing-e .text-box .text-testimonial-slider h2 span {
            display: block; }
          .landing-interior .landing-e .text-box .text-testimonial-slider h2::before {
            content: "";
            position: absolute;
            top: -25px;
            width: 60px;
            height: 2px;
            background: #7cb830;
            left: 0; }
        .landing-interior .landing-e .text-box .text-testimonial-slider p {
          font-family: 'Noto Serif', serif;
          font-size: 18px !important;
          color: #684531;
          margin-bottom: 50px; }

/*END Landing------------------------------------------*/
@media only screen and (max-width: 768px) {
  .landing-interior .landing-d .f-img {
    position: relative;
    width: 100%;
    height: 400px;
    left: 0; }
  .landing-interior .landing-d .text-f {
    width: 100%;
    box-shadow: 4px 4px 25px #000; }

  .landing-interior .landing-e::before {
    background: rgba(255, 255, 255, 0.4); }

  .landing-interior .landing-e {
    background: none !important; }

  .landing-interior .landing-b .member-link {
    margin-bottom: 45px; } }
@media only screen and (max-width: 480px) {
  .landing-interior .landing-b .member-link {
    margin-bottom: 45px; } }
/*START html & body-------------------------------------*/
html, body {
  font-family: 'Noto Serif', serif;
  color: #464648;
  font-size: 16px; }
  html a, body a {
    outline: none !important; }
  html h1, html h2, html h3, html h4, html h5, html h6, body h1, body h2, body h3, body h4, body h5, body h6 {
    font-family: 'Noto Serif', serif;
    font-weight: 700; }
  html .classic-text-widget, body .classic-text-widget {
    display: inline-block !important; }

/*END html & body-------------------------------------*/
/*START FrontPage (similar elements)-------------------------------------------*/
body.home {
  /*global Css*/ }
  body.home p {
    font-size: 18px;
    color: #474747;
    font-weight: 400;
    line-height: 1.4em;
    margin: 0 0 15px 0; }

/*global Css*/
.section-b {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 60px 0;
  position: relative;
  text-align: center; }
  .section-b h2 {
    font-family: 'Noto Serif', serif;
    font-weight: 400;
    font-size: 34px;
    color: #684531;
    margin-top: 0 !important;
    position: relative;
    display: block;
    padding-top: 75px;
    margin-bottom: 25px !important; }
    .section-b h2::before {
      content: "";
      background: transparent url("../images/b-logo.svg") no-repeat;
      width: 50px;
      height: 45px;
      background-size: contain;
      background-position: center;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      margin: 0 auto; }
  .section-b p {
    margin: 0 auto 15px !important;
    width: 60%;
    font-size: 22px !important;
    color: #684531 !important; }

.section-c {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 70px 0;
  position: relative;
  text-align: center; }
  .section-c::before {
    content: "";
    background: transparent url("../images/rope.png") no-repeat;
    background-size: 100% 100%;
    background-position: center;
    position: absolute;
    top: -7.5px;
    left: 0;
    width: 100%;
    height: 15px;
    z-index: 1; }
  .section-c::after {
    content: "";
    background: transparent url("../images/c-shadow.png") no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    z-index: 0; }
  .section-c h2 {
    font-family: 'Noto Serif', serif;
    color: #fff;
    font-size: 34px !important;
    font-weight: 400;
    margin-bottom: 30px !important;
    margin-top: 0 !important;
    position: relative;
    z-index: 3; }
  .section-c .btn-1 {
    position: relative;
    margin-top: 30px !important;
    z-index: 2; }
  .section-c #testimonials {
    z-index: 3;
    position: relative; }
    .section-c #testimonials .item {
      width: 100%; }
    .section-c #testimonials.carousel-fade .carousel-inner {
      /* Safari 4.0 - 8.0 */
      /* Standard syntax */
      /* Safari 4.0 - 8.0 */
      /* Standard syntax */ }
      .section-c #testimonials.carousel-fade .carousel-inner .left .caption-a, .section-c #testimonials.carousel-fade .carousel-inner .right .caption-a {
        -webkit-animation-name: opacityTransitionOff;
        /* Safari 4.0 - 8.0 */
        -webkit-animation-duration: 0.4s;
        /* Safari 4.0 - 8.0 */
        animation-name: opacityTransitionOff;
        animation-duration: 0.4s; }
@-webkit-keyframes opacityTransitionOff {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes opacityTransitionOff {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
      .section-c #testimonials.carousel-fade .carousel-inner .active .caption-a {
        -webkit-animation-name: opacityTransition;
        /* Safari 4.0 - 8.0 */
        -webkit-animation-duration: 0.8s;
        /* Safari 4.0 - 8.0 */
        -webkit-animation-fill-mode: forwards;
        /* Safari 4.0 - 8.0 */
        animation-name: opacityTransition;
        animation-duration: 0.8s;
        animation-fill-mode: forwards; }
@-webkit-keyframes opacityTransition {
  0% {
    opacity: 0; }
  100% {
    background-color: 1; } }
@keyframes opacityTransition {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
      .section-c #testimonials.carousel-fade .carousel-inner .item {
        transition-property: opacity; }
      .section-c #testimonials.carousel-fade .carousel-inner .item,
      .section-c #testimonials.carousel-fade .carousel-inner .active.left,
      .section-c #testimonials.carousel-fade .carousel-inner .active.right {
        opacity: 0; }
      .section-c #testimonials.carousel-fade .carousel-inner .active,
      .section-c #testimonials.carousel-fade .carousel-inner .next.left,
      .section-c #testimonials.carousel-fade .carousel-inner .prev.right {
        opacity: 1; }
      .section-c #testimonials.carousel-fade .carousel-inner .next,
      .section-c #testimonials.carousel-fade .carousel-inner .prev,
      .section-c #testimonials.carousel-fade .carousel-inner .active.left,
      .section-c #testimonials.carousel-fade .carousel-inner .active.right {
        left: 0;
        transform: translate3d(0, 0, 0); }
    .section-c #testimonials.carousel-fade .carousel-control {
      display: none; }
    .section-c #testimonials.carousel-fade .carousel-indicators {
      bottom: -40px;
      display: none !important;
      left: 0 !important;
      width: unset !important;
      margin: 0 20px 0 5px !important; }
      .section-c #testimonials.carousel-fade .carousel-indicators li {
        width: 8px;
        border: none !important;
        margin: 0 6px;
        height: 8px;
        border-radius: 50%;
        background: #c291b8; }
        .section-c #testimonials.carousel-fade .carousel-indicators li.active {
          background: #fff !important; }
  .section-c .testimonial-box {
    position: relative;
    z-index: 1;
    width: 76%;
    margin: 0 auto; }
    .section-c .testimonial-box p {
      font-family: 'Noto Serif', serif;
      color: #fff !important;
      font-weight: 400;
      font-size: 23px !important;
      margin-bottom: 30px !important;
      line-height: 1.6em !important; }
    .section-c .testimonial-box h3 {
      font-family: 'Noto Serif', serif;
      font-weight: 700;
      color: #fff !important;
      margin-top: 0 !important;
      margin-bottom: 30px !important;
      font-size: 20px !important; }

.section-d {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 60px 0; }
  .section-d .text-box {
    position: relative;
    text-align: center; }
    .section-d .text-box h2 {
      font-family: 'Noto Serif', serif;
      font-weight: 400 !important;
      color: #684531 !important;
      font-size: 34px !important;
      margin-top: 0 !important;
      margin-bottom: 25px !important;
      position: relative; }
    .section-d .text-box p {
      font-family: 'Noto Serif', serif;
      font-weight: 400 !important;
      font-size: 22px !important;
      color: #684531 !important;
      margin-bottom: 50px !important; }
  .section-d .d-flex {
    align-items: flex-start !important; }
    .section-d .d-flex .flex-item {
      width: 295px;
      position: relative;
      margin: 0 1%; }
      .section-d .d-flex .flex-item:first-child {
        margin: 0 2% 0 0; }
      .section-d .d-flex .flex-item:last-child {
        margin: 0 0 0 2%; }
      .section-d .d-flex .flex-item .item-img {
        width: 100%;
        max-width: 100%;
        height: 255px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position: relative; }
        .section-d .d-flex .flex-item .item-img::before {
          content: "";
          background: transparent url("../images/p-frame.png") no-repeat;
          position: absolute;
          width: 100%;
          height: 100%;
          left: 0;
          top: 0;
          background-size: 100% 100%; }
      .section-d .d-flex .flex-item .item-text h3 {
        font-family: 'Noto Serif', serif;
        font-weight: 400;
        font-size: 28px;
        color: #684531;
        margin-top: 30px !important;
        margin-bottom: 25px !important; }
      .section-d .d-flex .flex-item .item-text p {
        font-family: 'Noto Serif', serif;
        font-weight: 400 !important;
        font-size: 19px !important;
        color: #684531; }

.section-e {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 65px 0; }
  .section-e::before {
    content: "";
    background: transparent url("../images/e-shadow.png") no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1; }
  .section-e::after {
    content: "";
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 90%;
    margin: auto;
    width: 2px;
    z-index: 2; }
  .section-e h2 {
    font-family: 'Noto Serif', serif;
    color: #fff;
    margin-top: 0 !important;
    margin-bottom: 25px !important;
    position: relative;
    font-size: 34px !important;
    font-weight: 400 !important; }
  .section-e p {
    font-family: 'Noto Serif', serif;
    color: #fff !important;
    font-weight: 400 !important;
    font-size: 19px !important;
    margin-bottom: 35px !important;
    line-height: 1.6em !important; }
  .section-e .left-e, .section-e .right-e {
    position: relative;
    z-index: 2;
    width: 50%;
    padding: 0 65px 0 35px; }
  .section-e .left-e .news-img {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 160px;
    margin-bottom: 25px; }
  .section-e .left-e .instamask div.news-img {
    -webkit-mask-box-image: url("../images/e-frame.png");
    -moz-mask-box-image: url("../images/e-frame.png");
    mask: url("../images/e-frame.png#mask");
    -webkit-mask-size: 100% 100%;
    -webkit-mask-position: center;
    -moz-mask-size: 100% 100%;
    -moz-mask-position: center;
    transition: -webkit-mask-size .3s;
    transition: -moz-mask-size .3s; }
  .section-e .left-e svg {
    position: absolute;
    width: 0;
    height: 0; }
  .section-e .right-e .event-box {
    width: 100%;
    position: relative;
    margin-bottom: 35px !important; }
    .section-e .right-e .event-box .number {
      width: 70px;
      text-align: center; }
      .section-e .right-e .event-box .number h3 {
        font-family: 'Noto Serif', serif;
        font-weight: 700 !important;
        font-size: 63px;
        color: #fff;
        display: block;
        margin-top: 0 !important;
        margin-bottom: 0 !important; }
        .section-e .right-e .event-box .number h3 span {
          display: block;
          font-weight: 400 !important;
          font-size: 28px !important; }
    .section-e .right-e .event-box .text-box {
      width: 80%; }
      .section-e .right-e .event-box .text-box p {
        font-family: 'Noto Serif', serif;
        font-weight: 400 !important;
        font-size: 24px !important;
        margin-bottom: 5px !important;
        color: #fff !important; }
      .section-e .right-e .event-box .text-box span {
        font-family: 'Noto Serif', serif;
        font-weight: 400 !important;
        font-size: 20px !important;
        display: block !important;
        color: #fff !important;
        margin-bottom: 15px;
        position: relative !important; }

.section-f {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 65px 0; }
  .section-f h2 {
    font-family: 'Noto Serif', serif;
    font-weight: 400;
    font-size: 36px;
    color: #684531;
    margin-top: 0 !important;
    margin-bottom: 60px !important;
    text-align: center; }

.section-g {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 80px 0;
  position: relative;
  text-align: center; }
  .section-g::before {
    content: "";
    background: transparent url("../images/rope.png") no-repeat;
    background-size: 100% 100%;
    background-position: center;
    position: absolute;
    top: -7.5px;
    left: 0;
    width: 100%;
    height: 15px;
    z-index: 1; }
  .section-g::after {
    content: "";
    background: transparent url("../images/g-shadow.png") no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    z-index: 0; }
  .section-g h2 {
    font-family: 'Noto Serif', serif;
    font-weight: 400 !important;
    font-size: 50px !important;
    color: #fff !important;
    margin-top: 0 !important;
    margin-bottom: 20px;
    position: relative;
    z-index: 3; }

/*END FrontPage-------------------------------------------*/
/* Media queries----------------------------------*/
@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .section-d .d-flex .flex-item {
    width: 30% !important; }

  .section-e .d-flex .right-e .event-box {
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .section-e .d-flex .right-e .event-box .text-box {
      text-align: center;
      width: 100% !important;
      margin-top: 10px; } }
@media only screen and (max-width: 991px) {
  .section-d .d-flex {
    flex-direction: column !important; }
    .section-d .d-flex .flex-item {
      margin: 0 0 55px !important; }

  .section-e::after {
    content: none !important; }
  .section-e .d-flex {
    flex-direction: column; }
    .section-e .d-flex .left-e, .section-e .d-flex .right-e {
      width: 100%; }
      .section-e .d-flex .left-e h2, .section-e .d-flex .right-e h2 {
        text-align: center; }
    .section-e .d-flex .left-e {
      margin-bottom: 65px;
      text-align: center; }
    .section-e .d-flex .right-e .event-box {
      flex-direction: column;
      text-align: center;
      margin: 0 auto; }

  .section-e .d-flex .left-e, .section-e .d-flex .right-e {
    padding: 0 !important; } }
@media only screen and (max-width: 480px) {
  .d-flex {
    flex-direction: column !important; }

  .section-b .text-box p {
    width: 100% !important; }

  .section-c .testimonial-box p {
    font-size: 20px !important; }

  .section-e .d-flex .left-e, .section-e .d-flex .right-e {
    padding: 0 !important; }

  .section-g h2 {
    font-size: 32px !important; } }

/*# sourceMappingURL=style.css.map */
