@charset "UTF-8";
@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; }
/*START Helper Classes------------------------------------------*/
.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; }

.d-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  .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;
    flex-wrap: wrap; }
  .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;
    flex-wrap: wrap; }
  .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;
    flex-wrap: wrap; }
  .d-flex.evenly {
    -webkit-flex-flow: row nowrap;
    justify-content: space-evenly;
    align-items: flex-start;
    -webkit-justify-content: space-evenly;
    -webkit-align-items: flex-start;
    flex-wrap: wrap; }
  .d-flex.center {
    -webkit-flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    flex-wrap: wrap; }

.col-align-vertical {
  /*Flex*/
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  float: none; }

.alignleft {
  float: left;
  margin: 0 15px 15px 0; }

.alignright {
  float: right;
  margin: 0 0 15px 15px; }

.aligncenter {
  display: block;
  margin: 0 auto !important; }

.m-bottom {
  margin-bottom: 25px; }

.m-top {
  margin-top: 25px; }

.m-left {
  margin-left: 25px; }

.m-right {
  margin-right: 25px; }

.img-wrap {
  position: relative;
  overflow: hidden;
  z-index: 3;
  height: 250px;
  width: 100%;
  background: transparent; }
  .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; }

.r-box {
  align-items: flex-start !important; }
  .r-box .flex-item {
    min-height: unset !important; }

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; }

.resourses-wrap .flex-item {
  width: 21%; }

#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: 'Montserrat', sans-serif;
    background: #7ac142;
    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: #7ac142 !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: 'Montserrat', sans-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: #3a3a3a;
          box-shadow: none; }
          .follow ul.social li a:hover i {
            background: transparent;
            text-shadow: none; }

@media only screen and (max-width: 991px) {
  .r-box {
    flex-wrap: wrap;
    justify-content: center !important; }
    .r-box .flex-item {
      width: 50% !important;
      margin: 0 1%; } }
@media only screen and (max-width: 767px) {
  .r-box {
    flex-wrap: wrap;
    justify-content: center !important; }
    .r-box .flex-item {
      width: 50% !important; } }
@media only screen and (max-width: 480px) {
  div.printfriendly {
    top: -80px; }

  .r-box .flex-item {
    width: 100% !important;
    margin: 25px; } }
/*END Helper Classes-------------------------------------*/
/*START Buttons------------------------------------------*/
a.btn-top, button.btn-top {
  font-family: 'Montserrat', sans-serif;
  background: #7ac142;
  border-radius: 5px;
  border: 1px solid  #7ac142;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 2px;
  margin: 0 0 0 15px;
  padding: 5px 25px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.4s ease; }
  a.btn-top:hover, button.btn-top:hover {
    background: #fff;
    color: #7ac142;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.4s ease; }
a.btn-carousel, button.btn-carousel {
  text-decoration: underline;
  color: #a8c4c8;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
  position: relative; }
  a.btn-carousel:hover, button.btn-carousel:hover {
    text-decoration: none; }
a.btn-1, button.btn-1 {
  font-family: 'Montserrat', sans-serif;
  background: #7ac142;
  border: 1px solid  #7ac142;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  position: relative;
  padding: 20px 40px;
  text-transform: uppercase;
  transition: 0.4s; }
  a.btn-1:hover, a.btn-1:focus, button.btn-1:hover, button.btn-1:focus {
    border: 1px solid #fff;
    text-decoration: none;
    background: #fff;
    color: #7ac142;
    transition: 0.4s; }
a.btn-2, button.btn-2 {
  font-family: 'Montserrat', sans-serif;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 4px;
  color: #7ac142;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  position: relative;
  padding: 10px 20px;
  text-transform: uppercase;
  transition: 0.4s; }
  a.btn-2:hover, a.btn-2:focus, button.btn-2:hover, button.btn-2:focus {
    background: #7ac142;
    color: #fff;
    transition: 0.4s;
    border: 1px solid #7ac142; }
a.btn-3, button.btn-3 {
  font-family: 'Open Sans', sans-serif;
  background: #7ac142;
  color: #fff !important;
  text-decoration: none !important;
  font-size: 20px !important;
  border: 3px solid #7ac142;
  border-radius: 3px;
  padding: 7px 45px;
  font-weight: 600;
  transition: 0.4s;
  margin-top: 15px;
  display: inline-block; }
  a.btn-3 span, button.btn-3 span {
    font-weight: 700; }
  a.btn-3:hover, a.btn-3:focus, a.btn-3:active, button.btn-3:hover, button.btn-3:focus, button.btn-3:active {
    transition: 0.4s;
    background: #7ac142;
    border: 3px solid #7ac142;
    text-decoration: none;
    color: #fff !important; }
a.btn-4, button.btn-4 {
  font-family: 'Montserrat', sans-serif;
  background: transparent;
  color: #214e8e !important;
  text-transform: uppercase;
  text-decoration: none !important;
  font-size: 19px !important;
  border: 3px solid #214e8e;
  padding: 13px 45px;
  font-weight: 500;
  transition: 0.4s;
  margin-top: 15px;
  display: inline-block; }
  a.btn-4 span, button.btn-4 span {
    font-weight: 700; }
  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: #7ac142;
    border: 3px solid #7ac142;
    text-decoration: none;
    color: #fff !important; }
a.btn-5, button.btn-5 {
  font-family: 'Montserrat', sans-serif;
  background: #7ac142;
  color: #fff !important;
  text-transform: uppercase;
  text-decoration: none !important;
  font-size: 17px !important;
  padding: 10px 19px;
  font-weight: 400 !important;
  transition: 0.4s;
  margin-top: 25px;
  display: inline-block; }
  a.btn-5:hover, a.btn-5:focus, a.btn-5:active, button.btn-5:hover, button.btn-5:focus, button.btn-5:active {
    transition: 0.4s;
    background: #629d33;
    text-decoration: none;
    color: #fff !important; }

@media only screen and (max-width: 480px) {
  a.btn-1, a.btn-blue, a.btn-2, a.btn-yellow, button.btn-1, button.btn-blue, button.btn-2, button.btn-yellow {
    padding: 15px 12px 14px; } }
/*END Buttons-------------------------------------*/
/*START header------------------------------------------*/
body.fixed header.header {
  background: #fff;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 990;
  -webkit-box-shadow: 0px 17px 50px 0px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0px 17px 50px 0px rgba(0, 0, 0, 0.19);
  box-shadow: 0px 17px 50px 0px rgba(0, 0, 0, 0.19);
  transition: 0.4s;
  /* Chrome, Safari, Opera */ }
  body.fixed header.header.active {
    background: rgba(122, 193, 66, 0);
    box-shadow: none; }
body.fixed .content-header .content-side-right .header-top {
  padding: 10px 0; }

header.header {
  font-family: 'Open Sans', sans-serif;
  background: transparent;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 150;
  width: 100%; }
  header.header .textwidget {
    display: inline-block; }
  header.header .overlay {
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 10; }
    header.header .overlay::before {
      content: "";
      background: transparent url("../images/logo-menu.png") no-repeat;
      width: 334px;
      height: 355px;
      position: absolute;
      right: -60px;
      bottom: 60px;
      z-index: 11; }
  header.header.active {
    background: transparent;
    transition: 1s; }

.content-header {
  display: flex;
  z-index: 11;
  position: relative;
  background: white; }
  .content-header .header-content-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap; }
  .content-header .logo {
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    flex-basis: 143px;
    flex-grow: 0;
    height: 160px;
    overflow: hidden;
    padding: 10px;
    position: relative; }
    .content-header .logo a {
      display: block;
      height: 100%;
      width: 100%;
      background-position: left center;
      background-size: contain;
      background-repeat: no-repeat;
      position: relative;
      overflow: hidden; }
      .content-header .logo a.logo-mobile {
        display: none; }
    .content-header .logo:hover:before {
      -webkit-animation: shine 0.75s;
      animation: shine 0.75s; }
@-webkit-keyframes shine {
  100% {
    left: 125%; } }
@keyframes shine {
  100% {
    left: 125%; } }
  .content-header .content-side-right {
    flex-grow: 0; }
    .content-header .content-side-right .header-top {
      padding: 20px 0 0;
      transition: 0.6s; }
      .content-header .content-side-right .header-top .top {
        display: flex;
        align-items: center; }
        .content-header .content-side-right .header-top .top .link-top {
          font-family: 'Open Sans', sans-serif;
          font-size: 18px;
          font-weight: 600;
          color: #888888;
          padding: 0 4px;
          position: relative; }
          .content-header .content-side-right .header-top .top .link-top::before {
            content: "";
            background: #888888;
            width: 1px;
            height: 16px;
            display: inline-block;
            position: absolute;
            top: 0;
            bottom: 0;
            right: -1px;
            margin: auto 0; }
        .content-header .content-side-right .header-top .top .extra-button {
          margin-left: 0;
          position: relative; }
          .content-header .content-side-right .header-top .top .extra-button .open-search {
            background: transparent;
            border-radius: 0%;
            border: none;
            color: #7ac142;
            font-size: 20px;
            padding: 0;
            margin: 0 15px;
            text-align: center;
            transition: 0.4s;
            outline: none;
            position: relative; }
            .content-header .content-side-right .header-top .top .extra-button .open-search i {
              position: relative; }
            .content-header .content-side-right .header-top .top .extra-button .open-search:hover {
              color: #7ac142; }
        .content-header .content-side-right .header-top .top .social-networks {
          display: inline-block;
          font-size: 0;
          line-height: 1em;
          margin: 0;
          padding: 0;
          text-align: center;
          vertical-align: middle; }
          .content-header .content-side-right .header-top .top .social-networks li {
            display: inline-block;
            margin: 0 10px !important;
            position: relative; }
            .content-header .content-side-right .header-top .top .social-networks li a {
              border-radius: 50%;
              border: none;
              color: #695e4a;
              display: inherit;
              margin: 0;
              position: relative;
              transition: 0.4s;
              font-size: 18px; }
              .content-header .content-side-right .header-top .top .social-networks li a:hover {
                color: #7ac142;
                transition: 0.4s; }
      .content-header .content-side-right .header-top .top-container {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        margin-top: 15px; }
        .content-header .content-side-right .header-top .top-container .menu_bar {
          display: none;
          /*-------------------------------*/
          /*       Hamburger-Cross         */
          /*-------------------------------*/ }
          .content-header .content-side-right .header-top .top-container .menu_bar .hamburger {
            background: transparent;
            border: none;
            display: inline-block;
            height: 25px;
            margin-right: 30px;
            position: relative;
            width: 25px;
            z-index: 999; }
          .content-header .content-side-right .header-top .top-container .menu_bar .hamburger:hover {
            outline: none; }
          .content-header .content-side-right .header-top .top-container .menu_bar .hamburger:focus {
            outline: none; }
          .content-header .content-side-right .header-top .top-container .menu_bar .hamburger:active {
            outline: none; }
          .content-header .content-side-right .header-top .top-container .menu_bar .hamburger.is-closed:before {
            -webkit-transform: translate3d(0, 0, 0);
            -webkit-transition: all 0.35s ease-in-out;
            color: #464648;
            content: "";
            display: block;
            font-size: 14px;
            line-height: 32px;
            opacity: 0;
            text-align: center;
            width: 100px; }
          .content-header .content-side-right .header-top .top-container .menu_bar .hamburger.is-closed:hover before {
            -webkit-transform: translate3d(-100px, 0, 0);
            -webkit-transition: all 0.35s ease-in-out;
            display: block;
            opacity: 1; }
          .content-header .content-side-right .header-top .top-container .menu_bar .hamburger.is-closed:hover .hamb-top {
            -webkit-transition: all 0.35s ease-in-out;
            top: 0; }
          .content-header .content-side-right .header-top .top-container .menu_bar .hamburger.is-closed:hover .hamb-bottom {
            -webkit-transition: all 0.35s ease-in-out;
            bottom: 0; }
          .content-header .content-side-right .header-top .top-container .menu_bar .hamburger.is-closed .hamb-top {
            -webkit-transition: all 0.35s ease-in-out;
            background: #7ac142;
            top: 4px; }
          .content-header .content-side-right .header-top .top-container .menu_bar .hamburger.is-closed .hamb-middle {
            background: #7ac142;
            margin-top: -2px;
            top: 50%; }
          .content-header .content-side-right .header-top .top-container .menu_bar .hamburger.is-closed .hamb-bottom {
            -webkit-transition: all 0.35s ease-in-out;
            background: #7ac142;
            bottom: 5px; }
          .content-header .content-side-right .header-top .top-container .menu_bar .hamburger.is-closed .hamb-top,
          .content-header .content-side-right .header-top .top-container .menu_bar .hamburger.is-closed .hamb-middle,
          .content-header .content-side-right .header-top .top-container .menu_bar .hamburger.is-closed .hamb-bottom,
          .content-header .content-side-right .header-top .top-container .menu_bar .hamburger.is-open .hamb-top,
          .content-header .content-side-right .header-top .top-container .menu_bar .hamburger.is-open .hamb-middle,
          .content-header .content-side-right .header-top .top-container .menu_bar .hamburger.is-open .hamb-bottom {
            height: 2.5px;
            left: 0;
            position: absolute;
            width: 100%; }
          .content-header .content-side-right .header-top .top-container .menu_bar .hamburger.is-open .hamb-top {
            -webkit-transform: rotate(45deg);
            -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
            background: #7ac142;
            margin-top: -2px;
            top: 50%; }
          .content-header .content-side-right .header-top .top-container .menu_bar .hamburger.is-open .hamb-middle {
            background: #7ac142;
            display: none; }
          .content-header .content-side-right .header-top .top-container .menu_bar .hamburger.is-open .hamb-bottom {
            -webkit-transform: rotate(-45deg);
            -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
            background: #7ac142;
            margin-top: -2px;
            top: 50%; }
          .content-header .content-side-right .header-top .top-container .menu_bar .hamburger.is-open:before {
            -webkit-transform: translate3d(0, 0, 0);
            -webkit-transition: all 0.35s ease-in-out;
            color: #ffffff;
            content: "";
            display: block;
            font-size: 14px;
            line-height: 32px;
            opacity: 0;
            text-align: center;
            width: 100px; }
          .content-header .content-side-right .header-top .top-container .menu_bar .hamburger.is-open:hover before {
            -webkit-transform: translate3d(-100px, 0, 0);
            -webkit-transition: all 0.35s ease-in-out;
            display: block;
            opacity: 1; }
        .content-header .content-side-right .header-top .top-container .portal {
          margin-right: 15px; }
          .content-header .content-side-right .header-top .top-container .portal.user-access a {
            width: 50px;
            height: 50px;
            display: flex;
            justify-content: center;
            align-items: center; }
            .content-header .content-side-right .header-top .top-container .portal.user-access a.logout {
              display: none; }
          .content-header .content-side-right .header-top .top-container .portal a {
            font-size: 20px;
            font-weight: 400;
            color: #464648;
            font-family: 'Montserrat', sans-serif;
            text-transform: none;
            position: relative;
            background: transparent;
            padding: 0px;
            transition: 0.1s; }
            .content-header .content-side-right .header-top .top-container .portal a span {
              color: #7ac142; }
            .content-header .content-side-right .header-top .top-container .portal a.serve {
              background: url("../images/bg-btn-serve.png") no-repeat;
              background-position: center;
              background-size: contain;
              height: auto;
              width: 45px;
              padding-bottom: 100%;
              display: block; }
            .content-header .content-side-right .header-top .top-container .portal a.btn-mobile {
              background: #7ac142;
              text-transform: uppercase;
              font-size: 19px;
              color: #464648;
              font-family: 'Open Sans', sans-serif;
              padding: 13px 30px;
              border-radius: 0px;
              font-weight: 400;
              transition: 0.6s;
              margin-left: 25px;
              letter-spacing: 1px;
              display: none; }
            .content-header .content-side-right .header-top .top-container .portal a:hover {
              text-decoration: none; }
              .content-header .content-side-right .header-top .top-container .portal a:hover span {
                color: #7ac142; }
            .content-header .content-side-right .header-top .top-container .portal a:last-child {
              margin-right: 0; }
        .content-header .content-side-right .header-top .top-container .extra-link {
          display: flex;
          justify-content: space-between;
          align-items: center; }
          .content-header .content-side-right .header-top .top-container .extra-link a {
            font-size: 18px;
            font-weight: 600;
            color: #7ac142;
            font-family: 'Montserrat', sans-serif;
            padding: 18px 25px;
            position: relative; }
          .content-header .content-side-right .header-top .top-container .extra-link a.donate {
            background: #7ac142;
            text-transform: uppercase;
            font-size: 22.52 px;
            color: #464648;
            font-family: 'Open Sans', sans-serif;
            padding: 18px 30px;
            border-radius: 0px;
            font-weight: 700;
            transition: 0.6s;
            margin-left: 5px;
            margin-right: 25px;
            letter-spacing: 0px; }
            .content-header .content-side-right .header-top .top-container .extra-link a.donate:hover {
              text-decoration: none;
              background: #464648;
              color: #7ac142; }
              .content-header .content-side-right .header-top .top-container .extra-link a.donate:hover:after {
                color: #da0707; }
        .content-header .content-side-right .header-top .top-container .extra-button {
          margin-left: 7px;
          position: relative; }
          .content-header .content-side-right .header-top .top-container .extra-button .open-search {
            background: transparent;
            border-radius: 0%;
            border: none;
            color: #7ac142;
            font-size: 20px;
            padding: 0;
            height: 50px;
            margin: 0px;
            text-align: center;
            transition: 0.4s;
            width: 50px;
            outline: none;
            position: relative; }
            .content-header .content-side-right .header-top .top-container .extra-button .open-search i {
              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%); }
            .content-header .content-side-right .header-top .top-container .extra-button .open-search:after {
              content: "";
              display: block;
              margin-bottom: 10px;
              width: 50px;
              border-width: 3px;
              border-style: dotted;
              border-color: #464648;
              height: 50px;
              border-radius: 50%;
              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%); }
            .content-header .content-side-right .header-top .top-container .extra-button .open-search:hover {
              color: #7ac142; }
        .content-header .content-side-right .header-top .top-container ul.social {
          display: inline-block;
          line-height: 1em;
          margin: 0;
          padding: 0;
          text-align: center;
          vertical-align: middle; }
          .content-header .content-side-right .header-top .top-container ul.social li {
            display: inline-block;
            font-size: 18px;
            margin: 0px !important; }
            .content-header .content-side-right .header-top .top-container ul.social li a {
              display: inherit;
              border-radius: 50%;
              color: #464648;
              background: transparent;
              height: 40px;
              margin: 0 4px;
              position: relative;
              transition: 0.4s;
              width: 40px; }
              .content-header .content-side-right .header-top .top-container 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: 20px;
                left: 50%;
                position: absolute;
                top: 50%; }
            .content-header .content-side-right .header-top .top-container ul.social li.instagram a {
              background: #cd3375; }
              .content-header .content-side-right .header-top .top-container ul.social li.instagram a:hover {
                color: #cd3375;
                background: #464648; }
            .content-header .content-side-right .header-top .top-container ul.social li.youtube a {
              background: #e52d27; }
              .content-header .content-side-right .header-top .top-container ul.social li.youtube a:hover {
                color: #e52d27;
                background: #464648; }
            .content-header .content-side-right .header-top .top-container ul.social li.facebook a {
              background: #38569d; }
              .content-header .content-side-right .header-top .top-container ul.social li.facebook a:hover {
                color: #38569d;
                background: #464648; }
            .content-header .content-side-right .header-top .top-container ul.social li.twitter a {
              background: #578ccc; }
              .content-header .content-side-right .header-top .top-container ul.social li.twitter a:hover {
                color: #578ccc;
                background: #464648; }
            .content-header .content-side-right .header-top .top-container ul.social li.search a {
              background: #e52d87; }
              .content-header .content-side-right .header-top .top-container ul.social li.search a:hover {
                color: #e52d87;
                background: #464648; }
  .content-header .header-bottom {
    flex-basis: 100%;
    position: static;
    display: block !important;
    padding-bottom: 15px; }
    .content-header .header-bottom #navigation > ul.navbar-nav > li.active > a:hover {
      color: #464648; }
    .content-header .header-bottom #navigation {
      display: flex;
      justify-content: center; }
      .content-header .header-bottom #navigation ul.navbar-nav {
        padding: 0;
        margin: 0;
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        flex-basis: 100%;
        justify-content: space-between;
        float: none; }
        .content-header .header-bottom #navigation ul.navbar-nav > li:hover a::before {
          display: block; }
        .content-header .header-bottom #navigation ul.navbar-nav > li {
          position: static !important; }
        .content-header .header-bottom #navigation ul.navbar-nav > li > a {
          position: relative; }
          .content-header .header-bottom #navigation ul.navbar-nav > li > a:hover:before, .content-header .header-bottom #navigation ul.navbar-nav > li > a.arrow:before {
            border-bottom: #f5f5f5 solid 20px; }
        .content-header .header-bottom #navigation ul.navbar-nav > li > a::before {
          content: "";
          display: block;
          position: absolute;
          bottom: -15px;
          width: 0;
          height: 0;
          border-right: transparent solid 45px;
          border-left: transparent solid 45px;
          border-bottom: #f5f5f5 solid 0px;
          -webkit-transform: translate(-50%, 0);
          -moz-transform: translate(-50%, 0);
          -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
          left: 50%;
          z-index: 10;
          transition: 0.4s; }
        .content-header .header-bottom #navigation ul.navbar-nav > li > a + ul {
          -webkit-transform: translate(-50%, 140px);
          -moz-transform: translate(-50%, 140px);
          -ms-transform: translate(-50%, 140px);
          transform: translate(-50%, 140px);
          background-color: #f5f5f5;
          border-radius: 3px;
          box-shadow: 0 -5px 5px -5px rgba(0, 0, 0, 0.3);
          left: 50%;
          padding: 25px;
          position: absolute;
          top: 0;
          width: 1140px;
          z-index: 9; }
          .content-header .header-bottom #navigation ul.navbar-nav > li > a + ul > li:nth-child(4n + 1) {
            clear: both; }
          .content-header .header-bottom #navigation ul.navbar-nav > li > a + ul > li {
            float: left;
            padding: 0 5px;
            width: 25%; }
            .content-header .header-bottom #navigation ul.navbar-nav > li > a + ul > li > a {
              position: relative;
              font-weight: 600; }
              .content-header .header-bottom #navigation ul.navbar-nav > li > a + ul > li > a::after {
                content: "";
                width: 100%;
                height: 1px;
                background-color: #a7a7a7;
                display: block;
                margin: 10px 0 15px; }
            .content-header .header-bottom #navigation ul.navbar-nav > li > a + ul > li a {
              font-size: 18px;
              line-height: 1.2em; }
        .content-header .header-bottom #navigation ul.navbar-nav li {
          position: relative; }
          .content-header .header-bottom #navigation ul.navbar-nav li.active ul li::after, .content-header .header-bottom #navigation ul.navbar-nav li.active ul li::before {
            content: none !important; }
          .content-header .header-bottom #navigation ul.navbar-nav li a {
            font-family: 'Montserrat', sans-serif;
            background: transparent;
            color: #464648;
            display: block;
            font-size: 17.5px;
            font-weight: 400;
            padding: 5px 20px;
            padding-left: 0;
            position: relative;
            text-align: left;
            text-transform: none;
            text-decoration: none;
            transition: 0.4s;
            white-space: normal;
            display: block; }
            .content-header .header-bottom #navigation ul.navbar-nav li a:hover, .content-header .header-bottom #navigation ul.navbar-nav li a:focus, .content-header .header-bottom #navigation ul.navbar-nav li a:active {
              color: #7ac142; }
          .content-header .header-bottom #navigation ul.navbar-nav li ul {
            background: transparent;
            border-radius: 0;
            border: none;
            box-shadow: none;
            min-height: 0;
            padding: 0;
            position: relative;
            text-align: left;
            top: 0;
            width: 100%;
            z-index: 2; }
            .content-header .header-bottom #navigation ul.navbar-nav li ul li {
              display: block; }
              .content-header .header-bottom #navigation ul.navbar-nav li ul li::after {
                content: none !important; }
              .content-header .header-bottom #navigation ul.navbar-nav li ul li a {
                border-radius: 0;
                color: #464648;
                font-size: 18px;
                font-weight: 400;
                font-family: 'Open Sans', sans-serif;
                margin-top: 0;
                padding: 5px 15px;
                padding-left: 0; }
                .content-header .header-bottom #navigation ul.navbar-nav li ul li a::before {
                  content: none; }
                .content-header .header-bottom #navigation ul.navbar-nav li ul li a:hover, .content-header .header-bottom #navigation ul.navbar-nav li ul li a:focus, .content-header .header-bottom #navigation ul.navbar-nav li ul li a:active {
                  color: #7ac142;
                  margin-top: 0;
                  border-radius: 0; }
              .content-header .header-bottom #navigation ul.navbar-nav li ul li:first-child a {
                border-top: none;
                border-radius: 0; }
                .content-header .header-bottom #navigation ul.navbar-nav li ul li:first-child a::after {
                  content: ""; }
              .content-header .header-bottom #navigation ul.navbar-nav li ul li:last-child a {
                border-radius: 0; }
              .content-header .header-bottom #navigation ul.navbar-nav li ul li ul {
                left: 0;
                top: 0;
                width: 100%; }
        .content-header .header-bottom #navigation ul.navbar-nav > li ul {
          display: none; }
          .content-header .header-bottom #navigation ul.navbar-nav > li ul ul {
            display: block; }

/*END header-------------------------------------*/
/*START Main Navigation------------------------------------------*/
.navbar-brand {
  padding: 0;
  width: 260px;
  position: absolute;
  height: 115px;
  left: 30px;
  display: none; }
  .navbar-brand img {
    max-width: 100%;
    max-height: 100%;
    margin-left: 0px;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%; }

@media only screen and (max-width: 1200px) {
  header.header {
    position: fixed;
    top: 0;
    background: #fff;
    box-shadow: 5px 0 8px #000000; }
    header.header.active {
      background: white; }
      header.header.active .content-header .content-side-right .header-top .top-container .portal a.btn-mobile {
        background: #464648;
        color: #7ac142; }
      header.header.active .content-header .content-side-right .header-top .top-container .extra-button .open-search {
        color: #464648; }
      header.header.active .content-header .content-side-right .header-top .top-container .menu_bar .hamburger span {
        background: #464648; }

  .content-header .container {
    width: 100%; }
  .content-header .content-side-right .header-top {
    padding: 10px 0; }
    .content-header .content-side-right .header-top .top-container .menu_bar {
      display: block; }
    .content-header .content-side-right .header-top .top-container .networks {
      display: none; }
    .content-header .content-side-right .header-top .top-container .portal a {
      display: none; }
      .content-header .content-side-right .header-top .top-container .portal a.btn-mobile {
        display: block; }
    .content-header .content-side-right .header-top .top-container .extra-link {
      display: none; }
  .content-header .header-bottom #navigation ul.nav.navbar-nav li.active {
    background: #7ac142; }
    .content-header .header-bottom #navigation ul.nav.navbar-nav li.active:after {
      display: none; }
    .content-header .header-bottom #navigation ul.nav.navbar-nav li.active a {
      color: #fff; }
    .content-header .header-bottom #navigation ul.nav.navbar-nav li.active .dropdown-btn .caret::after {
      color: #fff; }
  .content-header .header-bottom #navigation {
    width: 100%;
    height: calc(100% - 68px);
    position: fixed;
    right: 100%;
    margin: 0;
    overflow: scroll;
    background: #fff;
    display: block; }
    .content-header .header-bottom #navigation ul.nav.navbar-nav {
      padding: 0 15px;
      display: block;
      float: none;
      margin-bottom: 30px; }
      .content-header .header-bottom #navigation ul.nav.navbar-nav li {
        border-bottom: 1px solid #464648;
        width: 100%; }
        .content-header .header-bottom #navigation ul.nav.navbar-nav li a {
          text-align: center;
          padding: 25px;
          font-size: 26px;
          font-family: 'Open Sans', sans-serif;
          color: #464648;
          margin: 0; }
        .content-header .header-bottom #navigation ul.nav.navbar-nav li .dropdown-btn {
          border: none;
          color: #464648;
          float: right;
          margin-top: -55px;
          position: relative;
          width: 40px;
          height: 40px;
          margin-right: 30px;
          background-color: transparent; }
          .content-header .header-bottom #navigation ul.nav.navbar-nav li .dropdown-btn .caret {
            border: none; }
            .content-header .header-bottom #navigation ul.nav.navbar-nav li .dropdown-btn .caret:after {
              content: "\f067";
              box-sizing: border-box;
              display: block;
              font: normal normal normal 14px/1 FontAwesome;
              font-size: 30px;
              text-rendering: auto;
              transition: 0.4s;
              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%); }
            .content-header .header-bottom #navigation ul.nav.navbar-nav li .dropdown-btn .caret.active:after {
              content: "\f068"; }
        .content-header .header-bottom #navigation ul.nav.navbar-nav li ul {
          width: 100%;
          position: relative;
          top: 0;
          float: none;
          background: transparent; }
          .content-header .header-bottom #navigation ul.nav.navbar-nav li ul li {
            border-bottom: none; }
            .content-header .header-bottom #navigation ul.nav.navbar-nav li ul li a {
              font-size: 21px;
              font-family: 'Montserrat', sans-serif;
              padding: 20px; }
            .content-header .header-bottom #navigation ul.nav.navbar-nav li ul li ul {
              background: #88c755;
              position: relative;
              left: auto; }
              .content-header .header-bottom #navigation ul.nav.navbar-nav li ul li ul li a {
                border-color: #7ac142; }
    .content-header .header-bottom #navigation .top-container {
      display: flex;
      flex-direction: column;
      align-items: center;
      padding-bottom: 30px; }
      .content-header .header-bottom #navigation .top-container .box {
        margin: 15px auto;
        width: 90%;
        background: #464648;
        color: #464648;
        border-radius: 5px;
        display: block;
        padding: 15px 25px;
        text-align: center; }
        .content-header .header-bottom #navigation .top-container .box:nth-child(4) {
          background: #7ac142; }
          .content-header .header-bottom #navigation .top-container .box:nth-child(4) a {
            color: #464648; }
      .content-header .header-bottom #navigation .top-container .menu_bar {
        display: none; }
      .content-header .header-bottom #navigation .top-container .portal {
        order: 1;
        display: none; }
        .content-header .header-bottom #navigation .top-container .portal a {
          font-size: 20px;
          font-weight: 400;
          color: #464648;
          font-family: 'Open Sans', sans-serif;
          position: relative;
          text-transform: uppercase; }
          .content-header .header-bottom #navigation .top-container .portal a i {
            margin-left: 10px;
            color: #7ac142;
            font-size: 25px;
            vertical-align: middle;
            margin-top: -3px;
            display: none; }
      .content-header .header-bottom #navigation .top-container .extra-link {
        order: 0; }
        .content-header .header-bottom #navigation .top-container .extra-link a.donate {
          text-transform: uppercase;
          font-size: 20px;
          letter-spacing: 1px;
          color: #464648;
          font-family: 'Open Sans', sans-serif;
          border-radius: 5px;
          font-weight: 400;
          transition: 0.4s; }
          .content-header .header-bottom #navigation .top-container .extra-link a.donate:after {
            content: "\f004";
            box-sizing: border-box;
            display: inline-block;
            position: relative;
            margin-left: 15px;
            font: normal normal normal 14px/1 FontAwesome;
            color: #da0707;
            vertical-align: middle;
            margin-top: -5px;
            font-size: 25px;
            text-rendering: auto;
            -webkit-transition: color 0.8s, font-size 0.8s;
            -moz-transition: color 0.8s, font-size 0.8s;
            -o-transition: color 0.8s, font-size 0.8s;
            transition: color 0.8s, font-size 0.8s;
            display: none; }
          .content-header .header-bottom #navigation .top-container .extra-link a.donate:hover {
            text-decoration: none; }
            .content-header .header-bottom #navigation .top-container .extra-link a.donate:hover:after {
              color: #7ac142; }
      .content-header .header-bottom #navigation .top-container .extra-button {
        order: 2;
        display: none; }
        .content-header .header-bottom #navigation .top-container .extra-button .open-search {
          background: transparent;
          border-radius: 0%;
          border: none;
          color: #7ac142;
          font-size: 24px;
          padding: 0;
          height: 100%;
          margin: 0px;
          text-align: center;
          transition: 0.4s;
          width: 100%;
          outline: none;
          position: relative; }
          .content-header .header-bottom #navigation .top-container .extra-button .open-search i {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -65%);
            -moz-transform: translate(-50%, -65%);
            -ms-transform: translate(-50%, -65%);
            transform: translate(-50%, -65%); }
          .content-header .header-bottom #navigation .top-container .extra-button .open-search:hover {
            color: #7ac142; }
      .content-header .header-bottom #navigation .top-container .networks {
        order: 3;
        display: none; }
        .content-header .header-bottom #navigation .top-container .networks ul.social {
          display: flex;
          justify-content: space-around;
          align-items: center;
          padding: 0;
          margin: 0; }
          .content-header .header-bottom #navigation .top-container .networks ul.social li {
            display: inline-block;
            margin: 0px !important; }
            .content-header .header-bottom #navigation .top-container .networks ul.social li a {
              display: inherit;
              border-radius: 50%;
              color: #7ac142;
              background: transparent;
              height: 20px;
              margin: 0 4px;
              position: relative;
              transition: 0.4s;
              width: 20px; }
              .content-header .header-bottom #navigation .top-container .networks 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: 20px;
                left: 50%;
                position: absolute;
                top: 50%; }
              .content-header .header-bottom #navigation .top-container .networks ul.social li a:hover {
                color: #7ac142; } }
@media screen and (max-width: 1025px) and (orientation: portrait) {
  .content-header
  .content-side-right
  .header-bottom
  #navigation
  ul.navbar-nav
  li
  a {
    font-size: 13px;
    padding: 35px 14px; }

  .content-header
  .content-side-right
  .header-top
  .top-container
  .extra-link
  a.donate {
    margin-left: 5px;
    font-size: 16px; }

  .content-header .content-side-right .header-top .top-container .portal a {
    font-size: 16px; }

  body.fixed {
    padding-top: 170px; }

  .slider-widget {
    padding-top: 0 !important; }

  header.header .overlay {
    display: none !important; } }
@media screen and (max-width: 1025px) and (orientation: landscape) {
  .content-header
  .content-side-right
  .header-bottom
  #navigation
  ul.navbar-nav
  li
  a {
    font-size: 13px;
    padding: 35px 14px; }

  .content-header
  .content-side-right
  .header-top
  .top-container
  .extra-link
  a.donate {
    margin-left: 5px;
    font-size: 16px; }

  .content-header .content-side-right .header-top .top-container .portal a {
    font-size: 16px; }

  body.fixed {
    padding-top: 170px; }

  .content-header .content-side-right .header-top .top {
    display: none; }

  .slider-widget {
    padding-top: 0 !important; }

  header.header .overlay {
    display: none !important; } }
@media only screen and (max-width: 991px) {
  .content-header .content-side-right .header-top .top {
    display: none; }

  .slider-widget {
    padding-top: 0 !important; }

  header.header .overlay {
    display: none !important; }

  .content-header .logo {
    bottom: 0; }

  .search-mobile {
    display: inline-block; }

  .search-mobile::after {
    content: unset; } }
@media only screen and (max-width: 767px) {
  .content-header .logo a {
    background-position: center; }

  header.header .overlay {
    display: none !important; }

  .content-header .logo {
    bottom: 0; }

  .content-header .content-side-right .header-top .top {
    display: none; }

  .content-header .content-side-right .header-top {
    padding: 0;
    margin-top: 0px; }

  .content-header
  .content-side-right
  .header-top
  .top-container
  .portal
  a:last-child {
    margin-left: 0; }

  .content-header .content-side-right .header-top .top-container .portal {
    margin-right: 25px; }

  .content-header
  .content-side-right
  .header-top
  .top-container
  .portal
  a.btn-mobile {
    font-size: 16px;
    padding: 13px 15px; }

  .content-header
  .content-side-right
  .header-top
  .top-container
  .menu_bar
  .hamburger {
    margin-right: 0px; }

  .content-header
  .header-bottom
  #navigation
  ul.nav.navbar-nav
  li
  .dropdown-btn {
    margin-right: 10px; }

  .content-header .header-bottom #navigation ul.nav.navbar-nav li a {
    padding: 25px 50px;
    font-size: 20px; }

  .content-header .header-bottom #navigation ul.nav.navbar-nav li ul li a {
    font-size: 15px;
    padding: 15px; }

  .content-header .content-side-right .header-top .top-container {
    justify-content: space-between; }

  .content-header .content-side-right {
    flex-basis: 100%; }

  .content-header .logo {
    width: 100%;
    top: 0;
    height: auto !important;
    position: relative;
    overflow: initial;
    padding: 0;
    z-index: 5; }

  .content-header .logo a {
    display: block;
    height: 58px;
    width: 115px;
    position: absolute;
    top: 0;
    left: 0; }

  .content-header .content-side-right .header-top .top-container .extra-button {
    justify-self: flex-end;
    margin-left: auto; } }
@media only screen and (max-width: 480px) {
  .content-header .content-side-right .header-top .top-container {
    justify-content: flex-end; }

  .content-header .logo {
    flex-basis: 50%; }

  .content-header .content-side-right .header-top .top-container .extra-button {
    justify-self: flex-end;
    margin-left: 0; }

  .content-header .header-content-wrap {
    justify-content: flex-start; }

  .content-header .content-side-right .header-top .top-container .portal {
    margin-right: 0; } }
/*END Main Navigation-------------------------------------*/
/*STRART Search Widget------------------------------------------*/
body.search h1 span {
  font-size: inherit; }

.search-section {
  display: none;
  background: #7ac142; }

div.search {
  font-family: 'Montserrat', sans-serif;
  background: #7ac142;
  display: block;
  float: none;
  position: relative;
  vertical-align: middle; }
  div.search::before {
    content: "";
    background: #629d33;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 2px; }
  div.search::after {
    content: "";
    background: #629d33;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 2px; }
  div.search .screen-reader-text {
    display: none; }
  div.search .fa-times {
    color: #464648;
    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 {
    background: transparent url("../images/search-icon.png") no-repeat;
    background-position: center;
    background-size: 24px 24px;
    border-radius: 0;
    border: none;
    color: #3a3a3a;
    float: right;
    font-size: 12px;
    height: 47px;
    margin-left: -4px;
    opacity: 0.7;
    text-indent: -99999999px;
    text-transform: uppercase;
    transition: 0.4s;
    vertical-align: middle;
    width: 50px; }
    div.search #searchsubmit:hover {
      background-size: 18px 18px;
      opacity: 1; }
  div.search #s {
    background: transparent;
    border: none;
    color: #3a3a3a;
    font-size: 20px;
    height: 47px;
    padding: 15px;
    vertical-align: middle;
    outline: none !important;
    width: calc(100% - 50px); }
  div.search ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #3a3a3a; }
  div.search ::-moz-placeholder {
    /* Firefox 19+ */
    color: #3a3a3a; }
  div.search :-ms-input-placeholder {
    /* IE 10+ */
    color: #3a3a3a; }
  div.search :-moz-placeholder {
    /* Firefox 18- */
    color: #3a3a3a; }

/*END Search Widget------------------------------------------*/
/*STRART INTERIOR PAGE------------------------------------------------------------------------------------------*/
.news {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  /*START Interior Top (BANNER)--------------------------------------------------*/
  /*END Interior Top (BANNER)------------------------------------------*/ }
  .news .interior-top {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 40%;
    background-color: #fff;
    min-height: 485px;
    overflow: hidden;
    position: relative; }
    .news .interior-top::before {
      content: "";
      background: transparent url("../images/interior-shadow.png") no-repeat;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      display: block;
      background-size: cover; }
    .news .interior-top .caption-a {
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      left: 32%;
      margin: 0 auto;
      max-width: 100%;
      position: absolute;
      text-align: left;
      top: 50%;
      width: 45%;
      z-index: 10; }
      .news .interior-top .caption-a h1 {
        font-family: 'Open Sans', sans-serif;
        color: #fff;
        display: block;
        font-size: 42px;
        line-height: 1.2em;
        margin: 0 0 10px 0;
        padding: 0;
        position: relative;
        text-transform: uppercase;
        text-shadow: 5px 5px 40px #000;
        z-index: 12; }
  .news .single-a {
    padding: 40px 0;
    position: relative; }
    .news .single-a h2.title {
      font-family: 'Montserrat', sans-serif;
      font-size: 40px;
      color: #695e4a;
      text-align: center;
      margin-bottom: 30px;
      margin-top: 0 !important;
      text-transform: uppercase; }
    .news .single-a p {
      text-align: center; }
  .news .single-b {
    position: relative;
    padding-bottom: 85px; }
    .news .single-b .news-box {
      width: 385px;
      min-height: 539px !important;
      position: relative;
      border-radius: 5px;
      margin: 15px 0; }
      .news .single-b .news-box .news-img {
        width: 100%;
        height: 280px;
        position: relative;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        border-radius: 5px 5px 0 0; }
      .news .single-b .news-box .news-body {
        padding: 25px;
        border-radius: 0 0 5px 5px; }
        .news .single-b .news-box .news-body h2 {
          font-family: 'Montserrat', sans-serif;
          font-size: 25px;
          color: #fff;
          margin-bottom: 30px; }
        .news .single-b .news-box .news-body p {
          font-size: 18px;
          color: white;
          font-weight: 500; }
        .news .single-b .news-box .news-body a {
          font-family: 'Montserrat', sans-serif;
          font-weight: 700;
          color: #fff;
          position: relative;
          text-transform: capitalize; }
          .news .single-b .news-box .news-body a::after {
            content: "";
            background: transparent url("../images/read-arrow.png") no-repeat;
            margin: auto 0;
            right: -25px;
            bottom: 0;
            height: 9px;
            position: absolute;
            top: 0;
            transition: 0.4s;
            width: 19px; }
          .news .single-b .news-box .news-body a:hover::after {
            right: -35px;
            transition: 0.4s; }
      .news .single-b .news-box:nth-child(1n+1) {
        background: #01add4; }
      .news .single-b .news-box:nth-child(2n+2) {
        background: #ffba00; }
      .news .single-b .news-box:nth-child(3n+3) {
        background: #7ac142; }
      .news .single-b .news-box:nth-child(4n+4) {
        background: #604cb8; }
    .news .single-b .news-tab {
      width: 305px;
      background-size: cover;
      border-radius: 5px;
      background-position: center;
      background-repeat: no-repeat;
      position: relative;
      padding: 0 5px; }
      .news .single-b .news-tab::before {
        content: "";
        background: rgba(52, 41, 104, 0.78);
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0; }
      .news .single-b .news-tab .tab-box {
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;
        color: #fff;
        font-size: 18px;
        text-align: center;
        padding: 25px 0;
        display: flex;
        position: relative;
        margin: 0 !important; }
        .news .single-b .news-tab .tab-box::before {
          content: "";
          background: #9883f2;
          width: 90%;
          height: 1px;
          bottom: 0;
          left: 0;
          position: absolute;
          z-index: 2;
          margin: 0 auto;
          right: 0; }
        .news .single-b .news-tab .tab-box:nth-last-child(1)::before {
          content: none; }
        .news .single-b .news-tab .tab-box a {
          font-family: 'Montserrat', sans-serif;
          font-weight: 600;
          color: #fff;
          font-size: 18px;
          text-align: center;
          position: relative;
          margin: 0 !important; }
  .news .single-c {
    padding: 85px 0;
    overflow: hidden; }
    .news .single-c .news-c .news-c-box {
      width: 32%;
      height: 410px;
      position: relative;
      transition: 0.6s;
      background: #7ac142; }
      .news .single-c .news-c .news-c-box .news-c-img {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        padding: 15px 15px 55px;
        width: 100%;
        height: 270px; }
      .news .single-c .news-c .news-c-box .news-c-text {
        position: absolute;
        bottom: 0;
        padding: 15px 20px;
        background: #7ac142;
        color: #fff;
        width: 100%;
        height: auto;
        left: 0;
        height: 150px;
        transition: 0.4s; }
        .news .single-c .news-c .news-c-box .news-c-text h2 {
          margin: 0; }
      .news .single-c .news-c .news-c-box .news-c-hidden {
        opacity: 0;
        position: absolute;
        left: 0;
        z-index: 3;
        top: 420px;
        transition: 0.6s;
        width: 100%;
        height: 100%;
        padding: 25px; }
        .news .single-c .news-c .news-c-box .news-c-hidden h2 {
          margin: 0; }
      .news .single-c .news-c .news-c-box .news-c-button {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 5px;
        height: 30px;
        width: 30px;
        margin: auto;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        cursor: pointer !important;
        z-index: 9; }
      .news .single-c .news-c .news-c-box.active {
        transition: 0.6s; }
        .news .single-c .news-c .news-c-box.active .news-c-text {
          bottom: -151px;
          transition: 0.4s; }
        .news .single-c .news-c .news-c-box.active .news-c-hidden {
          opacity: 1;
          top: 0;
          left: 0;
          background: #7ac142;
          color: #fff;
          transition: 0.6s; }
    .news .single-c #carouselSuccess3.carousel-fade .carousel-inner {
      /* Safari 4.0 - 8.0 */
      /* Standard syntax */
      /* Safari 4.0 - 8.0 */
      /* Standard syntax */ }
      .news .single-c #carouselSuccess3.carousel-fade .carousel-inner .caption-a {
        opacity: 0; }
      .news .single-c #carouselSuccess3.carousel-fade .carousel-inner .left .caption-a, .news .single-c #carouselSuccess3.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; } }
      .news .single-c #carouselSuccess3.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; } }
      .news .single-c #carouselSuccess3.carousel-fade .carousel-inner .item {
        transition-property: opacity; }
      .news .single-c #carouselSuccess3.carousel-fade .carousel-inner .item,
      .news .single-c #carouselSuccess3.carousel-fade .carousel-inner .active.left,
      .news .single-c #carouselSuccess3.carousel-fade .carousel-inner .active.right {
        opacity: 0; }
      .news .single-c #carouselSuccess3.carousel-fade .carousel-inner .active,
      .news .single-c #carouselSuccess3.carousel-fade .carousel-inner .next.left,
      .news .single-c #carouselSuccess3.carousel-fade .carousel-inner .prev.right {
        opacity: 1; }
      .news .single-c #carouselSuccess3.carousel-fade .carousel-inner .next,
      .news .single-c #carouselSuccess3.carousel-fade .carousel-inner .prev,
      .news .single-c #carouselSuccess3.carousel-fade .carousel-inner .active.left,
      .news .single-c #carouselSuccess3.carousel-fade .carousel-inner .active.right {
        left: 0;
        transform: translate3d(0, 0, 0); }
    .news .single-c #carouselSuccess3.carousel-fade .carousel-control {
      z-index: 2; }
    .news .single-c #carouselSuccess3.carousel-fade .bullets {
      bottom: 33px;
      height: 25px;
      left: 0;
      position: absolute;
      z-index: 1;
      right: 0;
      margin: 0 auto; }
      .news .single-c #carouselSuccess3.carousel-fade .bullets .carousel-indicators {
        bottom: 10px;
        list-style: none;
        margin: 0;
        position: relative;
        right: unset;
        text-align: center;
        width: 100%;
        z-index: 15; }
        .news .single-c #carouselSuccess3.carousel-fade .bullets .carousel-indicators li {
          background: transparent;
          border-radius: 50%;
          border: 3px solid #fff;
          height: 12px;
          margin: 0 6px;
          width: 12px; }
          .news .single-c #carouselSuccess3.carousel-fade .bullets .carousel-indicators li.active {
            background: #ea7125;
            transition: 0.4s;
            border: 5px solid #ea7125;
            width: 15px;
            height: 15px; }
    .news .single-c #carouselSuccess3 .carousel-control {
      opacity: 1;
      transition: 0.4s; }
      .news .single-c #carouselSuccess3 .carousel-control span {
        background: transparent url("../images/news-arrow.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; }
        .news .single-c #carouselSuccess3 .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%; }
        .news .single-c #carouselSuccess3 .carousel-control span:hover {
          box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.4); }
      .news .single-c #carouselSuccess3 .carousel-control.left, .news .single-c #carouselSuccess3 .carousel-control.right {
        background: transparent;
        width: 5%; }
      .news .single-c #carouselSuccess3 .carousel-control.right {
        right: -6%; }
      .news .single-c #carouselSuccess3 .carousel-control.left {
        left: -6% !important; }
        .news .single-c #carouselSuccess3 .carousel-control.left span {
          -webkit-transform: rotate(180deg);
          -moz-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          transform: rotate(180deg); }

@media only screen and (max-width: 991px) {
  .single-programs .interior-top .caption-a {
    top: 30%; }

  .d-flex {
    flex-direction: column !important; }

  .single-programs .single-b .d-flex .program-link, .single-programs .single-c .d-flex .program-link {
    flex-basis: 45%; }

  .single-programs .interior-top .caption-a {
    top: 25%; }

  .news-box {
    margin-bottom: 5%;
    width: 49% !important; }

  .news .single-b .d-flex {
    flex-direction: row !important; }

  .news .single-b .news-tab {
    width: 100%; }

  .news .single-c .news-c .news-c-box {
    width: 65%; }

  .news .single-c #carouselSuccess3 .carousel-control.left {
    left: -2% !important; }

  .news .single-c #carouselSuccess3 .carousel-control.right {
    right: -2%; } }
@media only screen and (max-width: 767px) {
  .single-programs .interior-top .caption-a {
    top: 30%; }

  .single-programs .single-b .d-flex, .single-programs .single-c .d-flex {
    flex-direction: row !important; }

  .single-programs .single-b .d-flex .program-link, .single-programs .single-c .d-flex .program-link {
    flex-basis: 45%; } }
@media only screen and (max-width: 480px) {
  .single-programs .interior-top .caption-a {
    width: 100%;
    top: 15%;
    left: 60%; }
    .single-programs .interior-top .caption-a h1 {
      font-size: 28px; }

  .news .single-b .d-flex {
    flex-direction: column !important; }

  .news .single-c .news-c .news-c-box .news-c-text h2 {
    font-size: 24px; }

  .news .single-c #carouselSuccess3 .carousel-control.left {
    left: -4% !important; }

  .news .single-c #carouselSuccess3 .carousel-control.right {
    right: -4%; }

  .news .single-c .news-c .news-c-box {
    margin: auto;
    width: 85%; }

  .news .single-b .news-box {
    margin-bottom: 5%;
    width: 100% !important; }

  .news .single-b .news-tab {
    width: 100%; }

  .single-programs .single-d .r-box {
    flex-basis: 100%; }

  .news .single-c .news-c .news-c-box .news-c-text {
    padding: 0 20px; }

  .single-programs .single-b .d-flex, .single-programs .single-c .d-flex {
    flex-direction: column !important; }

  .single-programs .single-b .d-flex .program-link, .single-programs .single-b .d-flex .program-link {
    width: 100%;
    margin-bottom: 35px !important; } }
/*END INTERIOR PAGE--------------------------------------------*/
/*START footer--------------------------------------------------*/
footer.footer {
  overflow: hidden;
  position: relative;
  background: #fff; }
  footer.footer .footer-top {
    position: relative;
    padding: 30px 0; }
    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;
      text-align: center;
      float: none; }
      footer.footer .footer-top .flex-container .flex-item {
        max-width: 100%; }
        footer.footer .footer-top .flex-container .flex-item:nth-last-child(1) {
          width: 300px; }
        footer.footer .footer-top .flex-container .flex-item:nth-child(1) {
          width: 15%; }
        footer.footer .footer-top .flex-container .flex-item .logos-box img {
          margin: 0 20px; }
    footer.footer .footer-top .foundation-logo img {
      max-width: 100%; }
    footer.footer .footer-top .contact-info,
    footer.footer .footer-top .address-information {
      font-family: 'Montserrat', sans-serif;
      color: #000000;
      font-size: 16px;
      font-weight: 400;
      line-height: 1.2em;
      text-align: left; }
      footer.footer .footer-top .contact-info strong,
      footer.footer .footer-top .address-information strong {
        font-weight: 700;
        font-size: 16px;
        line-height: 1.2em; }
      footer.footer .footer-top .contact-info a,
      footer.footer .footer-top .address-information a {
        color: #000000 !important;
        text-decoration: underline !important; }
      footer.footer .footer-top .contact-info h2,
      footer.footer .footer-top .address-information h2 {
        color: #7ac142;
        font-size: 20px;
        font-weight: 400;
        margin-bottom: 15px; }
    footer.footer .footer-top .address-information span:nth-child(1) {
      margin-top: 5px; }
    footer.footer .footer-top .right-footer {
      position: relative;
      text-align: right;
      display: flex; }
      footer.footer .footer-top .right-footer .right-logo {
        margin: 15px 10px; }
      footer.footer .footer-top .right-footer .left-logo {
        margin: 15px 10px; }
    footer.footer .footer-top #input_1_4 {
      color: #fff;
      background: #7ac142 url("../images/caret-down-white.png") 95%/auto no-repeat;
      margin: 15px 0;
      -webkit-appearance: none;
      border-radius: 5px;
      border: none; }
  footer.footer .footer-bottom {
    background: #fff;
    padding: 20px 0 15px;
    position: relative;
    text-align: center; }
    footer.footer .footer-bottom::before {
      content: "";
      width: 90%;
      height: 1px;
      display: block;
      background: #a7a7a7;
      top: 0;
      left: 0;
      right: 0;
      margin: 0 auto;
      position: absolute; }
    footer.footer .footer-bottom .copyright-section {
      display: flex;
      justify-content: space-between; }
    footer.footer .footer-bottom .copy-r {
      float: none;
      margin-bottom: 5px; }
    footer.footer .footer-bottom .social-section-footer .social-networks {
      display: inline-block;
      line-height: 1em;
      margin: 0 15px;
      padding: 0;
      text-align: center;
      vertical-align: middle; }
      footer.footer .footer-bottom .social-section-footer .social-networks li {
        display: inline-block;
        margin: 0 10px 0 0 !important;
        position: relative; }
        footer.footer .footer-bottom .social-section-footer .social-networks li a {
          border-radius: 50%;
          border: none;
          color: #a7a7a7;
          display: inherit;
          margin: 0 5px;
          position: relative;
          transition: 0.4s;
          font-size: 18px; }
          footer.footer .footer-bottom .social-section-footer .social-networks li a:hover {
            color: #f9b73d;
            transition: 0.4s; }
    footer.footer .footer-bottom .elevationweb {
      float: none; }
    footer.footer .footer-bottom .copy-r,
    footer.footer .footer-bottom .elevationweb {
      display: block;
      font-weight: 600;
      line-height: 1.4em;
      font-size: 16px;
      color: #a7a7a7 !important; }
      footer.footer .footer-bottom .copy-r a,
      footer.footer .footer-bottom .elevationweb a {
        font-family: 'Montserrat', sans-serif;
        color: #a7a7a7 !important;
        font-weight: 400; }
        footer.footer .footer-bottom .copy-r a span,
        footer.footer .footer-bottom .elevationweb a span {
          font-weight: 700; }
        footer.footer .footer-bottom .copy-r a:hover,
        footer.footer .footer-bottom .elevationweb a:hover {
          text-decoration: underline; }
    footer.footer .footer-bottom .classic-text-widget {
      display: block !important; }
  footer.footer .fixed-footer {
    display: none; }

@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; }
    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-bottom .copyright-section {
    flex-direction: column;
    flex-wrap: wrap; } }
@media only screen and (max-width: 767px) {
  footer.footer {
    padding-bottom: 50px; }
    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 .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: #f9b73d;
              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 #open-search {
        background: transparent;
        border: none;
        color: #262626;
        font-size: 22px;
        line-height: 1em;
        margin-top: 9px;
        float: none;
        vertical-align: middle; }
        footer.footer .fixed-footer .header-top #open-search:hover, footer.footer .fixed-footer .header-top #open-search:focus {
          outline: none;
          color: #f9b73d; }
      footer.footer .fixed-footer .header-top .donate-button {
        float: right;
        margin-left: 20px;
        margin-top: 0; }
        footer.footer .fixed-footer .header-top .donate-button a {
          font-family: 'Montserrat', sans-serif;
          background: #2e3e6f;
          border-radius: 6px;
          border: none;
          color: #fff !important;
          display: inline-block;
          font-size: 18px;
          font-weight: 400;
          line-height: 1em;
          margin: 0 auto;
          max-width: 100%;
          padding: 15px 25px 14px;
          position: relative;
          text-align: center;
          text-decoration: none !important;
          text-transform: none;
          transition: 0.4s;
          width: auto; }
          footer.footer .fixed-footer .header-top .donate-button a span {
            font-size: 18px;
            font-weight: 700; }
          footer.footer .fixed-footer .header-top .donate-button a:hover, footer.footer .fixed-footer .header-top .donate-button a:focus, footer.footer .fixed-footer .header-top .donate-button a:active {
            transition: 0.4s;
            background: #f7a50c;
            text-decoration: none; }
      footer.footer .fixed-footer .header-top a.glink {
        color: #0b048e; }

  footer.footer .footer-top .flex-item img {
    width: 75%; }

  .interior-top {
    margin-top: 110px !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 .fixed-footer .header-top .social-networks {
    display: none; }

  footer.footer .footer-top .flex-container .flex-item:nth-child(1) {
    width: 100%; }

  footer.footer .footer-top .flex-item img {
    width: 100% !important;
    display: block !important;
    margin: 15px 0 !important; } }
/*END footer------------------------------------------*/
/*START Slider--------------------------------------------------*/
.slider-widget {
  overflow: hidden;
  position: relative; }
  .slider-widget .slider-a {
    position: relative;
    overflow: hidden; }
    .slider-widget .slider-a #home-slider {
      overflow: hidden;
      background: #e8e9eb; }
      .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;
        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;
        transition: 0.4s;
        display: none; }
        .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 {
            box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.4); }
        .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: 460px;
      position: relative;
      text-align: left; }
      .slider-widget .slider-a .slider-box::before {
        content: "";
        background: transparent url("../images/slider-shadow.png") no-repeat;
        background-size: cover;
        position: absolute;
        z-index: 1;
        left: 0;
        right: 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;
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%; }
    .slider-widget .slider-a .container {
      position: relative;
      height: 100%;
      z-index: 2; }
      .slider-widget .slider-a .container::before {
        content: none;
        bottom: 0;
        display: block;
        height: 100%;
        left: -30%;
        position: absolute;
        width: 160%;
        z-index: 0; }
  .slider-widget .caption-a {
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    left: 2%;
    margin: 0 auto;
    max-width: 100%;
    position: absolute;
    text-align: left;
    top: 45%;
    width: 35%;
    z-index: 10; }
    .slider-widget .caption-a h2 {
      font-family: 'Montserrat', sans-serif;
      color: #fff;
      display: block;
      font-size: 40px;
      font-weight: 700 !important;
      line-height: 1em;
      margin: 0 0 10px 0;
      padding: 0;
      position: relative;
      text-shadow: 2px 1px 8px black;
      z-index: 12; }
    .slider-widget .caption-a a.btn-1 {
      margin-top: 30px; }

@media only screen and (min-width: 1370px) and (max-width: 1440px) {
  .slider-widget .slider-a #home-slider .carousel-control.left, .slider-widget .slider-a #home-slider .carousel-control.right {
    width: 4%; } }
@media only screen and (min-width: 1200px) and (max-width: 1370px) {
  .slider-widget .slider-a #home-slider .carousel-control.left, .slider-widget .slider-a #home-slider .carousel-control.right {
    width: 4%; } }
@media only screen and (max-width: 1200px) {
  .slider-widget .slider-a .slider-box {
    height: 400px; }
  .slider-widget .slider-a .caption-a {
    margin-top: 22px; } }
@media only screen and (max-width: 991px) {
  header.header .sticky-logo {
    display: block; }

  header.header .menu-logo {
    display: none; }

  .slider-widget .slider-a #home-slider .carousel-control.left, .slider-widget .slider-a #home-slider .carousel-control.right {
    width: 2%; }

  .slider-widget .slider-a .caption-a {
    width: 55%; }
    .slider-widget .slider-a .caption-a h2 {
      font-size: 40px; }
    .slider-widget .slider-a .caption-a p {
      font-size: 20px; } }
@media only screen and (max-width: 767px) {
  .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; }
  .slider-widget .slider-a .caption-a {
    width: 90%; }
    .slider-widget .slider-a .caption-a h2 {
      font-size: 27px;
      line-height: 0.9em; }
      .slider-widget .slider-a .caption-a h2 span {
        font-size: 20px; }
    .slider-widget .slider-a .caption-a a.btn-1 {
      margin-top: 0;
      margin-bottom: 30px;
      padding: 20px 53px 19px; }
    .slider-widget .slider-a .caption-a p {
      font-size: 18px;
      line-height: 1em; } }
@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 .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: contain;
        background-position: center top; }
      .slider-widget .slider-a .slider-box {
        height: 300px; }
      .slider-widget .slider-a .caption-a {
        width: 100%;
        right: 0;
        top: 85%;
        margin-top: 0;
        text-align: center; }
        .slider-widget .slider-a .caption-a h2 {
          font-size: 18px !important; }
        .slider-widget .slider-a .caption-a a.btn-1 {
          width: 100%;
          margin-bottom: 40px; }
        .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: 'Montserrat', sans-serif;
      color: #000042;
      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: 'Montserrat', sans-serif;
      font-weight: 400;
      color: #3a3a3a;
      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: #7ac142; }

/*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: 370px;
  overflow: hidden;
  position: relative; }
  .interior-top::before {
    content: "";
    background: transparent url("../images/slider-shadow.png") no-repeat;
    background-size: cover;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%; }

/*END Interior Top (BANNER)------------------------------------------*/
.interior {
  font-family: 'Montserrat', sans-serif;
  background: #fff;
  color: #3a3a3a;
  font-size: 18px;
  overflow: hidden;
  position: relative; }
  .interior .side-direction {
    padding-top: 60px;
    padding-bottom: 65px; }
  .interior .interior-content {
    padding-right: 45px; }
  .interior img {
    height: auto;
    margin: 65px 0 10px;
    max-width: 100%; }
  .interior .title-page {
    font-family: 'Open Sans', sans-serif;
    color: #00356e;
    display: block;
    font-size: 35px;
    font-weight: 700;
    line-height: 1em;
    margin-bottom: 20px;
    text-align: left;
    text-transform: uppercase; }
  .interior .subsection-title {
    font-family: 'Open Sans', sans-serif;
    color: #00356e;
    display: block;
    font-size: 23px;
    font-weight: 700;
    line-height: 1em;
    margin-bottom: 20px;
    margin-top: 40px;
    text-align: left;
    text-transform: uppercase; }
  .interior h3.subsection-title {
    font-size: 21px; }
  .interior h1, .interior h2, .interior h3, .interior h4 {
    font-family: 'Open Sans', sans-serif;
    color: #695e4a;
    font-weight: 700;
    margin-top: 0;
    text-transform: none; }
  .interior h5, .interior h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #695e4a;
    text-transform: none; }
  .interior h3, .interior h4, .interior h5, .interior h6 {
    margin-bottom: 25px; }
  .interior h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 50px;
    margin-top: 0;
    margin-bottom: 45px;
    font-weight: 600 !important;
    text-align: center; }
    .interior h1.interior-title {
      text-align: left;
      margin-bottom: 15px;
      margin-top: 60px; }
  .interior h2 {
    font-size: 36px;
    margin-bottom: 15px; }
  .interior h3 {
    font-size: 30px;
    margin-top: 10px;
    margin-bottom: 15px; }
  .interior h4 {
    font-size: 28px;
    margin-bottom: 15px; }
  .interior h5 {
    font-size: 26px;
    margin-bottom: 15px; }
  .interior h6 {
    font-size: 24px;
    margin-bottom: 15px; }
  .interior hr {
    border-color: #3a3a3a !important;
    border-style: dashed none none;
    border-width: 1px 0px 0px;
    margin-bottom: 35px;
    margin-top: 35px; }
  .interior p {
    font-family: 'Montserrat', sans-serif;
    color: #3a3a3a !important;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 25px;
    text-align: justify;
    margin-top: 15px; }
    .interior p strong {
      color: #0b048e;
      font-size: 18px;
      line-height: 1.4; }
    .interior p a {
      font-family: 'Montserrat', sans-serif;
      font-weight: 400;
      color: #7ac142;
      text-decoration: underline;
      transition: 0.3s; }
  .interior blockquote {
    font-family: 'Open Sans', sans-serif;
    border: none;
    color: #1dc4ff;
    display: block;
    float: none;
    font-size: 22px;
    line-height: 1.1em;
    margin: 45px 0 50px 0;
    padding: 0 50px;
    position: relative;
    width: 95%;
    text-align: center; }
    .interior blockquote::before {
      content: "";
      background: url("../images/quote.png") no-repeat;
      background-size: contain;
      display: block;
      height: 28px;
      left: 0;
      position: absolute;
      top: 20%;
      width: 33px; }
    .interior blockquote::after {
      content: "";
      background: url("../images/quote.png") no-repeat;
      background-size: contain;
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg);
      top: 20%;
      display: block;
      height: 28px;
      position: absolute;
      right: 0;
      width: 33px; }
    .interior blockquote p, .interior blockquote a, .interior blockquote address, .interior blockquote span, .interior blockquote strong, .interior blockquote time {
      color: #7ac142; }
  .interior small {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #7a7a7a; }
  .interior dl.list dt {
    font-family: 'Montserrat', sans-serif;
    color: #0b048e !important;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 8px;
    padding-left: 0; }
  .interior dl.list dd {
    font-family: 'Montserrat', sans-serif;
    color: #3a3a3a !important;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 8px;
    padding-left: 15px;
    position: relative; }
  .interior ul.list {
    font-family: 'Montserrat', sans-serif;
    padding: 0; }
    .interior ul.list br {
      display: none; }
    .interior ul.list li {
      font-family: 'Montserrat', sans-serif; }
      .interior ul.list li ul {
        padding-left: 10px;
        margin-top: 10px; }
  .interior table.table {
    font-family: 'Montserrat', sans-serif;
    border: 1px solid #d5d5d5;
    font-size: 18px !important; }
    .interior table.table tr {
      text-align: center;
      background-color: transparent; }
      .interior table.table tr th {
        background: #7ac142;
        color: #fff;
        font-weight: 900;
        padding: 10px 7px;
        text-align: center !important; }
        .interior table.table tr th span {
          text-align: center !important; }
        .interior table.table tr th:hover {
          background: #6eb03a; }
      .interior table.table tr td {
        font-size: 16px !important;
        text-align: left !important; }
        .interior table.table tr td span, .interior table.table tr td p {
          font-size: 16px !important;
          display: inline-block;
          text-align: left !important; }
        .interior table.table tr td p {
          margin: 5px !important;
          text-align: left !important; }
      .interior table.table tr:nth-child(even) td {
        background: #fff;
        color: #404040;
        font-weight: 400;
        padding: 10px 7px; }
      .interior table.table tr:nth-child(odd) td {
        background: #f4f4f4;
        color: #404040;
        padding: 10px 7px; }
  .interior input, .interior textarea, .interior select {
    height: 40px;
    background: transparent;
    border: 1px solid #dbdbdb;
    box-shadow: none;
    color: #2d1a09;
    border-radius: 5px; }
    .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 textarea {
    height: 100px;
    resize: none;
    max-width: 100%; }
  .interior #message {
    background: transparent;
    border: 1px solid #dbdbdb;
    color: #3a3a3a; }
  .interior input[type="checkbox"], .interior input[type="radio"] {
    height: 15px; }
  .interior input[type="submit"] {
    font-family: 'Montserrat', sans-serif;
    background: #f9b73d;
    border-radius: 6px;
    border: none;
    color: #fff !important;
    font-size: 18px;
    font-weight: 400;
    height: auto;
    line-height: 1em;
    max-width: 100%;
    padding: 15px 25px 14px;
    text-align: center;
    text-decoration: none !important;
    text-transform: none;
    transition: 0.4s;
    width: auto; }
    .interior input[type="submit"] span {
      font-size: 18px;
      font-weight: 700; }
    .interior input[type="submit"]:hover, .interior input[type="submit"]:focus, .interior input[type="submit"]:active {
      background: #f7a50c;
      text-decoration: none;
      outline: none; }
  .interior .img-box {
    display: flex;
    align-content: space-between;
    justify-content: space-between;
    margin-top: 35px;
    margin-bottom: 50px; }
    .interior .img-box .left-side {
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      width: 50%;
      height: 320px; }
    .interior .img-box .right-side {
      width: 50%;
      margin-left: 15px; }
      .interior .img-box .right-side h2 {
        font-family: 'Montserrat', sans-serif;
        font-weight: 600 !important;
        color: #695e4a;
        font-size: 36px; }
      .interior .img-box .right-side p {
        font-size: 24px; }
  .interior .align-right {
    display: block;
    text-align: right; }

@media only screen and (max-width: 991px) {
  .interior .side-direction {
    padding: 30px 0 !important; }

  p {
    text-align: unset !important; } }
@media only screen and (max-width: 767px) {
  .interior .img-box {
    flex-direction: column;
    margin-bottom: 65px; }
    .interior .img-box .left-side {
      text-align: center;
      margin: 0 auto;
      margin-bottom: 35px; }
    .interior .img-box .right-side {
      width: 100%;
      text-align: center;
      margin-left: 0; } }
@media only screen and (max-width: 480px) {
  .interior-top {
    min-height: 250px; }

  .interior h1, .life h1, .caption-a h1 {
    font-size: 36px !important; }
  .interior h2, .life h2, .caption-a h2 {
    font-size: 32px !important;
    line-height: 1.3em !important; }
    .interior h2 span, .life h2 span, .caption-a h2 span {
      font-size: 22px !important; }
  .interior h3, .life h3, .caption-a h3 {
    font-size: 28px !important; }
  .interior h4, .life h4, .caption-a h4 {
    font-size: 24px !important; }
  .interior h5, .life h5, .caption-a h5 {
    font-size: 22px !important; }
  .interior h6, .life h6, .caption-a h6 {
    font-size: 20px !important; } }
/*END INTERIOR PAGE--------------------------------------------*/
.sidebar {
  background: #e7e7e7;
  padding: 65px 0; }
  .sidebar .sidebar-item {
    background-position: 50% 40%;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    font-size: 0;
    position: relative; }
    .sidebar .sidebar-item .link-box {
      transition: 0.4s; }
      .sidebar .sidebar-item .link-box .info-box {
        width: 100%;
        background-size: cover;
        padding-top: 200px;
        background-repeat: no-repeat;
        background-position: center;
        overflow: hidden;
        position: relative;
        box-shadow: 0px 0px 7px #000;
        border-radius: 5px; }
        .sidebar .sidebar-item .link-box .info-box::before {
          content: "";
          background: transparent url("../images/blue-shadow.png") no-repeat;
          background-position: bottom;
          background-size: cover !important;
          width: 100%;
          height: 100%;
          position: absolute;
          bottom: -35px;
          left: 0;
          z-index: 0;
          transition: 0.4s;
          border-radius: 5px; }
        .sidebar .sidebar-item .link-box .info-box.green::before {
          content: "";
          background: transparent url("../images/green-shadow.png") no-repeat !important;
          background-position: bottom !important;
          background-size: cover !important;
          width: 100%;
          height: 100%;
          position: absolute;
          bottom: -35px;
          left: 0;
          z-index: 0;
          border-radius: 5px; }
        .sidebar .sidebar-item .link-box .info-box.yellow::before {
          background: transparent url("../images/yellow-shadow.png") no-repeat;
          background-position: bottom;
          background-size: cover !important; }
        .sidebar .sidebar-item .link-box .info-box .info-body {
          position: relative;
          vertical-align: bottom;
          transition: 0.4s;
          width: 80%;
          text-align: center;
          margin: 0 auto 15px;
          top: 0; }
          .sidebar .sidebar-item .link-box .info-box .info-body h2 {
            font-family: 'Open Sans', sans-serif;
            font-size: 25px;
            color: #fff;
            text-align: center;
            position: relative;
            font-weight: 700; }
            .sidebar .sidebar-item .link-box .info-box .info-body h2::before {
              content: "";
              background: #fff;
              width: 20%;
              height: 1px;
              position: absolute;
              bottom: -10px;
              left: 0;
              right: 0;
              margin: 0 auto; }
          .sidebar .sidebar-item .link-box .info-box .info-body p {
            font-family: 'Montserrat', sans-serif;
            font-size: 18px;
            text-align: center;
            color: #fff !important;
            position: relative; }
      .sidebar .sidebar-item .link-box:hover {
        text-decoration: none !important; }
        .sidebar .sidebar-item .link-box:hover .info-box .info-body {
          top: 25px;
          transition: 0.4s; }

@media only screen and (max-width: 1200px) {
  .sidebar-item.info-box .info-box-middle .side-img {
    width: 225px; } }
@media only screen and (max-width: 991px) {
  .sidebar-item.info-box .info-box-top .title-sidebar {
    flex-direction: column; }
    .sidebar-item.info-box .info-box-top .title-sidebar .img-side {
      width: 100%; }
    .sidebar-item.info-box .info-box-top .title-sidebar .text-side {
      width: 100%;
      margin-top: 15px; }
      .sidebar-item.info-box .info-box-top .title-sidebar .text-side h2 {
        text-align: center; }

  .sidebar-item.info-box .info-box-bottom .box-selects .select-list {
    text-align: center; }
    .sidebar-item.info-box .info-box-bottom .box-selects .select-list select {
      width: 40%; }

  .sidebar-item .social-box {
    margin-top: 20%; }

  .sidebar .sidebar-item .link-box .info-box {
    width: 50% !important;
    margin: 35px auto !important; } }
@media only screen and (max-width: 480px) {
  .sidebar-item .social-box {
    margin-top: 40%; }

  .sidebar-item.info-box .info-box-middle .side-img {
    left: 0 !important; }

  .sidebar .sidebar-item {
    margin: 35px 0; }

  .sidebar .sidebar-item .link-box .info-box {
    width: 100% !important; } }
/*START Sigle Page----------------------------------*/
.single .featuredImg img {
  width: 100%;
  height: auto; }

/*END Sigle Page----------------------------------*/
/*START Category Page----------------------------------*/
.img-category {
  float: left;
  height: 215px;
  margin: 0 15px 15px 0;
  overflow: hidden;
  position: relative;
  width: 250px;
  z-index: 3; }
  .img-category img {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 100%;
    left: 50%;
    max-height: inherit;
    min-height: inherit;
    max-width: inherit;
    min-width: inherit;
    position: absolute;
    top: 50%;
    width: auto;
    z-index: 1; }
  .img-category a {
    background: #000042;
    bottom: 0;
    color: #fff;
    font-size: 1rem;
    padding: 5px 10px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.4s;
    width: 100%;
    z-index: 2; }
    .img-category a:hover {
      background: #1dc4ff;
      color: #fff !important; }

.programs-image {
  background: #1dc4ff; }

.interior.programs a {
  text-decoration: none; }
  .interior.programs a h3 {
    margin: 0; }
.interior.programs .read-more {
  float: right; }

hr.solid {
  border-style: solid; }

.interior.category a {
  text-decoration: none; }
  .interior.category a:hover {
    text-decoration: none;
    color: #fff; }

/*END Category 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: #7ac142; }
  .pagination .nav-links span {
    color: #7ac142; }
  .pagination .nav-links .current {
    font-family: 'Montserrat', sans-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: #7ac142;
      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: #3a3a3a; }
  .fourerror h1 {
    font-size: 10.214rem;
    margin: 0;
    font-family: lato-eb;
    color: #7ac142; }
  .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: #0b048e !important;
  border-radius: 0;
  color: #fff !important;
  cursor: pointer;
  font-size: 25px !important;
  padding: 15px 40px 15px 10px !important; }
  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: 40px;
    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; }
  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: #7ac142;
    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: #c32026;
    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: 'Montserrat', sans-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: #1dc4ff;
      border: 4px solid #1dc4ff;
      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: 'Open Sans', sans-serif;
    font-size: 19px;
    font-weight: 600; }
  .e-left #cff .cff-author .cff-story {
    font-family: 'Montserrat', sans-serif;
    display: block;
    font-size: 15px;
    font-weight: 400; }
  .e-left #cff .cff-author .cff-date {
    font-family: 'Montserrat', sans-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: 'Open Sans', sans-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 (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: 'Open Sans', sans-serif;
        font-weight: 600;
        font-size: 19px; }
    .e-right #ctf .ctf-item .ctf-tweet-content .ctf-tweet-text {
      line-height: 1.2em; } }
/*Start GRID View*/
.staff-template .flex-container {
  /*Flex*/
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  float: none; }

.team-grid-box {
  margin-bottom: 40px;
  text-align: center;
  background-color: #000000; }
  .team-grid-box .img-wrap {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 10px solid #000042;
    border-radius: 0;
    box-shadow: none;
    margin: 0 auto;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    transition: 0.4s;
    width: 250px;
    height: 300px;
    z-index: 0; }
    .team-grid-box .img-wrap .hover-effect-link {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      background: #000000;
      bottom: -60px;
      height: 150px;
      opacity: 0;
      position: absolute;
      right: -30px;
      transition: 0.4s;
      width: 90px;
      z-index: 1; }
      .team-grid-box .img-wrap .hover-effect-link .fa-external-link {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        color: #fff;
        font-size: 20px;
        position: absolute;
        left: 20%;
        bottom: 44%;
        z-index: 2; }
    .team-grid-box .img-wrap:hover {
      transition: opacity 0.4s; }
      .team-grid-box .img-wrap:hover .hover-effect-link {
        transition: opacity 0.4s;
        opacity: 1; }
  .team-grid-box .team-info {
    margin: 10px auto 0;
    position: relative;
    text-align: center;
    padding-bottom: 15px; }
    .team-grid-box .team-info h3, .team-grid-box .team-info span, .team-grid-box .team-info p, .team-grid-box .team-info a {
      background: transparent;
      color: #fff;
      display: block;
      line-height: 1em;
      margin: 0 0 10px;
      text-align: center; }
    .team-grid-box .team-info h3 {
      font-size: 22px;
      font-weight: bold;
      margin-top: 0 !important; }
      .team-grid-box .team-info h3 a {
        text-decoration: none; }
      .team-grid-box .team-info h3:hover a {
        text-decoration: underline; }
    .team-grid-box .team-info span {
      font-size: 16px;
      color: #fff; }
    .team-grid-box .team-info .social-networks {
      position: relative;
      font-size: 0;
      line-height: 1em;
      margin: 0;
      padding: 0;
      text-align: center;
      vertical-align: middle; }
      .team-grid-box .team-info .social-networks li {
        display: inline-block;
        background: #1dc4ff;
        margin: 0 10px 0 0 !important;
        vertical-align: middle; }
        .team-grid-box .team-info .social-networks li a {
          border-radius: 0;
          border: none;
          color: #fff;
          display: inherit;
          height: 30px;
          margin: 0;
          position: relative;
          transition: 0.4s;
          width: 30px; }
          .team-grid-box .team-info .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: 18px;
            left: 50%;
            position: absolute;
            top: 50%; }
          .team-grid-box .team-info .social-networks li a:hover {
            background: transparent;
            color: #0b048e;
            box-shadow: none; }
            .team-grid-box .team-info .social-networks li a:hover i {
              background: transparent;
              text-shadow: none; }

/*END Grid View*/
.gform_wrapper select, .gform_wrapper textarea {
  font-family: inherit;
  letter-spacing: normal;
  font-size: inherit; }

.gform_wrapper .gf_progressbar:after, .gform_wrapper ol.validation_list:after {
  content: ""; }

.gform_wrapper {
  margin: 16px 0;
  max-width: 100%; }

.gform_wrapper form {
  text-align: left;
  max-width: 100%;
  margin: 0 auto; }

.gform_wrapper *, .gform_wrapper :after, .gform_wrapper :before {
  box-sizing: border-box !important; }

.gform_wrapper h1, .gform_wrapper h2, .gform_wrapper h3 {
  font-weight: 400;
  border: none;
  background: 0 0; }

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  font-size: inherit;
  font-family: inherit;
  padding: 5px 4px;
  letter-spacing: normal; }

.gform_wrapper input[type=image] {
  border: none !important;
  padding: 0 !important;
  width: auto !important; }

.gform_wrapper textarea {
  padding: 6px 8px;
  line-height: 1.5;
  resize: none; }

.gform_wrapper select {
  line-height: 1.5; }

.gform_wrapper .ginput_container_multiselect select {
  background-image: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: 0; }

.gform_wrapper ul.gform_fields {
  margin: 0 !important;
  list-style-type: none;
  display: block; }

.gform_wrapper ul, html > body .entry ul {
  text-indent: 0; }

.gform_wrapper form li, .gform_wrapper li {
  margin-left: 0 !important;
  list-style: none !important;
  overflow: visible; }

.gform_wrapper ul li.gfield {
  clear: both; }

.gform_wrapper ul.gfield_checkbox li, .gform_wrapper ul.gfield_radio li {
  overflow: hidden; }

.gform_wrapper form ul.gform_fields.left_label li.gfield, .gform_wrapper form ul.gform_fields.right_label li.gfield, .gform_wrapper ul.gform_fields.left_label li.gfield, .gform_wrapper ul.gform_fields.right_label li.gfield {
  margin-bottom: 14px; }

.gform_wrapper form ul.left_label li ul.gfield_checkbox li, .gform_wrapper form ul.left_label li ul.gfield_radio li, .gform_wrapper form ul.right_label li ul.gfield_checkbox li, .gform_wrapper form ul.right_label li ul.gfield_radio li, .gform_wrapper ul.left_label li ul.gfield_checkbox li, .gform_wrapper ul.left_label li ul.gfield_radio li, .gform_wrapper ul.right_label li ul.gfield_checkbox li, .gform_wrapper ul.right_label li ul.gfield_radio li {
  margin-bottom: 10px; }

.gform_wrapper ul li:after, .gform_wrapper ul li:before, .gform_wrapper ul.gform_fields {
  padding: 0;
  margin: 0;
  overflow: visible; }

.gform_wrapper select option {
  padding: 2px;
  display: block; }

.gform_wrapper .inline {
  display: inline !important; }

.gform_wrapper .gform_heading {
  width: 100%;
  margin-bottom: 18px; }

.gform_wrapper .clear-multi {
  display: flex; }

.gform_wrapper .gfield_date_day, .gform_wrapper .gfield_date_year {
  display: -moz-inline-stack;
  display: inline-block; }

.gform_wrapper .gfield_date_day, .gform_wrapper .gfield_date_month, .gform_wrapper .gfield_date_year {
  flex-direction: row; }

.gform_wrapper .gfield_date_dropdown_day, .gform_wrapper .gfield_date_dropdown_month, .gform_wrapper .gfield_date_dropdown_year {
  vertical-align: top;
  flex-direction: row;
  margin-right: .5rem; }

.gform_wrapper .gfield_date_day, .gform_wrapper .gfield_date_month {
  width: 4rem;
  margin-right: .5rem; }

.gform_wrapper .gfield_date_day input[type=number], .gform_wrapper .gfield_date_month input[type=number] {
  width: calc(3rem + 8px) !important; }

.gform_wrapper .gfield_date_year input[type=number] {
  width: calc(4rem + 8px) !important; }

.gform_wrapper .gfield_date_year {
  width: 5rem; }

.gform_wrapper .gfield_date_day input, .gform_wrapper .gfield_date_month input {
  width: calc(3rem + 8px); }

.gform_wrapper .gfield_date_year input {
  width: 4rem; }

.gform_wrapper .field_sublabel_above div[class*=gfield_date_].ginput_container label, .gform_wrapper .field_sublabel_below div[class*=gfield_date_].ginput_container label {
  width: 3rem;
  text-align: center; }

.gform_wrapper .field_sublabel_above div.gfield_date_year.ginput_container label, .gform_wrapper .field_sublabel_below div.gfield_date_year.ginput_container label {
  width: 4rem; }

.gform_wrapper .gfield_time_ampm, .gform_wrapper .gfield_time_hour, .gform_wrapper .gfield_time_minute {
  width: 33.333%;
  flex-direction: row; }

@media only screen and (min-width: 321px) {
  .gform_wrapper .gfield_date_day, .gform_wrapper .gfield_date_month {
    max-width: 4rem; }

  .gform_wrapper .gfield_date_year, .gform_wrapper .gfield_time_ampm {
    max-width: calc(4rem + .5rem); }

  .gform_wrapper .gfield_time_hour, .gform_wrapper .gfield_time_minute {
    max-width: 4rem; }

  .gform_wrapper .gfield_time_ampm, .gform_wrapper .gfield_time_hour {
    max-width: calc(4rem + .5rem); } }
.gform_wrapper ul.gform_fields:not(.top_label) .ginput_container_time span {
  float: left; }

.gform_wrapper .gfield_time_hour i {
  font-style: normal !important;
  font-family: sans-serif !important;
  width: 10px;
  text-align: center;
  float: right;
  margin-top: 9%; }

.gform_wrapper .gfield_time_minute {
  margin-right: .5rem; }

.gform_wrapper .gfield_time_hour {
  margin-right: .25rem; }

.gform_wrapper .gfield_time_ampm {
  vertical-align: top;
  display: -moz-inline-stack;
  display: inline-block; }

.gform_wrapper .gfield_time_ampm select {
  min-width: calc(2rem + 25px);
  width: calc(3rem + 25px); }

.gform_wrapper .gfield_time_hour input, .gform_wrapper .gfield_time_minute input {
  width: calc(3rem + 8px); }

.gform_wrapper .gfield_time_hour input[type=number], .gform_wrapper .gfield_time_minute input[type=number] {
  width: calc(3rem + 8px) !important; }

.gform_wrapper .field_sublabel_above div[class*=gfield_time_].ginput_container label, .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
  width: 3rem;
  text-align: center; }

.gform_wrapper .field_hover {
  border: 1px dashed #2175A9;
  cursor: pointer; }

.gform_wrapper .field_selected {
  background-color: #DFEFFF;
  border: 1px solid #C2D7EF; }

.gform_wrapper .field_name_first, .gform_wrapper .field_name_last, .gform_wrapper .field_name_middle {
  width: 49.5%;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top; }

.gform_wrapper .ginput_complex.ginput_container {
  overflow: visible;
  width: 100%; }

.gform_wrapper label.gfield_label {
  font-weight: 700;
  font-size: inherit; }

.gform_wrapper .top_label .gfield_label {
  display: -moz-inline-stack;
  display: inline-block;
  line-height: 1.3;
  clear: both; }

.gform_wrapper .ginput_complex .ginput_left input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]), .gform_wrapper .ginput_complex .ginput_right input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]), .gform_wrapper .ginput_complex .ginput_right select, .gform_wrapper .ginput_complex input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]), .gform_wrapper .ginput_complex select {
  width: 100%; }

.gform_wrapper .hidden_label .gfield_label, .gform_wrapper label.hidden_sub_label, .gform_wrapper label.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label, .gform_wrapper .field_sublabel_above div[class*=gfield_date_].ginput_container label, .gform_wrapper .field_sublabel_above div[class*=gfield_time_].ginput_container label, .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label, .gform_wrapper .field_sublabel_below div[class*=gfield_date_].ginput_container label, .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
  display: block;
  font-size: .813em;
  letter-spacing: .5pt;
  white-space: nowrap; }

.gform_wrapper ul.gfield_checkbox li label, .gform_wrapper ul.gfield_radio li label {
  display: -moz-inline-stack;
  display: inline-block;
  letter-spacing: inherit;
  vertical-align: middle;
  cursor: pointer; }

.gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label, .gform_wrapper .field_sublabel_above div[class*=gfield_time_].ginput_container label {
  margin: 9px 0 1px 1px; }

.gform_wrapper ul.gform_fields:not(.top_label) .field_sublabel_above .ginput_container.ginput_container_email label, .gform_wrapper ul.gform_fields:not(.top_label) .field_sublabel_above .ginput_container.ginput_container_name label, .gform_wrapper ul.gform_fields:not(.top_label) .field_sublabel_above .ginput_container.ginput_container_password label, .gform_wrapper ul.gform_fields:not(.top_label) .field_sublabel_above .ginput_container.ginput_container_time label {
  margin-top: 0; }

.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label, .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
  margin: 1px 0 9px 1px; }

.gform_wrapper .top_label .field_sublabel_above label.gfield_label + .ginput_complex.ginput_container, .gform_wrapper .top_label .field_sublabel_above label.gfield_label + div[class*=gfield_time_].ginput_container {
  margin-top: 0; }

body .gform_wrapper .top_label div.ginput_container {
  margin-top: 8px; }

body.gform_wrapper div.clear-multi {
  display: -moz-inline-stack;
  display: inline-block; }

body .gform_wrapper ul li.field_description_below div.ginput_container_checkbox, body .gform_wrapper ul li.field_description_below div.ginput_container_radio {
  margin-top: 16px;
  margin-bottom: 0; }

.gfield.left_label, .gfield.right_label {
  padding-top: 10px; }

.gform_wrapper li.hidden_label input {
  margin-top: 12px; }

.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text], .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container select {
  margin-bottom: 12px; }

.gform_wrapper input.large, .gform_wrapper input.medium, .gform_wrapper input.small, .gform_wrapper select.large, .gform_wrapper select.medium, .gform_wrapper select.small {
  width: 100%; }

.gform_wrapper input.datepicker_with_icon.large, .gform_wrapper input.datepicker_with_icon.medium, .gform_wrapper input.datepicker_with_icon.small {
  width: calc(100% - 24px); }

.gform_wrapper .gfield_error input.large, .gform_wrapper .gfield_error input.medium, .gform_wrapper .gfield_error input.small, .gform_wrapper .gfield_error select.large, .gform_wrapper .gfield_error select.medium, .gform_wrapper .gfield_error select.small {
  width: 100%; }

.gform_wrapper .gfield_error input.datepicker_with_icon.large, .gform_wrapper .gfield_error input.datepicker_with_icon.medium, .gform_wrapper .gfield_error input.datepicker_with_icon.small {
  width: calc(100% - 32px); }

.gform_wrapper textarea.small {
  height: 80px;
  width: 100%; }

.gform_wrapper textarea.medium {
  height: 120px;
  width: 100%; }

.gform_wrapper textarea.large {
  height: 160px;
  width: 100%; }

.gform_wrapper h2.gsection_title {
  margin: 0 !important;
  padding: 0 !important;
  letter-spacing: normal !important; }

.gform_wrapper .gsection .gfield_label, .gform_wrapper h2.gsection_title, .gform_wrapper h3.gform_title {
  font-weight: 700;
  font-size: 1.25em; }

.gform_wrapper h3.gform_title {
  letter-spacing: normal !important;
  margin: 10px 0 6px; }

.gform_wrapper li.gfield.field_description_below + li.gsection {
  margin-top: 24px !important; }

.gform_wrapper span.gform_description {
  font-weight: 400;
  display: block;
  width: calc(100% - 16px);
  margin-bottom: 16px; }

.gform_wrapper .gsection {
  border-bottom: 1px solid #CCC;
  padding: 0 16px 8px 0;
  margin: 28px 0;
  clear: both; }

.gform_wrapper ul.gfield_checkbox li input[type=checkbox], .gform_wrapper ul.gfield_radio li input[type=radio] {
  width: auto !important; }

.gform_wrapper ul.gfield_checkbox, .gform_wrapper ul.gfield_radio {
  margin: 6px 0;
  padding: 0; }

.gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label {
  display: -moz-inline-stack;
  display: inline-block;
  padding: 0;
  width: auto;
  line-height: 1.5;
  font-size: .875em;
  vertical-align: middle;
  max-width: 85%;
  white-space: normal; }

.gform_wrapper .ginput_complex .ginput_cardinfo_left label, .gform_wrapper .ginput_complex .ginput_cardinfo_right label, .gform_wrapper div.charleft {
  white-space: nowrap !important; }

.gform_wrapper .gfield_checkbox li label {
  margin: 0; }

.gform_wrapper .gfield_radio li label {
  margin: 2px 0 0 4px; }

.gform_wrapper .gfield_checkbox li input, .gform_wrapper .gfield_checkbox li input[type=checkbox], .gform_wrapper .gfield_radio li input[type=radio] {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  margin-left: 1px; }

.gform_wrapper .description, .gform_wrapper .gfield_description, .gform_wrapper .gsection_description, .gform_wrapper .instruction {
  font-size: .813em;
  line-height: inherit;
  clear: both;
  font-family: inherit;
  letter-spacing: normal; }

.gform_wrapper .description, .gform_wrapper .gfield_description, .gform_wrapper .gsection_description {
  padding: 0 16px 0 0; }

.gform_wrapper .field_description_below .gfield_description {
  padding-top: 16px; }

.gform_wrapper .field_sublabel_above .description, .gform_wrapper .field_sublabel_above .gfield_description, .gform_wrapper .field_sublabel_above .gsection_description {
  margin-top: 9px; }

.gform_wrapper .top_label .gsection_description {
  width: 100%;
  margin-bottom: 9px; }

.gform_wrapper .gfield_description {
  width: 100%; }

.gform_wrapper .description_above .gfield_description {
  padding: 0 0 10px; }

.gfield_date_year + .gfield_description {
  padding: 0; }

.gform_wrapper .gfield_required {
  color: #790000;
  margin-left: 4px; }

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: rgba(255, 223, 224, 0.25);
  margin-bottom: 6px !important;
  border-top: 1px solid #C89797;
  border-bottom: 1px solid #C89797;
  padding-bottom: 6px;
  padding-top: 8px;
  box-sizing: border-box; }

.gform_wrapper li.gfield.gfield_creditcard_warning {
  padding: 16px 16px 14px;
  border-top: 2px solid #790000;
  border-bottom: 4px solid #790000;
  background-color: rgba(255, 223, 224, 0.25);
  width: calc(100% - 16px); }

.gform_wrapper li.gfield.gfield_error.gfield_creditcard_warning {
  padding: 16px 16px 14px; }

.gform_wrapper li.gfield.gfield_creditcard_warning div.gfield_creditcard_warning_message {
  font-size: .875em;
  font-weight: 700;
  font-family: inherit;
  min-height: 25px;
  color: #790000;
  max-width: 100%;
  position: relative; }

.gform_wrapper li.gfield.gfield_creditcard_warning div.gfield_creditcard_warning_message span {
  display: block;
  padding: 0 0 14px 24px;
  margin-bottom: 16px;
  line-height: 1.5;
  letter-spacing: .1pt;
  border-bottom: 1px solid #790000;
  text-transform: uppercase;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSItMTA2NyAyODY1IDI0IDMyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IC0xMDY3IDI4NjUgMjQgMzI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiM3OTAwMDA7fQ0KPC9zdHlsZT4NCjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0tMTA1MywyODY1Yy01LjUsMC0xMCw0LjUtMTAsMTBoNGMwLTMuMywyLjctNiw2LTZjMy4zLDAsNiwyLjcsNiw2djJoLTIwdjE0YzAsMy4zLDIuNyw2LDYsNmgxMg0KCWMzLjMsMCw2LTIuNyw2LTZ2LTE2Qy0xMDQzLDI4NjkuNS0xMDQ3LjUsMjg2NS0xMDUzLDI4NjV6IE0tMTA0OSwyODkzaC0xMmMtMS4xLDAtMi0wLjktMi0ydi0xMGgxNnYxMA0KCUMtMTA0NywyODkyLjEtMTA0Ny45LDI4OTMtMTA0OSwyODkzeiBNLTEwNTMsMjg4N2MwLDEuMS0wLjksMi0yLDJzLTItMC45LTItMmMwLTEuMSwwLjktMiwyLTJTLTEwNTMsMjg4NS45LTEwNTMsMjg4N3oiLz4NCjwvc3ZnPg0K);
  background-size: 1em auto;
  background-repeat: no-repeat;
  background-position: left center; }

.gform_wrapper li.gfield.gfield_error.gfield_creditcard_warning div.gfield_creditcard_warning_message {
  padding: 16px 16px 14px; }

li.gfield + li.gfield.gfield_creditcard_warning {
  margin-top: 16px !important; }

.gform_wrapper .top_label .gfield_error {
  width: calc(100% - 2px); }

.gform_wrapper .top_label .gfield_error input.large, .gform_wrapper .top_label .gfield_error select.large, .gform_wrapper .top_label .gfield_error textarea.textarea {
  width: 100%; }

.gform_wrapper .left_label .gfield_error input.large, .gform_wrapper .left_label .gfield_error select.large, .gform_wrapper .left_label .gfield_error textarea.textarea, .gform_wrapper .right_label .gfield_error input.large, .gform_wrapper .right_label .gfield_error select.large, .gform_wrapper .right_label .gfield_error textarea.textarea {
  width: 70%; }

.gform_wrapper .gfield_error .gfield_label {
  color: #790000; }

.gform_wrapper li.gfield.gfield_error.gfield_contains_required {
  padding-right: 0; }

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_time_ampm.ginput_container, .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_time_minute.ginput_container {
  margin-left: 0; }

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
  max-width: 100%;
  padding-right: 16px; }

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin-top: 12px; }

.gform_wrapper li.gfield.gfield_error.gfield_contains_required fieldset legend.gfield_label {
  position: relative;
  top: 12px; }

.gform_wrapper div.validation_error {
  color: #790000;
  font-size: 1em;
  font-weight: 700;
  margin-bottom: 25px;
  border-top: 2px solid #790000;
  border-bottom: 2px solid #790000;
  padding: 16px 0;
  clear: both;
  width: 100%;
  text-align: center; }

.gform_wrapper ol.validation_list {
  clear: both;
  width: 100%;
  margin-bottom: 25px;
  color: #790000; }

.gform_wrapper ol.validation_list li {
  list-style-type: decimal !important; }

.gform_wrapper ol.validation_list li a {
  color: #790000; }

.gform_wrapper div#error {
  margin-bottom: 25px; }

.gform_wrapper table.gfield_list tbody tr td.gfield_list_icons {
  vertical-align: middle !important; }

.gform_wrapper li.gfield fieldset {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  width: 100%; }

.gform_wrapper li.gfield fieldset > * {
  width: auto; }

.gform_wrapper li.gfield fieldset legend.gfield_label {
  width: 100%;
  line-height: 32px; }

div.gf_page_steps + div.validation_error {
  margin-top: 16px; }

.gform_wrapper div.gfield_description.validation_error {
  color: #790000;
  font-weight: 700;
  font-size: .875em;
  line-height: 1.2;
  margin-bottom: 16px; }

.gform_wrapper .validation_message {
  color: #790000;
  font-weight: 700;
  letter-spacing: normal; }

.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper li.gfield_error textarea {
  border: 1px solid #790000; }

.gform_wrapper li.gfield_error div.ginput_complex.ginput_container label, .gform_wrapper li.gfield_error ul.gfield_checkbox, .gform_wrapper li.gfield_error ul.gfield_radio {
  color: #790000; }

.gform_wrapper .gform_footer {
  padding: 16px 0 10px;
  margin: 16px 0 0;
  clear: both;
  width: 100%; }

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
  font-size: 1em;
  width: 100%;
  margin: 0 0 16px; }

.gform_wrapper .gform_footer a.gform_save_link, .gform_wrapper .gform_page_footer a.gform_save_link {
  font-size: 1em;
  display: block;
  text-align: center; }

.gform_wrapper .gform_footer input[type=image] {
  padding: 0;
  width: auto !important;
  background: 0 0 !important;
  border: none !important;
  margin: 0 auto 16px !important;
  display: block;
  max-width: 100%; }

.gform_wrapper .ginput_complex .ginput_full, .gform_wrapper .ginput_complex .ginput_left, .gform_wrapper .ginput_complex .ginput_right {
  min-height: 45px; }

.gform_wrapper .gfield_error .ginput_complex .ginput_full input[type=email], .gform_wrapper .gfield_error .ginput_complex .ginput_full input[type=number], .gform_wrapper .gfield_error .ginput_complex .ginput_full input[type=password], .gform_wrapper .gfield_error .ginput_complex .ginput_full input[type=tel], .gform_wrapper .gfield_error .ginput_complex .ginput_full input[type=text], .gform_wrapper .gfield_error .ginput_complex .ginput_full input[type=url], .gform_wrapper .gfield_error .ginput_complex .ginput_full select, .gform_wrapper .ginput_complex .ginput_full input[type=email], .gform_wrapper .ginput_complex .ginput_full input[type=number], .gform_wrapper .ginput_complex .ginput_full input[type=password], .gform_wrapper .ginput_complex .ginput_full input[type=tel], .gform_wrapper .ginput_complex .ginput_full input[type=text], .gform_wrapper .ginput_complex .ginput_full input[type=url] {
  width: 100%; }

.gform_wrapper .gfield_checkbox li, .gform_wrapper .gfield_radio li {
  position: relative;
  margin: 0 0 16px;
  line-height: 1.2; }

.gchoice_select_all, .gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked + label, .gform_wrapper ul.gfield_radio li input[type=radio]:checked + label {
  font-weight: 700; }

.gform_wrapper input.datepicker.datepicker_with_icon {
  margin-right: 4px !important;
  display: -moz-inline-stack;
  display: inline-block; }

.gform_wrapper .gf_hidden, .gform_wrapper .gform_hidden, .gform_wrapper input.gform_hidden, .gform_wrapper input[type=hidden] {
  display: none !important;
  max-height: 1px !important;
  overflow: hidden; }

.gform_wrapper .gf_invisible, .gform_wrapper .gfield_visibility_hidden {
  visibility: hidden;
  position: absolute;
  left: -9999px; }

.gform_wrapper .ginput_full br, .gform_wrapper .ginput_left br, .gform_wrapper .ginput_right br {
  display: none !important; }

.gform_wrapper ul.gfield_checkbox li, .gform_wrapper ul.gfield_radio li {
  padding: 0 !important; }

.gform_wrapper ul.gfield_radio li input + input {
  margin-left: 4px; }

.gform_wrapper ul.gfield_radio li input[value=gf_other_choice] {
  margin-right: 6px;
  margin-top: 4px; }

.gform_wrapper .gfield_description + .gform_wrapper .gfield_description.validation_message {
  margin-top: 6px; }

.gform_wrapper .ginput_container.ginput_list + .gfield_description.validation_message {
  margin-top: 0; }

.gform_wrapper li.gfield_html {
  max-width: 100%; }

.gform_wrapper .gfield_html.gfield_no_follows_desc {
  margin-top: 10px; }

body .gform_wrapper ul li.gfield.gfield_html img {
  max-width: 100% !important; }

.gform_wrapper .gform_ajax_spinner {
  padding-left: 10px; }

.gform_validation_container, .gform_wrapper .gform_validation_container, body .gform_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container, body .gform_wrapper li.gform_validation_container, body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
  display: none !important;
  position: absolute !important;
  left: -9000px; }

.gform_wrapper .gfield_captcha_input_container {
  padding-top: 3px; }

.gform_wrapper .simple_captcha_small input {
  width: 64px; }

.gform_wrapper .simple_captcha_medium input {
  width: 96px; }

.gform_wrapper .simple_captcha_large input {
  width: 128px; }

.gform_wrapper .gform_wrapper .left_label .simple_captcha_small, .gform_wrapper .left_label .simple_captcha_large, .gform_wrapper .left_label .simple_captcha_medium, .gform_wrapper .right_label .simple_captcha_large, .gform_wrapper .right_label .simple_captcha_medium, .gform_wrapper .right_label .simple_captcha_small {
  margin-left: 32%; }

.gform_wrapper .gfield_captcha_container img.gfield_captcha {
  border: none !important;
  background: 0 0 !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important; }

.gform_wrapper .left_label .math_large, .gform_wrapper .left_label .math_medium, .gform_wrapper .left_label .math_small, .gform_wrapper .left_label div.charleft, .gform_wrapper .right_label .math_large, .gform_wrapper .right_label .math_medium, .gform_wrapper .right_label .math_small, .gform_wrapper .right_label div.charleft {
  margin-left: 32%; }

.gform_wrapper .math_small input {
  width: 70px; }

.gform_wrapper .math_medium input {
  width: 510px; }

.gform_wrapper .math_large input {
  width: 612px; }

.gform_wrapper div.charleft {
  font-size: .688em;
  margin-top: 4px;
  color: #B7B7B7;
  width: 92% !important; }

.gform_wrapper div.charleft[style] {
  width: 92% !important; }

.gform_wrapper div.charleft.ginput_counter_tinymce {
  border: 1px solid #eee;
  border-width: 1px 0 0;
  padding: 4px 9px;
  width: 100% !important; }

.gform_wrapper div.charleft.warningTextareaInfo {
  color: #A1A1A1; }

.gform_wrapper div.charleft.ginput_counter_error {
  color: red; }

.gform_wrapper li.gf_hide_charleft div.charleft {
  display: none !important; }

.gf_submission_limit_message {
  color: #790000;
  font-size: 1.375em; }

.gform_wrapper .ginput_price {
  filter: alpha(opacity=70);
  -moz-opacity: .7;
  -khtml-opacity: .7;
  opacity: .7; }

.gform_wrapper span.ginput_total {
  color: #060;
  font-size: inherit; }

.gform_wrapper .top_label span.ginput_total {
  margin: 8px 0; }

.gform_wrapper span.ginput_product_price_label {
  margin-right: 2px; }

.gform_wrapper span.ginput_product_price {
  color: #900; }

.gform_wrapper span.ginput_quantity_label {
  margin-left: 10px;
  margin-right: 2px; }

.gform_wrapper input.ginput_quantity[type=text] {
  width: 3rem; }

.gform_wrapper input.ginput_quantity[type=number] {
  width: 4rem; }

.gform_wrapper .gform_page_footer {
  margin: 14px 0;
  width: 100%;
  border-top: 1px dotted #CCC;
  padding: 16px 0 0;
  clear: both; }

.gform_wrapper .gform_page_footer.left_label, .gform_wrapper .gform_page_footer.right_label {
  padding: 16px 0 0 29%; }

.gform_wrapper .gform_page_footer .button.gform_next_button, .gform_wrapper .gform_page_footer .button.gform_previous_button {
  display: -moz-inline-stack;
  display: inline-block; }

.gform_wrapper .gform_page_footer .button.gform_previous_button {
  margin-bottom: 8px; }

.gform_wrapper .gf_progressbar_wrapper {
  clear: both;
  width: 100%;
  margin: 0 0 16px;
  padding: 0 0 16px; }

.gform_wrapper .gf_progressbar_wrapper h3.gf_progressbar_title {
  font-size: .813em;
  line-height: 1 !important;
  margin: 0 0 8px 12px !important;
  padding: 0 !important;
  clear: both;
  filter: alpha(opacity=60);
  -moz-opacity: .6;
  -khtml-opacity: .6;
  opacity: .6; }

.gform_wrapper .gf_progressbar {
  padding: 10px;
  position: relative;
  background-color: rgba(0, 0, 0, 0.1);
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  -webkit-box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, 0.05);
  width: 100%; }

.gform_wrapper .gf_progressbar_percentage {
  height: 24px;
  text-align: right;
  font-family: helvetica,arial,sans-serif;
  font-size: 0.813em !important;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  z-index: 999;
  vertical-align: middle;
  background: repeating-linear-gradient(-45deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 10px, rgba(0, 0, 0, 0.1) 10px, rgba(0, 0, 0, 0.1) 20px), linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
  border-radius: 20px 4px 4px 20px; }

.gform_wrapper .gf_progressbar:after {
  display: block;
  width: 100%;
  z-index: 990;
  height: 24px;
  margin-top: -24px;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 2px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 0 2px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 0 2px 2px rgba(0, 0, 0, 0.05);
  border-radius: 20px; }

.gform_wrapper .gf_progressbar_percentage.percentbar_100 {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px; }

.gform_wrapper .gf_progressbar_percentage span {
  display: block;
  width: auto;
  float: right;
  margin-right: 5px;
  margin-left: 5px;
  line-height: 1.8; }

.gform_wrapper .gf_progressbar_percentage.percentbar_0 span {
  color: #959595;
  text-shadow: none;
  float: none !important;
  margin-left: 12px;
  word-wrap: normal; }

.gform_wrapper .percentbar_blue {
  background-color: #036493;
  color: #FFF; }

.gform_wrapper .percentbar_gray {
  background-color: #7C7C7C;
  color: #FFF; }

.gform_wrapper .percentbar_green {
  background-color: #88B831;
  color: #FFF; }

.gform_wrapper .percentbar_orange {
  background-color: #FF7120;
  color: #FFF; }

.gform_wrapper .percentbar_red {
  background-color: #FF2A1A;
  color: #FFF; }

.gform_wrapper .gf_page_steps {
  width: 100%;
  margin: 0 0 8px;
  padding: 0 0 4px;
  border-bottom: 1px dotted #CCC; }

.gform_wrapper .gf_step {
  width: 100%;
  margin: 24px 24px 24px 0;
  font-size: .875em;
  height: 14px;
  line-height: 1.25 !important;
  filter: alpha(opacity=20);
  -moz-opacity: .2;
  -khtml-opacity: .2;
  opacity: .2;
  font-family: inherit; }

.gform_wrapper .gf_step span.gf_step_number {
  font-size: 1.25em;
  font-family: arial,sans-serif;
  margin-right: 4px; }

.gform_wrapper .gf_step span.gf_step_label, .gform_wrapper .gf_step span.gf_step_number {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle; }

.gform_wrapper .gf_step.gf_step_active {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1; }

.gform_wrapper .gf_step_clear {
  display: block;
  clear: both;
  height: 1px;
  overflow: hidden; }

.gform_wrapper .gfield_password_strength {
  border: 1px solid #DDD;
  margin-top: 18px;
  margin-bottom: 18px;
  line-height: 1.8;
  padding: 10px 5px;
  text-align: center;
  background-color: #EEE;
  border-bottom: 3px solid #DDD; }

.gform_wrapper ul.top_label li.gfield.gfield_error.gfield_contains_required .gfield_password_strength {
  margin-right: 16px; }

.gform_wrapper ul.left_label li.gfield .gfield_password_strength, .gform_wrapper ul.right_label li.gfield .gfield_password_strength {
  margin-top: 18px;
  margin-bottom: 18px;
  width: 100%; }

.gform_wrapper .gfield_password_strength.bad {
  background-color: #FFB78C;
  border-color: #FF853C;
  border-bottom: 3px solid #FF853C; }

.gform_wrapper .gfield_password_strength.good {
  background-color: #FFEC8b;
  border-color: #FC0;
  border-bottom: 3px solid #FC0; }

.gform_wrapper .gfield_password_strength.mismatch, .gform_wrapper .gfield_password_strength.short {
  background-color: #FFA0A0;
  border-color: #f04040;
  border-bottom: 3px solid #f04040; }

.gform_wrapper .gfield_password_strength.strong {
  background-color: #C3FF88;
  border-color: #8DFF1C;
  border-bottom: 3px solid #8DFF1C; }

.gform_wrapper table.gfield_list, .gform_wrapper table.gfield_list caption, .gform_wrapper table.gfield_list tbody, .gform_wrapper table.gfield_list td, .gform_wrapper table.gfield_list tfoot, .gform_wrapper table.gfield_list th, .gform_wrapper table.gfield_list thead, .gform_wrapper table.gfield_list tr {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline; }

.gform_wrapper table.gfield_list {
  border-spacing: 0;
  border-collapse: collapse;
  table-layout: auto !important; }

.gform_wrapper table.gfield_list thead th {
  font-weight: 700;
  text-align: left; }

.gform_wrapper table.gfield_list colgroup {
  width: 100%;
  display: block; }

.gform_wrapper li.gfield.gfield_error table.gfield_list thead th {
  color: #790000; }

.gform_wrapper table.gfield_list thead, .gform_wrapper table.gfield_list tr {
  padding: 0;
  margin: 0; }

.gform_wrapper table.gfield_list td, .gform_wrapper table.gfield_list th {
  padding: 4px 0; }

.gform_wrapper ul.gform_fields:not(.top_label) table.gfield_list th {
  padding: 0 0 4px; }

.gform_wrapper table.gfield_list td + td, .gform_wrapper table.gfield_list th + th {
  padding: 0 0 0 16px; }

.gform_wrapper .gfield_list, .gform_wrapper .gfield_list td.gfield_list_cell input {
  width: 100%; }

.gfield_icon_disabled {
  cursor: default !important;
  filter: alpha(opacity=60);
  -moz-opacity: .6;
  -khtml-opacity: .6;
  opacity: .6; }

.gform_wrapper table.gfield_list tr td.gfield_list_icons {
  width: 48px !important;
  padding: 0 0 0 4px !important;
  box-sizing: border-box; }

.gform_wrapper table.gfield_list td.gfield_list_icons img {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle; }

.gform_wrapper select.chosen-select {
  visibility: hidden;
  height: 28px !important;
  min-height: 28px !important; }

.gform_wrapper .chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: inherit;
  -webkit-user-select: none;
  -moz-user-select: none; }

.gform_wrapper .chosen-container, .gform_wrapper .chosen-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.gform_wrapper .chosen-container.chosen-container-multi .chosen-choices {
  min-height: 28px !important; }

.gform_wrapper .ginput_container.ginput_container_multiselect .chosen-container.chosen-container-multi ul.chosen-choices li.search-field input.default {
  height: 24px; }

.gform_wrapper .chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #AAA;
  border-top: 0;
  background: #FFF;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15); }

.gform_wrapper .chosen-container.chosen-with-drop .chosen-drop {
  left: 0; }

.gform_wrapper .chosen-container a {
  cursor: pointer; }

.gform_wrapper .chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 23px;
  border: 1px solid #AAA;
  border-radius: 5px;
  background-color: #FFF;
  background: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #FFF), color-stop(50%, #F6F6F6), color-stop(52%, #EEE), color-stop(100%, #F4F4F4));
  background: -webkit-linear-gradient(top, #FFF 20%, #F6F6F6 50%, #EEE 52%, #F4F4F4 100%);
  background: -moz-linear-gradient(top, #FFF 20%, #F6F6F6 50%, #EEE 52%, #F4F4F4 100%);
  background: -o-linear-gradient(top, #FFF 20%, #F6F6F6 50%, #EEE 52%, #F4F4F4 100%);
  background: linear-gradient(top, #FFF 20%, #F6F6F6 50%, #EEE 52%, #F4F4F4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px; }

.gform_wrapper .chosen-container-single .chosen-default {
  color: #999; }

.gform_wrapper .chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.gform_wrapper .chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px; }

.gform_wrapper .chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(chosen-sprite.png) -42px 1px no-repeat;
  font-size: 1px; }

.gform_wrapper .chosen-container-single .chosen-single abbr:hover, .gform_wrapper .chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px; }

.gform_wrapper .chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%; }

.gform_wrapper .chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url(chosen-sprite.png) 0 2px no-repeat; }

.gform_wrapper .chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap; }

.gform_wrapper .chosen-container-single .chosen-search input[type=text] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  border: 1px solid #AAA;
  background: url(chosen-sprite.png) 100% -20px no-repeat;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0; }

.gform_wrapper .chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box; }

.gform_wrapper .chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px; }

.gform_wrapper .chosen-container .chosen-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch; }

.gform_wrapper .chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  -webkit-touch-callout: none; }

.gform_wrapper .chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer; }

.gform_wrapper .chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #CCC;
  cursor: default; }

.gform_wrapper .chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #FFF; }

.gform_wrapper .chosen-container .chosen-results li.no-results {
  display: list-item;
  background: #F4F4F4; }

.gform_wrapper .chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: 700;
  cursor: default; }

.gform_wrapper .chosen-container .chosen-results li.group-option {
  padding-left: 15px; }

.gform_wrapper .chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline; }

.gform_wrapper .chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #AAA;
  background-color: #FFF;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(1%, #EEE), color-stop(15%, #FFF));
  background-image: -webkit-linear-gradient(#EEE 1%, #FFF 15%);
  background-image: -moz-linear-gradient(#EEE 1%, #FFF 15%);
  background-image: -o-linear-gradient(#EEE 1%, #FFF 15%);
  background-image: linear-gradient(#EEE 1%, #FFF 15%);
  cursor: text; }

.gform_wrapper .chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none; }

.gform_wrapper .chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap; }

.gform_wrapper .chosen-container-multi .chosen-choices li.search-field input[type=text] {
  margin: 1px 0;
  padding: 5px;
  height: 15px;
  border: 0 !important;
  background: 0 0 !important;
  box-shadow: none;
  color: #666;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0; }

.gform_wrapper .chosen-container-multi .chosen-choices li.search-field .default {
  color: #999; }

.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 5px 0 5px 5px !important;
  padding: 3px 20px 3px 5px;
  border: 1px solid #AAA;
  border-radius: 3px;
  background-color: #E4E4E4;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #F4F4F4), color-stop(50%, #F0F0F0), color-stop(52%, #E8E8E8), color-stop(100%, #EEE));
  background-image: -webkit-linear-gradient(#F4F4F4 20%, #F0F0F0 50%, #E8E8E8 52%, #EEE 100%);
  background-image: -moz-linear-gradient(#F4F4F4 20%, #F0F0F0 50%, #E8E8E8 52%, #EEE 100%);
  background-image: -o-linear-gradient(#F4F4F4 20%, #F0F0F0 50%, #E8E8E8 52%, #EEE 100%);
  background-image: linear-gradient(#F4F4F4 20%, #F0F0F0 50%, #E8E8E8 52%, #EEE 100%);
  background-clip: padding-box;
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default; }

.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(chosen-sprite.png) -42px 1px no-repeat;
  font-size: 1px; }

.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px; }

.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #CCC;
  background-color: #E4E4E4;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #F4F4F4), color-stop(50%, #F0F0F0), color-stop(52%, #E8E8E8), color-stop(100%, #EEE));
  background-image: -webkit-linear-gradient(top, #F4F4F4 20%, #F0F0F0 50%, #E8E8E8 52%, #EEE 100%);
  background-image: -moz-linear-gradient(top, #F4F4F4 20%, #F0F0F0 50%, #E8E8E8 52%, #EEE 100%);
  background-image: -o-linear-gradient(top, #F4F4F4 20%, #F0F0F0 50%, #E8E8E8 52%, #EEE 100%);
  background-image: linear-gradient(top, #F4F4F4 20%, #F0F0F0 50%, #E8E8E8 52%, #EEE 100%);
  color: #666; }

.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #D4D4D4; }

.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px; }

.gform_wrapper .chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0; }

.gform_wrapper .chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #CCC;
  cursor: default; }

.gform_wrapper .chosen-container-active .chosen-single {
  border: 1px solid #5897FB;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.gform_wrapper .chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #AAA;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #EEE), color-stop(80%, #FFF));
  background-image: -webkit-linear-gradient(#EEE 20%, #FFF 80%);
  background-image: -moz-linear-gradient(#EEE 20%, #FFF 80%);
  background-image: -o-linear-gradient(#EEE 20%, #FFF 80%);
  background-image: linear-gradient(#EEE 20%, #FFF 80%);
  box-shadow: 0 1px 0 #fff inset; }

.gform_wrapper .chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: 0 0; }

.gform_wrapper .chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px; }

.gform_wrapper .chosen-container-active .chosen-choices {
  border: 1px solid #5897FB;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.gform_wrapper .chosen-container-active .chosen-choices li.search-field input[type=text] {
  color: #111 !important; }

.gform_wrapper .chosen-disabled {
  opacity: 0.5 !important;
  cursor: default; }

.gform_wrapper .chosen-disabled .chosen-choices .search-choice .search-choice-close, .gform_wrapper .chosen-disabled .chosen-single {
  cursor: default; }

.gform_wrapper .chosen-rtl {
  text-align: right; }

.gform_wrapper .chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0; }

.gform_wrapper .chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl; }

.gform_wrapper .chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px; }

.gform_wrapper .chosen-rtl .chosen-single div {
  right: auto;
  left: 3px; }

.gform_wrapper .chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px; }

.gform_wrapper .chosen-rtl .chosen-choices li {
  float: right; }

.gform_wrapper .chosen-rtl .chosen-choices li.search-field input[type=text] {
  direction: rtl; }

.gform_wrapper .chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px; }

.gform_wrapper .chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px; }

.gform_wrapper .chosen-rtl .chosen-drop, .gform_wrapper .chosen-rtl.chosen-container-single-nosearch .chosen-search {
  left: 9999px; }

.gform_wrapper .chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0; }

.gform_wrapper .chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0; }

.gform_wrapper .chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none; }

.gform_wrapper .chosen-rtl .chosen-search input[type=text] {
  padding: 4px 5px 4px 20px;
  background: url(chosen-sprite.png) -30px -20px no-repeat;
  direction: rtl; }

.gform_wrapper .chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px; }

.gform_wrapper .chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px; }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
  .gform_wrapper .chosen-container .chosen-results-scroll-down span, .gform_wrapper .chosen-container .chosen-results-scroll-up span, .gform_wrapper .chosen-container-multi .chosen-choices .search-choice .search-choice-close, .gform_wrapper .chosen-container-single .chosen-single abbr, .gform_wrapper .chosen-container-single .chosen-single div b, .gform_wrapper .chosen-rtl .chosen-search input[type=text] {
    background-image: url(chosen-sprite@2x.png) !important;
    background-position: 0 0;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important; } }
.gform_wrapper .gform_card_icon_container {
  margin: 8px 0 6px;
  height: 32px; }

.gform_wrapper div.gform_card_icon {
  margin-right: 4px;
  text-indent: -9000px;
  background-image: url(../images/gf-creditcard-icons.png);
  background-repeat: no-repeat;
  width: 36px;
  height: 32px;
  float: left; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_visa {
  background-position: 0 0; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_visa {
  background-position: 0 -32px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_visa {
  background-position: 0 -64px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_mastercard {
  background-position: -36px 0; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_mastercard {
  background-position: -36px -32px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_mastercard {
  background-position: -36px -64px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_amex {
  background-position: -72px 0; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_amex {
  background-position: -72px -32px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_amex {
  background-position: -72px -64px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_discover {
  background-position: -108px 0; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_discover {
  background-position: -108px -32px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_discover {
  background-position: -108px -64px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_maestro {
  background-position: -144px 0; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_maestro {
  background-position: -144px -32px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_maestro {
  background-position: -144px -64px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_jcb {
  background-position: -180px 0; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_jcb {
  background-position: -180px -32px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_jcb {
  background-position: -180px -64px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_visa {
  background-position: 0 -192px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_visa {
  background-position: 0 -224px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_visa {
  background-position: 0 -256px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_mastercard {
  background-position: -36px -192px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_mastercard {
  background-position: -36px -224px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_mastercard {
  background-position: -36px -256px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_amex {
  background-position: -72px -192px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_amex {
  background-position: -72px -224px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_amex {
  background-position: -72px -256px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_discover {
  background-position: -108px -192px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_discover {
  background-position: -108px -224px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_discover {
  background-position: -108px -256px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_maestro {
  background-position: -144px -192px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_maestro {
  background-position: -144px -224px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_maestro {
  background-position: -144px -256px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_jcb {
  background-position: -180px -192px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_jcb {
  background-position: -180px -224px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_jcb {
  background-position: -180px -256px; }

.gform_card_icon_container input[type=radio]#gform_payment_method_creditcard {
  float: left;
  position: relative;
  top: 4px !important; }

.gform_wrapper .ginput_complex .ginput_cardinfo_right {
  min-width: 85px !important; }

.gform_wrapper .ginput_complex span.ginput_cardextras {
  display: block;
  overflow: hidden; }

.gform_wrapper .ginput_complex .ginput_cardinfo_left span.ginput_card_expiration_container {
  position: relative;
  display: block;
  min-width: 160px !important; }

.gform_wrapper .ginput_complex .ginput_cardinfo_left span.ginput_card_expiration_container select {
  margin-bottom: 8px; }

.gform_wrapper .ginput_complex .ginput_cardinfo_right input.ginput_card_security_code {
  max-width: 50% !important; }

.gform_wrapper .ginput_complex .ginput_cardinfo_right span.ginput_card_security_code_icon {
  width: 32px;
  height: 23px;
  background-image: url(../images/gf-creditcard-icons.png);
  background-repeat: no-repeat;
  background-position: 0 -128px;
  position: relative;
  top: -1px;
  left: 6px;
  display: -moz-inline-stack;
  display: inline-block; }

.gform_wrapper .gform_fileupload_multifile .gform_drop_area {
  padding: 24px;
  border: 1px dashed #CCC;
  text-align: center;
  color: #AAA;
  margin-bottom: 16px;
  background: rgba(0, 0, 0, 0.02);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.gform_wrapper span.gform_drop_instructions {
  display: block;
  margin-bottom: 8px; }

.gform_delete {
  vertical-align: middle;
  cursor: pointer; }

.gform_wrapper .copy_values_option_container .copy_values_enabled {
  width: auto; }

.gform_wrapper li.field_sublabel_above .ginput_complex input[type=text] {
  margin-bottom: 1px; }

.gform_wrapper .form_saved_message {
  margin: 1em auto;
  padding: 3em 2em;
  width: 99%;
  font-size: 1em;
  line-height: 1.8;
  color: #31708f;
  background-color: #e3f3f3;
  text-align: center;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.gform_wrapper .form_saved_message form {
  text-align: center; }

.form_saved_message p.resume_form_link_wrapper {
  background-color: white;
  display: inline-block;
  padding: 1em;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  max-width: 98% !important;
  overflow: hidden;
  -webkit-box-shadow: 0 3px 2px 0 rgba(66, 103, 126, 0.2);
  -moz-box-shadow: 0 3px 2px 0 rgba(66, 103, 126, 0.2);
  box-shadow: 0 3px 2px 0 rgba(66, 103, 126, 0.2); }

.form_saved_message a.resume_form_link {
  word-wrap: break-word;
  text-decoration: none;
  color: #2f637e; }

.form_saved_message .form_saved_message_emailform {
  margin: 1em 0 0; }

.form_saved_message label.form_saved_label {
  position: absolute;
  left: -9000px; }

div.form_saved_message div.form_saved_message_emailform form input[type=text] {
  margin-bottom: .25em; }

div.form_saved_message div.form_saved_message_emailform form input {
  margin: .75em auto 0;
  display: inline-block; }

div.form_saved_message div.form_saved_message_emailform form input[type=email] {
  padding: calc(.75em - 1px) !important;
  width: 24em;
  max-width: 98% !important;
  font-size: 1em;
  background-color: white;
  border: 1px solid #91afc7;
  color: #424242;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-shadow: inset 0 0 5px 0 #eeeeee;
  -moz-box-shadow: inset 0 0 5px 0 #eeeeee;
  box-shadow: inset 0 0 5px 0 #eeeeee; }

div.form_saved_message div.form_saved_message_emailform form input[type=submit] {
  padding: .75em 1em;
  font-size: 1em;
  line-height: 1;
  background-color: #91afc7;
  border: 1px solid #91afc7;
  color: white;
  text-transform: uppercase;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-appearance: none;
  -moz-appearance: none; }

@media only screen and (max-width: 640px) {
  div.form_saved_message div.form_saved_message_emailform form input[type=email], div.form_saved_message div.form_saved_message_emailform form input[type=submit] {
    display: block;
    width: 98%; } }
.form_saved_message .form_saved_message_emailform .validation_message {
  color: #790000;
  font-weight: 700;
  padding: 2em; }

.form_saved_message_sent {
  margin: 1em auto;
  padding: 3em 2em;
  width: 99%;
  font-size: 1em;
  background-color: #e9ffd9;
  color: #3c763d;
  text-align: center;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  box-sizing: border-box; }

.form_saved_message_sent .saved_message_email, .form_saved_message_sent .saved_message_success {
  font-weight: 700;
  display: block;
  line-height: 2; }

.form_saved_message_sent .saved_message_email {
  word-wrap: break-word;
  text-decoration: underline; }

body #content .entry-content .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container #recaptcha_widget_div #recaptcha_area .recaptchatable tbody tr td .recaptcha_input_area, body .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container #recaptcha_widget_div #recaptcha_area .recaptchatable tbody tr td .recaptcha_input_area {
  line-height: 1 !important; }

body .gform_wrapper img.ui-datepicker-trigger {
  width: 17px !important;
  height: 16px !important;
  display: -moz-inline-stack;
  display: inline-block; }

body .gform_wrapper img.add_list_item, body .gform_wrapper img.delete_list_item {
  display: -moz-inline-stack;
  display: inline-block;
  margin-top: -2px; }

.gform_wrapper ul li.gfield.field_sublabel_above.field_description_below + li.gfield {
  margin-top: 16px; }

.gform_wrapper li.gfield ul.gfield_radio li input[type=radio] + input[type=text] {
  width: 45.25%; }

.gform_wrapper table.recaptchatable {
  table-layout: auto; }

.gform_wrapper ul.gform_fields:not(.top_label) div.ginput_container_captcha {
  margin-left: 29%; }

.gfield .wp-editor-container {
  border: 1px solid #ddd; }

.gfield .wp-switch-editor {
  border-color: #ddd; }

.gfield .html-active .switch-html, .gfield .tmce-active .switch-tmce {
  border-bottom-color: #f5f5f5; }

.gfield .mce-edit-area iframe {
  width: 99.9% !important;
  margin: 0 !important; }

body .gform_wrapper ul li.gfield {
  margin-top: 16px;
  padding-top: 0; }

body .gform_wrapper ul.gfields li.gfield label.gfield_label {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important; }

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html {
  line-height: inherit; }

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul li, body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ul li {
  list-style-type: disc !important;
  margin: 0 0 8px;
  overflow: visible;
  padding-left: 0; }

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul, body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ul {
  list-style-type: disc !important;
  margin: 16px 0 16px 28px !important;
  padding-left: 0; }

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol li, body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol li {
  list-style-type: decimal !important;
  overflow: visible;
  margin: 0 0 8px;
  padding-left: 0; }

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol, body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol {
  list-style-type: decimal !important;
  margin: 16px 0 18px 32px;
  padding-left: 0; }

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul, body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul li {
  list-style-type: disc !important;
  padding-left: 0; }

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul {
  margin: 16px 0 16px 16px; }

body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul li {
  margin: 0 0 8px; }

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html dl {
  margin: 0 0 18px;
  padding-left: 0; }

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html dl dt {
  font-weight: 700; }

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html dl dd {
  margin: 0 0 16px 18px; }

.gform_wrapper span.gf_clear_span {
  display: block;
  height: 1px;
  overflow: hidden;
  width: 100%;
  float: none;
  clear: both;
  margin-top: -1px; }

@media only screen and (max-width: 641px) {
  .gform_wrapper .chosen-container.chosen-container-single[style], .gform_wrapper div.chosen-container.chosen-container-multi[style] {
    width: 100% !important; }

  .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
    line-height: 2;
    min-height: 2rem; }

  .gform_wrapper textarea {
    line-height: 1.5; }

  .gform_wrapper .chosen-container-single .chosen-single {
    height: 40px;
    line-height: 2.8; }

  .gform_wrapper .chosen-container-single .chosen-single div b {
    position: relative;
    top: 10px; }

  .gform_wrapper .chosen-container.chosen-container-multi ul.chosen-choices li.search-choice, .gform_wrapper .chosen-container.chosen-container-multi ul.chosen-choices li.search-field {
    width: calc(100% - 10px);
    line-height: 2;
    float: none; }

  .gform_wrapper .chosen-container.chosen-container-multi ul.chosen-choices li.search-choice span {
    margin-bottom: 0; }

  .gform_wrapper .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    top: calc(50% - 6px); }

  .gform_wrapper .ginput_container span:not(.ginput_price) {
    margin-bottom: 8px;
    display: block; }

  .gform_wrapper li.field_sublabel_below .ginput_complex {
    margin-top: 12px !important; }

  .gform_wrapper ul.gfield_checkbox li label, .gform_wrapper ul.gfield_radio li label {
    width: 85%;
    cursor: pointer; } }
@media only screen and (max-width: 761px), (min-device-width: 768px) and (max-device-width: 1023px) {
  .gform_wrapper ul.gform_fields li.gfield.gfield_error + li.gfield.gfield_error {
    margin-top: 32px; }

  .gform_wrapper table.gfield_list {
    border: 0; }

  .gform_wrapper table.gfield_list thead {
    position: absolute;
    top: -9999px;
    left: -9999px; }

  .gform_wrapper table.gfield_list tr {
    margin-bottom: 10px;
    display: block;
    background: #fff;
    position: relative;
    border: 1px solid #CCC;
    border-top: 2px solid #CCC;
    border-bottom: 4px solid #CCC; }

  .gform_wrapper table.gfield_list td {
    display: block;
    margin-left: 8px;
    margin-right: 8px; }

  .gform_wrapper table.gfield_list td.gfield_list_icons {
    border-bottom: 0;
    margin: 16px 0 0 !important; }

  .gform_wrapper ul.gform_fields.form_sublabel_above table.gfield_list td:before, .gform_wrapper ul.gform_fields.form_sublabel_below table.gfield_list td:after {
    content: attr(data-label);
    font-size: .875em;
    letter-spacing: .5pt;
    white-space: nowrap;
    display: block;
    clear: both; }

  .gform_wrapper ul.gform_fields.form_sublabel_above table.gfield_list td:before {
    margin: 8px 0 3px 8px; }

  .gform_wrapper ul.gform_fields.form_sublabel_below table.gfield_list td:after {
    margin: 3px 0 8px 8px; }

  .gform_wrapper table.gfield_list td + td, .gform_wrapper table.gfield_list th + th {
    padding: 4px 0 0; }

  .gform_wrapper table.gfield_list tr.gfield_list_row_even, .gform_wrapper table.gfield_list tr.gfield_list_row_odd {
    margin: 16px 0; }

  .gform_wrapper table.gfield_list tr, .gform_wrapper table.gfield_list tr.gfield_list_row_odd:first-child {
    padding-top: 12px; }

  .gform_wrapper table.gfield_list tr td.gfield_list_icons {
    width: 100% !important;
    padding: 0 4px 4px !important;
    background-color: #EEE; }

  .gform_wrapper table.gfield_list tr td.gfield_list_icons img.add_list_item {
    margin: 12px 0 0 16px !important; }

  .gform_wrapper table.gfield_list tr td.gfield_list_icons img.delete_list_item {
    margin: 12px 0 0 8px !important; }

  .gform_wrapper .gform_footer a.gform_save_link, .gform_wrapper .gform_page_footer a.gform_save_link {
    margin-left: 0; }

  .gform_wrapper .gfield_list td.gfield_list_cell input {
    width: calc(100% - 16px);
    margin-left: 8px;
    margin-right: 8px; } }
@media only screen and (min-width: 641px) {
  .gform_wrapper .gform_body {
    width: 100%; }

  .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: calc(100% - 16px) !important; }

  .gform_wrapper .gfield_checkbox li, .gform_wrapper .gfield_radio li {
    margin: 0 0 8px;
    line-height: 1.3; }

  .gform_wrapper .gsection {
    margin: 28px 16px 28px 0; }

  .gform_wrapper ul.gform_fields:not(.top_label) .gfield_label {
    float: left;
    width: 29%;
    padding-right: 16px;
    margin-bottom: 16px; }

  .gform_wrapper .right_label .gfield_label {
    text-align: right; }

  .gform_wrapper .left_label .gfield_description, .gform_wrapper .right_label .gfield_description {
    width: 70%; }

  .gform_wrapper form ul.left_label li ul.gfield_checkbox li, .gform_wrapper form ul.left_label li ul.gfield_radio li, .gform_wrapper form ul.right_label li ul.gfield_checkbox li, .gform_wrapper form ul.right_label li ul.gfield_radio li, .gform_wrapper ul.left_label li ul.gfield_checkbox li, .gform_wrapper ul.left_label li ul.gfield_radio li, .gform_wrapper ul.right_label li ul.gfield_checkbox li, .gform_wrapper ul.right_label li ul.gfield_radio li {
    margin-bottom: 10px; }

  .gform_wrapper .left_label .gfield_description, .gform_wrapper .left_label .instruction, .gform_wrapper .right_label .gfield_description, .gform_wrapper .right_label .instruction {
    margin-left: 29%; }

  .gform_wrapper ul.gform_fields:not(.top_label) .gsection .gsection_description {
    margin-left: 0;
    padding-top: 4px;
    padding-left: 0;
    line-height: 1.5; }

  .gform_wrapper form ul.gform_fields:not(.top_label) li.gfield_html_formatted {
    margin-left: 29% !important;
    width: 70%; }

  .gform_wrapper ul.gform_fields:not(.top_label) ul.gfield_checkbox, .gform_wrapper ul.gform_fields:not(.top_label) ul.gfield_radio {
    overflow: hidden; }

  .gform_wrapper .left_label div.ginput_complex, .gform_wrapper .right_label div.ginput_complex {
    width: 70%;
    margin-left: 29%; }

  .gform_wrapper .left_label input.small, .gform_wrapper .left_label select.small, .gform_wrapper .right_label input.small, .gform_wrapper .right_label select.small {
    width: 15%; }

  .gform_wrapper .left_label input.medium, .gform_wrapper .left_label select.medium, .gform_wrapper .right_label input.medium, .gform_wrapper .right_label select.medium {
    width: calc(35% - 8px); }

  .gform_wrapper .left_label input.large, .gform_wrapper .left_label select.large, .gform_wrapper .left_label textarea.large, .gform_wrapper .left_label textarea.medium, .gform_wrapper .left_label textarea.small, .gform_wrapper .right_label input.large, .gform_wrapper .right_label select.large, .gform_wrapper .right_label textarea.large, .gform_wrapper .right_label textarea.medium, .gform_wrapper .right_label textarea.small {
    width: 70%; }

  .gform_wrapper ul.gform_fields:not(.top_label) .ginput_list {
    width: 70%;
    margin-left: 29% !important; }

  .gform_wrapper .top_label .gfield_list {
    width: 100%; }

  .gform_wrapper .left_label .gf_list_one_column, .gform_wrapper .right_label .gf_list_one_column {
    width: 45%; }

  .gform_wrapper .top_label .gf_list_one_column {
    width: 46%; }

  .gform_wrapper .left_label li.hidden_label input, .gform_wrapper .right_label li.hidden_label input {
    margin-left: 3.7%; }

  .gform_wrapper .left_label li.gfield .gfield_password_strength, .gform_wrapper .right_label li.gfield .gfield_password_strength {
    margin-left: 29%; }

  .gform_wrapper .top_label input.small, .gform_wrapper .top_label select.small {
    width: 25%; }

  .gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
    width: calc(50% - 8px); }

  .gform_wrapper.gform_validation_error .top_label input.medium, .gform_wrapper.gform_validation_error .top_label select.medium {
    width: 50%; }

  .gform_wrapper .hidden_label input.large, .gform_wrapper .hidden_label select.large, .gform_wrapper .top_label input.large, .gform_wrapper .top_label select.large {
    width: 100%; }

  .gform_wrapper .top_label input.large.datepicker, .gform_wrapper .top_label input.medium.datepicker, .gform_wrapper .top_label input.small.datepicker {
    width: auto; }

  .gform_wrapper textarea.small {
    height: 80px;
    width: 100%; }

  .gform_wrapper textarea.medium {
    height: 160px;
    width: 100%; }

  .gform_wrapper textarea.large {
    height: 320px;
    width: 100%; }

  .gform_wrapper .gfield_error .ginput_complex .ginput_left, .gform_wrapper .gfield_error .ginput_complex .ginput_right, .gform_wrapper .ginput_complex .ginput_cardinfo_left {
    width: 50%; }

  .gform_wrapper .ginput_complex .ginput_left, .gform_wrapper .ginput_complex .ginput_right {
    width: 50%;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    margin: 0 -4px 0 0; }

  .gform_wrapper .ginput_container_password .ginput_right {
    padding-left: 8px; }

  .gform_wrapper .ginput_complex .ginput_cardinfo_left, .gform_wrapper .ginput_complex .ginput_cardinfo_right {
    min-height: 43px;
    position: relative;
    float: left; }

  .gform_wrapper .ginput_complex select.ginput_card_expiration.ginput_card_expiration_month, .gform_wrapper .ginput_complex select.ginput_card_expiration.ginput_card_expiration_year {
    width: 47% !important;
    display: -moz-inline-stack;
    display: inline-block; }

  .gform_wrapper .ginput_complex .ginput_cardinfo_left select.ginput_card_expiration.ginput_card_expiration_month {
    margin-right: 4px; }

  .gform_wrapper .gf_step {
    width: auto;
    display: -moz-inline-stack;
    display: inline-block;
    margin: 16px 32px 16px 0; }

  .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=image], .gform_wrapper .gform_footer input[type=submit] {
    display: -moz-inline-stack;
    display: inline-block; }

  .gform_wrapper .gform_footer input[type=image] {
    vertical-align: middle; }

  .gform_wrapper .gform_footer a.gform_save_link, .gform_wrapper .gform_page_footer a.gform_save_link {
    font-size: 1em;
    margin-left: 16px;
    display: -moz-inline-stack;
    display: inline-block; }

  .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
    font-size: 1em;
    width: auto;
    margin: 0 16px 0 0; }

  .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 16px; }

  .gform_wrapper .ginput_complex .ginput_left {
    padding-right: 8px; }

  .gform_wrapper .left_label .ginput_complex.ginput_container_address:after {
    content: "";
    display: block; }

  .gform_wrapper .ginput_complex.ginput_container_address .ginput_left {
    margin-right: 8px; }

  .gform_wrapper .ginput_complex.ginput_container_address .ginput_right {
    margin-right: -8px;
    padding-right: 8px; }

  .gform_wrapper .ginput_complex.ginput_container_address span.ginput_full + span.ginput_right {
    padding-right: 8px !important;
    margin-right: 8px; }

  .gform_wrapper .ginput_complex.ginput_container_address span.ginput_right + span.ginput_left {
    padding-right: 8px !important;
    margin-right: -8px; }

  .gform_wrapper .ginput_complex.ginput_container_address span.ginput_right + span.ginput_left.address_zip {
    margin-right: 8px; }

  .gform_wrapper .gfield_error .ginput_container {
    padding-right: 0; }

  .gform_wrapper ul.top_label li.gfield.gfield_error.gfield_contains_required .gfield_password_strength {
    margin: 18px 0; }

  .gform_wrapper .gform_footer:not(.top_label) {
    padding: 16px 0 10px;
    margin-left: 29%;
    width: 70%; }

  .top_label div.ginput_complex.ginput_container.gf_name_has_1, .top_label div.ginput_complex.ginput_container.gf_name_has_2, .top_label div.ginput_complex.ginput_container.gf_name_has_3 {
    width: calc(100% + 15px); }

  .top_label div.ginput_complex.ginput_container.gf_name_has_4 {
    width: calc(100% + 13px); }

  .top_label div.ginput_complex.ginput_container.gf_name_has_5 {
    width: calc(100% + 14px); }

  ul.gform_fields:not(.top_label) div.ginput_complex.ginput_container.gf_name_has_1, ul.gform_fields:not(.top_label) div.ginput_complex.ginput_container.gf_name_has_2, ul.gform_fields:not(.top_label) div.ginput_complex.ginput_container.gf_name_has_3 {
    width: calc(70% + 15px);
    margin-left: 29%; }

  ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_1, ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_2, ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_3 {
    width: calc(70% + 24px); }

  ul.gform_fields:not(.top_label) div.ginput_complex.ginput_container.gf_name_has_4 {
    width: calc(70% + 13px);
    margin-left: 29%; }

  ul.gform_fields:not(.top_label) div.ginput_complex.ginput_container.gf_name_has_5 {
    width: calc(70% + 14px);
    margin-left: 29%; }

  div.ginput_container_name span {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    padding-right: 16px;
    margin-right: -4px; }

  div.ginput_complex.ginput_container.gf_name_has_1 span {
    width: 100%; }

  div.ginput_complex.ginput_container.gf_name_has_2 span {
    width: 50%; }

  div.ginput_complex.ginput_container.gf_name_has_3 span {
    width: 33.3%; }

  div.ginput_complex.ginput_container.gf_name_has_4 span {
    width: 25%; }

  div.ginput_complex.ginput_container.gf_name_has_5 span {
    width: 19.95%; }

  .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_1 span {
    width: 99.75% !important; }

  .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_2 span {
    width: 49.75% !important; }

  .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_3 span {
    width: 33% !important; }

  .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_4 span {
    width: 24.75% !important; }

  .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_5 span {
    width: 19.75% !important; }

  html div.ginput_complex.ginput_container.gf_name_has_2 span:first-child, html div.ginput_complex.ginput_container.gf_name_has_3 span:first-child, html div.ginput_complex.ginput_container.gf_name_has_4 span:first-child, html div.ginput_complex.ginput_container.gf_name_has_5 span:first-child {
    margin-left: 0 !important; }

  .gform_wrapper .top_label .ginput_complex.ginput_container.ginput_container_email {
    width: calc(100% + 15px); }

  .gform_wrapper ul.gform_fields:not(.top_label) div.ginput_complex.ginput_container.ginput_container_email {
    width: calc(70% + 16px);
    margin-left: 29%; }

  .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.ginput_container_email {
    width: calc(70% + 17px); }

  li.gfield.gfield_error .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error .ginput_complex.ginput_container.ginput_container_email {
    width: calc(70% + 8px) !important; }

  .gform_wrapper .ginput_complex.ginput_container.ginput_container_email .ginput_left, .gform_wrapper .ginput_complex.ginput_container.ginput_container_email .ginput_right {
    padding-right: 16px; }

  .gform_wrapper ul.left_label li.gfield .gfield_password_strength, .gform_wrapper ul.right_label li.gfield .gfield_password_strength {
    width: 70%; }

  .gform_wrapper .ginput_complex span.ginput_left + input.gform_hidden + span.ginput_left {
    padding-right: 0; }

  .gform_wrapper .ginput_complex span.ginput_left.address_country {
    margin-right: 0; }

  html:not([dir=rtl]) .gform_wrapper ul.gform_fields:not(.top_label) .clear-multi, html:not([dir=rtl]) .gform_wrapper ul.gform_fields:not(.top_label) .gfield_description, html:not([dir=rtl]) .gform_wrapper ul.gform_fields:not(.top_label) .ginput_container:not(.ginput_container_time) {
    width: 70%;
    margin-left: 29% !important; }

  .gform_wrapper .gf_progressbar {
    width: calc(100% - 16px); }

  .gform_wrapper ul.gform_fields:not(.top_label) .gform_fileupload_multifile .gform_drop_area {
    margin-left: 29%;
    width: 70%; }

  body .gform_wrapper span.ginput_left.address_city + input.gform_hidden + span.ginput_left.address_country {
    width: calc(50% - 8px);
    margin-right: 0; }

  .gform_wrapper ul.gform_fields:not(.top_label) .ginput_container.ginput_recaptcha {
    margin-left: 29% !important; }

  .gform_wrapper .gform_page_footer .button.gform_previous_button {
    margin-bottom: 0; }

  .gform_wrapper .gform_page_footer .button.gform_button, .gform_wrapper .gform_page_footer .button.gform_next_button {
    margin-right: 10px; } }
.gchoice_select_all, .gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked + label::after, .gform_wrapper ul.gfield_radio li input[type=radio]:checked + label::after {
  -webkit-appearance: none;
  outline: none; }

.donate-custom .interior-top {
  background-color: transparent; }
  .donate-custom .interior-top::before {
    display: none !important; }
  .donate-custom .interior-top .logo img {
    display: block;
    width: 15%;
    position: relative;
    top: 25px; }
.donate-custom .interior {
  background-color: #f6f2f2;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  overflow: unset !important; }
  .donate-custom .interior a {
    color: #ff8213; }
  .donate-custom .interior p {
    font-size: 18px; }

.custom-donate {
  padding: 50px 0;
  padding-bottom: 60%;
  /*custom Donate FORM*/ }
  .custom-donate .separator {
    border: 1px solid #7ac142;
    margin-bottom: 60px; }
  .custom-donate .custom-donate-info {
    text-align: left; }
    .custom-donate .custom-donate-info h3 {
      color: #7ac142;
      font-size: 29px;
      font-weight: 400 !important;
      text-transform: capitalize !important;
      margin-bottom: 30px; }
    .custom-donate .custom-donate-info p {
      color: #7ac142 !important; }
      .custom-donate .custom-donate-info p a {
        font-weight: 600;
        color: #7ac142; }
    .custom-donate .custom-donate-info img {
      border-radius: 5px; }
    .custom-donate .custom-donate-info .items-donate {
      display: flex;
      align-content: center;
      margin: 40px auto; }
      .custom-donate .custom-donate-info .items-donate .img-item img {
        min-width: 75px; }
      .custom-donate .custom-donate-info .items-donate .body-item {
        margin: auto 35px; }
        .custom-donate .custom-donate-info .items-donate .body-item h3 {
          font-family: 'Montserrat', sans-serif;
          font-size: 18px;
          margin-bottom: 3px;
          color: #7ac142; }
        .custom-donate .custom-donate-info .items-donate .body-item p {
          font-size: 18px;
          color: #7ac142 !important; }
      .custom-donate .custom-donate-info .items-donate .testimonials-dnt {
        margin-top: 50px;
        display: flex;
        position: relative; }
        .custom-donate .custom-donate-info .items-donate .testimonials-dnt::before {
          content: "";
          background: rgba(232, 249, 255, 0.76);
          height: 105%;
          width: 140%;
          position: absolute;
          display: block;
          z-index: 0;
          left: -50%;
          top: -12px; }
        .custom-donate .custom-donate-info .items-donate .testimonials-dnt .body-testimonial {
          width: 80%;
          position: relative;
          z-index: 1; }
          .custom-donate .custom-donate-info .items-donate .testimonials-dnt .body-testimonial h3 {
            font-weight: 500 !important;
            font-size: 21px;
            color: #7ac142; }
          .custom-donate .custom-donate-info .items-donate .testimonials-dnt .body-testimonial p {
            color: #7ac142;
            font-size: 17px; }
        .custom-donate .custom-donate-info .items-donate .testimonials-dnt .img-testimonial {
          width: 100px;
          height: 100px;
          background-repeat: no-repeat;
          background-size: cover;
          border-radius: 50%;
          border: 3px solid #7ac142;
          position: absolute;
          right: -3px;
          top: 20px; }
  .custom-donate .custom-box-form {
    background: #fff;
    background-position: 50% 50%;
    background-size: contain;
    border-radius: 2px;
    position: relative;
    z-index: 9999999; }
  .custom-donate #gform_wrapper_8 {
    background: transparent;
    border-radius: 1px;
    padding: 30px 25px;
    text-align: left; }
    .custom-donate #gform_wrapper_8 form {
      margin: 0 !important;
      padding: 0;
      /*start Body Form*/ }
      .custom-donate #gform_wrapper_8 form .gform_heading {
        display: none; }
        .custom-donate #gform_wrapper_8 form .gform_heading .gform_title {
          display: none; }
      .custom-donate #gform_wrapper_8 form .gform_body {
        display: block;
        vertical-align: top; }
        .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields, .custom-donate #gform_wrapper_8 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 */ }
          .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li.gfield, .custom-donate #gform_wrapper_8 form .gform_body .top_label li.gfield {
            display: block;
            margin: 0;
            padding: 0;
            vertical-align: middle; }
            .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li.gfield label.gfield_label, .custom-donate #gform_wrapper_8 form .gform_body .top_label li.gfield label.gfield_label {
              display: none; }
            .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li.gfield .ginput_container, .custom-donate #gform_wrapper_8 form .gform_body .top_label li.gfield .ginput_container {
              margin-top: 0;
              /*Input Fied TEXT*/ }
              .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li.gfield .ginput_container input, .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li.gfield .ginput_container select, .custom-donate #gform_wrapper_8 form .gform_body .top_label li.gfield .ginput_container input, .custom-donate #gform_wrapper_8 form .gform_body .top_label li.gfield .ginput_container select {
                font-family: 'Montserrat', sans-serif;
                background-color: transparent !important;
                border-radius: 1px;
                border: 1px solid #7ac142 !important;
                box-shadow: none;
                color: #7ac142;
                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 */ }
                .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li.gfield .ginput_container input#fund, .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li.gfield .ginput_container select#fund, .custom-donate #gform_wrapper_8 form .gform_body .top_label li.gfield .ginput_container input#fund, .custom-donate #gform_wrapper_8 form .gform_body .top_label li.gfield .ginput_container select#fund {
                  padding: 10px 15px 10px 9px !important; }
                .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li.gfield .ginput_container input#program, .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li.gfield .ginput_container select#program, .custom-donate #gform_wrapper_8 form .gform_body .top_label li.gfield .ginput_container input#program, .custom-donate #gform_wrapper_8 form .gform_body .top_label li.gfield .ginput_container select#program {
                  padding: 10px 15px 10px 9px !important; }
                .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li.gfield .ginput_container input::-webkit-input-placeholder, .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li.gfield .ginput_container select::-webkit-input-placeholder, .custom-donate #gform_wrapper_8 form .gform_body .top_label li.gfield .ginput_container input::-webkit-input-placeholder, .custom-donate #gform_wrapper_8 form .gform_body .top_label li.gfield .ginput_container select::-webkit-input-placeholder {
                  color: #7ac142;
                  opacity: 1; }
                .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li.gfield .ginput_container input::-moz-placeholder, .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li.gfield .ginput_container select::-moz-placeholder, .custom-donate #gform_wrapper_8 form .gform_body .top_label li.gfield .ginput_container input::-moz-placeholder, .custom-donate #gform_wrapper_8 form .gform_body .top_label li.gfield .ginput_container select::-moz-placeholder {
                  color: #7ac142;
                  opacity: 1; }
                .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li.gfield .ginput_container input:-ms-input-placeholder, .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li.gfield .ginput_container select:-ms-input-placeholder, .custom-donate #gform_wrapper_8 form .gform_body .top_label li.gfield .ginput_container input:-ms-input-placeholder, .custom-donate #gform_wrapper_8 form .gform_body .top_label li.gfield .ginput_container select:-ms-input-placeholder {
                  color: #7ac142;
                  opacity: 1; }
                .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li.gfield .ginput_container input::before, .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li.gfield .ginput_container select::before, .custom-donate #gform_wrapper_8 form .gform_body .top_label li.gfield .ginput_container input::before, .custom-donate #gform_wrapper_8 form .gform_body .top_label li.gfield .ginput_container select::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; }
                .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li.gfield .ginput_container input:focus, .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li.gfield .ginput_container select:focus, .custom-donate #gform_wrapper_8 form .gform_body .top_label li.gfield .ginput_container input:focus, .custom-donate #gform_wrapper_8 form .gform_body .top_label li.gfield .ginput_container select:focus {
                  outline: none; }
                .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li.gfield .ginput_container input option, .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li.gfield .ginput_container select option, .custom-donate #gform_wrapper_8 form .gform_body .top_label li.gfield .ginput_container input option, .custom-donate #gform_wrapper_8 form .gform_body .top_label li.gfield .ginput_container select option {
                  background: #fff; }
              .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li.gfield .ginput_container label, .custom-donate #gform_wrapper_8 form .gform_body .top_label li.gfield .ginput_container label {
                display: none; }
            .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li.gfield.show-icons .ginput_container, .custom-donate #gform_wrapper_8 form .gform_body .top_label li.gfield.show-icons .ginput_container {
              position: relative; }
              .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li.gfield.show-icons .ginput_container::before, .custom-donate #gform_wrapper_8 form .gform_body .top_label li.gfield.show-icons .ginput_container::before {
                box-sizing: border-box;
                font: normal normal normal 14px/1 FontAwesome;
                font-size: inherit;
                text-rendering: auto;
                color: #7ac142;
                left: 15px;
                position: absolute;
                top: 30px; }
            .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li.gfield.show-icons .ginput_container_email::before, .custom-donate #gform_wrapper_8 form .gform_body .top_label li.gfield.show-icons .ginput_container_email::before {
              content: "\f003"; }
            .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li.gfield.show-icons .ginput_container_text::before, .custom-donate #gform_wrapper_8 form .gform_body .top_label li.gfield.show-icons .ginput_container_text::before {
              content: "\f007"; }
          .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li.gfield_html, .custom-donate #gform_wrapper_8 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; }
            .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li.gfield_html h3, .custom-donate #gform_wrapper_8 form .gform_body .top_label li.gfield_html h3 {
              font-family: 'Montserrat', sans-serif;
              color: #7ac142 !important;
              display: block;
              font-size: 24px !important;
              font-weight: 600;
              line-height: 1em;
              margin-bottom: 10px;
              margin-top: 0;
              text-transform: none !important; }
              .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li.gfield_html h3 span, .custom-donate #gform_wrapper_8 form .gform_body .top_label li.gfield_html h3 span {
                display: inline-block;
                font-weight: 400;
                font-size: 24px;
                color: #7ac142 !important; }
            .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li.gfield_html p, .custom-donate #gform_wrapper_8 form .gform_body .top_label li.gfield_html p {
              font-family: 'Montserrat', sans-serif;
              color: #7ac142 !important;
              font-size: 17px;
              line-height: 1.4em; }
              .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li.gfield_html p a, .custom-donate #gform_wrapper_8 form .gform_body .top_label li.gfield_html p a {
                color: #7ac142 !important; }
            .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li.gfield_html ul.list, .custom-donate #gform_wrapper_8 form .gform_body .top_label li.gfield_html ul.list {
              padding: 0 !important;
              margin: 0 !important;
              list-style-type: none !important; }
              .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li.gfield_html ul.list li, .custom-donate #gform_wrapper_8 form .gform_body .top_label li.gfield_html ul.list li {
                font-family: 'Montserrat', sans-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; }
                .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li.gfield_html ul.list li::before, .custom-donate #gform_wrapper_8 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; }
                .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li.gfield_html ul.list li p, .custom-donate #gform_wrapper_8 form .gform_body .top_label li.gfield_html ul.list li p {
                  font-family: 'Montserrat', sans-serif;
                  font-size: 16px;
                  font-weight: 400;
                  line-height: 1.4em;
                  color: #fff; }
                  .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li.gfield_html ul.list li p strong, .custom-donate #gform_wrapper_8 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; }
          .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li.gfield_price, .custom-donate #gform_wrapper_8 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*/ }
            .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li.gfield_price .ginput_container_select select.gfield_select, .custom-donate #gform_wrapper_8 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; }
              .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li.gfield_price .ginput_container_select select.gfield_select option, .custom-donate #gform_wrapper_8 form .gform_body .top_label li.gfield_price .ginput_container_select select.gfield_select option {
                background: rgba(0, 0, 0, 0.6); }
            .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li.gfield_price .ginput_container_radio, .custom-donate #gform_wrapper_8 form .gform_body .top_label li.gfield_price .ginput_container_radio {
              margin-bottom: 10px;
              display: block !important; }
              .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li.gfield_price .ginput_container_radio .gfield_radio, .custom-donate #gform_wrapper_8 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; }
                .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li.gfield_price .ginput_container_radio .gfield_radio li, .custom-donate #gform_wrapper_8 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; }
                  .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li.gfield_price .ginput_container_radio .gfield_radio li input, .custom-donate #gform_wrapper_8 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; }
                  .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li.gfield_price .ginput_container_radio .gfield_radio li input:checked + label, .custom-donate #gform_wrapper_8 form .gform_body .top_label li.gfield_price .ginput_container_radio .gfield_radio li input:checked + label {
                    color: #ffffff !important; }
                  .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li.gfield_price .ginput_container_radio .gfield_radio li [type="radio"]:checked + label,
                  .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li.gfield_price .ginput_container_radio .gfield_radio li [type="radio"]:not(:checked) + label, .custom-donate #gform_wrapper_8 form .gform_body .top_label li.gfield_price .ginput_container_radio .gfield_radio li [type="radio"]:checked + label,
                  .custom-donate #gform_wrapper_8 form .gform_body .top_label li.gfield_price .ginput_container_radio .gfield_radio li [type="radio"]:not(:checked) + label {
                    font-family: 'Open Sans', sans-serif;
                    display: inline-block !important;
                    color: #7ac142;
                    cursor: pointer;
                    font-size: 24px;
                    font-weight: 400;
                    line-height: 1em;
                    margin: 0 auto;
                    max-width: 100%;
                    padding: 10px !important;
                    position: relative;
                    vertical-align: top;
                    z-index: 1; }
                    .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li.gfield_price .ginput_container_radio .gfield_radio li [type="radio"]:checked + label::after,
                    .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li.gfield_price .ginput_container_radio .gfield_radio li [type="radio"]:not(:checked) + label::after, .custom-donate #gform_wrapper_8 form .gform_body .top_label li.gfield_price .ginput_container_radio .gfield_radio li [type="radio"]:checked + label::after,
                    .custom-donate #gform_wrapper_8 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: #ff8213;
                      border-radius: 50%;
                      height: 80px;
                      left: 50%;
                      position: absolute;
                      top: 50%;
                      -webkit-transition: all 0.2s ease;
                      transition: all 0.2s ease;
                      width: 80px;
                      z-index: -1;
                      border: 4px solid #ff8213; }
                  .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li.gfield_price .ginput_container_radio .gfield_radio li [type="radio"]:checked,
                  .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li.gfield_price .ginput_container_radio .gfield_radio li [type="radio"]:not(:checked), .custom-donate #gform_wrapper_8 form .gform_body .top_label li.gfield_price .ginput_container_radio .gfield_radio li [type="radio"]:checked,
                  .custom-donate #gform_wrapper_8 form .gform_body .top_label li.gfield_price .ginput_container_radio .gfield_radio li [type="radio"]:not(:checked) {
                    position: absolute;
                    left: -9999px; }
                  .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li.gfield_price .ginput_container_radio .gfield_radio li [type="radio"]:not(:checked) + label:after, .custom-donate #gform_wrapper_8 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); }
            .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li.gfield_price .ginput_container_product_price, .custom-donate #gform_wrapper_8 form .gform_body .top_label li.gfield_price .ginput_container_product_price {
              float: right;
              position: relative;
              transition: 0.4s;
              width: 100%;
              margin-bottom: 5px; }
              .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li.gfield_price .ginput_container_product_price .ginput_amount, .custom-donate #gform_wrapper_8 form .gform_body .top_label li.gfield_price .ginput_container_product_price .ginput_amount {
                padding: 15px 10px 15px 30px !important; }
              .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li.gfield_price .ginput_container_product_price input::-webkit-input-placeholder, .custom-donate #gform_wrapper_8 form .gform_body .top_label li.gfield_price .ginput_container_product_price input::-webkit-input-placeholder {
                text-align: center; }
          .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields .gfield_creditcard_warning, .custom-donate #gform_wrapper_8 form .gform_body .top_label .gfield_creditcard_warning {
            color: #fff;
            width: auto !important; }
            .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields .gfield_creditcard_warning .gfield_creditcard_warning_message, .custom-donate #gform_wrapper_8 form .gform_body .top_label .gfield_creditcard_warning .gfield_creditcard_warning_message {
              margin-bottom: 10px; }
            .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields .gfield_creditcard_warning .ginput_container_creditcard .gform_card_icon_container, .custom-donate #gform_wrapper_8 form .gform_body .top_label .gfield_creditcard_warning .ginput_container_creditcard .gform_card_icon_container {
              display: none; }
          .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields .ginput_container_creditcard span.ginput_full, .custom-donate #gform_wrapper_8 form .gform_body .top_label .ginput_container_creditcard span.ginput_full {
            position: relative; }
            .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields .ginput_container_creditcard span.ginput_full:first-child::before, .custom-donate #gform_wrapper_8 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: #7ac142;
              left: 15px;
              position: absolute;
              top: 1px; }
            .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields .ginput_container_creditcard span.ginput_full:last-child::before, .custom-donate #gform_wrapper_8 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: #7ac142;
              left: 15px;
              position: absolute;
              top: 3px; }
            .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields .ginput_container_creditcard span.ginput_full.ginput_cardextras, .custom-donate #gform_wrapper_8 form .gform_body .top_label .ginput_container_creditcard span.ginput_full.ginput_cardextras {
              font-size: 0;
              display: block; }
              .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_right, .custom-donate #gform_wrapper_8 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; }
                .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_right::before, .custom-donate #gform_wrapper_8 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: #7ac142;
                  font-size: 22px;
                  left: 15px;
                  position: absolute;
                  text-rendering: auto;
                  top: 15px; }
                .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_right input.ginput_card_security_code, .custom-donate #gform_wrapper_8 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; }
                .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_right span.ginput_card_security_code_icon, .custom-donate #gform_wrapper_8 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; }
              .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_left, .custom-donate #gform_wrapper_8 form .gform_body .top_label .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_left {
                width: 49%;
                display: inline-block; }
                .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_left span.ginput_card_field, .custom-donate #gform_wrapper_8 form .gform_body .top_label .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_left span.ginput_card_field {
                  display: block; }
                .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_left select, .custom-donate #gform_wrapper_8 form .gform_body .top_label .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_left select {
                  font-family: 'Montserrat', sans-serif;
                  width: 45% !important;
                  margin: 0 8px 10px 0;
                  padding: 10px !important;
                  appearance: none;
                  -moz-appearance: none;
                  -webkit-appearance: none;
                  position: relative;
                  background: none; }
          .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields .ginput_container_creditcard .gform_card_icon_style2, .custom-donate #gform_wrapper_8 form .gform_body .top_label .ginput_container_creditcard .gform_card_icon_style2 {
            display: none; }
          .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li#field_8_8, .custom-donate #gform_wrapper_8 form .gform_body .top_label li#field_8_8 {
            /*Radio Button Recurring*/ }
            .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li#field_8_8 .ginput_container_radio, .custom-donate #gform_wrapper_8 form .gform_body .top_label li#field_8_8 .ginput_container_radio {
              margin-bottom: 10px;
              margin-top: 20px;
              display: block !important; }
              .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li#field_8_8 .ginput_container_radio ul.gfield_radio, .custom-donate #gform_wrapper_8 form .gform_body .top_label li#field_8_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%; }
                .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li#field_8_8 .ginput_container_radio ul.gfield_radio li, .custom-donate #gform_wrapper_8 form .gform_body .top_label li#field_8_8 .ginput_container_radio ul.gfield_radio li {
                  position: relative;
                  text-align: center;
                  list-style-type: none;
                  width: 47%; }
                  .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li#field_8_8 .ginput_container_radio ul.gfield_radio li input, .custom-donate #gform_wrapper_8 form .gform_body .top_label li#field_8_8 .ginput_container_radio ul.gfield_radio li input {
                    left: 0;
                    margin: 0;
                    padding: 0;
                    position: absolute;
                    top: 0;
                    visibility: hidden; }
                  .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li#field_8_8 .ginput_container_radio ul.gfield_radio li label, .custom-donate #gform_wrapper_8 form .gform_body .top_label li#field_8_8 .ginput_container_radio ul.gfield_radio li label {
                    display: block;
                    margin: 0 !important; }
                  .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li#field_8_8 .ginput_container_radio ul.gfield_radio li input:checked + label, .custom-donate #gform_wrapper_8 form .gform_body .top_label li#field_8_8 .ginput_container_radio ul.gfield_radio li input:checked + label {
                    color: #ffffff !important;
                    background: #ff8213  !important;
                    display: block !important;
                    border: 1px solid #ff8213 !important; }
                    .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li#field_8_8 .ginput_container_radio ul.gfield_radio li input:checked + label::after, .custom-donate #gform_wrapper_8 form .gform_body .top_label li#field_8_8 .ginput_container_radio ul.gfield_radio li input:checked + label::after {
                      display: none; }
                  .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li#field_8_8 .ginput_container_radio ul.gfield_radio li [type="radio"]:checked + label,
                  .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li#field_8_8 .ginput_container_radio ul.gfield_radio li [type="radio"]:not(:checked) + label, .custom-donate #gform_wrapper_8 form .gform_body .top_label li#field_8_8 .ginput_container_radio ul.gfield_radio li [type="radio"]:checked + label,
                  .custom-donate #gform_wrapper_8 form .gform_body .top_label li#field_8_8 .ginput_container_radio ul.gfield_radio li [type="radio"]:not(:checked) + label {
                    font-family: 'Montserrat', sans-serif;
                    background-color: transparent;
                    border-radius: 1px;
                    border: 1px solid #7ac142;
                    box-shadow: none;
                    color: #7ac142;
                    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 */ }
                    .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li#field_8_8 .ginput_container_radio ul.gfield_radio li [type="radio"]:checked + label::-webkit-input-placeholder,
                    .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li#field_8_8 .ginput_container_radio ul.gfield_radio li [type="radio"]:not(:checked) + label::-webkit-input-placeholder, .custom-donate #gform_wrapper_8 form .gform_body .top_label li#field_8_8 .ginput_container_radio ul.gfield_radio li [type="radio"]:checked + label::-webkit-input-placeholder,
                    .custom-donate #gform_wrapper_8 form .gform_body .top_label li#field_8_8 .ginput_container_radio ul.gfield_radio li [type="radio"]:not(:checked) + label::-webkit-input-placeholder {
                      color: #7ac142;
                      opacity: 1; }
                    .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li#field_8_8 .ginput_container_radio ul.gfield_radio li [type="radio"]:checked + label::-moz-placeholder,
                    .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li#field_8_8 .ginput_container_radio ul.gfield_radio li [type="radio"]:not(:checked) + label::-moz-placeholder, .custom-donate #gform_wrapper_8 form .gform_body .top_label li#field_8_8 .ginput_container_radio ul.gfield_radio li [type="radio"]:checked + label::-moz-placeholder,
                    .custom-donate #gform_wrapper_8 form .gform_body .top_label li#field_8_8 .ginput_container_radio ul.gfield_radio li [type="radio"]:not(:checked) + label::-moz-placeholder {
                      color: #7ac142;
                      opacity: 1; }
                    .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li#field_8_8 .ginput_container_radio ul.gfield_radio li [type="radio"]:checked + label:-ms-input-placeholder,
                    .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li#field_8_8 .ginput_container_radio ul.gfield_radio li [type="radio"]:not(:checked) + label:-ms-input-placeholder, .custom-donate #gform_wrapper_8 form .gform_body .top_label li#field_8_8 .ginput_container_radio ul.gfield_radio li [type="radio"]:checked + label:-ms-input-placeholder,
                    .custom-donate #gform_wrapper_8 form .gform_body .top_label li#field_8_8 .ginput_container_radio ul.gfield_radio li [type="radio"]:not(:checked) + label:-ms-input-placeholder {
                      color: #7ac142;
                      opacity: 1; }
                  .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li#field_8_8 .ginput_container_radio ul.gfield_radio li [type="radio"]:checked,
                  .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li#field_8_8 .ginput_container_radio ul.gfield_radio li [type="radio"]:not(:checked), .custom-donate #gform_wrapper_8 form .gform_body .top_label li#field_8_8 .ginput_container_radio ul.gfield_radio li [type="radio"]:checked,
                  .custom-donate #gform_wrapper_8 form .gform_body .top_label li#field_8_8 .ginput_container_radio ul.gfield_radio li [type="radio"]:not(:checked) {
                    position: absolute;
                    left: -9999px; }
                  .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li#field_8_8 .ginput_container_radio ul.gfield_radio li [type="radio"]:not(:checked) + label:after, .custom-donate #gform_wrapper_8 form .gform_body .top_label li#field_8_8 .ginput_container_radio ul.gfield_radio li [type="radio"]:not(:checked) + label:after {
                    opacity: 0;
                    -webkit-transform: scale(0);
                    transform: scale(0); }
          .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li#field_8_12, .custom-donate #gform_wrapper_8 form .gform_body .top_label li#field_8_12 {
            /*Radio Button Recurring*/ }
            .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li#field_8_12 .ginput_container_radio, .custom-donate #gform_wrapper_8 form .gform_body .top_label li#field_8_12 .ginput_container_radio {
              margin-bottom: 10px;
              margin-top: 20px;
              display: block !important; }
              .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li#field_8_12 .ginput_container_radio ul.gfield_radio, .custom-donate #gform_wrapper_8 form .gform_body .top_label li#field_8_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%; }
                .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li#field_8_12 .ginput_container_radio ul.gfield_radio li, .custom-donate #gform_wrapper_8 form .gform_body .top_label li#field_8_12 .ginput_container_radio ul.gfield_radio li {
                  position: relative;
                  text-align: center;
                  list-style-type: none;
                  width: 47%; }
                  .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li#field_8_12 .ginput_container_radio ul.gfield_radio li input, .custom-donate #gform_wrapper_8 form .gform_body .top_label li#field_8_12 .ginput_container_radio ul.gfield_radio li input {
                    left: 0;
                    margin: 0;
                    padding: 0;
                    position: absolute;
                    top: 0;
                    visibility: hidden; }
                  .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li#field_8_12 .ginput_container_radio ul.gfield_radio li label, .custom-donate #gform_wrapper_8 form .gform_body .top_label li#field_8_12 .ginput_container_radio ul.gfield_radio li label {
                    display: block;
                    margin: 0 !important; }
                  .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li#field_8_12 .ginput_container_radio ul.gfield_radio li input:checked + label, .custom-donate #gform_wrapper_8 form .gform_body .top_label li#field_8_12 .ginput_container_radio ul.gfield_radio li input:checked + label {
                    color: #ffffff !important;
                    background: #ff8213  !important;
                    display: block !important;
                    border: 1px solid #ff8213 !important; }
                    .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li#field_8_12 .ginput_container_radio ul.gfield_radio li input:checked + label::after, .custom-donate #gform_wrapper_8 form .gform_body .top_label li#field_8_12 .ginput_container_radio ul.gfield_radio li input:checked + label::after {
                      display: none; }
                  .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li#field_8_12 .ginput_container_radio ul.gfield_radio li [type="radio"]:checked + label,
                  .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li#field_8_12 .ginput_container_radio ul.gfield_radio li [type="radio"]:not(:checked) + label, .custom-donate #gform_wrapper_8 form .gform_body .top_label li#field_8_12 .ginput_container_radio ul.gfield_radio li [type="radio"]:checked + label,
                  .custom-donate #gform_wrapper_8 form .gform_body .top_label li#field_8_12 .ginput_container_radio ul.gfield_radio li [type="radio"]:not(:checked) + label {
                    font-family: 'Montserrat', sans-serif;
                    background-color: transparent;
                    border-radius: 1px;
                    border: 1px solid #7ac142;
                    box-shadow: none;
                    color: #7ac142;
                    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 */ }
                    .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li#field_8_12 .ginput_container_radio ul.gfield_radio li [type="radio"]:checked + label::-webkit-input-placeholder,
                    .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li#field_8_12 .ginput_container_radio ul.gfield_radio li [type="radio"]:not(:checked) + label::-webkit-input-placeholder, .custom-donate #gform_wrapper_8 form .gform_body .top_label li#field_8_12 .ginput_container_radio ul.gfield_radio li [type="radio"]:checked + label::-webkit-input-placeholder,
                    .custom-donate #gform_wrapper_8 form .gform_body .top_label li#field_8_12 .ginput_container_radio ul.gfield_radio li [type="radio"]:not(:checked) + label::-webkit-input-placeholder {
                      color: #7ac142;
                      opacity: 1; }
                    .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li#field_8_12 .ginput_container_radio ul.gfield_radio li [type="radio"]:checked + label::-moz-placeholder,
                    .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li#field_8_12 .ginput_container_radio ul.gfield_radio li [type="radio"]:not(:checked) + label::-moz-placeholder, .custom-donate #gform_wrapper_8 form .gform_body .top_label li#field_8_12 .ginput_container_radio ul.gfield_radio li [type="radio"]:checked + label::-moz-placeholder,
                    .custom-donate #gform_wrapper_8 form .gform_body .top_label li#field_8_12 .ginput_container_radio ul.gfield_radio li [type="radio"]:not(:checked) + label::-moz-placeholder {
                      color: #7ac142;
                      opacity: 1; }
                    .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li#field_8_12 .ginput_container_radio ul.gfield_radio li [type="radio"]:checked + label:-ms-input-placeholder,
                    .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li#field_8_12 .ginput_container_radio ul.gfield_radio li [type="radio"]:not(:checked) + label:-ms-input-placeholder, .custom-donate #gform_wrapper_8 form .gform_body .top_label li#field_8_12 .ginput_container_radio ul.gfield_radio li [type="radio"]:checked + label:-ms-input-placeholder,
                    .custom-donate #gform_wrapper_8 form .gform_body .top_label li#field_8_12 .ginput_container_radio ul.gfield_radio li [type="radio"]:not(:checked) + label:-ms-input-placeholder {
                      color: #7ac142;
                      opacity: 1; }
                  .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li#field_8_12 .ginput_container_radio ul.gfield_radio li [type="radio"]:checked,
                  .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li#field_8_12 .ginput_container_radio ul.gfield_radio li [type="radio"]:not(:checked), .custom-donate #gform_wrapper_8 form .gform_body .top_label li#field_8_12 .ginput_container_radio ul.gfield_radio li [type="radio"]:checked,
                  .custom-donate #gform_wrapper_8 form .gform_body .top_label li#field_8_12 .ginput_container_radio ul.gfield_radio li [type="radio"]:not(:checked) {
                    position: absolute;
                    left: -9999px; }
                  .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li#field_8_12 .ginput_container_radio ul.gfield_radio li [type="radio"]:not(:checked) + label:after, .custom-donate #gform_wrapper_8 form .gform_body .top_label li#field_8_12 .ginput_container_radio ul.gfield_radio li [type="radio"]:not(:checked) + label:after {
                    opacity: 0;
                    -webkit-transform: scale(0);
                    transform: scale(0); }
        .custom-donate #gform_wrapper_8 form .gform_body .ginput_container_total {
          margin-bottom: 10px; }
          .custom-donate #gform_wrapper_8 form .gform_body .ginput_container_total .ginput_total {
            color: #fff;
            font-size: 0; }
      .custom-donate #gform_wrapper_8 form .gform_footer {
        padding: 0;
        margin: 0 !important; }
        .custom-donate #gform_wrapper_8 form .gform_footer input[type="submit"] {
          font-family: 'Montserrat', sans-serif;
          background: #80b51c;
          border-radius: 5px;
          border: none;
          color: #ffffff !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 #80b51c; }
          .custom-donate #gform_wrapper_8 form .gform_footer input[type="submit"]:hover, .custom-donate #gform_wrapper_8 form .gform_footer input[type="submit"]:focus, .custom-donate #gform_wrapper_8 form .gform_footer input[type="submit"]:active {
            background: #fff;
            color: #2f2d30 !important;
            text-decoration: none;
            transition: 0.4s;
            border: 1px solid #80b51c; }

/*Validation Error */
body.page-id-618 .gform_wrapper div.validation_error {
  border-top: 2px solid #de0a0a !important;
  color: #de0a0a !important;
  line-height: 1em;
  padding: 10px 0;
  text-align: center;
  border-bottom: 2px solid #de0a0a !important; }
body.page-id-618 li.gfield.gfield_error.gfield_contains_required div.gfield_description {
  padding: 0;
  text-align: center; }

body.page-id-618 .donate-custom .custom-donate .custom-box-form .gform_validation_error form .validation_error {
  border-top: 2px solid #de0a0a !important;
  color: #de0a0a !important;
  border-bottom: 2px solid #de0a0a !important; }

body.page-id-618 #gform_wrapper_8 .gform_body .gform_fields .gfield_error {
  border: 1px solid #de0a0a !important; }

body.page-id-618 #gform_wrapper_8 .gform_body .gform_fields .gfield_error .validation_message {
  color: #310101 !important; }

body .gform_wrapper .validation_error {
  border: 1px solid #f00000; }

/*Validation Error */
@media only screen and (max-width: 991px) {
  .custom-donate .custom-box-form {
    margin-top: 20px; } }
@media only screen and (max-width: 767px) {
  .custom-donate .custom-box-form {
    margin-top: 20px; } }
@media only screen and (max-width: 480px) {
  .custom-donate #gform_wrapper_8 {
    padding: 30px 15px; }

  .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li.gfield_price .ginput_container_radio .gfield_radio li [type="radio"]:checked + label, .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li.gfield_price .ginput_container_radio .gfield_radio li [type="radio"]:not(:checked) + label, .custom-donate #gform_wrapper_8 form .gform_body .top_label li.gfield_price .ginput_container_radio .gfield_radio li [type="radio"]:checked + label, .custom-donate #gform_wrapper_8 form .gform_body .top_label li.gfield_price .ginput_container_radio .gfield_radio li [type="radio"]:not(:checked) + label {
    padding: 0 !important; }

  .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li#field_8_8 .ginput_container_radio ul.gfield_radio li, .custom-donate #gform_wrapper_8 form .gform_body .top_label li#field_8_8 .ginput_container_radio ul.gfield_radio li {
    width: 100%; }
    .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields li#field_8_8 .ginput_container_radio ul.gfield_radio li label, .custom-donate #gform_wrapper_8 form .gform_body .top_label li#field_8_8 .ginput_container_radio ul.gfield_radio li label {
      margin: 0 auto !important; }

  .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_left, .custom-donate #gform_wrapper_8 form .gform_body .top_label .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_left {
    width: 100%; }

  .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_right, .custom-donate #gform_wrapper_8 form .gform_body .top_label .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_right {
    width: 100%; }

  .custom-donate #gform_wrapper_8 form .gform_body ul.gform_fields .ginput_container_creditcard span.ginput_full:last-child::before, .custom-donate #gform_wrapper_8 form .gform_body .top_label .ginput_container_creditcard span.ginput_full:last-child::before {
    top: 17px; }

  .custom-donate div[id*="gform_wrapper_"] form .gform_body ul.gform_fields li.gfield_price .ginput_container_radio .gfield_radio li,
  .custom-donate div[id*="gform_wrapper_"] form .gform_body .top_label li.gfield_price .ginput_container_radio .gfield_radio li {
    width: 50%; }

  .custom-donate div[id*="gform_wrapper_"] form .gform_body ul.gform_fields .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_left select,
  .custom-donate div[id*="gform_wrapper_"] form .gform_body .top_label .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_left select {
    width: 90% !important; } }
.tribe-community-events .events-community-post-content > input, .tribe-community-events .events-community-post-title > input {
  font-size: 16px !important; }

.tribe-community-events-list td {
  font-size: 18px !important; }

.tribe-community-events-list th {
  font-size: 16px !important;
  padding: 10px; }

.table-menu ul li {
  font-size: 16px !important; }
  .table-menu ul li label {
    font-size: 16px !important; }

/*START Events---------------------------*/
/*END Events------------------------------------------*/
/*START Sign Up--------------------------------------------------*/
footer.footer h3 {
  font-family: 'Montserrat', sans-serif;
  color: #434342;
  margin-top: 0 !important;
  font-size: 22px;
  font-weight: 400;
  text-align: left; }
footer.footer .gform_title {
  display: none; }
footer.footer .gform_wrapper {
  display: inline-block;
  margin: 0;
  width: 100%; }
  footer.footer .gform_wrapper .gform-container {
    display: flex !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    flex-direction: row;
    justify-content: end;
    align-items: center; }
  footer.footer .gform_wrapper .gform_body {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    border-radius: 5px; }
    footer.footer .gform_wrapper .gform_body ul.gform_fields {
      padding-left: 0;
      margin: 0; }
      footer.footer .gform_wrapper .gform_body ul.gform_fields li.gfield {
        list-style-type: none !important;
        padding: 0 !important;
        margin-top: 0 !important; }
        footer.footer .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container {
          margin: 0 !important; }
          footer.footer .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input {
            background: #fff;
            border-radius: 5px;
            border: 1px solid #495b7e;
            color: #000000;
            font-size: 1rem;
            height: 40px;
            margin: 0 0 10px !important;
            padding: 0 15px !important;
            width: 100%; }
            footer.footer .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input::-webkit-input-placeholder {
              /* Chrome/Opera/Safari */
              color: #bdbdbd;
              opacity: 1; }
            footer.footer .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input::-moz-placeholder {
              /* Firefox 19+ */
              color: #bdbdbd;
              opacity: 1; }
            footer.footer .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input:-ms-input-placeholder {
              /* IE 10+ */
              color: #bdbdbd;
              opacity: 1; }
            footer.footer .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input:-moz-placeholder {
              /* Firefox 18- */
              color: #bdbdbd;
              opacity: 1; }
        footer.footer .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container_checkbox ul.gfield_checkbox li {
          font-size: 0;
          margin: 0; }
          footer.footer .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container_checkbox ul.gfield_checkbox li input {
            height: auto !important;
            margin: 0 8px 0 5px !important; }
          footer.footer .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container_checkbox ul.gfield_checkbox li label {
            font-size: 14px !important;
            font-weight: 400; }
  footer.footer .gform_wrapper .gform_footer {
    border-radius: 0;
    display: block;
    margin: 0;
    padding: 0;
    text-align: left;
    width: 100%; }
    footer.footer .gform_wrapper .gform_footer .gform_button {
      font-family: 'Montserrat', sans-serif;
      background: #7ac142;
      border-radius: 5px;
      border: none;
      color: #fff;
      font-size: 16px;
      font-weight: 700;
      padding: 10px 30px;
      height: auto;
      text-align: left;
      text-indent: 0px;
      text-transform: uppercase;
      transition: all 0.4s ease;
      width: auto; }
      footer.footer .gform_wrapper .gform_footer .gform_button:hover {
        background: black; }
  footer.footer .gform_wrapper .gfield_description {
    display: none; }
footer.footer form[name="pShoppingCartFormBean"] {
  width: 80%; }
  footer.footer form[name="pShoppingCartFormBean"] .subscriber-form input[type="text"] {
    width: 40%;
    height: 48px;
    border: none;
    padding-left: 5px; }

@media only screen and (max-width: 991px) {
  .sign-up-widget h2 {
    text-align-last: center;
    margin-bottom: 50px; } }
@media only screen and (max-width: 767px) {
  .sign-up-section h3 {
    margin: 0 0 20px;
    text-align: center; }
  .sign-up-section .gform_wrapper {
    width: 100%;
    display: block; }
    .sign-up-section .gform_wrapper .gform_body {
      width: 100%;
      display: block;
      margin-bottom: 5px;
      text-align: center; }
    .sign-up-section .gform_wrapper .gform_footer {
      width: 100%;
      margin: 0 !important;
      display: block; }

  .col-align-vertical {
    flex-direction: column; }

  .sign-up-section .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input {
    width: 75%; }
  .sign-up-section .gform_wrapper .gform_footer {
    text-align: center; }
    .sign-up-section .gform_wrapper .gform_footer .gform_button {
      width: 75%; } }
@media only screen and (max-width: 480px) {
  footer.footer .gform_wrapper .gform_footer {
    display: block !important;
    margin-left: 0 !important;
    width: 100% !important; }

  footer.footer .gform_wrapper .gform_body {
    width: 100%; } }
/*END Sign Up------------------------------------------*/
/*custom Donate FORM*/
#gform_wrapper_10 {
  background: transparent;
  padding: 0;
  border-radius: 0;
  margin: 0 !important;
  display: block !important;
  text-align: left;
  /*Validation Error */
  /* .gform_wrapper{
     div.validation_error{
       border-top: 2px solid $red;
       color: #fff;
       line-height: 1em;
       padding: 10px 0;
       text-align: center;
       border-bottom: 2px solid $red;
     }
     li.gfield.gfield_error.gfield_contains_required div.gfield_description{
       padding: 0;
       text-align: center;
     }
   }*/
  /*Validation Error */ }
  #gform_wrapper_10 form {
    margin: 0 !important;
    padding: 0;
    /*start Body Form*/ }
    #gform_wrapper_10 form .gform_heading {
      display: none; }
      #gform_wrapper_10 form .gform_heading .gform_title {
        display: none; }
    #gform_wrapper_10 form div.validation_error {
      padding: 5px !important;
      margin-bottom: 0 !important; }
    #gform_wrapper_10 form .gform_body {
      display: block;
      vertical-align: top; }
      #gform_wrapper_10 form .gform_body ul.gform_fields, #gform_wrapper_10 form .gform_body .top_label {
        padding: 0;
        margin: 0;
        /*gfield is a GLOBAL class*/
        /* end gfield is a GLOBAL class*/
        /*RADIO Button circular style*/
        /* End RADIO Button circular style */
        /* Product PRICE */
        /* End Product PRICE*/
        /*Checkbox give in honor*/
        /*Checkbox give in honor*/
        /*conditional field in honor to*/
        /*conditional field in honor to*/
        /*MODAL*/
        /*Gfield HTML*/
        /*Gfield HTML*/
        /*Input Fied TEXT*/
        /*Input Fied TEXT*/
        /*WARNING MESSAGE*/
        /*WARNING MESSAGE*/
        /*Credit Card Fields*/
        /* END Credit Card Fields*/ }
        #gform_wrapper_10 form .gform_body ul.gform_fields li.gfield, #gform_wrapper_10 form .gform_body .top_label li.gfield {
          display: block;
          margin: 0;
          padding: 0;
          vertical-align: middle; }
          #gform_wrapper_10 form .gform_body ul.gform_fields li.gfield label.gfield_label, #gform_wrapper_10 form .gform_body .top_label li.gfield label.gfield_label {
            display: none; }
          #gform_wrapper_10 form .gform_body ul.gform_fields li.gfield .ginput_container, #gform_wrapper_10 form .gform_body .top_label li.gfield .ginput_container {
            margin-top: 0;
            /*Input Fied TEXT*/ }
            #gform_wrapper_10 form .gform_body ul.gform_fields li.gfield .ginput_container input, #gform_wrapper_10 form .gform_body ul.gform_fields li.gfield .ginput_container select, #gform_wrapper_10 form .gform_body .top_label li.gfield .ginput_container input, #gform_wrapper_10 form .gform_body .top_label li.gfield .ginput_container select {
              font-family: 'Montserrat', sans-serif;
              background-color: transparent !important;
              border-radius: 7px;
              border: 1px solid #e0dbdf !important;
              box-shadow: none;
              color: #d5d5d7;
              font-size: 20px !important;
              font-weight: 400;
              padding: 10px 10px !important;
              height: 50px;
              margin-bottom: 15px;
              position: relative;
              text-transform: none;
              width: 100%;
              /* firefox 19+ */
              /* ie */ }
              #gform_wrapper_10 form .gform_body ul.gform_fields li.gfield .ginput_container input::-webkit-input-placeholder, #gform_wrapper_10 form .gform_body ul.gform_fields li.gfield .ginput_container select::-webkit-input-placeholder, #gform_wrapper_10 form .gform_body .top_label li.gfield .ginput_container input::-webkit-input-placeholder, #gform_wrapper_10 form .gform_body .top_label li.gfield .ginput_container select::-webkit-input-placeholder {
                color: #d5d5d7;
                opacity: 1; }
              #gform_wrapper_10 form .gform_body ul.gform_fields li.gfield .ginput_container input::-moz-placeholder, #gform_wrapper_10 form .gform_body ul.gform_fields li.gfield .ginput_container select::-moz-placeholder, #gform_wrapper_10 form .gform_body .top_label li.gfield .ginput_container input::-moz-placeholder, #gform_wrapper_10 form .gform_body .top_label li.gfield .ginput_container select::-moz-placeholder {
                color: #d5d5d7;
                opacity: 1; }
              #gform_wrapper_10 form .gform_body ul.gform_fields li.gfield .ginput_container input:-ms-input-placeholder, #gform_wrapper_10 form .gform_body ul.gform_fields li.gfield .ginput_container select:-ms-input-placeholder, #gform_wrapper_10 form .gform_body .top_label li.gfield .ginput_container input:-ms-input-placeholder, #gform_wrapper_10 form .gform_body .top_label li.gfield .ginput_container select:-ms-input-placeholder {
                color: #d5d5d7;
                opacity: 1; }
              #gform_wrapper_10 form .gform_body ul.gform_fields li.gfield .ginput_container input::before, #gform_wrapper_10 form .gform_body ul.gform_fields li.gfield .ginput_container select::before, #gform_wrapper_10 form .gform_body .top_label li.gfield .ginput_container input::before, #gform_wrapper_10 form .gform_body .top_label li.gfield .ginput_container select::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_10 form .gform_body ul.gform_fields li.gfield .ginput_container input:focus, #gform_wrapper_10 form .gform_body ul.gform_fields li.gfield .ginput_container input:active, #gform_wrapper_10 form .gform_body ul.gform_fields li.gfield .ginput_container select:focus, #gform_wrapper_10 form .gform_body ul.gform_fields li.gfield .ginput_container select:active, #gform_wrapper_10 form .gform_body .top_label li.gfield .ginput_container input:focus, #gform_wrapper_10 form .gform_body .top_label li.gfield .ginput_container input:active, #gform_wrapper_10 form .gform_body .top_label li.gfield .ginput_container select:focus, #gform_wrapper_10 form .gform_body .top_label li.gfield .ginput_container select:active {
                outline: none;
                box-shadow: 0px 0px 7px 0px #dbbedc; }
            #gform_wrapper_10 form .gform_body ul.gform_fields li.gfield .ginput_container select option, #gform_wrapper_10 form .gform_body .top_label li.gfield .ginput_container select option {
              color: #000; }
            #gform_wrapper_10 form .gform_body ul.gform_fields li.gfield .ginput_container label, #gform_wrapper_10 form .gform_body .top_label li.gfield .ginput_container label {
              display: none; }
          #gform_wrapper_10 form .gform_body ul.gform_fields li.gfield.show-icons .ginput_container, #gform_wrapper_10 form .gform_body .top_label li.gfield.show-icons .ginput_container {
            position: relative; }
            #gform_wrapper_10 form .gform_body ul.gform_fields li.gfield.show-icons .ginput_container input, #gform_wrapper_10 form .gform_body .top_label li.gfield.show-icons .ginput_container input {
              padding: 10px 10px 10px 40px !important; }
            #gform_wrapper_10 form .gform_body ul.gform_fields li.gfield.show-icons .ginput_container::before, #gform_wrapper_10 form .gform_body .top_label li.gfield.show-icons .ginput_container::before {
              box-sizing: border-box;
              font: normal normal normal 14px/1 FontAwesome;
              font-size: inherit;
              text-rendering: auto;
              color: #000000;
              font-size: 20px;
              left: 15px;
              position: absolute;
              bottom: 16px; }
          #gform_wrapper_10 form .gform_body ul.gform_fields li.gfield.show-icons .ginput_container_email::before, #gform_wrapper_10 form .gform_body .top_label li.gfield.show-icons .ginput_container_email::before {
            content: "\f003"; }
          #gform_wrapper_10 form .gform_body ul.gform_fields li.gfield.gfield_error input, #gform_wrapper_10 form .gform_body .top_label li.gfield.gfield_error input {
            margin-bottom: 0 !important; }
        #gform_wrapper_10 form .gform_body ul.gform_fields li#field_10_1, #gform_wrapper_10 form .gform_body .top_label li#field_10_1 {
          position: absolute;
          top: -65px;
          width: 100%; }
        #gform_wrapper_10 form .gform_body ul.gform_fields .ginput_container_radio, #gform_wrapper_10 form .gform_body .top_label .ginput_container_radio {
          display: block !important; }
          #gform_wrapper_10 form .gform_body ul.gform_fields .ginput_container_radio .gfield_radio, #gform_wrapper_10 form .gform_body .top_label .ginput_container_radio .gfield_radio {
            /*Flex*/
            display: flex;
            flex-flow: row wrap;
            justify-content: space-around;
            align-items: center;
            align-content: space-between;
            width: auto !important;
            padding: 0;
            margin: 0;
            border: 1px solid #4d2d93;
            border-radius: 4px; }
            #gform_wrapper_10 form .gform_body ul.gform_fields .ginput_container_radio .gfield_radio li, #gform_wrapper_10 form .gform_body .top_label .ginput_container_radio .gfield_radio li {
              text-align: center;
              list-style-type: none;
              margin: 0;
              width: 50%;
              overflow: visible; }
              #gform_wrapper_10 form .gform_body ul.gform_fields .ginput_container_radio .gfield_radio li input, #gform_wrapper_10 form .gform_body .top_label .ginput_container_radio .gfield_radio li input {
                left: 0;
                margin: 0;
                padding: 0;
                position: absolute;
                top: 0;
                visibility: hidden; }
              #gform_wrapper_10 form .gform_body ul.gform_fields .ginput_container_radio .gfield_radio li input:checked + label, #gform_wrapper_10 form .gform_body .top_label .ginput_container_radio .gfield_radio li input:checked + label {
                color: #fff !important;
                background: #4d2d93; }
              #gform_wrapper_10 form .gform_body ul.gform_fields .ginput_container_radio .gfield_radio li [type="radio"]:checked + label,
              #gform_wrapper_10 form .gform_body ul.gform_fields .ginput_container_radio .gfield_radio li [type="radio"]:not(:checked) + label, #gform_wrapper_10 form .gform_body .top_label .ginput_container_radio .gfield_radio li [type="radio"]:checked + label,
              #gform_wrapper_10 form .gform_body .top_label .ginput_container_radio .gfield_radio li [type="radio"]:not(:checked) + label {
                font-family: 'Open Sans', sans-serif;
                color: #4d2d93;
                cursor: pointer;
                display: inline-block !important;
                font-size: 16px;
                font-weight: 700;
                line-height: 1em;
                margin: 0 auto;
                max-width: 100%;
                padding: 10px !important;
                position: relative;
                vertical-align: top;
                width: 100%;
                z-index: 1; }
                #gform_wrapper_10 form .gform_body ul.gform_fields .ginput_container_radio .gfield_radio li [type="radio"]:checked + label::after,
                #gform_wrapper_10 form .gform_body ul.gform_fields .ginput_container_radio .gfield_radio li [type="radio"]:not(:checked) + label::after, #gform_wrapper_10 form .gform_body .top_label .ginput_container_radio .gfield_radio li [type="radio"]:checked + label::after,
                #gform_wrapper_10 form .gform_body .top_label .ginput_container_radio .gfield_radio li [type="radio"]:not(:checked) + label::after {
                  content: "";
                  -webkit-transition: all 0.2s ease;
                  transition: all 0.2s ease;
                  z-index: -1; }
              #gform_wrapper_10 form .gform_body ul.gform_fields .ginput_container_radio .gfield_radio li [type="radio"]:checked,
              #gform_wrapper_10 form .gform_body ul.gform_fields .ginput_container_radio .gfield_radio li [type="radio"]:not(:checked), #gform_wrapper_10 form .gform_body .top_label .ginput_container_radio .gfield_radio li [type="radio"]:checked,
              #gform_wrapper_10 form .gform_body .top_label .ginput_container_radio .gfield_radio li [type="radio"]:not(:checked) {
                position: absolute;
                left: -9999px; }
              #gform_wrapper_10 form .gform_body ul.gform_fields .ginput_container_radio .gfield_radio li [type="radio"]:not(:checked) + label:after, #gform_wrapper_10 form .gform_body .top_label .ginput_container_radio .gfield_radio li [type="radio"]:not(:checked) + label:after {
                opacity: 0;
                -webkit-transform: scale(0);
                transform: scale(0); }
        #gform_wrapper_10 form .gform_body ul.gform_fields li.gfield_price, #gform_wrapper_10 form .gform_body .top_label li.gfield_price {
          /*Other field, User define price*/ }
          #gform_wrapper_10 form .gform_body ul.gform_fields li.gfield_price#field_10_3 label, #gform_wrapper_10 form .gform_body .top_label li.gfield_price#field_10_3 label {
            font-family: 'Open Sans', sans-serif;
            background-color: #f4eff3;
            border: 1px solid #e0dbdf;
            border-radius: 8px 8px 0 0;
            color: #4d2d93;
            display: block;
            font-size: 16px;
            line-height: 1em;
            margin-bottom: 20px;
            padding: 20px 35px;
            text-align: center;
            cursor: auto; }
          #gform_wrapper_10 form .gform_body ul.gform_fields li.gfield_price .ginput_container_product_price, #gform_wrapper_10 form .gform_body .top_label li.gfield_price .ginput_container_product_price {
            color: #ea3687;
            font-size: 20px;
            height: 48px;
            margin: 0 auto;
            position: relative;
            transition: 0.4s;
            width: 90%; }
            #gform_wrapper_10 form .gform_body ul.gform_fields li.gfield_price .ginput_container_product_price::before, #gform_wrapper_10 form .gform_body .top_label li.gfield_price .ginput_container_product_price::before {
              content: "\f155";
              box-sizing: border-box;
              font: normal normal normal 14px/1 FontAwesome;
              font-size: inherit;
              color: #4d2d93 !important;
              text-rendering: auto;
              left: 25px !important;
              top: 15px !important; }
            #gform_wrapper_10 form .gform_body ul.gform_fields li.gfield_price .ginput_container_product_price::after, #gform_wrapper_10 form .gform_body .top_label li.gfield_price .ginput_container_product_price::after {
              content: "USD";
              font-family: 'Open Sans', sans-serif;
              color: #4d2d93;
              font-size: 22px;
              line-height: 1em;
              position: absolute;
              right: 15px;
              text-transform: uppercase;
              top: 13px; }
            #gform_wrapper_10 form .gform_body ul.gform_fields li.gfield_price .ginput_container_product_price .ginput_amount, #gform_wrapper_10 form .gform_body .top_label li.gfield_price .ginput_container_product_price .ginput_amount {
              padding: 12px 10px 14px 40px !important;
              width: 100%;
              font-weight: 500;
              color: #ea3687;
              margin: 0 auto;
              /* firefox 19+ */
              /* ie */ }
              #gform_wrapper_10 form .gform_body ul.gform_fields li.gfield_price .ginput_container_product_price .ginput_amount::-webkit-input-placeholder, #gform_wrapper_10 form .gform_body .top_label li.gfield_price .ginput_container_product_price .ginput_amount::-webkit-input-placeholder {
                color: #ea3687;
                opacity: 1; }
              #gform_wrapper_10 form .gform_body ul.gform_fields li.gfield_price .ginput_container_product_price .ginput_amount::-moz-placeholder, #gform_wrapper_10 form .gform_body .top_label li.gfield_price .ginput_container_product_price .ginput_amount::-moz-placeholder {
                color: #ea3687;
                opacity: 1; }
              #gform_wrapper_10 form .gform_body ul.gform_fields li.gfield_price .ginput_container_product_price .ginput_amount:-ms-input-placeholder, #gform_wrapper_10 form .gform_body .top_label li.gfield_price .ginput_container_product_price .ginput_amount:-ms-input-placeholder {
                color: #ea3687;
                opacity: 1; }
              #gform_wrapper_10 form .gform_body ul.gform_fields li.gfield_price .ginput_container_product_price .ginput_amount:focus, #gform_wrapper_10 form .gform_body ul.gform_fields li.gfield_price .ginput_container_product_price .ginput_amount:active, #gform_wrapper_10 form .gform_body .top_label li.gfield_price .ginput_container_product_price .ginput_amount:focus, #gform_wrapper_10 form .gform_body .top_label li.gfield_price .ginput_container_product_price .ginput_amount:active {
                box-shadow: inherit !important; }
        #gform_wrapper_10 form .gform_body ul.gform_fields li#field_10_4 .ginput_container_checkbox ul.gfield_checkbox, #gform_wrapper_10 form .gform_body .top_label li#field_10_4 .ginput_container_checkbox ul.gfield_checkbox {
          margin: 20px auto 0;
          width: 90%; }
          #gform_wrapper_10 form .gform_body ul.gform_fields li#field_10_4 .ginput_container_checkbox ul.gfield_checkbox li, #gform_wrapper_10 form .gform_body .top_label li#field_10_4 .ginput_container_checkbox ul.gfield_checkbox li {
            overflow: visible;
            line-height: 1em;
            /* checkbox aspect */
            /* checked mark aspect changes */
            /* checked mark aspect */
            /* checked mark aspect changes */ }
            #gform_wrapper_10 form .gform_body ul.gform_fields li#field_10_4 .ginput_container_checkbox ul.gfield_checkbox li input, #gform_wrapper_10 form .gform_body .top_label li#field_10_4 .ginput_container_checkbox ul.gfield_checkbox li input {
              height: auto;
              left: 0;
              margin: 0;
              padding: 0;
              position: absolute;
              top: 0;
              visibility: hidden; }
            #gform_wrapper_10 form .gform_body ul.gform_fields li#field_10_4 .ginput_container_checkbox ul.gfield_checkbox li label, #gform_wrapper_10 form .gform_body .top_label li#field_10_4 .ginput_container_checkbox ul.gfield_checkbox li label {
              font-family: Helvetica, Arial, sans-serif;
              color: #4d2d93;
              display: inline-block;
              font-size: 16px;
              font-weight: 400;
              line-height: 1em;
              padding: 2px; }
            #gform_wrapper_10 form .gform_body ul.gform_fields li#field_10_4 .ginput_container_checkbox ul.gfield_checkbox li [type="checkbox"]:not(:checked),
            #gform_wrapper_10 form .gform_body ul.gform_fields li#field_10_4 .ginput_container_checkbox ul.gfield_checkbox li [type="checkbox"]:checked, #gform_wrapper_10 form .gform_body .top_label li#field_10_4 .ginput_container_checkbox ul.gfield_checkbox li [type="checkbox"]:not(:checked),
            #gform_wrapper_10 form .gform_body .top_label li#field_10_4 .ginput_container_checkbox ul.gfield_checkbox li [type="checkbox"]:checked {
              position: absolute;
              left: -9999px; }
            #gform_wrapper_10 form .gform_body ul.gform_fields li#field_10_4 .ginput_container_checkbox ul.gfield_checkbox li [type="checkbox"]:not(:checked) + label,
            #gform_wrapper_10 form .gform_body ul.gform_fields li#field_10_4 .ginput_container_checkbox ul.gfield_checkbox li [type="checkbox"]:checked + label, #gform_wrapper_10 form .gform_body .top_label li#field_10_4 .ginput_container_checkbox ul.gfield_checkbox li [type="checkbox"]:not(:checked) + label,
            #gform_wrapper_10 form .gform_body .top_label li#field_10_4 .ginput_container_checkbox ul.gfield_checkbox li [type="checkbox"]:checked + label {
              position: relative;
              padding-left: 20px;
              cursor: pointer; }
            #gform_wrapper_10 form .gform_body ul.gform_fields li#field_10_4 .ginput_container_checkbox ul.gfield_checkbox li [type="checkbox"]:not(:checked) + label:before,
            #gform_wrapper_10 form .gform_body ul.gform_fields li#field_10_4 .ginput_container_checkbox ul.gfield_checkbox li [type="checkbox"]:checked + label:before, #gform_wrapper_10 form .gform_body .top_label li#field_10_4 .ginput_container_checkbox ul.gfield_checkbox li [type="checkbox"]:not(:checked) + label:before,
            #gform_wrapper_10 form .gform_body .top_label li#field_10_4 .ginput_container_checkbox ul.gfield_checkbox li [type="checkbox"]:checked + label:before {
              content: '';
              background: transparent;
              border-top: 7px solid transparent;
              border-left: 7px solid #4d2d93;
              border-bottom: 7px solid transparent;
              height: 0em;
              left: 0;
              position: absolute;
              top: 2px;
              width: 10px; }
            #gform_wrapper_10 form .gform_body ul.gform_fields li#field_10_4 .ginput_container_checkbox ul.gfield_checkbox li [type="checkbox"]:not(:checked) + label:after, #gform_wrapper_10 form .gform_body .top_label li#field_10_4 .ginput_container_checkbox ul.gfield_checkbox li [type="checkbox"]:not(:checked) + label:after {
              opacity: 0;
              transition: opacity 0.4s;
              transform: scale(1); }
            #gform_wrapper_10 form .gform_body ul.gform_fields li#field_10_4 .ginput_container_checkbox ul.gfield_checkbox li [type="checkbox"]:checked + label:after, #gform_wrapper_10 form .gform_body .top_label li#field_10_4 .ginput_container_checkbox ul.gfield_checkbox li [type="checkbox"]:checked + label:after {
              opacity: 1;
              transition: opacity 0.4s;
              transform: scale(1); }
            #gform_wrapper_10 form .gform_body ul.gform_fields li#field_10_4 .ginput_container_checkbox ul.gfield_checkbox li [type="checkbox"]:not(:checked) + label:after,
            #gform_wrapper_10 form .gform_body ul.gform_fields li#field_10_4 .ginput_container_checkbox ul.gfield_checkbox li [type="checkbox"]:checked + label:after, #gform_wrapper_10 form .gform_body .top_label li#field_10_4 .ginput_container_checkbox ul.gfield_checkbox li [type="checkbox"]:not(:checked) + label:after,
            #gform_wrapper_10 form .gform_body .top_label li#field_10_4 .ginput_container_checkbox ul.gfield_checkbox li [type="checkbox"]:checked + label:after {
              content: '';
              background: transparent;
              border-right: 7px solid transparent;
              border-top: 7px solid #4d2d93;
              border-left: 7px solid transparent;
              height: 0em;
              left: 0;
              position: absolute;
              top: 5px;
              width: 10px; }
            #gform_wrapper_10 form .gform_body ul.gform_fields li#field_10_4 .ginput_container_checkbox ul.gfield_checkbox li [type="checkbox"]:not(:checked) + label:before, #gform_wrapper_10 form .gform_body .top_label li#field_10_4 .ginput_container_checkbox ul.gfield_checkbox li [type="checkbox"]:not(:checked) + label:before {
              opacity: 1;
              transition: opacity 0.4s;
              transform: scale(1); }
            #gform_wrapper_10 form .gform_body ul.gform_fields li#field_10_4 .ginput_container_checkbox ul.gfield_checkbox li [type="checkbox"]:checked + label:before, #gform_wrapper_10 form .gform_body .top_label li#field_10_4 .ginput_container_checkbox ul.gfield_checkbox li [type="checkbox"]:checked + label:before {
              opacity: 0;
              transition: opacity 0.4s;
              transform: scale(1); }
        #gform_wrapper_10 form .gform_body ul.gform_fields li#field_10_5, #gform_wrapper_10 form .gform_body .top_label li#field_10_5 {
          display: none;
          margin-left: 19px !important;
          width: 90%; }
          #gform_wrapper_10 form .gform_body ul.gform_fields li#field_10_5 label, #gform_wrapper_10 form .gform_body .top_label li#field_10_5 label {
            display: block;
            color: #000000; }
          #gform_wrapper_10 form .gform_body ul.gform_fields li#field_10_5 input, #gform_wrapper_10 form .gform_body .top_label li#field_10_5 input {
            padding: 12px 10px 14px !important; }
        #gform_wrapper_10 form .gform_body ul.gform_fields li.gfield_html#field_10, #gform_wrapper_10 form .gform_body .top_label li.gfield_html#field_10 {
          display: inline-block;
          margin-left: 19px !important;
          width: 90%; }
        #gform_wrapper_10 form .gform_body ul.gform_fields li.gfield_html a.btn-donate-popup, #gform_wrapper_10 form .gform_body .top_label li.gfield_html a.btn-donate-popup {
          font-family: 'Montserrat', sans-serif;
          background: #000000;
          border-radius: 7px;
          border: none;
          color: #fff !important;
          display: block;
          font-size: 16px;
          font-weight: 500;
          line-height: 1em;
          margin: 15px auto;
          max-width: 100%;
          padding: 16px 20px !important;
          position: relative;
          text-align: center;
          text-decoration: none !important;
          text-transform: uppercase;
          transition: 0.4s;
          cursor: pointer; }
        #gform_wrapper_10 form .gform_body ul.gform_fields #myModal .content-modal, #gform_wrapper_10 form .gform_body .top_label #myModal .content-modal {
          background-color: #fcfcfc;
          border: 2px solid #c8c8c8;
          border-radius: 8px;
          margin: 0 auto;
          max-height: 90%;
          max-width: 90%;
          overflow-x: hidden;
          padding: 15px 30px 25px !important;
          position: relative;
          top: 10%;
          width: 480px;
          z-index: 9999; }
          #gform_wrapper_10 form .gform_body ul.gform_fields #myModal .content-modal li#field_10_7, #gform_wrapper_10 form .gform_body .top_label #myModal .content-modal li#field_10_7 {
            text-align: center; }
            #gform_wrapper_10 form .gform_body ul.gform_fields #myModal .content-modal li#field_10_7 img, #gform_wrapper_10 form .gform_body .top_label #myModal .content-modal li#field_10_7 img {
              width: 280px;
              margin: 0 auto; }
            #gform_wrapper_10 form .gform_body ul.gform_fields #myModal .content-modal li#field_10_7 hr.solid, #gform_wrapper_10 form .gform_body .top_label #myModal .content-modal li#field_10_7 hr.solid {
              border-color: #c8c8c8 !important;
              left: -10%;
              margin: 20px auto 30px;
              position: relative;
              width: 120%; }
          #gform_wrapper_10 form .gform_body ul.gform_fields #myModal .content-modal li.gfield.icon-person .ginput_container_text, #gform_wrapper_10 form .gform_body .top_label #myModal .content-modal li.gfield.icon-person .ginput_container_text {
            position: relative; }
            #gform_wrapper_10 form .gform_body ul.gform_fields #myModal .content-modal li.gfield.icon-person .ginput_container_text::before, #gform_wrapper_10 form .gform_body .top_label #myModal .content-modal li.gfield.icon-person .ginput_container_text::before {
              content: "\f2c0";
              box-sizing: border-box;
              font: normal normal normal 14px/1 FontAwesome;
              font-size: inherit;
              text-rendering: auto;
              color: #000000;
              font-size: 20px;
              left: 15px;
              position: absolute;
              bottom: 16px; }
          #gform_wrapper_10 form .gform_body ul.gform_fields #myModal .content-modal li.gfield div.has_street span.address_line_1, #gform_wrapper_10 form .gform_body .top_label #myModal .content-modal li.gfield div.has_street span.address_line_1 {
            position: relative; }
            #gform_wrapper_10 form .gform_body ul.gform_fields #myModal .content-modal li.gfield div.has_street span.address_line_1::before, #gform_wrapper_10 form .gform_body .top_label #myModal .content-modal li.gfield div.has_street span.address_line_1::before {
              content: "\f041";
              box-sizing: border-box;
              font: normal normal normal 14px/1 FontAwesome;
              font-size: inherit;
              text-rendering: auto;
              color: #000000;
              font-size: 20px;
              position: absolute;
              left: 18px;
              top: 16px; }
          #gform_wrapper_10 form .gform_body ul.gform_fields #myModal .content-modal li.gfield div.has_zip span.address_city input, #gform_wrapper_10 form .gform_body ul.gform_fields #myModal .content-modal li.gfield div.has_zip span.address_zip input, #gform_wrapper_10 form .gform_body ul.gform_fields #myModal .content-modal li.gfield div.has_country span.address_city input, #gform_wrapper_10 form .gform_body ul.gform_fields #myModal .content-modal li.gfield div.has_country span.address_zip input, #gform_wrapper_10 form .gform_body .top_label #myModal .content-modal li.gfield div.has_zip span.address_city input, #gform_wrapper_10 form .gform_body .top_label #myModal .content-modal li.gfield div.has_zip span.address_zip input, #gform_wrapper_10 form .gform_body .top_label #myModal .content-modal li.gfield div.has_country span.address_city input, #gform_wrapper_10 form .gform_body .top_label #myModal .content-modal li.gfield div.has_country span.address_zip input {
            padding: 10px !important; }
          #gform_wrapper_10 form .gform_body ul.gform_fields #myModal .content-modal li.gfield span.address_country, #gform_wrapper_10 form .gform_body .top_label #myModal .content-modal li.gfield span.address_country {
            width: 100%;
            margin: 0 !important;
            padding: 0 !important; }
        #gform_wrapper_10 form .gform_body ul.gform_fields li.gfield_html, #gform_wrapper_10 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: 0; }
          #gform_wrapper_10 form .gform_body ul.gform_fields li.gfield_html h3, #gform_wrapper_10 form .gform_body .top_label li.gfield_html h3 {
            font-family: 'Open Sans', sans-serif;
            color: #fff;
            display: block;
            font-size: 24px;
            font-weight: 400;
            line-height: 1em;
            margin-bottom: 10px;
            margin-top: 0; }
            #gform_wrapper_10 form .gform_body ul.gform_fields li.gfield_html h3 span, #gform_wrapper_10 form .gform_body .top_label li.gfield_html h3 span {
              display: inline-block;
              font-weight: 600;
              color: #fff; }
          #gform_wrapper_10 form .gform_body ul.gform_fields li.gfield_html p, #gform_wrapper_10 form .gform_body .top_label li.gfield_html p {
            font-family: 'Montserrat', sans-serif;
            color: #fff;
            font-size: 16px;
            line-height: 1.4em; }
            #gform_wrapper_10 form .gform_body ul.gform_fields li.gfield_html p a, #gform_wrapper_10 form .gform_body .top_label li.gfield_html p a {
              color: #fff !important; }
          #gform_wrapper_10 form .gform_body ul.gform_fields li.gfield_html ul.list, #gform_wrapper_10 form .gform_body .top_label li.gfield_html ul.list {
            padding: 0 !important;
            margin: 0 !important;
            list-style-type: none !important; }
            #gform_wrapper_10 form .gform_body ul.gform_fields li.gfield_html ul.list li, #gform_wrapper_10 form .gform_body .top_label li.gfield_html ul.list li {
              font-family: 'Montserrat', sans-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_10 form .gform_body ul.gform_fields li.gfield_html ul.list li::before, #gform_wrapper_10 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_10 form .gform_body ul.gform_fields li.gfield_html ul.list li p, #gform_wrapper_10 form .gform_body .top_label li.gfield_html ul.list li p {
                font-family: 'Montserrat', sans-serif;
                font-size: 16px;
                font-weight: 400;
                line-height: 1.4em;
                color: #fff; }
                #gform_wrapper_10 form .gform_body ul.gform_fields li.gfield_html ul.list li p strong, #gform_wrapper_10 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_10 form .gform_body ul.gform_fields .gfield_creditcard_warning, #gform_wrapper_10 form .gform_body .top_label .gfield_creditcard_warning {
          color: #fff;
          width: auto !important;
          margin-top: 0 !important; }
          #gform_wrapper_10 form .gform_body ul.gform_fields .gfield_creditcard_warning .gfield_creditcard_warning_message, #gform_wrapper_10 form .gform_body .top_label .gfield_creditcard_warning .gfield_creditcard_warning_message {
            margin-bottom: 10px; }
          #gform_wrapper_10 form .gform_body ul.gform_fields .gfield_creditcard_warning .ginput_container_creditcard .gform_card_icon_container, #gform_wrapper_10 form .gform_body .top_label .gfield_creditcard_warning .ginput_container_creditcard .gform_card_icon_container {
            display: none; }
        #gform_wrapper_10 form .gform_body ul.gform_fields .ginput_container_creditcard span.ginput_full, #gform_wrapper_10 form .gform_body .top_label .ginput_container_creditcard span.ginput_full {
          position: relative; }
          #gform_wrapper_10 form .gform_body ul.gform_fields .ginput_container_creditcard span.ginput_full:first-child::after, #gform_wrapper_10 form .gform_body .top_label .ginput_container_creditcard span.ginput_full:first-child::after {
            content: "\f09d";
            box-sizing: border-box;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            color: #000;
            left: 15px;
            position: absolute;
            bottom: 33px; }
          #gform_wrapper_10 form .gform_body ul.gform_fields .ginput_container_creditcard span.ginput_full:last-child::after, #gform_wrapper_10 form .gform_body .top_label .ginput_container_creditcard span.ginput_full:last-child::after {
            content: "\f2c3";
            box-sizing: border-box;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            color: #000;
            left: 15px;
            position: absolute;
            bottom: 33px; }
          #gform_wrapper_10 form .gform_body ul.gform_fields .ginput_container_creditcard span.ginput_full.ginput_cardextras, #gform_wrapper_10 form .gform_body .top_label .ginput_container_creditcard span.ginput_full.ginput_cardextras {
            font-size: 0;
            display: block; }
            #gform_wrapper_10 form .gform_body ul.gform_fields .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_right, #gform_wrapper_10 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_10 form .gform_body ul.gform_fields .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_right::before, #gform_wrapper_10 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: #000;
                font-size: 22px;
                left: 15px;
                position: absolute;
                text-rendering: auto;
                top: 20px; }
              #gform_wrapper_10 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_10 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: 5px; }
              #gform_wrapper_10 form .gform_body ul.gform_fields .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_right .ginput_card_security_code_icon, #gform_wrapper_10 form .gform_body .top_label .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_right .ginput_card_security_code_icon {
                top: -16px;
                position: relative; }
            #gform_wrapper_10 form .gform_body ul.gform_fields .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_left, #gform_wrapper_10 form .gform_body .top_label .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_left {
              width: 49%;
              display: inline-block; }
              #gform_wrapper_10 form .gform_body ul.gform_fields .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_left span.ginput_card_field, #gform_wrapper_10 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_10 form .gform_body ul.gform_fields .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_left select, #gform_wrapper_10 form .gform_body .top_label .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_left select {
                font-family: 'Montserrat', sans-serif;
                width: 46% !important;
                margin: 5px 8px 10px 0;
                padding: 10px !important;
                appearance: none;
                -moz-appearance: none;
                -webkit-appearance: none;
                position: relative; }
      #gform_wrapper_10 form .gform_body .ginput_container_total {
        margin-bottom: 10px; }
        #gform_wrapper_10 form .gform_body .ginput_container_total .ginput_total {
          color: #fff;
          font-size: 15px !important; }
    #gform_wrapper_10 form .gform_footer {
      padding: 0;
      margin: 0 !important; }
      #gform_wrapper_10 form .gform_footer input[type="submit"] {
        font-family: 'Montserrat', sans-serif;
        background: #000000;
        border-radius: 7px;
        border: none;
        color: #fff !important;
        cursor: pointer;
        display: block;
        font-size: 16px;
        font-weight: 500 !important;
        line-height: 1em;
        margin: 15px auto;
        max-width: 100%;
        padding: 15px 20px !important;
        position: relative;
        text-align: center;
        text-decoration: none !important;
        text-transform: uppercase;
        transition: 0.4s;
        width: 100%; }
        #gform_wrapper_10 form .gform_footer input[type="submit"]:hover, #gform_wrapper_10 form .gform_footer input[type="submit"]:focus, #gform_wrapper_10 form .gform_footer input[type="submit"]:active {
          background: black;
          color: #fff !important;
          text-decoration: none;
          transition: 0.4s; }
  #gform_wrapper_10 .gform_wrapper .field_description_below .gfield_description {
    padding-top: 5px !important; }
  #gform_wrapper_10 .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: 100%; }

/*firefox issue*/
.gf_browser_gecko form .gform_body ul.gform_fields .address_line_1::before {
  top: 27px !important; }
.gf_browser_gecko form .gform_body ul.gform_fields .ginput_container_creditcard span.ginput_full:first-child::after {
  bottom: -67px !important; }
.gf_browser_gecko form .gform_body ul.gform_fields .ginput_container_creditcard span.ginput_full:last-child::after {
  bottom: -30px !important; }

@media only screen and (max-width: 767px) {
  #gform_wrapper_10 form .gform_body ul.gform_fields #myModal .content-modal li.gfield div.has_street span.address_line_1::before,
  #gform_wrapper_10 form .gform_body .top_label #myModal .content-modal li.gfield div.has_street span.address_line_1::before {
    top: 15px; }

  #gform_wrapper_10 form .gform_body ul.gform_fields .ginput_container_creditcard span.ginput_full:first-child::after,
  #gform_wrapper_10 form .gform_body .top_label .ginput_container_creditcard span.ginput_full:first-child::after {
    bottom: 17px; }

  #gform_wrapper_10 form .gform_body ul.gform_fields .ginput_container_creditcard span.ginput_full:last-child::after,
  #gform_wrapper_10 form .gform_body .top_label .ginput_container_creditcard span.ginput_full:last-child::after {
    bottom: 18px; }

  #gform_wrapper_10 form .gform_body ul.gform_fields .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_left select, #gform_wrapper_10 form .gform_body .top_label .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_left select {
    width: 95% !important; }

  /*firefox issue*/
  .gf_browser_gecko form .gform_body ul.gform_fields .address_line_1::before {
    top: 27px !important; }
  .gf_browser_gecko form .gform_body ul.gform_fields .ginput_container_creditcard span.ginput_full:first-child::after {
    bottom: -67px !important; }
  .gf_browser_gecko form .gform_body ul.gform_fields .ginput_container_creditcard span.ginput_full:last-child::after {
    bottom: -30px !important; } }
@media only screen and (max-width: 480px) {
  #gform_wrapper_10 form .gform_body ul.gform_fields .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_left span.ginput_cardinfo_left, #gform_wrapper_10 form .gform_body ul.gform_fields .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_left span.ginput_cardinfo_right, #gform_wrapper_10 form .gform_body .top_label .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_left, #gform_wrapper_10 form .gform_body .top_label .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_right {
    width: 100% !important; }

  /*firefox issue*/
  .gf_browser_gecko form .gform_body ul.gform_fields .address_line_1::before {
    top: 14px !important; }
  .gf_browser_gecko form .gform_body ul.gform_fields .ginput_container_creditcard span.ginput_full:first-child::after {
    bottom: 18px !important; }
  .gf_browser_gecko form .gform_body ul.gform_fields .ginput_container_creditcard span.ginput_full:last-child::after {
    bottom: 17px !important; } }
.section-g .wall-outer {
  margin-top: -40px; }
.section-g .wall-outer #dcsns-filter.dc-center {
  float: right;
  margin-right: 50px; }

#social-stream-461 {
  background: transparent;
  border-radius: 0;
  padding: 0; }
  #social-stream-461 .dcwss-content {
    border-radius: 0; }
    #social-stream-461 .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-461 .dcwss-content ul.stream li.dcsns-li {
        border-radius: 5px;
        overflow: hidden;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
        font-family: 'Open Sans', sans-serif;
        border: none;
        color: #000000;
        box-shadow: none;
        margin: 0 30px 35px 0 !important;
        max-width: 100% !important;
        transition-duration: 0.7s !important; }
        #social-stream-461 .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-461 .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-461 .dcwss-content ul.stream li.dcsns-li.dcsns-twitter .inner .section-text > a span {
            font-family: 'Open Sans', sans-serif;
            font-size: 18px;
            color: #00356e; }
        #social-stream-461 .dcwss-content ul.stream li.dcsns-li .inner {
          padding: 0;
          border-radius: 0 !important;
          margin: 0;
          margin-top: -15px; }
          #social-stream-461 .dcwss-content ul.stream li.dcsns-li .inner::after {
            content: "";
            height: 1px;
            width: calc(100% - 20px);
            display: block;
            background-color: #e8e8e8;
            top: -20px;
            position: relative;
            margin: 0 auto; }
          #social-stream-461 .dcwss-content ul.stream li.dcsns-li .inner .section-thumb {
            float: none;
            display: block;
            width: 100%;
            padding-bottom: 4%; }
            #social-stream-461 .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-461 .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-461 .dcwss-content ul.stream li.dcsns-li .inner .section-text {
            padding: 0 20px 10px 20px !important; }
            #social-stream-461 .dcwss-content ul.stream li.dcsns-li .inner .section-text > a {
              display: inline;
              height: 135px;
              margin-bottom: 5px;
              overflow: hidden;
              position: relative; }
              #social-stream-461 .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-461 .dcwss-content ul.stream li.dcsns-li .inner span.section-thumb {
            float: none;
            margin: 0; }
            #social-stream-461 .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;
              top: 50%;
              min-width: 100%; }
          #social-stream-461 .dcwss-content ul.stream li.dcsns-li .inner span.section-text {
            font-family: 'Montserrat', sans-serif;
            color: #00356e;
            font-size: 15px;
            line-height: 1.3em;
            margin-top: 20px;
            margin-bottom: 30px !important;
            text-align: left; }
            #social-stream-461 .dcwss-content ul.stream li.dcsns-li .inner span.section-text a {
              color: #000000;
              font-size: 18px; }
            #social-stream-461 .dcwss-content ul.stream li.dcsns-li .inner span.section-text span.section-user {
              opacity: 0; }
          #social-stream-461 .dcwss-content ul.stream li.dcsns-li .inner span.section-user {
            display: none;
            font-family: 'Open Sans', sans-serif;
            background: transparent;
            bottom: 5px;
            float: right;
            font-size: 17px;
            font-style: normal;
            line-height: 1em;
            margin: 0 auto 0;
            padding: 0 20px 0 0;
            position: relative;
            text-align: left;
            width: 68%; }
            #social-stream-461 .dcwss-content ul.stream li.dcsns-li .inner span.section-user a {
              color: #333333 !important;
              font-size: 17px;
              font-weight: bold; }
          #social-stream-461 .dcwss-content ul.stream li.dcsns-li .inner span.section-share {
            display: none; }
          #social-stream-461 .dcwss-content ul.stream li.dcsns-li .inner .twitter-user {
            bottom: 35px;
            position: absolute;
            right: 20px;
            width: 68%; }
            #social-stream-461 .dcwss-content ul.stream li.dcsns-li .inner .twitter-user a strong {
              display: block; }
        #social-stream-461 .dcwss-content ul.stream li.dcsns-li span.section-intro {
          font-family: 'Montserrat', sans-serif;
          background: transparent !important;
          color: #00356e;
          display: block;
          float: right;
          font-size: 16px;
          margin-bottom: 18px;
          padding: 0 20px 0 0;
          text-align: left;
          z-index: 0; }
          #social-stream-461 .dcwss-content ul.stream li.dcsns-li span.section-intro span {
            font-style: italic;
            font-weight: 300;
            font-size: 16px; }
          #social-stream-461 .dcwss-content ul.stream li.dcsns-li span.section-intro a {
            color: #7ac142; }
          #social-stream-461 .dcwss-content ul.stream li.dcsns-li span.section-intro a.link-intro {
            display: none; }
        #social-stream-461 .dcwss-content ul.stream li.dcsns-li a span.socicon:before {
          font-size: 20px; }
        #social-stream-461 .dcwss-content ul.stream li.dcsns-li a span.socicon .socicon:empty {
          width: 0 !important; }
        #social-stream-461 .dcwss-content ul.stream li.dcsns-li .socicon {
          bottom: 15px;
          left: 15px;
          color: #000000 !important;
          color: #01add4 !important; }
      #social-stream-461 .dcwss-content ul.stream li.dcsns-facebook {
        background: #fff; }
      #social-stream-461 .dcwss-content ul.stream li.dcsns-instagram {
        background: #fff; }
      #social-stream-461 .dcwss-content ul.stream li.dcsns-twitter {
        background: #fff; }
        #social-stream-461 .dcwss-content ul.stream li.dcsns-twitter span.twitter-user {
          margin-bottom: 0px; }
          #social-stream-461 .dcwss-content ul.stream li.dcsns-twitter span.twitter-user a {
            color: #000000 !important; }
            #social-stream-461 .dcwss-content ul.stream li.dcsns-twitter span.twitter-user a strong {
              color: #000000; }
        #social-stream-461 .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; }

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: 45px;
      width: 45px;
      margin: 0 0 0 30px; }
      .wall-outer .dcsns-toolbar ul.option-set li a {
        background: transparent;
        border-radius: 50%;
        height: 45px;
        margin: 0;
        padding: 0;
        width: 45px; }
        .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: 'Open Sans', sans-serif;
      background: transparent;
      color: #3a3a3a !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: 2px solid transparent; }
      .wall-outer .dcsns-toolbar ul.option-set li.f-facebook a span.socicon::before {
        content: "\f09a";
        color: #01add4; }
      .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 {
        border: 2px solid #01add4;
        background-color: transparent !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: #01add4; }
      .wall-outer .dcsns-toolbar ul.option-set li.f-facebook a.iso-active {
        border: 2px solid #01add4;
        background-color: transparent !important; }
        .wall-outer .dcsns-toolbar ul.option-set li.f-facebook a.iso-active span.socicon::before {
          color: #01add4 !important; }
    .wall-outer .dcsns-toolbar ul.option-set li.f-twitter a {
      border: 1px solid transparent; }
      .wall-outer .dcsns-toolbar ul.option-set li.f-twitter a span.socicon::before {
        content: "\f099";
        color: #01add4; }
      .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 {
        border: 2px solid #01add4;
        background-color: transparent !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: #01add4; }
      .wall-outer .dcsns-toolbar ul.option-set li.f-twitter a.iso-active {
        border: 2px solid #01add4;
        background-color: transparent !important; }
        .wall-outer .dcsns-toolbar ul.option-set li.f-twitter a.iso-active span.socicon::before {
          color: #01add4 !important; }
    .wall-outer .dcsns-toolbar ul.option-set li.f-instagram a {
      border: 1px solid transparent; }
      .wall-outer .dcsns-toolbar ul.option-set li.f-instagram a span.socicon::before {
        content: "\f16d";
        color: #01add4; }
      .wall-outer .dcsns-toolbar ul.option-set li.f-instagram a:visited {
        border: 2px solid #01add4;
        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 {
        border: 2px solid #01add4;
        background-color: transparent !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: #01add4; }
      .wall-outer .dcsns-toolbar ul.option-set li.f-instagram a.iso-active {
        border: 2px solid #01add4;
        background-color: transparent !important; }
        .wall-outer .dcsns-toolbar ul.option-set li.f-instagram a.iso-active span.socicon::before {
          color: #01add4 !important; }
    .wall-outer .dcsns-toolbar ul.option-set li.f-google a {
      border: 1px solid transparent; }
      .wall-outer .dcsns-toolbar ul.option-set li.f-google a span.socicon::before {
        content: "\f0d5";
        color: #01add4; }
      .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 {
        border: 2px solid #01add4;
        background-color: transparent !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: #01add4; }

@media only screen 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: 767px) {
  .section-g .wall-outer {
    margin-top: 0; }

  .section-g .wall-outer #dcsns-filter.dc-center {
    float: none;
    margin-top: 20px !important; }

  .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; } }
/**
 * Swiper 3.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: February 7, 2016
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height; }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  height: 44px;
  margin-top: -22px;
  position: absolute;
  top: 50%;
  width: 0;
  z-index: 10; }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  cursor: auto;
  opacity: 0.35;
  pointer-events: none; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px; }

/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5); }

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff; }

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000; }

/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */ }

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px; }

/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible; }

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden; }

/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 1;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg); } }
/*3d slick css*/
.swiper-container {
  overflow: visible;
  margin: 0; }
  .swiper-container .swiper-button-prev, .swiper-container .swiper-button-next {
    top: auto; }
  .swiper-container .swiper-button-prev {
    background-size: contain;
    opacity: 0 !important;
    background-position: center;
    width: 10%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: 0.4s; }
    .swiper-container .swiper-button-prev:hover {
      background-size: contain;
      opacity: 0;
      background-position: center; }
  .swiper-container .swiper-button-next {
    background-size: contain;
    opacity: 0 !important;
    background-position: center;
    width: 10%;
    position: absolute;
    height: 100%;
    transition: 0.4s;
    right: 0;
    top: 0; }
    .swiper-container .swiper-button-next:hover {
      background-size: contain;
      opacity: 0;
      background-position: center; }
  .swiper-container .swiper-wrapper.center .box.swiper-slide {
    border-radius: 10px;
    padding: 50px 15px 60px;
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.4);
    text-align: center;
    min-height: 280px;
    opacity: 1; }
    .swiper-container .swiper-wrapper.center .box.swiper-slide.yellow {
      background: #ffba00; }
    .swiper-container .swiper-wrapper.center .box.swiper-slide.green {
      background: #7ac142; }
    .swiper-container .swiper-wrapper.center .box.swiper-slide.blue {
      background: #01add4; }
    .swiper-container .swiper-wrapper.center .box.swiper-slide .single-box {
      color: #464648; }
      .swiper-container .swiper-wrapper.center .box.swiper-slide .single-box .img-box {
        position: relative; }
      .swiper-container .swiper-wrapper.center .box.swiper-slide .single-box .img-wrap {
        width: 80px;
        height: 110px;
        margin: 0 auto;
        position: relative;
        background-color: transparent;
        background-size: 75px;
        background-position: center;
        background-repeat: no-repeat; }
        .swiper-container .swiper-wrapper.center .box.swiper-slide .single-box .img-wrap a {
          display: block;
          width: 100%;
          height: 100%; }
    .swiper-container .swiper-wrapper.center .box.swiper-slide .info-wrap {
      padding: 0 15px; }
      .swiper-container .swiper-wrapper.center .box.swiper-slide .info-wrap h3 {
        font-family: 'Montserrat', sans-serif;
        font-size: 30px;
        font-weight: 700; }
      .swiper-container .swiper-wrapper.center .box.swiper-slide .info-wrap p {
        font-family: 'Montserrat', sans-serif;
        color: #3a3a3a;
        font-size: 20px;
        font-weight: 400;
        margin-bottom: 30px;
        opacity: 1; }
        .swiper-container .swiper-wrapper.center .box.swiper-slide .info-wrap p strong {
          color: #1F1F1F;
          font-family: 'Montserrat', sans-serif; }
    .swiper-container .swiper-wrapper.center .box.swiper-slide .link {
      opacity: 1; }
    .swiper-container .swiper-wrapper.center .box.swiper-slide .author span {
      font-size: 17px;
      font-family: 'Montserrat', sans-serif;
      font-weight: 700; }
    .swiper-container .swiper-wrapper.center .box.swiper-slide.swiper-slide-active {
      background-color: #fff !important;
      opacity: 1;
      margin: 0;
      transition: 0.4s; }
      .swiper-container .swiper-wrapper.center .box.swiper-slide.swiper-slide-active .single-box {
        opacity: 1; }
        .swiper-container .swiper-wrapper.center .box.swiper-slide.swiper-slide-active .single-box .info-wrap p, .swiper-container .swiper-wrapper.center .box.swiper-slide.swiper-slide-active .single-box .link {
          opacity: 1; }
        .swiper-container .swiper-wrapper.center .box.swiper-slide.swiper-slide-active .single-box .info-wrap h3 {
          color: #695e4a; }
      .swiper-container .swiper-wrapper.center .box.swiper-slide.swiper-slide-active.yellow .single-box .img-box .img-wrap {
        background-image: url("../images/support.svg") !important;
        background-size: 125px; }
      .swiper-container .swiper-wrapper.center .box.swiper-slide.swiper-slide-active.green .single-box .img-box .img-wrap {
        background-image: url("../images/educate.svg") !important; }
      .swiper-container .swiper-wrapper.center .box.swiper-slide.swiper-slide-active.blue .single-box .img-box .img-wrap {
        background-image: url("../images/advocate.svg") !important; }

@media screen and (min-width: 1024px) and (orientation: landscape) {
  .swiper-container .swiper-wrapper.center .box.swiper-slide .single-box .img-wrap .info-wrap {
    padding: 40px 10px; }

  .swiper-container .swiper-wrapper.center .box.swiper-slide .single-box .img-wrap .info-wrap h3 {
    font-size: 20px; }

  .swiper-container .swiper-wrapper.center .box.swiper-slide .single-box .img-wrap .info-wrap p {
    font-size: 14px; }

  .swiper-container .swiper-wrapper.center .box.swiper-slide .single-box .img-wrap .info-wrap .link a {
    font-size: 16px;
    padding: 13px 16px; } }
@media screen and (min-width: 1024px) and (orientation: portrait) {
  .swiper-container .swiper-wrapper.center .box.swiper-slide .single-box .img-wrap .info-wrap {
    padding: 40px 10px; }

  .swiper-container .swiper-wrapper.center .box.swiper-slide .single-box .img-wrap .info-wrap h3 {
    font-size: 20px; }

  .swiper-container .swiper-wrapper.center .box.swiper-slide .single-box .img-wrap .info-wrap p {
    font-size: 14px; }

  .swiper-container .swiper-wrapper.center .box.swiper-slide .single-box .img-wrap .info-wrap .link a {
    font-size: 16px;
    padding: 13px 16px; } }
@media only screen and (max-width: 991px) {
  .swiper-container .swiper-wrapper.center .box.swiper-slide {
    width: inherit !important; } }
@media only screen and (max-width: 480px) {
  .swiper-container .swiper-button-prev, .swiper-container .swiper-button-next {
    width: 25% !important; }

  .swiper-container .swiper-button-next {
    background: transparent url("../images/news-arrow.png") no-repeat !important;
    background-position: center right !important;
    opacity: 1 !important; }

  .swiper-container .swiper-button-prev {
    background: transparent url("../images/news-arrow.png") no-repeat !important;
    background-position: center right !important;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    opacity: 1 !important; } }
/*old slick */
/*
.swiper-container{
  .slick-slider {
    margin: 20px auto 30px; 
    padding: 0 40px; 
    .slick-list.draggable{
       overflow: hidden;
    }
  	&.slick-current {
  		
  	}
    .slick-track{
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      
      -webkit-flex-flow: row nowrap;
      justify-content: space-between;
      align-items: stretch;
      text-align: center;
      float: none;
      .box{         
        border-radius: 5px;
        border: 1px solid $principal;
        opacity: 0.8;
        padding: 30px 20px;
        text-align: center;
        min-width: 275px;
        min-height: 370px;
        max-width: 275px;
        margin-top: 5px;
        margin-bottom: 5px;

        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        
        -webkit-flex-flow: column;
        justify-content: center;
        align-items: center;
        align-content: center;

        .img-logo{
          margin: 0 auto;
        }
        .title-box{
           h3{
            @include font3;
            color: #462364;
            font-size: 24px;
            font-weight: 300;
            line-height: 1em;
            margin: 20px 0 15px;
            padding: 0;
            position: relative;
            text-transform: uppercase;
            span{
              @include font4;
              color: #862d93;
              display: block;
              font-size: 34px;    
              font-weight: 700;
              line-height: 1em;
              text-transform: uppercase;
            }          
          } 
        }       
        .info-box{
          color: #0b0761;
          font-size: 16px;
          line-height: 1.2em;
          text-align: center;
          display: none;
          a{
            @include font2;
            color: #0270bb;
            display: block;
            font-size: 16px;
            font-weight: 300;
            margin-top: 25px;
          }
        }
        &.slick-center{
          opacity: 1;
          margin:0; 
          transition: 0.4s;
          .info-box{
            display: block;
            transition: 0.4s;
          } 
        }
      }
    }
    //control arrows//
    .slick-prev, .slick-next {
      font-size: 0;
      line-height: 0;
      position: absolute;
      top: 50%;
      display: block;
      width: 30px;
      height: 30px;
      margin-top: -10px;
      padding: 0;
      cursor: pointer;
      color: transparent;
      border: none;
      outline: none;
      background: transparent;
      z-index: 99;
      &::after{                  
        content: "\f105";
        box-sizing: border-box;
        display: inline-block;
        position: relative;
        margin-left: 10px;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 45px;
        color: #000;
        text-rendering: auto;
        top: -15px;
      }
    }
    .slick-prev {
      left: 20px;
      &::after{
        @include rotate(180deg);
      }
    }
    .slick-next {
      right: 20px;
    }
    ////control arrows////
    .slick-dots {
      position: absolute;
      bottom: -45px;
      display: block;
      width: 100%;
      padding: 0;
      list-style: none;
      text-align: center;
      li{
        position: relative;
        display: inline-block;
        width: 20px;
        height: 20px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer;
        button {
          font-size: 0;
          line-height: 0;
          display: block;
          width: 20px;
          height: 20px;
          padding: 5px;
          cursor: pointer;
          color: transparent;
          border: 0;
          outline: none;
          background: transparent;
          &::before {
              font-family: 'slick';
              font-size: 45px;
              line-height: 20px;
              position: absolute;
              top: 0;
              left: 0;
              width: 20px;
              height: 20px;
              content: '•';
              text-align: center;
              opacity: .25;
              color: black;
              -webkit-font-smoothing: antialiased;
              -moz-osx-font-smoothing: grayscale;
          }
        }
      }
    }
  }    
}*/
/*STRART INTERIOR PAGE------------------------------------------------------------------------------------------*/
.single-programs {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  /*START Interior Top (BANNER)--------------------------------------------------*/
  /*END Interior Top (BANNER)------------------------------------------*/ }
  .single-programs .interior-top {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 40%;
    background-color: #fff;
    min-height: 485px;
    overflow: hidden;
    position: relative; }
    .single-programs .interior-top::before {
      content: "";
      background: transparent url("../images/interior-shadow.png") no-repeat;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      display: block;
      background-size: cover; }
    .single-programs .interior-top .caption-a {
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      left: 32%;
      margin: 0 auto;
      max-width: 100%;
      position: absolute;
      text-align: left;
      top: 50%;
      width: 45%;
      z-index: 10; }
      .single-programs .interior-top .caption-a h1 {
        font-family: 'Open Sans', sans-serif;
        color: #fff;
        display: block;
        font-size: 42px;
        line-height: 1.2em;
        margin: 0 0 10px 0;
        padding: 0;
        position: relative;
        text-transform: uppercase;
        text-shadow: 5px 5px 40px #000;
        z-index: 12; }
    .single-programs .interior-top .bottom-text {
      position: absolute;
      text-align: left;
      padding: 30px 0;
      bottom: 0;
      left: 0;
      width: 100%;
      background: rgba(0, 0, 0, 0.5); }
      .single-programs .interior-top .bottom-text p {
        color: #fff;
        width: 90%;
        margin: 0 auto; }
  .single-programs .single-a {
    padding: 40px 0;
    position: relative; }
    .single-programs .single-a h2.title {
      font-family: 'Montserrat', sans-serif;
      font-size: 40px;
      color: #695e4a;
      text-align: center;
      margin-bottom: 30px;
      margin-top: 0 !important;
      text-transform: uppercase; }
    .single-programs .single-a p {
      text-align: center; }
  .single-programs .single-b {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
    .single-programs .single-b h3 {
      font-family: 'Montserrat', sans-serif;
      background: #01add4;
      color: #fff;
      display: block;
      display: block;
      font-size: 35px;
      font-weight: 600 !important;
      text-align: center;
      padding: 30px 0;
      margin-bottom: 55px; }
    .single-programs .single-b .d-flex {
      flex-wrap: wrap; }
      .single-programs .single-b .d-flex .program-link {
        flex-basis: 31%;
        position: relative;
        margin: 1%;
        text-decoration: none !important; }
        .single-programs .single-b .d-flex .program-link .program-box {
          width: 100%;
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center;
          border-radius: 10px;
          position: relative;
          overflow: hidden; }
          .single-programs .single-b .d-flex .program-link .program-box .principal-text {
            border-radius: 0 0 10px 10px;
            position: absolute;
            background: rgba(17, 179, 222, 0.85);
            padding: 20px 0;
            width: 100%;
            bottom: 0;
            left: 0;
            display: block;
            text-align: center;
            transition: 0.4s;
            z-index: 5; }
            .single-programs .single-b .d-flex .program-link .program-box .principal-text h2 {
              font-family: 'Montserrat', sans-serif;
              display: inline-block;
              font-weight: 500 !important;
              margin: 0 auto;
              color: #fff !important;
              font-size: 24px !important;
              z-index: 5; }
          .single-programs .single-b .d-flex .program-link .program-box .hover-text {
            padding: 30px;
            position: relative;
            background: rgba(17, 179, 222, 0.85);
            opacity: 0;
            transition: 0.4s; }
            .single-programs .single-b .d-flex .program-link .program-box .hover-text h2 {
              font-family: 'Montserrat', sans-serif;
              font-size: 30px;
              font-weight: 500;
              color: #fff;
              text-align: center;
              margin-bottom: 50px; }
            .single-programs .single-b .d-flex .program-link .program-box .hover-text p {
              color: #fff;
              font-size: 20px; }
        .single-programs .single-b .d-flex .program-link:hover .program-box .principal-text {
          transition: 0.4s;
          opacity: 0; }
        .single-programs .single-b .d-flex .program-link:hover .program-box .hover-text {
          opacity: 1 !important;
          transition: 0.4s;
          text-decoration: none !important; }
  .single-programs .single-c {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 60px; }
    .single-programs .single-c h3 {
      font-family: 'Montserrat', sans-serif;
      background: #7ac142;
      color: #fff;
      display: block;
      display: block;
      font-size: 35px;
      font-weight: 600 !important;
      text-align: center;
      padding: 30px 0;
      margin-bottom: 55px; }
    .single-programs .single-c .d-flex {
      flex-wrap: wrap; }
      .single-programs .single-c .d-flex .program-link {
        flex-basis: 31%;
        position: relative;
        margin: 1%;
        text-decoration: none !important; }
        .single-programs .single-c .d-flex .program-link .program-box {
          width: 100%;
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center;
          border-radius: 10px;
          position: relative;
          overflow: hidden; }
          .single-programs .single-c .d-flex .program-link .program-box .principal-text {
            border-radius: 0 0 10px 10px;
            position: absolute;
            background: rgba(122, 193, 66, 0.9);
            padding: 20px 0;
            width: 100%;
            bottom: 0;
            left: 0;
            display: block;
            text-align: center;
            transition: 0.4s;
            z-index: 5; }
            .single-programs .single-c .d-flex .program-link .program-box .principal-text h2 {
              font-family: 'Montserrat', sans-serif;
              display: inline-block;
              font-weight: 500 !important;
              margin: 0 auto;
              color: #fff !important;
              font-size: 24px !important;
              z-index: 5; }
          .single-programs .single-c .d-flex .program-link .program-box .hover-text {
            padding: 30px;
            position: relative;
            background: rgba(122, 193, 66, 0.9);
            opacity: 0;
            transition: 0.4s; }
            .single-programs .single-c .d-flex .program-link .program-box .hover-text h2 {
              font-family: 'Montserrat', sans-serif;
              font-size: 30px;
              font-weight: 500;
              color: #fff;
              text-align: center;
              margin-bottom: 50px; }
            .single-programs .single-c .d-flex .program-link .program-box .hover-text p {
              color: #fff;
              font-size: 20px; }
        .single-programs .single-c .d-flex .program-link:hover .program-box .principal-text {
          transition: 0.4s;
          opacity: 0; }
        .single-programs .single-c .d-flex .program-link:hover .program-box .hover-text {
          opacity: 1 !important;
          transition: 0.4s;
          text-decoration: none !important; }
  .single-programs .single-d {
    position: relative; }
    .single-programs .single-d .bg-d {
      position: absolute;
      background-size: cover;
      background-position: center;
      width: 100%;
      height: 100%;
      filter: grayscale(100%);
      -webkit-filter: grayscale(100%);
      z-index: 0;
      top: 0;
      left: 0; }
    .single-programs .single-d::before {
      content: "";
      background: rgba(67, 52, 133, 0.9);
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      position: absolute;
      z-index: 1; }
    .single-programs .single-d .container {
      position: relative;
      z-index: 2; }
    .single-programs .single-d h2 {
      font-family: 'Montserrat', sans-serif;
      font-weight: 500 !important;
      font-size: 35px !important;
      color: #fff;
      margin-top: 45px !important;
      margin-bottom: 50px;
      text-align: center; }
    .single-programs .single-d .r-box {
      text-decoration: none !important;
      flex-basis: 21%;
      margin: 2%; }
      .single-programs .single-d .r-box .r-img {
        width: 100px;
        height: 100px;
        margin: 0 auto 15px;
        background-size: auto;
        background-position: center;
        background-repeat: no-repeat; }
      .single-programs .single-d .r-box .r-text {
        width: 90%;
        margin: auto; }
        .single-programs .single-d .r-box .r-text h4 {
          font-family: 'Montserrat', sans-serif;
          font-size: 25px !important;
          font-weight: 500 !important;
          text-align: center;
          color: white; }

@media only screen and (max-width: 991px) {
  .single-programs .single-b .d-flex .program-link, .single-programs .single-c .d-flex .program-link {
    flex-basis: 45%; }

  .single-programs .interior-top .caption-a {
    top: 25%; } }
@media only screen and (max-width: 767px) {
  .single-programs .interior-top .caption-a {
    top: 30%; }

  .single-programs .single-b .d-flex, .single-programs .single-c .d-flex {
    flex-direction: row !important; }

  .single-programs .single-b .d-flex .program-link, .single-programs .single-c .d-flex .program-link {
    flex-basis: 45%; } }
@media only screen and (max-width: 480px) {
  .single-programs .interior-top .caption-a {
    width: 100%;
    top: 15%;
    left: 60%; }
    .single-programs .interior-top .caption-a h1 {
      font-size: 28px; }

  .single-programs .single-d .r-box {
    flex-basis: 100%; }

  .single-programs .single-b .d-flex, .single-programs .single-c .d-flex {
    flex-direction: column !important; }

  .single-programs .single-b .d-flex .program-link, .single-programs .single-b .d-flex .program-link {
    width: 100%;
    margin-bottom: 35px !important; } }
/*END INTERIOR PAGE--------------------------------------------*/
.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: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  grid-gap: 30px; }
  .team-bios-widget .Grid-Boxes-with-Side-Panel .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-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: #7ac142; }
  .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: #464648;
      font-size: 14px;
      padding: 5px 10px;
      background: rgba(122, 193, 66, 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: #7ac142;
      font-family: 'Open Sans', sans-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 .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 #3a3a3a;
    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; }
      .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: #7ac142;
        font-family: 'Open Sans', sans-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 #3a3a3a;
        padding-top: 15px;
        font-size: 18px; }
    .team-bios-widget .Stacked-Layout-with-Side-Panel .single-box .side-right .text-wrap h3 {
      color: #7ac142;
      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: #3a3a3a;
      font-family: 'Montserrat', sans-serif; }
      .team-bios-widget .Stacked-Layout-with-Side-Panel .single-box .side-right .text-wrap p a {
        font-weight: 700;
        color: #7ac142; }
    .team-bios-widget .Stacked-Layout-with-Side-Panel .single-box .side-right .text-wrap ul.list {
      font-family: 'Montserrat', sans-serif;
      color: #3a3a3a;
      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: 'Montserrat', sans-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: #7ac142; }
        .team-bios-widget .Stacked-Layout-with-Side-Panel .single-box .side-right .text-wrap ul.list li a {
          color: #7ac142;
          font-weight: 400;
          font-size: 18px;
          font-family: 'Montserrat', sans-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: #7ac142; }
    .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: #7ac142;
            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: #7ac142;
              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; }
  .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: #7ac142; }
.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(122, 193, 66, 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: #7ac142;
    font-family: 'Open Sans', sans-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: #7ac142;
        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: #7ac142;
          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-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;
    background-position: top; }
    .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: #7ac142; }
  .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(122, 193, 66, 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: #7ac142;
          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: #7ac142;
            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: #7ac142; }
  .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(122, 193, 66, 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: #7ac142;
          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: #7ac142;
            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 #7ac142;
    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: #3a3a3a;
    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: #7ac142; }
    .team-bios-widget .our-team-single .side-left .list-team_member ul li a:hover {
      text-decoration: none;
      color: #7ac142; }
.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: #7ac142;
        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: #7ac142;
          text-decoration: none; }
.team-bios-widget .our-team-single .profile-picture {
  border-bottom: 5px solid #7ac142;
  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(58, 58, 58, 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: #464648;
    position: relative; }
    .team-bios-widget .sidebar-Grid-Boxes-with-Pop-Up .big-content-wrap .info-side-left .img-wrap {
      margin-bottom: 15px; }
    .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: #3a3a3a;
      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: #7ac142;
            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: #7ac142;
              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: #3a3a3a; }
    .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: #7ac142;
        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: #3a3a3a;
        font-family: 'Montserrat', sans-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: #7ac142; }
      .team-bios-widget .sidebar-Grid-Boxes-with-Pop-Up .big-content-wrap .info-side-right .info-wrap .description ul.list {
        font-family: 'Montserrat', sans-serif;
        color: #3a3a3a;
        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: 'Montserrat', sans-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: #7ac142; }
          .team-bios-widget .sidebar-Grid-Boxes-with-Pop-Up .big-content-wrap .info-side-right .info-wrap .description ul.list li a {
            color: #7ac142;
            font-weight: 400;
            font-size: 18px;
            font-family: 'Montserrat', sans-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: #7ac142; }
.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: rgba(58, 58, 58, 0.9);
  display: grid;
  grid-template-columns: 40px minmax(280px, 1fr); }
  .team-bios-widget .sidebar-Grid-Boxes-with-Side-Panel .social-box {
    background: #3a3a3a; }
    .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: #7ac142;
            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: #7ac142;
        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: #464648; }
        .team-bios-widget .sidebar-Grid-Boxes-with-Side-Panel .bio-wrap .content-wrap .box-top button.close {
          width: 40px;
          height: 40px;
          color: #464648; }
      .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: #464648; }
        .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: #464648;
            font-family: 'Montserrat', sans-serif; }
            .team-bios-widget .sidebar-Grid-Boxes-with-Side-Panel .bio-wrap .content-wrap .info-wrap .description p a {
              font-weight: 700;
              color: #7ac142; }
          .team-bios-widget .sidebar-Grid-Boxes-with-Side-Panel .bio-wrap .content-wrap .info-wrap .description ul.list {
            font-family: 'Montserrat', sans-serif;
            color: #3a3a3a;
            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: 'Montserrat', sans-serif;
              font-size: 18px;
              color: #464648; }
              .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: #7ac142; }
              .team-bios-widget .sidebar-Grid-Boxes-with-Side-Panel .bio-wrap .content-wrap .info-wrap .description ul.list li a {
                color: #464648;
                font-weight: 400;
                font-size: 18px;
                font-family: 'Montserrat', sans-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: #7ac142; }
  .team-bios-widget .sidebar-Grid-Boxes-with-Side-Panel .big-content-wrap {
    width: 900px;
    height: 400px;
    display: grid;
    grid-template-columns: 300px 1fr;
    grid-gap: 30px;
    padding: 30px;
    border-radius: 10px;
    background: #464648;
    position: relative; }
    .team-bios-widget .sidebar-Grid-Boxes-with-Side-Panel .big-content-wrap .info-side-left .img-wrap {
      margin-bottom: 15px; }
    .team-bios-widget .sidebar-Grid-Boxes-with-Side-Panel .big-content-wrap .info-side-left .position {
      display: block;
      font-size: 23px;
      font-weight: 700;
      color: #3a3a3a;
      margin: 15px auto; }
    .team-bios-widget .sidebar-Grid-Boxes-with-Side-Panel .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-Side-Panel .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-Side-Panel .big-content-wrap .info-side-left .social-box ul.social li {
          margin: 3px; }
          .team-bios-widget .sidebar-Grid-Boxes-with-Side-Panel .big-content-wrap .info-side-left .social-box ul.social li a {
            color: #464648;
            width: 30px;
            height: 30px;
            display: flex;
            align-items: center;
            background: #7ac142;
            display: block;
            display: flex;
            justify-content: center;
            align-items: center;
            transition: 0,5s;
            font-size: 13px; }
            .team-bios-widget .sidebar-Grid-Boxes-with-Side-Panel .big-content-wrap .info-side-left .social-box ul.social li a:hover {
              background: #7ac142;
              text-decoration: none; }
    .team-bios-widget .sidebar-Grid-Boxes-with-Side-Panel .big-content-wrap .info-side-right .close-box {
      position: absolute;
      right: 15px;
      top: 15px; }
      .team-bios-widget .sidebar-Grid-Boxes-with-Side-Panel .big-content-wrap .info-side-right .close-box button.close {
        width: 40px;
        height: 40px;
        color: #3a3a3a; }
    .team-bios-widget .sidebar-Grid-Boxes-with-Side-Panel .big-content-wrap .info-side-right .info-wrap .description {
      height: 350px;
      overflow: scroll; }
      .team-bios-widget .sidebar-Grid-Boxes-with-Side-Panel .big-content-wrap .info-side-right .info-wrap .description h3 {
        color: #7ac142;
        font-size: 25px;
        margin-top: 0;
        font-weight: 700;
        display: block;
        margin-bottom: 25px; }
      .team-bios-widget .sidebar-Grid-Boxes-with-Side-Panel .big-content-wrap .info-side-right .info-wrap .description p {
        font-size: 18px;
        color: #3a3a3a;
        font-family: 'Montserrat', sans-serif; }
        .team-bios-widget .sidebar-Grid-Boxes-with-Side-Panel .big-content-wrap .info-side-right .info-wrap .description p a {
          font-weight: 700;
          color: #7ac142; }
      .team-bios-widget .sidebar-Grid-Boxes-with-Side-Panel .big-content-wrap .info-side-right .info-wrap .description ul.list {
        font-family: 'Montserrat', sans-serif;
        color: #3a3a3a;
        padding: 0; }
        .team-bios-widget .sidebar-Grid-Boxes-with-Side-Panel .big-content-wrap .info-side-right .info-wrap .description ul.list br {
          display: none; }
        .team-bios-widget .sidebar-Grid-Boxes-with-Side-Panel .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: 'Montserrat', sans-serif;
          font-size: 18px;
          color: #464648; }
          .team-bios-widget .sidebar-Grid-Boxes-with-Side-Panel .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: #7ac142; }
          .team-bios-widget .sidebar-Grid-Boxes-with-Side-Panel .big-content-wrap .info-side-right .info-wrap .description ul.list li a {
            color: #7ac142;
            font-weight: 400;
            font-size: 18px;
            font-family: 'Montserrat', sans-serif;
            text-decoration: none; }
            .team-bios-widget .sidebar-Grid-Boxes-with-Side-Panel .big-content-wrap .info-side-right .info-wrap .description ul.list li a:hover {
              text-decoration: underline; }
          .team-bios-widget .sidebar-Grid-Boxes-with-Side-Panel .big-content-wrap .info-side-right .info-wrap .description ul.list li ul {
            padding: 0; }
            .team-bios-widget .sidebar-Grid-Boxes-with-Side-Panel .big-content-wrap .info-side-right .info-wrap .description ul.list li ul li {
              padding-left: 35px; }
              .team-bios-widget .sidebar-Grid-Boxes-with-Side-Panel .big-content-wrap .info-side-right .info-wrap .description ul.list li ul li::before {
                color: #7ac142; }

@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: 767px) {
  .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; } }
.resourses-wrap {
  margin-top: 30px; }
  .resourses-wrap .r-box .flex-item span {
    font-size: 18px !important; }

.resources-filter {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  justify-content: space-evenly;
  align-items: flex-start;
  -webkit-justify-content: space-evenly;
  -webkit-align-items: flex-start;
  margin: 10px 0 30px !important; }
  .resources-filter div[id^="ajaxsearchpro"] .probox .proinput form input {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color: #000000;
    /* firefox 19+ */
    /* ie */ }
    .resources-filter div[id^="ajaxsearchpro"] .probox .proinput form input::-webkit-input-placeholder {
      color: #000000;
      opacity: 1; }
    .resources-filter div[id^="ajaxsearchpro"] .probox .proinput form input::-moz-placeholder {
      color: #000000;
      opacity: 1; }
    .resources-filter div[id^="ajaxsearchpro"] .probox .proinput form input:-ms-input-placeholder {
      color: #000000;
      opacity: 1; }
  .resources-filter .mdf_shortcode_container form select {
    border-radius: 0;
    border: none;
    display: block;
    line-height: normal !important;
    margin: 0 0 20px !important;
    font-size: 17px;
    height: 45px;
    width: 330px !important;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: url("../images/select-arrow.png") 97%/12px no-repeat #f0f0f0;
    /* firefox 19+ */
    /* ie */ }
    .resources-filter .mdf_shortcode_container form select::-webkit-input-placeholder {
      color: #000000;
      opacity: 1; }
    .resources-filter .mdf_shortcode_container form select::-moz-placeholder {
      color: #000000;
      opacity: 1; }
    .resources-filter .mdf_shortcode_container form select:-ms-input-placeholder {
      color: #000000;
      opacity: 1; }
    .resources-filter .mdf_shortcode_container form select option {
      font-size: 14px !important; }

#ajaxsearchprores3_1 .results .item .asp_content h3 a, #ajaxsearchprores3_2 .results .item .asp_content h3 a, div.asp_r.asp_r_3 .results .item .asp_content h3 a {
  color: #000000 !important;
  font-size: 18px;
  line-height: 1em; }

.resources-filter .mdf_shortcode_container {
  width: auto !important; }

.mdf_input_container, .mdf_taxonomy_child_container {
  margin: 0 15px;
  width: auto !important;
  text-align: center !important; }

.filters {
  margin: 0 0 50px 0; }
  .filters .filter-description {
    font-family: 'Montserrat', sans-serif;
    color: #2c2c2c;
    font-size: 18px;
    font-weight: bold; }

.page-template-_category-blog-news .mdf_shortcode_skin_custom form .mdf_input_container_taxonomies {
  -webkit-flex-flow: column !important; }
  .page-template-_category-blog-news .mdf_shortcode_skin_custom form .mdf_input_container_taxonomies .mdf_input_container {
    margin-bottom: 10px; }

.page-template-_testimonials-grid .mdf_shortcode_skin_custom form {
  -webkit-flex-flow: row nowrap; }

.mdf_shortcode_skin_custom form {
  /*Flex*/
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row;
  justify-content: space-around;
  align-items: flex-start;
  text-align: center;
  float: none; }
  .mdf_shortcode_skin_custom form .mdf_shortcode_reset_button input[type=submit], .mdf_shortcode_skin_custom form .mdf_shortcode_reset_button .mdf_button, .mdf_shortcode_skin_custom form .mdf_shortcode_reset_button .mdf_reset_button {
    font-family: 'Roboto', sans-serif !important;
    background: #7ac142;
    border-radius: 0;
    border: none;
    color: #fff;
    display: block;
    font-size: 18px !important;
    font-stretch: normal !important;
    font-style: normal !important;
    font-weight: normal !important;
    line-height: 1 !important;
    letter-spacing: normal !important;
    width: auto !important;
    margin: 0 auto;
    max-width: 100%;
    padding: 10px 20px;
    min-height: 45px;
    height: auto !important;
    position: relative;
    text-align: center;
    text-decoration: none !important;
    text-transform: none;
    transition: all 0.4s ease; }
    .mdf_shortcode_skin_custom form .mdf_shortcode_reset_button input[type=submit]:hover, .mdf_shortcode_skin_custom form .mdf_shortcode_reset_button .mdf_button:hover, .mdf_shortcode_skin_custom form .mdf_shortcode_reset_button .mdf_reset_button:hover {
      text-decoration: none;
      background: #f9b73d;
      color: #fff; }
  .mdf_shortcode_skin_custom form .mdf_input_container_taxonomies {
    /*Flex*/
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: center;
    float: none; }
    .mdf_shortcode_skin_custom form .mdf_input_container_taxonomies .mdf_input_container select {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      background: url("../images/select-arrow.png") 97%/12px no-repeat #f0f0f0;
      padding: 10px !important;
      width: 330px;
      max-width: 100%;
      border: none;
      margin: 0 auto; }
    .mdf_shortcode_skin_custom form .mdf_input_container_taxonomies .mdf_input_container input {
      border-radius: 0px;
      border: 1px solid #f0f0f0;
      display: block;
      line-height: 2em;
      margin: 0 !important;
      max-width: 90%;
      padding: 5px 20px;
      width: 330px; }
    .mdf_shortcode_skin_custom form .mdf_input_container_taxonomies .mdf_taxonomy_child_container {
      margin: 0 !important; }

.navigation {
  border-top: 0.2777777778rem solid #7ac142;
  display: block;
  text-align: left;
  width: 100%; }
  .navigation ol.tw-pagination li {
    margin-right: 20px; }
    .navigation ol.tw-pagination li a {
      padding: 5px 10px;
      display: block; }

/*
.navigation{
	border-top: 0.2777777777777778rem solid $principal;
	display: block;
	text-align: left;
	width: 100%;
	ol.tw-pagination{
		display: flex;
		align-items: center;
		justify-content: center;
		
		float: none;
		list-style: none;
		margin: 1.1111111111111112rem;
		padding: 0;
		> li::before {
			content: none;			
		}
		li{
			display: inline-block;
			padding: 0;
			margin: 1.1111111111111112rem;

			&:first-child{
				display: none;
			}
			.title{
				font-weight: bold;
				color: $principal;
			}
			span.current{				
				@include font1;
				background: transparent;
				border: none;
				color: $black;
				display: inline-block;
				font-size: 17px;
				font-style: normal;
				font-weight: bold;
				min-width: 1.1111111111111112rem;
				padding: 0.4444444444444444rem 0.2777777777777778rem;
				position: relative;
				text-align: center;
				text-decoration: none;
				z-index: 2;
				&:after{
					content: "";
					@include center(-50%, -50%);
					background: $principal;
					border-radius: 0;
					display: block;
					height: 2rem;
					left: 50%;
					position: absolute;
					top: 50%;
					width: 2rem;
					z-index: -2;
				}
			}
			a{
				@include font3;
				background: transparent;
				border-radius: 0;
				color: $principal;
				display: inline-block;
				font-style: normal;
				font-weight: bold;
				min-width:1.1111111111111112rem;
				padding: 0.4444444444444444rem 0.2777777777777778rem;
				position: relative;
				text-align: center;
				text-decoration: none;
				transition: 0s;
				z-index: 2;
				&:before{
					content: "";
					@include center(-50%, -50%);
					background: transparent;
					border-radius: 0;
					display: block;
					height: 2rem;
					left: 50%;
					position: absolute;
					top: 50%;
					width: 2rem;
					z-index: -2;
				}
				&.page{
          @include font1;
					color: #2c2c2c;
          font-size: 17px;
          font-weight: 400;
				}
				&.prev, &.next{
					font-size: 0;
					 &::after{
	          font-family: FontAwesome;
	          font-style: normal;
	          font-weight: normal;
	          text-decoration: inherit;
	          color: $principal;
	          display: inline-block;
	          font-size: 17px;          
	        }
				}
				&.prev{
					&::after{
	          content: "\f0d9";
	        }
				}
				&.next{
					&::after{
	          content: "\f0da";
	        }
				}
			}
		}	
	}
}
*/
@media only screen and (max-width: 1200px) {
  .mdf_shortcode_skin_custom form .mdf_input_container_taxonomies .mdf_input_container select {
    width: 290px; } }
@media only screen and (max-width: 991px) {
  .resources-filter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: column-reverse wrap;
    flex-flow: column-reverse wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 300px !important;
    margin: 20px auto !important; }
    .resources-filter div[id^="ajaxsearchpro"] {
      margin-bottom: 20px !important;
      min-width: 100%; }
    .resources-filter .mdf_shortcode_container {
      width: 100% !important;
      margin-top: 0; }
      .resources-filter .mdf_shortcode_container .mdf_input_container, .resources-filter .mdf_shortcode_container .mdf_taxonomy_child_container {
        margin: 0 auto 20px !important; }

  .filters .filter-description {
    margin-bottom: 25px; }

  .mdf_shortcode_skin_custom form .mdf_input_container_taxonomies {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }

  .mdf_input_container_block {
    width: 100%; } }
@media only screen and (max-width: 767px) {
  .mdf_input_container, .mdf_taxonomy_child_container {
    text-align: center !important;
    margin: 0 0 20px 0; }
    .mdf_input_container select option, .mdf_taxonomy_child_container select option {
      max-width: 100% !important; }

  .navigation ol.tw-pagination {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0; } }
/*START html & body-------------------------------------*/
html,
body {
  font-family: 'Montserrat', sans-serif;
  color: #464648;
  line-height: 1.4; }
  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: 'Open Sans', sans-serif;
    font-weight: 700; }
  html .classic-text-widget,
  body .classic-text-widget {
    display: inline-block !important; }

.tribe-events-title-bar {
  display: none; }

/*END html & body-------------------------------------*/
.resourses-wrap {
  margin-top: 80px; }
  .resourses-wrap .r-box {
    width: 100%; }

table.table tr td {
  font-size: 16px !important; }

.table-width colgroup col {
  width: 20% !important; }
.table-width .w {
  width: 160px !important;
  font-size: 15px !important; }
.table-width tbody tr td {
  font-size: 15px !important;
  width: 150px !important;
  word-break: break-word; }

.light-a-light-template .image-single-thumb {
  width: 250px;
  float: left;
  height: 250px;
  background-size: contain;
  margin: 0 20px 20px 0; }

#entries select {
  color: #fff;
  width: 100%;
  font-size: 14px;
  height: 30px; }

/*START FrontPage (similar elements)-------------------------------------------*/
body.home {
  /*global Css*/ }
  body.home h2 {
    display: block;
    font-size: 35px;
    font-weight: 700;
    line-height: 1em;
    margin: 0 0 5px;
    padding: 0;
    position: relative; }
    body.home h2 span,
    body.home h2 strong {
      display: inline-block;
      font-size: 35px;
      font-weight: 700;
      vertical-align: top; }
  body.home .contain-section {
    padding: 0 10%;
    text-align: center; }
  body.home p {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    color: #3a3a3a;
    font-weight: 400;
    line-height: 1.4;
    margin: 0 0 15px 0; }

/*global Css*/
.section-b {
  padding: 45px 0 615px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  .section-b .left-side {
    width: 25%;
    position: relative;
    vertical-align: top;
    display: inline-block; }
    .section-b .left-side .title-left {
      position: relative; }
      .section-b .left-side .title-left .body-title {
        position: relative; }
        .section-b .left-side .title-left .body-title h2 {
          font-family: 'Montserrat', sans-serif;
          color: #695e4a;
          display: block;
          font-size: 40px;
          font-weight: 700;
          margin-left: 30px; }
          .section-b .left-side .title-left .body-title h2 span {
            font-size: 25px;
            font-weight: 500;
            display: block; }
          .section-b .left-side .title-left .body-title h2::before {
            content: "";
            background: transparent url("../images/logo-title.svg") no-repeat;
            width: 42px;
            height: 100%;
            position: absolute;
            background-size: 45px;
            top: 15px;
            left: -45px; }
  .section-b .side-right {
    display: inline-block;
    margin-left: 0%;
    overflow: hidden;
    position: absolute;
    z-index: 6;
    width: 70%;
    top: 0px; }

.section-c {
  background: #fff;
  position: relative;
  text-align: center;
  padding: 45px 0; }
  .section-c h2 {
    font-family: 'Montserrat', sans-serif;
    color: #695e4a;
    font-size: 35px !important;
    font-weight: 600 !important;
    margin-bottom: 30px !important; }
  .section-c a.btn-1 {
    margin-top: 30px;
    text-transform: capitalize !important;
    font-size: 18px;
    padding: 10px 20px; }
  .section-c .link-box .box-c {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
    height: 390px;
    position: relative;
    width: 100%; }
    .section-c .link-box .box-c::before {
      content: "";
      background: transparent url("../images/box-shadow.png") no-repeat;
      background-position: center bottom;
      background-repeat: no-repeat;
      background-size: 100% 100%;
      bottom: 0;
      height: 45%;
      left: 0;
      position: absolute;
      width: 100%; }
    .section-c .link-box .box-c .text-box {
      position: absolute;
      bottom: 0;
      text-align: left;
      padding: 10px 50px 10px 20px;
      width: 100%; }
      .section-c .link-box .box-c .text-box h3 {
        font-family: 'Montserrat', sans-serif;
        color: #fff;
        font-size: 20px;
        margin: 0;
        font-weight: 700;
        display: block;
        position: relative; }
        .section-c .link-box .box-c .text-box h3::after {
          content: "";
          background: transparent url("../images/arrow-box.png") no-repeat;
          background-position: center;
          background-repeat: no-repeat;
          background-size: auto;
          bottom: 3px;
          height: 15px;
          margin: auto 0;
          position: absolute;
          right: -20px;
          transition: 0.4s;
          width: 20px; }
  .section-c .link-box:hover .box-c .text-box h3::after {
    right: -45px;
    transition: 0.4s; }

.section-d {
  background: #fff;
  position: relative;
  display: flex; }
  .section-d .impact {
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 25%;
    min-height: 500px; }
    .section-d .impact .bg-impact {
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      position: absolute;
      width: 100%;
      filter: grayscale(100%);
      height: 100%;
      top: 0;
      left: 0;
      z-index: 0; }
    .section-d .impact::before {
      content: "";
      background: rgba(120, 194, 76, 0.8);
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: 1;
      top: 0;
      left: 0; }
    .section-d .impact .text-impact {
      position: relative;
      z-index: 2; }
    .section-d .impact h3 {
      font-family: 'Montserrat', sans-serif;
      color: white;
      display: block;
      font-size: 40px;
      font-weight: 700;
      position: relative; }
      .section-d .impact h3 span {
        font-weight: 500;
        font-size: 25px;
        display: block; }
    .section-d .impact p {
      color: #fff;
      font-size: 20px; }
    .section-d .impact a.btn-2 {
      margin-top: 15px; }
  .section-d .impact-grid {
    display: inline-block;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 75%; }
    .section-d .impact-grid .impact-col {
      width: 34%;
      height: 100%;
      position: relative;
      display: inline-block; }
      .section-d .impact-grid .impact-col .impact-text {
        width: 100%;
        height: 50%;
        text-align: center;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding: 15px; }
        .section-d .impact-grid .impact-col .impact-text span {
          font-family: 'Montserrat', sans-serif;
          color: #fff;
          display: inline-block;
          font-size: 45px;
          font-weight: 700;
          margin-top: 0; }
        .section-d .impact-grid .impact-col .impact-text p {
          font-size: 22px;
          color: #fff;
          font-weight: 500; }
      .section-d .impact-grid .impact-col .impact-img {
        position: relative;
        width: 100%;
        height: 50%;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat; }
      .section-d .impact-grid .impact-col:nth-child(1) .impact-text {
        background: #ffba00; }
      .section-d .impact-grid .impact-col:nth-child(2) .impact-text {
        background: #01add4; }
      .section-d .impact-grid .impact-col:nth-child(3) .impact-text {
        background: #604cb8; }

.section-e {
  background-color: #fff;
  position: relative;
  overflow: hidden; }
  .section-e .testimonials .d-flex {
    justify-content: flex-end; }
    .section-e .testimonials .d-flex .testimonial-img {
      position: absolute;
      width: 30%;
      height: 100%;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      display: inline-block;
      left: 0;
      z-index: 1; }
      .section-e .testimonials .d-flex .testimonial-img::before {
        content: "";
        background: transparent url("../images/shadow-testimonial.png") no-repeat;
        background-position: center left;
        background-repeat: no-repeat;
        background-size: cover;
        height: 100%;
        position: absolute;
        right: 0;
        width: 75%;
        z-index: 2; }
    .section-e .testimonials .d-flex .testimonial-text {
      position: relative;
      width: 50%;
      background: #7ac142;
      padding: 25px 65px;
      text-align: center;
      float: none;
      display: flex;
      justify-content: center;
      align-items: center; }
      .section-e .testimonials .d-flex .testimonial-text p {
        position: relative;
        display: block;
        font-family: 'Montserrat', sans-serif;
        font-size: 21px;
        color: #fff; }
    .section-e .testimonials .d-flex .testimonial-name {
      position: relative;
      width: 25%;
      background: #ffba00;
      padding: 35px 75px;
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column; }
      .section-e .testimonials .d-flex .testimonial-name h2 {
        font-family: 'Montserrat', sans-serif;
        font-size: 24px;
        color: #fff;
        font-weight: 600;
        text-align: center;
        margin: 0 !important; }
      .section-e .testimonials .d-flex .testimonial-name h3 {
        font-family: 'Montserrat', sans-serif;
        font-size: 22px;
        margin: 0 !important;
        font-weight: 500;
        color: #fff; }
  .section-e #carouselSuccess.carousel-fade .carousel-inner {
    /* Safari 4.0 - 8.0 */
    /* Standard syntax */
    /* Safari 4.0 - 8.0 */
    /* Standard syntax */ }
    .section-e #carouselSuccess.carousel-fade .carousel-inner .caption-a {
      opacity: 0; }
    .section-e #carouselSuccess.carousel-fade .carousel-inner .left .caption-a,
    .section-e #carouselSuccess.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-e #carouselSuccess.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-e #carouselSuccess.carousel-fade .carousel-inner .item {
      transition-property: opacity; }
    .section-e #carouselSuccess.carousel-fade .carousel-inner .item,
    .section-e #carouselSuccess.carousel-fade .carousel-inner .active.left,
    .section-e #carouselSuccess.carousel-fade .carousel-inner .active.right {
      opacity: 0; }
    .section-e #carouselSuccess.carousel-fade .carousel-inner .active,
    .section-e #carouselSuccess.carousel-fade .carousel-inner .next.left,
    .section-e #carouselSuccess.carousel-fade .carousel-inner .prev.right {
      opacity: 1; }
    .section-e #carouselSuccess.carousel-fade .carousel-inner .next,
    .section-e #carouselSuccess.carousel-fade .carousel-inner .prev,
    .section-e #carouselSuccess.carousel-fade .carousel-inner .active.left,
    .section-e #carouselSuccess.carousel-fade .carousel-inner .active.right {
      left: 0;
      transform: translate3d(0, 0, 0); }
  .section-e #carouselSuccess.carousel-fade .carousel-control {
    z-index: 2; }
  .section-e #carouselSuccess.carousel-fade .bullets {
    bottom: 33px;
    height: 25px;
    left: 0;
    position: absolute;
    z-index: 1;
    right: 0;
    margin: 0 auto; }
    .section-e #carouselSuccess.carousel-fade .bullets .carousel-indicators {
      bottom: 10px;
      list-style: none;
      margin: 0;
      position: relative;
      right: unset;
      text-align: center;
      width: 100%;
      z-index: 15; }
      .section-e #carouselSuccess.carousel-fade .bullets .carousel-indicators li {
        background: transparent;
        border-radius: 50%;
        border: 3px solid #fff;
        height: 12px;
        margin: 0 6px;
        width: 12px; }
        .section-e #carouselSuccess.carousel-fade .bullets .carousel-indicators li.active {
          background: #ea7125;
          transition: 0.4s;
          border: 5px solid #ea7125;
          width: 15px;
          height: 15px; }
  .section-e #carouselSuccess .carousel-control {
    opacity: 1;
    transition: 0.4s;
    width: 18px !important;
    height: 18px !important;
    top: unset;
    bottom: 15px; }
    .section-e #carouselSuccess .carousel-control span {
      background: transparent url("../images/testimonial-arrow.png") no-repeat;
      background-position: center;
      background-size: auto;
      border-radius: 50%;
      height: 18px;
      text-align: center;
      text-shadow: none;
      transition: box-shadow 0.4s;
      width: 18px;
      display: block;
      position: absolute;
      top: 0;
      left: 0; }
      .section-e #carouselSuccess .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%; }
      .section-e #carouselSuccess .carousel-control span:hover {
        box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.4); }
    .section-e #carouselSuccess .carousel-control.left, .section-e #carouselSuccess .carousel-control.right {
      background: transparent;
      width: 10%; }
    .section-e #carouselSuccess .carousel-control.right {
      right: 28%;
      bottom: 16px; }
    .section-e #carouselSuccess .carousel-control.left {
      left: 68%; }
      .section-e #carouselSuccess .carousel-control.left span {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg); }

.section-f {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 85px 0 0; }
  .section-f::before {
    content: "";
    background: transparent url("../images/sec-f-shadow.png") no-repeat;
    background-size: cover;
    background-position: bottom;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0; }
  .section-f::after {
    content: "";
    background: transparent url("../images/shadow-left.png") no-repeat;
    background-size: 100% 100%;
    background-position: right;
    width: 95%;
    height: 100%;
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0; }
  .section-f .btn-event {
    text-decoration: none;
    color: #fff;
    border-bottom: 1px solid #fff;
    transition: all 0.4s ease; }
    .section-f .btn-event:hover {
      text-decoration: none;
      transition: all 0.4s ease;
      border-bottom: 1px solid transparent; }
  .section-f .col-md-5 {
    z-index: 2; }
    .section-f .col-md-5 h2 {
      font-family: 'Open Sans', sans-serif;
      color: #fff;
      font-size: 36px;
      font-weight: 700;
      margin-bottom: 35px !important;
      margin-top: 0 !important; }
    .section-f .col-md-5 p {
      color: #fff !important; }
    .section-f .col-md-5 a.btn-1 {
      margin-top: 40px;
      margin-bottom: 100px; }
  .section-f .events {
    padding: 35px 70px;
    position: relative;
    z-index: 3; }
    .section-f .events::before {
      content: "";
      position: absolute;
      background: transparent url("../images/event-shadow.png") no-repeat;
      background-size: cover;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .section-f .events .event-box {
      display: flex;
      flex-basis: 30%;
      align-items: center;
      justify-content: center;
      margin: 0 1%; }
      .section-f .events .event-box .event-number {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        width: 90px;
        height: 90px;
        border-radius: 50%;
        background: green; }
        .section-f .events .event-box .event-number h2 {
          margin: 0 !important;
          font-size: 42px;
          color: #fff; }
      .section-f .events .event-box .event-body {
        width: 70%;
        display: inline-block;
        margin-left: 20px; }
        .section-f .events .event-box .event-body h3 {
          font-family: 'Open Sans', sans-serif;
          font-size: 18px;
          color: #fff;
          text-transform: capitalize;
          padding-bottom: 15px;
          font-weight: 700;
          margin: 0 !important; }
        .section-f .events .event-box .event-body span {
          font-family: 'Open Sans', sans-serif;
          font-size: 14px;
          color: #fff;
          font-weight: 600;
          padding-left: 25px;
          position: relative; }
          .section-f .events .event-box .event-body span::before {
            content: "";
            background: transparent url("../images/event-icon.png") no-repeat;
            width: 22px;
            height: 22px;
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0; }
      .section-f .events .event-box:nth-child(1) .event-number {
        background: #7ac142; }
      .section-f .events .event-box:nth-child(2) .event-number {
        background: #ffba00; }
      .section-f .events .event-box:nth-child(3) .event-number {
        background: #01add4; }
  .section-f #carouselSuccess2.carousel-fade .carousel-inner {
    /* Safari 4.0 - 8.0 */
    /* Standard syntax */
    /* Safari 4.0 - 8.0 */
    /* Standard syntax */ }
    .section-f #carouselSuccess2.carousel-fade .carousel-inner .caption-a {
      opacity: 0; }
    .section-f #carouselSuccess2.carousel-fade .carousel-inner .left .caption-a,
    .section-f #carouselSuccess2.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-f #carouselSuccess2.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-f #carouselSuccess2.carousel-fade .carousel-inner .item {
      transition-property: opacity; }
    .section-f #carouselSuccess2.carousel-fade .carousel-inner .item,
    .section-f #carouselSuccess2.carousel-fade .carousel-inner .active.left,
    .section-f #carouselSuccess2.carousel-fade .carousel-inner .active.right {
      opacity: 0; }
    .section-f #carouselSuccess2.carousel-fade .carousel-inner .active,
    .section-f #carouselSuccess2.carousel-fade .carousel-inner .next.left,
    .section-f #carouselSuccess2.carousel-fade .carousel-inner .prev.right {
      opacity: 1; }
    .section-f #carouselSuccess2.carousel-fade .carousel-inner .next,
    .section-f #carouselSuccess2.carousel-fade .carousel-inner .prev,
    .section-f #carouselSuccess2.carousel-fade .carousel-inner .active.left,
    .section-f #carouselSuccess2.carousel-fade .carousel-inner .active.right {
      left: 0;
      transform: translate3d(0, 0, 0); }
  .section-f #carouselSuccess2.carousel-fade .carousel-control {
    z-index: 2; }
  .section-f #carouselSuccess2.carousel-fade .bullets {
    bottom: 33px;
    height: 25px;
    left: 0;
    position: absolute;
    z-index: 1;
    right: 0;
    margin: 0 auto; }
    .section-f #carouselSuccess2.carousel-fade .bullets .carousel-indicators {
      bottom: 10px;
      list-style: none;
      margin: 0;
      position: relative;
      right: unset;
      text-align: center;
      width: 100%;
      z-index: 15; }
      .section-f #carouselSuccess2.carousel-fade .bullets .carousel-indicators li {
        background: transparent;
        border-radius: 50%;
        border: 3px solid #fff;
        height: 12px;
        margin: 0 6px;
        width: 12px; }
        .section-f #carouselSuccess2.carousel-fade .bullets .carousel-indicators li.active {
          background: #ea7125;
          transition: 0.4s;
          border: 5px solid #ea7125;
          width: 15px;
          height: 15px; }
  .section-f #carouselSuccess2 .carousel-control {
    opacity: 1;
    transition: 0.4s; }
    .section-f #carouselSuccess2 .carousel-control span {
      background: transparent url("../images/testimonial-arrow.png") no-repeat;
      background-position: center;
      background-size: auto;
      border-radius: 50%;
      height: 18px;
      text-align: center;
      text-shadow: none;
      transition: box-shadow 0.4s;
      width: 18px;
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto;
      left: 0; }
      .section-f #carouselSuccess2 .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%; }
      .section-f #carouselSuccess2 .carousel-control span:hover {
        box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.4); }
    .section-f #carouselSuccess2 .carousel-control.left, .section-f #carouselSuccess2 .carousel-control.right {
      background: transparent;
      width: 4%; }
    .section-f #carouselSuccess2 .carousel-control.right {
      right: -3%; }
      .section-f #carouselSuccess2 .carousel-control.right span {
        left: unset;
        right: 0; }
    .section-f #carouselSuccess2 .carousel-control.left {
      left: -3%; }
      .section-f #carouselSuccess2 .carousel-control.left span {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg); }

.section-g {
  background-size: cover;
  background-position: top;
  padding: 60px 0;
  position: relative; }
  .section-g h2.title {
    font-family: 'Open Sans', sans-serif;
    font-size: 40px;
    font-weight: 700;
    color: #695e4a;
    text-align: left; }

/*END FrontPage-------------------------------------------*/
.resourses-wrap .flex-img {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); }
.resourses-wrap .flex-body h5 {
  text-align: center;
  font-size: 24px; }
  .resourses-wrap .flex-body h5 a {
    color: #3a3a3a; }

.single-resources .flex-img {
  background-size: cover;
  background-position: center; }
.single-resources .flex-body h5 {
  text-align: center;
  font-size: 24px; }
  .single-resources .flex-body h5 a {
    color: #3a3a3a; }

/* Media queries----------------------------------*/
@media only screen and (max-width: 991px) {
  .section-b .left-side {
    width: 100%; }

  .section-d .impact {
    width: 100%; }

  .section-b .side-right {
    position: relative;
    width: 100%;
    top: 0; }

  .section-d .impact-grid {
    position: relative;
    width: 100%; }

  .section-d {
    flex-direction: column; }

  .section-d .impact-grid .impact-col {
    width: 100%; }

  .d-flex {
    flex-direction: column; }

  .section-d .impact-grid .impact-col .impact-img,
  .section-d .impact-grid .impact-col .impact-text {
    height: 320px !important; }

  .section-c .link-box {
    margin: 15px 0;
    display: block;
    position: relative; }

  .section-e .testimonials .d-flex .testimonial-img {
    position: relative;
    width: 100%;
    height: 320px;
    margin: auto; }
    .section-e .testimonials .d-flex .testimonial-img::before {
      content: none; }

  .section-f::before {
    background: rgba(0, 0, 0, 0.4); }

  .section-g::before {
    content: "";
    background: rgba(255, 255, 255, 0.4);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0; }

  .section-e .testimonials .d-flex .testimonial-text {
    width: 100%; }

  .section-e .testimonials .d-flex .testimonial-name {
    width: 100%;
    height: 320px;
    position: relative; }

  .section-e #carouselSuccess .carousel-control {
    bottom: 28% !important; }

  .section-e #carouselSuccess .carousel-control.right {
    right: 15%; } }
@media only screen and (max-width: 767px) {
  .section-b .left-side {
    width: 100%; }

  .section-b {
    padding: 45px 0 !important; }

  .section-d .impact {
    width: 100%; }

  .section-d {
    flex-direction: column !important; }

  .section-d .impact-grid {
    position: relative;
    width: 100%; }

  .section-d .impact-grid .impact-col {
    width: 100%; }

  .d-flex {
    flex-direction: column; }

  .section-b .side-right {
    position: relative;
    width: 100%;
    top: 0; }

  .section-f::before {
    background: rgba(0, 0, 0, 0.4); }

  .section-g::before {
    content: "";
    background: rgba(255, 255, 255, 0.4);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0; }

  .section-d .impact-grid .impact-col .impact-img,
  .section-d .impact-grid .impact-col .impact-text {
    height: 320px !important; }

  .section-c .link-box {
    margin: 15px 0;
    display: block;
    position: relative; }

  .section-e .testimonials .d-flex .testimonial-img {
    position: relative;
    width: 100%;
    height: 320px;
    margin: auto; }
    .section-e .testimonials .d-flex .testimonial-img::before {
      content: none; }

  .section-e .testimonials .d-flex .testimonial-text {
    width: 100%; }

  .section-e .testimonials .d-flex .testimonial-name {
    width: 100%;
    height: 320px;
    position: relative; }

  .section-e #carouselSuccess .carousel-control {
    bottom: 28% !important; }

  .section-e #carouselSuccess .carousel-control.right {
    right: 15%; } }
@media only screen and (max-width: 480px) {
  .section-f #carouselSuccess2 .carousel-control.right {
    right: -15%; }

  .section-f::before {
    background: rgba(0, 0, 0, 0.4); }

  .section-g::before {
    content: "";
    background: rgba(255, 255, 255, 0.4);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0; }

  .section-f #carouselSuccess2 .carousel-control.left {
    left: -15%; }

  .section-f .events .event-box .event-number {
    height: 75px; } }
.interior {
  font-size: 22px !important;
  font-weight: 600 !important; }

.resourses-wrap .flex-body h5 {
  font-size: 20px; }

.interior h1 {
  font-size: 45px; }

.interior p {
  font-size: 22px; }

.page-id-1874 .interior-top {
  background-size: contain !important; }

.sc-right-panel .pf-content .printfriendly.pf-alignright {
  display: none; }

.grid#sc_our_team .sc_team_member .sc_team_member_jobtitle {
  padding: 0 5px;
  font-size: 14px !important; }

.grid#sc_our_team .sc_team_member .sc_team_member_name {
  padding: 0 10px; }

div.printfriendly {
  z-index: 900;
  position: absolute;
  top: 20px; }

.mdf_shortcode_skin_default .mdf_input_container_block {
  min-height: inherit !important; }

.r-box .flex-item {
  margin-bottom: 25px; }

.navigation ol.tw-pagination {
  padding: 20px 0;
  width: 100%;
  text-align: center; }

.navigation ol.tw-pagination li {
  display: inline-block;
  margin-right: 10px; }

.navigation ol.tw-pagination li:first-child {
  display: none; }

.content-header .header-bottom #navigation ul.navbar-nav li a {
  width: 100%; }

.team-bios-widget .Grid-Circles-with-Single-View .single-box .img-wrap {
  background-size: cover; }

/* width */
#navigation .nav.navbar-nav > li > ul::-webkit-scrollbar {
  width: 10px; }

/* Track */
#navigation .nav.navbar-nav > li > ul::-webkit-scrollbar-track {
  background: #f1f1f1; }

/* Handle */
#navigation .nav.navbar-nav > li > ul::-webkit-scrollbar-thumb {
  background: #888; }

footer.footer .footer-top .flex-container .flex-item:nth-last-child(1) {
  width: 400px; }

footer.footer .gform_wrapper .gform_footer {
  margin-left: 0 !important; }

.single-programs .single-b .d-flex .program-link .program-box,
.single-programs .single-c .d-flex .program-link .program-box,
.single-programs .single-c .d-flex .program-link .program-box .hover-text,
.single-programs .single-b .d-flex .program-link .program-box .hover-text {
  height: 100%; }

/* Handle on hover */
#navigation .nav.navbar-nav > li > ul::-webkit-scrollbar-thumb:hover {
  background: #555; }

#navigation .nav.navbar-nav > li > ul {
  max-height: calc(100vh - 125px);
  overflow: auto; }

.interior img {
  margin-top: 0; }

.interior .tribe-event-description p {
  font-size: 16px; }

.page-template-sponsors
.team-bios-widget
.Grid-Circles-with-Single-View
.single-box
.img-wrap {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }

#social-stream-461
.dcwss-content
ul.stream
li.dcsns-li
.inner
span.section-thumb
img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center; }

.content-header .header-bottom #navigation ul.navbar-nav li ul li ul li ul {
  padding-left: 20px; }

.tml label {
  margin-top: 20px;
  margin-bottom: 0; }

#your-profile h3 {
  margin: 25px 0 5px; }

#your-profile .form-table label {
  margin: 0 20px 0 0; }

#tribe-community-events .tribe-section.tribe-section-image-uploader,
#tribe-community-events .tribe-section.tribe-section-website,
#tribe-community-events .tribe-section.tribe-section-cost {
  display: none !important; }

#input_8_8_other {
  position: relative;
  left: 0;
  opacity: 1; }

@media screen and (max-width: 1200px) {
  .content-header .header-bottom #navigation ul.navbar-nav li ul li ul li ul {
    padding-left: 0px; } }
@media screen and (max-width: 480px) {
  .section-f .events .event-box {
    display: block; }

  .section-f .events .event-box .event-number {
    width: 75px;
    margin: 0 auto 15px; }

  .section-f .events .event-box {
    min-height: 230px; }

  .section-f .events .event-box .event-body {
    width: 100%;
    display: inline-block;
    margin-left: 0;
    text-align: center; } }
.interior p strong {
  color: inherit; }

.interior h3,
.interior h5 {
  color: #01add4; }

.swiper-container .swiper-wrapper.center .swiper-slide-prev {
  transform: translate(10%, 0) scale(0.8) !important; }

.swiper-container .swiper-wrapper.center .swiper-slide-next {
  transform: translate(-10%, 0) scale(0.8) !important; }

.swiper-slide-shadow-right,
.swiper-slide-shadow-left {
  display: none; }

.swiper-container .swiper-wrapper.center .box.swiper-slide {
  box-shadow: none !important; }

.interior {
  font-size: 24px;
  font-weight: 400; }

.interior ul.list li::before {
  margin-top: 13px; }

.interior-top::before {
  content: none; }

.slider-widget .slider-a .slider-box::before {
  content: none; }

.interior ul.list li,
.interior p strong,
.interior p span {
  font-size: inherit; }

a {
  color: #7ac142; }

h1[id*="accordion-"],
h2[id*="accordion-"],
h3[id*="accordion-"],
h4[id*="accordion-"],
h5[id*="accordion-"],
h6[id*="accordion-"] {
  background: #01add4 !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 {
  right: 20px; }

.section-g .wall-outer {
  margin-top: 0; }

.only-loggedin {
  display: none !important; }

body.logged-in .only-loggedin {
  display: block !important; }

.logged-menu .nav ul {
  text-align: center;
  font-size: 0;
  padding: 0; }

.logged-menu .nav ul li {
  display: inline-block;
  font-size: 16px; }

.logged-menu .nav ul li:last-child a {
  border-radius: 0 0 5px 0px; }

.logged-menu .nav ul li:first-child a {
  border-radius: 0 0 0px 5px; }

.logged-menu .nav ul li a {
  padding: 10px 10px;
  display: block;
  border: 1px solid #2fd672;
  border-right: none;
  background: #f1f1f1;
  transition: 0.4s; }

.logged-menu .nav ul li a:hover {
  background: #2fd672;
  color: #fff;
  text-decoration: none; }

.logged-menu .nav ul li:last-child a {
  border-right: 1px solid #2fd672; }

.tribe-events-community-footer input#post {
  background: #2fd672; }

.team-bios-widget .Grid-Circles-with-Single-View .single-box .img-wrap {
  border-radius: 0;
  border: none;
  box-shadow: none;
  transition: 0.4s;
  background-position: center top;
  background-size: 100%; }

.team-bios-widget .Grid-Circles-with-Single-View .single-box .img-wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.4s;
  background: transparent;
  display: block; }

.team-bios-widget .Grid-Circles-with-Single-View .single-box .img-wrap:hover {
  background-size: 110%; }

.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 {
  color: #fff;
  padding: 2px 10px; }

.team-bios-widget
.Grid-Circles-with-Single-View
.single-box
.img-wrap:hover::before {
  background: rgba(0, 0, 0, 0.4); }

.team-bios-widget .Grid-Circles-with-Single-View .single-box .img-wrap a.plus {
  border: 3px solid #fff;
  color: #fff; }

.team-bios-widget .Grid-Circles-with-Single-View .single-box .info-wrap {
  top: auto;
  -webkit-transform: translate(0%, 0%);
  -moz-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  bottom: 10px; }

@media screen and (max-width: 1199px) {
  .logged-menu .nav ul li a {
    border-top: none; }

  .logged-menu .nav ul {
    display: block;
    margin: 0 auto;
    width: 60%; }

  .logged-menu .nav ul li:nth-child(4) a {
    border-right: 1px solid #2fd672;
    border-radius: 0 0 5px 0; }

  .logged-menu .nav ul li:nth-child(5) a {
    border-radius: 0 0 0px 5px; } }
@media screen and (max-width: 991px) {
  .logged-menu .nav ul {
    width: 80%; }

  .interior-top {
    height: 500px !important;
    min-height: 0 !important; } }
@media screen and (max-width: 768px) {
  .logged-menu .nav ul {
    width: 100%; }

  .logged-menu .nav ul li {
    width: 100%; }

  .logged-menu .nav ul li a {
    border: 1px solid #2fd672 !important;
    border-radius: 0 !important;
    border-top: none !important; } }
.tribe-events-single-event-title {
  text-align: left !important;
  font-size: 32px !important; }

.tribe-events-schedule span {
  font-size: 18px !important; }

.tribe-events-schedule address span {
  font-family: "Montserrat", sans-serif !important; }

.slider-widget .caption-a {
  left: 80%; }

.slider-widget .slider-a .bg-img {
  background-position: center; }

.filter_feed_lvtn {
  display: none; }

.social_feed_lvtn.grid-4 .single_feed {
  border-radius: 10px !important; }

.fab {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 14px;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.search-mobile {
  display: none; }

.interior {
  font-size: 22px !important;
  font-weight: 600 !important; }

.resourses-wrap .flex-body h5 {
  font-size: 20px; }

.interior h1 {
  font-size: 45px; }

.interior p {
  font-size: 22px; }

.page-id-1874 .interior-top {
  background-size: contain !important; }

.sc-right-panel .pf-content .printfriendly.pf-alignright {
  display: none; }

.grid#sc_our_team .sc_team_member .sc_team_member_jobtitle {
  padding: 0 5px;
  font-size: 14px !important; }

.grid#sc_our_team .sc_team_member .sc_team_member_name {
  padding: 0 10px; }

div.printfriendly {
  z-index: 900;
  position: absolute;
  top: 20px; }

.mdf_shortcode_skin_default .mdf_input_container_block {
  min-height: inherit !important; }

.r-box .flex-item {
  margin-bottom: 25px; }

.navigation ol.tw-pagination {
  padding: 20px 0;
  width: 100%;
  text-align: center; }

.navigation ol.tw-pagination li {
  display: inline-block;
  margin-right: 10px; }

.navigation ol.tw-pagination li:first-child {
  display: none; }

.content-header .header-bottom #navigation ul.navbar-nav li a {
  width: 100%; }

.team-bios-widget .Grid-Circles-with-Single-View .single-box .img-wrap {
  background-size: cover; }

/* width */
#navigation .nav.navbar-nav > li > ul::-webkit-scrollbar {
  width: 10px; }

/* Track */
#navigation .nav.navbar-nav > li > ul::-webkit-scrollbar-track {
  background: #f1f1f1; }

/* Handle */
#navigation .nav.navbar-nav > li > ul::-webkit-scrollbar-thumb {
  background: #888; }

footer.footer .footer-top .flex-container .flex-item:nth-last-child(1) {
  width: 400px; }

footer.footer .gform_wrapper .gform_footer {
  margin-left: 0 !important; }

.single-programs .single-b .d-flex .program-link .program-box,
.single-programs .single-c .d-flex .program-link .program-box,
.single-programs .single-c .d-flex .program-link .program-box .hover-text,
.single-programs .single-b .d-flex .program-link .program-box .hover-text {
  height: 100%; }

/* Handle on hover */
#navigation .nav.navbar-nav > li > ul::-webkit-scrollbar-thumb:hover {
  background: #555; }

#navigation .nav.navbar-nav > li > ul {
  max-height: calc(100vh - 125px);
  overflow: auto; }

.interior img {
  margin-top: 0; }

.interior .tribe-event-description p {
  font-size: 16px; }

.page-template-sponsors
.team-bios-widget
.Grid-Circles-with-Single-View
.single-box
.img-wrap {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }

#social-stream-461
.dcwss-content
ul.stream
li.dcsns-li
.inner
span.section-thumb
img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center; }

.content-header .header-bottom #navigation ul.navbar-nav li ul li ul li ul {
  padding-left: 20px; }

.tml label {
  margin-top: 20px;
  margin-bottom: 0; }

#your-profile h3 {
  margin: 25px 0 5px; }

#your-profile .form-table label {
  margin: 0 20px 0 0; }

#tribe-community-events .tribe-section.tribe-section-image-uploader,
#tribe-community-events .tribe-section.tribe-section-website,
#tribe-community-events .tribe-section.tribe-section-cost {
  display: none !important; }

#input_8_8_other {
  position: relative;
  left: 0;
  opacity: 1; }

@media screen and (max-width: 1200px) {
  .content-header .header-bottom #navigation ul.navbar-nav li ul li ul li ul {
    padding-left: 0px; } }
.interior p strong {
  color: inherit; }

.interior h3,
.interior h5 {
  color: #01add4; }

.swiper-container .swiper-wrapper.center .swiper-slide-prev {
  transform: translate(10%, 0) scale(0.8) !important; }

.swiper-container .swiper-wrapper.center .swiper-slide-next {
  transform: translate(-10%, 0) scale(0.8) !important; }

.swiper-slide-shadow-right,
.swiper-slide-shadow-left {
  display: none; }

.swiper-container .swiper-wrapper.center .box.swiper-slide {
  box-shadow: none !important; }

.interior {
  font-size: 24px;
  font-weight: 400; }

.interior ul.list li::before {
  margin-top: 13px; }

.interior-top::before {
  content: none; }

.slider-widget .slider-a .slider-box::before {
  content: none; }

.interior ul.list li,
.interior p strong,
.interior p span {
  font-size: inherit; }

a {
  color: #7ac142; }

h1[id*="accordion-"],
h2[id*="accordion-"],
h3[id*="accordion-"],
h4[id*="accordion-"],
h5[id*="accordion-"],
h6[id*="accordion-"] {
  background: #01add4 !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 {
  right: 20px; }

.section-g .wall-outer {
  margin-top: 0; }

.only-loggedin {
  display: none !important; }

body.logged-in .only-loggedin {
  display: block !important; }

.logged-menu .nav ul {
  text-align: center;
  font-size: 0;
  padding: 0; }

.logged-menu .nav ul li {
  display: inline-block;
  font-size: 16px; }

.logged-menu .nav ul li:last-child a {
  border-radius: 0 0 5px 0px; }

.logged-menu .nav ul li:first-child a {
  border-radius: 0 0 0px 5px; }

.logged-menu .nav ul li a {
  padding: 10px 10px;
  display: block;
  border: 1px solid #2fd672;
  border-right: none;
  background: #f1f1f1;
  transition: 0.4s; }

.logged-menu .nav ul li a:hover {
  background: #2fd672;
  color: #fff;
  text-decoration: none; }

.logged-menu .nav ul li:last-child a {
  border-right: 1px solid #2fd672; }

.tribe-events-community-footer input#post {
  background: #2fd672; }

.team-bios-widget .Grid-Circles-with-Single-View .single-box .img-wrap {
  border-radius: 0;
  border: none;
  box-shadow: none;
  transition: 0.4s;
  background-position: center top;
  background-size: 100%; }

.team-bios-widget .Grid-Circles-with-Single-View .single-box .img-wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.4s;
  background: transparent;
  display: block; }

.team-bios-widget .Grid-Circles-with-Single-View .single-box .img-wrap:hover {
  background-size: 110%; }

.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 {
  color: #fff;
  padding: 2px 10px; }

.team-bios-widget
.Grid-Circles-with-Single-View
.single-box
.img-wrap:hover::before {
  background: rgba(0, 0, 0, 0.4); }

.team-bios-widget .Grid-Circles-with-Single-View .single-box .img-wrap a.plus {
  border: 3px solid #fff;
  color: #fff; }

.team-bios-widget .Grid-Circles-with-Single-View .single-box .info-wrap {
  top: auto;
  -webkit-transform: translate(0%, 0%);
  -moz-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  bottom: 10px; }

@media screen and (max-width: 1199px) {
  .logged-menu .nav ul li a {
    border-top: none; }

  .logged-menu .nav ul {
    display: block;
    margin: 0 auto;
    width: 60%; }

  .logged-menu .nav ul li:nth-child(4) a {
    border-right: 1px solid #2fd672;
    border-radius: 0 0 5px 0; }

  .logged-menu .nav ul li:nth-child(5) a {
    border-radius: 0 0 0px 5px; } }
@media screen and (max-width: 991px) {
  .logged-menu .nav ul {
    width: 80%; }

  .interior-top {
    height: 500px !important;
    min-height: 0 !important; }

  .search-mobile {
    display: inline-block !important;
    margin-right: 10px; }

  .open-search::after {
    content: unset !important; } }
@media screen and (max-width: 768px) {
  .logged-menu .nav ul {
    width: 100%; }

  .logged-menu .nav ul li {
    width: 100%; }

  .logged-menu .nav ul li a {
    border: 1px solid #2fd672 !important;
    border-radius: 0 !important;
    border-top: none !important; } }
@media screen and (max-width: 480px) {
  .section-f .events .event-box {
    display: block; }

  .section-f .events .event-box .event-number {
    width: 75px;
    margin: 0 auto 15px; }

  .section-f .events .event-box {
    min-height: 230px; }

  .section-f .events .event-box .event-body {
    width: 100%;
    display: inline-block;
    margin-left: 0;
    text-align: center; } }

/*# sourceMappingURL=style.css.map */
