@font-face {
  font-family: "Avenir";
  src: url("../fonts/avenir-roman.woff2") format("woff2"), url("../fonts/avenir/avenir-roman.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Avenir";
  src: url("../fonts/avenir-light.woff2") format("woff2"), url("../fonts/avenir/avenir-light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Avenir";
  src: url("../fonts/avenir-medium.woff2") format("woff2"), url("../fonts/avenir/avenir-medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Avenir";
  src: url("../fonts/avenir-heavy.woff2") format("woff2"), url("../fonts/avenir/avenir-heavy.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Avenir";
  src: url("../fonts/avenir-black.woff2") format("woff2"), url("../fonts/avenir/avenir-black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Playlist-Script";
  src: url("../fonts/playlist-script.ttf.woff") format("woff"), url("../fonts/playlist-script.ttf.svg#Playlist-Script") format("svg"), url("../fonts/playlist-script.ttf.eot"), url("../fonts/playlist-script.ttf.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  width: 100%;
  height: 100%;
  float: left;
  -webkit-font-smoothing: antialiased;
}

body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  float: left;
  font-family: "Avenir", sans-serif;
  font-size: 16px;
  color: #4A4A4A;
  overflow: hidden;
  overflow-y: auto;
  font-weight: 400;
  -webkit-transition: 1s margin;
  -moz-transition: 1s margin;
  transition: 1s margin;
  background: #FFF;
  padding: 10px 10px 0;
}

img {
  max-width: 100%;
}

strong {
  font-weight: bold;
}

iframe {
  position: relative;
}

p {
  font-family: "Avenir", sans-serif;
  font-size: 16px;
  line-height: 26px;
  margin: 20px 0;
}

p img {
  height: auto !important;
}

p iframe {
  width: 100% !important;
}

p strong, p b {
  font-weight: 600;
}

p a, li a {
  word-break: break-word;
  color: #04BDAE;
  text-decoration: none;
  font-weight: 600;
}

h1 {
  margin: 0 0 20px;
  font-size: 40px;
  font-weight: 900;
  line-height: 50px;
}

h2 {
  margin: 0 0 20px;
  font-size: 40px;
  font-weight: 900;
  line-height: 50px;
}

h3 {
  margin: 0 0 20px;
  font-size: 25px;
  font-weight: 600;
  line-height: 34px;
}

h4 {
  margin: 0 0 20px;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

ol, ul {
  padding-left: 20px;
  margin: 20px 0;
}

li {
  font-size: 16px;
  line-height: 26px;
  font-family: "Avenir", sans-serif;
}

input[type=text], textarea, input[type=submit], select, input[type=email], button, input[type=tel] {
  font-family: "Avenir", sans-serif;
  outline: none;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

input[type=text], textarea, select, input[type=email] {
  font-family: "Avenir", sans-serif;
}

input[type=submit] {
  cursor: pointer;
}

a:not([href]) {
  cursor: pointer;
}

sup {
  font-family: monospace;
}

.container {
  float: left;
  width: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.clear {
  clear: both;
}

.fakebody {
  overflow-x: hidden;
}

.wrapper {
  margin: 0 auto;
  width: 1170px;
}

.resp, .hide {
  display: none;
}
.resp.owl-carousel, .hide.owl-carousel {
  display: none;
}

table.vertcentre {
  height: 100%;
  float: left;
  width: 100%;
  border-spacing: 0;
}

table.vertcentre td {
  padding: 0;
}

.button {
  cursor: pointer;
  text-decoration: none;
  float: left;
  width: auto;
  text-align: left;
  border: 0;
  padding: 10px 12px;
  padding-right: 50px;
  margin: 0;
  color: #fff;
  line-height: 26px;
  height: auto;
  font-family: "Avenir", sans-serif;
  background: #FFF;
  font-size: 16px;
  font-weight: 600;
  border-radius: 4px;
  min-width: 170px;
  position: relative;
}
.button:before {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 19px;
  content: "";
  z-index: 1;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: right center;
  background-image: url(../images/button-arrow.png);
}
.button span {
  position: relative;
  z-index: 1;
}
.button.gradient {
  background: linear-gradient(90deg, #04BDAE 0%, #0F0E7D 100%);
}
.button.green, .button.blue {
  overflow: hidden;
}
.button.green:after, .button.blue:after {
  position: absolute;
  content: "";
  top: 0;
  left: -200%;
  height: 100%;
  width: 200%;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.button.green:hover:after, .button.blue:hover:after {
  margin-left: 200%;
}
.button.green {
  background-color: #04BDAE;
}
.button.green:after {
  background: linear-gradient(90deg, #04BDAE 0%, #0F0E7D 50%, #04BDAE 100%);
}
.button.blue {
  background-color: #0F0E7D;
}
.button.blue:after {
  background: linear-gradient(90deg, #0F0E7D 0%, #04BDAE 50%, #0F0E7D 100%);
}
.button.grey {
  background-color: #F5F5F5;
  color: #4A4A4A;
}
.button.grey:before {
  background-image: url(../images/button-arrow-grey.png);
}
.button.white {
  background-color: #FFF;
  color: #4A4A4A;
}
.button.white:before {
  background-image: url(../images/button-arrow-grey.png);
}

.padding200 {
  padding: 200px 0;
}

.padding120 {
  padding: 120px 0;
}

.padding100 {
  padding: 100px 0;
}

.padding80 {
  padding: 80px 0;
}

.padding70 {
  padding: 70px 0;
}

.padding65 {
  padding: 65px 0;
}

.padding60 {
  padding: 60px 0;
}

.padding50 {
  padding: 50px 0;
}

.padding40 {
  padding: 40px 0;
}

.padding30 {
  padding: 30px;
}

.centred {
  text-align: center;
}

.grecaptcha-badge {
  display: none;
}

.owl-carousel .animated {
  -webkit-animation: 0.5s;
  -moz-animation: 0.5s;
  -o-animation: 0.5s;
  animation: 0.5s;
}

::-webkit-input-placeholder {
  color: #FFF;
  opacity: 1;
  font-family: "Avenir", sans-serif;
}

:-moz-placeholder {
  color: #FFF;
  opacity: 1;
  font-family: "Avenir", sans-serif;
}

::-moz-placeholder {
  color: #FFF;
  opacity: 1;
  font-family: "Avenir", sans-serif;
}

:-ms-input-placeholder {
  color: #FFF;
  opacity: 1;
  font-family: "Avenir", sans-serif;
}

.removeTransition {
  -webkit-transition: 0s all ease !important;
  -moz-transition: 0s all ease !important;
  transition: 0s all ease !important;
  transition-delay: 0s !important;
}

@keyframes pulse_animation {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes pulse_animation {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
#head {
  position: relative;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  margin-bottom: -127px;
}
#head .wrapper {
  width: 1370px;
}
#head .top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 15px 0;
  line-height: 20px;
  color: #fff;
}
#head .top .left {
  float: left;
}
#head .top .left .item {
  float: left;
  font-size: 14px;
  margin-right: 30px;
  opacity: 0.75;
  color: #fff;
  text-decoration: none;
}
#head .top .left .item.active {
  opacity: 0.3;
}
#head .top .left .menu .label {
  display: none;
}
#head .top .logo {
  position: absolute;
  left: 50%;
  top: -10px;
  margin-left: -85px;
}
#head .top .logo img {
  float: left;
  height: 137px;
  width: 170px;
}
#head .top .right {
  float: right;
}
#head .top .right a {
  float: left;
  text-decoration: none;
}
#head .top .right .phone {
  font-size: 14px;
  margin-right: 30px;
  opacity: 0.75;
  color: #fff;
}
#head .top .right .social {
  float: left;
  margin-right: 30px;
  opacity: 0.7;
}
#head .top .right .social img {
  float: left;
  width: 20px;
  margin-left: 10px;
}
#head .top .right .social a:first-child img {
  margin-left: 0;
}
#head .top .right .donations {
  padding: 0;
  font-weight: 600;
  color: #04BDAE;
  margin-right: 30px;
}
#head .top .right .searchbutton {
  float: left;
  font-weight: 600;
  margin: -5px 0;
  margin-right: -5px;
  padding: 5px;
  padding-left: 20px;
  cursor: pointer;
  background-image: url(../images/little-white-search.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: left 8px;
}
#head .bottom {
  padding-top: 23px;
}
#head .bottom .items {
  display: flex;
  justify-content: space-between;
}
#head .bottom .item {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: #fff;
  text-decoration: none;
  float: left;
}
#head .bottom .item.active {
  opacity: 0.3;
}
#head .bottom .logospacer {
  width: 170px;
  margin-left: 55px;
}

#search {
  margin-left: -10px;
  width: -moz-calc(100% + 20px);
  width: -webkit-calc(100% + 20px);
  width: calc(100% + 20px);
  background: #D3F0ED;
  margin-top: -147px;
  margin-bottom: 10px;
  position: relative;
  z-index: 130;
  -webkit-transition: margin 0.5s ease;
  -moz-transition: margin 0.5s ease;
  transition: margin 0.5s ease;
  transition-delay: 0s;
}
#search .wrapper {
  width: 1370px;
}
#search form {
  float: left;
  width: 100%;
}
#search form ::-webkit-input-placeholder {
  color: #001489;
}
#search form :-moz-placeholder {
  color: #001489;
}
#search form ::-moz-placeholder {
  color: #001489;
}
#search form :-ms-input-placeholder {
  color: #001489;
}
#search input {
  float: left;
  width: 100%;
  color: #001489;
  font-size: 50px;
  font-weight: 900;
  line-height: 137px;
  height: 137px;
  border: 0;
  background: #D3F0ED;
  padding: 0;
  padding-left: 90px;
  background-image: url(../images/big-search.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: left center;
}
#search.open {
  margin-top: -10px;
}

.navspacer {
  height: 127px;
}

.banner {
  height: 640px;
  position: relative;
  overflow: hidden;
}
.banner .slider {
  height: 100%;
}
.banner .slider .owl-stage, .banner .slider .owl-stage-outer, .banner .slider .owl-item, .banner .slider .item {
  height: 100%;
}
.banner .slider .item:before {
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 80%, rgba(0, 0, 0, 0.5) 100%);
}
.banner .slider .item .text {
  color: #fff;
  width: 670px;
  text-align: center;
}
.banner .slider .item .text h1, .banner .slider .item .text h2 {
  font-size: 80px;
  line-height: 80px;
  font-family: "Playlist-Script", sans-serif;
  font-weight: 400;
}
.banner .slider .item .text p {
  font-size: 20px;
  font-weight: 500;
  line-height: 27px;
}
.banner .slider .item .text p:last-child {
  margin-bottom: 0;
}
.banner .slider .item .text .buttons {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.banner .slider .item .text .buttons .button {
  margin-right: 10px;
  margin-top: 10px;
}
.banner .slider .item .text .buttons .button:last-child {
  margin-right: 0;
}
.banner .slider .owl-nav .owl-prev, .banner .slider .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  cursor: pointer;
  background-position: center center;
  background-size: 13px;
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
}
.banner .slider .owl-nav .owl-prev {
  left: 20px;
  background-image: url(../images/arrow-left.svg);
}
.banner .slider .owl-nav .owl-next {
  right: 20px;
  background-image: url(../images/arrow-right.svg);
}
.banner .wrapper {
  position: relative;
  z-index: 10;
  height: 100%;
}
.banner.load .text {
  opacity: 1;
  transform: translateY(0);
}
.banner .text {
  opacity: 0;
  transform: translateY(100px);
  -webkit-transition: 1s all ease;
  -moz-transition: 1s all ease;
  transition: 1s all ease;
}
.banner.innerbanner {
  height: 500px;
}
.banner.innerbanner:before {
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 80%, rgba(0, 0, 0, 0.5) 100%);
}
.banner.innerbanner .text {
  position: absolute;
  bottom: 90px;
  left: 0;
  color: #fff;
}
.banner.innerbanner .text h1, .banner.innerbanner .text h2 {
  font-family: "Playlist-Script", sans-serif;
  font-size: 100px;
  line-height: 100px;
  margin: 0;
  font-weight: 400;
}
.banner.servbanner {
  height: -moz-calc(100% - 10px);
  height: -webkit-calc(100% - 10px);
  height: calc(100% - 10px);
}
.banner.servbanner:before {
  content: "";
  height: 200px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.banner.servbanner:after {
  content: "";
  height: -moz-calc(100% - 200px);
  height: -webkit-calc(100% - 200px);
  height: calc(100% - 200px);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
}
.banner.servbanner .text {
  position: absolute;
  bottom: 50px;
  left: 0;
  text-align: center;
}
.banner.servbanner .text h1, .banner.servbanner .text h2 {
  font-family: "Playlist-Script", sans-serif;
  font-size: 130px;
  line-height: 197px;
  margin: 0;
  font-weight: 400;
}
.banner.servbanner .text p {
  width: 570px;
  margin: 20px auto;
}
.banner.servbanner .text p:first-child {
  margin-top: 0;
}
.banner.servbanner .text p:last-child {
  margin-bottom: 0;
}
.banner.newsbanner {
  height: 500px;
  background: linear-gradient(90deg, #04BDAE 0%, #0F0E7D 100%);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.banner.newsbanner .wrapper {
  width: 570px;
  padding: 0;
}
.banner.newsbanner:before {
  content: "";
  height: 200px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.banner.newsbanner:after {
  content: "";
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
}
.banner.newsbanner .text {
  position: absolute;
  bottom: 16px;
  left: 0;
}
.banner.newsbanner .text h1 {
  color: #001489;
  font-size: 60px;
  font-weight: 900;
  line-height: 60px;
  margin-bottom: 23px;
}
.banner.newsbanner .text .date {
  color: #636466;
  font-size: 16px;
  letter-spacing: -0.5px;
  line-height: 22px;
}
.banner.searchbanner {
  height: 200px;
  min-height: 0;
}

.cta {
  background-color: #F5F5F5;
  padding: 27px 0;
  overflow: hidden;
}
.cta.load .wrapper {
  opacity: 1;
  transform: translateY(0);
}
.cta .wrapper {
  display: flex;
  justify-content: center;
  opacity: 0;
  transform: translateY(100px);
  -webkit-transition: 1s all ease;
  -moz-transition: 1s all ease;
  transition: 1s all ease;
}
.cta .text {
  float: left;
  font-size: 22px;
  font-weight: 600;
  line-height: 46px;
}
.cta .button {
  margin-left: 50px;
  width: 230px;
  padding-right: 30px;
}
.cta.subscribe .button {
  width: 170px;
}

#employees .main {
  padding-bottom: 30px !important;
}

.threeboxes.load .box {
  opacity: 1;
  transform: translateY(0);
}
.threeboxes .box {
  float: left;
  padding-top: 35px;
  padding-bottom: 35px;
  border-top: 1px solid #F5F5F5;
  opacity: 0;
  transform: translateY(100px);
  -webkit-transition: 1s all ease;
  -moz-transition: 1s all ease;
  transition: 1s all ease;
}
.threeboxes .box:nth-child(1), .threeboxes .box:nth-child(2), .threeboxes .box:nth-child(3) {
  padding-top: 0;
  border-top: 0;
}
.threeboxes .box:nth-child(3n+1) {
  width: -moz-calc((100% - 141px)/3 + 35px);
  width: -webkit-calc((100% - 141px)/3 + 35px);
  width: calc((100% - 141px)/3 + 35px);
  padding-right: 35px;
}
.threeboxes .box:nth-child(3n+2) {
  width: -moz-calc((100% - 141px)/3 + 70px);
  width: -webkit-calc((100% - 141px)/3 + 70px);
  width: calc((100% - 141px)/3 + 70px);
  padding-right: 35px;
  padding-left: 35px;
  border-left: 1px solid #F5F5F5;
  border-right: 1px solid #F5F5F5;
}
.threeboxes .box:nth-child(3n+3) {
  width: -moz-calc((100% - 141px)/3 + 35px);
  width: -webkit-calc((100% - 141px)/3 + 35px);
  width: calc((100% - 141px)/3 + 35px);
  padding-left: 35px;
}
.threeboxes .box:nth-last-child(1), .threeboxes .box:nth-last-child(2), .threeboxes .box:nth-last-child(3) {
  padding-bottom: 0;
}
.threeboxes .box h3 {
  font-size: 25px;
  font-weight: 600;
  line-height: 34px;
}
.threeboxes .box h3 a {
  color: #4A4A4A;
  text-decoration: none;
}
.threeboxes .box p:last-child {
  margin-bottom: 0;
}
.threeboxes .box .button {
  width: 170px;
  margin-top: 23px;
}
.threeboxes .box.disabled {
  opacity: 0.3;
}
.threeboxes .box:nth-child(1n) {
  transition-delay: 0.2s;
}
.threeboxes .box:nth-child(2n) {
  transition-delay: 0.4s;
}
.threeboxes .box:nth-child(3n) {
  transition-delay: 0.6s;
}
.threeboxes .box:nth-child(4n) {
  transition-delay: 0.8s;
}
.threeboxes .box:nth-child(5n) {
  transition-delay: 1s;
}
.threeboxes .box:nth-child(6n) {
  transition-delay: 1.2s;
}
.threeboxes .box:nth-child(7n) {
  transition-delay: 1.4s;
}
.threeboxes .box:nth-child(8n) {
  transition-delay: 1.6s;
}
.threeboxes .box:nth-child(9n) {
  transition-delay: 1.8s;
}
.threeboxes .box:nth-child(10n) {
  transition-delay: 2s;
}
.threeboxes .box:nth-child(11n) {
  transition-delay: 2.2s;
}
.threeboxes .box:nth-child(12n) {
  transition-delay: 2.4s;
}
.threeboxes .box:nth-child(13n) {
  transition-delay: 2.6s;
}
.threeboxes .box:nth-child(14n) {
  transition-delay: 2.8s;
}
.threeboxes .box:nth-child(15n) {
  transition-delay: 3s;
}
.threeboxes .box:nth-child(16n) {
  transition-delay: 3.2s;
}
.threeboxes .box:nth-child(17n) {
  transition-delay: 3.4s;
}
.threeboxes .box:nth-child(18n) {
  transition-delay: 3.6s;
}
.threeboxes .box:nth-child(19n) {
  transition-delay: 3.8s;
}
.threeboxes .box:nth-child(20n) {
  transition-delay: 4s;
}
.threeboxes.employees {
  background: #F5F5F5;
  text-align: center;
}
.threeboxes.employees img {
  display: inline-block;
  margin-bottom: 20px;
}
.threeboxes.employees h3 {
  margin-bottom: 30px;
  width: 100%;
  max-width: 315px;
  margin-left: auto;
  margin-right: auto;
}
.threeboxes.employees .copy {
  margin-bottom: 30px;
}
.threeboxes.employees a.button {
  margin: 0 auto;
  float: none;
  display: block;
}

.banner_cta {
  position: relative;
}
.banner_cta.load .text {
  opacity: 1;
  transform: translateX(0);
}
.banner_cta:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
}
.banner_cta .bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.banner_cta .text {
  float: left;
  width: 570px;
  color: #fff;
  position: relative;
  z-index: 10;
  opacity: 0;
  transform: translateX(-100px);
  -webkit-transition: 1s all ease;
  -moz-transition: 1s all ease;
  transition: 1s all ease;
}
.banner_cta .text h2 {
  font-size: 50px;
  line-height: 65px;
  font-family: "Playlist-Script", sans-serif;
  margin-bottom: 33px;
  font-weight: 400;
}
.banner_cta .text p:first-child {
  margin-top: 0;
}
.banner_cta .text p:last-child {
  margin-bottom: 0;
}
.banner_cta .text .buttons {
  margin-top: 50px;
}
.banner_cta.large_text .text p {
  font-size: 24px;
  font-weight: 300;
  line-height: 33px;
}

.videos {
  background-color: #F5F5F5;
  overflow: hidden;
}
.videos.load .left {
  opacity: 1;
  transform: translateX(0);
}
.videos.load .right {
  opacity: 1;
  transform: translateY(0);
}
.videos .left {
  float: left;
  width: 670px;
  opacity: 0;
  transform: translateX(-100px);
  -webkit-transition: 1s all ease;
  -moz-transition: 1s all ease;
  transition: 1s all ease;
}
.videos .left .slider .owl-stage, .videos .left .slider .owl-stage-outer, .videos .left .slider .owl-item, .videos .left .slider .item {
  height: 100%;
}
.videos .right {
  float: right;
  width: -moz-calc(100% - 735px);
  width: -webkit-calc(100% - 735px);
  width: calc(100% - 735px);
  opacity: 0;
  transform: translateY(100px);
  -webkit-transition: 1s all ease;
  -moz-transition: 1s all ease;
  transition: 1s all ease;
}
.videos .right p:first-child {
  margin-top: 0;
}
.videos .right p:last-child {
  margin-bottom: 0;
}
.videos .right .buttons {
  margin-top: 30px;
}
.videos .right .dots {
  margin-top: 50px;
}
.videos .right .dots .dot {
  float: left;
  height: 10px;
  width: 10px;
  background-color: #D8D8D8;
  margin-left: 10px;
  border-radius: 50%;
  cursor: pointer;
}
.videos .right .dots .dot:first-child {
  margin-left: 0;
}
.videos .right .dots .dot.active {
  background-color: #04BDAE;
}

.news.load .box {
  opacity: 1;
  transform: translateY(0);
}
.news.home h2 {
  margin-bottom: 46px;
  text-align: center;
}
.news .list {
  margin-top: -30px;
}
.news .box {
  float: left;
  width: -moz-calc((100% - 61px)/3);
  width: -webkit-calc((100% - 61px)/3);
  width: calc((100% - 61px)/3);
  margin-right: 30px;
  margin-top: 30px;
  text-align: center;
  opacity: 0;
  transform: translateY(100px);
  -webkit-transition: 1s all ease;
  -moz-transition: 1s all ease;
  transition: 1s all ease;
}
.news .box:nth-child(3n+1) {
  clear: left;
}
.news .box:nth-child(3n+3) {
  margin-right: 0;
}
.news .box .date .number {
  color: #D8D8D8;
  font-size: 100px;
  font-weight: 900;
  line-height: 137px;
}
.news .box .date .month {
  color: #04BDAE;
  font-family: "Playlist-Script", sans-serif;
  font-size: 60px;
  line-height: 90px;
  margin-top: -90px;
  position: relative;
  margin-bottom: 35px;
}
.news .box .date .month:before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  margin-left: -35px;
  width: 70px;
  height: 5px;
  background: linear-gradient(180deg, #EEEEEE 0%, #D8D8D8 100%);
}
.news .box h3 {
  font-size: 25px;
  font-weight: 600;
  line-height: 34px;
  margin-bottom: 30px;
  color: #4A4A4A;
}
.news .box .flex {
  display: flex;
  justify-content: center;
}
.news .box:nth-child(1n) {
  transition-delay: 0.2s;
}
.news .box:nth-child(2n) {
  transition-delay: 0.4s;
}
.news .box:nth-child(3n) {
  transition-delay: 0.6s;
}
.news .box:nth-child(4n) {
  transition-delay: 0.8s;
}
.news .box:nth-child(5n) {
  transition-delay: 1s;
}
.news .box:nth-child(6n) {
  transition-delay: 1.2s;
}
.news .box:nth-child(7n) {
  transition-delay: 1.4s;
}
.news .box:nth-child(8n) {
  transition-delay: 1.6s;
}
.news .box:nth-child(9n) {
  transition-delay: 1.8s;
}
.news .box:nth-child(10n) {
  transition-delay: 2s;
}
.news .box:nth-child(11n) {
  transition-delay: 2.2s;
}
.news .box:nth-child(12n) {
  transition-delay: 2.4s;
}
.news .box:nth-child(13n) {
  transition-delay: 2.6s;
}
.news .box:nth-child(14n) {
  transition-delay: 2.8s;
}
.news .box:nth-child(15n) {
  transition-delay: 3s;
}
.news .box:nth-child(16n) {
  transition-delay: 3.2s;
}
.news .box:nth-child(17n) {
  transition-delay: 3.4s;
}
.news .box:nth-child(18n) {
  transition-delay: 3.6s;
}
.news .box:nth-child(19n) {
  transition-delay: 3.8s;
}
.news .box:nth-child(20n) {
  transition-delay: 4s;
}
.news .tabs {
  margin-top: 130px;
}
.news .tabs .flex {
  display: flex;
  justify-content: center;
}
.news .tabs .line {
  height: 10px;
  float: left;
  margin-bottom: 20px;
  border-bottom: 3px solid #D8D8D8;
  position: relative;
}
.news .tabs .line .worm {
  position: absolute;
  left: 0;
  top: 0;
  height: 10px;
  width: 70px;
  background: #04BDAE;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.news .tabs .tab, .news .tabs .arrow {
  float: left;
  width: 70px;
  margin-right: 30px;
  text-align: center;
  color: #9B9B9B;
  cursor: pointer;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 4px;
  line-height: 19px;
  text-transform: uppercase;
  padding-top: 30px;
  margin-top: -30px;
}
.news .tabs .tab.next, .news .tabs .arrow.next {
  margin-right: 0;
}
.news .tabs .tab.disabled, .news .tabs .arrow.disabled {
  opacity: 0.2;
  cursor: default;
}
.news .tabs .tab {
  letter-spacing: 0;
}

.newsdetail .content {
  padding-top: 34px;
}
.newsdetail .content.load .wrapper {
  opacity: 1;
  transform: translateY(0);
}
.newsdetail .content .wrapper {
  width: 570px;
  padding: 0;
  opacity: 0;
  transform: translateY(100px);
  -webkit-transition: 1s all ease;
  -moz-transition: 1s all ease;
  transition: 1s all ease;
}
.newsdetail .content h2 {
  margin-top: 50px;
}
.newsdetail .content h2:first-child {
  margin-top: 0;
}
.newsdetail .content h3 {
  margin-top: 50px;
}
.newsdetail .content h3:first-child {
  margin-top: 0;
}
.newsdetail .content blockquote {
  border-top: 1px solid #04BDAE;
  border-bottom: 1px solid #04BDAE;
  padding: 23px 0;
  margin: 40px 0;
}
.newsdetail .content blockquote:first-child {
  margin-top: 0;
}
.newsdetail .content blockquote:last-child {
  margin-bottom: 0;
}
.newsdetail .content blockquote p {
  color: #04BDAE;
  font-weight: 600;
}
.newsdetail .content p:first-child {
  margin-top: 0;
}
.newsdetail .content p:last-child {
  margin-bottom: 0;
}
.newsdetail .content .buttons {
  margin-top: 40px;
}
.newsdetail .content .buttons .button {
  min-width: 200px;
  margin-top: 10px;
  margin-right: 10px;
}
.newsdetail .content .buttons .button:last-child {
  margin-right: 0;
}
.newsdetail .news {
  background: #F5F5F5;
  border-bottom: 10px solid #FFF;
}

.about p:first-child {
  margin-top: 0;
}
.about p:last-child {
  margin-bottom: 0;
}
.about .main.load .left {
  opacity: 1;
  transform: translateX(0);
}
.about .main.load .right {
  opacity: 1;
  transform: translateY(0);
}
.about .main .left {
  float: left;
  width: 435px;
  opacity: 0;
  transform: translateX(-100px);
  -webkit-transition: 1s all ease;
  -moz-transition: 1s all ease;
  transition: 1s all ease;
}
.about .main .left h3 {
  font-size: 30px;
  font-weight: 300;
  line-height: 41px;
  margin-bottom: 40px;
}
.about .main .left p {
  font-size: 20px;
  font-weight: 300;
  line-height: 27px;
}
.about .main .left li {
  font-size: 20px;
  font-weight: 300;
  line-height: 27px;
}
.about .main .left .hidden .padding {
  padding-top: 50px;
}
.about .main .left ul:first-child {
  margin-top: 0;
}
.about .main .left ul:last-child {
  margin-bottom: 0;
}
.about .main .right {
  float: right;
  width: -moz-calc(100% - 500px);
  width: -webkit-calc(100% - 500px);
  width: calc(100% - 500px);
  opacity: 0;
  transform: translateY(100px);
  -webkit-transition: 1s all ease;
  -moz-transition: 1s all ease;
  transition: 1s all ease;
}
.about .main .right ul {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
.about .main .right .buttons {
  margin-top: 20px;
}
.about .main .right .buttons .button {
  margin-top: 10px;
}
.about .main .right .continue {
  color: #04BDAE;
  font-weight: 600;
  margin-top: 26px;
  cursor: pointer;
  float: left;
}
.about .main .hidden {
  height: 0;
  overflow: hidden;
}
.about .main .hidden .padding {
  padding-top: 20px;
}
.about.sisters .main .left img {
  float: left;
  width: 100%;
  margin-top: 10px;
}
.about.sisters .main .left img:first-child {
  margin-top: 0;
}
.about.sisters .main .left .slider {
  display: none;
}
.about.sisters .main .right h3 {
  color: #04BDAE;
  font-family: "Playlist-Script", sans-serif;
  font-size: 30px;
  line-height: 46px;
  margin-top: 35px;
  font-weight: 400;
}
.about.sisters .main .right h3:first-child {
  margin-top: 0;
}
.about.trafficking .right ul {
  -webkit-columns: 1;
  -moz-columns: 1;
  columns: 1;
  -webkit-column-gap: 0;
  -moz-column-gap: 0;
  column-gap: 0;
}
.about.trafficking .right blockquote {
  margin: 0;
  padding: 0;
}
.about.trafficking .right blockquote ul {
  -webkit-columns: 3;
  -moz-columns: 3;
  columns: 3;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
.about .threeboxes {
  background-color: #F5F5F5;
}
.about .threeboxes .box {
  border-color: #D8D8D8;
}
.about .sections .left img.container {
  margin-top: 10px;
}
.about .sections .left img.container:first-child {
  margin-top: 0;
}
.about .sections .right .buttons {
  margin-top: 28px;
}
.about .sections .right .btn {
  margin-top: 2px;
  float: left;
  line-height: 26px;
  height: auto;
  padding: 10px 0;
  padding-left: 61px;
  padding-right: 15px;
  font-size: 16px;
  font-weight: 600;
  color: #4A4A4A;
  position: relative;
  border-radius: 4px;
  background: #F5F5F5;
  text-decoration: none;
  clear: left;
  max-width: 100%;
}
.about .sections .right .btn:before {
  border-radius: 4px 0 0 4px;
  background: #0F0E7D;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 46px;
  content: "";
  background-image: url(../images/download.png);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center center;
}
.about .sections.greybg .btn {
  background: #fff;
}
.about .sections.greybg .btn:before {
  background-image: url(../images/download-green.png);
  background-color: #04BDAE;
}
.about .sections.resources .right .btn {
  background: #fff;
}
.about .sections.resources .right .btn:before {
  background-image: url(../images/download-green.png);
  background-color: #04BDAE;
}
.about .sections.borderbot {
  border-bottom: 10px solid #fff;
}
.about .centred_text {
  background-color: #F5F5F5;
  text-align: center;
}
.about .centred_text.load .wrapper {
  opacity: 1;
  transform: translateY(0);
}
.about .centred_text .wrapper {
  width: 670px;
  padding: 0;
  opacity: 0;
  transform: translateY(100px);
  -webkit-transition: 1s all ease;
  -moz-transition: 1s all ease;
  transition: 1s all ease;
}
.about .centred_text h2 {
  margin-bottom: 30px;
}
.about .centred_text .buttons {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.about .left_right {
  text-align: center;
}
.about .left_right.load .wrapper {
  opacity: 1;
  transform: translateY(0);
}
.about .left_right .wrapper {
  opacity: 0;
  transform: translateY(100px);
  -webkit-transition: 1s all ease;
  -moz-transition: 1s all ease;
  transition: 1s all ease;
}
.about .left_right .left {
  float: left;
  width: -moz-calc((100% - 100px)/2 + 50px);
  width: -webkit-calc((100% - 100px)/2 + 50px);
  width: calc((100% - 100px)/2 + 50px);
  border-right: 1px solid #F5F5F5;
  padding-right: 49px;
  padding-bottom: 76px;
  position: relative;
}
.about .left_right .left .buttons {
  padding-right: 49px;
}
.about .left_right .right {
  float: right;
  width: -moz-calc((100% - 100px)/2);
  width: -webkit-calc((100% - 100px)/2);
  width: calc((100% - 100px)/2);
  padding-bottom: 76px;
  position: relative;
}
.about .left_right h3 {
  font-size: 25px;
  font-weight: 900;
  line-height: 34px;
}
.about .left_right p {
  font-size: 14px;
}
.about .left_right .buttons {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
}
.about.working .main .right ul {
  -webkit-columns: 1;
  -moz-columns: 1;
  columns: 1;
}
.about.working .main .right .buttons {
  margin-top: 28px;
}
.about.working .main .right .button {
  clear: left;
  margin-top: 2px;
}
.about.working .main .right .btn {
  margin-top: 2px;
  float: left;
  line-height: 26px;
  height: auto;
  padding: 10px 0;
  padding-left: 61px;
  padding-right: 15px;
  font-size: 16px;
  font-weight: 600;
  color: #4A4A4A;
  position: relative;
  border-radius: 4px;
  background: #F5F5F5;
  text-decoration: none;
  clear: left;
  max-width: 100%;
}
.about.working .main .right .btn:before {
  border-radius: 4px 0 0 4px;
  background: #0F0E7D;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 46px;
  content: "";
  background-image: url(../images/download.png);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center center;
}
.about.working .main .right .margintop {
  margin-top: 50px;
}
.about.working .main .right .faq {
  margin-top: 20px;
}
.about.working .main .right .faq:first-child {
  margin-top: 0px;
}
.about.working .main .right .faq:last-child {
  margin-bottom: 50px;
}
.about.working .main .right .faq .question {
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  cursor: pointer;
  padding-right: 25px;
  background-image: url(../images/angle-down.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto;
}
.about.working .main .right .faq .answer {
  height: 0;
  overflow: hidden;
}
.about.working .main .right .faq .answer .padding {
  padding: 20px 0;
}
.about.working .main .right .faq .answer p:first-child {
  margin-top: 0;
}
.about.working .main .right .faq .answer p:last-child {
  margin-bottom: 0;
}
.about.working .main .right .faq.open .question {
  color: #04BDAE;
  background-image: url(../images/angle-up.svg);
}
.about.working .main .right .phones .box {
  float: left;
  width: -moz-calc((100% - 10px)/2);
  width: -webkit-calc((100% - 10px)/2);
  width: calc((100% - 10px)/2);
  margin-right: 10px;
  margin-top: 30px;
}
.about.working .main .right .phones .box:nth-child(2n+2) {
  margin-right: 0;
}
.about.working .left_right {
  background: #F5F5F5;
  border-bottom: 10px solid #fff;
}
.about.working .left_right .left {
  border-color: #D8D8D8;
}
.about.working .table {
  margin: 50px 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.about.working .table.load table {
  opacity: 1;
  transform: translateY(0);
}
.about.working .table img {
  display: inline-block;
  width: 40px;
  height: 40px;
}
.about.working .table table {
  float: left;
  width: 100%;
  opacity: 0;
  transform: translateY(100px);
  -webkit-transition: 1s all ease;
  -moz-transition: 1s all ease;
  transition: 1s all ease;
}
.about.working .table table th {
  color: #0F0E7D;
  border-top: 1px solid #F5F5F5;
  border-bottom: 1px solid #F5F5F5;
  border-spacing: 0;
  padding: 20px 0;
  font-weight: 600;
}
.about.working .table table th:first-child {
  width: 190px;
}
.about.working .table table td {
  text-align: center;
  border-bottom: 1px solid #F5F5F5;
  border-spacing: 0;
  padding: 10px 0;
}
.about.working .table table td:first-child {
  width: 190px;
  text-align: left;
}
.about.legal .sections {
  margin-top: 50px;
}
.about.legal .sections:first-child {
  margin-top: 0;
}
.about.legal .sections .buttons {
  margin-top: 0;
}
.about.volunteer .sections .left .slider {
  display: none;
}
.about.load .sections .left {
  opacity: 1;
  transform: translateX(0);
}
.about.load .sections .right {
  opacity: 1;
  transform: translateY(0);
}

.sections.load .left {
  opacity: 1;
  transform: translateX(0);
}
.sections.load .right {
  opacity: 1;
  transform: translateY(0);
}
.sections .left {
  float: left;
  width: 435px;
  opacity: 0;
  transform: translateX(-100px);
  -webkit-transition: 1s all ease;
  -moz-transition: 1s all ease;
  transition: 1s all ease;
}
.sections .right {
  float: right;
  width: -moz-calc(100% - 500px);
  width: -webkit-calc(100% - 500px);
  width: calc(100% - 500px);
  opacity: 0;
  transform: translateY(100px);
  -webkit-transition: 1s all ease;
  -moz-transition: 1s all ease;
  transition: 1s all ease;
}
.sections .right p:first-child {
  margin-top: 0;
}
.sections .right p:last-child {
  margin-bottom: 0;
}
.sections.greybg {
  background: #F5F5F5;
}
.sections.margintop {
  margin-top: 30px;
}

.team .board {
  margin-top: 20px;
  margin-bottom: 50px;
}
.team .board.load .box {
  opacity: 1;
  transform: translateY(0);
}
.team .board .box {
  float: left;
  width: -moz-calc((100% - 91px)/4);
  width: -webkit-calc((100% - 91px)/4);
  width: calc((100% - 91px)/4);
  margin-right: 30px;
  margin-top: 30px;
  background: #F5F5F5;
  text-align: center;
  padding: 20px 5px 30px;
  opacity: 0;
  transform: translateY(100px);
  -webkit-transition: 1s all ease;
  -moz-transition: 1s all ease;
  transition: 1s all ease;
}
.team .board .box:nth-child(4n+4) {
  margin-right: 0;
}
.team .board .box h3 {
  font-size: 25px;
  font-weight: 900;
  line-height: 34px;
  margin-bottom: 5px;
}
.team .board .box h4 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  margin: 0;
}
.team .board .box:nth-child(1n) {
  transition-delay: 0.2s;
}
.team .board .box:nth-child(2n) {
  transition-delay: 0.4s;
}
.team .board .box:nth-child(3n) {
  transition-delay: 0.6s;
}
.team .board .box:nth-child(4n) {
  transition-delay: 0.8s;
}
.team .board .box:nth-child(5n) {
  transition-delay: 1s;
}
.team .board .box:nth-child(6n) {
  transition-delay: 1.2s;
}
.team .board .box:nth-child(7n) {
  transition-delay: 1.4s;
}
.team .board .box:nth-child(8n) {
  transition-delay: 1.6s;
}
.team .board .box:nth-child(9n) {
  transition-delay: 1.8s;
}
.team .board .box:nth-child(10n) {
  transition-delay: 2s;
}
.team .board .box:nth-child(11n) {
  transition-delay: 2.2s;
}
.team .board .box:nth-child(12n) {
  transition-delay: 2.4s;
}
.team .board .box:nth-child(13n) {
  transition-delay: 2.6s;
}
.team .board .box:nth-child(14n) {
  transition-delay: 2.8s;
}
.team .board .box:nth-child(15n) {
  transition-delay: 3s;
}
.team .board .box:nth-child(16n) {
  transition-delay: 3.2s;
}
.team .board .box:nth-child(17n) {
  transition-delay: 3.4s;
}
.team .board .box:nth-child(18n) {
  transition-delay: 3.6s;
}
.team .board .box:nth-child(19n) {
  transition-delay: 3.8s;
}
.team .board .box:nth-child(20n) {
  transition-delay: 4s;
}
.team img.container {
  margin-bottom: 50px;
}
.team .sections .right .faq {
  margin-top: 20px;
}
.team .sections .right .faq:first-child {
  margin-top: 50px;
}
.team .sections .right .faq .question {
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  cursor: pointer;
  padding-right: 25px;
  background-image: url(../images/angle-down.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto;
}
.team .sections .right .faq .answer {
  height: 0;
  overflow: hidden;
}
.team .sections .right .faq .answer .padding {
  padding: 20px 0;
}
.team .sections .right .faq .answer p:first-child {
  margin-top: 0;
}
.team .sections .right .faq .answer p:last-child {
  margin-bottom: 0;
}
.team .sections .right .faq.open .question {
  color: #04BDAE;
  background-image: url(../images/angle-up.svg);
}

.resources .faq {
  margin-top: 2px;
}
.resources .faq:first-child {
  margin-top: 0;
}
.resources .faq .question {
  font-size: 16px;
  font-weight: 600;
  line-height: 44px;
  padding: 0 12px;
  padding-right: 25px;
  border-radius: 4px;
  border: 1px solid #F5F5F5;
  cursor: pointer;
  background-image: url(../images/angle-down.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto;
}
.resources .faq .answer {
  height: 0;
  overflow: hidden;
  background: #F5F5F5;
}
.resources .faq .answer .padding {
  padding: 30px;
  padding-top: 10px;
}
.resources .faq.open .question {
  background-color: #F5F5F5;
  background-image: url(../images/angle-up.png);
  border-radius: 4px 4px 0 0;
}
.resources .btn {
  margin-top: 2px;
  float: left;
  line-height: 26px;
  height: auto;
  padding: 10px 0;
  padding-left: 61px;
  padding-right: 15px;
  font-size: 16px;
  font-weight: 600;
  color: #4A4A4A;
  position: relative;
  border-radius: 4px;
  background: #fff;
  text-decoration: none;
  clear: left;
  max-width: 100%;
}
.resources .btn:before {
  border-radius: 4px 0 0 4px;
  background: #04BDAE;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 46px;
  content: "";
  background-image: url(../images/download-green.png);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center center;
}
.resources .button {
  clear: left;
  margin-top: 2px;
  max-width: 100%;
}
.resources .button:first-child {
  margin-top: 0;
}

.servdetail .boxes {
  padding-top: 0;
  margin-top: -20px;
}
.servdetail .boxes.load .box {
  opacity: 1;
  transform: translateY(0);
}
.servdetail .boxes .box {
  float: left;
  text-align: center;
  margin-top: 50px;
  opacity: 0;
  transform: translateY(100px);
  -webkit-transition: 1s all ease;
  -moz-transition: 1s all ease;
  transition: 1s all ease;
}
.servdetail .boxes .box h3 {
  font-size: 25px;
  font-weight: 600;
  line-height: 34px;
}
.servdetail .boxes .box p:first-child {
  margin-top: 0;
}
.servdetail .boxes .box p:last-child {
  margin-top: 0;
}
.servdetail .boxes .box.twoper {
  width: -moz-calc((100% - 30px)/2);
  width: -webkit-calc((100% - 30px)/2);
  width: calc((100% - 30px)/2);
  margin-right: 30px;
}
.servdetail .boxes .box.twoper:nth-child(2n+2) {
  margin-right: 0;
}
.servdetail .boxes .box.threeper {
  width: -moz-calc((100% - 151px)/3);
  width: -webkit-calc((100% - 151px)/3);
  width: calc((100% - 151px)/3);
  margin-right: 75px;
}
.servdetail .boxes .box.threeper:nth-child(3n+3) {
  margin-right: 0;
}
.servdetail .boxes .box.with-icon img {
  display: inline-block;
  margin-bottom: 20px;
}
.servdetail .boxes .box.with-image h3 {
  margin-bottom: 30px;
}
.servdetail .boxes .box:nth-child(1n) {
  transition-delay: 0.2s;
}
.servdetail .boxes .box:nth-child(2n) {
  transition-delay: 0.4s;
}
.servdetail .boxes .box:nth-child(3n) {
  transition-delay: 0.6s;
}
.servdetail .boxes .box:nth-child(4n) {
  transition-delay: 0.8s;
}
.servdetail .boxes .box:nth-child(5n) {
  transition-delay: 1s;
}
.servdetail .boxes .box:nth-child(6n) {
  transition-delay: 1.2s;
}
.servdetail .boxes .box:nth-child(7n) {
  transition-delay: 1.4s;
}
.servdetail .boxes .box:nth-child(8n) {
  transition-delay: 1.6s;
}
.servdetail .boxes .box:nth-child(9n) {
  transition-delay: 1.8s;
}
.servdetail .boxes .box:nth-child(10n) {
  transition-delay: 2s;
}
.servdetail .boxes .box:nth-child(11n) {
  transition-delay: 2.2s;
}
.servdetail .boxes .box:nth-child(12n) {
  transition-delay: 2.4s;
}
.servdetail .boxes .box:nth-child(13n) {
  transition-delay: 2.6s;
}
.servdetail .boxes .box:nth-child(14n) {
  transition-delay: 2.8s;
}
.servdetail .boxes .box:nth-child(15n) {
  transition-delay: 3s;
}
.servdetail .boxes .box:nth-child(16n) {
  transition-delay: 3.2s;
}
.servdetail .boxes .box:nth-child(17n) {
  transition-delay: 3.4s;
}
.servdetail .boxes .box:nth-child(18n) {
  transition-delay: 3.6s;
}
.servdetail .boxes .box:nth-child(19n) {
  transition-delay: 3.8s;
}
.servdetail .boxes .box:nth-child(20n) {
  transition-delay: 4s;
}
.servdetail .resources {
  background: #F5F5F5;
}
.servdetail .resources .heading h2 {
  margin-bottom: 30px;
}
.servdetail .resources .left .tab {
  clear: left;
  float: left;
  cursor: pointer;
  font-size: 25px;
  font-weight: 600;
  line-height: 34px;
  padding-left: 50px;
  position: relative;
  margin-top: 20px;
}
.servdetail .resources .left .tab:first-child {
  margin-top: 0;
}
.servdetail .resources .left .tab.active {
  color: #04BDAE;
}
.servdetail .resources .left .tab.active:before {
  background-image: url(../images/arrow-right-long-green.svg);
}
.servdetail .resources .left .tab:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 25px;
  height: 34px;
  background-image: url(../images/arrow-right-long.svg);
  background-position: left center;
  background-size: 25px;
  background-repeat: no-repeat;
}
.servdetail .resources .faq:first-child {
  margin-top: 30px;
}
.servdetail .resources .faq .question {
  padding: 0;
}
.servdetail .resources .faq .answer {
  background: #fff;
}
.servdetail .resources .faq .answer .buttons {
  margin-top: 20px;
}
.servdetail .resources .faq.open .question {
  padding: 0 12px;
  padding-right: 25px;
  border: 1px solid #fff;
  background-color: #fff;
}
.servdetail .resources .btn {
  background-color: #F5F5F5;
  margin-right: 10px;
  clear: none;
  margin-top: 10px;
}
.servdetail .resources .btn:before {
  background-color: #0F0E7D;
  background-image: url(../images/download.png);
}
.servdetail .resources .btn:first-child {
  margin-top: 10px;
}
.servdetail .resources .btn:last-child {
  margin-right: 0;
}
.servdetail .resources .button {
  clear: none;
  margin-right: 10px;
  margin-top: 10px;
}
.servdetail .resources .button:first-child {
  margin-top: 10px;
}
.servdetail .resources .button:last-child {
  margin-right: 0;
}
.servdetail.resdetail .resources {
  background: #fff;
}
.servdetail.resdetail .resources .left .tab {
  text-decoration: none;
  color: #4A4A4A;
}
.servdetail.resdetail .resources .left .tab.active {
  color: #04BDAE;
}
.servdetail.resdetail .resources .right .btn, .servdetail.resdetail .resources .right .button {
  clear: left;
  margin-right: 0;
  margin-top: 2px;
}
.servdetail.resdetail .resources .right .separator {
  margin-bottom: 10px;
  margin-top: 25px;
}
.servdetail.resdetail .resources .right .separator:first-child {
  margin-top: 0;
}
.servdetail.resdetail .resources .right .separator:last-child {
  margin-bottom: 0;
}
.servdetail.resdetail .resources .right .margintop {
  margin-top: 50px;
}
.servdetail.resdetail .resources .right .faq:first-child {
  margin-top: 0;
}
.servdetail.resdetail .resources .right .faq .question {
  padding: 0 12px;
  padding-right: 25px;
}
.servdetail.resdetail .resources .right .faq .answer {
  background: #F5F5F5;
}
.servdetail.resdetail .resources .right .faq .answer .buttons {
  margin-top: 0px;
}
.servdetail.resdetail .resources .right .faq .answer .buttons .btn {
  background: #fff;
}
.servdetail.resdetail .resources .right .faq .answer .buttons .btn:before {
  background-color: #04BDAE;
  background-image: url(../images/download-green.png);
}
.servdetail.resdetail .resources .right .faq.open .question {
  background-color: #F5F5F5;
  border-color: #F5F5F5;
}
.servdetail .form {
  border-bottom: 1px solid #F5F5F5;
}
.servdetail .form.load .wrapper {
  opacity: 1;
  transform: translateY(0);
}
.servdetail .form .wrapper {
  opacity: 0;
  transform: translateY(100px);
  -webkit-transition: 1s all ease;
  -moz-transition: 1s all ease;
  transition: 1s all ease;
}
.servdetail .form .heading {
  cursor: pointer;
  padding-right: 30px;
  background-image: url(../images/angle-down.svg);
  background-size: 28px;
  background-position: right center;
  background-repeat: no-repeat;
}
.servdetail .form .heading h2 {
  float: left;
  margin: 0;
}
.servdetail .form form {
  overflow: hidden;
  height: 0;
}
.servdetail .form form .padding {
  padding-top: 30px;
}
.servdetail .form .left {
  float: left;
  width: -moz-calc((100% - 30px)/2);
  width: -webkit-calc((100% - 30px)/2);
  width: calc((100% - 30px)/2);
}
.servdetail .form .left .input {
  width: -moz-calc((100% - 30px)/2);
  width: -webkit-calc((100% - 30px)/2);
  width: calc((100% - 30px)/2);
  margin-right: 30px;
}
.servdetail .form .left .input:nth-child(2n+2) {
  margin-right: 0;
}
.servdetail .form .right {
  float: right;
  width: -moz-calc((100% - 30px)/2);
  width: -webkit-calc((100% - 30px)/2);
  width: calc((100% - 30px)/2);
}
.servdetail .form .input {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.servdetail .form .input label {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 8px;
  text-align: left;
  float: left;
}
.servdetail .form .input input, .servdetail .form .input textarea {
  float: left;
  width: 100%;
  background: #F5F5F5;
  margin: 0;
  padding: 0 14px;
  line-height: 40px;
  height: 40px;
  border: 0;
  color: #9B9B9B;
  font-size: 16px;
  font-weight: 600;
}
.servdetail .form .input textarea {
  height: 130px;
  line-height: 20px;
  padding: 10px 14px;
}
.servdetail .form .flex {
  display: flex;
  justify-content: center;
}
.servdetail .form .flex .button {
  width: 200px;
  margin-left: 0;
  margin-top: 10px;
  border-radius: 4px !important;
  height: 46px;
}
.servdetail .form.open .heading {
  background-image: url(../images/angle-up-grey.svg);
}

.contact .maps .list {
  margin-top: -50px;
}
.contact .maps.load .box {
  opacity: 1;
  transform: translateY(0);
}
.contact .maps .box {
  float: left;
  width: -moz-calc((100% - 91px)/4);
  width: -webkit-calc((100% - 91px)/4);
  width: calc((100% - 91px)/4);
  margin-right: 30px;
  margin-top: 50px;
  opacity: 0;
  transform: translateY(100px);
  -webkit-transition: 1s all ease;
  -moz-transition: 1s all ease;
  transition: 1s all ease;
}
.contact .maps .box:nth-child(4n+4) {
  margin-right: 0;
}
.contact .maps .box iframe {
  float: left;
  width: 100%;
  margin-bottom: 25px;
}
.contact .maps .box h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
}
.contact .maps .box p {
  font-size: 16px;
  line-height: 22px;
}
.contact .maps .box p:first-child {
  margin-top: 0;
}
.contact .maps .box p:last-child {
  margin-bottom: 0;
}
.contact .maps .box:nth-child(1n) {
  transition-delay: 0.2s;
}
.contact .maps .box:nth-child(2n) {
  transition-delay: 0.4s;
}
.contact .maps .box:nth-child(3n) {
  transition-delay: 0.6s;
}
.contact .maps .box:nth-child(4n) {
  transition-delay: 0.8s;
}
.contact .maps .box:nth-child(5n) {
  transition-delay: 1s;
}
.contact .maps .box:nth-child(6n) {
  transition-delay: 1.2s;
}
.contact .maps .box:nth-child(7n) {
  transition-delay: 1.4s;
}
.contact .maps .box:nth-child(8n) {
  transition-delay: 1.6s;
}
.contact .maps .box:nth-child(9n) {
  transition-delay: 1.8s;
}
.contact .maps .box:nth-child(10n) {
  transition-delay: 2s;
}
.contact .maps .box:nth-child(11n) {
  transition-delay: 2.2s;
}
.contact .maps .box:nth-child(12n) {
  transition-delay: 2.4s;
}
.contact .maps .box:nth-child(13n) {
  transition-delay: 2.6s;
}
.contact .maps .box:nth-child(14n) {
  transition-delay: 2.8s;
}
.contact .maps .box:nth-child(15n) {
  transition-delay: 3s;
}
.contact .maps .box:nth-child(16n) {
  transition-delay: 3.2s;
}
.contact .maps .box:nth-child(17n) {
  transition-delay: 3.4s;
}
.contact .maps .box:nth-child(18n) {
  transition-delay: 3.6s;
}
.contact .maps .box:nth-child(19n) {
  transition-delay: 3.8s;
}
.contact .maps .box:nth-child(20n) {
  transition-delay: 4s;
}
.contact .form {
  background: #F5F5F5;
  border-bottom: 10px solid #fff;
}
.contact .form.load .wrapper {
  opacity: 1;
  transform: translateY(0);
}
.contact .form .wrapper {
  width: 570px;
  padding: 0;
  opacity: 0;
  transform: translateY(100px);
  -webkit-transition: 1s all ease;
  -moz-transition: 1s all ease;
  transition: 1s all ease;
}
.contact .form .heading h2 {
  text-align: center;
  margin-bottom: 30px;
}
.contact .form .input {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.contact .form .input.half {
  width: -moz-calc((100% - 30px)/2);
  width: -webkit-calc((100% - 30px)/2);
  width: calc((100% - 30px)/2);
  margin-right: 30px;
}
.contact .form .input.half:nth-child(2n+2) {
  margin-right: 0;
}
.contact .form .input label {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 8px;
  text-align: left;
  float: left;
}
.contact .form .input input, .contact .form .input textarea {
  float: left;
  width: 100%;
  background: #FFF;
  margin: 0;
  padding: 0 14px;
  line-height: 40px;
  height: 40px;
  border: 0;
  color: #9B9B9B;
  font-size: 16px;
  font-weight: 600;
}
.contact .form .input textarea {
  height: 130px;
  line-height: 20px;
  padding: 10px 14px;
}
.contact .form .flex {
  display: flex;
  justify-content: center;
}
.contact .form .flex .button {
  width: 200px;
  margin-left: 0;
  margin-top: 0;
  border-radius: 4px !important;
  height: 46px;
}

.results {
  padding-top: 0;
}
.results.load .wrapper {
  opacity: 1;
  transform: translateY(0);
}
.results .wrapper {
  width: 770px;
  padding: 0;
  opacity: 0;
  transform: translateY(100px);
  -webkit-transition: 1s all ease;
  -moz-transition: 1s all ease;
  transition: 1s all ease;
}
.results form {
  margin-bottom: 50px;
}
.results form input {
  float: left;
  width: 100%;
  height: 80px;
  line-height: 80px;
  color: #001489;
  font-size: 28px;
  font-weight: 900;
  padding: 0;
  padding-left: 80px;
  border: 0;
  margin: 0;
  background-color: #F5F5F5;
  background-image: url(../images/big-search.svg);
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: 25px center;
}
.results .title {
  border-top: 1px solid #D8D8D8;
  border-bottom: 1px solid #D8D8D8;
  font-size: 20px;
  line-height: 27px;
  padding: 18px 0;
}
.results .title .bold {
  font-weight: 600;
}
.results .box {
  margin-top: 30px;
  color: #4A4A4A;
}
.results .box:nth-child(2) {
  margin-top: 50px;
}
.results .box .info {
  margin-bottom: 4px;
}
.results .box .info .name {
  float: left;
  margin-right: 10px;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}
.results .box .info .type {
  float: left;
  border-radius: 10px;
  background-color: #0F0E7D;
  color: #FFFFFF;
  font-size: 10px;
  font-weight: 600;
  text-align: center;
  padding: 0 10px;
  line-height: 20px;
  margin-top: 4px;
}
.results .box .url {
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  margin-bottom: 10px;
  color: #04BDAE;
}
.results .box .text p {
  color: #9B9B9B;
  font-size: 14px;
  line-height: 19px;
  margin: 10px 0;
}
.results .box .text p:first-child {
  margin-top: 0;
}
.results .box .text p:last-child {
  margin-bottom: 0;
}

.footer {
  color: #fff;
  background-color: #4A4A4A;
  border-bottom: 10px solid #fff;
}
.footer .wrapper {
  width: 1370px;
}
.footer .top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer .top .column {
  width: -moz-calc((100% - 471px)/3);
  width: -webkit-calc((100% - 471px)/3);
  width: calc((100% - 471px)/3);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  padding-right: 65px;
  padding-left: 65px;
  float: left;
}
.footer .top .column:first-child {
  width: 235px;
  padding-left: 0;
}
.footer .top .column:last-child {
  width: 235px;
  padding-right: 0;
  border: 0;
}
.footer .top .column:last-child p a {
  color: #04BDAE;
}
.footer .top .column a {
  color: #fff;
  text-decoration: none;
}
.footer .top .column h3 {
  font-size: 16px;
  font-weight: 900;
  line-height: 22px;
  margin-bottom: 23px;
  margin-top: 40px;
}
.footer .top .column h3:first-child {
  margin-top: 0;
}
.footer .top .column h3:last-child {
  margin-bottom: 0;
}
.footer .top .column p {
  font-size: 14px;
  line-height: 14px;
  margin: 0 0 15px;
  color: rgba(255, 255, 255, 0.65);
}
.footer .top .column p:last-child {
  margin-bottom: 0;
}
.footer .top .column p a {
  color: #fff;
  font-weight: 400;
}
.footer .top .column .button {
  margin-top: 40px;
  width: 170px;
}
.footer .bottom {
  font-size: 14px;
  line-height: 19px;
}
.footer .bottom .copy {
  float: left;
}
.footer .bottom .legals {
  float: left;
  margin-left: 20px;
}
.footer .bottom .legals a {
  float: left;
  color: #04BDAE;
  text-decoration: none;
}
.footer .bottom .legals .spacer {
  float: left;
  margin: 0 20px;
}
.footer .bottom .right {
  float: right;
}
.footer .bottom .right a {
  text-decoration: none;
  color: #fff;
}

.popover {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  display: none;
  overflow: auto;
}
.popover .overlay {
  float: left;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.popover .poptext {
  width: 670px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  float: left;
  margin-left: -moz-calc((100% - 670px)/2);
  margin-left: -webkit-calc((100% - 670px)/2);
  margin-left: calc((100% - 670px)/2);
  box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.15);
  background: #FFFFFF;
}
.popover .poptext .body {
  padding: 50px;
  text-align: center;
}
.popover .poptext .body h2, .popover .poptext .body h3 {
  font-size: 40px;
  font-weight: 900;
  line-height: 50px;
}
.popover .poptext .body p {
  margin: 0;
  font-size: 22px;
  line-height: 30px;
}
.popover .poptext .body .button {
  width: 200px;
  margin-top: 30px;
  margin-left: -moz-calc((100% - 200px)/2);
  margin-left: -webkit-calc((100% - 200px)/2);
  margin-left: calc((100% - 200px)/2);
}
.popover.subscribepop .poptext .close {
  background-image: url(../images/close.svg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 10px;
  width: 10px;
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
}
.popover.subscribepop .poptext .body {
  float: left;
  width: 100%;
}
.popover.subscribepop .poptext .body .input {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.popover.subscribepop .poptext .body .input.half {
  width: -moz-calc((100% - 30px)/2);
  width: -webkit-calc((100% - 30px)/2);
  width: calc((100% - 30px)/2);
  margin-right: 30px;
}
.popover.subscribepop .poptext .body .input.half:nth-child(2n+2) {
  margin-right: 0;
}
.popover.subscribepop .poptext .body .input label {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 8px;
  text-align: left;
  float: left;
}
.popover.subscribepop .poptext .body .input input {
  float: left;
  width: 100%;
  background: #F5F5F5;
  margin: 0;
  padding: 0 14px;
  line-height: 40px;
  height: 40px;
  border: 0;
  color: #9B9B9B;
  font-size: 16px;
  font-weight: 600;
}
.popover.subscribepop .poptext .body .flex {
  display: flex;
  justify-content: center;
}
.popover.subscribepop .poptext .body .flex .button {
  width: 200px;
  margin-left: 0;
  margin-top: 0;
  border-radius: 4px !important;
}

.errorpage {
  height: 100%;
  color: #fff;
  border-bottom: 10px solid #fff;
  overflow: hidden;
  background-color: #F5F5F5;
  background-blend-mode: luminosity;
  text-align: center;
  min-height: 650px;
}
.errorpage .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 200px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.errorpage .wrapper {
  height: 100%;
  position: relative;
  z-index: 1;
}
.errorpage .fakeh2 {
  font-size: 500px;
  font-weight: 900;
  line-height: 400px;
  color: #04BDAE;
  mix-blend-mode: color;
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
}
.errorpage h2 {
  font-size: 500px;
  font-weight: 900;
  line-height: 400px;
  color: #04BDAE;
  opacity: 0;
  margin-bottom: 50px;
}
.errorpage h1 {
  color: #001489;
  font-family: "Playlist-Script", sans-serif;
  font-weight: 400;
  font-size: 200px;
  line-height: 302px;
  margin-top: -370px;
  margin-bottom: 0;
}
.errorpage p {
  color: #001489;
  font-size: 22px;
  font-weight: 900;
  line-height: 30px;
  margin: 30px 0;
}
.errorpage p:last-child {
  margin-bottom: 0;
}
.errorpage .flex {
  display: flex;
  justify-content: center;
}
.errorpage .button {
  margin-top: 50px;
  min-width: 200px;
}

@media (max-height: 700px) {
  .errorpage h1 {
    margin-top: -440px;
  }
}
@media (max-width: 1430px) {
  #head .wrapper, #search .wrapper, .footer .wrapper {
    padding: 0 20px;
    width: 100%;
  }
}
@media (max-width: 1365px) {
  #head .top .logo {
    position: relative;
    margin-left: -14px;
    left: 0;
    top: 0;
    margin-bottom: -100px;
    float: left;
    margin-top: -25px;
  }
  #head .bottom .items {
    float: right;
    width: -moz-calc(100% - 156px);
    width: -webkit-calc(100% - 156px);
    width: calc(100% - 156px);
  }
  #head .bottom .items .logospacer {
    display: none;
  }

  .footer .top .column {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 1230px) {
  .wrapper {
    padding: 0 20px;
    width: 100%;
  }

  #head {
    -webkit-transition: margin 0.5s ease;
    -moz-transition: margin 0.5s ease;
    transition: margin 0.5s ease;
  }
  #head .top .logo {
    z-index: 122;
  }
  #head .top .left {
    float: right;
  }
  #head .top .left .menu .label {
    display: block;
    float: right;
    z-index: 120;
    position: relative;
    cursor: pointer;
    width: 38px;
    height: 29px;
    padding: 5px;
    margin: -5px;
  }
  #head .top .left .menu .label .padding {
    position: relative;
  }
  #head .top .left .menu .label .line {
    position: absolute;
    float: left;
    width: 100%;
    height: 3px;
    background: #FFFFFF;
    -webkit-transition: all 0.5s cubic-bezier(0.55, 0, 0.28, 1);
    -moz-transition: all 0.5s cubic-bezier(0.55, 0, 0.28, 1);
    transition: all 0.5s cubic-bezier(0.55, 0, 0.28, 1);
  }
  #head .top .left .menu .label .line:nth-child(1) {
    top: 0;
    left: 0;
  }
  #head .top .left .menu .label .line:nth-child(2) {
    top: 8px;
    left: 0;
  }
  #head .top .left .menu .label .line:nth-child(3) {
    top: 16px;
    left: 0;
  }
  #head .top .left .menu .menuholder {
    margin-right: -100%;
    width: -moz-calc(100% - 20px);
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    background: #04BDAE;
    position: fixed;
    right: 0;
    top: 61px;
    height: -moz-calc(100% - 61px);
    height: -webkit-calc(100% - 61px);
    height: calc(100% - 61px);
    overflow: auto;
    -webkit-transition: margin 0.5s ease;
    -moz-transition: margin 0.5s ease;
    transition: margin 0.5s ease;
    border-bottom: 10px solid #fff;
  }
  #head .top .left .menu .menuholder .items {
    float: left;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
  }
  #head .top .left .menu .menuholder .items .item {
    float: left;
    width: 100%;
    text-align: center;
    margin: 0;
    font-size: 26px;
    line-height: 36px;
    margin-top: 10px;
    color: #fff !important;
    opacity: 1;
  }
  #head .top .left .menu .menuholder .items .item:first-child {
    margin-top: 0;
  }
  #head .top .left .menu .menuholder .items .item.resp {
    display: block;
  }
  #head .top .right {
    float: left;
  }
  #head .bottom {
    display: none;
  }
  #head.open {
    z-index: 121;
    position: fixed;
    background: #04BDAE;
    width: -moz-calc(100% - 20px);
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    top: 0;
    left: 10px;
    border-top: 10px solid #fff;
  }
  #head.open .top .menu .label .line:nth-child(1) {
    transform: rotate(45deg);
    top: 8px;
  }
  #head.open .top .menu .label .line:nth-child(2) {
    opacity: 0;
    left: -100%;
  }
  #head.open .top .menu .label .line:nth-child(3) {
    transform: rotate(-45deg);
    top: 8px;
  }
  #head.open .top .menu .menuholder {
    margin-right: 10px;
  }
  #head.open .top .right .donations {
    color: #fff;
  }
  #head.open.opensearch {
    margin-top: 137px;
  }
  #head.open.opensearch .top .menu .menuholder {
    margin-top: 137px;
  }

  .banner.innerbanner {
    background-position: right center;
  }
  .banner.innerbanner .text {
    padding: 0 30px;
  }

  .cta .wrapper {
    display: block;
  }
  .cta .text {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    line-height: 36px;
  }
  .cta .button {
    margin-left: -moz-calc((100% - 230px)/2);
    margin-left: -webkit-calc((100% - 230px)/2);
    margin-left: calc((100% - 230px)/2);
  }
  .cta.subscribe .button {
    margin-left: -moz-calc((100% - 170px)/2);
    margin-left: -webkit-calc((100% - 170px)/2);
    margin-left: calc((100% - 170px)/2);
  }

  .footer .top .column {
    width: -moz-calc((100% - 381px)/3);
    width: -webkit-calc((100% - 381px)/3);
    width: calc((100% - 381px)/3);
  }
  .footer .top .column:first-child {
    width: 190px;
  }
  .footer .top .column:last-child {
    width: 190px;
  }

  .about .main .right ul {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
  }

  .about.trafficking .right blockquote ul {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
  }
}
@media (max-height: 600px) {
  #head .top .left .menu .menuholder .items {
    position: relative;
    top: 0;
    transform: translateY(0);
    padding: 20px 0;
  }
}
@media (max-width: 1023px) {
  .padding200 {
    padding: 50px 0;
  }

  .padding120 {
    padding: 50px 0;
  }

  .padding100 {
    padding: 50px 0;
  }

  .padding80 {
    padding: 50px 0;
  }

  .padding70 {
    padding: 50px 0;
  }

  .padding65 {
    padding: 50px 0;
  }

  .padding60 {
    padding: 50px 0;
  }

  #head .top .right .phone, #head .top .right .social, #head .top .right .donations {
    margin-right: 25px;
  }

  .banner .slider .item .text {
    width: 100%;
  }

  .videos .left {
    width: 100%;
    margin-bottom: 45px;
  }
  .videos .left .slider .owl-dots {
    margin-top: 20px;
  }
  .videos .left .slider .owl-dots .owl-dot {
    float: left;
    height: 10px;
    width: 10px;
    background-color: #D8D8D8;
    margin-left: 10px;
    border-radius: 50%;
    cursor: pointer;
  }
  .videos .left .slider .owl-dots .owl-dot:first-child {
    margin-left: 0;
  }
  .videos .left .slider .owl-dots .owl-dot.active {
    background-color: #04BDAE;
  }
  .videos .right {
    width: 100%;
  }
  .videos .right .dots {
    display: none;
  }

  .threeboxes .box {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .threeboxes .box:nth-child(3n+1) {
    width: -moz-calc((100% - 81px)/3 + 20px);
    width: -webkit-calc((100% - 81px)/3 + 20px);
    width: calc((100% - 81px)/3 + 20px);
    padding-right: 20px;
  }
  .threeboxes .box:nth-child(3n+2) {
    width: -moz-calc((100% - 81px)/3 + 40px);
    width: -webkit-calc((100% - 81px)/3 + 40px);
    width: calc((100% - 81px)/3 + 40px);
    padding-right: 20px;
    padding-left: 20px;
  }
  .threeboxes .box:nth-child(3n+3) {
    width: -moz-calc((100% - 81px)/3 + 20px);
    width: -webkit-calc((100% - 81px)/3 + 20px);
    width: calc((100% - 81px)/3 + 20px);
    padding-left: 20px;
  }

  .footer .top {
    display: none;
  }
  .footer .bottom {
    padding: 30px 0;
  }

  .news.home h2 {
    margin-bottom: 26px;
  }

  .about .main .left {
    width: 100%;
  }
  .about .main .left .hidden {
    display: none;
  }
  .about .main .right {
    width: 100%;
    margin-top: 30px;
  }
  .about .main .right ul {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
  }
  .about.sisters .main .left img.container {
    display: none;
  }
  .about.sisters .main .left .slider {
    display: block;
    position: relative;
  }
  .about.sisters .main .left .slider .owl-stage-outer, .about.sisters .main .left .slider .owl-stage, .about.sisters .main .left .slider .owl-item {
    height: 100%;
  }
  .about.sisters .main .left .slider .item {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .about.sisters .main .left .slider .item img {
    width: 435px;
    display: inline-block;
    max-width: -moz-calc(100% - 40px);
    max-width: -webkit-calc(100% - 40px);
    max-width: calc(100% - 40px);
  }
  .about.sisters .main .left .slider .owl-nav .owl-prev, .about.sisters .main .left .slider .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    cursor: pointer;
    background-size: 13px;
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
  }
  .about.sisters .main .left .slider .owl-nav .owl-prev {
    left: 0;
    background-image: url(../images/arrow-left-green.svg);
    background-position: left center;
  }
  .about.sisters .main .left .slider .owl-nav .owl-next {
    right: 0;
    background-image: url(../images/arrow-right-green.svg);
    background-position: right center;
  }
  .about.sisters.trafficking .main .left {
    margin-top: 0;
  }
  .about.sisters.trafficking .main .left img.container {
    display: block;
  }
  .about.environment .sections .left img.container {
    max-width: 435px;
    margin-bottom: 30px;
  }
  .about.volunteer .sections .left img.container {
    display: none;
  }
  .about.volunteer .sections .left .slider {
    display: block;
    position: relative;
  }
  .about.volunteer .sections .left .slider .owl-stage-outer, .about.volunteer .sections .left .slider .owl-stage, .about.volunteer .sections .left .slider .owl-item {
    height: 100%;
  }
  .about.volunteer .sections .left .slider .item {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .about.volunteer .sections .left .slider .item img {
    width: 435px;
    display: inline-block;
    max-width: -moz-calc(100% - 40px);
    max-width: -webkit-calc(100% - 40px);
    max-width: calc(100% - 40px);
  }
  .about.volunteer .sections .left .slider .owl-nav .owl-prev, .about.volunteer .sections .left .slider .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    cursor: pointer;
    background-size: 13px;
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
  }
  .about.volunteer .sections .left .slider .owl-nav .owl-prev {
    left: 0;
    background-image: url(../images/arrow-left-green.svg);
    background-position: left center;
  }
  .about.volunteer .sections .left .slider .owl-nav .owl-next {
    right: 0;
    background-image: url(../images/arrow-right-green.svg);
    background-position: right center;
  }

  .sections .left {
    width: 100%;
  }
  .sections .right {
    width: 100%;
  }

  .team .board {
    margin-top: 0;
  }
  .team .board .box {
    width: -moz-calc((100% - 30px)/2);
    width: -webkit-calc((100% - 30px)/2);
    width: calc((100% - 30px)/2);
  }
  .team .board .box:nth-child(2n+2) {
    margin-right: 0;
  }
  .team .sections .right .faq:first-child {
    margin-top: 30px;
  }

  .about.working .table {
    position: relative;
  }
  .about.working .table table th {
    padding: 20px 10px;
  }
  .about.working .table .arrows.resp {
    display: block;
  }
  .about.working .table .arrows.resp .arrow {
    position: absolute;
    top: 33px;
    cursor: pointer;
    background-position: center center;
    background-size: 13px;
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
  }
  .about.working .table .arrows.resp .arrow.prev {
    left: 180px;
    background-image: url(../images/arrow-left-green.svg);
  }
  .about.working .table .arrows.resp .arrow.next {
    right: -10px;
    background-image: url(../images/arrow-right-green.svg);
  }

  .contact .maps .box {
    width: -moz-calc((100% - 30px)/2);
    width: -webkit-calc((100% - 30px)/2);
    width: calc((100% - 30px)/2);
  }
  .contact .maps .box:nth-child(2n+2) {
    margin-right: 0;
  }

  .servdetail .resources .left .tab {
    display: none;
  }
  .servdetail .resources .left select.resp {
    display: block;
    float: left;
    width: 100%;
    border: 0;
    background: #fff;
    padding: 0 10px;
    padding-right: 25px;
    line-height: 46px;
    font-size: 16px;
    font-weight: 600;
    color: #4A4A4A;
    margin-bottom: 30px;
    background-image: url(../images/angle-down.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto;
  }
  .servdetail .form .left, .servdetail .form .right {
    width: 100%;
  }
  .servdetail.resdetail .resources .left select.resp {
    background-color: #F5F5F5;
  }

  .errorpage h2, .errorpage .fakeh2 {
    font-size: 380px;
    line-height: 380px;
  }
  .errorpage h1 {
    font-size: 150px;
    line-height: 250px;
    margin-top: -370px;
  }

  .results .wrapper {
    width: 100%;
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  h1, h2 {
    font-size: 32px;
    line-height: 42px;
  }

  #search {
    margin-top: -90px;
  }
  #search input {
    height: 80px;
    line-height: 80px;
    font-size: 26px;
    padding-left: 60px;
    background-size: 40px;
  }

  #head .top .logo {
    margin-left: -11px;
    margin-bottom: -75px;
  }
  #head .top .logo img {
    width: 130px;
    height: 105px;
  }
  #head .top .right .phone {
    overflow: hidden;
    width: 20px;
    height: 20px;
    padding-left: 20px;
    opacity: 1;
    margin-right: 10px;
    background-image: url(../images/phone.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
  }
  #head .top .right .social {
    opacity: 1;
    margin-right: 10px;
  }
  #head .top .right .donations {
    display: none;
  }
  #head .top .right .searchbutton {
    width: 30px;
    height: 30px;
    overflow: hidden;
    padding: 30px 0 0;
    margin: -5px;
    background-size: 20px;
    background-position: center center;
  }
  #head .top .left .menu .menuholder .items .item {
    line-height: 30px;
    font-size: 24px;
  }
  #head.open.opensearch {
    margin-top: 80px;
  }
  #head.open.opensearch .top .menu .menuholder {
    margin-top: 80px;
  }

  .banner {
    min-height: 500px;
    height: 100%;
    border-bottom: 10px solid #fff;
  }
  .banner .slider .owl-nav {
    display: none;
  }
  .banner .slider .item .text h1, .banner .slider .item .text h2 {
    font-size: 50px;
    line-height: 60px;
  }
  .banner.innerbanner {
    height: 300px;
    min-height: 0;
    border: 0;
  }
  .banner.innerbanner .text {
    bottom: 30px;
  }
  .banner.innerbanner .text h1, .banner.innerbanner .text h2 {
    font-size: 50px;
    line-height: 60px;
  }
  .banner.newsbanner {
    border: 0;
  }
  .banner.newsbanner .wrapper {
    width: 100%;
  }
  .banner.newsbanner .wrapper .text {
    padding: 0 20px;
  }
  .banner.newsbanner .wrapper .text h1, .banner.newsbanner .wrapper .text h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .banner.servbanner {
    border: 0;
  }
  .banner.servbanner .text {
    padding: 0 20px;
  }
  .banner.servbanner .text h1, .banner.servbanner .text h2 {
    font-size: 50px;
    line-height: 60px;
  }
  .banner.servbanner .text p {
    width: auto;
  }

  .threeboxes .box {
    width: 100% !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    border-right: 0 !important;
    border-left: 0 !important;
    border-top: 1px solid #F5F5F5 !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    height: auto !important;
  }
  .threeboxes .box:first-child {
    border-top: 0 !important;
    padding-top: 0 !important;
  }

  .banner_cta .text {
    width: 100%;
  }

  .news .box {
    width: 100%;
    margin-right: 0;
  }
  .news .tabs .line .worm {
    width: 30px;
  }
  .news .tabs .arrow {
    margin-right: 0;
  }
  .news .tabs .tab {
    width: 30px;
    margin-right: 0;
  }

  .about .centred_text .wrapper {
    width: 100%;
    padding: 0 20px;
  }
  .about .main .left h3 {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 20px;
  }
  .about .main .left li, .about .main .left p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
  }
  .about .main .right ul {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
  }
  .about.sisters .main .left .slider {
    width: -moz-calc(100% + 20px);
    width: -webkit-calc(100% + 20px);
    width: calc(100% + 20px);
    margin-left: -10px;
  }
  .about.sisters .main .left .slider .item img {
    max-width: -moz-calc(100% - 50px);
    max-width: -webkit-calc(100% - 50px);
    max-width: calc(100% - 50px);
  }
  .about.volunteer .sections .left .slider {
    width: -moz-calc(100% + 20px);
    width: -webkit-calc(100% + 20px);
    width: calc(100% + 20px);
    margin-left: -10px;
  }
  .about.volunteer .sections .left .slider .item img {
    max-width: -moz-calc(100% - 50px);
    max-width: -webkit-calc(100% - 50px);
    max-width: calc(100% - 50px);
  }
  .about .left_right .left {
    width: 100%;
    border: 0;
    padding: 0;
    height: auto !important;
  }
  .about .left_right .left .buttons {
    padding-right: 0;
  }
  .about .left_right .right {
    width: 100%;
    padding: 0;
    height: auto !important;
    margin-top: 30px;
  }
  .about .left_right .buttons {
    margin-top: 30px;
    position: relative;
  }
  .about.trafficking .right blockquote ul {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
  }
  .about.working .table table td:first-child, .about.working .table table th:first-child {
    width: 150px;
  }
  .about.working .table .arrows.resp .arrow {
    top: 23px;
  }
  .about.working .table .arrows.resp .arrow.prev {
    left: 140px;
  }
  .about.working .main .right .phones .box {
    width: 100%;
    margin-right: 0;
  }
  .about.legal .sections {
    margin-top: 30px;
  }

  .footer {
    text-align: center;
  }
  .footer .bottom .copy {
    width: 100%;
    margin-bottom: 10px;
  }
  .footer .bottom .legals {
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0;
  }
  .footer .bottom .legals .spacer {
    display: none;
  }
  .footer .bottom .legals a {
    width: 100%;
    float: left;
  }
  .footer .bottom .right {
    width: 100%;
  }

  .team .board .box {
    width: 100%;
    margin-right: 0;
  }

  .newsdetail .content {
    padding-top: 4px;
  }
  .newsdetail .content .wrapper {
    width: 100%;
    padding: 0 20px;
  }
  .newsdetail .content .buttons {
    margin-top: 20px;
  }
  .newsdetail .content h2, .newsdetail .content h3 {
    margin-top: 30px;
  }
  .newsdetail .content blockquote {
    margin: 30px 0;
  }

  .contact .maps .list {
    margin-top: -30px;
  }
  .contact .maps .box {
    width: 100%;
    margin-right: 0;
    margin-top: 30px;
  }
  .contact .form .wrapper {
    width: 100%;
    padding: 0 20px;
  }
  .contact .form .input {
    margin-bottom: 20px;
  }
  .contact .form .input.half {
    width: 100%;
    margin-right: 0;
  }

  .servdetail .boxes {
    margin-top: -30px;
  }
  .servdetail .boxes .box {
    width: 100% !important;
    margin-right: 0 !important;
    margin-top: 30px;
  }
  .servdetail .boxes .box h3 {
    height: auto !important;
  }
  .servdetail .form .left .input {
    width: 100%;
    margin-right: 0;
  }
  .servdetail.resdetail .resources .right .margintop {
    margin-top: 30px;
  }

  .errorpage {
    min-height: 550px;
  }
  .errorpage h2, .errorpage .fakeh2 {
    font-size: 160px;
    line-height: 160px;
  }
  .errorpage h1 {
    font-size: 80px;
    line-height: 100px;
    margin-top: -180px;
  }
  .errorpage .button {
    margin-top: 30px;
  }

  .results .title span {
    float: left;
    width: 100%;
  }
  .results .title .spacer {
    display: none;
  }

  .popover .poptext {
    width: -moz-calc(100% - 20px);
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    margin-left: 10px;
  }
  .popover .poptext .body {
    padding: 30px;
  }
  .popover .poptext .body h2, .popover .poptext .body h3 {
    font-size: 32px;
    line-height: 42px;
  }
  .popover.subscribepop .poptext .close {
    top: 15px;
    right: 15px;
  }
  .popover.subscribepop .poptext .body .input {
    margin-bottom: 20px;
  }
  .popover.subscribepop .poptext .body .input.half {
    width: 100%;
    margin-right: 0;
  }

  .banner_cta {
    padding: 0;
    background: #FFF;
    border-bottom: 1px solid #F5F5F5;
  }
  .banner_cta:before {
    display: none;
  }
  .banner_cta .bg {
    position: relative;
    padding-bottom: 50%;
  }
  .banner_cta .text {
    padding: 30px 0;
    color: #4A4A4A;
  }
  .banner_cta .text .buttons {
    margin-top: 30px;
  }
  .banner_cta.large_text .text p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
  }
}
@media (max-width: 360px) {
  .banner .slider .item .text h1, .banner .slider .item .text h2 {
    font-size: 42px;
    line-height: 52px;
  }
  .banner.innerbanner .text h1, .banner.innerbanner .text h2 {
    font-size: 42px;
    line-height: 52px;
  }

  #head .top .logo {
    margin-left: -9px;
    margin-bottom: -60px;
  }
  #head .top .logo img {
    width: 110px;
    height: 89px;
  }

  #head .top .left .menu .menuholder .items .item {
    font-size: 20px;
    line-height: 30px;
  }

  .errorpage h2, .errorpage .fakeh2 {
    font-size: 140px;
    line-height: 140px;
  }
  .errorpage h1 {
    font-size: 70px;
    margin-top: -166px;
  }

  .wrapper {
    padding: 0 10px !important;
  }
}

/*# sourceMappingURL=style.css.map */
