@font-face{font-family:'Ibmplexsans';src:url(../fonts/IBMPlexSans-Bold.eot);src:url(../fonts/IBMPlexSans-Bold.eot?#iefix) format("embedded-opentype"),url(../fonts/IBMPlexSans-Bold.woff2) format("woff2"),url(../fonts/IBMPlexSans-Bold.woff) format("woff"),url(../fonts/IBMPlexSans-Bold.ttf) format("truetype"),url(../fonts/IBMPlexSans-Bold.svg#IBMPlexSans-Bold) format("svg");font-weight:700;font-style:normal;font-display:swap}
/*
@font-face{font-family:'Work sans';src:url(../fonts/WorkSans-Regular.eot);src:url(../fonts/WorkSans-Regular.eot?#iefix) format("embedded-opentype"),url(../fonts/WorkSans-Regular.woff2) format("woff2"),url(../fonts/WorkSans-Regular.woff) format("woff"),url(../fonts/WorkSans-Regular.ttf) format("truetype"),url(../fonts/WorkSans-Regular.svg#WorkSans-Regular) format("svg");font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:'Work sans';src:url(../fonts/WorkSans-Bold.eot);src:url(../fonts/WorkSans-Bold.eot?#iefix) format("embedded-opentype"),url(../fonts/WorkSans-Bold.woff2) format("woff2"),url(../fonts/WorkSans-Bold.woff) format("woff"),url(../fonts/WorkSans-Bold.ttf) format("truetype"),url(../fonts/WorkSans-Bold.svg#WorkSans-Bold) format("svg");font-weight:700;font-style:normal;font-display:swap}
*/
@font-face{font-family:'Barlow';src:url(../fonts/Barlow-Regular.eot);src:url(../fonts/Barlow-Regular.eot?#iefix) format("embedded-opentype"),url(../fonts/Barlow-Regular.woff2) format("woff2"),url(../fonts/Barlow-Regular.woff) format("woff"),url(../fonts/Barlow-Regular.ttf) format("truetype"),url(../fonts/Barlow-Regular.svg#Barlow-Regular) format("svg");font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:'Barlow';src:url(../fonts/Barlow-Medium.eot);src:url(../fonts/Barlow-Medium.eot?#iefix) format("embedded-opentype"),url(../fonts/Barlow-Medium.woff2) format("woff2"),url(../fonts/Barlow-Medium.woff) format("woff"),url(../fonts/Barlow-Medium.ttf) format("truetype"),url(../fonts/Barlow-Medium.svg#Barlow-Medium) format("svg");font-weight:500;font-style:normal;font-display:swap}
@font-face{font-family:'Barlow';src:url(../fonts/Barlow-SemiBold.eot);src:url(../fonts/Barlow-SemiBold.eot?#iefix) format("embedded-opentype"),url(../fonts/Barlow-SemiBold.woff2) format("woff2"),url(../fonts/Barlow-SemiBold.woff) format("woff"),url(../fonts/Barlow-SemiBold.ttf) format("truetype"),url(../fonts/Barlow-SemiBold.svg#Barlow-SemiBold) format("svg");font-weight:600;font-style:normal;font-display:swap}

input[type=text],
input[type=email],
input[type=button], 
input[type=password],
input[type=tel],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

select {
	background: url("data:image/svg+xml;utf8,<svg fill='rgb(33,33,33)' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>") no-repeat 95% 50%;
	-moz-appearance: none; 
	-webkit-appearance: none; 
	appearance: none;
}

pre {
	white-space: pre-wrap;
}
.w-container .w-row {
	/*width: 100%;*/
	width: calc(100% + 40px);
	margin-left: -20px;
	margin-right: -20px;
	min-width: 100%;
}
.news-body .w-row {	
    margin-left: -10px;	
    margin-right: -10px;	
}

.accordion {
  width: 100%;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 10px;
  margin-bottom: 0px;
}
.accordion ~ .accordion {
	margin-top: 15px;
}
.accordion.open {
  background: #f1f0f0;
}
.accordion.open .title {
  font-weight: bold;
}
.accordion .content {
  display: none;
  margin: 30px 0 20px;
}
.accordion .title {font-weight: normal;position: relative;margin: 0;font-size: 23px;padding-right: 40px;cursor: pointer;}
.accordion .title:after {position: absolute;content: '';width: 1px;height: 24px;background-color: #a4a4a4;top: 0;right: 12px;}
.accordion .title:before {position: absolute;content: '';width: 24px;height: 1px;background-color: #a4a4a4;top: 12px;right: 0;}
.accordion.open .title:after {display: none;}

.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

body {
  font-family: Barlow, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #212121;
  font-size: 55px;
  line-height: 1.1;
}

h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #212121;
  font-size: 44px;
  line-height: 1.1;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #212121;
  font-size: 36px;
  line-height: 1.1;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #212121;
  font-size: 34px;
  line-height: 1.1;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #212121;
  font-size: 28px;
  line-height: 1.1;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #212121;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 700;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
}

p {
  margin-bottom: 15px;
  color: #555;
  font-size: 18px;
  line-height: 1.4;
  text-align: left;
}

b, strong {
  color:#212121;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
}
.w-col ul:first-child, 
.w-col h2:first-child,
.w-col h3:first-child,
.w-col h4:first-child,
.w-col h5:first-child,
.w-col h6:first-child {
    margin-top: 0;
}
li {
  margin-bottom: 15px;
  color: #555;
  font-size: 18px;
  line-height: 1.5;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

blockquote {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 20px;
  border-left: 5px solid #fff100;
  font-size: 18px;
  line-height: 22px;
}

.container {
  position: static;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: auto;
  max-width: 1240px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container.space-below {
  position: static;
  bottom: auto;
  margin-bottom: 160px;
}

.container.homeheader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container.ourimpact {
  display: block;
}

.container.block {
  display: block;
}

.container.post-header-container {
  margin-bottom: 40px;
}

.container.post-email-signup-inner {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: 1px solid #ddddd0;
  border-bottom: 1px solid #ddddd0;
}
.post-email-signup .form-block {
  width: 100%;
  max-width: 540px;
  padding: 0 20px;
  margin: 0 auto;
}
.container.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.container.margin-bottom {
  margin-bottom: 50px;
}

.container.margin-v60 {
  margin-top: 40px;
  margin-bottom: 60px;
}

.container.margin-b200 {
  margin-bottom: 200px;
}

.container.margin-v120 {
  margin-top: 0px;
  margin-bottom: 60px;
}

.container.donate-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container.donate-form {
  height: auto;
  padding: 80px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}

.content-wrap {
  position: relative;
  max-width: 590px;
}

.hero-heading {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: 'Work Sans', sans-serif;
  color: #fff;
  font-size: 91.13px;
  line-height: 1;
  letter-spacing: -3.0px;
}

.hero-heading.hero-heading-inner {
  color: #212121;
  font-size: 60.75px;
	letter-spacing:-1.0px;
}

.hero-heading.hero-heading-inner.hero-heading-centre {
  font-size: 60px;
  text-align: center;
}

.hero-heading.hero-heading-inner.single-event {
  width: 100%;
}

.hero-heading.hero-heading-inner.news-header {
  width: 100%;
}

.paragraph {
  max-width: 490px;
  font-style: normal;
}

.paragraph.paragraph-centre-white {
  max-width: 50%;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-family: 'Work Sans', sans-serif;
  color: #fff;
  text-align: left;
}

.paragraph.paragraph-centre-dark {
  font-family: 'Work Sans', sans-serif;
  color: #212121;
}

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

.paragraph.feature-small-left {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-family: 'Work Sans', sans-serif;
  color: #fff;
  font-size: 14px;
}

.paragraph.feature-small-left.date {
  margin-bottom: 5px;
  color: #ddddd0;
  text-transform: uppercase;
}

.button:not(.gform_button) {
  min-width: 130px;
  margin-right: 15px;
  padding: 10px 20px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-radius: 9px;
  background-color: #fff100;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Barlow, sans-serif;
  color: #212121;
  font-size: 18px;
  line-height: 27px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 3px;
}

.button:not(.gform_button):hover {
  background-color: #cecece;
}

.button.button-space {
  margin-top: 25px;
}

.button.margin-t20 {
  margin-top: 20px;
  font-weight: 600;
}
.button.margin-t30 {
  margin-top: 30px;
  font-weight: 600;
}

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

.service-card-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
.footer-nav-contain .menu>li>a,
.footer-title {
  display: inline-block;
  margin-bottom: 15px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Barlow, sans-serif;
  color: #212121;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: default;
}

.footer-title.white-text {
  min-width: 260px;
  margin-bottom: 0px;
  font-family: Barlow, sans-serif;
  color: #fff;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.footer-nav-contain .menu>li,
.footer-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 160px;
  width: 25%; 
	
  padding-right: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  flex-wrap: wrap;

}

.footer-column.flex-full {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.footer-column.email-text {
  min-width: 320px;
}

.footer-column-large {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer-icon {
  margin-right: 10px;
}

.footer-logo {
  width: 110px;
  margin-bottom: 25px;
}
a.footer-logo.acnc {
	/*
    width: 90px;
    margin-bottom: 0;
    margin-left: 25px;*/
	width: 146px;
    margin-bottom: 25px;
	margin-top: 40px;
}
.footer-logo.acnc img {
    width: 100%;
    max-width: 140px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.footer {
  position: static;
  padding: 0px 0%;
  background-color: transparent;
}

.footer-text-02 {
  margin-bottom: 0px;
  color: #fff100;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
}
#menu-footer-menu li a,
.footer-nav-contain .menu li li a,
.footer-list-item-link {
  margin-bottom: 15px;
  margin-left: 1px;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  font-family: 'Work Sans', sans-serif;
  color: #212121;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
}
#menu-footer-menu li a,
.footer-list-item-link.footer-nav-list-link {
  color: #212121;
  font-weight: 700;
}
.footer-nav-contain ul,
.footer-nav-contain ul li {margin: 0;padding: 0;list-style: none;}
.footer-nav-contain .menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - 145px);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}
.footer-link-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.column {
  /*width: 33%; */
  /*padding: 10px;*/
	width: 100%;
	margin-right: 10px;
}
.column:last-child {
	margin-right: 0;
}

.service-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  box-shadow: 14px 14px 200px 0 rgba(0, 22, 50, 0.06);
  text-decoration: none;
}

.card-content-wrap {
  margin-bottom: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: #6b539a;
  text-align: center;
}

.heading-h5 {
  margin-top: 0px;
  margin-right: 40px;
  margin-bottom: 10px;
  font-family: 'Work Sans', sans-serif;
  color: #212121;
  text-align: left;
}

.heading-h5.card {
  margin-bottom: 15px;
  font-family: 'Work Sans', sans-serif;
  color: #fff;
  font-size: 42px;
  line-height: 1;
  font-weight: 700;
	letter-spacing:-1px;
}

.paragraph-2 {
  max-width: 100%;
}

.image-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 350px;
  padding: 35px 55px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-block-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 350px;
  padding: 25px 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section-content {
  position: relative;
  padding: 140px 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #546681;
}

.column-wrap-reversed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.column-wrap-reversed.column-space {
  margin-bottom: 140px;
}

.capital-heading {
  max-width: 500px;
  margin-bottom: 14px;
  font-family: 'Work Sans', sans-serif;
  color: #555;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 1px;
  text-transform: none;
}
.contact-container .capital-heading {
  max-width: none;
  margin-bottom: 0;
  letter-spacing: 0;
}
.contact-container .capital-heading h1 + p {
  max-width: 500px;
  margin-bottom: 14px;
  letter-spacing: 1px;
}
.capital-heading.title-centre {
  margin-bottom: 8px;
  text-align: center;
}

.heading-primary {
  display: inline-block;
  max-width: 620px;
  margin-top: -17px;
  margin-right: 30px;
  margin-bottom: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Work Sans', sans-serif;
  color: #212121;
  font-size: 60.75px;
  line-height: 60.75px;
  font-weight: 700;
  text-align: left;
	letter-spacing:-1.0px;
}

.heading-primary.h3-centre-white {
  max-width: 700px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  color: #fff;
  font-size: 60.75px;
  line-height: 1;
  text-align: left;
}

.heading-primary.h3-centre-white.featured-story-h3 {
  margin-bottom: 30px;
}

.heading-primary.negativemargintop {
  margin-top: -30px;
}

.button-wrap-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.column-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.column-wrap.column-space {
  margin-bottom: 120px;
}

.navigation-dropdown {
  color: #212121;
}

.navigation-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #212121;
  font-size: 15px;
  text-decoration: none;
}

.navigation-link:hover {
  color: #fff100;
}

.navigation-link.w--current {
  padding-right: 20px;
  padding-left: 20px;
}

.navigation-link.dark {
  color: #212121;
}

.navigation-block-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.white .navigation-block-left .logo-link {
  width: 157px;
}
.navigation-block-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.navigation-block-right ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}

.navigation-block-right li {
  display: inline-block;
  position: relative;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  z-index: 900;
  padding: 12px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #212121;
  font-size: 16px;
  text-decoration: none;
  position: relative;
  margin-bottom: 0;
}
.navigation-block-right li a{
  width: 100%;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: Barlow, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}
.navigation-block-right li.current-menu-item>a,
.navigation-block-right li a:hover {
  color: #fff100;
}

.navigation-block-right li.menu-item.mobile-only {
	display: none;	
}

.navigation-block-right li .sub-menu {
  position: absolute;
  min-width: 100%;
  transform: translate3d(0px, 10px, 0px);
  transform-style: preserve-3d;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  transition: all 0.3s ease-in-out;
  padding: 20px;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 1px 1px 9px 0 rgba(44, 62, 80, 0.1);
  margin-top: 20px;
  left: 0;
  min-width: 300px;

}
.navigation-block-right li .sub-menu .sub-menu {
  left: 100%;
  top: 0;
  margin-top: 0;
}
.navigation-block-right li:hover>.sub-menu {
  transform: translate3d(0px, 0, 0px);
  opacity: 1;
  visibility: visible;
}
.navigation-block-right li .sub-menu li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0;
  margin: 0;
  width: 100%;
}
.navigation-block-right li .sub-menu li a {
  padding: 10px 16px;
  white-space: unset;
  word-break: break-word;
  border-bottom: 1px none #212121;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-decoration: none;
  font-family: Barlow, sans-serif;
  color: #212121;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
}
.navigation-block-right li .sub-menu li a:hover {
  background-color: rgba(19, 36, 51, 0.05);
}
.logo-image {
  width: 130px;
}

.dropdown-mobile {
  display: none;
}

.navigation-text {
  width: 100%;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: Barlow, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.navigation-text:hover {
  color: #fff100;
}
.navigation-text.dark {
  color: #212121;
}

.container-navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.mobile-button-link {
  display: none;
}
.home .logo-link,
.logo-link.w--current {
  width: 200px;
  /*height: 30px;*/
  background-color: transparent;
}

.navigation {
  position: absolute;
  left: 0%;
  top: 50px;
  right: 0%;
  bottom: auto;
  z-index: 1000;
  min-height: 100px;
  padding: 25px 5%;
  border-bottom: 1px none hsla(0, 0%, 100%, 0.08);
  font-size: 24px;
}
.white.navigation {
  top: 40px;
  background: rgb(255,255,255);
  background: -moz-linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
  background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#000000",GradientType=1);
}
.navigation.light {
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 0;
}

.navigation.no-hero {
  display: block;
  padding: 0;
  position: relative;
  top: 0;
  padding-bottom: 0px;
  border-style: solid;
  /*border-width: 1px;*/
  border-width: 0px;
  border-color: #ddddd0;
  background-color: transparent;
  margin-bottom: 50px;
	border-left: 0;
	border-right: 0;
}
.navigation.no-hero.no-bottom-margin {
    margin-bottom: 0;
}

.title-wrap-left {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  padding-right: 0px;
  padding-left: 0px;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: left;
}

.content-block-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 350px;
  padding: 25px 25px 25px 55px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 45px;
  margin-right: 15px;
  padding: 15px 36px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 45px 0px 45px 45px;
  background-color: #fff;
  box-shadow: 1px 1px 45px 0 rgba(0, 22, 50, 0.1);
}

.slider-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  padding: 20px 36px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 45px 0px 45px 45px;
  background-color: #fff;
  box-shadow: 1px 1px 55px 0 rgba(0, 22, 50, 0.08);
}

.text-span {
  color: #484dff;
}

.hero-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.paragraph-hero {
  width: 100%;
  font-family: 'Work Sans', sans-serif;
  color: #fff;
  font-style: normal;
	font-size:20px;
}

.paragraph-hero.paragraph-inner {
  max-width: 550px;
  color: rgba(255, 255, 255, 0.7);
}

.content-block-hero {
  position: relative;
  max-width: 750px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.events-template-single-events-ball .content-block-hero {
  text-align: center;
  max-width: 100%;
}
.events-template-single-events-ball .content-block-hero .hero-heading {
  text-align: center;
}
.content-block-hero.events-hero-text {
  width: 100%;
  max-width: none;
  padding-top: 200px;
  padding-bottom: 220px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}
.content-block-hero.single-event {
    margin-bottom: 40px;
}

.footer-text {
  max-width: 320px;
  margin-bottom: 25px;
  color: #546681;
  font-size: 17px;
  line-height: 1.4;
  text-align: left;
}

.footer-text.small {
  margin-bottom: 5px;
  color: #212121;
  font-size: 12px;
}

.legal-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1240px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.legal-text {
  color: rgba(107, 111, 154, 0.61);
  font-size: 16px;
}

.social-link-wrap {
  display: none;
}

.social-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 35px;
  margin-right: 15px;
  padding: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #fbdee3;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.section-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding: 0px 5% 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #fff;
}

.section-cta {
    max-width: 1240px;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
}

.container-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.container-flex.flex-justified {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.container-flex.footer-nav {
  margin-top: 40px;
}

.container-flex.overflow-scroll {
  position: static;
  bottom: 100px;
  z-index: auto;
  overflow: visible;
  margin-top: 0px;
  margin-bottom: -60px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.container-flex.socialtag {
  margin-top: auto;
  margin-bottom: 0px;
  padding-bottom: 100px;
}
.socialtag .social-tag {
  padding-left: 49px;
  background: url('../img/insta-footer.png') no-repeat center left;
  height: 38px;
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.socialtag .social-tag:hover {
  text-decoration: underline;
}
#sb_instagram {
  padding: 0px 0 65px !important;
  position: relative;
  margin-top: -140px;
}
#sb_instagram .sb_instagram_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 0 10px !important;
}
#sb_instagram .sb_instagram_header h2 {
  margin: 0;
}
#sb_instagram .sb_instagram_header a {float: none;}
#sb_instagram .sb_instagram_header .wrhs-social-icons{display: flex;justify-content: flex-end;}
#sb_instagram .sb_instagram_header .sbi_header_text.sbi_no_bio h3 {
  color:#fff;
  font-family: 'Work Sans', sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
}
#sb_instagram .sb_instagram_header .sbi_header_img {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.sbi_no_avatar .sbi_header_img {
  background: transparent;
}
#sb_instagram .sb_instagram_header .sbi_header_hashtag_icon .sbi_new_logo {
  width: 80%;
  height: 80%;
  font-size: 24px;
  margin-left: 8px;
  margin-top: 1px;
  position: relative;
  top: 0;
  left: 0;
}
.text-block-12 strong {
    color: #cecece;
}
.container-flex.flexgrid4 {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.container-flex.right-align {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container-flex.margin-bottom {
  margin-bottom: 50px;
}

.container-flex.margin-bottom.no-wrap {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.container-flex.margin-b200 {
  margin-bottom: 200px;
}

.container-flex.full-justify {
  padding-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-flex.full-justify.news-grid {
  padding-bottom: 140px;
}

.container-flex.full-justify.related-events {
  padding-bottom: 140px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  justify-content: flex-start;
}

.text-link-secondary {
  border-bottom: 1px solid #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Barlow, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
}

.text-link-secondary:hover {
  color: hsla(0, 0%, 100%, 0.58);
}
a.text-link-secondary svg {
	height: 13px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
a.text-link-secondary:hover svg {
	opacity: 0.58;
}

.card-image-01 {
  position: relative;
  width: 100%;
  min-height: 290px;
  background-image: url('../img/pexels-photo-906982.jpeg');
  background-position: 0px 0px;
  background-size: cover;
}

.service-card-content {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 45px 45px 65px 35px;
}

.card-image-02 {
  position: relative;
  width: 100%;
  min-height: 290px;
  background-image: url('../img/hero_air_freight.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.card-image-03 {
  position: relative;
  width: 100%;
  min-height: 290px;
  background-image: url('../img/1.jpeg');
  background-position: 0px 0px;
  background-size: cover;
}

.button-nav {
  min-width: 130px;
  margin-left: 15px;
  padding: 8px 18px;
  border-radius: 9px;
  background-color: #fff100;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: Barlow, sans-serif;
  color: #212121;
  font-size: 18px;
  line-height: 27px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: solid 3px #fff100;
}

.button-nav:hover {
  background-color: #fff;
}
.white .button-nav {
  color: white;
  background: transparent;
  border-color: white;
}
.white .button-nav:hover {
  background-color: #fff100;
  border-color: #fff100;
  color: #212121;
}
.service-card-link {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 55px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 25px;
  background-color: #fff100;
}

.standard-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  letter-spacing: -0.5px;
}

.standard-heading.standard-heading-white {
  color: #fff;
}

.standard-heading.heading-centre {
  margin-bottom: 0px;
  text-align: center;
}

.arrow-card {
  width: 22px;
}

.service-square-wrap {
  margin-bottom: 35px;
  padding-top: 25px;
  padding-right: 25px;
  padding-bottom: 25px;
}

.service-square-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image {
  width: 35px;
  margin-right: 15px;
}

.paragraph-4 {
  margin-bottom: 25px;
  color: hsla(0, 0%, 100%, 0.8);
}

.heading-6 {
  font-family: 'Work Sans', sans-serif;
  color: #fff;
  font-size: 27px;
}

.text-link {
  max-width: 500px;
  margin-bottom: 14px;
  color: #fff100;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
}

.yellow-block {
  position: relative;
  top: auto;
  display: block;
  width: 100%;
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
  padding: 200px 55px 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #fff100;
  background-position: 0px 0px, 50% 90%;
  background-size: auto, cover;
}

.button-dark {
  margin-right: 15px;
  padding: 18px 35px;
  border-radius: 100px;
  background-color: #212121;
  color: #fff;
  font-size: 17px;
}

.line-background {
  width: 14.285714285714286%;
  border-right: 1px solid hsla(0, 0%, 100%, 0.22);
}

.line-box-wrap {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.cta-content-top {
  position: relative;
  z-index: 15;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: left;
}

.content-wrap-01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
}

.section-content-white {
  padding: 140px 5% 160px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  background-image: url('../img/bg_shade.svg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.featured-title {
  margin-bottom: 4px;
  color: #fff;
  letter-spacing: 2px;
}

.thumbnail-small {
  width: 85px;
  border-radius: 8px;
}

.featured-article-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-163 {
  width: 1px;
  height: 35px;
  margin-right: 25px;
  margin-left: 25px;
  background-color: hsla(0, 0%, 100%, 0.13);
}

.cta-yellow-shape {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
}

.button-outline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  padding: 18px 35px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 100px;
  background-color: transparent;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
  font-size: 17px;
  text-decoration: none;
}

.button-outline:hover {
  background-color: #fff;
  color: #2e3642;
}

.anchor-link {
  margin-right: 35px;
  margin-left: 35px;
  padding: 20px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: hsla(0, 0%, 100%, 0.5);
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.anchor-link:hover {
  color: #fff;
}

.anchor-link:focus {
  color: #fff;
}

.anchor-link.w--current {
  color: #fff;
}

.content-image {
  max-width: 90%;
}

.section-content-02 {
  position: relative;
  padding: 140px 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #0a1b2b;
}

.pattern-04 {
  position: absolute;
  left: 8%;
  top: auto;
  right: auto;
  bottom: 4%;
  max-width: 280px;
}

.return-top {
  position: fixed;
  left: auto;
  top: auto;
  right: 25px;
  bottom: 15px;
  z-index: 999;
  display: none;
  width: 45px;
  height: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1000px;
  background-color: #fff100;
  background-image: url('../img/arrow-up-right.svg');
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s ease-in-out;
}

.service-pattern {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  max-width: 60%;
}

.service-pattern.service-pattern-03 {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.service-pattern.service-pattern-02 {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  max-width: 90%;
}

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

.play-icon {
  position: absolute;
  width: 24px;
}

.section-featured {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 140px;
  padding: 15px 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.09);
  background-color: #0a1b2b;
}

.yellow-cta {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 600px;
  padding: 100px 3%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff100;
}

.image-8 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.image-8-copy {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
}

.cta-location {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 80px;
  line-height: 1.1;
  font-weight: 700;
  text-align: left;
}

.location-chain-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cta-arrow {
  margin-right: 60px;
  margin-left: 60px;
}

.navigation-link-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.featured-wrap {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.feature-block-contain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 45px;
  margin-bottom: 35px;
}

.feature-block {
  width: 50%;
  padding-right: 25px;
}

.feature-number {
  margin-top: 0px;
  color: #fff100;
  font-size: 48px;
  line-height: 1.3;
  font-weight: 400;
}

.div-block-51 {
  height: 1px;
  margin-top: 15px;
  margin-bottom: 15px;
  background-color: rgba(59, 76, 91, 0.13);
}

.captial-h6 {
  color: hsla(0, 0%, 100%, 0.62);
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.div-block-168 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 80px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.logo-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  padding: 60px 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-10 {
  width: 120px;
}

.image-11 {
  width: 16px;
  margin-right: 8px;
}

.map-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 350px;
  padding-right: 55px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-169 {
  width: 100%;
  height: 1px;
  margin-top: 55px;
  margin-bottom: 55px;
  background-color: hsla(0, 0%, 100%, 0.2);
}

.shape-pattern {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
}

.yellow-highlight {
  color: #fff100;
  text-decoration: none;
}

.contact-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
}

.our-people {
  width: 100%;
  max-width: 60%;
  grid-template-areas: "Area . Area-2" ". Area-3 Area-2" "Area-4 Area-3 Area-2" "Area-4 Area-3 Area-6" "Area-4 Area-5 Area-6" "Area-7 Area-5 Area-6" ". Area-5 .";
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto auto auto;
}

.team-image {
  position: relative;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.people-wrap {
  position: relative;
  top: -100px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.title-block-half {
  width: 50%;
}

.standard-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 70vh;
  padding: 120px 3% 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(10, 27, 43, 0.47)), color-stop(70%, rgba(10, 27, 43, 0.98)), to(#0a1b2b)), url('../img/2.jpeg');
  background-image: linear-gradient(180deg, rgba(10, 27, 43, 0.47), rgba(10, 27, 43, 0.98) 70%, #0a1b2b), url('../img/2.jpeg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
}

.standard-header.ocean-shipping {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(10, 27, 43, 0.47)), color-stop(70%, rgba(10, 27, 43, 0.98)), to(#0a1b2b)), url('../img/freight_shipping.jpg');
  background-image: linear-gradient(180deg, rgba(10, 27, 43, 0.47), rgba(10, 27, 43, 0.98) 70%, #0a1b2b), url('../img/freight_shipping.jpg');
  background-position: 0px 0px, 50% 100%;
}

.standard-header.ground-transport {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(10, 27, 43, 0.5)), color-stop(70%, rgba(10, 27, 43, 0.98)), to(#0a1b2b)), url('../img/hero_ground.jpg');
  background-image: linear-gradient(180deg, rgba(10, 27, 43, 0.5), rgba(10, 27, 43, 0.98) 70%, #0a1b2b), url('../img/hero_ground.jpg');
  background-position: 0px 0px, 50% 50%;
}

.standard-header.air-transport {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(10, 27, 43, 0.5)), color-stop(70%, rgba(10, 27, 43, 0.98)), to(#0a1b2b)), url('../img/hero_air_freight.jpg');
  background-image: linear-gradient(180deg, rgba(10, 27, 43, 0.5), rgba(10, 27, 43, 0.98) 70%, #0a1b2b), url('../img/hero_air_freight.jpg');
  background-position: 0px 0px, 50% 50%;
}

.standard-header.header-blog {
  min-height: 200px;
  padding-top: 80px;
  padding-bottom: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  background-image: none;
}

.standard-header.header-faq {
  min-height: 600px;
  padding-top: 150px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(10, 27, 43, 0.47)), color-stop(70%, rgba(10, 27, 43, 0.98)), to(#0a1b2b)), url('../img/blog_hero_04.jpg');
  background-image: linear-gradient(180deg, rgba(10, 27, 43, 0.47), rgba(10, 27, 43, 0.98) 70%, #0a1b2b), url('../img/blog_hero_04.jpg');
  background-position: 0px 0px, 50% 50%;
}

.standard-header.header-licence {
  min-height: auto;
  padding-top: 180px;
  background-color: #0a1b2b;
  background-image: none;
}

.standard-header.header-search {
  min-height: 600px;
  padding-top: 150px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(10, 27, 43, 0.47)), color-stop(70%, rgba(10, 27, 43, 0.98)), to(#0a1b2b)), url('../img/blog_hero_04.jpg');
  background-image: linear-gradient(180deg, rgba(10, 27, 43, 0.47), rgba(10, 27, 43, 0.98) 70%, #0a1b2b), url('../img/blog_hero_04.jpg');
  background-position: 0px 0px, 50% 50%;
}

.standard-header.header-contact {
  min-height: 300px;
  padding-top: 210px;
  padding-bottom: 40px;
  background-color: #fff;
  background-image: none;
}

.title-wrap-centre {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 70%;
  margin-right: auto;
  margin-bottom: 80px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown-list {
  display: block;
  background-color: transparent;
}

.dropdown-list.w--open {
  z-index: 7;
  width: 100%;
  min-width: 300px;
  padding-top: 15px;
  padding-bottom: 35px;
  border-radius: 15px;
}

.feature-content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.feature-icon {
  width: 26px;
  margin-right: 16px;
}

.dropdown-list-wrap {
  position: relative;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  padding: 14px;
  border-radius: 9px;
  background-color: #fff;
  box-shadow: 1px 1px 9px 0 rgba(44, 62, 80, 0.1);
}

.paragraph-small {
  max-width: 450px;
  margin-bottom: 0px;
  color: #3b4c5b;
  font-size: 14px;
  letter-spacing: -0.2px;
}

.feature-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 16px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px none #212121;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-decoration: none;
}

.feature-wrap:hover {
  background-color: rgba(19, 36, 51, 0.05);
}

.primary-navigation-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #212121;
  font-size: 16px;
  text-decoration: none;
}

.primary-navigation-link:hover {
  color: #fff100;
}

.primary-navigation-link.dark {
  color: #212121;
}

.dropdown-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.arrow-down {
  display: none;
  margin-left: 10px;
}

.short-title {
  margin-bottom: 2px;
  font-family: Barlow, sans-serif;
  color: #212121;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

.feature-block-wrap {
  position: relative;
  min-height: 200px;
  padding: 35px 35px 75px;
  border-style: none solid solid;
  border-width: 1px;
  border-color: rgba(59, 76, 91, 0.15);
}

.service-image {
  min-height: 240px;
  background-image: url('../img/2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.service-image.s02 {
  background-image: url('../img/1.jpg');
}

.service-image.s03 {
  background-image: url('../img/3.jpg');
}

.service-image.s04 {
  background-image: url('../img/4.jpg');
}

.service-image.s05 {
  background-image: url('../img/blog_hero.jpg');
}

.service-image.s06 {
  background-image: url('../img/5dd92a2fd31f0f5cca5ceb14_5d6f0f552fd62f48f720f7c2_blog-body-image-1.jpeg');
}

.feature-card-base {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
}

.feature-card-wrap {
  width: 33.333333333333336%;
  min-height: 200px;
  padding: 10px;
}

.feature-wrap-02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.section-client-logo {
  padding: 140px 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #0a1b2b;
  background-image: url('../img/bg_shape.svg');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.home-hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 80vh;
  padding: 80px 20px 140px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-position: center center;
  background-size: auto, cover;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}
.events-template-single-events-ball .home-hero,
.page-template-pt-rescue-ball .home-hero {
  min-height: calc(100vh - 40px);
  padding-bottom: 64px;
}

.pattern-05 {
  position: absolute;
  left: auto;
  top: auto;
  right: 8%;
  bottom: 3%;
  max-width: 290px;
}

.news-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 40px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #212121;
  position: relative;
  z-index: 101;
}
.news-bar .text-block-12 {
  max-width: 80%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.news-bar .text-block-12 a{
  color:#cecece;
  text-decoration: none;

}
.news-text {
  color: #fff;
  font-size: 16px;
  text-align: right;
}

.title-tight {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 860px;
  margin-bottom: 100px;
}

.section-image {
  position: relative;
  width: 100%;
  min-height: 700px;
  margin-bottom: 80px;
  background-image: url('../img/hero_ground.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.title-block {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  min-height: 120px;
  min-width: 450px;
  padding: 65px 65px 65px 25px;
  background-color: #fff;
}

.section-content-03 {
  padding: 140px 5% 160px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.values-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.plain-column {
  position: relative;
  width: 33.333333333333336%;
  min-height: 250px;
  padding: 20px;
}

.section-breadcrumb {
  overflow: hidden;
  height: 100px;
  background-color: #0a1b2b;
}

.section-breadcrumb.breadcrumb-white-bg {
  background-color: #fff;
}

.breadcrumb-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65%;
  height: 100%;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff100;
}

.container-breadcrumbs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.breadcrumb_link {
  opacity: 0.5;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  color: #212121;
  font-size: 16px;
  text-decoration: none;
}

.breadcrumb_link:hover {
  opacity: 1;
}

.breadcrumb_link.w--current {
  opacity: 1;
  color: #212121;
}

.breadcrumb_arrow {
  width: 15px;
  margin-right: 15px;
  margin-left: 15px;
  opacity: 0.5;
}

.line-break {
  width: 70px;
  height: 2px;
  margin-top: 35px;
  background-color: #fff100;
}

.value-paragraph-wrap {
  min-height: 250px;
}

.section-anchor-links {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.08);
  background-color: #0a1b2b;
}

.pattern-06 {
  position: absolute;
  left: 8%;
  top: auto;
  right: auto;
  bottom: 4%;
  max-width: 190px;
}
.error-404-body {
  background-color: #ef4034;
}
.error-404-body .news-bar {
  display: none;
}
.error-404-body .navigation {
  position: relative;
  top: 0;
}
.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ef4034;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 500px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  text-align: center;
  min-height: calc(100vh - 120px);
  align-content: center;
  align-items: center;
  margin: 0 auto;
  flex-wrap: wrap;
  padding-bottom: 240px;
  padding-left: 20px;
  padding-right: 20px;
}
.utility-page-content>* {
  width: 100%;
}
.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.news-tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 35px;
  margin-right: 16px;
  padding: 8px 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #eea800;
  color: #fff;
}

.featured-article {
  margin-top: 0px;
  margin-bottom: 0px;
  color: hsla(0, 0%, 100%, 0.6);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.standard-title {
  display: inline-block;
  padding-right: 10px;
  -webkit-transition: padding 200ms ease;
  transition: padding 200ms ease;
  font-family: Barlow, sans-serif;
  color: #ef4034;
  font-weight: 600;
}

.standard-title:hover {
  padding-right: 15px;
}

.section-image-company {
  position: relative;
  width: 100%;
  min-height: 700px;
  margin-bottom: 80px;
  background-image: url('../img/blog_hero_03.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.dark-cta {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 600px;
  padding: 100px 3%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0a1b2b;
}

.arrows-dark {
  margin-right: 60px;
  margin-left: 60px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.feature-column {
  width: 50%;
}

.time-icon {
  width: 15px;
  margin-right: 8px;
  margin-bottom: 4px;
}

.author-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}
p,
.blog-paragraph {
  font-family: 'Work Sans', sans-serif;
  color: #555;
	font-size:18px;
}
.news-item .blog-paragraph {
	font-size:14px;
	color:#555;
}
.news_excerpt {
	font-size:14px;
	color:#555;
}

.author-image {
  width: 35px;
  height: 35px;
  margin-right: 8px;
  margin-bottom: 4px;
  border-radius: 100px;
  background-color: #fff100;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.author-image.author-image-large {
  width: 45px;
  height: 45px;
}
.category:not(.archive):not(.taxonomy) {
  position: relative;
  z-index: 9;
  display: block;
  max-width: 240px;
  min-height: 30px;
  padding: 10px 0px 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: none;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.2);
  border-radius: 50px;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #627792;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0px;
  text-decoration: none;
  text-transform: none;
}

.category.w--current:hover {
  background-color: rgba(255, 182, 7, 0.05);
}

.category.category-space {
  margin-bottom: 25px;
}

.author-name-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-content-right {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 25px 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #212121;
}

.category-text {
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Barlow, sans-serif;
  color: #ef4034;
  font-size: 11px;
  line-height: 14px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.time-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.author-detail-text {
  color: #8a94a6;
  font-size: 16px;
}

.featured-post {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.blog-h2 {
  margin-top: 0px;
  margin-bottom: 15px;
  color: #fff;
  font-size: 34px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -0.3px;
  text-decoration: none;
}

.blog-post-wrap {
  height: 100%;
  min-height: 150px;
  padding-top: 5px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.blog-image {
  position: relative;
  min-height: 0px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .blog-image {
    max-height: 200;
  }
  .single-events-wrap .w-col-7 {width: 65%;}
  .single-events-wrap .w-col-5 {width: 35%;}
  .detail-block-grey {padding: 30px 20px !important;}
  .related-events .event-item {width: 50%;}
  .related-events .event-item:nth-child(4){/*display: none*/}
 .event-detail-block:last-child {padding-bottom: 0;}
}
.blog-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 46 / 32;
  object-fit: cover;
}
.blog-posted-date {
  font-family: Ibmplexsans, sans-serif;
  color: #212121;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0px;
  text-transform: uppercase;
}


.category-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  line-height: 14px;
}

.blog-content {
  padding: 0px 20px 0px 0px;
  background-color: transparent;
}

.blog-post {
  position: relative;
  display: block;
  overflow: hidden;
  width: 25%;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}

.events-template-single-events-ball .blog-post,
.page-template-pt-rescue-ball .blog-post {
  width: 33.32%;
}
.blog-post:hover {
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
}
.events-template-single-events-ball .blog-post:hover {
  -webkit-transform:none;
  -ms-transform:none;
  transform: none;
}
.events-template-single-events-ball .blog-post h3 {
  margin-bottom: 5px;
  margin-top: 15px;
}
.paragraph-3 {
  display: none;
  color: #627792;
  font-size: 15px;
}

.featured-collection-list {
  margin-bottom: 20px;
}

.blog-h3 {
  display: block;
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: 'Work Sans', sans-serif;
  color: #212121;
  font-size: 27px;
  line-height: 1.0;
  font-weight: 700;
  letter-spacing: -0.3px;
  text-decoration: none;
}
.blog-h3 a {
  color: #212121;
  font-size: 27px;
  line-height: 1.0;
  font-weight: 700;
  letter-spacing: -0.3px;
  text-decoration: none;
  font-family: 'Work Sans', sans-serif;
}
.blog-h3 a:hover {color:#ef4034}
.blog-h3.margin-v {
  margin-top: 10px;
}
.events-grid {padding-bottom: 140px;}
.blog-item {
  padding-right: 12px;
  padding-left: 12px;
}
#BBPanelHeading {display: none;}
#bboxevent_BBEmbeddedForm #BBSubmitButtonRow,
#bboxevent_BBEmbeddedForm #BBSubmitButtonRow div,
#bboxevent_BBEmbeddedForm #BBPanelRegistrants,
#bboxevent_BBEmbeddedForm #BBPanelRegistrants div,
#bboxevent_BBEmbeddedForm #BBPanelPayment div,
#bboxevent_BBEmbeddedForm #BBPanelPayment{margin: 0 !important;}
#bboxevent_BBEmbeddedForm #BBPanelRegistrants .BBFormSectionHeading,
#bboxevent_BBEmbeddedForm #BBPanelPayment .BBFormSectionHeading {padding: 30px 0 0;margin-bottom: 20px !important;}
#bboxevent_BBEmbeddedForm .BBFormSectionHeading label {font-size: 20px;line-height: 30px}
#bboxevent_orginfo_lblFullName,
#bboxevent_BBEmbeddedForm label, #bboxevent_BBEmbeddedForm span.BBFormFieldLabelEdit {
    display: block;
    float: none;
    width: auto;
    text-align: left;
    font-family: Barlow, sans-serif;
    color: #333;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px;
    font-weight: bold;
    width: 100%;
}
#bboxevent_BBEmbeddedForm select,
#bboxevent_BBEmbeddedForm input, 
#bboxevent_BBEmbeddedForm textarea {
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333333;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    /*height: 50px;*/
    border-radius: 9px;
    max-width: none;
    opacity: 1;
    margin-bottom: 15px;
    margin-right: 0;
}
#bboxevent_BBEmbeddedForm .BBTwoFields .BBFormFieldContainer,
#bboxevent_BBEmbeddedForm .BBTwoFields {display: flex;flex-wrap: wrap;width: 100%;}
#bboxevent_BBEmbeddedForm .BBTwoFields select,
#bboxevent_BBEmbeddedForm .BBTwoFields input{width: 49%;}
#bboxevent_BBEmbeddedForm .BBTwoFields input:last-child{margin-left: 2%}
.section-blog-content {
  position: relative;
  padding: 40px 3% 140px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #0a1b2b;
}
.BBFormErrorBlock ul { margin-top: 10px;}
.BBFormErrorBlock ul li {margin-bottom: 0px;}
#bboxevent_BBEmbeddedForm #BBPanelPayment #bboxevent_fldOrgReg {margin-bottom: 15px !important;}
#bboxevent_BBEmbeddedForm input[type="checkbox"] {height: auto;margin-bottom: 0;}
#bboxevent_BBEmbeddedForm label.BBFormCheckboxLabel {display: inline-block;vertical-align: top;width: auto;margin-left: 5px;}

.BBFormButtonRow .BBFormFieldContainer {
    flex-direction: column;
}

  /* Remove iOS Styling */
#BBSubmitButtonRow .BBFormSubmitbutton {
  height: 50px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 6px;
  background-color: #fff100;
  color: #212121;
  font-weight: 600;
  text-transform: uppercase;
  font-family: Barlow, sans-serif;
  font-size: 14px;
  box-shadow: none;
  border: none !important;

  -webkit-appearance: none; 
  -webkit-border-radius: none;
  border-radius: 6px;
}
#bboxevent_BBEmbeddedForm #BBPanelPrices select{padding: 6px 4px;height: auto;}
#BBSubmitButtonRow .BBFormFieldContainer label {display: none;}
#BBSubmitButtonRow .BBFormFieldContainer {margin: 0 ;}
.blog-image-large {
  position: relative;
  height: 100%;
  min-height: 470px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gradient-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(10, 27, 43, 0.98)), color-stop(41%, rgba(10, 27, 43, 0.92)), color-stop(70%, rgba(10, 27, 43, 0.84)), to(#0a1b2b));
  background-image: linear-gradient(180deg, rgba(10, 27, 43, 0.98), rgba(10, 27, 43, 0.92) 41%, rgba(10, 27, 43, 0.84) 70%, #0a1b2b);
}

.hero-block-centre {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 800px;
  min-height: 350px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-blog-page {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 60vh;
  padding: 120px 3% 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.container-tight {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.section-blog-post {
  padding: 60px 5% 160px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  background-image: url('../img/bg_shade.svg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.sg-menu {
  overflow: auto;
  height: 75%;
  max-height: 75vh;
  padding-top: 45px;
  border-bottom: 1px solid rgba(23, 48, 73, 0.09);
}

.sg-details-title {
  float: left;
  color: #33334f;
  font-size: 16px;
  font-weight: 500;
}

.sg-heading-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  line-height: 60px;
}

.sg-menu-text {
  position: relative;
  z-index: 5;
}

.bold {
  font-weight: 700;
}

.underline {
  text-decoration: underline;
}

.sg-link {
  color: #f5f7fd;
  text-decoration: none;
}

.highlight-opacity {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
}

.sg-menu-wrap {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 15%;
  border-right: 1px solid rgba(23, 48, 73, 0.05);
  background-color: #0a1b2b;
}

.sg-logo {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 120px;
  margin-right: 25px;
}

.mark {
  background-color: rgba(255, 171, 0, 0.23);
}

.sg-paragraph {
  margin-bottom: 45px;
}

.sg-container {
  display: block;
  max-width: 1100px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.sg-content-wrap {
  position: relative;
  left: 0px;
  top: 0px;
  bottom: 0px;
  overflow: visible;
  width: 85%;
  height: 2000px;
  margin-left: 15%;
  border-right: 1px solid rgba(23, 48, 73, 0.05);
  background-color: #fff;
}

.q2 {
  max-width: 600px;
  border-left-color: #ef4034;
  font-size: 18px;
  line-height: 25px;
  font-style: italic;
  font-weight: 500;
}

.sg-full-colour-wrap {
  width: 16.666666666666668%;
  min-height: 150px;
  margin-right: 15px;
}

.sg-colour-wrap {
  display: block;
  width: 100%;
  height: 200px;
  min-height: 200px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 6px 6px 17px 0 rgba(82, 76, 76, 0.06);
}

.sg-menu-title {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 25px;
  border-bottom: 1px solid rgba(23, 48, 73, 0.04);
  color: #fff;
}

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

.sg-button {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 0%;
  background-color: #f5f7fd;
}

.sg-menu-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: hsla(0, 0%, 100%, 0.55);
  font-size: 15px;
  text-decoration: none;
}

.sg-menu-link.w--current {
  border-left: 5px solid #fff100;
  background-color: #212121;
}

.colour_title_text {
  margin-top: 4px;
  color: #9b9eb8;
  font-size: 15px;
  text-transform: uppercase;
}

.p2 {
  max-width: 600px;
  color: #212121;
  font-size: 18px;
  line-height: 1.3;
}

.sg-heading {
  margin-top: 0px;
  font-family: 'Work Sans', sans-serif;
  color: #fff;
  font-size: 91.13px;
  line-height: 1;
  font-weight: 700;
}

.sg-return-wrap {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 12%;
  min-height: 100px;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #2e3642;
}

.sg-header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 460px;
  padding-right: 5%;
  padding-left: 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ef4034;
}

.style-guide-h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: rgba(118, 126, 173, 0.33);
}

.sg-details-wrap {
  display: block;
  margin-top: 10px;
  margin-bottom: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sg-menu-header {
  font-weight: 500;
  letter-spacing: 2px;
}

.sg-details-highlight {
  margin-left: 8px;
  float: left;
  color: #fff100;
}

.sg-break-line {
  width: 30%;
  height: 1px;
  min-width: 220px;
  margin-top: 8px;
  background-color: #ebecf0;
}

.sg-content {
  overflow: hidden;
  padding: 70px 5%;
}

.sg-colour-block {
  height: 60%;
  background-color: #fff100;
}

.sg-colour-block.c17 {
  background-color: #fafbfc;
}

.sg-colour-block.c3 {
  background-color: #212121;
}

.sg-colour-block.c5 {
  background-color: #546681;
}

.sg-colour-block.c18 {
  background-color: #fff;
}

.sg-colour-block.c12 {
  background-color: #546681;
}

.sg-colour-block.c15 {
  background-color: #c1c7d0;
}

.sg-colour-block.c11 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #0a1f44;
}

.sg-colour-block.c2 {
  background-color: #ef4034;
}

.sg-colour-block.c4 {
  background-color: #2e3642;
}

.delete {
  text-decoration: line-through;
}

.sg-type-wrap {
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.l2 {
  padding-bottom: 10px;
  list-style-type: decimal;
}

.l3 {
  padding-bottom: 10px;
  list-style-type: lower-alpha;
}

.sg-full-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sg-paragraph-light {
  max-width: 700px;
  margin-bottom: 25px;
  color: rgba(245, 247, 253, 0.8);
  font-size: 18px;
  line-height: 24px;
}

.sg-type {
  margin-bottom: 45px;
}

.em {
  font-style: italic;
}

.sg-heading-4 {
  margin-top: 25px;
  margin-bottom: 25px;
  color: #0a1f44;
  font-size: 36px;
  line-height: 42px;
  font-weight: 700;
}

.sg-title-wrap {
  margin-top: 65px;
  margin-bottom: 65px;
}

.style-guide-h4 {
  margin-bottom: 8px;
  line-height: 38px;
}

.style-guide-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.colour_title {
  float: left;
  font-size: 17px;
  font-weight: 400;
}

.sg-logo-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 25px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.colour_block_text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40%;
  padding-left: 14px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.sg-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 640px;
  padding: 55px 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ef4034;
}

.feature-blog-pattern {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  max-width: 80%;
}

.button-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 55px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-block-hero-centre {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 680px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.faq-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
}
.grid_cols h3,
.h3 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: 'Work Sans', sans-serif;
  color: #212121;
  font-size: 27px;
  text-align: left;
}

.faq-paragraph {
  margin-right: 25px;
  margin-bottom: 0px;
  margin-left: 25px;
  padding-top: 42px;
  padding-bottom: 42px;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.25px;
}

.column-right {
  width: 70%;
  min-height: 500px;
}

.faq-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.faq-contact-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 55px;
  padding-right: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.faq-question-wrap {
  margin-bottom: 35px;
}

.question-title {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
}

.faq-content {
  overflow: hidden;
  margin-top: -2px;
}

.animation {
  width: 60px;
  height: 60px;
}
.dropDown {
  -webkit-transform:translate3d(0,-105px, 0);-moz-transform:translate3d(0, -105px, 0);-ms-transform:translate3d(0, -105px, 0);transform:translate3d(0, -105px, 0);
  transition: all 0.6s ease-in-out;
}
.dropDown.animated {
  -webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);
}
.fadeRight {
  transition: all 0.6s ease-in-out;
  -webkit-transform:translate3d(-25px, 0, 0);-moz-transform:translate3d(-25px, 0, 0);-ms-transform:translate3d(-25px, 0, 0);transform:translate3d(-25px, 0, 0);opacity:0;
}
.fadeRight + .fadeRight {
  transition-delay: 0.2s;
}
.fadeRight + .fadeRight + .fadeRight {
  transition-delay: 0.4s;
}
.fadeRight.animated {
  -webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);opacity:1;
}
.fadeUp {
  transition: all 0.6s ease-in-out;
  -webkit-transform:translate3d(0, 25px, 0);-moz-transform:translate3d(0, 25px, 0);-ms-transform:translate3d(0, 25px, 0);transform:translate3d(0, 25px, 0);opacity:0;
  transition-delay: 0.1s;
}
.fadeUp + .fadeUp {
  transition-delay: 0.3s;
}
.fadeUp + .fadeUp + .fadeUp {
  transition-delay: 0.4s;
}
.fadeUp.animated {
  -webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);opacity:1;
}
.faq-question-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(100, 100, 109, 0.13);
  text-decoration: none;
}

.column-left {
  width: 30%;
  min-height: 500px;
  padding-right: 15px;
}

.paragraph-white-small {
  max-width: 490px;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 18px;
  line-height: 1.3;
  font-style: normal;
}

.faq-button-wrap {
  margin-top: 35px;
}

.feature-wrap-focus {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff100;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
  text-decoration: none;
}

.feature-wrap-focus:hover {
  background-color: #f0ac09;
}

._404-h4 {
  margin-top: 0px;
  margin-bottom: 25px;
  color: #fff;
  font-size: 55px;
  line-height: 1.1;
}

._404-paragraph {
  color: #fff;
  text-align: center;
  font-family: Barlow, sans-serif;
}

.link-4 {
  color: #fff;
}

._404-heading {
  margin-bottom: 20px;
  color: #fff100;
  font-size: 55px;
  line-height: 1.1;
}

.span-link {
  color: #fff100;
  text-decoration: none;
}

.image-17 {
  width: 80px;
  margin-right: auto;
  margin-bottom: 8px;
  margin-left: auto;
}

.heading-8 {
  margin-top: 0px;
  margin-bottom: 15px;
  color: #fff;
  font-size: 42px;
  line-height: 1.2;
}

.text-field {
  min-height: 55px;
}

.submit-button {
  min-height: 55px;
  background-color: #fff100;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.blog-line {
  height: 5px;
  max-width: 100%;
  margin-top: 25px;
  margin-bottom: 15px;
  background-color: #fff100;
}

.sg-navigation-mobile {
  display: none;
}

.section-category {
  position: relative;
  padding: 45px 3% 140px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #0a1b2b;
}

.sg-assets-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 15px;
  background-color: #0a1b2b;
}

.container-anchor-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-contact {
  position: relative;
  padding: 40px 5% 140px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #0a1b2b;
}

.section-faq {
  position: relative;
  padding: 140px 3%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #0a1b2b;
}

.button-download {
  margin-top: 45px;
  margin-right: 15px;
  padding: 18px 35px;
  border-radius: 100px;
  background-color: #fff100;
  color: #212121;
  font-size: 17px;
}

.sg-pattern {
  max-width: 350px;
  margin-right: 19px;
  margin-left: 19px;
}
.search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 670px;
  margin-top: 35px;
}
body.search {display: block;max-width: 100%;margin: 0;}
#no-results {padding: 0 25px;}
.search-icon:after {content: '';background-image: url('../img/search-red.svg');}
.search-icon {
  display: block;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  text-align: left;
  background: url('../img/search-black.svg') no-repeat center;
  background-size: 100%;
}
.white .search-icon:hover,
.search-icon:hover {background:url('../img/search-red.svg') no-repeat center;}
.white .search-icon {
  background: url('../img/search.svg') no-repeat center;
  background-size: 100%;
}
.search-input {
  min-height: 55px;
  margin-right: 10px;
  margin-bottom: 0px;
  padding-left: 25px;
  border-radius: 50px;
}
.search-result-item {
  margin-bottom: 35px;
}
.pagination {width: 100%;}
.pagination a,.pagination span {
  color: #ef4034;
  text-decoration: none;
  font-size: 20px;
  line-height: normal;
  margin: 0 7px
}
.search-for {color:#ef4034;font-size: 20px;}
.search-for span {display: block;font-size: 40px;line-height: 50px;font-weight: bold;color:#c1c7d0;text-transform: uppercase;margin-top: 5px;}
#search-content {margin-top: 10px;}
#search-content .container::before {display: none;}
#search-content .story-item:first-child {border-top:1px solid hsla(0, 0%, 80.8%, 0.5);padding-top: 40px;}
#search-content .story-item {max-width: 670px;}
#search-content .story-preview-container {position: relative;width: 100%;}
#search-content .story-preview-container h3 {padding-right: 100px;margin-bottom: 25px;}
#search-content .feature-cat {background: #fff100;color:#212121;font-weight: bold;position: absolute;top: 9px;right:0;}
#search-content .feature-snippet {width: 100%;}
.pagination .prev {margin-left:0}
.pagination .next {margin-right:0}
.pagination a:hover, 
.pagination .current {font-weight: 700;}
.plain-link {
  color: #fff100;
  font-size: 16px;
}

.pattern-01 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
}

.pattern-02 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.section-news {
  position: relative;
  display: block;
  padding: 100px 0 240px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: rgba(0, 0, 0, 0.05);
}
.page-template-pt-rescue-ball .section-news{
  background: transparent;
}
.events-template-single-events-ball .section-news{
  background: transparent;
  padding: 0 20px 30px;
}
.events-template-single-events-ball hr,
.page-template-pt-rescue-ball hr {
  max-width: 1240px;
  margin: 0 auto;
  width: calc(100% - 40px);
  border: 1px solid #D8D8D8;
}

.section-news + #colophon .outer-container.social-line,.section-news + #colophon {
  margin-top: 0;
}
.sg-button-standard {
  margin-right: 15px;
  padding: 18px 35px;
  border-radius: 100px;
  background-color: #fff100;
  color: #212121;
  font-size: 17px;
}

.sg-button-mobile {
  margin-right: 15px;
  padding: 18px 35px;
  border-radius: 100px;
  background-color: #fff100;
  color: #212121;
  font-size: 17px;
}

.header-author {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 60vh;
  padding: 120px 3% 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 100% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.section-author {
  position: relative;
  padding: 45px 3% 140px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #0a1b2b;
}

.section-search-results {
  position: relative;
  padding: 140px 3%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #0a1b2b;
}

.link-5 {
  color: #fff100;
  font-size: 18px;
  text-decoration: none;
}

.text-block {
  margin-top: 4px;
  margin-bottom: 4px;
  color: hsla(0, 0%, 100%, 0.51);
  font-size: 16px;
}

.paragraph-5 {
  margin-top: 8px;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.8);
}

.divider {
  width: 100%;
  height: 1px;
  margin-top: 35px;
  margin-bottom: 35px;
  background-color: hsla(0, 0%, 100%, 0.22);
}

.button-outline-02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  padding: 18px 35px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 100px;
  background-color: transparent;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
  font-size: 17px;
  text-decoration: none;
}

.button-outline-02:hover {
  opacity: 0.5;
}

.heading-9 {
  font-size: 91.13px;
  font-weight: 700;
}

.body {
  font-family: 'Work Sans', sans-serif;
  color: #212121;
}

.heading-10 {
  font-size: 60.75px;
}

.paragraph-6 {
  color: #212121;
}

.heading-11 {
  color: #212121;
  font-size: 40.5px;
  font-weight: 700;
}

.heading-12 {
  color: #212121;
  font-size: 27px;
}

.heading-13 {
  color: #212121;
}

.home-card-wrap {
  position: relative;
  bottom: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.home-card {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  box-shadow: 14px 14px 200px 0 rgba(0, 22, 50, 0.06);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}

.home-card:hover {
  -webkit-transform: translate(0px, -6px);
  -ms-transform: translate(0px, -6px);
  transform: translate(0px, -6px);
}

.home-card-content {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 45px 45px 65px 35px;
}

.home-card-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 500px;
  padding-top: 35px;
  padding-right: 35px;
  padding-bottom: 35px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}
.home-card-content-wrap {
  overflow: visible;
  height: auto;
  min-height: 0px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #6b539a;
  line-height: 14px;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.home-card-sub {
  font-family: Barlow, sans-serif;
  color: #fff100;
  font-weight: 600;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.home-card-section {
  padding-bottom: 40px;
  background-color: rgba(0, 0, 0, 0.05);
  background-image: url('../img/wave_tri_02.svg');
  background-position: 0px 0px;
  background-size: contain;
}

.featured-stories-home {
  position: relative;
  display: block;
  padding: 100px 0%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.featured-story-home-1st {
  position: relative;
  overflow: hidden;
  width: 50%;
  height: 350px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../img/Tamworth-3743-Kearney.jpg');
  background-position: 0px 0px;
  background-size: cover;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}

.featured-story-home-1st:hover {
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
}

.featured-story-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 20px 0px 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: transparent;
}

.feature-home-wrap {
  display: -ms-grid;
  display: grid;
  overflow: visible;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  justify-items: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-auto-flow: row dense;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: minmax(50%, -webkit-max-content) minmax(25%, -webkit-max-content) minmax(25%, -webkit-max-content);
  -ms-grid-columns: minmax(50%, max-content) minmax(25%, max-content) minmax(25%, max-content);
  grid-template-columns: minmax(50%, -webkit-max-content) minmax(25%, -webkit-max-content) minmax(25%, -webkit-max-content);
  grid-template-columns: minmax(50%, max-content) minmax(25%, max-content) minmax(25%, max-content);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.column-copy {
  width: 33%;
  padding: 10px;
}

.feature-home-50 {
  height: 350px;
	width:100%;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}

.feature-home-50:hover {
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.feature-home-25 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 350px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}

.feature-home-25:hover {
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.feature{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 30px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-position: center center;
  background-size: cover;
}

.feature-1-details {
  display: block;
  width: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.feature-cat {
  display: inline-block;
  width: auto;
  margin-bottom: 10px;
  padding: 5px 10px;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 4px;
  background-color: #ef4034;
  font-family: Barlow, sans-serif;
  color: #fff;
  font-size: 11px;
  line-height: 14px;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.feature-cat { display: none; }

.feature-snippet {
  width: 75%;
  font-family: 'Work Sans', sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
}

.feature-snippet.black-text {
  color: #555;
}

.feature-snippet.red-cta-text {
  margin-top: 20px;
  color: #ef4034;
}

.feature-sml-snippet {
  width: 100%;
  font-family: 'Work Sans', sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
}

.small-feature-title {
  margin-top: 0px;
  margin-bottom: 25px;
  font-family: 'Work Sans', sans-serif;
  color: #212121;
  text-align: left;
}

.small-feature-title.card {
  margin-bottom: 15px;
  font-family: 'Work Sans', sans-serif;
  color: #fff;
  font-size: 27px;
  line-height: 1;
  font-weight: 700;
}

.feature-column-50 {
  padding-right: 0px;
  padding-left: 0px;
}

.feature-column-25 {
  padding-right: 0px;
}

.vid-story {
  padding-top: 100px;
  padding-bottom: 100px;
}

.title-wrap-vid-story {
  display: block;
  width: 25%;
  margin-bottom: 0px;
  padding-right: 20px;
  /*padding-left: 10px;*/
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-right: 1px solid #212121;
  text-align: left;
}

.title-wrap-stories {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 60px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-171 {
  display: block;
  width: 40%;
  padding-left: 60px;
  float: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
.events-template-single-events-ball .div-block-171,
.page-template-pt-rescue-ball .div-block-171 {
  max-width: 375px;
}
.body-2 {
  font-family: 'Work Sans', sans-serif;
}
.page-template-pt-donate-php #content {
  font-family: Barlow, sans-serif;
}
#header {position: relative;}
.text-block-2 {
  font-family: Barlow, sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.homevidsection {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.homevidsection .red.power-combo {padding-left: 20%;transform: translate(0, 20px);}
.homevidsection .red.power-combo .red-power-text.large {font-size: 12px;letter-spacing: 4px;}
.storiesleft {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 600px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-174 {
  position: static;
  z-index: -1;
  width: 100%;
  height: 600px;
}

.text-block-3 {
  position: absolute;
  left: 55px;
  top: 30px;
  right: auto;
  bottom: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 5px 10px;
  border-radius: 4px;
  background-color: #fff100;
  font-family: Barlow, sans-serif;
  color: #212121;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.our-impact {
  display: none;
}

.grid {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-2 {
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  justify-items: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-column-gap: 16px;
  grid-template-areas: "Area Area-2 Area-4 Area-3";
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.impactblock {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
}

.bigyellowtext {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  height: 150px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #fff100;
  font-size: 180px;
  line-height: 140px;
  font-weight: 700;
}

.outer-container {
  margin-right: auto;
  margin-left: auto;
}

.outer-container.email-signup {
  padding-top: 40px;
  padding-bottom: 40px;

  background-color: #212121;
}

.outer-container.social-line {
  overflow: visible;
  margin-top: 60px;
  background-color: #ef4034;
  -o-object-fit: fill;
  object-fit: fill;
  padding-bottom: 110px;
}

.outer-container.footer-nav {
  padding-top: 70px;
  padding-bottom: 70px;
  background: #fff;
  padding-left: 20px;
  padding-right: 20px;
}

.text-field-2 {
  border-radius: 4px;
}
.form-block .BBFormContainer .BBFormTextbox,
.form-block .gform_wrapper .gform_body input {
  width: 100%;
	/* height: 38px */
  height: 50px;
  padding: 8px 12px !important;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  opacity: 1 !important;
}
.form-block .gform_wrapper .gform_body li {
  margin-right: 10px;
  width: 50%;
  position: relative;
}
.form-block .gform_wrapper .gform_body li .validation_message {
  position: absolute;
  width: 100%;
}
.form-block .BBFormContainer .BBFormTextbox,
.form-block .gform_wrapper .gform_body input,
.email-form-input {
  margin-right: 10px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  border-style: solid;
  border-width: 1px;
  border-color: #212121;
  border-radius: 4px;
  color: #212121;
}
.form-block .gform_wrapper .gform_body input {
  margin: 0;
}
.gform_wrapper,
.gform_body,
.gform_footer {width: 100%;}
.form-block .gform_body {width: 66.6667%;}
.form-block .gform_footer {width: 33.3332%;}
.email-form-input.dark {
  border-style: solid;
  border-width: 1px;
  border-color: #212121;
}
.validation_error {display: none;}
.validation_message {
  margin-top: 10px;
  color: #ef4034;
  font-size: 12px;
}
.gform_ajax_spinner {position: absolute;right: -30px}
.contact-container .validation_message{margin-bottom: 10px;}
.gform_footer {position: relative;}
.form-block .BBFormContainer {padding: 0 !important;}
.form-block .BBFormContainer .BBFormButtonRow input,
.form-block .gform_wrapper .gform_footer input,
.email-form-button {
  width: 100%;
  margin-bottom: 0px;
  padding: 10px 20px;
  border-radius: 4px;
  background-color: #ef4034;
  font-family: Barlow, sans-serif;
  line-height: 14px;
  font-weight: 600;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.form-block .BBFormContainer .BBFormButtonRow input,
.form-block .gform_wrapper .gform_footer input {
  display: inline-block;
  text-align: center;
  color: white;
  border: 0;
  text-decoration: none;
  cursor: pointer;
  -webkit-appearance: none;
  font-size: 14px;
  box-shadow: none;
}
.form-block .BBFormContainer .BBFormTextbox,
.form-block .BBFormContainer .BBFormButtonRow input {
  width: 100% !important;
}
.form-block .gform_confirmation_wrapper {color:#fff;font-size: 15px;}
.form-block .BBFormContainer legend + .BBFormFieldContainer,
.form-block .BBFormContainer legend {display: none !important;}
.form-block .BBFormContainer .BBFormSection fieldset>div,
.form-block .BBFormContainer .BBFormSection fieldset,
.form-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.form-block div {width: 100%;}
.form-block .BBFormContainer .BBFormSection {margin: 0 !important}
.form-block .BBFormContainer .BBFormSection fieldset>div {width: 0;}
.form-block .BBFormContainer .BBFormSection .BBFormFieldContainer+div {width: 75%;display: flex;}
.form-block .BBFormContainer .BBFormSection .BBFormFieldContainer+div>div {margin: 0;width: 33.332%;display: flex;}
.form-block .BBFormContainer .BBFormSection fieldset>div.BBFormButtonRow {margin-top: 0;width: 25%;margin: 0;}
.form-block .gform_wrapper .gform_fields,
.form-block .gform_wrapper form,
.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.form-block .gform_wrapper .gfield_label{display: none;}
.form-block .gform_wrapper ul,
.form-block .gform_wrapper li {padding: 0;margin: 0;list-style: none;}
#menu-footer-menu,
.footer-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  list-style-type: none;
}
#menu-footer-menu li,
.footer-list-item {
  margin-bottom: 0px;
  padding-right: 40px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #212121;
  list-style-type: none;
}
#menu-footer-menu li:last-child {padding-right: 0;}
#menu-footer-menu li a,
.link-6 {
  color: #212121;
}
#menu-main-footer-menu ~ .footer-column-large {
	flex-direction: column;
	align-items: flex-end;
	max-width: 145px;
}
.footer-nav .footer-nav-container {
    justify-content: space-between;
}
.footer-button {
  min-width: 130px;
  padding: 8px 18px;
  border-radius: 9px;
  background-color: #fff100;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: Barlow, sans-serif;
  color: #212121;
  font-size: 18px;
  line-height: 27px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: solid 3px #fff100;
}
.footer-button:hover {
  background-color: #fff;
}

.footer-social-block {
  position: relative;
  bottom: auto;
  z-index: 1;
  overflow: visible;
  margin-top: auto;
  margin-right: 0px;
  margin-left: 0px;
  background-color: #fff;
}

.footer-social-block-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 200px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-social-block-link {
  display: block;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  color: #ef4034;
  text-decoration: none;
}

.footer-social-block-p {
  color: #212121;
  font-size: 14px;
}

.text-block-4 {
  color: #fff;
}

.social-block-wrapper {
  position: relative;
  bottom: 80px;
  width: 25%;
  margin-right: 10px;
}

.social-block-wrapper.last {
  margin-right: 0px;
}

.featured-story {
  padding-bottom: 60px;
}

.feature-story-block {
  position: relative;
  width: 100%;
}

.w-col h1, .w-col h2, .w-col h3, .w-col h4 {
	margin-top: 0px;
	margin-bottom: 30px;
}
.w-col p ~ h1, .w-col p ~ h2, .w-col p ~ h3, .w-col p ~ h4 {
    margin-top: 40px;
}

.red-power-text {
  /*margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;*/
  font-family: Barlow, sans-serif;
  color: #ef4034;
  font-size: 11px;
  line-height: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  /*white-space: nowrap;*/
}
.red-power-text a {
  font-family: Barlow, sans-serif;
  color: #ef4034;
  font-size: 11px;
  line-height: 14px;
  font-weight: 600;
  text-decoration: none;
}
.red-power-text.center-text {
  text-align: center;
}
.red-power-text.small a,
.red-power-text.small {
  font-size: 12px;
}

.red-power-text.small.margin-bottom {
  margin-bottom: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
	margin-right: auto;
}

.red-power-text.zero-margin-bottom {
  margin-bottom: 5px;
}

.red-power-text.large {
  font-family: Barlow, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
}

.red-power-text.large.margin-bottom {
  margin-bottom: 40px;
}

.pipe-spacer {
  padding-right: 10px;
  padding-left: 10px;
}
.pipe-spacer:last-child {display: none;}
.stories-list {
  /*margin-bottom: 220px;*/
}
.news-sub-nav.childs-links {
    width: calc( 100% - 520px);
}

.stories-list-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddddd0;
}
.stories-list-header h1 {white-space: nowrap;font-size:45px;}
.stories-list-header.no-line {
  border-bottom-style: none;
}

.story-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  padding-top: 0px;
  padding-bottom: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top: 1px none #cecece;
  border-bottom: 1px solid hsla(0, 0%, 80.8%, 0.5);
	flex-basis: 100%;
}

.story-image-container {
  overflow: hidden;
  width: 50%;
  max-height: 360px;
  min-width: 600px;
  margin-right: 40px;
}
.story-image-container img{
  width: 100%;
  height: auto;
}
.story-preview-container {
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
	max-width:45%;
}
.story-preview-container h1 {
	line-height:1.0;
	font-size:45px;
	letter-spacing:-1.0px;
}
.story-preview-container h1 a {
  color: #212121;
  text-decoration: none;
}
.red-cta-text {
  color: #ef4034;
  font-weight: 700;
  text-decoration: none;
}
.feature-snippet a.red-cta-text {
	display: inline-flex;
	align-items: center;
}
a.red-cta-text svg {
	height: 14px;
	margin-left: 7px;
}

.image-18 {
  width: 100%;
}
#filter input.story-filter {
  background: url(../img/search-black.svg) no-repeat center right;
  background-size: 15px;
}
.story-filter {
  height: 60px;
  max-width: 160px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 40px;
  padding: 0px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #212121 #212121 #ddddd0;
  background-color: transparent;
  font-family: 'Barlow', sans-serif;
  color: #555;
  font-size: 18px;
  line-height: 100%;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
	-webkit-appearance: none;
border-radius: none;
}
input.story-filter::-webkit-input-placeholder {color: #212121;;}
input.story-filter::-moz-placeholder {color: #212121;}
input.story-filter:-ms-input-placeholder {color: #212121;}
input.story-filter:-moz-placeholder {color: #212121;}
.event-page-filter .story-filter {
  max-width: 185px;
}
#datefilter {max-width: 185px;}
.event-form-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

/*Aemon Edit 10 Feb */
.page-id-113 .event-form-block {
	display:none;
}


.form-block-2 {
  width: 100%;
}

.paragraph-7 {
  font-family: 'Work Sans', sans-serif;
  color: #212121;
  text-align: center;
}

.div-block-175 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.body-3 {
  font-family: 'Work Sans', sans-serif;
}

.wrh {
  font-family: 'Work Sans', sans-serif;
  color: #212121;
}

.post-header {
  color: #212121;
}

.post-hero-block {
  width: 100%;
  margin-bottom: 20px;
}

.post-hero-h1 {
  margin-bottom: 20px;
  font-size: 90px;
  text-align: center;
}

.subtitle {
  color: #212121;
  text-align: center;
}

.post-body {
  /*margin-bottom: 140px;*/
}
.post-body .wide img,
.image-wide {
  display: block;
  width: 100%;
  max-width: 90%;
  margin: 20px auto 40px;
  height: auto;
}
.post-body p,
.post-p {
  max-width: 800px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  color: #212121;
  font-size: 16px;
}
.post-body .wide,
.post-body blockquote p{
  max-width: 100%;
}
.post-body img {
  width: 100%;
  height: auto;
}
.post-body blockquote,
.post-blockquote {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  font-size: 42px;
  line-height: 1.2;
  font-weight: 700;
}
.post-body blockquote,
.post-body blockquote p {
  font-size: 42px;
  line-height: 1.2;
  font-weight: 700;
}
.post-text-width-image {
  display: block;
  overflow: hidden;
  width: 100%;
  max-width: 800px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  height: auto;
}

.featured-stories {
  margin-top: 140px;
  margin-bottom: 140px;
}

.form-inline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.form-inline-container {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
.form-block.margin-bottom,
.form-inline-container.margin-bottom {
  margin-bottom: 30px;
}

.email-form-heading {
  margin-top: 30px;
  margin-bottom: 40px;
  font-family: Ibmplexsans, sans-serif;
  font-size: 25px;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.red-text {
  color: #ef4034;
}

.news-item {
  position: relative;
  display: block;
  overflow: hidden;
  width: 24%;
  margin-right: 10px;
  margin-bottom: 40px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;

  flex-basis: calc(25% - 7.5px);
}
.news-item:nth-child(4n) {	
    margin-right: 0;	
}
.blog .container-flex {justify-content: flex-start;}

.mission-info .news-item {
  width: 33.332%;
  padding-right: 8%;
	flex-basis: 33.332%;
}
.news-item:hover {
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
}

.mission-info .news-item:hover {
  transform: none;
  -ms-transform: none;
  -webkit-transform: none;
}
.news-item-p {
  width: 80%;
  font-family: 'Work Sans', sans-serif;
  color: #212121;
  font-size: 14px;
}

.container-grid {
  position: static;
  z-index: 10;
  display: -ms-grid;
  display: grid;
  overflow: visible;
  width: auto;
  max-width: 1240px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-flow: row dense;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto 16px auto;
  grid-template-rows: auto auto;
}

.container-grid.space-below {
  position: static;
  bottom: auto;
  margin-bottom: 160px;
}

.container-grid.homeheader {
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container-grid.ourimpact {
  display: block;
}

.container-grid.block {
  display: block;
}

.container-grid.post-header-container {
  margin-top: 220px;
  margin-bottom: 40px;
}

.container-grid.post-email-signup-inner {
  border-top: 1px solid #ddddd0;
  border-bottom: 1px solid #ddddd0;
}

.container-grid.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.dark-power-text a,
.dark-power-text {
  font-family: Ibmplexsans, sans-serif;
  color: #212121;
  font-size: 14px;
  font-weight: 700;
}
.dark-power-text a:hover {
  color:#EF4035;
}

.dark-power-text.center-text {
  text-align: center;
}
.dark-power-text.small a,
.dark-power-text.small {
  display: inline-block;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
}

.news-sub-nav {
  float: right;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  letter-spacing: 2px;
	/*display:none;*/
  width: calc(100% - 750px);
  text-align: right;
}
#page {width: 100%;overflow: hidden;}
.simple h2,
.gform_wrapper .gform_title,
.h2 {
  margin: 10px auto 15px;
  font-family: 'Work Sans', sans-serif;
  color: #212121;
  font-size: 40.5px;
  line-height: 50.75px;
  font-weight: 700;
}
.h2 a {color: #212121;text-decoration: none;}
.h2 a:hover {color:#ef4034}
.h2.top-negative-margin {
/*   margin-top: -40px; */
}

.h2.top-negative-margin.border-bottom {
/*   margin-bottom: 20px; */
  padding-bottom: 10px;
  border-bottom: 1px solid #ddddd0;
  font-size: 27px;
	color:#ef4034;
  line-height: 1;
}
.events-details h2,
.image-text h1,
.h2.margin-bottom {
  margin-bottom: 40px;
  font-size: 40.5px;
  line-height: 40.5px;
  font-weight: 700;
}

.h2.margin-v {
  margin-top: 10px;
  margin-bottom: 10px;
}

.more-stories-block {
/*   margin-top: 20px; */
  margin-left: 40px;
  padding: 20px 40px;
  background-color: rgba(221, 221, 208, 0.2);
}

.image-19 {
  width: 100%;
}

.column-2 {
  padding-right: 10px;
  padding-left: 10px;
}

.div-block-176 {
  padding-left: 20px;
}

.paragraph-8 {
  font-family: 'Work Sans', sans-serif;
  color: #212121;
  font-size: 13px;
}

.sidebar-story-item {
  margin-bottom: 20px;
  padding: 5px 20px;
  border-bottom: 1px solid #ddddd0;
}
.sidebar-story-item .h3 {
	margin-bottom:10px;
	margin-top: 5px;
	font-size:24px;	
}

.news-story-header-image {
  margin-bottom: 10px;
}
.new-story-copy p:not(.red-power-text),
.news-paragraph {
  font-family: 'Work Sans', sans-serif;
  color: #555;
  font-size: 15px;
}
.form-wrapper {
  display: none;
  padding-top: 40px;
  padding-right: 100px;
}
.social-icon {
  max-width: 23px;
  margin-left: 4px;
  width: 17px;
  color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  height: 16px;
}

.social-icon.first {
  margin-left: 0px;
}
/*
.social-icon.instagram {background-image: url(../img/instagram.png);}
.social-icon.facebook {background-image: url(../img/facebook.png);}
.social-icon.twitter {background-image: url(../img/twitter.png);}
.social-icon.youtube {background-image: url(../img/youtube-16.png);}
.social-icon.linkedin {background-image: url(../img/linkedin-16.png);}*/

.wrhs-social-icons { padding-left: 10px; }
.wrhs-social-icons .social-icon {
  max-width: 64px;
  margin-left: 8px;
  width: 24px;  
  height: 24px;
  background-size: contain;
  transition: opacity 250ms;
}
.wrhs-social-icons .social-icon:hover {
	opacity: 0.7;
}
/*
.wrhs-social-icons .social-icon.instagram {background-image: url(../img/instagram-black-64.png);}
.wrhs-social-icons .social-icon.facebook {background-image: url(../img/facebook-black-64.png);}
.wrhs-social-icons .social-icon.twitter {background-image: url(../img/twitter-black-64.png);}
.wrhs-social-icons .social-icon.youtube {background-image: url(../img/youtube-black-64.png);}
.wrhs-social-icons .social-icon.linkedin {background-image: url(../img/linkedin-black-64.png);}
*/
/*
.wrhs-social-icons .social-icon.instagram {background-image: url(../img/instagram-red.png);}
.wrhs-social-icons .social-icon.facebook {background-image: url(../img/facebook-red.png);}
.wrhs-social-icons .social-icon.twitter {background-image: url(../img/twitter-red.png);}
.wrhs-social-icons .social-icon.youtube {background-image: url(../img/youtube-red-16.png);}
.wrhs-social-icons .social-icon.linkedin {background-image: url(../img/linkedin-red-16.png);}
*/

#menu-top-menu {
  display: flex;
  margin: 0;
  padding: 0;
  line-height: 17px;
}
#menu-top-menu li a,
.white-mini-nav-text {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: Barlow, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}
#menu-top-menu li a:hover,
.white-mini-nav-text:hover {
  color: #cecece;
}

.white-mini-nav-text.center-text {
  text-align: center;
}

.white-mini-nav-text.small {
  font-size: 12px;
}

.white-mini-nav-text.small.margin-bottom {
  margin-bottom: 20px;
}

.white-mini-nav-text.zero-margin-bottom {
  margin-bottom: 5px;
}
#menu-top-menu li,
.top-nav-item {
  margin: 0 0 0 40px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  list-style: none;
  line-height: 17px;
}
.top-nav-item {
  height: 17px;
  margin-top: 2px;
}
.navigation-standard {
  margin-bottom: 70px;
}
.navigation-standard.top-margin {
  margin-top: 20px;
}
.home-hero video,
.standard-image-hero video {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,0);
  -webkit-transform: translate(-50%,0);
  -moz-transform: translate(-50%,0);
  -ms-transform: translate(-50%,0);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  z-index: 1;
}
.standard-image-hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 85vh;
  padding: 85px 3% 9%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: linear-gradient(190deg, transparent, rgba(0, 0, 0, 0.1) 20%, #212121);
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.standard-image-hero.events-hero {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: linear-gradient(217deg, transparent, rgba(0, 0, 0, 0.3) 60%, #212121);
}

.standard-image-hero.donate-hero {
  padding-bottom: 140px;
}

.standard-image-hero.donation-receipt-copy {
  padding-bottom: 10%;
  background-image: linear-gradient(217deg, transparent, rgba(0, 0, 0, 0.3) 60%, #212121);
}


.standard-image-hero.events-hero {
    min-height: 40vh;
}

.content-block-hero.events-hero-text {
    padding-top: 120px;
    padding-bottom: 100px;
    /* max-width: 490px; */
    /* margin-right: auto; */
}

.feature-event-card {
    margin-bottom: 80px;
    max-width: 490px;
}

.events-hero .feature-event-card .text-block-6 {
    display: none;
}

.feature-event-date {
    margin-bottom: 20px;
}

.events-hero-text .paragraph-hero {
    max-width: 490px;
}

.grid-3 {
  grid-row-gap: 16px;
  -ms-grid-rows: auto 16px auto;
  grid-template-areas: "Area Area-2 Area-4" "Area Area-3 Area-5";
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.gridbgblock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 360px;
  padding: 40px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
background-image: linear-gradient(46deg, rgba(0, 0, 0, 0.81) 7%, hsla(0, 0%, 100%, 0) 40%); 
  /*background-position: 0px 0px, 0px 0px;*/
	background-position: center center;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Work Sans', sans-serif;
  color: #fff;
  text-align: left;
  text-decoration: none;
}

.gridbgblock:hover {
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.gridbgblock.tall {
  background-image: linear-gradient(46deg, rgba(0, 0, 0, 0.81) 7%, hsla(0, 0%, 100%, 0) 40%);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.gridbgblock.tall:hover {
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.gridbgblock.block2 {
  background-image: linear-gradient(46deg, rgba(0, 0, 0, 0.81) 7%, hsla(0, 0%, 100%, 0) 40%);
  text-decoration: none;
}

.gridbgblock.block-3 {
  background-image: linear-gradient(46deg, rgba(0, 0, 0, 0.81) 7%, hsla(0, 0%, 100%, 0) 40%);
  text-decoration: none;
}

.gridbgblock.block-4 {
  background-image: url('../img/who-we-are-thumb.jpg');
  background-position: 0px 0px;
  text-decoration: none;
}

.grid-block-heading {
  margin-bottom: 0px;
  color: #fff;
  font-size: 40.5px;
  line-height: 1;
  text-decoration: none;
}

.red-power-line {
  display: inline-block;
  width: 40px;
  margin-right: 15px;
  border-top: 2px solid #ef4034;
}

.power-combo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.power-combo.margin-b30 {
  margin-bottom: 30px;
}

.full-width {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 500px;
  padding: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: #ef4034;
  text-decoration: none;
  -o-object-fit: cover;
  object-fit: cover;
}

.full-width.margin-b10 {
  height: 220px;
  margin-bottom: 10px;
}
.container-flex.full-justify.featured-list {align-items: flex-start;-webkit-box-align: flex-start;-webkit-align-items: flex-start;-ms-flex-align: cenflex-startter;}
.full-width.featured-event {
  height: 300px;
  position: relative;
  overflow: hidden;
}
.full-width.featured-event img{
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 1;
}
.full-width.sub-event {
  height: 280px;
}
.full-width.sub-event img {
  width: 100%;
  height: auto;
}
.full-width.single-event-hero-img {
  padding: 0px;
}

.column-3 {
  padding-right: 20px;
  padding-left: 20px;
}

.column-spacing {
  padding-right: 20px;
  padding-left: 20px;
}

.column-spacing.column-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
/*
.column-spacing.event-single {
  padding-right: 0px;
  padding-left: 0px;
}*/

.columns-parent {
  margin-right: -20px;
  margin-left: -20px;
}

.columns-parent.single-event {
  margin-right: 0px;
  margin-left: 0px;
}

.single-events-wrap .events-details
/*, .single-events-wrap>.container*/ {padding-left: 20px;padding-right: 20px;}

.event-item .news-item-p { max-width: 100%; width: 100%; }

.event-item:first-of-type, .event-item.featured:first-of-type {
    padding-left: 0;
}
.event-item:last-of-type, .event-item.featured:last-of-type {
    padding-right: 0;
}

.container-flex.related-events, .container-flex.events-grid {
    justify-content: flex-start;
    align-content: stretch;
    align-items: flex-start;
}


.div-block-177 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}


.flex-minw40 {
  min-width: 40%;
  margin-right: 40px;
}

.flex-minw30 {
  min-width: 30%;
  margin-right: 40px;
}
.flex-mmaxw30 {
  max-width: calc(33.33% - 6px);
  margin-right: 10px;
   width: 100%;
}
.flex-mmaxw30 .full-width {
	min-height: 640px;
}
.image-text .div-block-177 {
    max-width: 58.333333%;
	padding-left: 50px;
}

.single-event-hero-img {
  width: 100%;
}

.single-event-hero-img.position-relative {
  position: relative;
  margin-top: 0px;
}

.power-text {
  font-family: Ibmplexsans, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

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

.power-text.small {
  font-size: 12px;
}

.power-text.position-bottom-left {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 100;
  margin-bottom: 30px;
  margin-left: 30px;
  letter-spacing: 3px;
}

.gradient-overlay-subtle {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), color-stop(12%, rgba(10, 27, 43, 0)));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(10, 27, 43, 0) 12%);
}

.events-list-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.page-template-pt-events .events-list-header .red-power-text a {white-space: nowrap;}
.events-list-header.margin-v {
  margin-top: 40px;
  margin-bottom: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.event-item {
  width: 33.332%;
  /*padding-right: 10px;*/
  padding-bottom: 20px;
  /*padding-left: 10px;*/
}
.event-item:not(.featured) {
	flex-basis: calc(33.333333333333333% - 5px);
	margin-right: 7.5px;
}
.event-item:not(.featured):nth-of-type(3n) {
    margin-right: 0;
}
.event-item a.sub-event {
    width: 100%;
	text-decoration: none;
    position: relative;
}
.event-item a.sub-event img {
    width: 100%;
}
.event-item a.sub-event .featured-tag {
    position: absolute;
    right: 0px;
    top: 0;
}

.event-item.featured {
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 50%;
}

.flex-line-break {
  width: 100%;
}

.grid-4 {
  position: static;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-column-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-178 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 600px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-179 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: rgba(0, 0, 0, 0.5);
}

.html-embed {
  position: relative;
  top: 0px;
  z-index: -1;
  height: 0px;
  padding-bottom: 56.25%;
  clear: none;
}

.html-embed-2 {
  position: static;
  z-index: -1;
  height: 0px;
  padding-bottom: 56.25%;
  float: none;
  clear: both;
}

.text-block-5 {
  position: relative;
  z-index: 10;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-180 {
  position: absolute;
  z-index: 1;
  margin-left: 0%;
  padding-left: 0px;
}
.white.power-combo {
  color: #fff;
  font-family: Barlow, sans-serif;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: 4px;
  width: 100%;
  position: relative;
  margin-bottom: 15px;
}
.white-power-line {
  width: 100px;
  background: #fff;
  height: 1px;
  margin-right: 20px;
  margin-left: -120px;
}
.storiesright {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-181 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: left;
  -ms-flex-align: left;
  align-items: left;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}
.rescrue-landing .div-block-181 .button-white-stroke {
  text-transform: uppercase;
}
.rescrue-landing .heading-primary {
  color: white;
  margin-top: 0;
}
@media screen and (min-width: 651px) {
  .rescrue-landing .div-block-181  {
    background: none !important;
  }
}
.rescrue-landing .image-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.div-block-182 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.div-block-183 {
  height: auto;
	min-height: 360px;
}

.story-vid-header {
  display: inline-block;
  max-width: none;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Work Sans', sans-serif;
  color: #fff;
  font-size: 45px;
  line-height: 45px;
  font-weight: 700;
  text-align: left;
}

.story-vid-header.h3-centre-white {
  max-width: 700px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  color: #fff;
  font-size: 60.75px;
  line-height: 1;
  text-align: left;
}

.story-vid-header.h3-centre-white.featured-story-h3 {
  margin-bottom: 30px;
}

.story-vid-header.negativemargintop {
  margin-top: -30px;
}
.story-description p,
.story-description {
  display: inline-block;
  max-width: none;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-family: 'Work Sans', sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  text-align: left;
}

.story-description.h3-centre-white {
  max-width: 700px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  color: #fff;
  font-size: 60.75px;
  line-height: 1;
  text-align: left;
}

.story-description.h3-centre-white.featured-story-h3 {
  margin-bottom: 30px;
}

.story-description.negativemargintop {
  margin-top: -30px;
}

.button-white-stroke {
  min-width: 130px;
  margin-right: 15px;
  padding: 10px 20px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border: 2px solid #fff;
  border-radius: 9px;
  background-color: transparent;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  font-family: Barlow, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 27px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 2px;
}

.button-white-stroke:hover {
  background-color: #fff;
  color: #212121;
}

.button-white-stroke.button-space {
  margin-top: 25px;
}

.button-white-stroke.margin-t20 {
  margin-top: 20px;
}

.div-block-184 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
}

.div-block-185 {
  position: static;
  height: 20px;
}

.red-power-link {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: Barlow, sans-serif;
  color: #ef4034;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}

.red-power-link:hover {
  color: #212121;
}

.section {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.news-hero-img {
  position: relative;
}
.news-hero-img img {
  width: 100%;
  height: auto;
}
.new-header-caption {
  position: absolute;
  left: 20px;
  top: 20px;
  right: auto;
  bottom: auto;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.div-block-186 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.div-block-187 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#212121), color-stop(30%, transparent));
  background-image: linear-gradient(0deg, #212121, transparent 30%);
}

.new-story-copy {
  padding-top: 20px;
}

.more-news-link {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: Barlow, sans-serif;
  color: #ef4034;
  text-decoration: none;
}

.more-news-link:hover {
  color: #212121;
}

.search-nav {
  display: block;
  padding: 12px;
  position: relative;
}
.search-nav input[type="text"] {
  border: 1px solid #CECECE;
  font-size: 15px;
  color: #212121;
  padding: 15px 20px;
  border-radius: 8px;
  width: 100%;
}
.search-nav input[type="text"]::-webkit-input-placeholder {color: #212121;opacity: 0.7;font-weight: bold;font-family: Barlow, sans-serif;}
.search-nav input[type="text"]::-moz-placeholder {color: #212121;opacity: 0.7;font-weight: bold;font-family: Barlow, sans-serif;}
.search-nav input[type="text"]:-ms-input-placeholder {color: #212121;opacity: 0.7;font-weight: bold;font-family: Barlow, sans-serif;}
.search-nav input[type="text"]:-moz-placeholder {color: #212121;opacity: 0.7;font-weight: bold;font-family: Barlow, sans-serif;}
.search-nav form {
  position: absolute;
  padding-top: 35px;
  width: 300px;
  left: -111px;
  display: none;
}
.search-nav form:before {
  position: absolute;
  content: '';
  top: 27px;
  left: 50%;
  margin-left: -23px;
  border: 1px solid #CECECE;
  background: #fff;
  width: 15px;
  height: 15px;
  border-width: 1px 1px 0 0;
  transform: rotate(-45deg);
}
.impact-home {
  min-height: 350px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.big-yellow-txt {
  width: 25%;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.impact-detail-txt {
  display: block;
  padding: 40px 80px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 18px;
  line-height: 24px;
}
.impact-detail-txt p {
  color: #333;
  text-align: center;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
}
.impact-header {
  position: relative;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  margin-top: 40px;
}

.red-arrow-link {
  display: inline-block;
  width: auto;
  height: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background: url('../img/wrh-red-tri.png') no-repeat center right;
  background-size: 13px;
  padding-right: 13px;
}

.image-20 {
  width: 13px;
  padding-bottom: 5px;
}

.who-we-are-grid {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-row-gap: 16px;
  -ms-grid-rows: auto 16px auto;
  grid-template-areas: "Area Area-2 Area-4" "Area Area-3 Area-5";
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.sub-nav-search {
  display: inline-block;
  width: 12px;
  margin-left: 20px;
}

.columns {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.phone-red {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.phone,
.contact-big-number {
  color: #ef4034;
  font-size: 40.5px;
  line-height: 40.5px;
}
.phone {padding-left: 60px;background: url(../img/wrh-call-red.png) no-repeat left center;background-size: 40px;text-decoration: none;font-family: Barlow, sans-serif;margin: 20px 0 10px;display: inline-block;}
.contact-phone {
  width: 40px;
}

.contact-phone-number {
  padding-left: 20px;
}

.contact-form-holder {
  padding-top: 60px;
  padding-bottom: 20px;
}
.gform_description,
.contact-paragraph {
  padding-top: 20px;
  font-family: 'Work Sans', sans-serif;
  font-size: 18px;
  line-height: 1.4;
  display: block;
}

.name-field {
  width: 50%;
  padding: 10px 10px 10px 0px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.contact-container .gform_body ul {
  display: flex;
  flex-wrap: wrap;
}
.contact-container .gform_body,
.form-2 {
  display: block;
  padding-top: 40px;
}
.contact-container .gform_body li{
  font-family: Barlow, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  width: 100%;
}
.contact-container .gform_body ul,
.contact-container .gform_body li {margin: 0;padding: 0;list-style: none;}
.contact-container .gform_body input[type="password"],
.contact-container .gform_body input[type="email"],
.contact-container .gform_body input[type="text"] {height: 50px;border-radius: 9px;}
.contact-container .gform_body textarea,
.contact-container .gform_body select,
.contact-container .gform_body input {margin-bottom: 20px;}
.contact-email {
  width: 50%;
  padding: 10px 10px 10px 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.contact-container .gform_wrapper li.half {
  padding: 0;
  width: 49%;
}
.contact-container .gform_wrapper li.half:nth-child(2n) {margin-left: 2%;}
.contact-container .gform_footer input,
.submit-button-2 {
  height: 50px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 6px;
  background-color: #fff100;
  color: #212121;
  font-weight: 600;
  text-transform: uppercase;
  font-family: Barlow, sans-serif;
  font-size: 14px;
}

.contact-container .gform_confirmation_wrapper  {
  padding: 20px;
  text-align: center;
  color: #333;
  font-size: 16px;
  line-height: 24px;
  width: 100%;
  letter-spacing: 0;
  font-family: Barlow, sans-serif;
}
.div-block-188 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.contact-container .gform_body textarea,
.input-text {
  height: 250px;
  border-radius: 9px;
  font-family: 'Work Sans', sans-serif;
  resize: none;
}

input[type="file"]::-webkit-file-upload-button {visibility: hidden;}

input[type="file"]::before {
    content: 'Select file';
    display: inline-block;
    border-radius: 6px;
    padding: 7px 30px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    font-weight: 700;
    font-size: 13px;
    background-color: #f1f1f1;
    transition: all 250ms;
}

input[type="file"]:hover::before { background: #333;color: white;}

input[type="file"]:hover {
    cursor: pointer;
}



.text-field-4 {
  height: 50px;
  border-radius: 9px;
}

.name {
  height: 50px;
  border-radius: 9px;
}

.dropdown {
  width: 50%;
  padding: 10px 10px 10px 0px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.contact-container .gform_wrapper select,
.contact-select-dropdown {
  height: 50px;
  border-radius: 6px;
  background-color: #fff;
}

.contact-base {
  margin-bottom: 160px;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: rgba(221, 221, 208, 0.2);
}
.contact-base .w-container .w-row {
	margin-top: 40px;
}

.container-2 {
  display: block;
  max-width: 1240px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.h2-contain {
  width: 100%;
  /*padding-bottom: 40px;*/
  clear: none;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-190 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.columns-2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.location-header-red {
  padding-bottom: 40px;
  font-family: 'Work Sans', sans-serif;
  color: #ef4034;
  font-size: 27px;
  line-height: 27px;
  font-weight: 700;
}

.base-type {
  padding-bottom: 40px;
  font-family: 'Work Sans', sans-serif;
  color: #212121;
  font-size: 27px;
  line-height: 27px;
  font-weight: 700;
}

.base-address {
  font-family: 'Work Sans', sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.directions-contact-sml-red {
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Barlow, sans-serif;
  color: #ef4034;
  font-size: 14px;
  line-height: 27px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
}
.directions-contact-sml-red:hover {
  text-decoration: underline;
}
.feature-event-card {
  display: block;
  max-width: 490px;
  width: 100%;
  padding: 40px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #fff;
}

.feature-event-title {
  display: block;
  width: 100%;
  padding-bottom: 20px;
  clear: none;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: 'Work Sans', sans-serif;
  font-size: 40.5px;
  line-height: 40.5px;
  font-weight: 600;
}

.feature-event-date {
  padding-bottom: 10px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #ef4034;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.text-block-6 {
  padding-bottom: 20px;
  font-family: 'Work Sans', sans-serif;
  font-size: 18px;
}
.single-missions .feature-event-card  {
  max-width: 400px;
  position: absolute;
  top: 50px;
  right: calc((100% - 1240px)/2);
}
.single-missions .feature-event-card .text-block-6 {
  padding-bottom: 0;
}
.single-missions .feature-event-card .text-block-6 p:last-child {
  margin-bottom: 0;
}
.post-selector {position: relative;}
.post-selector .story-filter{
  display: flex;
  background: url("data:image/svg+xml;utf8,<svg fill='rgb(33,33,33)' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>") no-repeat 95% 50%;
	-moz-appearance: none; 
	-webkit-appearance: none; 
	appearance: none;
  align-items: center;
  border: none;
  margin-left: 0;
  padding-right: 40px;
  text-transform: uppercase;
  max-width: 170px;
  cursor: pointer;
}
.single-missions .post-header-container h2{margin: 0;}
.single-missions .post-header-container {display: flex;align-items: center;justify-content: space-between;border-width: 0 0 1px;border-color: #ddddd0; border-style: solid;margin-top: 80px;}
.mission-dropdown {
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  background: #fff;
  max-height: 200px;
  overflow: auto;
  border: 1px solid #ddddd0;
  display: none;
}
.mission-dropdown a {
  font-family: 'Barlow', sans-serif;
  color: #555;
  font-size: 18px;
  line-height: 100%;
  font-weight: 700;
  text-decoration: none;
  display: block;
  padding: 10px;
}
.mission-dropdown a:hover {
  background: rgba(19, 36, 51, 0.05);
  color:#EF4035;
}
.mission-info .container {
  display: flex;
}
.operation-base {
  margin-top: 60px;
  position: relative;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 40px;
  display: flex;
}
.operation-base .yellow-title {
  position: absolute;
  left: 50%;
  top: -13px;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}
.pie-chart {
  padding-top: 30px;
}
.canvas-holder {
  position: relative;
  z-index: 2;
  width: 300px;
  margin-right: -100px;
  background: #fff;
  border-radius: 50%;
}
.canvas-holder .center-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  background: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  justify-items: center;
  align-content: center;
  z-index: 1;
}
.canvas-holder .chartjs-render-monitor{z-index: 2;position: relative;}
.canvas-holder .center-text span {
  font-size: 110px;
  font-weight: bold;
  color: #5A5657;
  line-height: 90px;
  display: block;
  width: 100%;
}
.mission-info .yellow-title {
  margin-right: auto;
  margin-left: auto;
  padding: 3px 15px;
  border-radius: 4px;
  background-color: #fff100;
  font-family: Barlow, sans-serif;
  color: #212121;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  white-space: nowrap;
}
.mission-info .left-col {
  width: 22%;
}
.mission-info .embed-map {
  width: 50%;
}
.mission-info .right-col {
  width: 28%;
  text-align: center;
  padding-left: 55px;
}
.mission-info .total-missions {
  margin-top: 40px;
  text-align: left;
}
.mission-info .total-missions .color {position: relative;padding-left: 30px;line-height: 22px;margin-bottom: 10px;font-size: 15px;}
.mission-info .total-missions .color:after {position: absolute;top: 0;left: 0;content: '';width: 22px;height: 22px;border-radius: 50%;}
.mission-info .total-missions .red:after {background: #EF4034;}
.mission-info .total-missions .yellow:after {background: #FFF235;}
.mission-info .total-missions .grey:after {background: #CECECE;}
.mission-info .number-block {border-bottom: 1px solid #D8D8D8;display: flex;align-items: center;justify-content: center; margin-top: 5px;}
.mission-info .number-block:last-child {border-bottom: 0;}
.mission-info .number {display: block;font-size: 70px;font-weight: bold;color: #5A5657;line-height: 80px;text-align: right;width: 33.332%;}
.mission-info .mission-name {text-align: left;font-size: 16px;width: 33.332%;}
.mission-info .number-block .img {width: 33.332%;text-align: center;display: block;}
.mission-info .blog-image {overflow: visible;}
.mission-info .blog-image h3{color:#fff;position: absolute;z-index: 3;padding: 0 30px;bottom: 0;left: 0;}
.mission-info .blog-image:after {
  content: '';
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 35%;
  z-index: 2;
}
.mission-info .blog-image .canvas-holder {width: 110px;position: absolute;right: -30%;top: 50%;margin-top: -55px;margin-right: 0;}
.mission-info .blog-image .center-text span {font-size: 52px;line-height: 62px}

@media screen and (max-width: 1200px) {
  .mission-info .blog-image .canvas-holder {width: 90px;margin-top: -45px;right: -26%;}
  .mission-info .blog-image .center-text {width: 65px;height: 65px}
  .mission-info .blog-image .center-text span {font-size: 42px;line-height: 52px;}
  .single-missions .content-block-hero {width: 100%;}
  .single-missions .container.homeheader {flex-wrap: wrap;}
  .single-missions .feature-event-card {position: relative;top: 0;right: 0;margin-top: 30px;}
}
@media screen and (max-width: 1024px) {
  .single-missions .container.homeheader {display: block;}
  .mission-info .right-col {width: 50%; padding-left: 0; margin: 45px auto 0;}
  .mission-info .left-col {width: 40%;}
  .mission-info .embed-map {width: 60%;}
  .mission-info .news-item {padding-right: 10%;}
}
@media screen and (max-width: 980px) {
  .mission-info .news-item {width: 50%;padding-right: 13%;}
}
@media screen and (max-width: 767px) {
  .single-missions .post-header-container {margin: 50px 0 40px !important;}
  .canvas-holder {margin: 0 auto;}
  .mission-info .container {display: block;padding: 0 20px;}
  .mission-info .news-item,
  .mission-info .right-col,
  .mission-info .left-col,
  .mission-info .embed-map {width: 100%;}
  .mission-info .news-item {padding-right: 22%;padding-left: 0;}
  .operation-base {display: block;}
  .mission-info .left-col {text-align: center;}
  .left-col .pie-chart {padding-bottom: 50px;}
}
.button-2 {
  border-radius: 4px;
  background-color: #fff100;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #212121;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Barlow, sans-serif;
}

.button-2:hover {
  background-color: #fff100;
  color: #ef4034;
}

.text-block-7 {
  color: #212121;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}

.featured-tag {
  padding: 2px 10px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 3px;
  background-color: #fff100;
  font-family: Barlow, sans-serif;
  z-index: 2;
    margin-top: 15px;
    margin-right: 15px;
    letter-spacing: 3px;
}
.featured-tag.sold-out {
    background-color: #ef4034;
	color: white;
}
.featured-tag.sold-out .text-block-7 {
	color: white;
}

.single-event-date {
  max-width: 500px;
  margin-bottom: 14px;
  font-family: 'Work Sans', sans-serif;
  color: #212121;
  font-size: 27px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 1px;
  text-transform: none;
}

.single-event-date.title-centre {
  margin-bottom: 8px;
  text-align: center;
}

.single-event-cal-btn {
  margin-right: 20px;
  padding: 5px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #cecece;
  border-radius: 8px;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Barlow, sans-serif;
  color: #212121;
  font-weight: 600;
  letter-spacing: 3px;
}

.single-event-cal-btn:hover {
  background-color: hsla(0, 0%, 80.8%, 0.5);
}

.w-button.sold-out {
    background-color: hsla(0, 0%, 80.8%, 0.5);
}
.w-button.sold-out:hover {
    background-color: hsla(0, 0%, 80.8%, 0.5);
	cursor: default;
}

.single-event-btn-block {
  margin-top: 40px;
}

.section-events {
  margin-top: 100px;
}

.detail-block-grey {
  display: block;
  height: 100%;
  min-height: 0%;
  padding: 60px 40px 40px 60px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: rgba(221, 221, 208, 0.2);
  -o-object-fit: fill;
  object-fit: fill;
}

.events-details {
  padding: 60px 0px 100px;
}

.event-details-title-red {
  padding-bottom: 5px;
  font-family: 'Work Sans', sans-serif;
  color: #ef4034;
  font-size: 27px;
  line-height: 27px;
  font-weight: 700;
}

.event-details-date {
  padding-bottom: 10px;
  font-family: 'Work Sans', sans-serif;
  color: #212121;
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
}

.event-detail-block {
  display: block;
  padding-bottom: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.single-event-cal-btn-mini {
  margin-right: 20px;
  padding: 3px 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #cecece;
  border-radius: 8px;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Barlow, sans-serif;
  color: #212121;
  font-size: 11px;
  line-height: 15px;
  font-weight: 600;
  letter-spacing: 3px;
}

.single-event-cal-btn-mini:hover {
  background-color: #fff;
}

.event-details-para {
  padding-right: 100px;
}

.div-block-191 {
  width: 100%;
  height: 1px;
  margin-top: 80px;
  margin-bottom: 80px;
  background-color: #cecece;
}

.div-block-192 {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.single-event-buy-tickets {
  min-width: 130px;
  margin-top: 20px;
  margin-right: 15px;
  padding: 10px 20px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-radius: 9px;
  background-color: #fff100;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: Barlow, sans-serif;
  color: #212121;
  font-size: 18px;
  line-height: 27px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 3px;
}

.single-event-buy-tickets:hover {
  color: #ef4034;
}

.single-event-buy-tickets.button-space {
  margin-top: 25px;
}

.single-event-buy-tickets.margin-t20 {
  margin-top: 20px;
  font-weight: 600;
}

.donate-form-holder {
  position: relative;
  top: -100px;
}

.form-build {
  width: 60%;
  margin-right: 5%;
}

.form-progress {
  position: static;
  display: -ms-grid;
  display: grid;
  padding-bottom: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-bottom: 1px solid #ddddd0;
  background-color: #fff;
}

.progress-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.progress-number-sq {
  padding: 15px 20px;
  border-radius: 8px;
  background-color: #fff100;
  font-size: 18px;
  font-weight: 600;
}

.progress-number-block {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.progress-label {
  padding: 20px 20px 20px 15px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.progress-label-txt {
  font-size: 18px;
  font-weight: 600;
}

.progress-number-alt {
  padding: 15px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #ddddd0;
  border-radius: 8px;
  background-color: #fff;
  color: #cecece;
  font-size: 18px;
  font-weight: 600;
}

.progress-label-txt-alt {
  color: #cecece;
  font-size: 18px;
  font-weight: 600;
}

.form-red-title {
  font-family: 'Work Sans', sans-serif;
  color: #ef4034;
  font-size: 27px;
  font-weight: 600;
}

.form-btn-holder-4 {
  display: -ms-grid;
  display: grid;
  padding-top: 30px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.form-btn-red-big {
  padding: 30px;
  border-radius: 9px;
  background-color: #ef4034;
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
  font-family: Barlow, sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.form-btn-grey-big {
  padding: 30px;
  border-style: solid;
  border-width: 1px;
  border-color: #cecece;
  border-radius: 9px;
  background-color: transparent;
  font-family: Barlow, sans-serif;
  color: #212121;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.donate-section {
  padding-top: 50px;
}

.red-title-box {
  padding-top: 20px;
  padding-bottom: 20px;
}

.form-btn-holder-2 {
  display: -ms-grid;
  display: grid;
  padding-top: 30px;
  padding-bottom: 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-block-8 {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: 'Work Sans', sans-serif;
  color: rgba(33, 33, 33, 0.5);
}

.donate-field {
  height: 50px;
  margin-bottom: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 30px;
  border-radius: 9px;
  color: #212121;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}

.donate-field::-webkit-input-placeholder {
  color: rgba(33, 33, 33, 0.2);
}

.donate-field:-ms-input-placeholder {
  color: rgba(33, 33, 33, 0.2);
}

.donate-field::-ms-input-placeholder {
  color: rgba(33, 33, 33, 0.2);
}

.donate-field::placeholder {
  color: rgba(33, 33, 33, 0.2);
}

.donate-fields {
  padding-top: 20px;
}

.select-field {
  height: 50px;
  margin-bottom: 20px;
  padding-left: 30px;
  border-radius: 9px;
  background-color: #fff;
  color: rgba(0, 0, 0, 0.2);
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}

.checkbox {
  width: 12px;
  height: 12px;
  padding: 15px;
  border-radius: 7px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.checkbox.w--redirected-checked {
  border-style: solid;
  border-color: #ef4034;
  background-color: #ef4034;
}

.checkbox-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkbox-label {
  padding-left: 20px;
  font-size: 11px;
  line-height: 14px;
}

.payment-icons {
  display: -ms-grid;
  display: grid;
  height: 100px;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.payment-type {
  width: auto;
}

.nameoncard {
  width: 77%;
  height: 50px;
  margin-right: 0px;
  margin-bottom: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 9px;
  color: #212121;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}

.nameoncard::-webkit-input-placeholder {
  color: rgba(33, 33, 33, 0.2);
}

.nameoncard:-ms-input-placeholder {
  color: rgba(33, 33, 33, 0.2);
}

.nameoncard::-ms-input-placeholder {
  color: rgba(33, 33, 33, 0.2);
}

.nameoncard::placeholder {
  color: rgba(33, 33, 33, 0.2);
}

.expiry {
  width: 20%;
  height: 50px;
  margin-bottom: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 30px;
  border-radius: 9px;
  color: #212121;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}

.expiry::-webkit-input-placeholder {
  color: rgba(33, 33, 33, 0.2);
}

.expiry:-ms-input-placeholder {
  color: rgba(33, 33, 33, 0.2);
}

.expiry::-ms-input-placeholder {
  color: rgba(33, 33, 33, 0.2);
}

.expiry::placeholder {
  color: rgba(33, 33, 33, 0.2);
}

.card-payment-fields {
  display: block;
}

.cardnumber-text {
  display: block;
  width: 77%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.cardfields {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cardtitles {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cardexpiry {
  display: block;
  width: 20%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.cvc {
  width: 20%;
  height: 50px;
  margin-bottom: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 30px;
  border-radius: 9px;
  color: #212121;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}

.cvc::-webkit-input-placeholder {
  color: rgba(33, 33, 33, 0.2);
}

.cvc:-ms-input-placeholder {
  color: rgba(33, 33, 33, 0.2);
}

.cvc::-ms-input-placeholder {
  color: rgba(33, 33, 33, 0.2);
}

.cvc::placeholder {
  color: rgba(33, 33, 33, 0.2);
}

.link-7 {
  color: #ef4034;
  text-decoration: none;
}

.payment-summary-block {
  width: 40%;
  padding: 20px 50px 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px none #212121;
  background-color: hsla(0, 0%, 80.8%, 0.2);
}

.heading-14 {
  font-family: 'Work Sans', sans-serif;
  font-size: 27px;
}

.summary-title {
  padding-bottom: 20px;
}

.payment-summary-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.amount {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 18px;
  line-height: 27px;
  font-weight: 600;
  text-align: right;
}

.text-block-10 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: 'Work Sans', sans-serif;
  font-size: 18px;
  line-height: 27px;
}

.div-block-193 {
  padding-bottom: 20px;
  border-bottom: 1px solid #cecece;
}

.total {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
}

.donation-total {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 40.5px;
  line-height: 27px;
  font-weight: 600;
  text-align: right;
}

.link-8 {
  color: #ef4034;
  text-decoration: none;
}

.donate-now {
  width: 100%;
  padding: 30px;
  border-radius: 9px;
  background-color: #cecece;
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
  font-family: Barlow, sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.total-payment-summary-field-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.checkbox-field-terms {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.donation-receipt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.receipt-header {
  padding-top: 0px;
  padding-bottom: 20px;
  border-bottom: 1px solid hsla(0, 0%, 80.8%, 0.5);
}

.heading-15 {
  font-family: 'Work Sans', sans-serif;
}

.summary-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid hsla(0, 0%, 80.8%, 0.5);
}

.div-block-194 {
  width: 15%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-195 {
  width: 30%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.donation-receipt-amounts {
  font-family: 'Work Sans', sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.donation-receipt-labels {
  font-family: 'Work Sans', sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.receipt-links {
  padding-top: 40px;
  padding-bottom: 0px;
}

.text-block-11 {
  padding-top: 0px;
  padding-bottom: 20px;
  font-family: Barlow, sans-serif;
  color: #ef4034;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 2px;
}

.div-block-196 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.news-bar .div-block-196 {
	color: white;
	max-width: 45%;
    margin-right: auto;
}

.text-block-12 {
  color: #cecece;
}

.event-page-filter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.event-page-filter input.story-filter:first-of-type {
    margin-left: 0;
}

.news-page-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 70vh;
  padding: 120px 3% 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(10, 27, 43, 0.47)), color-stop(70%, rgba(10, 27, 43, 0.98)), to(#0a1b2b)), url('../img/2.jpeg');
  background-image: linear-gradient(180deg, rgba(10, 27, 43, 0.47), rgba(10, 27, 43, 0.98) 70%, #0a1b2b), url('../img/2.jpeg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
}

.news-page-header.ocean-shipping {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(10, 27, 43, 0.47)), color-stop(70%, rgba(10, 27, 43, 0.98)), to(#0a1b2b)), url('../img/freight_shipping.jpg');
  background-image: linear-gradient(180deg, rgba(10, 27, 43, 0.47), rgba(10, 27, 43, 0.98) 70%, #0a1b2b), url('../img/freight_shipping.jpg');
  background-position: 0px 0px, 50% 100%;
}

.news-page-header.ground-transport {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(10, 27, 43, 0.5)), color-stop(70%, rgba(10, 27, 43, 0.98)), to(#0a1b2b)), url('../img/hero_ground.jpg');
  background-image: linear-gradient(180deg, rgba(10, 27, 43, 0.5), rgba(10, 27, 43, 0.98) 70%, #0a1b2b), url('../img/hero_ground.jpg');
  background-position: 0px 0px, 50% 50%;
}

.news-page-header.air-transport {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(10, 27, 43, 0.5)), color-stop(70%, rgba(10, 27, 43, 0.98)), to(#0a1b2b)), url('../img/hero_air_freight.jpg');
  background-image: linear-gradient(180deg, rgba(10, 27, 43, 0.5), rgba(10, 27, 43, 0.98) 70%, #0a1b2b), url('../img/hero_air_freight.jpg');
  background-position: 0px 0px, 50% 50%;
}

.news-page-header.header-blog {
  min-height: 124px;
  padding-top: 30px;
  padding-bottom: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  background-image: none;
}

.news-page-header.header-faq {
  min-height: 600px;
  padding-top: 150px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(10, 27, 43, 0.47)), color-stop(70%, rgba(10, 27, 43, 0.98)), to(#0a1b2b)), url('../img/blog_hero_04.jpg');
  background-image: linear-gradient(180deg, rgba(10, 27, 43, 0.47), rgba(10, 27, 43, 0.98) 70%, #0a1b2b), url('../img/blog_hero_04.jpg');
  background-position: 0px 0px, 50% 50%;
}

.news-page-header.header-licence {
  min-height: auto;
  padding-top: 180px;
  background-color: #0a1b2b;
  background-image: none;
}

.news-page-header.header-search {
  min-height: 600px;
  padding-top: 150px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(10, 27, 43, 0.47)), color-stop(70%, rgba(10, 27, 43, 0.98)), to(#0a1b2b)), url('../img/blog_hero_04.jpg');
  background-image: linear-gradient(180deg, rgba(10, 27, 43, 0.47), rgba(10, 27, 43, 0.98) 70%, #0a1b2b), url('../img/blog_hero_04.jpg');
  background-position: 0px 0px, 50% 50%;
}

.news-page-header.header-contact {
  min-height: 300px;
  padding-top: 210px;
  padding-bottom: 40px;
  background-color: #fff;
  background-image: none;
}

.events-template-single-events-ball .blog-post,
.page-template-pt-rescue-ball .blog-post {
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
}
.story-item-news-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top: 1px solid #cecece;
  border-bottom: 1px solid hsla(0, 0%, 80.8%, 0.5);
}

.main-nav-link {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #fff;
  text-decoration: none;
}

.main-nav-link:hover {
  color: #fff100;
}

.no-hero .navigation-block-right li a,
.main-nav-link-dark {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #212121;
  text-decoration: none;
}
.no-hero .navigation-block-right li a:hover,
.main-nav-link-dark:hover {
  color: #EF4035;
}

.post-email-signup {
	display: none !important;
}

.general_form .gform_body .gform_fields {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    max-width: 600px;
}

.general_form .gform_body .gform_fields .gfield {
    flex-basis: 100%;
    width: 100%;
    margin-right: 0;
    padding-right: 15px;
}
.general_form .ginput_complex {
	flex-wrap: nowrap;
}
.general_form .ginput_complex span {
    width: 100%;
    margin-right: 0;
    padding-right: 15px;
}

.general_form .ginput_complex span:last-child {
    padding-right: 0;
}

.general_form .ginput_complex span {}

.general_form .ginput_complex span input {
    width: 100%;
}

.general_form .gform_body .gform_fields .gfield .ginput_container > input, 
.general_form .gform_body .gform_fields .gfield .ginput_container > textarea,
.general_form .gform_body .gform_fields .gfield .ginput_container > select {
    width: 100%;
}

.general_form .ginput_container {
    margin-bottom: 0px;
}

.general_form .gform_wrapper li.gfield {
    margin-bottom: 15px;
}

@media screen and (min-width: 767px) and (max-width: 1107px) {
  .navigation-block-right li a {font-size: 15px;}
}
/* Originally 767px */
@media screen and (min-width: 481px) and (max-width: 1024px) {
 .title-wrap-vid-story {width: 50%;}
 .storiesleft {height: auto;}
 .home .logo-link, .logo-link.w--current {width: 150px;margin: 0;}

 .news-bar .div-block-196 {width: 50%;}
 .navigation.no-hero .container-navigation {padding: 20px;}
 .contact-container .w-col-6{width: 100%;}
 .contact-container,
 .contact-base,
 .news-bar {padding-left: 20px;padding-right: 20px;}
 .contact-base .w-col-3 {width: 50%;}
 .contact-container .capital-heading h1 + p {max-width: 100%;}
 .big-yellow-txt {width: 50%;}
 .impact-home {height: auto;}
 .vid-story { padding-top: 80px; }
 .story-vid-header {font-size: 30px;line-height: 30px;}
 .heading-primary {font-size: 50px;line-height: 50px;}
 .div-block-181 {width: 67%;}
 #w-node-e2ec7bf5b3f8-3a245920 {grid-column-end: 6 !important;}
 .blog-post {width: 50%;margin-bottom: 40px;}
  div.section-news {padding-bottom: 0px;}
 .feature-column-contain .feature-column-50 {width: 100%;padding: 0 5px;}
 .feature-column-contain .feature-column-25 {width: 50%;padding: 10px 5px;}
 .feature-home-50.w-inline-block{display: block;}
 .page-template-pt-company .w-col-6 {width: 100%;}
 .page-template-pt-company .section {padding: 0 20px;}
 .events-list-header.margin-v {padding:  0 20px;}
 .news-sub-nav {padding-bottom: 20px;}
 .news-body .w-col-6 {width: 100%;padding: 0;}
 .news-body .w-container .w-row {margin: 0;}
 .more-stories-block {margin: 50px 0 0;}
 .new-story-copy {padding: 0 20px;}
	.feature-column-contain.w-row {	
		margin-left: -5px;	
		margin-right: -5px;	
	}
}
@media screen and (max-width: 991px) and (min-width: 768px) {
	.search-results .story-preview-container {
		margin-left: auto;
		margin-right: auto;
	}
}
@media screen and (max-width: 991px) {
  
  .white .dropdown-toggle {text-indent: -9999px;}
  .white a.mobile-button-link::after,
  .white a.mobile-button-link::before {background-color: white;}
  .news-item {margin-right: 9px;width: 48%; flex-basis: calc(50% - 9px); }
  .childs-links {display: none;}
  .story-image-container {min-width: 50%;}
  .story-item-news-header,
  .story-item {width: 100%;max-width: 100%;min-width: 100%;}
	
	.news-item:nth-child(4n) {	
		/*margin-right: 10px;	*/
	}	
	.blog .container-flex#filtered-content::before {	
        content: none;	
	}
	.events-hero .feature-event-card { margin-left: 0; margin-right: auto; }
  .dropdown-toggle .close-menu{display: none;}
  #menu-main-menu {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    right: 0;
    left: auto;
    top: 0;
    min-width: 270px;
    margin-top: 100px;
    padding: 20px;
    background-color: #fff;
    box-shadow: 1px 1px 3px 0 rgba(84, 102, 129, 0.13);
    transform: translate(0, 25px);
    -webkit-transform: translate(0, 25px);
    -moz-transform: translate(0, 25px);
    -ms-transform: translate(0, 25px);
    transition: all 0.3s ease-in-out;
    display: block;
    width: auto;
  }
  #menu-main-menu.open {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
  }
  .navigation-block-right li {
    width: 100%;
    min-width: 170px;
    padding-top: 12px;
    padding-bottom: 12px;
    display: block;
  }
  .navigation-block-right li .sub-menu li {
    display: block;
  }
  .navigation-block-right li a {
    color: #3b4c5b;
    font-size: 16px;
    text-transform: none;
    font-weight: normal;
  }
  .navigation-block-right li .sub-menu .sub-menu,
  .navigation-block-right li .sub-menu {
    min-width: 0;
    position: relative;
    top: 0;
    left: 0;
    display: none;
    box-shadow: none;
    padding: 0;
  }
  
  .navigation-block-right li .sub-menu .sub-menu {
    padding-left: 18px;
    display: block !important;
    opacity: 1;
    visibility: visible;
    transform: translate3d(0px, 0, 0px) !important;
    margin-bottom: 10px;
  }
  .navigation-block-right li:hover>.sub-menu {
    display: block;
  }
  .navigation-block-right li .sub-menu li a {
    font-size: 14px;
    text-transform: none;
    padding: 5px 16px;
  }
  .container.space-below {
    margin-bottom: 80px;
  }
  .content-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 35px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .hero-heading {
    text-align: left;
  }
  .hero-heading.hero-heading-inner.hero-heading-centre {
    font-size: 45px;
  }
  .button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-nav-contain .menu>li,
  .footer-column {
    width: 20%;
  }
  .footer-column-large {
    width: 40%;
  }
  .column {
    width: 100%;
  }
  .image-block {
    width: 100%;
    min-height: auto;
    margin-bottom: 35px;
  }
  .content-block-left {
    width: 100%;
    padding-right: 25px;
  }
  .section-content {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .column-wrap-reversed {
    margin-bottom: 80px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .column-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .dropdown-link {
    width: 100%;
    min-width: 170px;
    padding-top: 12px;
    padding-bottom: 12px;
    color: #3b4c5b;
    font-size: 16px;
  }
  .dropdown-link:hover {
    background-color: rgba(115, 167, 213, 0.09);
  }
  .dropdown-link.w--current {
    color: #fff100;
  }
  .dropdown-mobile {
    z-index: 999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-left: 15px;
  }
  .dropdown-toggle {
    padding: 0px;
  }
  .dropdown-toggle.w--open svg{display: none;}
  .dropdown-toggle.w--open .close-menu{display: block;}
  .container-navigation {
    position: relative;
    z-index: 99;
  }
  .mobile-button-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 55px;
    height: 55px;
    padding: 17px;
    border-radius: 50px;
  }
  .mobile-dropdown {
    right: 10%;
  }
  .mobile-dropdown.w--open {
    min-width: 270px;
    margin-top: 74px;
    padding: 20px;
    background-color: #fff;
    box-shadow: 1px 1px 3px 0 rgba(84, 102, 129, 0.13);
  }
  .content-block-right {
    width: 100%;
    padding-left: 25px;
  }
  .hero-content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .paragraph-hero {
    text-align: left;
  }
  .content-block-hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 35px;
	margin-left: auto;
	margin-right: auto;
	  
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: flex-start;
    -webkit-justify-content:  flex-start;
    -ms-flex-pack:  flex-start;
    justify-content: flex-start;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
  }
  .button-wrap-hero {
	align-self: flex-start;
	margin-top: 0;
	margin-bottom: 10px;
  }
  .container-flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .service-square-wrap {
    margin-bottom: 10px;
  }
  .content-wrap-01 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .section-content-white {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .section-content-02 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .return-top {
    right: 3%;
  }
  .service-pattern {
    max-width: 210px;
  }
  .service-pattern.service-pattern-02 {
    max-width: 390px;
  }
  .navigation-link-wrap {
    display: none;
  }
  .featured-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .map-block {
    width: 100%;
    min-height: auto;
    margin-bottom: 35px;
  }
  .contact-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .our-people {
    max-width: 100%;
  }
  .title-block-half {
    width: 100%;
  }
  .standard-header {
    padding-top: 160px;
  }
  .title-wrap-centre {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .feature-icon {
    margin-bottom: 15px;
  }
  .feature-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .feature-card-wrap {
    width: 50%;
  }
  .section-client-logo {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .home-hero {
    padding-top: 160px;
  }
  .title-tight {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .section-image {
    margin-bottom: 55px;
  }
  .section-content-03 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .plain-column {
    padding-right: 10px;
    padding-left: 10px;
  }
  .breadcrumb-block {
    width: 90%;
  }
  .section-image-company {
    margin-bottom: 55px;
  }
  .author-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .category-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }
  .blog-item {
    width: 50%;
    margin-bottom: 35px;
  }
  .blog-item.featured-item {
    width: 100%;
  }
  .section-blog-content {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .hero-block-centre {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .header-blog-page {
    padding-top: 160px;
  }
  .section-blog-post {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .sg-menu-wrap {
    z-index: 99;
    overflow: hidden;
    width: 0%;
  }
  .sg-content-wrap {
    width: 100%;
    margin-left: 0%;
  }
  .sg-full-colour-wrap {
    width: 25%;
    margin-bottom: 15px;
  }
  .colour_wrap_main {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .content-block-hero-centre {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 35px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .faq-paragraph {
    margin-right: 15px;
    margin-left: 15px;
  }
  .faq-question-bar {
    padding-right: 15px;
    padding-left: 15px;
  }
  .feature-wrap-focus {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sg-navigation-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 80px;
    padding: 30px 15px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #0a1b2b;
  }
  .sg-logo-mobile {
    width: 130px;
  }
  .section-category {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .section-contact {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .section-faq {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .button-download {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section-news {
    padding-top: 100px;
    padding-bottom: 200px !important;
  }
  .sg-button-standard {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sg-button-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header-author {
    padding-top: 160px;
    background-position: 100% 100%;
  }
  .section-author {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .section-search-results {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .featured-stories-home {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .column-copy {
    width: 100%;
  }
  .container-grid.space-below {
    margin-bottom: 80px;
  }
  .standard-image-hero {
    padding-top: 160px;
  }
  .button-white-stroke {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .single-event-buy-tickets {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .news-page-header {
    padding-top: 160px;
  }
	/* Grid Adjust */
  	.who-we-are-grid {
	  /*display: block;*/
	  width: 100%;
	}
	.page-template-pt-company .who-we-are-grid.grid-six a.gridbgblock.tall,
	.page-template-pt-company .who-we-are-grid.grid-five a.gridbgblock.tall, 
	.page-template-pt-company .who-we-are-grid.grid-seven a.gridbgblock.tall, 
	.page-template-pt-company .who-we-are-grid.grid-seven a.gridbgblock:nth-child(5) {
		grid-row-start: auto;
		grid-row-end: auto;
		grid-column-start: auto;
		grid-column-end: auto;
	}

	.who-we-are-grid {
		grid-template-columns: 1fr 1fr;
		grid-template-areas:
			"Area Area-2"
			"Area-3 Area-4"
			"Area-5 Area-6";
	}
	
	
  .news-bar .text-block-12 {
    display: none;
  }
  .gridbgblock {
    margin-bottom: 10px;
  }
  .form-block-2 {
    display: none;
  }
	
  .sbi_info p.sbi_caption_wrap {
		min-height: 240px;
	}
	
	
	/* Tablet Menu */
	.dropdown-mobile {
		order: 3;
		margin-left: 0;
	}
	.search-nav {
		order: 1;
	}
	
	.search-nav form { 
		padding-right: 20px;
	}
	
	a.mobile-button-link::after {content: ' ';width: 25px;height: 2px;background-color: black;margin-bottom: 13px;transition: all 250ms ease;}

	.mobile-button-link {
		padding: 5px;
		position: relative;
		flex-wrap: wrap;
		/* display: inline-block; */
		align-items: center;
		justify-content: flex-end;
		width: 40px;
	}

	a.mobile-button-link::before {
		content: ' ';
		width: 25px;
		height: 2px;
		background-color: black;
		margin-top: 13px;
		transition: all 250ms ease;
	}
	.button-nav.w-button {
		display: none;
	}

	.dropdown-toggle {
		display: flex;
		
		font-family: Barlow, sans-serif;
		font-size: 16px;
		font-weight: bold;
		justify-content: space-between;
		align-items: center;
		margin-left: 10px;
		letter-spacing: 2px;
	}

	.w--open a.mobile-button-link::before {
		transform: rotate(45deg);
		margin-top: 21px;
		margin-bottom: -4px;
	}

	.w--open a.mobile-button-link::after {
		transform: rotate(-45deg);
		margin-bottom: 40px;
		margin-top: 2px;
	}
	.search-nav {
		margin-left: 20px;
		margin-right: 20px;
	}
}

@media screen and (max-width: 767px) {
  .white .navigation-block-left .logo-link {width: 113px;}
  .white.navigation .container-navigation {padding: 10px 0 0;}
  .events-template-single-events-ball .home-hero,
  .page-template-pt-rescue-ball .home-hero {min-height: 100vh;}
  .events-template-single-events-ball .content-block-hero,
  .page-template-pt-rescue-ball .content-block-hero {padding: 0 0 40px;}
  .events-template-single-events-ball .content-block-hero {padding-bottom: 90px;}
  .events-template-single-events-ball .content-block-hero .hero-heading,
  .page-template-pt-rescue-ball .content-block-hero .hero-heading {font-size: 42px;line-height: 50px;}
  .events-template-single-events-ball .content-block-hero .paragraph-hero,
  .page-template-pt-rescue-ball .content-block-hero .paragraph-hero {font-size: 18px;}
  .pagination {padding: 0 25px}
  #search-content .feature-cat {position: relative;right: auto;top: 0;}
  #search-content .story-preview-container {padding-top: 0;}
  #search-content .story-preview-container h3 {padding-right: 0;margin-right: 0;}
  .events-list-header.margin-v {padding:  0 10px;}
  .post-header .red-power-text,
  .featured-story .red-power-text {padding: 0 20px 20px;white-space: normal; text-align: left;}
  .heading-primary.h3-centre-white.featured-story-h3 {padding: 0;}
  .container-flex.full-justify.news-grid {padding-bottom: 70px;}
  .event-item,
  .feature-event-card {width: 100%;height: auto;min-width: 100%;}
  .div-block-176 {padding-left: 0;}
  .more-stories-block {margin: 30px 0 0;padding: 20px 0;}
  .more-stories-block img {width: 100%;height: auto;}
  .section-events,
  .news-page-header.header-blog {padding-top: 10px;}
  .post-body .wide img, .image-wide {max-width: 100%};
  .post-body blockquote, .post-body blockquote p {font-size: 22px;line-height: 1.2;}
  .post-body {padding: 0 20px;margin-bottom: 40px;}
  .post-hero-h1 {font-size: 50px;}
  .story-item-news-header,
  .story-item {display: block;}
  .story-image-container,
  .story-preview-container {width: 100%;max-width: 100%;}
  .story-preview-container  {
    padding: 20px 20px 0;
  }
  .stories-list-header h1 {padding: 0 20px;margin: 0;}
  .news-item {width: 100%;margin: 0 0 20px;padding: 0 20px; flex-basis: 100%;}
	.news-item .blog-content { padding-right: 0;}
  .stories-list {
    margin-bottom: 100px;
  }
  .featured-story {
    padding-bottom: 30px;
  }
  .footer-button {
    margin: 30px auto 0;
    width: 100%;
	max-width: 100%;
  }
  .footer-logo.acnc {
    margin-left: auto;
    margin-right: auto;
  }
  #menu-footer-menu, .footer-list {
    display: block;
  }
  .outer-container.footer-nav {
    /*padding-right: 30px;*/
	padding-top: 40px;
  }
	.footer-nav-contain .menu {
    	width: 100%;
    	margin-bottom: 20px;
	}
	.footer-column-large {
		margin-top: 20px;
	}
	.footer-nav .footer-nav .footer-column {
		width: 100%;
		padding-right: 0;
	}

	.footer-nav .footer-nav .footer-column-large {
		width: 100%;
		flex-direction: column;
	}
  .hero-heading {
    font-size: 55px;
  }
  .hero-heading.hero-heading-inner {
    font-size: 55px;
  }
  .button.button-space.button-hide {
    display: none;
  }
  .footer-nav-contain .menu>li,
  .footer-column {
    width: 50%;
  }
  .footer-column-large {
    width: 50%;
    margin-bottom: 25px;
  }
  .content-block-left {
    padding-left: 25px;
  }
  .section-content {
    padding-right: 3%;
    padding-left: 3%;
  }
  .column-wrap-reversed.column-space {
    margin-bottom: 80px;
  }
  .content-block-right {
    padding: 10px;
  }
  .button-nav {
    max-width: 160px;
  }
  .section-content-white {
    padding: 80px 3%;
  }
  .section-content-02 {
    padding: 80px 3%;
  }
  .section-featured {
    display: none;
    padding-top: 20px;
  }
  .feature-block-contain {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .feature-block {
    width: 100%;
    margin-bottom: 25px;
  }
  .feature-card-wrap {
    width: 100%;
    margin-bottom: 35px;
  }
  .section-client-logo {
    padding-right: 3%;
    padding-left: 3%;
  }
  .news-bar {
    display: none;
  }
  
   .navigation-block-right li.menu-item.mobile-only {
	  display: block;	
   }
	
  .title-block {
    max-width: 80%;
    min-width: auto;
  }
  .section-content-03 {
    padding-right: 3%;
    padding-left: 3%;
  }
  .values-wrap {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .plain-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 35px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .section-breadcrumb {
    display: none;
  }
  .section-anchor-links {
    display: none;
    padding-top: 20px;
  }
  .feature-column {
    width: 100%;
    height: 100%;
  }
  .category{
    margin-bottom: 10px;
    padding-right: 24px;
    padding-left: 24px;
  }
  .category.taxonomy,
  .category.archive {
    padding: 0;
    margin: 0;
  }
  .blog-content-right {
    width: 100%;
    padding-left: 15px;
  }
  .featured-post {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .category-wrap {
    margin-bottom: 0px;
  }
  .blog-item {
    width: 100%;
    margin-bottom: 35px;
  }
  .section-blog-content {
    padding: 80px 3%;
  }
  .blog-image-large {
    min-height: 310px;
  }
  .section-blog-post {
    padding: 80px 3%;
  }
  .sg-full-colour-wrap {
    width: 33%;
  }
  .sg-colour-wrap {
    margin-bottom: 25px;
  }
  .faq-wrapper {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .column-right {
    width: 100%;
  }
  .faq-contact-wrap {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .column-left {
    width: 100%;
  }
  .section-category {
    padding: 80px 3%;
  }
  .section-contact {
    padding-right: 3%;
    padding-left: 3%;
  }
  .section-faq {
    padding: 80px 3%;
  }
  .section-news {
    padding: 80px 3%;
  }
  .section-author {
    padding: 80px 3%;
  }
  .section-search-results {
    padding: 80px 3%;
  }
  .featured-stories-home {
    padding: 80px 0px;
  }
  .button-white-stroke.button-space.button-hide {
    display: none;
  }
  .single-event-buy-tickets.button-space.button-hide {
    display: none;
  }
  .form-block .BBFormContainer .BBFormSection fieldset>div.BBFormButtonRow,
  .form-block .BBFormContainer .BBFormSection .BBFormFieldContainer+div>div,
  .form-block .BBFormContainer .BBFormSection .BBFormFieldContainer+div,
  .form-block .BBFormContainer .BBFormSection fieldset>div, .form-block .BBFormContainer .BBFormSection fieldset,
  .form-block .gform_body,
  .form-block .gform_footer,
  .form-block .gform_wrapper .gform_body li {
    width: 100%;
    margin-right: 0;
    display: block;
  }
  .form-block .gform_wrapper .gform_fields, .form-block .gform_wrapper form {display: block;}
  
  .form-block .BBFormContainer .BBFormSection .BBFormTextbox,
  .form-block .gform_wrapper .gform_body li {
    margin-bottom: 10px;
    margin-right: 0;
  }
  .footer-button {
    margin-top: 0;
    text-align: center;
  }
  .footer-column {
    align-items: center;
    justify-content: center;
  }
  #menu-footer-menu li, .footer-list-item {
    text-align: center;
    padding-right: 0;
  }
  
	.flex-mmaxw30, .image-text .div-block-177{
		max-width: 100%;
	}
	.feature-image .no-wrap.w-container {
		flex-wrap: wrap;
		padding-left: 20px;
		padding-right: 20px;
		margin-bottom: 50px
	}
	
	.flex-mmaxw30  {
	   width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}	
	.image-text .w-col {
		padding-bottom: 20px;
	}
	 
}

@media screen and (min-width: 768px) and (max-width: 840px) {
	.footer-nav-contain .menu>li, .footer-column {
		width: 40%;
   }
}

/* Start Mobile Styles */
@media screen and (max-width: 480px) {
	#menu-main-menu {
		width: 100%;
	}
	
  .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .hero-heading.hero-heading-inner {
    font-size: 42px;
  }
  .paragraph.paragraph-centre-white {
    width: 100%;
    max-width: none;
    font-size: 14px;
  }
  .button {
    margin-right: 0px;
    margin-bottom: 15px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .footer-title.white-text {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }
  .footer-nav-contain .menu>li,
  .footer-column {
    width: 100%;
  }
  .footer-column.flex-full {
    padding-right: 0px;
  }
  .footer-nav-contain .menu>li,
  .footer-column.fc1 {
    display: none;
  }
  .footer-column.fc2 {
    display: none;
  }
  .footer-column.fc3 {
    display: none;
  }
  .footer-column.fc4 {
    display: none;
  }
  .footer-column-large {
    width: 100%;
	flex-direction: column;
  }
  .footer {
    /*overflow: hidden;*/
  }
	a.footer-logo.acnc {
		margin-left: auto;
		margin-right: auto;
		margin-top: 25px;
	}
  .column {
    margin-bottom: 20px;
    padding: 0px;
  }
  .heading-h5.card {
    margin-bottom: 10px;
    font-size: 27px;
  }
	.home-card-content-wrap .heading-h5.card {
		font-size: 40px;
	}
	.home-card-section {
		padding-bottom: 0;
	}
	
  .image-block {
    padding: 8px;
  }
  .column-wrap-reversed {
    margin-bottom: 0px;
  }
  .heading-primary {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0px auto;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 40.5px;
    line-height: 40.5px;
    text-align: center;
  }
  .heading-primary.h3-centre-white {
    max-width: none;
    margin-bottom: 15px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 40.5px;
  }
  .heading-primary.negativemargintop {
    margin-right: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 40.5px;
    text-align: center;
  }
	h3.heading-primary {
    	margin-bottom: 20px;
	}

	.homevidsection .red.power-combo {
		display: none;
	}

	.storiesright .power-combo {
		display: none;
	}

	.div-block-183 .html-embed-2.w-embed {
		display: none;
	}
	
  .button-wrap-hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    text-align: left;
  }
  .navigation-block-left {
    width: 100%;
  }
  .container.post-header-container {
    margin-bottom: 0;
  }
  .home .logo-link,
  .logo-link {
    width: 130px;
  }
  .navigation {
    padding-right: 20px;
    padding-left: 20px;
  }
  .navigation.light {
    padding-top: 10px;
    top: 0;
  }
  .navigation.no-hero {
    padding: 0 20px 0;
  }
  .navigation-standard.top-margin {
    margin-top: 10px;
    padding: 0 20px;
  }
  .title-wrap-left {
    padding-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .content-block-hero {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    padding: 0 20px;
    width: 100%;
  }
  .search-nav {
    position: static;
	margin-left: 0;
	margin-right: 0;
  }
  .search-nav form {
    width: 100%;
    left: 0;
    right: 0;
	padding: 35px 20px 0;
  }
  .search-nav form:before {
    right: 135px;
    margin-left: 0;
    left: auto;
    margin-left: 0;
  }
  .news-page-header .content-block-hero {padding: 0;display: block;}
  .news-page-header .hero-heading {text-align: left;}
  .dark-power-text.small a, .dark-power-text.small {
    padding-bottom: 10px;
  }
  .container.margin-b200 {
    margin-bottom: 100px;
  }
  .navigation.no-hero {margin-bottom: 30px;}
  .home .content-block-hero {
    padding: 0 ;
  }
  .section-cta {
    padding: 0px 0% 100px;
  }
  .container-flex.flex-justified {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .container-flex.overflow-scroll {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .container-flex.socialtag {
    padding: 0px 20px 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .text-link-secondary {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .button-nav {
    display: none;
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .yellow-block {
    height: 600px;
    padding: 370px 40px 60px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-position: 0px 0px, 50% 100%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .button-dark {
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .cta-content-top {
    display: inline-block;
    margin-bottom: 40px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .button-outline {
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .return-top {
    display: none;
  }
  .map-block {
    padding: 8px;
  }
  .our-people {
    grid-template-areas: "Area . Area-2" ". Area-3 Area-2" "Area-4 Area-3 Area-2" "Area-4 Area-3 Area-6" "Area-4 Area-5 Area-6" "Area-7 Area-5 Area-6" ". Area-5 .";
  }
  .title-wrap-centre {
    max-width: 100%;
  }
  .feature-block-wrap {
    padding: 20px 20px 80px;
  }
  .feature-card-wrap {
    width: 100%;
  }
  .home-hero {
    z-index: 0;
    min-height: 73vh;
    padding-bottom: 0%;
    background-image: linear-gradient(217deg, transparent, rgba(0, 0, 0, 0.3) 60%, #212121), url('../img/wrh-home-head-mob.jpg');
    background-position: bottom right;
    /*background-size: auto, auto;*/
	background-size: cover;
    background-repeat: repeat, no-repeat;
  }
  .section-image {
    margin-bottom: 40px;
  }
  .title-block {
    max-width: 100%;
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .pattern-06 {
    max-width: 130px;
  }
  .standard-title {
    text-decoration: none;
  }
  .section-image-company {
    margin-bottom: 40px;
  }
  p, .blog-paragraph, .news-paragraph, .news-body .new-story-copy > p, ul, ol, li {
    font-size: 16px;
  }
  .category {
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
  }
  .category-text {
    padding-bottom: 5px;
    text-decoration: none;
  }
  .blog-post-wrap {
    min-height: 130px;
    padding-top: 0px;
  }
  
  .events-template-single-events-ball .blog-post,
  .page-template-pt-rescue-ball .blog-post,
  .blog-post {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .blog-h3 {
    margin-bottom: 0px;
  }
  .sg-full-colour-wrap {
    width: 100%;
  }
  .faq-contact-wrap {
    padding-right: 0px;
  }
  .question-title {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .button-download {
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .search {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .search-input {
    margin-bottom: 4px;
  }
  .section-news {
    padding: 40px 20px;
  }
  .sg-button-standard {
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .sg-button-mobile {
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .rich-text-block {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .button-outline-02 {
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .home-card-wrap {
    bottom: 0px;
    z-index: 100;
  }
  .home-card-content {
    z-index: 100;
    min-height: 300px;
    padding: 25px;
  }
  .home-card-section {
    overflow: hidden;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .featured-stories-home {
    padding: 20px 20px 40px;
  }
  .feature {
    padding: 25px;
  }
  .feature-sml-snippet {
    width: 75%;
  }
  .feature-column-25 {
    padding-top: 20px;
    padding-left: 0px;
  }
  .vid-story {
    padding-top: 0px;
    padding-bottom: 40px;
  }
  .title-wrap-vid-story {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    border-right-style: none;
  }
  .title-wrap-stories {
    display: block;
  }
  .div-block-171 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .homevidsection {
    overflow: hidden;
  }
  .storiesleft {
    height: auto;
  }
  .text-block-3 {
    left: 40px;
    top: 40px;
    display: inline;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .outer-container.email-signup {
    padding-right: 20px;
    padding-left: 20px;
  }
  .email-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-radius: 6px;
  }
  .email-form-button {
    border-radius: 6px;
  }
  .form {
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .text-block-4 {
    padding-left: 10px;
    font-family: Barlow, sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 4px;
  }
  .social-block-wrapper {
    width: 90%;
    margin-right: 0px;
    padding: 20px 0px 20px 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .grid-4 {
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .storiesright {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-181 {
    position: absolute;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .div-block-182 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .div-block-183 {
    height: 400px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .story-vid-header {
    text-align: center;
  }
  .story-description p {
    text-align: center;
  }
  .button-white-stroke {
    margin-right: 0px;
    margin-bottom: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }
  .div-block-184 {
    height: auto;
  }
  .impact-home {
    display: block;
    overflow: hidden;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .impact-home .container {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
	}
  .big-yellow-txt {
    display: block;
    width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
	flex-grow: 1;
  }
	.impact-detail-txt {
		padding: 40px 20px;
	}
	.bigyellowtext {
		font-size: 129px;
	}
  .impact-header {
    top: 0px;
    z-index: 10;
	flex-grow: 2;
  }
  .red-arrow-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    text-align: center;
    text-decoration: none;
  }
  .title-wrap-left {text-align: center;}
  .title-wrap-left .red-arrow-link {
    display: inline-block;
  }
  .section-cta .heading-primary.h3-centre-white{padding-left: 0;}
  .image-20 {
    width: 10px;
    height: 12px;
    padding-bottom: 0px;
  }
  .single-event-buy-tickets {
    margin-right: 0px;
    margin-bottom: 15px;
  }
	
  /* Mobile styles */
	.red-power-text {
		white-space: unset;
		line-height: 26px;
	}
	.image-text .container-flex.margin-bottom.no-wrap.w-container {
		flex-wrap: wrap;
	}
	.image-text .flex-minw40 {
		margin-right: 0;
	}
	.image-text .div-block-177 {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.accordion h5.title {
		font-size: 18px;
		padding-right: 21px;
	}

	.accordion .title:before {
		top: 8px;
		width: 16px;
	}

	.accordion .title:after {
		height: 16px;
		right: 8px;
	}

	.accordion {
		padding: 15px 20px;
	}
	.simple.empty-editor {
		display: none;
	}
	.container.margin-v120 {
    margin-bottom: 0;
	}

	.hero-heading.hero-heading-inner {
		margin-bottom: 20px;
	}

	.content-block-hero {
		margin-bottom: 20px;
	}

	.container.margin-bottom {
		margin-bottom: 0px;
	}

	.power-combo.margin-b30 ~ .h2.margin-bottom {
		margin-bottom: 0;
	}

	.empty_row, .empty_col {
		display: none;
	}

	.grid_cols .w-row .w-col {
		margin-top: 0;
	}

	.grid_cols p > img {
		margin-bottom: 0;
	}

	.simple .columns-parent .column-spacing:first-child {
		display: none;
	}
	
	.container.margin-v60.w-container.subnav-container {display: none;}

	.page-template-pt-company .section {
		padding-top: 40px;
	}

	.page-template-pt-company .container > .red-power-text, .page-template-pt-company .subnav-container ~ .container .w-col-6 {
		padding-left: 20px;
		padding-right: 20px;
		margin-bottom: 20px;
	}

	.page-template-pt-company .red-power-text {
		padding-left: 0;
	}
	

	.container {
		/* border-bottom: green solid thin; */
		/* border-top: blue solid thin; */
	}

	.container .w-col {
		/* border-bottom: solid thin red; */
		/* border-top: solid thin orange; */
	}
}
/* END: Mobile Styles */

#w-node-e2ec7bf5b3f8-3a245920 {
  -ms-grid-column-span: 6;
  grid-column-end: 7;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -webkit-box-ordinal-group: -9998;
  -webkit-order: -9999;
  -ms-flex-order: -9999;
  order: -9999;
}

#w-node-ae9fd642b6fc-3a245920 {
  -ms-grid-column-span: 8;
  grid-column-end: 13;
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -webkit-box-ordinal-group: 10000;
  -webkit-order: 9999;
  -ms-flex-order: 9999;
  order: 9999;
}
/*
#w-node-0da51d6c98cd-0a245924 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}*/

#w-node-01d6b2f3ac0e-b2f3ac0e {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-fbac2d223d7d-6c96187f {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-7be6ac888b22-6c96187f {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ebd8786e0a06-6c96187f {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-fc95abab36a7-6c96187f {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-0a7d830461ce-6c96187f {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-295db1628861-6c96187f {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-597d08ca96f3-6c96187f {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-5b1559e74730-6c96187f {
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-66319a74c89b-6c96187f {
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-136bc11ed390-6c96187f {
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-79511121c27f-6c96187f {
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}
@media screen and (max-width: 640px) {
	.single-events #mongo-form .BBFormSubSectionRegistrantAttributes fieldset > div {
		flex-basis: 100%;
		padding-left: 0;
		padding-right: 0;
	}
}

@media screen and (max-width: 480px) {
  .more-stories-block {background: none;}
  #w-node-e2ec7bf5b3f8-3a245920 {
    -ms-grid-column-span: 5 !important;
    grid-column-end: 5 !important;
  }
  #w-node-ae9fd642b6fc-3a245920 {
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 4;
    grid-column-end: 5;
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }
  
 .page-template-pt-company .red-power-text {
   padding: 0 10px;
   margin-bottom: 0;
   white-space: normal;
 }
 .page-template-pt-company .container.margin-v60 {margin: 30px 0 15px;}
 .page-template-pt-company .red-power-text a  {display: block;margin-bottom: 15px;}
 .page-template-pt-company .red-power-text .pipe-spacer  {display: none;}
 .single-events-wrap .content-block-hero {padding: 0;}
 .single-events-wrap .single-event-cal-btn {letter-spacing: 2px;margin-right: 10px;}
 .single-events-wrap .single-event-cal-btn:last-child {margin-right: 0;}
 .single-event-hero-img {height: auto;}
 .single-events-wrap .events-details {padding: 30px 10px 50px;}
 .event-details-para {padding-right: 0;}
 .events-details h2 {font-size: 30.5px;line-height: 34.5px;margin-bottom: 30px;}
  .single-events-wrap>.container {padding-left: 10px;padding-right: 10px;}
 .single-events-wrap .w-col-7,
 .single-events-wrap .w-col-5 {width: 100%;}
 .detail-block-grey {padding: 30px 20px;margin-top: 30px;}
 .event-detail-block:last-child {padding-bottom: 0;}
 .full-width.sub-event {height: auto;}
 .related-events .blog-h3.margin-v {margin-top: 10px;}
 .event-item, .event-item:not(.featured) {padding: 0;margin-bottom: 30px; margin-right: 0;}
.feature-event-card {padding: 20px;}
 .div-block-191 {margin: 50px 0 30px;}
 .single-event-btn-block {margin-top: 20px;}
 #bboxevent_BBEmbeddedForm .BBTwoFields input {width: 100%;}
 #bboxevent_BBEmbeddedForm .BBTwoFields input:last-child{margin: 10px 0 0;}
 #mongo-form>.BBFormContainer {padding: 0 !important}
 .form-wrapper {padding-right: 0;}
 .events-grid {padding: 0 20px;}

	h1.hero-heading.hero-heading-inner.single-event {
		text-align: left;
		margin-bottom: 20px;
	}

	p.single-event-date {
		font-size: 14px;
		text-align: left;
	}

	.content-block-hero.single-event {
		justify-content: flex-start;
		align-content: flex-start;
		align-items: flex-start;
		padding-left: 20px;
		padding-right: 20px;
	}

	.single-event-btn-block .w-button {
		font-size: 12px;
		padding-left: 10px;
		padding-right: 10px;
	}

	.single-events-wrap .single-event-cal-btn {
		margin-right: 5px !important;
	}

	.single-event-btn-block {
		margin-top: 10px;
	}

	.single-events .red-power-text.small.margin-bottom {
		font-size: 8px;
		letter-spacing: 1px;
	}

	.single-events .red-power-text.small a:first-child, 
	.single-events .red-power-text.small .pipe-spacer:first-of-type {
		display: none;
	}

	.events-details .columns-parent.single-event.w-row {
		display: flex;
		flex-direction: column-reverse;
	}

	.event-details .column-spacing {
		padding-left: 0;
		padding-right: 0;
	}

	.column-spacing.event-single {
		padding-left: 0;
		padding-right: 0;
		padding-top: 0;
		margin-top: 0;
	}

	.column-spacing.event-single .detail-block-grey {
		margin-top: 0px;
	}

	.event-details-date {
		font-size: 16px;
	}

	.event-details-title-red {
		font-size: 23px;
	}

	.event-detail-block {
		margin-bottom: 0;
	}

	.single-events-wrap>.container {
		padding-left: 0px;
		padding-right: 0px;
	}

	.single-events-wrap .events-details {
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 20px;
		padding-bottom: 0;
	}
	
	
}


/*Client css*/
.bb-donation-container{background-color:#fff;max-width:860px;margin:30px auto;padding:60px}
.bb-donation-container #bbox-root form#mongo-form label{/*font-family:'Work Sans',sans-serif*/}
.bb-donation-container #bbox-root form#mongo-form .BBFormContainer .BBFormSectionHeading{border-bottom:0}
.bb-donation-container .BBFormSectionHeading > label{font-weight:700;font-size:32px;color:#EF4034}
.bb-donation-container #bbox-roo .BBFormFieldLabel {font-weight: bold;}
.bb-donation-container #bboxdonation_payment_cboYear {margin-left: 4px;}
.bb-donation-container #bbox-root form#mongo-form .BBFormContainer .BBFormRadioList .BBFormRadioItem .BBFormRadioLabel{border-color:#CECECE;display:flex;align-content:center;align-items:center;justify-content:center;transition:background-color 250ms,border-colour 250ms; width: 100%; min-width: unset;}
.bb-donation-container #bbox-root form#mongo-form .BBFormContainer .BBFormRadioList .BBFormRadioItem .BBFormRadioLabel span{font-family:'Work Sans',sans-serif;font-weight:500;font-size:18px;color:#333;padding:10px 0}
.bb-donation-container #bbox-root form#mongo-form .BBFormContainer .BBFormRadioList .BBFormRadioItem .BBFormRadioLabel.BBFormRadioLabelGivingLevelSelected{background-color:#EF4034;border-color:#EF4034;-webkit-box-shadow:3px 0 10px 0 rgba(0,0,0,0.16);-moz-box-shadow:3px 0 10px 0 rgba(0,0,0,0.16);box-shadow:3px 0 10px 0 rgba(0,0,0,0.16);min-height:57px}
.bb-donation-container #bbox-root form#mongo-form .BBFormContainer .BBFormRadioList .BBFormRadioItem .BBFormRadioLabel.BBFormRadioLabelGivingLevelSelected span{color:#fff}
.bb-donation-container #bbox-root form#mongo-form .BBFormContainer .BBFormRadioList .BBFormRadioItem .BBFormRadioLabel.BBFormRadioLabelGivingLevelSelected.BBFormRadioLabelGivingLevelOther{border:solid 4px #EF4034;padding:0}
.bb-donation-container #bbox-root form#mongo-form .BBFormContainer .BBFormRadioList .BBFormRadioItem .BBFormRadioLabel.BBFormRadioLabelGivingLevelSelected.BBFormRadioLabelGivingLevelOther > input{margin:0;text-align:right;width:100%;border:none; height: 58px; font-family: 'Work Sans',sans-serif; font-weight: 500; font-size: 18px; width: 145px; }
.bb-donation-container #bbox-root form#mongo-form .BBFormFieldContainer,.bb-donation-container #bbox-root form#mongo-form .BBFormFieldContainer > div{display:flex;align-items:center;flex-wrap:wrap; padding-bottom: 5px; align-content: stretch;}
.bb-donation-container #bbox-root form#mongo-form label.BBFormCheckboxLabel{width:auto;margin-left:15px}
.bb-donation-container #bbox-root form#mongo-form .BBFormFieldContainer input[type="checkbox"]{padding:12px}
.bb-donation-container #bbox-root form#mongo-form .BBFormFieldContainer input[type="checkbox"]:checked::before{height:26px;width:26px;top:1px;left:1px}

/* Submit Button */
  /* Remove iOS Styling */
.bb-donation-container #bbox-root form#mongo-form .BBFormContainer .BBFormSubmitbutton{font-family:'Work Sans',sans-serif;background-color:#EF4034;border-color:#EF4034;font-size:18px;letter-spacing:0;height:58px;padding-left:45px;padding-right:45px;


  -webkit-appearance: none; 
  -webkit-border-radius: none;
  border-radius: 6px;
}
/* End: Submit Button */

.bb-donation-container #bbox-root form#mongo-form #bboxsecure{color:#100000;font-size:12px;margin-bottom:5px}
.bb-donation-container #bbox-root form#mongo-form .BBFormAttribItem label{width:100%;text-align:left}
.bb-donation-container #bbox-root form#mongo-form .BBFormAttribItem label ~ div.BBFormAttrChecklist{border:none}
.bb-donation-container #bbox-root form#mongo-form .BBFormAttribItem label ~ div.BBFormAttrChecklist .BBFormChecklistItem{display:flex;align-items:center;align-content:center;padding-bottom:4px}
/*.bb-donation-container #bbox-root form#mongo-form .BBThreeFields .BBFormTextbox{max-width:125px}*/
.bb-donation-container #bbox-root form#mongo-form .BBFormFieldContainer.BBThreeFields, .bb-donation-container #bbox-root form#mongo-form .BBTwoFields > .BBFormFieldContainer {
    flex-wrap: nowrap;
}
.bb-donation-container #bbox-root form#mongo-form .BBTwoFields .BBFormTextbox{max-width:173px}
.bb-donation-container #bbox-root form#mongo-form .BBFormAttribItem label ~ div.BBFormAttrChecklist .BBFormChecklistItem input{margin-right:15px}
.bb-donation-container #bbox-root form#mongo-form .BBFormErrorBlock{
	background-color:#fff10066;
	border: none;
	margin-top: 15px;
    font-size: 14px;
    /*margin-left: 16px;
    margin-right: 18px;*/
}
.bb-donation-container #bbox-root form#mongo-form .BBFormErrorBlock li {
    font-size: inherit;
}
label.BBFormRadioLabel.BBFormRadioLabelGivingLevel.BBFormRadioLabelGivingLevelOther.BBFormRadioLabelGivingLevelSelected {
    height: 67px;
}

.bb-donation-container #bbox-root {
	min-height: 800px;
}
div#bboxdonation_billing_fldAnonymous {
    margin-top: 25px;
}

#mongo-form input.BBFormTextbox, #mongo-form select.BBFormSelectList,  #mongo-form textarea.BBFormTextArea {
    /*min-height: 38px;*/
	min-height: 50px;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 14px;
    color: #333;
    line-height: 1.428571429;
    font-family: "Work Sans", sans-serif;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
}
#mongo-form textarea.BBFormTextArea {
	min-height: 76px;
}

#mongo-form label.BBFormFieldLabel, #mongo-form span.BBFormFieldLabel {
    font-family: Barlow, sans-serif;
    font-size: 16px;
    line-height: 16px;
    color: #333;
    font-weight: bold;
}
.BBFormContainer {
    max-width: 740px;
    width: 100%;
}

.BBThreeFields :last-child {
    margin-right: 0;
}

#mongo-form .BBThreeFields .BBFormTextbox:last-child {
    margin-right: 0;
}

form#mongo-form .BBTwoFields .BBFormTextbox:last-child {
    margin-right: 0;
}

div#DCCreditSecurityCode {
    min-width: 130px;
    margin-right: 0;
}
form#mongo-form .BBFormContainer .BBFormPaymentRadioOptions label {
    border: solid thin #ccc;
    background-color: transparent;
    min-height: 38px;
    padding: 11px 12px 8px 12px;
    vertical-align: middle;
    font-size: 15px;
    line-height: 14px;
    color: #333;
    font-family: 'Work Sans',sans-serif;
    font-weight: 500;
}

#bbox-root form#mongo-form .BBFormFieldContainerPaymentMethods .BBFormPaymentRadioOptions {
    padding-bottom: 0;
}

.bb-donation-container #bbox-root form#mongo-form .BBFormFieldContainer > div.BBFormFieldContainerPaymentMethods {
    padding-bottom: 0px;
}

form#mongo-form .BBFormContainer .BBFormPaymentRadioOptions label.BBFormRadioPaymentSelected {
    background-color: #EF4034;
    border-color: #EF4034;
    color: white;
    -webkit-box-shadow: 1px 0 5px 0 rgba(0,0,0,0.16);
    -moz-box-shadow: 1px 0 6px 0 rgba(0,0,0,0.16);
    box-shadow: 1px 0 5px 0 rgba(0,0,0,0.16);
}

.bb-donation-container #bbox-root form#mongo-form .BBFormSectionHeading 
 label {
    font-family: 'Work Sans',sans-serif;
}
.BBFormRadioItem.BBFormRadioGivingLevelItem {
    flex-basis: 20%;
}
.bb-donation-container #bbox-root form#mongo-form .BBFormFieldContainer > div.BBFormRadioList {
	flex-wrap: nowrap;
	flex-basis: 100%;
}
.bb-donation-inner {
    background-color: white;
    position: relative;
    z-index: 100;
    margin-top: -200px;
    padding-top: 60px;
    border-radius: 6px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 60px;
    padding-left: 60px;
	padding-bottom: 60px;
	
	 -webkit-box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 25%);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 25%);

}

#mongo-form .BBCCreditType  select.BBFormSelectList {
    max-width: 100%;
	width: 185px;
}
label#bboxdonation_payment_lblExpiryLbl {
    margin-right: 0;
}
.bb-donation-container #bbox-root form#mongo-form .BBFormFieldContainer.BBFormFieldContainerRequired.BBCCreditType:not(#DCCreditType) {
    margin-bottom: 0;
    padding-bottom: 0;
}
.BBExpirationCSC {
    display: flex;
    flex-wrap: nowrap;
}
#mongo-form .BBFormFieldRecurrenceInfo {
    margin-left: 0;
    padding-left: 0;
    padding-top: 0;
    margin-top: 0;
}

#mongo-form .BBFormSectionRecurrenceInfo .BBFormFieldContainer {
    margin-top: 0;
}

.BBRecurrenceFieldContainer {
    font-size: 16px;
    line-height: 16px;
}

#mongo-form .BBRecurrenceFieldContainer span select.BBFormSelectList {
    margin-left: 5px;
    margin-right: 5px;
}

label#bboxdonation_payment_lblExpiryLbl {
    margin-left: 0;
}

#mongo-form .BBFormContainer .BBFormFieldContainer .BBFormFieldLabel:first-child#bboxdonation_payment_lblSecCode {
    min-width: 10px;
    max-width: 100%;
    margin-left: 30px;
    width: auto;
}

div#DCCreditSecurityCode {
    width: 100%;
}

input#bboxdonation_payment_txtCSC {
    min-width: 60px;
}

.bb-donation-container #bbox-root form#mongo-form .BBFormContainer .BBFormSubmitbutton {
    margin-top: 30px;
}
#mongo-form .BBFormContainer .BBFormFieldContainer .BBFormPaymentRadioOptions {
    margin-right: 15px;
    margin-bottom: 0;
}

.page-template-pt-donate #mongo-form span input.BBFormTextbox.BBFormAccountNumber {
    max-width: 100%;
    width: 100%;
}
#mongo-form .BBFormSortCodeTextbox {
    width: 70px !important;
}

span#bboxdonation_payment_spanAccountNumber {
    width: calc(100% - 160px);
}

/* Make the BB spinner look good */
#bbox-msg-wrapper img {
			display: none;
			margin-left: auto;
			margin-right: auto;
}
#bbox-msg-wrapper {
	min-height: 300px;
	background-image: url('/wp-content/uploads/2020/12/Spinner-1s-304px-1.svg');

	background-position: center center;
	background-repeat: no-repeat;
	background-size: 120px 120px;

}
.footer #bbox-msg-wrapper {
	min-height: 60px;
	background-size: 40px 40px;
}

form#mongo-form {
	animation: fadein 500ms;
	-moz-animation: fadein 500ms;
	/* Firefox */
	-webkit-animation: fadein 500ms;
	/* Safari and Chrome */
	-o-animation: fadein 500ms;
	/* Opera */
}

#bbox-root {
	overflow: hidden;
	transition: height 2s;
}
@keyframes fadein {
	from {
		opacity:0;
	}
	to {
		opacity:1;
	}
}
@-moz-keyframes fadein {
	/* Firefox */
	from {
		opacity:0;
	}
	to {
		opacity:1;
	}
}
@-webkit-keyframes fadein {
	/* Safari and Chrome */
	from {
		opacity:0;
	}
	to {
		opacity:1;
	}
}
@-o-keyframes fadein {
	/* Opera */
	from {
		opacity:0;
	}
	to {
		opacity: 1;
	}
}

/** Footer logo
*/
.footer-logo-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  margin-top: 1rem;
}

.footer-logo-row > img {
  flex-basis: 50%;
  /* width: 30%; */
  max-width: 100%;
  display: block;
}

.footer-logo-row > img.nsw-health {
  width: 110px;
}

.footer-logo-row > img.ambulance {
  width: 170px;
}



/* Donation form toggles */
div#bboxdonation_divForm {
    max-width: 545px;
    margin: 0 auto;
}
div#wrhs-donation-toggles {    
	width: 100%;
    /* padding-left: 27px; */
    max-width: 545px;
    margin: 0 auto;
    /*padding-left: 16px;*/
    /*padding-right: 18px;*/
	margin-bottom: 20px;
}
.wrhs-donation-toggle-container h3 {
    color: #EF4034;
	font-weight: 700;
	font-size: 32px;
	font-family: 'Work Sans',sans-serif;
  margin-top: 0;
   }

button.button.whrs-donation-toggle {
    display: inline-block;
}

button.whrs-donation-toggle {
    border-color: #CECECE;
    /* display: flex; */
    align-content: center;
    align-items: center;
    justify-content: center;
    transition: background-color 250ms,border-colour 250ms;
    background-color: transparent;
    border: solid thin #cecece;
    border-radius: 6px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    padding: 30px 10px;
    /* min-width: 320px; */
    width: 50%;
}

.whrs-button-group {
    display: flex;
    flex-grow: 1;
    align-items: stretch;
    justify-content: space-evenly;
    align-content: stretch;
    margin-top: 2rem;
}

button.whrs-donation-toggle:first-child {
    margin-right: 8px;
}

button.whrs-donation-toggle.active {
    background-color: #EF4034;
    color:  white;
    box-shadow: 3px 0 10px 0 rgba(0,0,0,0.16);
    border-color: #EF4034;
}

button.whrs-donation-toggle:hover:not(.active) {
    background-color: #F0F0F0;
}

div#bboxdonation_gift_fldAmountWithLevels {
    margin-left: 0;
    margin-right: 0;
}

.BBFormContainer[data-bbox-part-id="8c563886-97b3-46dc-9b16-43d41720683b"] .BBFormRadioItem:last-child {
    margin-right: 0;
}

#mongo-form .BBFormContainer .BBFormFieldContainer {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 15px;
}

#mongo-form .BBFormContainer .BBFormFieldContainer .BBFormFieldLabel:first-child {
    text-align: left;
    max-width: 160px;
	min-width: 160px;
    /* width: 100%; */
    font-size: 16px;
    line-height: 16px;
    /* margin-bottom: 10px; */
}

.bb-donation-container #bbox-root form#mongo-form .BBFormContainer .BBFormSectionHeading {
    border-top: solid 1px #EF4034;
    padding-top: 25px;
}

.page-template-pt-donate #mongo-form input.BBFormTextbox:not(.BBFormGiftOtherAmount), 
.page-template-pt-donate #mongo-form select.BBFormSelectList:not(#bboxdonation_payment_cboCardType), 
.page-template-pt-donate #mongo-form textarea.BBFormTextArea {
    max-width: calc(100% - 160px);
}
.single-events #mongo-form .BBFormFieldContainer .BBFormFieldLabel:first-child {
    margin-bottom: 10px;
    margin-top: 10px;
    width: 100%;
    max-width: 100%;
}
.single-events .BBFormSubSection fieldset {
    flex-wrap: wrap;
}

.single-events .BBFormSubSection fieldset > .BBFormFieldContainer:nth-of-type(2n) {
    padding-left: 10px;
}

.single-events .BBFormSubSection fieldset > .BBFormFieldContainer:nth-of-type(2n - 1) {
    padding-right: 10px;
}
.single-events .form-wrapper {
    max-width: 580px;
	padding-right: 0;
}
.single-events div#bboxevent_fldOrgReg, .single-events .BBSameAsBillingContainer {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.single-events div#bboxevent_fldOrgReg label, .single-events .BBSameAsBillingContainer label {
    margin-bottom: 0 !important;
}

.standard-image-hero.donate-hero {
    /* max-height: 920px; */
    min-height: 580px;
    /* text-align: center; */
}

.standard-image-hero.donate-hero .homeheader {
    align-content: center;
    align-items: center;
    justify-content: center;
}

.standard-image-hero.donate-hero h1, .standard-image-hero.donate-hero p {
    text-align: center;
}


/* Confirmation of donation page */
#bboxdonation_divThanks p, #bboxevent_divThanks p:first-child {
    color: #EF4034;
    font-weight: 700;
    font-size: 32px;
    font-family: 'Work Sans',sans-serif;
    margin-bottom: 32px;
}
#content .BBFormContainer .BBFormConfirmation .BBFormConfirmationTransactionDetails > span, #bboxevent_divThanks div table, #content div.BBFormConfirmationGiftContainer  {
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    display: block;
}
#bboxevent_divThanks div table {
	width: 100% !important;
}
.bb-donation-container #bbox-root.confirmation {
    min-height: 400px;
}
#bboxevent_divThanks {
	padding: 60px 40px 40px 60px;
	background-color: rgba(221, 221, 208, 0.2);
}
#bboxevent_divThanks td {
    padding: 10px 0;
    line-height: 1.5;
    font-size: 16px;
}

.BBFormChecklistItem {
    display: flex;
    align-items: center;
}

#content #bboxevent_BBEmbeddedForm .BBFormChecklistItem > input.BBFormChecklistCheck {
    margin-bottom: 5px;
    margin-right: 5px;
}

#BBFormAttributes div.BBFormChecklist {
    padding: 5px;
}

#content .BBFormContainer > .BBFormChecklistItem {
    padding: 0;
}
div#bboxevent_registrant_templateRegistrant_IsAnon {
    display: flex;
    padding-bottom: 10px;
}

div#bboxevent_registrant_templateRegistrant_IsAnon input {
    /*margin-top: 5px;*/
    margin-right: 5px;
}
.BBFormPriceRegistrants .BBFormFieldContainer.BBSameAsBillingContainer {
    padding-bottom: 15px;
}


.iframe-wrapper iframe {
	width: 800px;
	max-width: 100%;
}
.grid_cols h1.grid-block-heading {
    font-size: 34px;
}

.columns-parent.w-row.full-width-block {
    width: 100%;
	margin-left: 0;
	margin-right: 0;
}

.grid_cols .gridbgblock {
    min-height: 280px;
}
footer.site-footer {
	margin-top: 240px;
}
.empty_col {
	display: none;
}


/* GFORM Styles */
.gform_wrapper h3 {
    color: black;
    font-size: 16px;
    margin-bottom: 0;
}
.gform_wrapper {
    /*border: 1px solid #cccccc;*/
    border-radius: 6px;
}

div.gf_progressbar_wrapper {
/*    background-color: #f2f2f2;*/
	border-bottom: 1px solid #cccccc;
    padding: 20px 0px;
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
}

.gf_progressbar {
    font-weight: 700;
    font-size: 16px;
}

.gform_body > ul {
    /* padding: 10px 20px; */
    /* list-style: none; */
}

.gform_body ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

h2.gsection_title {
    font-size: 23px;    
	border-bottom: 1px #ccc solid;
    font-family: Barlow, sans-serif;
    color: #333;
}
.gform_body {
	padding: 0;
}

.padding .gform_body {
    padding: 20px 20px;
    /*background-color: #f2f2f233;*/
	
}
.padding .gform_footer {
	padding: 0 20px 20px;
}

.padding div.gf_progressbar_wrapper {
	padding-left: 20px;
	padding-right: 20px;
}

.gform_body label, .ginput_container_fileupload .gform_drop_instructions {font-family: Barlow, sans-serif;font-size: 14px;line-height: 14px;margin-bottom: 10px; color: #333; }

.gform_body input, .gform_body textarea, .gform_body select {
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333333;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 6px;
    max-width: 100%; 
    opacity: 1;
    margin-bottom: 15px;
    margin-right: 0;
    width: auto;
	/*height: 38px; */
	height: 50px;
}

.gform_body .gfield_checkbox li {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: start;
}

.gform_body input[type="checkbox"], .gform_body input[type="radio"] {
    margin-right: 15px;
    width: 15px;
    height: 15px;
    margin-bottom: 0;
    /* display: inline-block; */
    min-width: 15px;
}

.gform_body input[type="checkbox"] ~ label, .gform_body input[type="radio"] ~ label {
    margin-bottom: 0;
    line-height: 15px;
    font-weight: 300;
    /* display: inline-block; */
}

.ginput_container.ginput_container_checkbox {
    margin-top: 15px;
}

.ginput_container {
    margin-bottom: 20px;
}

.ginput_complex {
    display: flex;
    max-width: 100%;
    flex-wrap: wrap;
}

.gform_body label.gfield_label_before_complex {
    font-size: 16px;
    margin-bottom: 15px;
}

.ginput_complex span {
    margin-right: 15px;
}

.gform_wrapper li.gfield {
    margin-bottom: 30px;
}

.gform_wrapper ul.gfield_radio li {
    display: flex;
}

.gform_wrapper .gfield_description {
    font-size: 14px;
}

.gform_wrapper .screen-reader-text {
    display: none;
}

.ginput_container.ginput_container_date {
    display: flex;
}

.ginput_container_date  img.ui-datepicker-trigger {
    min-width: 18px;
    min-height: 17px;
    max-height: 18px;
    margin-left: 5px;
}

div#ui-datepicker-div {
    background-color: #F1F1F1;
    padding: 5px;
    border: 1px solid #cccccc;
    border-radius: 6px;
}

.ui-datepicker-calendar td, .ui-datepicker-calendar th {
    padding: 7px;
}

select.ui-datepicker-month {
    margin-right: 10px;
}

.ui-datepicker-title {
    margin: 5px 0px;
}

a.ui-datepicker-prev {
    font-weight: 700;
    margin-right: 10px;
}

a.ui-datepicker-next {
    font-weight: 700;
}
.gform_body textarea {
    min-height: 90px;
}
.ginput_container_consent {
    display: flex;
}

.gfield.row ul {
    display: flex;
    flex-wrap: wrap;
}

.gfield.row ul li {
    margin-right: 30px;
}

.gfield_html_formatted p, .gfield_html_formatted li {
    font-size: 14px;
}

.gfield_html_formatted ul {
    list-style: disc;
    padding-left: 30px;
    margin-bottom: 25px;
}

.gfield_html_formatted li {
    margin-bottom: 10px;
}
.ginput_container_consent {
    display: flex;
}

.gfield.row ul {
    display: flex;
    flex-wrap: wrap;
}

.gfield.row ul li {
    margin-right: 30px;
}

.gfield_html_formatted p, .gfield_html_formatted li {
    font-size: 14px;
}

.gfield_html_formatted ul {
    list-style: disc;
    padding-left: 30px;
    margin-bottom: 25px;
}

.gfield_html_formatted li {
    margin-bottom: 10px;
}
.gform_page_footer .button, .gform_footer .button, .button.gform_button_select_files {
    line-height: 27px;
    min-height: 50px;
    border-radius: 6px;
    min-width: 140px;
    padding: 10px 20px;
    transition: background-color 200ms ease;
    font-family: Barlow, sans-serif;
    color: #212121;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 3px;
}

.gform_page_footer .button.gform_previous_button,  .gform_footer .button.gform_previous_button {
    background-color: transparent;
    border: solid thin transparent;
    color: #696969;
}
.button.gform_button_select_files {
    background-color: transparent;
    border: dashed thin #ccc;
    color: #696969;
}

.gform_page_footer .button.gform_previous_button:hover, .gform_footer .button.gform_previous_button:hover, .button.gform_button_select_files:hover {
    color: #3e3e3e;
    background-color: #d3d3d3;
}

.gform_page_footer .button.gform_button, .gform_footer .button.gform_button {
    background-color: #fff100;
    border-color: #fff100;
}

.gform_page_footer .button.gform_button:hover, .gform_footer .button.gform_button:hover {
    background-color: #ef4034;
    border-color: #ef4034;
    color: white;
}

.gform_page_footer, .gform_footer{
    display: flex;
}
.gfield.hidden_label label.gfield_label {
	display: none;
}

.gfield.Medium, .gfield.medium {
    max-width: 50%;
    display: inline-block;
    margin-right: 15px;
}
.gfield.Small, .gfield.small {
    max-width: 33%;
    display: inline-block;
    margin-right: 15px;
}
.no-padding .gform_body, .no-padding .gform_footer {
	padding-left: 0; padding-right: 0;
}
.stretch-fields .gfield input:not([type="radio"]), .stretch-fields .gfield select, .stretch-fields .gfield textarea { 
	width: 100%;
}
.gform_wrapper .condensed li.gfield {
	margin-bottom: 0;
}

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

.contact-container .gform_wrapper li.gfield {
	padding-right: 0;
}
.contact-container .gform_wrapper ul.gform_fields {
	margin-right: 0px;
}

.gfield.half {
    width: 50%;
    display: inline-block;
}
@media screen and (max-width: 480px) {
	.ginput_complex span {
		width: calc(50% - 15px);
	}
	.column-spacing {
    margin-bottom: 20px;
    margin-top: 20px;
	}

	.div-block-177 {
		margin-top: 30px;
	}
	h2 {
	    font-size: 30.5px;
    	line-height: 34.5px;
	}
	h3 {
		font-size: 27px;
    	line-height: 1.2;
	}
	.bb-donation-container {
		margin-top: 0;
		padding: 20px 20px;
	}

	div#wrhs-donation-toggles {
		padding-left: 0;
		padding-right: 0;
	}

	button.whrs-donation-toggle {
		padding: 15px 10px;
		font-size: 15px;
	}

	#bbox-root #mongo-form .BBFormSectionHeading {
		padding-left: 0;
		padding-right: 0;
	}

	#bbox-root #mongo-form .BBFormFieldContainer {
		padding-left: 0;
		padding-right: 0;
		margin: 0;
	}

	.BBFormRadioLabelGivingLevelOther {
		width: 100% !important;
		/* display: block !important; */
		max-width: 100%;
	}

	div#bboxdonation_billing_fldOrgGift {
		flex-wrap: nowrap;
	}
	
	.wrhs-donation-toggle-container h3, .bb-donation-container .BBFormSectionHeading > label {
    	font-size: 21px;
    	margin-top: 10px;
	}

	.bb-donation-container #bbox-root form#mongo-form .BBFormFieldContainer > div.BBFormRadioList {
		flex-wrap: wrap;
		justify-content: center;
	}

	.bb-donation-container #bbox-root form#mongo-form .BBFormContainer .BBFormRadioList .BBFormRadioItem .BBFormRadioLabel span {
		font-size: 16px;
	}

	.BBFormRadioItem.BBFormRadioGivingLevelItem {
		flex-basis: 18%;
	}

	.bb-donation-container #bbox-root form#mongo-form .BBFormContainer .BBFormRadioList .BBFormRadioItem .BBFormRadioLabel {
		min-height: 34px;
		padding: 5px 5px;
	}

	#mongo-form .BBFormFieldRecurrenceInfo {
		padding-left: 0;
		overflow: auto;
	}

	#mongo-form input.BBFormTextbox, #mongo-form select.BBFormSelectList, #mongo-form textarea.BBFormTextArea {
		font-size: 13px;
		margin-bottom: 15px;
	}

	#mongo-form label.BBFormFieldLabel, #mongo-form span.BBFormFieldLabel {
		margin-bottom: 10px;
	}

	.BBThreeFields span.BBFormFieldLabel {
		/* flex-wrap: wrap; */
		flex-basis: 100%;
	}

	.BBThreeFields select {
		flex-basis: 24%;
	}
	.BBThreeFields input {
    	flex-basis: 36%;
	}

	.BBThreeFields {
		justify-content: left;
	}

	div#bboxdonation_payment_divPaymentChoiceCreditCard {}

	.bb-donation-container #bbox-root form#mongo-form .BBFormFieldContainer > div.BBFormFieldContainerPaymentMethods:first-child {
		margin-right: 15px;
	}

	.bb-donation-container #bbox-root form#mongo-form .BBFormFieldContainer > div.BBFormFieldContainerPaymentMethods :first-child {margin-right: 10px;}

	#mongo-form #BBFormDDRoutingData input {
		margin-bottom: 0;
	}

	#BBFormDDRoutingData {
		margin-bottom: 15px;
	}
	.BBRecurrenceFieldContainer select {
    	flex-basis: 20%;
	}

	.BBRecurrenceFieldContainer span {
		width: 100%;
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		font-family: Barlow, sans-serif;
		font-size: 14px;
		line-height: 14px;
		color: #333;
		font-weight: bold;
		text-transform: capitalize;
	}

	#mongo-form .BBRecurrenceFieldContainer span select {
		margin-bottom: 10px;
		flex-basis: 100%;
		margin-top: 5px;
		font-family: "Work Sans", sans-serif;
		font-weight: normal;
	}
	.bb-donation-container #bbox-root form#mongo-form .BBFormFieldContainer input[type="checkbox"]:not(.BBFormChecklistCheck) {
    	margin-bottom: 8px;
	}
	.bb-donation-container #bbox-root form#mongo-form .BBFormErrorBlock {
		margin-left: 0;
		margin-right: 0;
	}
	
}

/* BB Event Form Styles */
#mongo-form .BBFormTable {
    border: none;
    /* background-color: rgba(221, 221, 208, 0.2); */
    background-image: none;
    background-color: transparent;
    border-radius: 0;
    padding: 0;
}

#mongo-form .BBFormSection {
    padding: 0;
    margin: 0;
}

#mongo-form > .BBFormContainer {
    padding: 0;
    margin: 0;
    border-radius: 0;
}

#mongo-form .BBFormTableRowCell {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
}

#mongo-form .BBFormTableRow select.BBFormSelectList.BBFormSelectQuantity {
    margin-bottom: 0;
}

#mongo-form .BBFormTableRow {
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0;
}

#mongo-form .BBFormTableHeader .BBFormTableHeaderCell {
    font-family: Barlow, sans-serif;
    font-size: 16px;
    line-height: 20px;
    padding-top: 0;
    padding-bottom: 0;
}

#mongo-form .BBFormTableHeader {
    Padding-top: 0;
    padding-bottom: 10px;
}
#mongo-form .BBFormAddedDonation {
    padding-top: 20px;
    padding-bottom: 20px;
}

#mongo-form label#bboxevent_priceselect_lblAddedDonation {font-family: "Work Sans", sans-serif;font-size: 1.2em;}

.BBSameAsBillingContainer input {
    vertical-align: top;
}

#mongo-form .BBSameAsBillingContainer {
    padding-bottom: 20px;
}
#mongo-form .BBFormSectionHeading {
    padding-left: 0;
    padding-right: 0;
}

#mongo-form .BBFormFieldContainer.BBFormSubSectionHeading {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
}

#mongo-form .BBFormSubSectionRegistrantAttributes fieldset {
    display: flex;
    width: 100%;
}

#mongo-form .BBFormSubSectionRegistrantAttributes fieldset legend {
    flex-basis: 100%;
}

#mongo-form .BBFormSubSectionRegistrantAttributes fieldset > div {
    flex-basis: 50%;
    margin-left: 0;
    margin-right: 0;
}
/*
#mongo-form .BBFormSubSectionRegistrantAttributes fieldset > div:first-child {
    margin-right: 15px;
}

#mongo-form .BBFormSubSectionRegistrantAttributes fieldset > div:last-child {
    margin-left: 15px;
}*/

#BBFormAttributes div.BBFormChecklist {
    border-radius: 6px;
}

#mongo-form .BBFormFieldContainer.BBFormSubSectionHeading label {
    font-size: 17px;
}

div#BBPanelAttributes {
    margin-bottom: 30px;
}

.sb_instagram_header.sbi_no_avatar {
    padding-left: 0 !important;
}

.wrhs-social-icons .social-icon {
    margin-right: 10px;
    width: 17px;
    height: 17px;
}
p.sbi_caption_wrap {
	min-height: 128px;
	overflow: hidden;
}

#sb_instagram .sb_instagram_header .sbi_header_text.sbi_no_bio h3 {
    margin-left: 10px !important;
    line-height: 1;
}

div#bboxsignup-a5664b43-34e9-47df-8267-c6d31889bee7_BBEmbeddedForm {}

[data-bbox-part-id='2c3f32c0-ea37-47a8-a49e-3c2d307015c6'].BBFormContainer {
    margin: 0 0px 0 auto;
}

.email-signup .footer-column {
    padding-right: 0px;
}

.story-item.footer {
    border-bottom: none;
    padding-top: 20px;
    padding-bottom: 0px;
	flex-wrap: wrap;
	max-width: 50%;
}
.red-power-text.stories-cta {
    min-width: 200px;
    text-align: right;
}

.stories-list-header {
    align-items: center;
}

.story-item.footer .feature-snippet {
    margin-top: 15px;
}
.story-item.footer .feature-snippet > span {
	display: block;
}

.story-item.footer > div {
    flex-basis: 100%;
    width: 100%;
}

.subtle-button {
    margin-right: 20px;
    padding: 3px 15px;
    border-style: solid;
    border-width: 1px;
    border-color: #cecece;
    border-radius: 8px;
    background-color: transparent;
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
    font-family: Barlow, sans-serif;
    color: #212121;
    font-size: 11px;
    line-height: 15px;
    font-weight: 600;
    letter-spacing: 3px;
    /* display: block; */
    text-transform: uppercase;
	text-decoration: none;
}
table .subtle-button {
	margin-left: auto;
}

.feature-snippet .subtle-button {
    margin-top: 20px;
	margin-bottom: 30px;
}
p > a, li > a, p > strong > a {
    color: #ef4034;
    text-decoration: none;
    position: relative;
	display: inline;
}


p > a::before, p > strong > a::before, li > a:not(.ab-item)::before {
    content: ' ';
    position: absolute;
    width: 60%;
    border-bottom: solid 1px transparent;
    bottom: -3px;
    left: 20%;
    transition: all 100ms;
}

p > a:hover::before, p > strong > a:hover::before, li:not(.menu-item) > a:not(.ab-item):hover::before {
    width: 100%;
    border-bottom: solid 2px #ef4034 !important;
    left: 0;
}
.post-email-signup-inner .ginput_container {
    margin-bottom: 0;
}

.post-email-signup-inner li.gfield {
    margin-bottom: 0;
}

.post-email-signup-inner .gform_footer .button {
    min-height: 38px;
}

/* Tighten up the grid */
.image-text.left-image .column-spacing:first-child {
    /*padding-right: 5px;*/
	padding-right: 40px;
}
/*
.image-text.left-image .column-spacing:last-child {
    padding-left: 55px;
}*/

body:not(.events-template-single-events-ball) .image-text.right-image .column-spacing:first-child {
  padding-right: 55px;
}

.image-text.right-image .column-spacing:last-child {
    padding-left: 5px;
}
.image-text.right-image .w-container .w-row,
.image-text.left-image .w-container .w-row {display: flex;flex-wrap: wrap;align-items: center;}

.events-template-single-events-ball .image-text .w-container .w-row {align-items: flex-start !important;}

.grid_cols .w-col.w-col-3 {
    width: calc(25% - 7.5px);
    padding: 0;
    margin-right: 10px;
}

.grid_cols .w-col.w-col-3:nth-child(4n) {
    margin-right: 0;
}
div#sb_instagram {
    margin-left: -10px;
    margin-right: -10px;
    min-width: 100%;
    width: auto !important;
}
.section-news .blog-post {
	margin-right: 10px;
	padding-left: 0;
	padding-right: 0;
}
.section-news .blog-post:last-child {
	margin-right: 0;
}
.section-news .container.flex-container {
	flex-wrap: nowrap;
  width: 100%;
}

.footer .email-signup .BBFormContainer {
    margin-right: 0;
    margin-left: auto;
    max-width: unset;
    /* margin-left: 0px; */
}

.footer .footer-column.email-text {
    flex-basis: 25%;
    min-width: auto;
}

.footer .BBFormSubmitbutton {
    min-height: 50px;
}
.footer .BBFormSection p {
    color: white;
    line-height: 20px;
}

.footer .BBFormSection p:first-child {
    margin-top: 12px;
}

.search-results .story-preview-container {
	max-width: 100%;
}


/* Add gutters for middle width screens */
@media screen and (min-width: 1260px) {
	.text_grid.grid_four .columns-parent.w-row {
		margin-left: 0;
		margin-right: 0;
	}
}

@media screen and (min-width: 481px) and (max-width: 1260px) {
    .container-navigation, .news-bar > div, 
    .home-card-section > .container, 
    .impact-home > .container, .section-cta, 
    .vid-story > .container, .featured-stories-home > .container, 
    .section-news, .footer > .social-line, .email-signup,
    #content > div:not(.section-news) > div, .text_grid.grid_four
     {
        padding-left: 20px;
        padding-right: 20px;
    }
	.page-template-pt-company #content > div.section div.subnav-container ~ div.container ~ div.container, .page-template-pt-company #content .subnav-container {
    	padding-left: 0;
    	padding-right: 0;
	}

	.page-template-pt-company .subnav-container ~ .container .w-col {
		padding-left: 0;
		padding-right: 0;
	}

    .grid_cols {
        /* padding-left: 40px; */
        /* padding-right: 40px; */
    }

    .home-hero {
        padding-left: 20px;
    }
	
	#content > div > div.image-block-wide.page-story.full, #content > div > div.image-block-wide.page-story.duel-pullout  {
		padding-left: 0; padding-right: 0;
	}
	
}
@media screen and (max-width: 1024px) {
    .section-news .container.flex-container {
        flex-wrap: wrap;
    }
    .section-news .blog-post {
        width: calc(50% - 5px);
    }
    .blog-post:nth-child(2n) {
        margin-right:0px;
    }

	.hero-heading {
		font-size: 64px;
	}

	.content-block-hero {
		max-width: 520px;
		margin-left: 0;
	}
	.donate-hero .content-block-hero {
		max-width: 100%;
		margin-left: auto;
		margin-bottom: 0;
	}

	#content .container.homeheader {
		padding-left: 0;
	}
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	.footer-title.white-text {
		font-size: 16px;
	}
	.search-results .story-preview-container {
		max-width: 635px;
		/*margin-left: auto;
		margin-right: auto;*/
	}

	#search-content .story-item {
		max-width: 100%;
	}
	.sidebar-story-item {	
		padding-left: 0;	
		padding-right: 0;	
		width: 100%;	
		padding-bottom: 30px;	
	}	
	.more-stories-block .w-row {	
		width: 100%;	
	}	
	.more-stories-block {padding-top: 40px;}	
	.news-hero-img {	
		margin-top: 20px;	
		margin-bottom: 30px;	
	}
	
	div.section-news#What-We-Do {
		padding-bottom: 140px;
	}
}
/* Tablet Styles */
@media screen and (max-width: 768px) {
	.post-body blockquote, .post-body blockquote {
		margin-top: 20px;
		margin-bottom: 20px;
		padding:  10px 20px;
	}

	.post-body blockquote, .post-body blockquote p {
		font-size: 27px;
	}
	.post-body p {
		max-width: 540px;
		margin-left: auto;
		margin-right: auto;
	}
	.homevidsection .red.power-combo {
		display: none;
	}
	
	.story-item.footer { 
		min-width: auto;
		max-width: 620px;
    	margin-left: 0;
    	margin-right: auto; }

  .image-text.left-image .column-spacing:last-child, 
  .image-text.left-image .column-spacing:first-child, 
  .image-text.right-image .column-spacing:first-child,
  .image-text.right-image .column-spacing:last-child {
      padding-left: 20px;
      padding-right: 20px;
  }    
	.image-text .div-block-177 {
		padding-left: 0;
	}

    .image-text .button:not(.gform_button) {
        margin-right: 0;
        margin-bottom: 40px;
    }

    .grid_cols .w-col.w-col-3 {
        width: calc(50% - 5px);
    }
    .grid_cols .w-col.w-col-3:nth-child(2n) {
        margin-right: 0;
    }
    .grid_cols p > img {
        margin-bottom: 20px;
    }
    #sb_instagram.sbi_col_4 #sbi_images .sbi_item {
        width: 50%;
    }
	.featured-stories-home .feature-column-contain.w-row {
		margin-left: -5px;
		margin-right: -5px;
	}
	 .big-yellow-txt {width: 50%;}
	 .impact-home {height: auto;}
	
	.home-card-wrap {
		flex-wrap: wrap;
		bottom: 70px;
	}
	.home-card-wrap .column {
		margin-right: 0;
		margin-bottom: 20px;
	}
	/*
	.home-card-wrap .column:nth-child( n + 2 ) .home-card-content {
		min-height: auto;
	}*/
	.more-stories-block .w-row {	
		width: 100%;	
	}	
	.more-stories-block h2.h2 {	
		margin: 0 20px 20px;	
	}	
	.sidebar-story-item {	
		padding-bottom: 20px;	
		border-bottom: 0;	
	}	
	.sidebar-story-item .h3 {	
		margin-top: 10px;	
	}	
	.news-hero-img {	
		margin-bottom: 20px;	
	}
	.post-body p {
		max-width: 540px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.event-item.featured .full-width.featured-event {
		height: auto;
	}

	.event-item.featured .full-width.featured-event img {
		max-width: 100%;
		position: unset;
		transform: unset;
	}

	.event-item.featured .featured-tag {
		position: absolute;
	}

	.event-item.featured .featured-tag.sold-out ~ .featured {
		display: none;
	}
}
@media screen and (max-width: 480px) {
	img.full-width {
		height: auto;
	}
	.text_grid p img {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	.home-card-wrap {
		bottom: 0;
	}
	.section-news .blog-post {
		width: 100%;
	}
	
    #sb_instagram.sbi_col_4 #sbi_images .sbi_item {
        width: 100%;
    }
	div#sb_instagram {
		margin-left: auto;
		margin-right: auto;
	}
  .simple .w-container .w-row, .two-cols .w-container .w-row, .grid_cols .w-container .w-row {
      margin-left: 0;
      margin-right: 0;
  }
  .w-container .w-row, .news-body .w-row {
	  width: auto;
	  margin-left: 0;
      margin-right: 0;
  }
	
  .grid_cols .w-col.w-col-3 {
      width: 100%;
      margin-left: 0;
      margin-right: 0;
      padding-left: 20px;
      padding-right: 20px;
  }

  .feature-image .no-wrap.w-container {
      padding-left: 0;
      padding-right: 0;
  }
  .feature-image .no-wrap.w-container .div-block-177  {
      padding-left: 20px;
      padding-right: 20px;
  }
	/*
  .image-text.left-image .column-spacing:last-child,
  .image-text.right-image .column-spacing:first-child {
      padding-left: 40px;
      padding-right: 40px;
  }*/
  .outer-container.social-line {
      padding-left: 10px;
      padding-right: 15px;
  }
  
  #sb_instagram .sb_instagram_header,
  .image-text.right-image .w-container .w-row,
  .image-text.left-image .w-container .w-row {display: block;}
  #sb_instagram .sb_instagram_header .sbi_header_text {float: none;}
  #sb_instagram .sb_instagram_header .wrhs-social-icons{justify-content: flex-start;padding-left: 0;margin-top: 10px;}
  #sb_instagram .sb_instagram_header a:first-child {margin-left: 0;}
	
	
	div.bb-donation-inner {
		margin-top: 0;
		box-shadow: none;
		-webkit-box-shadow: none;
		border-radius: 0;
		padding: 0;
	}

	.bb-donation-container {
		padding: 20px;
	}

	.page.page-template-pt-donate #mongo-form .BBRecurrenceFieldContainer span select.BBFormSelectList {
		flex-basis: 100%;
		margin-right: auto !important;
		max-width: unset !important;
		margin-left: 0;
		margin-right: auto;
	}

	.BBRecurrenceFieldContainer span {
		width: 65%;
	}

	#mongo-form label.BBFormFieldLabel, #mongo-form span.BBFormFieldLabel {
		display: block;
		width: 100%;
		max-width: 100% !important;
		font-size: 14px;
		padding-right: 0;
	}

	.page-template-pt-donate #mongo-form input.BBFormTextbox:not(.BBFormGiftOtherAmount), .page-template-pt-donate #mongo-form select.BBFormSelectList, .page-template-pt-donate #mongo-form textarea.BBFormTextArea {
		max-width: 100% !important;
	}

	.bb-donation-container #bbox-root form#mongo-form .BBFormFieldContainer.BBThreeFields, .bb-donation-container #bbox-root form#mongo-form .BBTwoFields > .BBFormFieldContainer {
		flex-wrap: wrap;
	}

	#mongo-form .BBFormContainer .BBFormFieldContainer .BBFormFieldLabel:first-child#bboxdonation_payment_lblSecCode {
		width: 100%;
		text-align: left;
		margin-left: 0;
	}


	div#DC_ValidOther {
		min-width: 185px;
	}
	div#DCCreditSecurityCode {
		min-width: 1px;
	}
	div#bboxdonation_payment_divProcessedByBlackbaud {
		padding-bottom: 30px;
	}
	div#cluetip {width: 100% !important;left: 0 !important; }
	#bboxdonation_billing_fldAnonymous {
		flex-wrap: nowrap !important;
	}
	.bb-donation-container #bbox-root form#mongo-form #bboxsecure {
		margin-bottom: 30px;
	}

	.BBFormDirectDebitDetails {
		margin-top: 30px;
	}

	.bb-donation-container select#bboxdonation_payment_cboYear, .bb-donation-container select#bboxdonation_payment_cboMonth {
		flex-basis: calc(50% - 20px);
	}

	select#bboxdonation_payment_cboMonth {}

	#mongo-form .BBCCreditType select.BBFormSelectList {
		/*width: 155px;*/
		width: 100%;
	}

	.bb-donation-container #bbox-root form#mongo-form .BBFormFieldContainer.BBFormFieldContainerGivingLevels {
		flex-wrap: nowrap;
	}

	.BBFormRadioItem.BBFormRadioGivingLevelItem {
		flex-basis: calc(25% - 5px);
	}
	.BBFormRadioItem.BBFormRadioGivingLevelItem:nth-child(4n) {
		margin-right: 0 !important;
	}

	.BBFormRadioItem.BBFormRadioGivingLevelItem:last-child {
		flex-basis: 100%;
	}

	.bb-donation-container #bbox-root form#mongo-form .BBFormContainer .BBFormRadioList .BBFormRadioItem .BBFormRadioLabel.BBFormRadioLabelGivingLevelSelected.BBFormRadioLabelGivingLevelOther > input {
		max-width: 100% !important;
		width: 100%;
		font-size: 16px;
	}

	.bb-donation-container #bbox-root form#mongo-form .BBFormContainer div#bboxdonation_billing_fldOrgGift {
		flex-wrap: nowrap;
	}
	.event-item .blog-h3 {
		margin-bottom: 10px;
	}

	.featured-list.events-grid {
		margin-bottom: 0;
		padding-bottom: 0;
	}

	.event-item h2.h2 {
		margin-bottom: 10px;
		font-size: 27px;
		line-height: 1;
	}
}


@media screen and (min-width: 481px) and (max-width: 768px) {
	.story-vid-header {
		width: 100%;
		font-size: 24px;
		padding-bottom: 10px;
	}

	.story-description {
		font-size: 13px;
		line-height: 16px;
		/* margin-bottom: 10px; */
	}

	.story-description p {
		margin-bottom: 0;
		padding-bottom: 0;
	}

	.storiesright a.button-white-stroke.w-button {
		font-size: 14px;
		line-height: 14px;
	}
	.gridbgblock {
		background-position: center center;
	}
	.gridbgblock.tall {
		background-position: center;
	}
}
@media screen and (min-width: 481px) and (max-width: 650px) {
  #w-node-e2ec7bf5b3f8-3a245920 {
    -ms-grid-column-span: 5 !important;
    grid-column-end: 5 !important;
  }
  #w-node-ae9fd642b6fc-3a245920 {
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 4;
    grid-column-end: 5;
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }
  .homevidsection .grid-4 {
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}


.return-top {
	transform: rotate(315deg);
}

.sub-header-inner {
    max-width: 40%;
    margin-left: 0;
    margin-right: auto;
}

.impact-home .sub-header-inner h5 {
    font-family: Barlow, sans-serif;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 3px;
}

.who-we-are-grid.grid-six a.gridbgblock.tall {
	-ms-grid-row: span 2;
	grid-row-start: span 2;
	-ms-grid-row-span: 2;
	grid-row-end: span 2;
	-ms-grid-column: span 2;
	grid-column-start: span 2;
	-ms-grid-column-span: 2;
	grid-column-end: span 2;
} 

.who-we-are-grid.grid-five a.gridbgblock.tall {
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
}

.who-we-are-grid.grid-seven a.gridbgblock.tall {
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
}
.who-we-are-grid.grid-seven a.gridbgblock:nth-child(5) {
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
}

.news-page-header .news-sub-nav {
	display: none !important;
}

p.small {
	font-size: 14px;
}
p.truncate {
    max-height: 97px;
    overflow: hidden;
    position: relative;
	
     -webkit-transition: max-height 1s; 
	  -moz-transition: max-height 1s; 
	  -ms-transition: max-height 1s; 
	  -o-transition: max-height 1s; 
	  transition: max-height 1s;  
}
p.truncate:hover {
	max-height: 900px;
}
p.truncate:hover::after {
	background: none;
}
p.truncate.open {
	max-height: 900px;
}

p.truncate::after {
  content: "";
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 70%;
  height: 1.2em;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 50%);
}
span.image-caption {
    line-height: 28px;
    font-size: 12px;
}

.header-mobile {
	display: none;
}
.header-desktop {
	display: flex;
}


.container-flex.footer-nav.legal-text {
    margin-top: 20px;
}

.legal-text .footer-column-large {
    align-self: flex-start;
    justify-content: flex-start;
    width: 100% !important;
    flex-basis: 100%;
}

.legal-text .footer-text.small {
    width: 100%;
    max-width: 100%;
    opacity: 0.6;
}

div#bboxdonation_divThanks > div {
    max-width: 585px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

.image-block-wide.page-story {
    margin-top: 40px;
}

.section.padding-top {
    padding-top: 60px;
}

.video.page-story {
    padding-top: 40px;
}

.post-email-signup.page-story {
    display: block !important;
}

.post-email-signup.page-story a {
    text-decoration: none;
}

.email-form-heading {
    margin-left: auto;
    margin-right: auto;
}

.post-email-signup.page-story a.button {
    margin-top: 30px;
    margin-bottom: 0px;
}

.post-email-signup.page-story {
    margin-top: 60px;
}
.image-block-wide.page-story.inline img.full-width {
    max-width: 800px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.image-block-wide.page-story.full img.full-width {
    height: 700px;
}

.image-block-wide.page-story.full > .container-flex {
    max-width: 100%;
}
.image-block-wide.page-story.duel-pullout .container-flex {
    max-width: 100%;
}

.duel-pullout .single-event-hero-img.position-relative {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
}

.power-text.position-bottom-left.right-caption {
    right: 0%;
    left: unset;
    margin-right: 30px;
}

img.full-width.duel-pull-img {
    width: 50%;
    height: 500px;
}
.right-caption, .left-caption {
    max-width: 35%;
}
.grid_cols.text_grid p > a {
    display: inline-block;
}

@media screen and (max-width: 481px) {
	.header-mobile {
		display: flex;
	}
	.header-desktop {
		display: none !important;
	}
	.standard-image-hero.donate-hero {
		background-position: bottom center;
	}
	.gform_body textarea {
		width: 100%;
	}
	.sbi_info p.sbi_caption_wrap {
		min-height: 128px;
	}
	.gridbgblock.tall {
		background-position: center;
	}

  .footer-logo-row {
    margin-top: 5px;
    margin-bottom: 2rem;
  }
  p.footer-text.small.no-logo {
    margin-top: 36px;
    margin-bottom: 12px;
  }

}
@media screen and (-webkit-min-device-pixel-ratio:0) and (max-width: 481px) { 
  select,
  textarea,
  input {
    font-size: 16px !important;
  }
}

@media screen and (max-width:732px) {
    .gridbgblock {
        min-height: 280px;
        padding: 20px;
    }

    .grid-block-heading {
        font-size: 26px;
    }
}

.story-item.footer .red-power-text a {
    font-size: 18px;
}

.story-item.footer .feature-snippet > span {
    font-size: 16px;
    line-height: 1.4;
}

.story-item.footer .feature-snippet {
    margin-top: 25px;
}

@media screen and (max-width:481px) {
	.home .hero-heading {
		font-size: 48px;
	}
	
   .gridbgblock { 
        min-height:240px;
        margin-bottom: 0;
		background-position: center center;
   }
	.who-we-are-grid {
		grid-row-gap: 10px;
		grid-column-gap: 10px;
	}
	.standard-image-hero {
		min-height: 65vh;
		padding-left: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
	}
	.impact-home {
		padding-top: 0;
		padding-bottom: 40px;
	}

	.big-yellow-txt {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.title-wrap-stories {
		padding-bottom: 20px;
	}

	.impact-header {
		padding-top: 10px;
	}

	.section-cta {
		padding-bottom: 50px;
	}

	.storiesright .power-combo {
		text-align: center;
		display: block;
	}

	.blog-post-wrap > a.blog-h3 {
		margin-bottom: 10px;
		margin-top: 5px;
	}

	.section-news .blog-post {
		margin-bottom: 20px;
	}
	.page-template-default:not(.home) .content-block-hero h1.hero-heading
	{
		text-align: left;
	}

	.page-template-default .content-block-hero .red-power-text.small {
		width: 100%;
	}
	
	.sbi_info p.sbi_caption_wrap {
		min-height: auto;
	}

	.sbi_info {
		min-height: auto;
	}
	.footer .container-flex.overflow-scroll {
		margin-bottom: -170px;
	}
	.power-combo.margin-b30 {
		margin-bottom: 20px;
	}

	.image-text .w-col:first-child, .two-cols .w-col:first-child {
		padding-bottom: 0;
		margin-bottom: 10px;
	}

	.w-col h1, .w-col h2, .w-col h3, .w-col h4 {
		margin-bottom: 20px;
	}
	ul#menu-main-menu {
    	min-height: 75vh;
	}

	.no-hero .navigation-block-right li a, .main-nav-link-dark {
		font-size: 18px;
		text-transform: uppercase;
		font-weight: bold;
	}

	.navigation.no-hero {
		padding-left: 0;
		padding-right: 0;
	}

	.container-navigation {
		padding-left: 20px;
		padding-right: 20px;
	}

	.navigation-block-right li .sub-menu li {
		/* font-size: 16px; */
	}

	.navigation-block-right li .sub-menu li a {
		font-size: 17px;
		padding-bottom: 15px;
		font-weight: 400;
	}

	#menu-main-menu.open {
		padding-top: 30px;
		box-shadow: 0px 15px 3px -6px rgb(0 0 0 / 50%);
	}

	#menu-main-menu.open > li:first-child {
		border-top: solid 1px #ccc;
		padding-top: 30px;
	}
	
	.dropdown-mobile {
		order: 3;
		margin-left: 0;
	}
	.search-nav {
		order: 1;
	}
	
	a.mobile-button-link::after {content: ' ';width: 25px;height: 2px;background-color: black;margin-bottom: 13px;transition: all 250ms ease;}

	.mobile-button-link {
		padding: 5px;
		position: relative;
		flex-wrap: wrap;
		/* display: inline-block; */
		align-items: center;
		justify-content: flex-end;
		width: 40px;
	}

	a.mobile-button-link::before {
		content: ' ';
		width: 25px;
		height: 2px;
		background-color: black;
		margin-top: 13px;
		transition: all 250ms ease;
	}

	.dropdown-toggle {
		display: flex;
		
		font-family: Barlow, sans-serif;
		font-size: 16px;
		font-weight: bold;
		justify-content: space-between;
		align-items: center;
		margin-left: 10px;
		letter-spacing: 2px;
	}

	.w--open a.mobile-button-link::before {
		transform: rotate(45deg);
		margin-top: 21px;
		margin-bottom: -4px;
	}

	.w--open a.mobile-button-link::after {
		transform: rotate(-45deg);
		margin-bottom: 40px;
		margin-top: 2px;
	}
	
	.navigation.no-hero.no-bottom-margin.mobile-grey {
		margin-bottom: 20px;
	}
	
    .navigation.mobile-grey, 
    .navigation.mobile-grey #menu-main-menu, 
    .navigation.mobile-grey .navigation-block-right li .sub-menu {
		background-color: #f1f1f1;
	}
	.navigation.mobile-grey .capital-heading,
	.blog .capital-heading {
		font-size: 16px;
	}
	
	.outer-container.footer-nav {
		background-color: rgba(0, 0, 0, 0.05);
	}

	ul#menu-main-footer-menu {
		display: none;
	}

	.container-flex.footer-nav-contain {
		display: none;
	}

	.footer .container-flex.footer-nav {
		justify-content: flex-start;
	}

	.footer-nav .footer-nav .footer-column {
		align-items: flex-start;
	}

	#menu-footer-menu li, .footer-list-item {
		text-align: left;
		margin-bottom: 22px;
		text-transform: capitalize;
		opacity: 0.8;
	}

	#menu-footer-menu li a, .footer-nav-contain .menu li li a, .footer-list-item-link {
		text-transform: inherit;
		font-size: 18px;
	}

	p.footer-text.small {
		font-weight: bold;
		margin-bottom: 18px;
		font-size: 14px;
		position: relative;
	}

	/*.outer-container.footer-nav::after {content: '2021 Copyright Northern NSW Helicopter Rescue Service Ltd - 1800 155 155';opacity: 0.8;}*/

	.footer-logo {
		margin-bottom: 113px;
		position: relative;
	}
	.legal-text .footer-text.small {
		font-weight: normal;
		font-size: 11px;
	}

	.footer-text.small:not(.legal-text, .no-logo):after {content: " "; width: 75px;height: 75px;display: inline-block;position: absolute; top: 85px;left: 0;background-image: url(/wp-content/uploads/2020/12/ACNC-Registered-Charity.png);background-size: contain;background-repeat: no-repeat;}
	
	.container-flex.footer-nav.legal-text {
		margin-top: 0;
	}

	.legal-text .footer-column-large {
		margin-top: 0;
	}
	
	.news-hero-img {
		margin-bottom: 0;
	}
	.news-page-header {
		padding-left: 20px;
		padding-right: 20px;
	}

	.single-post .news-body div > div > .w-col {
		padding-left: 20px;
		padding-right: 20px;
	}

	.more-stories-block h2.h2 {
		margin: 0 0 20px;
	}

	.sidebar-story-item {
		padding: 5px 0px;
	}

	.sidebar-story-item .h3 {
		margin-top: 0;
	}

	.single .featured-stories-home .title-wrap-left {
		text-align: left;
		width: 100%;
	}

	.single .featured-stories-home h3.heading-primary {
		text-align: left;
		padding-left: 0;
		padding-right: 0;
		display: block;
	}

	.more-news-link {
		display: none;
	}

	.single-post .featured-stories-home {
		padding-top: 0;
	}
	
	input#bboxdonation_billing_billingAddress_txtAUPostCode {
		flex-basis: calc(50% - 4px);
	}

	.BBFormFieldContainer.BBFormFieldContainerRequired.BBCCreditType {
		width: 100%;
	}

	div#DCCreditSecurityCode {
		max-width: 80px;
	}
	.hero-heading, .paragraph-hero {
		text-align: left;
	}
	.contact-details {
		padding-left: 20px;
		padding-right: 20px;
	}

	.contact-base {
		padding-top: 40px;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 0px;
	}

	.contact-base .h2 {
		padding-top: 0;
		margin-top: 0;
	}

	.contact-base .w-col {
		padding-left: 0;
		padding-right: 0;
	}

	.base-details {
		margin-bottom: 60px;
	}

	.base-details .location-header-red {
		padding-bottom: 20px;
	}

	.base-type {
		padding-bottom: 20px;
		font-size: 22px;
	}

	.contact-base .w-container .w-row {
		margin-top: 0;
	}

	.h2-contain {
		margin-bottom: 40px;
	}
	.home-hero.header-mobile {
		padding-left: 20px;
		padding-right: 20px;
	}

	.button-wrap-hero {
		margin-right: auto;
	}
	.story-preview-container h2.red-power-text {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 5px;
		padding-left: 10px;
		padding-right: 0px;
	}

	.blog .featured-story .story-item-news-header {border: none;padding-top: 0;padding-bottom: 0;}

	.story-preview-container .feature-snippet {
		width: 100%;
	}
	.standard-image-hero.donate-hero.header-mobile {
		min-height: 55vh;
	}

	.donate-hero.header-mobile .content-block-hero {
		padding-left: 0;
		padding-right: 0;
		/* margin-top: auto; */
	}

	.standard-image-hero.donate-hero .homeheader {
		justify-content: flex-end;
		align-content: baseline;
		/* align-items: flex-end; */
	}

	.standard-image-hero.donate-hero h1, .standard-image-hero.donate-hero p {
		text-align: left;
	}

	.standard-image-hero.donate-hero.header-mobile {
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 10px;
	}
	.page-template-default .content-block-hero h1.hero-heading {
		font-size: 42px;
	}

	.home-hero.header-mobile {
		padding-left: 20px;
		padding-right: 20px;
	}

	.homeheader .paragraph-hero {
		text-align: left;
	}

	.homeheader .button-wrap-hero {
		margin-right: auto;
		margin-bottom: 15px;
	}
	input[type="file"] {
		color: transparent;
	}
	input[type="file"]::before {
		color: #333333;
	}
	.single-missions .container.homeheader {
		padding: 20px;
	}

	.single-missions .container.homeheader .content-block-hero {
		padding-left: 0;
		padding-right: 0;
	}

	.single-missions .container.homeheader .feature-event-card {
		margin-bottom: 10px;
		padding: 20px;
	}
	.page-template-pt-story-home .paragraph.feature-small-left {
		display: none;
	}

	.page-template-pt-story-home .yellow-block {
		height: auto;
		padding: 20px;
		display: flex;
		min-height: 55vh;
		justify-content: space-between;
	}

	.page-template-pt-story-home .text-block-3 {
		left: 20px;
		top: 30px;
	}

	.page-template-pt-story-home .cta-content-top {
		margin-bottom: 10px;
	}

	.page-template-pt-story-home h3.heading-primary.h3-centre-white.featured-story-h3 {
		margin-bottom: 0px;
	}
	.section-events, .news-page-header.header-blog { padding-top: 0; }
	.post-hero-h1 {
		font-size: 42px;
		text-align: left;
		padding: 0 20px;
		margin-top: 0;
	}

	.single .post-header .red-power-text {
		padding-bottom: 0;
	}
	.red-power-text.small a, .red-power-text.small {
		font-size: 11px;
	}
	p.capital-heading {
		font-size: 16px;
	}
	.utility-page-content {
		padding-bottom: 140px;
	}
	.utility-page-content ._404-h4 {
		font-size: 42px;
	}
	.error404 .outer-container.footer-nav {
		background: #f2f2f2;
	}
	.error404 footer.site-footer {
		background-color: #f2f2f2;
		padding-top: 100px;
		margin-top: 0;
	}
	.events-list-header.margin-v {
		padding: 0 20px;
	}

	.page-template-pt-events #content .container.homeheader {
		padding-left: 20px;
		padding-right: 20px;
	}

	.content-block-hero.events-hero-text {
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 0px;
	}

	.events-hero .feature-event-card {
		margin-bottom: 20px;
	}
	.stories-list-header {
		border-bottom: none;
		margin-bottom: 0;
		margin-top: 20px;
	}
	.page-template-pt-story-home .story-image-container {
		padding-left: 20px;
		padding-right: 20px;
	}
	.story-item.footer {
		max-width: 100%;
		padding: 0 20px;
	}

	.story-item.footer > div.red-power-text a {
		font-size: 16px;
	}
	.page-template-pt-story-home .gfield.Medium, 
	.page-template-pt-story-home .gfield.medium {
		margin-right: 0;
	}

	.page-template-pt-story-home .gform_body input:not([type="checkbox"]) {
		width: 100%;
	}

	.page-template-pt-story-home .gform_wrapper li.gfield {
		padding-right: 0;
	}

	.page-template-pt-story-home ul.gform_fields {
		margin-right: 0;
	}

	.page-template-pt-story-home .ginput_complex span {
		width: 50%;
		padding-right: 0;
		box-sizing: border-box;
	}

	.page-template-pt-story-home .ginput_complex span:first-child {
		padding-right: 15px;
		margin-right: 0;
	}

	.page-template-pt-story-home .ginput_complex span {
		margin-right: 0;
		width: 50%;
	}
	.m-right-15, .page-template-pt-story-home .gfield.medium.m-right-15 {
		padding-right: 15px;
	}
	.page-template-pt-story-home .ginput_complex span.ginput_full {
		width: 100%;
		padding-right: 0;
	}

	.page-template-pt-story-home .ginput_complex span.ginput_left {
		padding-right: 15px;
	}
	.single-missions  #content .container.homeheader {
		padding-left: 20px;
	}
	
	.page-template-pt-events .standard-image-hero.events-hero {
		padding-top: 40px;
	}
	.image-block-wide.page-story.full img.full-width {
		height: auto;
	}

	.post-body.page-story blockquote, .post-body.page-story blockquote p {
		font-size: 19px;
	}
	.right-caption, .left-caption {
		max-width: 35%;
	}

	.duel-pullout .single-event-hero-img.position-relative {
		flex-wrap: wrap;
	}

	img.full-width.duel-pull-img {
		width: 100%;
		height: 300px;
	}

	.duel-pullout .power-text.position-bottom-left.right-caption, .duel-pullout  .power-text.position-bottom-left.left-caption {
		max-width: 100%;
		margin-left: 20px;
		margin-right: 20px;
	}

	.duel-pullout .power-text.position-bottom-left.left-caption {
		bottom: unset;
		top: 38%;
	}

}
@media screen and (max-width:480px) {
	#donate-bar p {font-size:18px;line-height:24px; margin-bottom:10px; margin-right: 0; text-align: center;}
	#donate-bar a {margin:0;display:block}
}

@media screen and (max-width:375px) {
	.gridbgblock {
		min-height: 160px;
		padding: 15px;
	}
	.grid-block-heading {
		font-size: 20px;
	}
}


.wrhs-toggle .BBFormSectionHeading, .wrhs-toggle .BBFormSubSectionHeading {
    border-bottom: solid 1px #ccc;
    position: relative;
}

.wrhs-toggle .BBFormSectionHeading::after, .wrhs-toggle .BBFormSubSectionHeading::after {content: '-';position: absolute;right: 0;/* bottom: 3px; */font-size: 25px;line-height: 1;width: 25px;height: 25px;text-align: center;transition: all 250ms;transform: rotate(0deg);}


.wrhs-toggle .BBFormSubSectionHeading::after {
    bottom: 1px;
}

.wrhs-toggle .BBFormSectionHeading::after {
    bottom: 7px;
}

.wrhs-toggle.wrhs-toggle-closed .BBFormSectionHeading::after, .wrhs-toggle.wrhs-toggle-closed .BBFormSubSectionHeading::after {content: '+';transform: rotate(90deg);}
.exta-padding { padding: 0 30px; }

.tabs .tab.active {display: block;}
.tabs .tab {display: none;}
.bb-donation-tab-wrapper {max-width: 570px;margin: 2rem auto; min-height: 50vh;}

.BBFormContainer[data-bbox-part-id="2c3f32c0-ea37-47a8-a49e-3c2d307015c6"] .BBFormSection fieldset, .BBFormContainer[data-bbox-part-id="2c3f32c0-ea37-47a8-a49e-3c2d307015c6"] .BBFormSection fieldset legend {
  flex-wrap: wrap;
}

div#reCAPTCHADisclosure.BBFormFieldContainer {
  width: 50%;
}

div#reCAPTCHADisclosure.BBFormFieldContainer > p {
  font-size: 90%;
  opacity: 0.6;
}

.form-block .BBFormContainer div#reCAPTCHASection.BBFormSection {
  width: auto;
}

.ball-events {
  padding: 100px 20px 40px;
}
.ball-events .events-list {
  position: relative;
  width: 100%;
}
.ball-events .events-list .event-ball {
  width: 48%;
  border-bottom: 1px solid #D6D6D6;
  padding-bottom: 24px;

}
.ball-events .events-list .event-ball:not(:last-child) {
  margin-bottom: 14px;
}
.ball-events .events-list .event-ball h2{
  margin: 0 0 10px;
  text-decoration: none;
  width: 100%;
}
.ball-events .events-list .event-ball a{
  text-decoration: none !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items:center;
  -ms-flex-align: center;
  align-items:center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
}
.ball-events .events-list .event-ball .category-text {
  padding: 0 0 0 54px;
  position: relative;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 2px;
}
.ball-events .events-list .event-ball .category-text:before {
  content: '';
  position: absolute;
  background: #F04034;
  height: 2px;
  width: 34px;
  left: 0;
  top: 9px;
}

.ball-events .events-list .event-ball img {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 48%;
  object-fit: cover;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.ball-events .events-list .event-ball:first-child img {
  opacity: 1;
}
.ball-events .events-list .event-ball:hover img {
  opacity: 1;
  z-index: 3;
}
.events-template-single-events-ball .content-block-hero .button-white-stroke{
  margin: 0 auto
}
.events-template-single-events-ball .content-block-hero p{
  max-width: 660px;
  margin-inline: auto;
  text-align: center;
}
.image-text .text-h .button{
  border: 2px solid #0A1E36;
  display: inline-block;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.image-text .text-h p{
  margin-bottom: 25px;
}
.under-banner-details {
  background: #0A1E36;
  color: white;
  font-size: 18px;
  line-height: 27px;
  font-family: Barlow, sans-serif;
  padding: 60px 0;
  font-weight: 600;
  margin-bottom: 96px;
}

.under-banner-details .container>div {
  width: 25%;
  text-align: center;
  padding: 0 40px;
  border-left: 1px solid rgb(255 255 255 / 30%);
  align-self: stretch;
  font-family: 'Work Sans', sans-serif;
}
.under-banner-details .container>div:first-child {
  border-left: none;
}
.under-banner-details .title {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-top: 48px;
  background-position: top center;
  background-size: auto 32px;
  background-repeat: no-repeat;
  font-family: Barlow, sans-serif;
}
.under-banner-details .event-date .title {
  background-image: url('../img/calendar-icon.svg');
}
.under-banner-details .location .title {
  background-image: url('../img/location-icon.svg');
}
.under-banner-details .dress_code .title {
  background-image: url('../img/coat-hanger-icon.svg');
}
.under-banner-details .theme .title {
  background-image: url('../img/event-confetti.svg');
}
.logo-grid {
  padding: 100px 0;
}
.logo-grid .power-combo{
  margin-bottom: 75px;
}
.logo-grid .logo-container + .logo-container {
  margin-top: 180px;
}
.logo-grid .logo-list{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 120px;
  text-align: center;
  margin: 0 -5px;
	width: 100%;
}
.logo-grid .logo-list.col-4 .logo-item{
  width: calc(25% - 10px);
  margin: 0 5px;
  padding: 0 40px;
}
.logo-grid .logo-list.col-6 .logo-item {
  width: calc(16.6667% - 10px);
  margin: 0 5px;
  padding: 0 20px;
}
.logo-grid .logo-list a {
  display: block;
}
.logo-grid .logo-list.col-4 img{
  /*max-height: 88px;*/
  max-width: 100%;
  height: auto;
  width: auto;
}
.logo-grid .logo-list.col-6 img {
  max-height: 64px;
  max-width: 100%;
  height: auto;
  width: auto;
}
.events-template-single-events-ball hr {
  margin: 90px auto;
}

.events-template-single-events-ball .section-news .heading-primary{
  margin: 0;
  max-width: 100%;
  width: auto;
  padding: 0;
}
.events-template-single-events-ball .section-news .title-wrap-left{
  display: flex;
  flex-wrap: wrap;
  align-items: center !important;
  flex-direction: row !important;
  justify-content: space-between;
  margin-bottom: 40px;
  padding: 0 !important;
}
.events-template-single-events-ball .section-news .title-wrap-left .button{
  margin: 0 0 0 20px;
  align-self: center;
  border: 2px solid #0A1E36;
  text-transform: uppercase;
}
.events-template-single-events-ball .section-news .mobile{
  display: none;
  text-transform: uppercase;
}
.image-slider {
  max-width: 1240px;
  margin: 0 auto;
  position: relative;
  padding-top: 50px;
}
.image-slider .red-arrow-link {
  text-transform: uppercase;
}
.image-slider .slider {
  aspect-ratio: 16/10;
  overflow: hidden;
}
.image-slider .slider.slick-initialized{
  aspect-ratio: inherit;
}
.image-slider .img-h {
  aspect-ratio: 16/10;
}
.image-slider .img-h img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image-slider .slider .slick-arrow {
  position: absolute;
  top: 50%;
  left: 10px;
  width: 70px;
  height: 70px;
  text-indent: -9999px;
  border: none;
  padding: 0;
  margin: -52px 0 0;
  border-radius: 100px;
  background: #ffffff url(../img/arrow-slider.svg) no-repeat center left 23px;
  opacity: 0.55;
  transition: all 0.3s ease-in-out;
  z-index: 10;
}
.image-slider .slider .slick-arrow.slick-next {
  transform: scaleX(-1);
  left: auto;
  right: 10px;
}
.image-slider .slider .slick-arrow:hover {
  opacity: 1;
}
.image-slider .slider .slick-dots {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 20px 0 0 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  gap: 8px;
}
.image-slider .slider .slick-dots li {
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  list-style: none;
}
.image-slider .slider .slick-dots button {
  width: 12px;
  height: 12px;
  border: 1px solid #EF4034;
  background: transparent;
  margin: 0;
  padding: 0;
  display: block;
  text-indent: -9999px;
  text-align: left;
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
}
.image-slider .slider .slick-dots .slick-active button {
  background: #EF4034;
}
.tickets-banner {
  position: relative;
  width: 100%;
  height: 512px;
  overflow: hidden;
  margin-top: 96px;
  margin-bottom: 17px;
}
.tickets-banner img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.tickets-banner .container {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin: 0 auto;
  display: block;
  text-align: center;
  padding: 0 20px;
  transform: translate(0, -50%);
}
.tickets-banner .heading-primary {
  font-size: 91.13px;
  line-height: 93px;
  color: #0A1E36;
  width: 100%;
  text-align: center;
  max-width: 100%;
  margin: 0 0 30px;
}
.tickets-banner .button {
  display: inline-block;
  text-transform: uppercase;
  margin: 0;
  border: 2px solid #0A1E36;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.events-template-single-events-ball .content-block-hero .button-white-stroke,
.events-template-single-events-ball .button  {
  padding: 11px 38px !important;
  letter-spacing: 1px;
  font-size: 18px;
}
.events-template-single-events-ball .content-block-hero p {
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .events-template-single-events-ball .content-block-hero p{
    font-size: 27px;
    margin-bottom: 30px;
    line-height: 32px;
  }
  .image-text.right-image .image-h{
    order: 2;
    padding-right: 20px;
  }
  .image-text.right-image .text-h:last-child {
    padding-right: 20px;
    padding-left: 20px;
  }
  .image-text .text-h h2 {
    margin-bottom: 16px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'Work Sans', sans-serif;
    color: #0A1E36;
    font-size: 60.75px;
    line-height: 60.75px;
    font-weight: 700;
    text-align: left;
    letter-spacing:-1.0px;
  }
}
@media screen and (max-width: 1023px) {
  .ball-events .events-list .event-ball .category-text {
    padding-left: 40px;
  }
  .ball-events .events-list .event-ball .category-text:before {
    width: 20px;
  }
  .events-template-single-events-ball .section-news {
    padding-bottom: 100px !important;
  }
}
@media screen and (max-width: 820px) {
  .logo-grid .logo-list.col-4 .logo-item{
    width: calc(50% - 10px);
    margin: 0 5px;
    padding: 0 40px;
  }
  .logo-grid .logo-list.col-6 .logo-item {
    width: calc(25% - 10px);
    margin: 0 5px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .ball-events {
    padding: 64px 20px 100px;
  }
  .ball-events .events-list .event-ball .category-text {
    padding-left: 0;
  }
  .ball-events .events-list .event-ball .category-text:before {
    display: none;
  }
  .ball-events .ball-event-img {
    aspect-ratio: 20/7;
    margin-bottom: 18px;
  }
  .ball-events .events-list .event-ball img {
    opacity: 1;
    z-index: 3;
    display: block;
    position: relative;
    height: 100%;
    width: 100%;
  }
  .ball-events .events-list .event-ball {
    padding-bottom: 20px;
    width: 100%;
  }
  .ball-events .events-list .event-ball:not(:last-child) {
    margin-bottom: 40px;
  }
  .image-text .text-h .red-power-line {
    display: none;
  }
  .image-text .text-h h2 {
    font-size: 40px;
    line-height: 46px;
    color: #0A1E36;
  }
  .under-banner-details {
    padding: 50px 0;
    margin: 20px 20px 44px;
  }
  .under-banner-details .container>div {
    width: 100%;
    padding: 0 20px;
    border-left: none !important;
    position: relative;
  }
  .under-banner-details .container>div {
    width: 100%;
    padding: 0 20px;
    border-left: none !important;
    position: relative;
  }
  .under-banner-details .container>div:not(:last-child) {
    padding-bottom: 30px;
    margin-bottom: 32px;
  }
  .under-banner-details .container>div:not(:last-child):after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 90px;
    border-bottom: 1px solid rgb(255 255 255 / 30%);
    content: '';
  }
  .events-template-single-events-ball .content-block-hero .hero-heading {text-align: center;}
  .events-template-single-events-ball hr {
    margin: 60px auto;
  }
  .events-template-single-events-ball .section-news .heading-primary{
    text-align: left;
    padding: 0;
  }
  .events-template-single-events-ball .section-news .title-wrap-left {
    margin-bottom: 30px;
  }
  .events-template-single-events-ball .section-news .title-wrap-left .button{
    display: none;
  }
  .events-template-single-events-ball .section-news .mobile {
    display: block;
    text-align: center;
  }
  .events-template-single-events-ball .button {
    width: auto;
    display: inline-block;
    margin-right: auto;
    padding-inline: 28px !important;
  }
  .logo-grid {
    padding: 50px 20px;
    position: relative;
  }
  .logo-grid::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: calc(100% - 40px);
    margin: 0 auto;
    top: -1px;
    border: 1px solid #D8D8D8;
  }
  .logo-grid .heading-primary {
    text-align: center;
    margin-bottom: 50px;
    font-size: 30px;
    line-height: 35px;
  }
  .logo-grid .power-combo{
    margin-bottom: 48px;
  }
  .logo-grid .logo-container + .logo-container {
    margin-top: 125px;
  }
  .logo-grid .logo-list{
    row-gap: 64px;
  }
  .logo-grid .logo-list.col-4 .logo-item{
    width: calc(100% - 10px);
    margin: 0 5px;
    padding: 0 20px;
  }
  .logo-grid .logo-list.col-6 .logo-item {
    width: calc(50% - 10px);
    margin: 0 5px;
    padding: 0 10px;
  }
  .logo-grid .logo-list.col-4 img{
    max-height: 80px;
    max-width: 220%;
  }
  .logo-grid .logo-list.col-6 img {
    max-height: 52px;
    max-width: 136px;
  }
  .events-template-single-events-ball .image-text + hr {
    margin-top: 0;
  }
  .image-slider .title-wrap-left h2 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 35px;
  }
  .image-slider .slider .slick-arrow {
    transform: scale(0.4);
    transform-origin: left;
  }
  .image-slider .slider .slick-arrow.slick-next {
    transform: scale(0.4) rotate(180deg); 
    right: 37px;
    transform-origin: right;
  }
  .tickets-banner {
    margin-top: 5px;
    margin-bottom: 64px;
    height: 324px;
    background: #E8E8E8;
  }
  .tickets-banner img{
    display: none;
  }
  .tickets-banner .heading-primary {
    font-size:64px;
    line-height: 66px;
    margin: 0 0 20px;
    letter-spacing: -0.3px;
    padding: 0;
  }
}


/*Slider*/
.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}
.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}
.slick-list:focus{outline:none}
.slick-list.dragging{cursor:pointer;cursor:hand}
.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.slick-track{position:relative;top:0;left:0;display:flex;margin-left:auto;margin-right:auto}
.slick-track:before,.slick-track:after{display:table;content:''}
.slick-track:after{clear:both}
.slick-loading .slick-track{visibility:hidden}
.slick-slide{display:none;height:100%;min-height:1px}
.slick-slide img{display:block}
.slick-slide.slick-loading img{display:none}
.slick-slide.dragging img{pointer-events:none}
.slick-initialized .slick-slide{display:block}
.slick-loading .slick-slide{visibility:hidden}
.slick-vertical .slick-slide{display:block;height:auto;}
.slick-arrow.slick-hidden{display:none}


/* Rescue Ball Dialog */
.rescue-ball-dialog {
    width: 100%;
    max-width: 580px;
    border: solid 0px transparent;
    border-radius: 15px;
    padding: 0 25px 25px;
    overflow-y: scroll;
    min-height: 300px;
    position: relative;
}
.rescue-ball-dialog-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background-color: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  font-size: 1rem;
}

.rescue-ball-dialog::backdrop {
    background-color: rgba(0,0,0,0.7);
}
.rescue-ball-dialog iframe { background-color: white;}

.dialogLoadingWrap {
  position: absolute;
  inset: 0 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 0;
}
.dialogLoadingWrap svg {
  display: block;
  max-width: 5rem;
  max-height: 5rem;
  animation-name: loading;
  animation-duration: 2500ms;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
@keyframes loading {
  0% { rotate: 0deg; scale: 1; }
  50% { scale: 1.1; } 
  100% { rotate: 360deg; scale: 1;}
}
body.no-scroll {
  position: fixed;
}