/*
Theme Name: MMA
Description: Medical Mission Aid Inc. website
Theme Author: Alice Maserati
Author URL: http://alicemaserati.com.au
Template: twentyseventeen
Version: 1.0.0
Text Domain: mma
*/body {
  font-family: 'Roboto Slab', serif;
  color: #483C4A;
  font-weight: 400;
}

body .gform_wrapper div.validation_error {
  color: white;
  border: none;
  padding: 10px 0 0;
  font-size: 14px;
}

body .gform_wrapper .validation_message {
  color: white;
}

body .gform_wrapper li.gfield.gfield_error {
  background: none;
  border: none;
  padding: 0;
}

body .gform_confirmation_wrapper {
  padding-top: 15px;
}

h1 {
  font-weight: 600;
  font-size: 33px;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  h1 {
    font-size: 25px;
    text-align: center;
  }
}

h2 {
  font-size: 24px;
  font-weight: 600;
  color: #7D2C83;
}

h3 {
  font-size: 20px;
  font-weight: 600;
}

p {
  font-size: 18px;
  line-height: 23px;
}

@media (max-width: 767px) {
  p {
    font-size: 14px;
    line-height: 20px;
  }
}

ul:not(.menu) {
  margin-left: 15px;
  list-style: none;
}

ul:not(.menu) li {
  font-size: 16px;
  line-height: 23px;
}

@media (max-width: 767px) {
  ul:not(.menu) li {
    line-height: 20px;
  }
}

ul:not(.menu) li:before {
  content: "\2022";
  color: #7D2C83;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

ol:not(.menu) {
  list-style: none;
  counter-reset: item;
}

ol:not(.menu) li {
  font-size: 16px;
  line-height: 23px;
  text-indent: -15px;
  padding-left: 15px;
}

@media (max-width: 767px) {
  ol:not(.menu) li {
    line-height: 20px;
  }
}

ol:not(.menu) li:before {
  content: counter(item) ". ";
  counter-increment: item;
  color: #7D2C83;
}

a.btn {
  font-weight: 600;
}

a.btn.btn-primary {
  background: transparent;
  color: #7D2C83;
  font-size: 21px;
  text-transform: uppercase;
  border-radius: 0;
  border: 2px solid #7D2C83;
  padding: 3px 20px;
}

a.btn.btn-primary:hover {
  background: #7D2C83;
  color: white;
}

@media (max-width: 767px) {
  a.btn.btn-primary {
    font-size: 14px;
    padding: 3px 10px;
  }
}

a.btn.btn-secondary {
  background: transparent;
  color: white;
  font-size: 21px;
  text-transform: uppercase;
  border-radius: 0;
  border: 2px solid white;
  padding: 3px 20px;
}

a.btn.btn-secondary:hover {
  background: white;
  color: #2E252F;
}

.primary-light {
  color: #BD86C1;
}

@media (max-width: 767px) {
  section.main-top .container {
    padding: 15px 15px;
  }
}

section.main-top .hero {
  min-height: 300px;
  position: relative;
}

section.main-top .hero:after {
  display: block;
  content: '';
  background-image: url(./assets/images/texture.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100px;
  position: absolute;
  left: 0;
  bottom: 0;
}

@media (max-width: 767px) {
  section.main-top .hero {
    min-height: 310px;
  }
}

.slick-slide {
  height: auto;
}

.slick-slide:active, .slick-slide:focus {
  outline: none;
}

.script {
  font-family: cortado, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.background-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.resp-container {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}

.resp-container .resp-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.ctas-column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: center;
      justify-content: center;
}

@media (max-width: 767px) {
  .ctas-column {
    -ms-flex-align: center;
        align-items: center;
  }
}

.ctas-column a.btn {
  width: 55%;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .ctas-column a.btn {
    width: 70%;
  }
}

@media (max-width: 767px) {
  .ctas-column a.btn {
    width: 87%;
  }
}

.center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

@media (max-width: 767px) {
  .center {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

.text-center {
  text-align: center;
}

@media (min-width: 992px) {
  .show-responsive-flex {
    display: none !important;
  }
  .show-responsive {
    display: none !important;
  }
  .hide-responsive {
    display: block !important;
  }
}

@media (min-width: 768px) {
  .show-mobile {
    display: none !important;
  }
  .show-mobile-flex {
    display: none !important;
  }
  .hide-mobile {
    display: block !important;
  }
  .hide-mobile-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media (max-width: 991px) {
  .show-responsive-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .show-responsive {
    display: block !important;
  }
  .hide-responsive {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .show-mobile {
    display: block !important;
  }
  .show-mobile-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .hide-mobile {
    display: none !important;
  }
  .hide-mobile-flex {
    display: none !important;
  }
}

header {
  position: relative;
  z-index: 30;
}

header section.main {
  position: relative;
}

header section.main .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 50px 15px;
}

@media (max-width: 767px) {
  header section.main .container {
    padding: 10px 15px;
  }
}

header section.main .container .top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

@media (max-width: 767px) {
  header section.main .container .top .links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: end;
        justify-content: flex-end;
    width: 57%;
  }
}

@media (max-width: 767px) {
  header section.main .container .top .links.full-width {
    width: 100%;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}

@media (max-width: 767px) {
  header section.main .container .top .links a.btn {
    margin: 0 15px 0 0;
  }
}

header section.main .container .top .toggle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

header section.main .container .top .toggle span {
  color: #7D2C83;
  text-transform: uppercase;
}

header section.main .container a.logo {
  width: 18%;
  display: inline-block;
}

@media (max-width: 767px) {
  header section.main .container a.logo {
    margin: 0;
    width: 32%;
  }
}

header section.main .container a.logo:hover {
  opacity: 0.8;
}

header section.main .links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

header section.main .links a.contact {
  color: #7D2C83;
  font-weight: 600;
  font-size: 20px;
}

header section.main .links a.contact:hover {
  text-decoration: none;
  color: #7D2C83;
  opacity: 0.8;
}

header section.main .links a.btn {
  margin: 0 25px;
}

header section.main .links.home-links {
  position: absolute;
  right: 15px;
  top: 75px;
}

@media (min-width: 768px) and (max-width: 991px) {
  header section.main .links.home-links {
    top: 55px;
  }
}

header section.main .socials a {
  margin: 0 2px;
}

header section.main .socials a i {
  color: #7D2C83;
  font-size: 25px;
}

header section.main .socials a:hover {
  text-decoration: none;
  opacity: 0.8;
}

header section.sticky-header {
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  background: rgba(255, 255, 255, 0.7);
  padding: 15px 15px;
  display: none;
  height: 64px;
}

header section.sticky-header.fixed {
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

header section.sticky-header .logo {
  width: 6%;
}

@media (max-width: 767px) {
  header section.sticky-header .logo {
    width: 25%;
  }
}

@media (max-width: 767px) {
  header section.sticky-header .main-menu.active {
    width: 100%;
  }
}

@media (max-width: 767px) {
  header section.sticky-header .main-menu.active .hamburger {
    position: absolute;
    right: 20px;
  }
}

@media (max-width: 767px) {
  header section.sticky-header .main-menu {
    display: -ms-flexbox;
    display: flex;
    background: transparent;
  }
}

@media (max-width: 767px) {
  header section.sticky-header .main-menu > span {
    color: #7D2C83;
  }
}

@media (max-width: 767px) {
  header section.sticky-header .main-menu .hamburger.is-active .hamburger-inner, header section.sticky-header .main-menu .hamburger.is-active .hamburger-inner:after, header section.sticky-header .main-menu .hamburger.is-active .hamburger-inner:before {
    background: white;
  }
}

@media (max-width: 767px) {
  header section.sticky-header .main-menu .hamburger {
    margin-left: 12px;
  }
}

@media (max-width: 767px) {
  header section.sticky-header .main-menu .hamburger .hamburger-inner, header section.sticky-header .main-menu .hamburger .hamburger-inner:after, header section.sticky-header .main-menu .hamburger .hamburger-inner:before {
    background: #7D2C83;
  }
}

footer {
  background: #2E252F;
  color: white;
  position: relative;
}

footer:before {
  display: block;
  content: '';
  background-image: url(./assets/images/texture.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100px;
  position: absolute;
  left: 0;
  top: 0;
  transform: rotate(180deg);
}

footer a {
  color: white;
}

footer section.main .container {
  padding-top: 75px;
  padding-bottom: 70px;
  z-index: 20;
  position: relative;
}

@media (max-width: 991px) {
  footer section.main .container {
    padding-bottom: 30px;
  }
}

@media (max-width: 767px) {
  footer section.main .container {
    padding: 80px 25px 50px;
  }
}

footer section.main .container .slogan {
  font-size: 40px;
  margin-top: 23px;
}

@media (max-width: 991px) {
  footer section.main .container .slogan {
    font-size: 38px;
  }
}

@media (max-width: 767px) {
  footer section.main .container .slogan {
    font-size: 27px;
    color: #BD86C1;
    margin-top: 10px;
  }
}

footer section.main .container .main-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

footer section.main .container .main-content .details {
  width: 75%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: start;
      justify-content: flex-start;
}

@media (max-width: 991px) {
  footer section.main .container .main-content .details {
    width: 60%;
  }
}

footer section.main .container .main-content .details .logo {
  width: 160px;
  margin-left: -15px;
}

footer section.main .container .main-content .details .links {
  width: 75%;
  padding-left: 30px;
  padding-top: 15px;
}

@media (max-width: 991px) {
  footer section.main .container .main-content .details .links {
    width: 100%;
    padding-left: 0;
  }
}

footer section.main .container .main-content .interact {
  width: 25%;
}

@media (max-width: 991px) {
  footer section.main .container .main-content .interact {
    width: 40%;
  }
}

footer section.main .container .main-content .interact a.btn {
  margin-right: 20px;
}

footer section.main .container .main-content .interact .links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 991px) {
  footer section.main .container .main-content .interact .links {
    padding-left: 0;
  }
}

footer section.main .container .socials a {
  margin: 0 2px;
}

footer section.main .container .socials a:hover {
  cursor: pointer;
  opacity: 0.8;
}

footer section.main .container .socials a i {
  color: #BD86C1;
  font-size: 25px;
}

@media (max-width: 767px) {
  footer section.main .container .socials {
    text-align: right;
    margin: 10px 0 0;
  }
}

footer section.main .container .gform_wrapper {
  padding: 18px 0 30px;
}

@media (max-width: 767px) {
  footer section.main .container .gform_wrapper {
    margin: 0;
    padding-bottom: 5px;
  }
}

footer section.main .container .gform_wrapper h3.gform_title {
  text-align: right;
  color: #BD86C1;
  font-size: 18px;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  footer section.main .container .gform_wrapper h3.gform_title {
    text-align: center;
  }
}

footer section.main .container .gform_wrapper .top_label .gfield_label, footer section.main .container .gform_wrapper legend.gfield_label {
  display: none;
}

footer section.main .container .gform_wrapper .gform_heading {
  margin-bottom: 7px;
}

@media (max-width: 767px) {
  footer section.main .container .gform_wrapper ul.gform_fields {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

footer section.main .container .gform_wrapper ul.gform_fields li.gfield {
  margin-top: 0;
}

@media (max-width: 767px) {
  footer section.main .container .gform_wrapper ul.gform_fields li.gfield {
    width: 80%;
  }
}

footer section.main .container .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  border-radius: 0;
  border: 1px solid #BD86C1;
  font-size: 12px;
  color: #483C4A;
  padding: 8px 10px;
}

footer section.main .container .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder {
  color: #BD86C1;
}

footer section.main .container .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder {
  color: #BD86C1;
}

footer section.main .container .gform_wrapper .gform_body {
  position: relative;
  left: 17px;
}

@media (max-width: 767px) {
  footer section.main .container .gform_wrapper .gform_body {
    left: 0;
  }
}

footer section.main .container .gform_wrapper .gform_footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  padding: 0;
}

@media (max-width: 767px) {
  footer section.main .container .gform_wrapper .gform_footer {
    -ms-flex-pack: center;
        justify-content: center;
  }
}

footer section.main .container .gform_wrapper .gform_footer input.button, footer section.main .container .gform_wrapper .gform_footer input[type=submit] {
  background: transparent;
  color: #BD86C1;
  padding: 0;
  font-size: 18px;
  margin: 0;
}

footer section.main .container .gform_wrapper .gform_footer input.button:hover, footer section.main .container .gform_wrapper .gform_footer input[type=submit]:hover {
  color: white;
}

@media (max-width: 767px) {
  footer section.main .container .base {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding-top: 25px;
  }
}

@media (max-width: 767px) {
  footer section.main .container a.logo {
    width: 190px;
    margin-left: -10px;
  }
}

footer section.main .container .disclaimer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: justify;
      justify-content: space-between;
  font-size: 11px;
}

footer section.main .container .disclaimer br {
  display: none;
}

@media (max-width: 767px) {
  footer section.main .container .disclaimer br {
    display: block;
  }
}

@media (max-width: 991px) {
  footer section.main .container .disclaimer {
    padding: 50px 0 0;
  }
}

@media (max-width: 767px) {
  footer section.main .container .disclaimer {
    padding-top: 0;
    text-align: right;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: end;
        align-items: flex-end;
    -ms-flex-pack: center;
        justify-content: center;
  }
}

footer section.main .container .disclaimer a:hover {
  color: #BD86C1;
  text-decoration: none;
}

footer section.main .container .disclaimer .copyright {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

footer section.main .container .disclaimer .text {
  padding-right: 25px;
}

@media (max-width: 767px) {
  footer section.main .container .disclaimer .text {
    padding-right: 0;
    padding-bottom: 5px;
    padding-top: 10px;
  }
}

footer section.main .container .disclaimer ul.menu {
  list-style: none;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

footer section.main .container .disclaimer ul.menu li {
  padding: 0 10px;
  border-left: 1px solid white;
}

footer section.main .container .disclaimer ul.menu li:first-child {
  border-left: none;
}

footer section.main .container .disclaimer ul.menu li:last-child {
  padding-right: 0;
}

.main-menu-wrapper .menu-header-menu-container {
  display: none;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 20;
  background: #7D2C83;
  text-align: right;
  font-weight: 600;
  padding-top: 30px;
}

.main-menu-wrapper .menu-header-menu-container ul.menu {
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 40px 17px;
  margin: 0;
  list-style: none;
}

.main-menu-wrapper .menu-header-menu-container ul.menu li a {
  color: white;
  font-size: 17px;
  display: inline-block;
  position: relative;
  padding: 5px 0;
}

.main-menu-wrapper .menu-header-menu-container ul.menu li a span {
  display: inline-block;
  color: #BD86C1;
  font-size: 20px;
  margin-right: 7px;
  position: relative;
  top: 1px;
}

.main-menu-wrapper .menu-header-menu-container ul.menu li a:focus, .main-menu-wrapper .menu-header-menu-container ul.menu li a:active {
  outline: none;
}

.main-menu-wrapper .menu-header-menu-container ul.menu ul.sub-menu {
  display: none;
  list-style: none;
  margin: 0;
}

.main-menu-wrapper .menu-header-menu-container ul.menu ul.sub-menu li a {
  font-weight: 400;
  font-size: 12px;
}

.main-menu-wrapper .menu-header-menu-container ul.menu ul.sub-menu li a:before {
  display: none;
}

button.hamburger {
  padding: 0;
  margin-left: 10px;
  position: relative;
  z-index: 30;
}

button.hamburger:active, button.hamburger:focus {
  outline: none;
  background: transparent;
}

button.hamburger .hamburger-box {
  width: 30px;
}

button.hamburger .hamburger-inner, button.hamburger .hamburger-inner:after, button.hamburger .hamburger-inner:before {
  width: 30px;
  background: #7D2C83;
}

button.hamburger.is-active .hamburger-inner, button.hamburger.is-active .hamburger-inner:after, button.hamburger.is-active .hamburger-inner:before {
  background: white;
}

.top {
  position: relative;
}

.top .main-menu {
  position: absolute;
  top: 0;
  right: 0;
  background: #7D2C83;
  padding: 20px 20px 20px 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

@media (max-width: 767px) {
  .top .main-menu {
    display: none;
  }
}

.top .main-menu > span {
  color: white;
  text-transform: uppercase;
  font-weight: 600;
}

.top .main-menu .hamburger {
  padding: 0;
  margin-left: 30px;
}

.top .main-menu .hamburger-inner, .top .main-menu .hamburger-inner:after, .top .main-menu .hamburger-inner:before {
  background: white;
  width: 30px;
}

.top .main-menu .hamburger-box {
  width: 30px;
}

.links .item {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 2px;
}

@media (max-width: 767px) {
  .links .item {
    font-size: 13px;
  }
}

.links .item i {
  color: #BD86C1;
  font-size: 18px;
  width: 20px;
  margin-right: 8px;
}

.links .item a:hover {
  color: #BD86C1;
  text-decoration: none;
}

input[type="checkbox"] {
  height: 20px;
  width: 20px;
  position: relative;
}

input[type="checkbox"]:after {
  content: '';
  display: block;
  background: #7D2C83;
  pointer-events: none;
  font-size: 15px;
  position: absolute;
  top: 0;
  left: 0;
  height: 17px;
  width: 17px;
  color: transparent;
  transition: .25s all ease-in-out;
  border-radius: 3px;
  line-height: 15px;
  border: 1px solid white;
}

input[type="checkbox"]:checked:after {
  background-color: white;
}

section.sidebar {
  position: absolute;
  top: -50px;
  right: 0;
  padding: 100px 25px 0 0;
  min-height: 100vh;
  text-align: right;
  background: rgba(72, 60, 74, 0.08);
  height: calc(100% + 150px);
  z-index: 2;
  width: 19%;
}

@media (max-width: 991px) {
  section.sidebar {
    position: relative;
    display: none;
  }
}

section.sidebar .menu-projects-menu-container, section.sidebar .menu-about-menu-container {
  width: 85%;
  float: right;
}

section.sidebar ul.menu {
  list-style: none;
  margin: 0;
}

section.sidebar ul.menu li a {
  font-size: 17px;
  line-height: 20px;
  word-break: break-word;
  padding: 7px 0;
  display: inline-block;
}

section.sidebar ul.menu li.current-menu-item a {
  color: #7D2C83;
  font-weight: 600;
}

article.home h1 {
  color: white;
  font-size: 70px;
}

@media (max-width: 767px) {
  article.home h1 {
    font-size: 30px;
    text-align: center;
  }
}

article.home h2 {
  color: #483C4A;
  font-size: 70px;
  margin-bottom: 15px;
  line-height: 55px;
}

@media (max-width: 767px) {
  article.home h2 {
    font-size: 43px;
  }
}

article.home section.hero {
  margin-top: -180px;
  position: relative;
  height: 860px;
}

article.home section.hero:after {
  display: block;
  content: '';
  background-image: url(./assets/images/texture.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 20;
}

@media (max-width: 767px) {
  article.home section.hero {
    height: 700px;
  }
  article.home section.hero:after {
    bottom: -40px;
  }
}

article.home section.hero .container {
  padding-top: 180px;
  position: relative;
  z-index: 20;
  height: 100%;
}

@media (max-width: 767px) {
  article.home section.hero .container .logo {
    position: relative;
    margin: 30px 0 10px;
  }
}

article.home section.hero .container img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 42%;
}

@media (max-width: 767px) {
  article.home section.hero .container img {
    right: auto;
    transform: translateX(-50%);
    left: 50%;
    width: 70%;
    max-width: 230px;
  }
}

article.home section.hero .container .menu-wrapper {
  position: relative;
  background: transparent;
  transition: background 0.5s ease-in-out;
  padding: 70px 50px 70px 0;
  margin-top: -95px;
  z-index: 20;
  width: 670px;
}

@media (max-width: 767px) {
  article.home section.hero .container .menu-wrapper {
    display: none;
  }
}

article.home section.hero .container .menu-wrapper i {
  display: none;
}

article.home section.hero .container .menu-wrapper:before {
  background: transparent;
  transition: background 0.5s ease-in-out;
  display: block;
  content: " ";
  position: absolute;
  top: 0;
  right: 100%;
  width: 100%;
  height: 100%;
}

article.home section.hero .container .menu-wrapper.open {
  background: #7D2C83;
}

article.home section.hero .container .menu-wrapper.open:before {
  background: #7D2C83;
}

article.home section.hero .container .menu-wrapper.open .menu-header-menu-container li a {
  color: #BD86C1;
}

article.home section.hero .container .menu-wrapper.open .menu-header-menu-container li a.active {
  color: white;
}

article.home section.hero .container .menu-wrapper.open .menu-header-menu-container li a.active span {
  color: white;
}

article.home section.hero .container .menu-wrapper.open i {
  position: absolute;
  display: block;
  top: 10px;
  right: 10px;
  color: white;
}

article.home section.hero .container .menu-wrapper.open i:hover {
  cursor: pointer;
  opacity: 0.8;
}

article.home section.hero .container .menu-header-menu-container {
  position: relative;
}

article.home section.hero .container .menu-header-menu-container ul {
  list-style: none;
  margin: 0;
}

article.home section.hero .container .menu-header-menu-container ul li {
  margin: 7px 0;
}

article.home section.hero .container .menu-header-menu-container ul li a {
  color: white;
  font-weight: 600;
  font-size: 22px;
  letter-spacing: 1px;
  transition: color 0.5s ease-in-out;
}

article.home section.hero .container .menu-header-menu-container ul li a span {
  display: inline-block;
  color: #BD86C1;
  margin-left: 10px;
  font-size: 30px;
  position: relative;
  top: 3px;
}

article.home section.hero .container .menu-header-menu-container ul li a:active, article.home section.hero .container .menu-header-menu-container ul li a:focus {
  outline: none;
}

article.home section.hero .container .menu-header-menu-container ul.sub-menu {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-in-out;
  position: absolute;
  top: 0;
  left: 43%;
  height: 100%;
}

article.home section.hero .container .menu-header-menu-container ul.sub-menu.open {
  opacity: 1;
  visibility: visible;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: start;
      justify-content: flex-start;
  padding-top: 10px;
}

article.home section.hero .container .menu-header-menu-container ul.sub-menu.open li {
  margin: 0;
}

article.home section.hero .container .menu-header-menu-container ul.sub-menu.open li a {
  font-weight: 400;
  font-size: 12px;
  color: white;
}

article.home section.hero .container .menu-header-menu-container ul.sub-menu.open li a:after {
  display: none;
}

article.home section.hero .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-image: url(./assets/images/white-fade.png);
  z-index: 1;
}

@media (max-width: 767px) {
  article.home section.hero .overlay {
    height: 80%;
  }
}

article.home section.hero .overlay-secondary {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 0;
}

article.home section.counter .container {
  padding: 30px 15px 50px;
}

@media (min-width: 768px) and (max-width: 991px) {
  article.home section.counter .container {
    padding: 20px 15px 70px;
  }
}

@media (max-width: 991px) {
  article.home section.counter .container {
    line-height: 51px;
  }
}

@media (max-width: 767px) {
  article.home section.counter .container {
    padding: 30px 15px 50px;
  }
}

article.home section.counter .container .slides .slide {
  text-align: center;
  font-size: 35px;
  font-weight: 600;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

article.home section.counter .container .slides .slide .left {
  margin-right: 10px;
  transition: opacity 0.5s ease-in-out;
}

article.home section.counter .container .slides .slide .right {
  transition: opacity 0.5s ease-in-out 0.5s;
}

article.home section.counter .container .slides .slide .left, article.home section.counter .container .slides .slide .right {
  opacity: 0;
}

article.home section.counter .container .slides .slide .left.animate, article.home section.counter .container .slides .slide .right.animate {
  opacity: 1;
}

@media (max-width: 991px) {
  article.home section.counter .container .slides .slide .left, article.home section.counter .container .slides .slide .right {
    width: 100%;
  }
}

article.home section.counter .container .slides .slide span.number {
  font-size: 53px;
  padding: 0 5px;
}

article.home section.counter .container .slides .slick-track {
  display: -ms-flexbox !important;
  display: flex !important;
}

article.home section.counter .container .slides .slick-slide {
  height: inherit !important;
}

article.home section.counter .container .slides .slide {
  height: 100%;
}

@media (max-width: 991px) {
  article.home section.counter .container .slides .slide {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

article.home section.our-vision .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 15px 60px;
}

article.home section.our-vision .sidebar {
  background: #7D2C83;
  width: 50%;
  color: white;
  text-align: right;
  padding: 40px 57px 40px 0;
  margin-top: 15px;
  position: relative;
}

@media (max-width: 767px) {
  article.home section.our-vision .sidebar {
    width: 100%;
    margin-top: 0;
    text-align: center;
    padding: 60px 30px 25px;
  }
}

article.home section.our-vision .sidebar:before {
  background: #7D2C83;
  display: block;
  content: " ";
  position: absolute;
  top: 0;
  right: 100%;
  width: 100%;
  height: 100%;
}

article.home section.our-vision .sidebar p {
  margin-bottom: 0;
}

article.home section.our-vision .main {
  width: 50%;
  padding: 0 0 0 10%;
}

@media (max-width: 767px) {
  article.home section.our-vision .main {
    padding-left: 17%;
    width: 100%;
    padding-top: 50px;
  }
}

article.home section.our-vision .main .content {
  margin-left: 27%;
  border-top: 2px solid #7D2C83;
  padding-top: 28px;
}

@media (max-width: 767px) {
  article.home section.our-vision .main .content {
    margin-left: 0;
    padding-right: 18px;
  }
}

article.home section.our-vision .main .content p {
  color: #7D2C83;
  margin-bottom: 20px;
}

article.home section.our-vision .main .link {
  font-weight: 600;
}

article.home section.image-banner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}

article.home section.image-banner:before {
  top: 0;
  transform: rotate(180deg);
}

article.home section.image-banner:after {
  bottom: 0;
}

article.home section.image-banner:before, article.home section.image-banner:after {
  display: block;
  content: '';
  background-image: url(./assets/images/texture.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100px;
  position: absolute;
  left: 0;
}

article.home section.image-banner .background-image {
  width: 33.333%;
  height: 390px;
}

@media (max-width: 767px) {
  article.home section.image-banner .background-image {
    width: 100%;
    height: 300px;
  }
  article.home section.image-banner .background-image:nth-child(2), article.home section.image-banner .background-image:nth-child(3) {
    display: none;
  }
}

article.home section.projects h2 {
  text-align: center;
}

@media (max-width: 767px) {
  article.home section.projects h2 {
    font-size: 68px;
  }
}

article.home section.projects .container {
  padding: 50px 15px 85px;
}

@media (max-width: 767px) {
  article.home section.projects .container {
    padding-top: 20px;
  }
}

article.home section.projects .wrapper {
  position: relative;
}

article.home section.projects .wrapper .prev, article.home section.projects .wrapper .next {
  position: absolute;
  top: 35px;
  right: 0;
  color: #7D2C83;
  z-index: 20;
  font-size: 30px;
}

article.home section.projects .wrapper .prev:hover, article.home section.projects .wrapper .next:hover {
  cursor: pointer;
  opacity: 0.8;
}

@media (max-width: 767px) {
  article.home section.projects .wrapper .prev, article.home section.projects .wrapper .next {
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
  }
}

article.home section.projects .wrapper .prev {
  right: 40px;
}

@media (max-width: 767px) {
  article.home section.projects .wrapper .prev {
    left: 15px;
    right: auto;
  }
}

article.home section.projects .the-projects {
  padding-top: 50px;
}

@media (max-width: 767px) {
  article.home section.projects .the-projects {
    padding-top: 10px;
  }
}

article.home section.projects .project {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  height: 360px;
}

@media (max-width: 767px) {
  article.home section.projects .project {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    height: auto;
  }
}

article.home section.projects .project .image-wrapper {
  overflow: hidden;
  width: 50%;
  height: 100%;
}

@media (max-width: 767px) {
  article.home section.projects .project .image-wrapper {
    width: 100%;
    height: auto;
  }
}

article.home section.projects .project .background-image {
  height: 100%;
  position: relative;
  transition: transform 0.5s ease-in-out;
}

@media (max-width: 767px) {
  article.home section.projects .project .background-image {
    width: 100%;
    height: 250px;
    position: relative;
  }
}

article.home section.projects .project .background-image a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

article.home section.projects .project .background-image:hover {
  transform: scale(1.1);
}

article.home section.projects .project .main {
  width: 50%;
  height: 100%;
  padding-top: 30px;
  padding-left: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

@media (max-width: 767px) {
  article.home section.projects .project .main {
    text-align: center;
    width: 100%;
    height: auto;
    padding: 20px 20px 12px;
    height: 225px;
    overflow: hidden;
  }
}

article.home section.projects .project .main .title {
  color: #7D2C83;
  font-size: 30px;
  line-height: 33px;
  font-weight: 600;
  letter-spacing: 1px;
}

@media (max-width: 767px) {
  article.home section.projects .project .main .title {
    font-size: 22px;
    line-height: 25px;
  }
}

article.home section.projects .project .main .excerpt {
  color: #7D2C83;
  padding: 20px 0;
}

article.home section.projects .project .main .excerpt p {
  margin-bottom: 0;
}

article.home section.projects .project .main .view-project {
  font-weight: 600;
}

@media (max-width: 767px) {
  article.home section.projects .project .main .view-project {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  article.home section.projects .project .view-all {
    margin-top: 20px;
  }
}

article.about section.main-top {
  position: relative;
}

article.about section.main-top .hero {
  padding: 90px 0 110px;
}

@media (max-width: 767px) {
  article.about section.main-top .hero {
    padding: 80px 0 0;
  }
}

@media (max-width: 767px) {
  article.about section.main-top .specs .container {
    padding: 0;
  }
}

article.about section.main-top .specs .container .wrapper {
  background: #E9D9EA;
  min-width: 50%;
  display: inline-block;
  position: relative;
  padding: 17px 17px 17px 0;
}

@media (max-width: 767px) {
  article.about section.main-top .specs .container .wrapper {
    width: 100%;
    padding: 30px 17px 30px 30px;
  }
}

article.about section.main-top .specs .container .wrapper:before {
  background: #E9D9EA;
  display: block;
  content: " ";
  position: absolute;
  top: 0;
  right: 100%;
  width: 100%;
  height: 100%;
}

article.about section.main-top .specs .container .wrapper .item {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  font-size: 16px;
}

@media (max-width: 991px) {
  article.about section.main-top .specs .container .wrapper .item:not(:last-child) {
    margin-bottom: 10px;
  }
}

article.about section.main-top .specs .container .wrapper .item .label {
  font-weight: 600;
  text-transform: uppercase;
  margin-right: 10px;
}

article.about section.main-top .specs .container .wrapper .item .value {
  color: #7D2C83;
}

article.about section.main-top .specs .container .wrapper .text {
  float: left;
}

@media (max-width: 767px) {
  article.about section.main-top .specs .container .wrapper .text {
    float: none;
  }
}

article.about section.main-top .specs .container .wrapper .flag {
  margin-left: 20px;
  float: right;
}

article.about section.main-top .specs .container .wrapper .flag img {
  width: 60px;
  border-radius: 50%;
}

@media (max-width: 991px) {
  article.about section.main .sub-text .container {
    padding-top: 25px;
  }
}

@media (max-width: 767px) {
  article.about section.main .sub-text .container {
    padding-top: 0;
    padding-bottom: 20px;
  }
}

article.about section.main .sub-text p {
  color: #7D2C83;
  font-weight: 600;
}

article.about section.main .images {
  width: 40%;
}

@media (max-width: 991px) {
  article.about section.main .images {
    width: 100%;
  }
}

@media (max-width: 991px) {
  article.about section.main .body .container {
    padding-top: 25px;
  }
}

article.about section.main .main-content .container {
  padding: 20px 15px 0;
}

article.about section.main .main-content .wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 82%;
}

@media (max-width: 767px) {
  article.about section.main .main-content .wrapper {
    width: 100%;
  }
}

article.about section.main .main-content .wrapper .text {
  width: 55%;
}

@media (max-width: 991px) {
  article.about section.main .main-content .wrapper .text {
    width: 100%;
  }
}

article.about section.main .main-content .wrapper .text .body h1, article.about section.main .main-content .wrapper .text .body h2, article.about section.main .main-content .wrapper .text .body h3, article.about section.main .main-content .wrapper .text .body h4, article.about section.main .main-content .wrapper .text .body h5, article.about section.main .main-content .wrapper .text .body h6 {
  padding: 0;
  margin-bottom: 10px;
}

article.about section.main .main-content .wrapper .text .body p {
  font-size: 16px;
}

article.about section.main section.highlighted {
  margin-top: 40px;
  margin-bottom: 100px;
}

@media (max-width: 991px) {
  article.about section.main section.highlighted {
    margin-bottom: 40px;
  }
}

article.about section.main section.highlighted .wrapper {
  background: #7D2C83;
  color: white;
  padding: 20px 27px;
  margin-top: 10px;
  width: 100%;
}

@media (max-width: 991px) {
  article.about section.main section.highlighted .wrapper {
    margin-top: 0;
  }
}

article.about section.main section.highlighted .wrapper .title {
  color: #BD86C1;
  font-size: 50px;
  margin-bottom: 5px;
}

article.about section.main section.highlighted .wrapper .content {
  width: 92%;
  padding-left: 30px;
}

@media (max-width: 991px) {
  article.about section.main section.highlighted .wrapper .content {
    padding-left: 0;
    width: 100%;
  }
}

article.about .images .background-image {
  width: 100%;
  height: 300px;
  margin-bottom: 25px;
  background-position: center;
}

article.about section.main-wrapper {
  position: relative;
}

article.about .images .image-frame {
  margin-bottom: 25px;
}

article.about .images .image-frame img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

article.about .images .image-frame .caption {
  background-color: #f0eff0;
  padding: 20px 25px;
}

article.about .images .image-frame .caption p {
  font-size: 14px;
  line-height: 21px;
}

article.about .images .image-frame .caption p:last-child {
  margin-bottom: 0;
}

article.contact section.main .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding-top: 30px;
  padding-bottom: 60px;
}

@media (max-width: 767px) {
  article.contact section.main .container {
    padding-top: 0;
  }
}

article.contact section.main .container .links .slogan {
  display: none !important;
}

article.contact section.main .container .content p {
  font-weight: 600;
  color: #7D2C83;
}

article.contact section.main .container .details {
  width: 33.333%;
}

@media (min-width: 768px) and (max-width: 991px) {
  article.contact section.main .container .details {
    width: 40%;
  }
}

@media (max-width: 767px) {
  article.contact section.main .container .details {
    width: 100%;
    padding-bottom: 20px;
  }
}

article.contact section.main .container .form {
  width: 55%;
  background: #7D2C83;
  padding: 0 30px 13px;
}

@media (max-width: 767px) {
  article.contact section.main .container .form {
    width: 100%;
  }
}

article.contact section.main .container .form .gform_confirmation_wrapper {
  color: white;
  padding-top: 10px;
}

article.contact section.main .container .form .gform_wrapper .gform_heading {
  margin-bottom: 0;
}

article.contact section.main .container .form .gform_wrapper h3.gform_title {
  font-family: cortado, sans-serif;
  font-weight: 400;
  font-size: 52px;
  color: #BD86C1;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  article.contact section.main .container .form .gform_wrapper h3.gform_title {
    font-size: 33px;
    text-align: center;
  }
}

article.contact section.main .container .form .gform_wrapper .top_label .gfield_label, article.contact section.main .container .form .gform_wrapper legend.gfield_label {
  display: none;
}

article.contact section.main .container .form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), article.contact section.main .container .form .gform_wrapper textarea.large {
  border-radius: 0;
  border: none;
  font-size: 13px;
  padding: 10px 15px;
  font-family: 'Roboto Slab', serif;
}

article.contact section.main .container .form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder, article.contact section.main .container .form .gform_wrapper textarea.large:-ms-input-placeholder {
  color: #7D2C83;
  font-family: 'Roboto Slab', serif;
}

article.contact section.main .container .form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder, article.contact section.main .container .form .gform_wrapper textarea.large::placeholder {
  color: #7D2C83;
  font-family: 'Roboto Slab', serif;
}

article.contact section.main .container .form .gform_wrapper textarea.large {
  height: 100px;
}

article.contact section.main .container .form .gform_wrapper ul.gfield_checkbox li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  position: relative;
  right: 14px;
}

@media (max-width: 767px) {
  article.contact section.main .container .form .gform_wrapper ul.gfield_checkbox li {
    right: 0;
  }
}

article.contact section.main .container .form .gform_wrapper ul.gfield_checkbox li label {
  color: white;
  font-size: 12px;
}

article.contact section.main .container .form .gform_wrapper ul.gfield_checkbox li input {
  margin-top: 0;
  margin-left: 12px;
}

article.contact section.main .container .form .gform_wrapper .gform_footer {
  padding: 0;
  margin: 23px 0 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
}

article.contact section.main .container .form .gform_wrapper .gform_footer input.button, article.contact section.main .container .form .gform_wrapper .gform_footer input[type=submit] {
  background: transparent;
  color: white;
  border: 2px solid white;
  text-transform: uppercase;
  font-family: 'Roboto Slab', serif;
  padding: 10px 15px;
}

article.projects section.map {
  position: relative;
}

article.projects section.map #map-projects {
  height: 580px;
}

@media (max-width: 767px) {
  article.projects section.map #map-projects {
    height: 300px;
  }
}

article.projects section.map:after {
  display: block;
  content: '';
  background-image: url(./assets/images/texture.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100px;
  position: absolute;
  left: 0;
  bottom: 0;
}

article.projects section.main .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding-top: 30px;
  padding-bottom: 20px;
}

@media (max-width: 767px) {
  article.projects section.main .container {
    padding-top: 0;
  }
}

article.projects section.main .container .text {
  width: 30%;
}

@media (max-width: 767px) {
  article.projects section.main .container .text {
    width: 100%;
  }
}

article.projects section.main .container .text .sub-text p {
  font-weight: 600;
  color: #7D2C83;
}

article.projects section.main .container .text .content p {
  font-size: 14px;
  line-height: 18px;
}

article.projects section.main .container .the-projects {
  width: 70%;
  padding-left: 5%;
}

@media (max-width: 767px) {
  article.projects section.main .container .the-projects {
    padding-left: 0;
    width: 100%;
    padding-top: 20px;
  }
}

article.projects section.main .container .the-projects .projects .project {
  margin-bottom: 20px;
  padding: 0 4%;
  display: none;
}

article.projects section.main .container .the-projects .projects .project.show {
  display: block;
}

article.projects section.main .container .the-projects .projects .project .image-wrapper {
  overflow: hidden;
}

article.projects section.main .container .the-projects .projects .project .image-wrapper .background-image {
  width: 100%;
  height: 190px;
  transition: transform 0.5s ease-in-out;
  position: relative;
}

article.projects section.main .container .the-projects .projects .project .image-wrapper .background-image:hover {
  transform: scale(1.1);
  cursor: pointer;
}

article.projects section.main .container .the-projects .projects .project .image-wrapper .background-image a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

article.projects section.main .container .the-projects .projects .project a {
  color: #7D2C83;
  text-align: center;
  font-weight: 600;
  font-size: 12px;
  margin-top: 10px;
}

article.projects section.main .container .the-projects a.btn {
  font-size: 15px;
  padding: 5px 14px;
  margin-top: 40px;
}

article.team section.main {
  position: relative;
}

article.team section.the-team .container {
  padding-top: 35px;
}

article.team section.the-team .container .members {
  width: 85%;
}

@media (max-width: 991px) {
  article.team section.the-team .container .members {
    width: 100%;
  }
}

article.team section.the-team .container .member {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 45px;
}

article.team section.the-team .container .member .background-image {
  width: 30%;
  height: 280px;
}

@media (max-width: 767px) {
  article.team section.the-team .container .member .background-image {
    width: 100%;
    height: 220px;
    margin-bottom: 20px;
  }
}

article.team section.the-team .container .member .text {
  width: 60%;
}

@media (max-width: 767px) {
  article.team section.the-team .container .member .text {
    width: 100%;
  }
}

article.team section.the-team .container .member .text .name {
  color: #7D2C83;
  font-weight: 600;
  font-size: 22px;
  line-height: 27px;
}

article.team section.the-team .container .member .text .title {
  color: #7D2C83;
  font-weight: 600;
  font-size: 16px;
}

article.team section.the-team .container .member .text .content {
  padding-top: 15px;
}

article.team section.the-team .container .member .text .content p {
  font-size: 14px;
  margin-bottom: 15px;
}

article.content section.main .container {
  padding: 30px 15px 20px;
}

article.content section.main .container .content p {
  font-size: 14px;
}

article.content section.main .container .content ul {
  margin: 0;
  padding-left: 20px;
  list-style: none;
}

article.resources section.main {
  position: relative;
  min-height: 100vh;
}

@media (max-width: 991px) {
  article.resources section.main {
    min-height: 0;
  }
}

article.resources section.main .container {
  padding-top: 40px;
}

article.resources section.main .container .downloads {
  width: 70%;
}

@media (max-width: 767px) {
  article.resources section.main .container .downloads {
    width: 100%;
  }
}

article.resources section.main .container .downloads .download {
  background: #7D2C83;
  position: relative;
  padding: 13px 13px 13px 23px;
  margin-bottom: 25px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

article.resources section.main .container .downloads .download a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

article.resources section.main .container .downloads .download a:active, article.resources section.main .container .downloads .download a:focus {
  outline: none;
}

article.resources section.main .container .downloads .download i {
  color: #E9D9EA;
  font-size: 23px;
}

article.resources section.main .container .downloads .download .title {
  color: white;
  font-weight: 600;
}

article.resources section.main .container .downloads .download:hover {
  cursor: pointer;
  opacity: 0.8;
}

article.page-not-found section.main .container {
  padding: 100px 15px;
}

/** donate page **/
.donate-content p {
  margin-bottom: 15px;
}

#donate-form {
  padding: 60px 0 120px;
  margin-bottom: 40px;
  color: #fff;
}

#donate-form:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(72,60,74,0.9);
  z-index: 1;
}

#donate-form:after {
  z-index: 2;
}

#donate-form ::-webkit-input-placeholder {
  color: #BD86C1;
}

#donate-form ::-moz-placeholder {
  color: #BD86C1;
}

#donate-form :-ms-input-placeholder {
  color: #BD86C1;
}

#donate-form :-moz-placeholder {
  color: #BD86C1;
}

#donate-form ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#donate-form ul > li:before {
  display: none;
}

#donate-form .container {
  position: relative;
  max-width: 870px;
  z-index: 3;
}

#donate-form p.description {
  max-width: 720px;
  margin: 0px auto 40px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
}

#donate-form p.method-accept img {
  margin-left: 15px;
}

#donate-form .gform_wrapper ul.gform_fields > li > label.gfield_label,
#donate-form ul.nav > li {
  margin: 0 0;
  font-size: 18px;
  font-weight: 700;
  color: #BD86C1;
}

#donate-form .gform_wrapper li.field-amount ul.gfield_radio label,
#donate-form .gform_wrapper div.ginput_container:not(.ginput_container_creditcard) input[type="text"],
#donate-form .gform_wrapper div.ginput_container:not(.ginput_container_creditcard) input[type="number"],
#donate-form ul.nav > li > a {
  display: block;
  width: 100%;
  max-width: 100%;
  background-color: #FFFFFF;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 0;
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 66px;
  color: #BD86C1;
  text-align: center;
  text-decoration: none;
  outline: none;
  transition: all .25s;
  -webkit-transition: all .25s;
}

#donate-form .gform_wrapper li.field-amount ul.gfield_radio input:checked + label,
#donate-form .gform_wrapper li.field-amount ul.gfield_radio input:checked + input[type="text"],
#donate-form .gform_wrapper li.field-amount ul.gfield_radio input:checked + input[type="number"],
#donate-form .gform_wrapper div.ginput_container:not(.ginput_container_creditcard) input[type="text"]:focus,
#donate-form .gform_wrapper div.ginput_container:not(.ginput_container_creditcard) input[type="number"]:focus,
#donate-form ul.nav > li > a:hover,
#donate-form ul.nav > li > a.active {
  background-color: #7D2C83;
  border-color: #fff;
  color: #fff;
}

#donate-form ul.nav {
  margin-bottom: 30px;
}

#donate-form ul.nav > li:not(:first-child) {
  flex: 1;
  padding: 0 10px;
}

#donate-form .gform_wrapper {
  margin: 0 0 20px;
}

#donate-form .gform_wrapper input[type="submit"] {
  width: 100%;
  max-width: 374px;
  margin: 0px;
  background-color: #483C4A;
  padding: 0 0;
  border: 2px solid #fff;
  font-family: 'Roboto Slab', serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 66px;
  text-align: center;
  transition: all .25s;
  -webkit-transition: all .25s;
}

#donate-form .gform_wrapper input[type="submit"]:hover {
  background-color: #7D2C83;
}

#donate-form .gform_wrapper ul.gform_fields > li:not(.gf_invisible) {
  position: relative;
  margin: 0 0 30px !important;
  padding: 0 0 !important;
  background-color: transparent;
  border: 0;
}

#donate-form .gform_wrapper ul.gform_fields > li.field-project,
#donate-form .gform_wrapper ul.gform_fields > li.gf_left_half,
#donate-form .gform_wrapper ul.gform_fields > li.gf_right_half {
  padding: 0 10px !important;
}

#donate-form .gform_wrapper ul.gform_fields > li > label.gfield_label span {
  display: none;
}

#donate-form .gform_wrapper div.gform_footer,
#donate-form .gform_wrapper div.ginput_container {
  margin: 0 !important;
  padding: 0 !important;
}

#donate-form .gform_wrapper ul.gform_fields > li.field-creditcard {
  padding: 0 10px !important;
}

#donate-form .gform_wrapper div.ginput_container.ginput_container_creditcard {
  padding: 10px 10px !important;
  background-color: #fff;
}

#donate-form .gform_wrapper div.ginput_container.ginput_container_creditcard label {
  display: block;
  margin: 5px 0 0;
  color: #BD86C1;
}

#donate-form .gform_wrapper div.gform_footer {
  text-align: center;
}

#donate-form .gform_wrapper li.field-amount ul.gfield_radio {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

#donate-form .gform_wrapper li.field-amount ul.gfield_radio > li {
  position: relative;
  flex: 1;
  padding: 0 10px !important;
  margin: 0;
}

#donate-form .gform_wrapper li.field-amount ul.gfield_radio input[type="radio"] {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

#donate-form .gform_wrapper ul.gform_fields > li.field-project div.gfield_description {
  margin-bottom: 10px;
  font-size: 18px;
}

#donate-form .gform_wrapper div.ginput_container_select {
  width: 100%;
  position: relative;
  margin: 0 auto !important;
  background-color: #fff;
}

#donate-form .gform_wrapper div.ginput_container_select:after {
  content: '';
  position: absolute;
  top: 30px;
  right: 15px;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #BD86C1;
}

#donate-form .gform_wrapper div.ginput_container_select > select {
  margin: 0;
  background-color: transparent;
  width: 100%;
  height: 70px;
  padding: 0 40px;
  border: 2px solid transparent;
  font-size: 18px;
  font-weight: 700;
  color: #BD86C1;
  text-align: center;
  text-align-last: center;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#donate-form .gform_wrapper .gfield_description {
  padding: 0;
  font-size: 12px;
  text-align: center;
}

@media (min-width: 768px) {
  #donate-form {
    padding-left: 140px;
    padding-right: 140px;
  }

  #donate-form .gform_wrapper ul.gform_fields > li > label.gfield_label,
  #donate-form ul.nav > li:first-child {
    position: absolute;
    top: 50%;
    left: -140px;
    width: 120px;
    text-align: right;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }

  #donate-form ul.nav {
    position: relative;
  }
}

@media (min-width: 992px) {
  #donate-form .gform_wrapper ul.gform_fields > li > label.gfield_label,
  #donate-form ul.nav > li,
  #donate-form .gform_wrapper input[type="submit"],
  #donate-form .gform_wrapper li.field-amount ul.gfield_radio label,
  #donate-form .gform_wrapper div.ginput_container:not(.ginput_container_creditcard) input[type="text"],
  #donate-form .gform_wrapper div.ginput_container:not(.ginput_container_creditcard) input[type="number"],
  #donate-form ul.nav > li > a {
    font-size: 24px;
    line-height: 76px;
  }

  #donate-form .gform_wrapper ul.gform_fields > li.field-project,
  #donate-form .gform_wrapper ul.gform_fields > li.gf_left_half,
  #donate-form .gform_wrapper ul.gform_fields > li.gf_right_half,
  #donate-form .gform_wrapper ul.gform_fields > li.field-creditcard,
  #donate-form ul.nav > li:not(:first-child),
  #donate-form .gform_wrapper li.field-amount ul.gfield_radio > li {
    padding: 0 20px !important;
  }

  #donate-form .gform_wrapper div.ginput_container.ginput_container_creditcard {
    padding: 20px !important;
  }

  #donate-form .gform_wrapper div.ginput_container_select:after {
    top: 35px;
  }

  #donate-form .gform_wrapper div.ginput_container_select > select {
    height: 80px;
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  #donate-form .gform_wrapper ul.gform_fields > li > label.gfield_label,
  #donate-form ul.nav > li {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
}

@media (max-width: 575px) {
  #donate-form ul.nav > li:not(:first-child) {
    flex: auto;
    padding: 0 5px;
  }

  #donate-form .gform_wrapper li.field-amount ul.gfield_radio > li {
    flex: auto;
    width: 50%;
    padding: 0 5px !important;
    margin-bottom: 10px;
  }

  #donate-form .gform_wrapper ul.gform_fields > li:not(.gf_invisible) {
    margin-bottom: 20px !important;
  }

  #donate-form .gform_wrapper ul.gform_fields > li.field-project,
  #donate-form .gform_wrapper ul.gform_fields > li.gf_left_half,
  #donate-form .gform_wrapper ul.gform_fields > li.gf_right_half,
  #donate-form .gform_wrapper ul.gform_fields > li.field-creditcard {
    padding: 0 5px !important;
  }

  #donate-form .gform_wrapper ul.gform_fields > li.field-project div.gfield_description {
    font-size: 16px;
  }
}
/** END donate page **/

/** sitemap **/
ul.sitemap li.page-item-402.page_item_has_children > a,
ul.sitemap li.page-item-386.page_item_has_children > a {
  pointer-events: none;
}
/** END sitemap **/

/** fix contact form **/
#gform_wrapper_2 div.gform_footer,
#gform_wrapper_2 div.gform_footer input[type="submit"] {
  margin: 0 !important;
}

ul#gform_fields_2 {
  padding-top: 20px !important;
}

ul#gform_fields_2 > li {
  width: 100%;
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 0 15px !important;
}

@media only screen and (min-width: 641px) {
  ul#gform_fields_2 {
    display: flex;
    flex-wrap: wrap;
  }

  ul#gform_fields_2 > li.gf_left_half,
  ul#gform_fields_2 > li.gf_right_half {
    width: 50%;
  }

  ul#gform_fields_2 > li.gf_left_half {
    padding-right: 10px !important;
  }

  ul#gform_fields_2 > li.gf_right_half {
    padding-left: 10px !important;
  }
}
/** END fix contact form **/

/** FIX HERO SECTION **/
div.hero-wrap {
  position: relative;
}

@media (min-width: 992px) {
  div.hero-wrap .specs {
    position: absolute;
    top: 30%;
    left: 0;
    width: 100%;
    z-index: 10;
  }
}

@media (max-width: 991px) {
  article.about section.main-top .specs .container .wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0 15px;
    background-color: transparent;
  }

  article.about section.main-top .specs .container .wrapper:before {
    display: none;
  }

  article.about section.main-top .specs .container .wrapper .text,
  article.about section.main-top .specs .container .wrapper .flag {
    float: none;
  }

  article.about section.main-top .specs .container .wrapper .text {
    width: calc(100% - 80px);
  }

  article.about section.main-top .specs .container .wrapper .item .label {
    width: 180px;
    margin-right: 0;
  }

  article.about section.main-top .specs .container .wrapper .item .value {
    width: calc(100% - 180px);
  }
}

@media (max-width: 575px) {
  article.about section.main-wrapper {
    padding: 30px 0;
  }

  article.about section.main-top .specs .container .wrapper .text {
    width: calc(100% - 50px);
  }

  article.about section.main-top .specs .container .wrapper .item {
    font-size: 12px;
  }

  article.about section.main-top .specs .container .wrapper .item .label {
    width: 135px;
  }

  article.about section.main-top .specs .container .wrapper .item .value {
    width: calc(100% - 135px);
  }

  article.about section.main-top .specs .container .wrapper .flag {
    margin-left: 10px;
  }

  article.about section.main-top .specs .container .wrapper .flag img {
    width: 40px;
  }
}
/** END FIX HERO SECTION **/

/** EXTRA **/
#project-grid.loading {
  opacity: 0.75;
  cursor: wait;
}

.nav-projects {
  padding-top: 20px;
}

.nav-projects a {
  display: inline-block;
  border: 2px solid #7D2C83;
  padding: 0 15px;
  font-size: 15px;
  color: #7D2C83;
  line-height: 32px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
}

.nav-projects a:hover {
  background-color: #7D2C83;
  color: #fff;
}
/** END EXTRA **/