.w-pagination-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.w-pagination-previous {
  display: block;
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #ccc;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.w-pagination-next {
  display: block;
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #ccc;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.w-form-formradioinput--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: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

.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 {
  padding-top: 96px;
  font-family: Gotham, sans-serif;
  color: #1f1f1f;
  font-size: 17px;
  line-height: 1.6;
}

h1 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 42px;
  line-height: 1.2;
  font-weight: 700;
}

h2 {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 26px;
  line-height: 1.3;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 700;
}

p {
  margin-bottom: 15px;
}

a {
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  color: #33689b;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}
#maincontent main > p a{text-decoration: underline;}

a:hover {
  color: #1f1f1f;
}

ul {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-left: 30px;
}
#cpcontentBottom, #cpcontent, #cpcontentev, #cpcontentevBottomev{width: 100%; clear: both; }
#cpcontentBottom ul, #cpcontent ul, #cpcontentev ul, #cpcontentevBottomev ul{padding-left: 0px; width: 100%; position: relative; text-align: center; min-height: 55px; }
#cpcontentBottom ul li, #cpcontent ul li, #cpcontentev ul li, #cpcontentevBottomev ul li{ width: 150px !important; display: inline-block !important; text-align: center;}
#cpcontentBottom ul li:first-of-type, #cpcontent ul li:first-of-type, #cpcontentev ul li:first-of-type, #cpcontentevBottomev ul li:first-of-type{ position: absolute; left: 0; text-align: left; margin: 0;}
#cpcontentBottom ul li:last-of-type, #cpcontent ul li:last-of-type, #cpcontentev ul li:last-of-type, #cpcontentevBottomev ul li:last-of-type{ position: absolute; right: 0; text-align: right; margin: 0;}

 @media screen and (max-width: 600px) {
 #cpcontentBottom ul li.current, #cpcontent ul li.current, #cpcontentev ul li.current, #cpcontentevBottomev ul li.current{ display: none !important;}
  
  }
li {
  margin-bottom: 10px;
  line-height: 1.5;
}

strong {
  font-weight: 700;
}

blockquote {
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  border-left: 5px solid #33689b;
  background-color: #edeeed;
  font-size: 1.1em;
  line-height: 1.7;
  font-weight: 500;
	clear: both;
}
blockquote p{ margin: 0 !important; padding: 0 !important; color: #1f1f1f !important; }

.content-section {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  color: #1f1f1f;
}




.content-section.cs-contact {
  background-color: #3baa35;
  color: #fff;
  font-size: 15px;
}

.content-section.cs-contact {
  background-color: #3baa35;
  color: #fff;
}

.content-section.cs-landing-footer {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #edeeed;
  text-align: center;
}

.content-section.cs-data-protection {
  font-size: 17px;
}

.content-section.cs-landing {
  z-index: 40;
  padding-top: 60px;
  padding-bottom: 0px;
}

.content-section.cs-events {
  padding-bottom: 80px;
  background-color: #33689b;
  color: #fff;
}

.content-section.cs-news, .news-events #maincontent, .content-section.cs-summary-of-work, .our-work-case-studies #maincontent, .content-section.cs-supporting-partners, .supporting-partners #maincontent, .content-section.cs-candidates-training,  .content-section.cs-candidates-cv, .training-courses-and-supports #maincontent, .Our-members #maincontent, .contact #maincontent, .participants .content-section.cs-info-header, .participants #maincontent{
  background-color: #edeeed;
}
.contact #maincontent{ padding-bottom: 60px;}
.content-section.cs-info-header, .participants .content-section.cs-info-header.toolkit{background-color: #fff;}
.participants .content-section.cs-info-header.pls{background-color: #edeeed;}
 /*.contact #maincontent { background:  #3baa35; color: #fff; }*/

 .contact #maincontent a{ color: #33689b !important;}

.content-section.cs-the-pledge, .what-we-are-doing #maincontent{
  background-color: #33689b;
  color: #fff;
  font-weight: 500;
}

.content-section.cs-members-training{
  background-color: #edeeed;
  color: #1f1f1f;
  font-weight: 500;
}

.content-section.cs-case-study {
  padding-top: 60px;
}

.content-section.cs-contact-1 {
  background-color: #2d8328;
  color: #fff;
}
.content-section.cs-contact-1 a{ color: #fff; text-decoration:  underline;}

.content-section.cs-success {
  min-height: 50vh;
}

.content-section.cs-candidates {
  background-color: #33689b;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(51, 104, 155, 0.91)), to(rgba(51, 104, 155, 0.91))), url('../images/candidates.jpg');
  background-image: linear-gradient(180deg, rgba(51, 104, 155, 0.91), rgba(51, 104, 155, 0.91)), url('../images/candidates.jpg');
  background-position: 0px 0px, 50% 30%;
  background-size: auto, cover;
  color: #fff;
}

.content-section.cs-candidates-home {
  display: none;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #33689b;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(51, 104, 155, 0.94)), to(rgba(51, 104, 155, 0.94))), url('../images/candidates.jpg');
  background-image: linear-gradient(180deg, rgba(51, 104, 155, 0.94), rgba(51, 104, 155, 0.94)), url('../images/candidates.jpg');
  background-position: 0px 0px, 50% 40%;
  background-size: auto, cover;
  color: #fff;
}

.content-section.cs-home-logos {
  padding-top: 40px;
}



.content-section.cs-lunch {
  background-color: rgba(237, 238, 237, 0.3);
}

.content-container {
  position: relative;
  display: block;
  width: 1040px;
  max-width: 84%;
  min-width: 970px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 20px 0 20px;
}
#maincontent .content-container, .supportingpartners.content-container, .posappintern.content-container{  padding: 60px 20px 60px 20px;}
.contact #maincontent .content-container, .cs-social-media .content-container{  padding: 60px 20px 0px 20px;}

/*.supportingpartners.content-container p:first-child{ text-align: center;     margin-bottom: 5px;
    opacity: .47;
    font-size: 17px;
    font-weight: 500;
} */

.content-container > h1{ margin-top: 60px;}

.cs-info-header .content-container > h1{ margin-top: 0px;}

.content-container.cc-nav {
  width: 1290px;
  max-width: 88%;
  min-width: 980px;
}

.content-container.cc-partner-block {
  max-width: 100%;
  min-width: 0px;
  padding: 20px 20px 20px 20px !important;
}

.content-container.cc-logos {
  width: 1200px;
  max-width: 98%;
}

.hero-image {
  /*display: block;*/
  width: 300px;
  max-width: 100%;
  margin-bottom: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.rtb-landing li {
  margin-bottom: 7px;
}

.tags-section {
  position: relative;
  display: block;
  max-width: 960px;
  margin: 50px auto;
  padding: 30px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 1px 75px 0 rgba(0, 0, 0, 0.05);
}

.tags-row {
  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;
}

.tags-column {
  width: 50%;
  padding-right: 20px;
  padding-bottom: 0px;
}

.tag-holder {
  margin-bottom: 10px;
  padding: 10px 10px 20px;
  border-radius: 5px;
  box-shadow: 0 0 50px 0 transparent;
  -webkit-transition: box-shadow 400ms ease;
  transition: box-shadow 400ms ease;
}

.tag-holder:hover {
  box-shadow: 0 0 75px 0 rgba(0, 0, 0, 0.07);
}

.tag-divider {
  width: 100%;
  height: 1px;
  margin-top: 15px;
  margin-bottom: 10px;
  background-color: #f3f3f5;
}

.tag-label {
  margin-top: 10px;
  color: #aaa;
  font-size: 11px;
  line-height: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.form-field {
  height: auto;
  margin-right: 20px;
  margin-bottom: 10px;
  padding: 12px 20px;
  border: 2px solid transparent;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.65);
  /*background: #102E0F;*/
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.form-field:hover {
  border-color: #fff;
}

.form-field:focus {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}

.form-field::-webkit-input-placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}

.form-field:-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}

.form-field::-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}

.form-field::placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}

.form-field.ff-text-area {
  min-height: 170px;
}

.form-field.ff-text-area.ff-candidates {
  min-height: 180px;
}

.form-field.ff-candidates {
  margin-right: 0px;
  margin-bottom: 0px;
  padding: 10px 15px;
  border-style: none;
  background-color: #fff;
  box-shadow: 0 0 0 1px #949494;
  color: #1f1f1f;
  font-size: 16px;
}

.form-field.ff-candidates:hover {
  box-shadow: 0 0 0 1px #3baa35;
}

.form-field.ff-candidates:focus {
  box-shadow: 0 0 0 2px #1f1f1f;
}

.form-field.ff-candidates::-webkit-input-placeholder {
  color: #949494;
}

.form-field.ff-candidates:-ms-input-placeholder {
  color: #949494;
}

.form-field.ff-candidates::-ms-input-placeholder {
  color: #949494;
}

.form-field.ff-candidates::placeholder {
  color: #949494;
}

.form-field.ff-candidates.ffc-file {
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
}

.form-field.ff-candidates.ffc-file:hover {
  box-shadow: none;
}

.form-field.ff-candidates {
  margin-right: 0px;
  margin-bottom: 0px;
  padding: 10px 15px;
  border-style: none;
  background-color: #fff;
  box-shadow: 0 0 0 1px #949494;
  color: #1f1f1f;
  font-size: 16px;
}

.form-field.ff-candidates:hover {
  box-shadow: 0 0 0 1px #3baa35;
}

.form-field.ff-candidates:focus {
  box-shadow: 0 0 0 2px #1f1f1f;
}

.form-field.ff-candidates::-webkit-input-placeholder {
  color: #949494;
}

.form-field.ff-candidates:-ms-input-placeholder {
  color: #949494;
}

.form-field.ff-candidates::-ms-input-placeholder {
  color: #949494;
}

.form-field.ff-candidates::placeholder {
  color: #949494;
}

.form-field.ff-candidates.ffc-file {
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
}

.form-field.ff-candidates.ffc-file:hover {
  box-shadow: none;
}

.button {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 8px 25px;
  border: 2px solid #fff;
  border-radius: 3px;
  background-color: transparent;
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.14);
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  color: #fff;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
}

.greenbutton {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 8px 25px;
  border: 2px solid #fff;
  border-radius: 3px;
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.14);
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  color: #fff;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
text-decoration: none !important;
border-style: none;
  background-color: #2d8328;
}

.greenbutton:hover {
  background-color: #33689b;
  color: #fff;
}

.bluebutton {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 8px 25px;
  border: 2px solid #fff;
  border-radius: 3px;
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.14);
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  color: #fff;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
text-decoration: none !important;
border-style: none;
  background-color: #33689b;
}

.bluebutton:hover {
  background-color: #2d8328;
  color: #fff;
}
.bluebutton.blackhover:hover {
  background-color: #1f1f1f;
  color: #fff;
}
.blackbutton{

    display: inline-block;
    padding: 6px 23px;
    margin-right: 4px;
    background: #1f1f1f;
    text-decoration: none;
    color: #fff;
    border-radius: 3px;
    font-weight: 400;
	border: 2px solid #1f1f1f;
}
a.blackbutton.bluehover:hover{
    background: #33689b;
	color: #fff;
	border: 2px solid #33689b;
}
a.blackbutton.greenhover:hover{
    background: #2d8328;
	color: #fff;
	border: 2px solid #2d8328;
}
a.blackbutton.outlinehover:hover{
    background: none;
	color: #fff;
	border: 2px solid #fff;
}

.button:hover {
  border-color: #fff;
  background-color: #fff;
  color: #3baa35;
}

.button:focus {
  background-color: #fff;
  color: #3baa35;
}

.button.w--current {
  background-color: #2e80b6;
}

.button.btn-landing-form{
  display: block;
  width: 290px;
  max-width: 100%;
  margin-top: 14px;
  margin-right: 10px;
  font-weight: 500;
}
 #tracksharemodal input[type='submit'] { 
 	background: #3baa35;
    padding: 8px 25px;
    border: 2px solid #fff;
    border-radius: 3px;
    box-shadow: 0 0 9px 0 rgb(0 0 0 / 50%);
    -webkit-transition: all 150ms ease;
    transition: all 150ms ease;
    color: #fff;
    text-align: center;
    cursor: pointer;
	  display: block;
  width: 290px;
  max-width: 100%;
  margin-top: 14px 10px 10px 0;
  font-weight: 500;
}
 #tracksharemodal input[type='submit']:hover{
 background: #33689b;
 }
  #tracksharemodal a{ text-decoration: underline;}

.button.btn-404 {
  border-color: #33689b;
  background-color: #fff;
  color: #33689b;
}

.button.btn-404:hover {
  background-color: #33689b;
  color: #fff;
}

.button.btn-landing {
  width: 200px;
  margin-right: -210px;
  margin-bottom: 6px;
  margin-left: 40px;
  padding-top: 6px;
  padding-bottom: 6px;
  border-color: transparent;
  border-radius: 6px;
  background-color: #3baa35;
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
}

.button.btn-landing:hover {
  border-color: transparent;
  background-color: #33689b;
  color: #fff;
}

.button.btn-apply {
  width: 100%;
  margin-bottom: 0px;
  border-style: solid;
  border-color: #1f1f1f;
  background-color: #1f1f1f;
  box-shadow: none;
  color: #fff;
  font-weight: 400;
  text-align: center;
}

.button.btn-apply:hover {
  border-color: #3baa35;
  background-color: #3baa35;
  color: #fff;
}

.button.btn-apply:focus {
  color: #fff;
}

.button.btn-home-candidate:hover {
  color: #33689b;
}

.button.btn-home-candidate:focus {
  color: #33689b;
}



.button.btn-pagination {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 13px;
  padding-bottom: 13px;
  border-style: none;
  background-color: #1f1f1f;
  font-size: 17px;
}

.button.btn-pagination:hover {
  background-color: #3baa35;
  color: #fff;
}

.button.btn-pagination.bp-previous {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.button.btn-job-link {
  border-color: #33689b;
  background-color: #33689b;
  box-shadow: none;
  color: #fff;
  font-weight: 500;
}

.button.btn-job-link:hover {
  border-color: #1f1f1f;
  background-color: #1f1f1f;
}

.five-awesome {
  font-family: 'Five Awesome', sans-serif;
  font-weight: 700;
}

.five-awesome.fa-event-link {
  font-size: 17px;
  font-weight: 700;
}

.five-awesome.fa-event-location-link {
  width: 23px;
  margin-top: 3px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 15px;
  text-align: left;
}

.five-awesome.fa-landing-button {
  font-size: 22px;
  font-weight: 700;
}

.five-awesome.fa-button {
  font-size: 15px;
}

.five-awesome.fa-pdf {
  margin-right: 10px;
  font-weight: 400;
}

.five-awesome.fa-pagination {
  margin-left: 10px;
}

.five-awesome.fa-pagination.fap-left {
  margin-right: 10px;
  margin-left: 0px;
}

.form-message {
  max-width: 400px;
  padding: 20px 30px;
  border: 2px solid #fff;
  border-radius: 3px;
  background-color: transparent;
  color: #fff;
  text-align: left;
}

.form-message.fm-error {
  max-width: 600px;
  margin-top: 20px;
  background-color: #f14662;
  color: #fff;
  text-align: left;
}

.form-message.fm-apply {
  padding: 0px;
  border-style: none;
  border-color: #3baa35;
  color: #1f1f1f;
}

.footer-logo {
  height: 110px;
}

.landing-form-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.form-landing-block {
  width: 100%;
  padding-right: 10px;
}

.form-landing-block.flb-third {
  width: 33.33%;
}

.elements {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
}

.scroll-trigger {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 0px;
  height: 70vh;
  margin-top: -100px;
}

.html-css-embed {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 99999999;
  width: 50px;
  height: 50px;

}

.html-css-embed.hse-on-page {
  left: 0px;
  top: auto;
  bottom: 0px;
  border-top-style: solid;
  border-bottom-style: none;
}

.scroll-to-top {
  position: fixed;
  right: -0px;
  bottom: 0px;
  z-index: 1500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  margin-bottom: 90px;
  padding: 0px 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: 200px 0px 0px 200px;
  background-color: rgba(31, 31, 31, 0.80);
  box-shadow: -1px 1px 6px 0 rgba(0, 0, 0, 0.15);
  font-family: 'Five Awesome', sans-serif;
  color: #edeeed;
  font-size: 26px;
  font-weight: 400;
  text-align: center;
}

.scroll-to-top:hover {
  background-color: #1f1f1f;
  color: #fff;
}

.contact-link {
  box-shadow: 0 1px 0 0 #fff;
  color: #fff;
  
}
.footer .contact-link {
	box-shadow: none;
  color: #000;
  text-decoration: underline;
}

.contact-link:hover {
  box-shadow: 0 2px 0 0 #fff;
  color: #fff;
}
.footer .contact-link:hover {
  box-shadow: none;
  color: #333;
}

.contact-form-wrapper {
  margin-top: 50px;
}

.contact-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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.utility-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -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;
  font-size: 15px;
  text-align: center;
}

.utility-logo {
  width: 340px;
  max-width: 90%;
  margin-bottom: 15px;
}

._404-error-message {
  position: relative;
  width: 280px;
  max-width: 100%;
  margin-top: 13px;
  margin-bottom: 20px;
  padding: 10px 20px;
  border-radius: 5px;
  background-color: #33689b;
  color: #fff;
  font-size: 17px;
}

._404-error-symbol {
  margin-top: -3px;
  font-family: 'Five Awesome', sans-serif;
  font-size: 27px;
  line-height: 1.2em;
  font-weight: 700;
}

.rtb-privacy-policy h2 {
  margin-top: 40px;
  margin-bottom: 15px;
}

.rtb-privacy-policy h3 {
  margin-top: 25px;
  font-size: 21px;
}

.rtb-privacy-policy p {
  margin-bottom: 18px;
}

.popup-cookie {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  width: 100%;
  background-color: #1f1f1f;
  color: #fff;
}

.cookie-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 13px;
  padding-bottom: 13px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 14px;
}

.cookie-link {
  box-shadow: 0 1px 0 0 #fff;
  color: #fff;
}

.cookie-link:hover {
  box-shadow: 0 2px 0 0 #fff;
  color: #fff;
}

.cookie-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 31px;
  padding: 5px 14px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 2px solid #fff;
  border-radius: 6px;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  color: #fff;
  line-height: 25px;
  font-weight: 700;
}

.cookie-button:hover {
  background-color: #fff;
  color: #222;
}

.cookie-button:focus {
  background-color: #fff;
  color: #222;
}

.cookie-button-text {
  display: block;
}

.cookie-button-text.cbt-symbol {
  margin-right: 7px;
  font-family: 'Five Awesome', sans-serif;
}

.checkbox-field {
  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;
  cursor: pointer;
}

.checkbox {
  margin-top: 7px;
  margin-right: 10px;
  cursor: pointer;
}

.footer-copyright-holder {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-bottom: 30px;
  padding-right: 30px;
  font-size: 13px;
  text-align: right;
}

.copyright-link {
  color: #1f1f1f;
  font-weight: 400;
}

.copyright-link:hover {
  color: #33689b;
}

.data-protection-logo {
  width: 300px;
  max-width: 90%;
  margin-bottom: 21px;
}

.nav-social-row {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
 /* z-index: 100;*/
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -72px;
}

.nav-social-row.sh-contact {
  position: relative;
  margin-bottom: 10px;
}

.nav-social-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 38px;
  height: 40px;
  margin-right: 2px;
  margin-left: 2px;
  -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-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #33689b;
  box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.12);
  font-family: 'Five Awesome Brands', sans-serif;
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  text-align: center;
}

.nav-social-icon:hover {
  background-color: #3baa35;
  color: #fff;
}

.nav-social-icon.si-contact {
  margin-right: 10px;
  margin-left: 0px;
  border-radius: 4px;
  background-color: #fff;
  color: #3baa35 !important;
  text-decoration:  none !important;
}

.nav-social-icon.si-contact:hover {
  background-color: #33689b;
  color: #fff !important;
}

.contact-details {
  max-width: 360px;
}

.burger-line {
  width: 22.5px;
  height: 3px;
  margin-top: 2px;
  margin-bottom: 2px;
  border-radius: 10px;
  background-color: #656565;
}

.nav-link {
  z-index: 10;
  margin-right: 4px;
  margin-left: 4px;
  padding: 5px 15px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  color: #33689b;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 600;
  text-align: center;
  text-transform: capitalize;
}

.nav-link:hover {
  color: #3baa35;
}

.nav-link.w--current {
  color: #3baa35;
  font-weight: 700;
}

.nav-link.w--open {
  background-color: #499773;
}

.nav-link.nl-info {
  display: none;
}

.nav-link.nl-wide {
  max-width: 191px;
}

.nav-link.nl-jobs {
  max-width: 100px;
}

.hamburger-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 18px 20px 18px 18px;
  -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: 2px;
}

.nav-brand {
  position: relative;
  left: 0px;
  top: 0px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 100px;
  max-height: 80px;
  margin-top: 10px;
  margin-bottom: 6px;
  margin-left: 0px;
  float: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transition-property: none;
  transition-property: none;
}

.nav-brand:hover {
  background-color: transparent;
  color: #929292;
}

.nav-brand.w--current {
  -webkit-transition-property: none;
  transition-property: none;
}

.nav-logo {
  display: block;
  max-height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.nav-bar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 200;
  background-color: #fff;
  box-shadow: 1px 1px 13px 0 rgba(0, 0, 0, 0.17);
  font-weight: 300;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 50px);
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -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;
  background-color: transparent;
}

.home-heading.hh-lower {
  margin-top: 60px;
}

.footer {
  position: relative;
  z-index: 30;
  background-color: #edeeed;
}

.rtb-supporting-partners {
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 50px;
  column-gap: 50px;
  -webkit-column-rule-style: none;
  column-rule-style: none;
}

.gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -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;
}

.partner-logo-wrapper {
  position: relative;
  z-index: 50;
  width: 100%;
}

.partner-logo-list {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -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;
}

.partner-logo-item {
  height: 140px;
  margin-right: 5.5%;
  margin-bottom: 10px;
  margin-left: 5.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;
}

.partner-logo-item:hover {
  z-index: 10;
}

.partner-logo {
  max-height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  cursor: pointer;
}

.partner-hover-block {
  position: absolute;
  left: 0px;
  right: 0px;
  z-index: 200;
  display: none;
  width: 100%;
  padding: 30px 15px 25px;
  border-radius: 3px;
  background-color: #33689b;
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.15);
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  color: #fff;
  font-size: 16px;
  line-height: 1.7;
}

.landing-image {
  margin-top: 20px;
  margin-bottom: 20px;
}

.partner-link {
  color: #e1e1e1;
  font-weight: 500;
  border-bottom: 2px solid #e1e1e1;
  text-decoration: none !important;
}

.partner-link:hover {
  box-shadow: 0 2px 0 0 #edeeed;
  color: #fff;
}

.partner-arrow {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  background-color: #33689b;
  box-shadow: 1px 0 10px 0 rgba(0, 0, 0, 0.25);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.partner-arrow-holder {
  display: none;
  -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-align: center;
}

.event-list-list {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.event-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.3333%;
  padding-right: 30px;
  padding-bottom: 80px;
  -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;
}

.event-list-name {
  margin-bottom: 15px;
  font-size: 1.3em;
  line-height: 1.3;
  font-weight: 500;
  text-transform: capitalize;
}

.event-date-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3px;
  -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;
}

.event-list-location-link {
  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;
  color: hsla(0, 0%, 100%, 0.58);
}

.event-list-location-link:hover {
  color: #fff;
}

.event-list-details-link {
  display: inline-block;
  margin-top: 11px;
  padding: 2px 15px;
  border-radius: 3px;
  background-color: hsla(0, 0%, 100%, 0.08);
  color: #fff;
  font-weight: 500;
}

.event-list-details-link:hover {
  background-color: #fff;
  color: #33689b;
}

.event-list-description {
  margin-top: 17px;
  margin-bottom: 17px;
  font-size: 0.9em;
}

.empty-state {
  padding: 0px;
  background-color: transparent;
}

.empty-state.es-events {
  margin-bottom: 80px;
}

.news-list-list {
  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;
}

.news-list-item, .news-events .navcontent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 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;
}

.news-list-thumbnail {
  width: 340px;
  min-height: 240px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/Open-Doors-Initiatives-Logo_1.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: none;
}

.news-list-thumbnail.nlt-none {
  background-image: url('../images/Open-Doors-Initiatives-Logo_1.png'), -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.4)), to(hsla(0, 0%, 100%, 0.4))), url('../images/carbon-fibre-v2.png');
  background-image: url('../images/Open-Doors-Initiatives-Logo_1.png'), linear-gradient(180deg, hsla(0, 0%, 100%, 0.4), hsla(0, 0%, 100%, 0.4)), url('../images/carbon-fibre-v2.png');
  background-position: 50% 50%, 0px 0px, 0px 0px;
  background-size: 50%, auto, 15px;
  background-repeat: no-repeat, repeat, repeat;
}

.news-list-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 440px;
  max-width: 100%;
  padding: 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;
  min-height: 156px;
}

.news-list-title {
  max-width: 100%;
  font-size: 1.05em;
  line-height: 1.4;
  font-weight: 700;
  text-transform: capitalize;
  min-height: 83px;
}

.news-list-intro {
  display: none;
  margin-bottom: 11px;
  font-size: 0.9em;
}

.news-list-link {
  display: inline-block;
  border-radius: 3px;
  font-weight: 400;
}

.news-list-publishing-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 11px;
  margin-bottom: 12px;
  -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;
  opacity: 0.46;
  line-height: 1.1;
  font-weight: 500;
}

.news-list-publisher {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 2px solid rgba(0, 0, 0, 0.61);
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
}

.lightbox-embed {
  position: relative;
  display: block;
  width: 33.333%;
  padding-right: 30px;
  padding-bottom: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.lightbox-embed.le-hide {
  -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;
}

.lightbox-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 230px;
  -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: 3px;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.lightbox-image {
  display: block;
  width: 120%;
  max-width: 120%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.news-list-link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 1px 1px 14px 0 rgba(0, 0, 0, 0.15);
  color: #1f1f1f;
}

.news-list-link-block:hover {
  background-color: #33689b;
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.25);
  color: #fff;
}

.cs-events .news-list-link-block:hover {
  background-color: #ddd; 
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.25);
  color: #1f1f1f !important;
}

.nav-brand-mobile {
  position: relative;
  left: 0px;
  top: 0px;
  z-index: 1;
  display: none;
  height: 90px;
  max-height: 80px;
  margin: 10px 30px 6px 10px;
  float: left;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.nav-brand-mobile:hover {
  background-color: transparent;
  color: #929292;
}

.nav-brand-mobile.w--current {
  margin-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.text-block {
  margin-bottom: 5px;
  opacity: 0.47;
  font-size: 17px;
  font-weight: 500;
  text-align: center;
}

.summary-intro {
  margin-bottom: 25px;
  font-size: 19px;
}

.media-heading {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.media-text {
  max-width: 280px;
  border-radius: 4px;
}

.footer-copyright-row {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-copyright-divider {
  margin-right: 5px;
  margin-left: 5px;
}

.summary-column {
  width: 48%;
}

.summary-row {
  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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.social-media-embed {
  margin-bottom: 30px;
}

.rtb-contact {
  display: none;
  margin-bottom: 20px;
}

.landing-row {
  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;
}
 @media (max-width: 700px) {
 .landing-row {
 display: block;
 margin: 0 auto;
 text-align: center;
 }
 .landing-row img{ padding-bottom: 30px;}
 }
.casestudiesheader{ text-align: left; margin-top: 60px;}
.case-studies-list-list {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.case-studies-list-item {
  width: 50%;
  margin-bottom: 30px;
  padding-right: 50px;
}

.case-studies-list-link {
  width: 100%;
  color: #000;
  text-align: center;
}

.case-studies-list-link:hover {
  color: #3baa35;
}

.case-studies-list-image {
  height: 250px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.case-studies-list-title {
  margin-top: 6px;
  padding-right: 30px;
  padding-left: 30px;
  font-size: 1.15em;
  line-height: 1.4;
  font-weight: 700;
}

.case-study-image-holder {
  max-width: 47%;
  margin-top: 4px;
  margin-bottom: 15px;
  margin-left: 20px;
  float: right;
  background-color: #edeeed;
  font-size: 0.8em;
  text-align: center;
}

.h2-page-type {
  color: #949494;
}

.scroll-nav-trigger {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 0px;
  height: 81px;
}

.nav-brand-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 180px;
  max-width: 12vw;
  margin-right: 15px;
  padding-left: 10px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.news-article-holder {
  margin-top: 25px;
}

.case-study-image-caption {
  padding: 8px 12px;
}

.apply-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
}

.apply-column {
  width: 50%;
}

.apply-column.ac-right {
  width: 50%;
}

.apply-form-wrapper {
  max-width: 850px;
  margin-top: 10px;
  padding: 30px 40px 40px;
  border: 2px none #1f1f1f;
  border-radius: 5px;
  background-color: #eee;
}

.apply-form-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 8px;
  padding-right: 15px;
  -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;
}

.apply-form-row.afr-right {
  padding-right: 0px;
  padding-left: 15px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.apply-form-row.afr-file {
  margin-top: 8px;
  margin-bottom: 19px;
  padding-right: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-radius: 3px;
}

.apply-form-row.afr-name {
  -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;
}

.form-field-label {
  margin-bottom: 4px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 11px;
  line-height: 1.3;
  font-weight: 500;
  text-align: left;
  text-transform: uppercase;
}

.apply-form-heading {
  margin-bottom: 21px;
  font-size: 25px;
  line-height: 1.4;
}

._404-body {
  padding-top: 0px;
}

.rtb-success h3 {
  margin-top: 10px;
}

.form-field-optional {
  color: #949494;
  font-weight: 500;
}

.apply-name-block {
  width: 48%;
}

.apply-terms-link {
  box-shadow: 0 1px 0 0 #3baa35;
  color: #3baa35;
}

.apply-terms-link:hover {
  box-shadow: 0 1px 0 0 #000;
}

.apply-consent-intro {
  margin-bottom: 7px;
  padding: 0px;
  border: 1px none #1f1f1f;
  border-radius: 3px;
  font-size: 15px;
}

.radio-button-new {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 18px;
  height: 18px;
  margin-top: 4px;
  -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: 2px solid #1f1f1f;
  border-radius: 4px;
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
  font-family: 'Five Awesome', sans-serif;
  color: transparent;
  font-size: 11px;
  line-height: 10px;
  font-weight: 700;
  text-align: center;
}

.radio-button-new.rbn-white {
  border-color: #fff;
}

.close-popup-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  display: none;
}

.popup-content {
  position: relative;
  z-index: 10;
  display: block;
  width: 900px;
  max-width: 93%;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 30px;
  border-radius: 25px;
  background-color: #fff;
  text-align: left;
}

.html-css-embed-2 {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 99999999;
  width: 50px;
  height: 50px;
  box-shadow: 0 0 0 1px #ff4949;
}

.html-css-embed-2.hce-page {
  left: 0px;
  top: auto;
  bottom: 0px;
}

.radio-button {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-left: 0px;
  opacity: 0;
  cursor: pointer;
}

.popup-cookie-2 {
  position: fixed;
  right: 0%;
  bottom: 0%;
  z-index: 700;
  display: none;
  width: 500px;
  margin: 63px 67px 63px 63px;
  padding: 20px 30px;
  border-style: none;
  border-width: 1px;
  border-color: #faad4c;
  border-radius: 10px;
  background-color: #070025;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 14px;
}

.radio-button-field {
  position: relative;
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 0px;
  padding-left: 0px;
  line-height: 26px;
  cursor: pointer;
}

.radio-button-label {
  position: relative;
  z-index: 20;
  padding-left: 30px;
  line-height: 21px;
}

.popup-quote {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  overflow: auto;
  width: 100vw;
  height: 100vh;
  padding-top: 100px;
  padding-bottom: 150px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(16, 16, 16, 0.95);
}

.close-popup-button {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 50px;
  height: 50px;
  margin: -19px;
  border-radius: 50%;
  background-color: #adada5;
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
  font-family: 'Five Awesome', sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 50px;
  font-weight: 300;
  text-align: center;
  cursor: pointer;
}

.close-popup-button:hover {
  background-color: #ff4949;
}

.close-popup-button.cp-bottom {
  display: none;
}

.popup-message {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  overflow: auto;
  width: 100vw;
  height: 100vh;
  padding-top: 100px;
  padding-bottom: 150px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-2 {
  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;
}

.section-anchor {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: -78px;
}

.html-embed-contact-form {
  margin-bottom: 10px;
}

.case-study-details-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #949494;
  font-weight: 500;
}

.case-study-detail-holder {
  margin-right: 20px;
  margin-bottom: 30px;
  padding-right: 20px;
  border-right: 2px solid #949494;
}

.case-study-detail-holder.csdh-date {
  margin-right: 0px;
  padding-right: 0px;
  border-right-style: none;
}

.w-richtext a {
  color: hsla(0, 0%, 100%, 0.54);
  font-weight: 700;
  border-bottom: 1px solid #fff;
}
.w-richtext a:hover {
  color:#fff;
}

.all-case-study-nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 5px 15px;
  -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;
  box-shadow: 0 0 0 2px #33689b;
  font-weight: 500;
  text-decoration:  none !important;
}

.all-case-study-nav-link:hover {
  background-color: #33689b;
  color: #fff;
}

.case-study-nav-link {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
   text-decoration:  none !important;
}

.case-study-nav-link:hover {
  box-shadow: 0 0 0 2px #3baa35;
  color: #3baa35;
}

.case-study-nav-link.pnl-right {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.case-study-nav-link-arrow {
  margin-right: 15px;
  font-family: 'Five Awesome', sans-serif;
  font-size: 1em;
  font-weight: 700;
}

.case-study-nav-link-arrow.csn-right {
  margin-right: 0px;
  margin-left: 15px;
}

.next-project-list {
  overflow: hidden;
  height: 0px;
}

.case-study-nav {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 71px;
  -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;
  text-align: center;
	clear: both;
}

.rtb-case-study {
  margin-bottom: 20px;
}

.rtb-case-study a:hover {
  box-shadow: 0 1px 0 0 #000;
}

.news-subheadline, #maincontent main h2:first-of-type {
  font-size: 1.5em;
  line-height: 1.4;
  font-weight: 500;
}

#maincontent h2{
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 33px !important;
    line-height: 1.3 !important;
    font-weight: 700 !important;
}

#maincontent img.right{ 
    float: right;
    max-width: 470px; 
    width: 47%; 
    margin-top: 4px;
    margin-bottom: 15px;
    margin-left: 20px;
    background-color: #edeeed;
    font-size: .8em;
    text-align: center;
    height: auto !important;
}
#maincontent .new img.right{width: 100%; margin-left: 0; }
.new {
  display: inline-block;
  position: relative;
    float: right;
    margin: 0 0 40px 20px;
}

.new img {
  display: block;
}

.new::after {
  content: attr(data-alt);
  position: absolute;
  bottom:-34px;
  left: 0;
  min-height: 30px;
    height: auto;
  width: 90%;
  background: #edeeed;
  z-index: 2;
  color: #1f1f1f;
  text-align: center;
  line-height: 1.6em;
    font-size: .8em;
    padding: 10px 5%;
    opacity: 1;
    
    
    }

.form-field-optional-2 {
  color: #949494;
  font-weight: 500;
}

.green-header {
  color: #3baa35;
}

.blue-header {
  color: #33689b;
}

.rtb-info strong {
  color: #33689b;
}

.accordion-wrapper {
  margin-top: 25px;
}

.accordion-item {
  margin-bottom: 10px;
}

.accordion-header {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 6px 20px;
  border-radius: 2px;
  background-color: #33689b;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
}

.accordion-header:hover {
  background-color: #3baa35;
  color: #fff;
}

.accordion-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-right: 20px;
  padding-left: 20px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
  text-align: center;
}

.rtb-accordion {
  width: 100%;
  padding-top: 15px;
  padding-right: 20px;
  padding-left: 20px;
}

.accordion-expand-symbol{
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 21px;
  padding-left: 21px;
  -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;
  font-family: 'Five Awesome', sans-serif;
  font-weight: 400;
}

.skill-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 20px;
  -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;
  flex-wrap: wrap;
}
.skill-row > p{flex-basis: 100%;}

.skill-item {
  display: block;
  width: 230px;
  margin-right: 8px;
  margin-bottom: 20px;
  margin-left: 8px;
  padding: 12px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #33689b;
  border-radius: 4px;
  background-color: #fff;
  font-size: 15px;
  text-align: center;
}

.skill-icon {
  height: 52px;
  margin-bottom: 6px;
  opacity: 0.93;
}

.skill-detail {
  width: 100%;
  margin-bottom: 14px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 500;
  display: block;
}

.skill-link {
  width: 100%;
  border-bottom: 2px solid #33689b;
  line-height: 1.5;
  text-decoration:  none !important;
}

.skill-link:hover {
  border-bottom-color: #1f1f1f;
  color: #1f1f1f;
}

.accordion-header-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
}

.accrodion-header-text {
  position: relative;
  z-index: 5;
}

.accordion-header-link {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 30;
  display: block;
}

.html-embed-3 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.supported-by-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-bottom: 30px;
  -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;
}

.supported-by-image {
  height: 100px;
  margin-right: 20px;
  margin-left: 20px;
}

.supported-by-text {
  margin: 20px;
  opacity: 0.6;
  font-weight: 700;
  text-align: right;
}

.course-list-wrapper {
  margin-top: 60px;
}

.course-list-list {
  display: -ms-grid;
  display: grid;
  -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;
  grid-auto-columns: 1fr;
  grid-column-gap: 60px;
  grid-row-gap: 100px;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.course-list-item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: minmax(200px, 200px);
  grid-template-columns: minmax(200px, 200px);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.course-list-logo {
  display: block;
  height: 40px;
  margin-bottom: 17px;
}

.course-list-column {
  display: block;
  padding: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: none;
}

.rtb-course-link ul {
  padding-left: 0px;
  list-style-type: none;
}

.rtb-course-link li {
  display: inline-block;
  margin-bottom: 0px;
}

.rtb-course-link a {
  display: inline-block;
  margin-right: 6px;
  margin-bottom: 6px;
  padding: 12px;
  background-color: #3baa35;
  color: #fff;
}

.rtb-course-link a:hover {
  background-color: #33689b;
}

.rtb-course-link p {
  display: inline-block;
  margin-bottom: 0px;
}

.display-heading-one {
  font-size: 42px;
  line-height: 1.2;
}

.pagination-section {
  position: relative;
  height: 54px;
  margin-top: 30px;
  margin-bottom: 80px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.job-list {
  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;
  -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;
}

.job-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48.5%;
  margin-bottom: 29px;
  padding: 25px;
  -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;
  border-radius: 6px;
  background-color: #edeeed;
}

.job-logo {
  display: block;
  width: 150px;
  height: 150px;
  margin-right: 24px;
  padding: 10px;
  border: 1px solid #edeeed;
  border-radius: 6px;
  background-color: #fff;
}

.job-company {
  margin-bottom: 5px;
  font-size: 23px;
  line-height: 1.4;
  font-weight: 700;
}

.job-title {
  margin-bottom: 12px;
  font-size: 19px;
  line-height: 1.4;
}

.lunch-table {
  margin-top: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 58%, 0.6);
}

.lunch-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  -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;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
}

.lunch-item:nth-child(even) {
  background-color: #edeeed;
}

.lunch-item:hover {
  background-color: #3baa35;
  color: #fff;
}

.lunch-item.lr-heading {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #33689b;
  color: #fff;
  font-weight: 700;
}

.lunch-item.lr-odd {
  background-color: #edeeed;
}

.lunch-item.lr-odd:hover {
  background-color: #3baa35;
  color: #fff;
}

.lunch-cell {
  width: 25%;
  padding: 0px 25px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.lunch-cell.lc-first {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -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;
}

.lunch-cell.lc-second {
  width: 35%;
}

.lunch-bold {
  font-weight: 700;
}

.lunch-list {
  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-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.lunch-wrapper {
  display: block;
}

.div-block-3 {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-weight: 700;
}

.text-block-2 {
  margin-right: 5px;
}

.nav-link-span {
  display: block;
}

.browsealoud-embed {
  position: fixed;
  left: auto;
  top: auto;
  
  bottom: 0%;
  z-index: 100;
  margin: 25px;
}

html.w-mod-js *[data-ix="loading-animation"] {
  display: block;
  opacity: 1;
}

html.w-mod-js *[data-ix="close-popup"] {
  display: block;
}



   .news-list-list {
    -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;
  }

  .news-list-item {
    width: 50%;
    /*max-width: 370px;*/
    margin-bottom: 25px;
    padding-right: 15px;
  }
  @media screen and (max-width: 500px) {
     .news-list-item {
		width: 100%;
		padding-right: 0;
	  }
  }
  .news-list-thumbnail {
    width: 100%;
    height: 300px;
    min-height: 0px;
  }
  @media screen and (max-width: 650px) {
    .news-list-thumbnail {
		height: 200px;
	  }
  }

  .news-list-details {
    padding: 15px;
  }

  .news-list-publishing-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: 1.4;
  }

  .news-list-publisher {
    margin-right: 0px;
    padding-right: 0px;
    border-right-style: none;
  }
.news-list-link-block {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

@media screen and (max-width: 991px) {
  body {
    padding-top: 70px;
  }

  h1 {
    font-size: 38px;
  }

  .content-section.cs-the-pledge {
    padding-top: 60px;
  }

  .content-container {
    width: 100%;
    max-width: 100%;
    min-width: 0px;
  }

  .content-container.cc-nav {
    width: 100%;
    max-width: 100%;
    min-width: 0px;
    padding-right: 0px;
  }

  .hero-image {
    width: 260px;
  }

  .footer-logo {
    height: 110px;
  }

  .scroll-trigger {
    margin-top: -70px;
  }

  .rtb-privacy-policy h2 {
    font-size: 31px;
  }

  .popup-cookie {
    font-size: 14px;
    line-height: 1.5;
  }

  .cookie-row {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .footer-copyright-holder {
    position: relative;
    margin-top: 30px;
    margin-bottom: 0px;
    padding-right: 0px;
    text-align: center;
  }

  .data-protection-logo {
    width: 270px;
    margin-bottom: 14px;
  }

  .nav-social-row {
    margin-right: 78px;
  }

  .nav-social-icon {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }

  .burger-line {
    background-color: #33689b;
  }

  .nav-link {
    width: 100%;
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: -1px;
    margin-left: 0px;
    padding: 13px 22px;
    border-top: 1px solid #edeeed;
    border-bottom: 1px solid #ededed;
    border-radius: 0px;
    line-height: 23px;
    text-align: right;
  }

  .nav-link.w--open {
    background-color: #286449;
  }

  .nav-link.nl-wide {
    max-width: 100%;
  }

  .nav-link.nl-work {
    max-width: 100%;
  }

  .nav-link.nl-jobs {
    max-width: 100%;
  }

  .hamburger-wrapper {
    padding-right: 18px;
  }

  .menu-button {
    position: relative;
    right: 0px;
    bottom: 0px;
    width: 70px;
    height: 70px;
    padding: 7px 8px;
    float: right;
    background-color: #edeeed;
    color: #fff;
    font-size: 35px;
    text-align: center;
    cursor: pointer;
  }

  .menu-button.w--open {
    background-color: #33689b;
  }

  .nav-brand {
    display: none;
    min-height: 80px;
  }

  .nav-logo {
    max-height: 100%;
  }

  .nav-menu {
    display: block;
    width: 350px;
    max-width: 85%;
    margin-top: 70px;
    padding-right: 0px;
    border-left: 1px solid #edeeed;
    background-color: #fff;
    box-shadow: -1px 1px 9px 0 rgba(0, 0, 0, 0.17);
  }

  .partner-logo-item {
    height: 120px;
  }

  .partner-hover-block {
    width: 100vw;
    margin-left: -20px;
    border-radius: 0px;
  }

  .event-list-item {
    width: 50%;
    max-width: 380px;
  }
/*
  .news-list-item {
    width: 100%;
  }*/
  



  .lightbox-embed {
    padding-right: 20px;
    padding-bottom: 20px;
  }

  .lightbox-link {
    height: 22vw;
  }

  .nav-brand-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    margin-top: 8px;
    margin-bottom: 0px;
    margin-left: 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;
  }

  .footer-copyright-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;
  }

  .case-studies-list-item {
    margin-bottom: 25px;
    padding-right: 30px;
  }

  .case-studies-list-image {
    height: 30vw;
  }

  .nav-brand-holder {
    max-width: none;
  }

  .case-study-image-caption {
    padding-right: 12px;
    padding-left: 12px;
  }

  .popup-cookie-2 {
    margin: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 13px;
    line-height: 1.6;
  }

  .popup-message {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .section-anchor {
    margin-top: -50px;
  }

  .case-study-nav-link-arrow {
    margin-right: 9px;
  }

  .case-study-nav {
    font-size: 16px;
  }

  .accordion-header {
    font-size: 19px;
  }

  .skill-row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .skill-row.sr-four {
    margin-right: auto;
    margin-left: auto;
  }

  .skill-item {
    width: 220px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .course-list-list {
    grid-column-gap: 50px;
    grid-row-gap: 80px;
    grid-template-columns: repeat(auto-fit, minmax(370px, 1fr));
  }

  .course-list-logo {
    height: 37px;
  }

  .display-heading-one {
    font-size: 38px;
  }

  .job-list {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(420px, 1fr));
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .job-item {
    width: 100%;
    max-width: 580px;
    margin-bottom: 0px;
  }

  .lunch-cell {
    padding-right: 20px;
    padding-left: 20px;
  }

  .nav-link-span {
    display: inline;
  }
}

@media screen and (max-width: 767px) {
  body {
    padding-top: 65px;
    font-size: 16px;
  }

  h1 {
    font-size: 35px;
  }

  h2 {
    font-size: 29px;
  }

  h3 {
    font-size: 22px;
  }

  .content-container.cc-nav {
    padding-left: 10px;
  }

  .hero-image {
    width: 240px;
  }

  .form-field {
    padding: 10px 16px;
    font-size: 16px;
  }

  .button.btn-landing-form {
    margin-right: 0px;
  }

  .button.btn-landing {
    width: 160px;
    margin-right: 0px;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 22px;
  }

  .form-landing-block {
    padding-right: 0px;
  }

  .form-landing-block.flb-third {
    width: 100%;
    max-width: 500px;
  }

  .scroll-trigger {
    margin-top: -65px;
  }

  .scroll-to-top {
    margin-bottom: 70px;
    font-weight: 700;
  }

  .rtb-privacy-policy h2 {
    font-size: 30px;
  }

  .rtb-privacy-policy h3 {
    font-size: 19px;
  }

  .cookie-row {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .cookie-button {
    margin-left: 15px;
    padding-right: 9px;
    padding-left: 9px;
    -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;
  }

  .cookie-button-text.cbt-symbol {
    margin-right: 0px;
  }

  .data-protection-logo {
    width: 230px;
  }

  .nav-social-row {
    margin-right: 73px;
  }

  .nav-link {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .hamburger-wrapper {
    padding: 16px;
  }

  .menu-button {
    width: 65px;
    height: 65px;
    -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;
  }

  .nav-brand {
    height: 60px;
    max-height: 60px;
    min-height: 60px;
  }

  .nav-menu {
    margin-top: 65px;
  }

  .rtb-supporting-partners {
    -webkit-column-count: 1;
    column-count: 1;
  }

  .partner-logo-item {
    margin-right: 3%;
    margin-left: 3%;
  }

  .partner-logo {
    max-width: 82%;
  }

  .partner-hover-block {
    padding-right: 5px;
    padding-left: 5px;
  }

  .event-list-item {
    min-width: 280px;
    padding-right: 35px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

 

  .lightbox-embed {
    padding-right: 15px;
    padding-bottom: 15px;
  }

  .rtb-summary-of-work {
    -webkit-column-count: 1;
    column-count: 1;
  }

  .rtb-summary-of-work ul {
    margin-bottom: 0px;
  }

  
  .nav-brand-mobile {
    height: 56px;
  }

  .summary-intro {
    font-size: 18px;
  }

  .summary-column {
    width: 50%;
    max-width: 100%;
    min-width: 320px;
    padding-right: 30px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .summary-column.sc-right {
    padding-right: 0px;
  }

  .case-studies-list-item {
    margin-bottom: 20px;
    padding-right: 20px;
  }

  .case-studies-list-title {
    padding-right: 5px;
    padding-left: 5px;
    font-size: 1.1em;
  }

  .case-study-image-holder {
    width: 370px;
    max-width: 100%;
  }

  .case-study-image-caption {
    padding-right: 12px;
    padding-left: 12px;
  }

  .html-css-embed-2 {
    width: 30px;
    height: 30px;
  }

  .popup-cookie-2 {
    width: auto;
    max-width: 500px;
    padding-right: 25px;
    padding-left: 25px;
  }

  .popup-quote {
    padding-top: 80px;
    padding-bottom: 130px;
  }

  .close-popup-button {
    margin-right: -12px;
  }

  .popup-message {
    padding-top: 80px;
    padding-bottom: 130px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .section-anchor {
    margin-top: -36px;
  }

  .all-case-study-nav-link {
    margin-bottom: 67px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .case-study-nav-link {
    padding-right: 10px;
    padding-left: 10px;
  }

  .case-study-nav {
    font-size: 15px;
  }

  .accordion-header {
    font-size: 18px;
  }

  .skill-item {
    width: 204px;
    min-width: 130px;
    padding: 10px;
  }

  .supported-by-row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .supported-by-image {
    height: 90px;
  }

  .course-list-logo {
    height: 34px;
  }

  .display-heading-one {
    font-size: 35px;
  }

  .job-list {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }

  .job-item {
    padding: 20px;
  }

  .job-logo {
    margin-right: 20px;
  }

  .lunch-item {
    padding-left: 8px;
  }

  .lunch-cell {
    min-width: 130px;
    padding-right: 12px;
    padding-left: 12px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
}

@media screen and (max-width: 479px) {
  body {
    padding-top: 62px;
  }

  h1 {
    font-size: 31px;
  }

  h2 {
    font-size: 26px;
  }

  .content-section.cs-jobs {
    text-align: center;
  }

  .content-container {
    padding-right: 15px;
    padding-left: 15px;
  }

  .hero-image {
    width: 230px;
    max-width: 90%;
  }

  .button.btn-landing {
    margin-left: 0px;
  }

  .scroll-trigger {
    margin-top: -62px;
  }

  .utility-content {
    padding-right: 20px;
    padding-left: 20px;
  }

  .rtb-privacy-policy h2 {
    font-size: 28px;
  }

  .cookie-row {
    -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;
  }

  .cookie-button {
    width: 100%;
    margin-top: 7px;
    margin-left: 0px;
    -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;
  }

  .cookie-button-text.cbt-symbol {
    margin-right: 9px;
  }

  .footer-copyright-holder {
    padding-right: 16px;
    padding-left: 16px;
  }

  .nav-social-icon {
    width: 35px;
    height: 35px;
    font-size: 16px;
  }

  .menu-button {
    width: 62px;
    height: 62px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .nav-brand {
    height: 56px;
    max-height: 56px;
    min-height: 56px;
    margin-top: 4px;
    margin-bottom: 4px;
    margin-left: 5px;
  }

  .nav-menu {
    width: 300px;
    margin-top: 62px;
  }

  .partner-logo-list {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .partner-logo {
    max-height: 120px;
  }

  .partner-hover-block {
    margin-left: -15px;
  }

  .news-list-item {
    width: 100%;
    padding-right: 0px;
  }

  .news-list-thumbnail {
    height: 52vw;
  }

  .lightbox-embed {
    width: 50%;
    padding-right: 12px;
    padding-bottom: 12px;
  }

  .lightbox-embed.le-hide {
    width: 50%;
  }

  .lightbox-link {
    height: 100px;
  }

  .nav-brand-mobile {
    height: 52px;
    margin-top: 4px;
  }

  .footer-copyright-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-copyright-divider {
    display: none;
  }

  .landing-row {
    margin-top: 20px;
    margin-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .case-studies-list-item {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0px;
  }

  .case-studies-list-image {
    height: 55vw;
  }

  .case-studies-list-title {
    padding-right: 10px;
    padding-left: 10px;
  }

  .case-study-image-holder {
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: 15px;
    margin-left: 0px;
    float: none;
  }

  .case-study-image-caption {
    padding-right: 13px;
    padding-left: 13px;
  }

  .popup-content {
    padding-right: 25px;
    padding-left: 25px;
  }

  .popup-cookie-2 {
    max-width: 100%;
    margin: 0px;
    padding: 15px 20px;
    border-radius: 0px;
    font-size: 12px;
  }

  .popup-quote {
    padding-top: 80px;
    padding-bottom: 150px;
  }

  .close-popup-button {
    margin-top: -20px;
    margin-right: 7px;
  }

  .close-popup-button.cp-bottom {
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: block;
    margin-bottom: -20px;
  }

  .popup-message {
    padding-top: 80px;
    padding-bottom: 150px;
  }

  .case-study-details-row {
    -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;
  }

  .case-study-detail-holder {
    margin-right: 0px;
    margin-bottom: 4px;
    padding-right: 0px;
    border-right-style: none;
  }

  .all-case-study-nav-link {
    margin-bottom: 29px;
  }

  .case-study-nav-link {
    position: relative;
    margin-bottom: 15px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .case-study-nav-link.pnl-right {
    position: relative;
    margin-bottom: 0px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .case-study-nav {
    -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;
  }

  .skill-item {
    width: 100%;
    max-width: 300px;
    min-width: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .supported-by-image {
    height: 90px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .course-list-list {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }

  .display-heading-one {
    font-size: 31px;
  }

  .job-list {
    justify-items: center;
  }

  .job-item {
    max-width: 360px;
    -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;
    text-align: center;
  }

  .job-logo {
    width: 130px;
    height: 130px;
    margin-right: 0px;
    margin-bottom: 15px;
  }

  .lunch-item {
    padding-top: 20px;
    padding-bottom: 20px;
    -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;
  }

  .lunch-item.lr-heading {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .lunch-cell {
    width: 50%;
  }

  .lunch-cell.lc-first {
    width: 100%;
    margin-bottom: 12px;
  }

  .lunch-cell.lc-second {
    width: 50%;
    margin-bottom: 13px;
  }
}

@font-face {
  font-family: 'Five Awesome';
  src: url('/css/fonts/fa-solid-900.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gotham';
  src: url('/css/fonts/Gotham-Book.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gotham';
  src: url('/css/fonts/Gotham-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gotham';
  src: url('/css/fonts/Gotham-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gotham';
  src: url('/css/fonts/Gotham-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gotham';
  src: url('/css/fonts/Gotham-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gotham';
  src: url('/css/fonts/Gotham-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Five Awesome Brands';
  src: url('/css/fonts/fa-brands-400.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Five Awesome';
  src: url('/css/fonts/fa-light-300.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Five Awesome';
  src: url('/css/fonts/fa-regular-400.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}



#navonecontainer{ display:block;}

#navonecontainer ul{ width:calc(100% - 150px); display:table; max-width:1050px; margin: 7px auto 0 auto; padding:0 0 0 0;}
#navonecontainer li{ /*width:15%;*/ display:inline-block; text-align:center; display: table-cell; transition: all 0.5s; height:100px;  position:relative; vertical-align:top;}
#navonecontainer a{ 
    color: #33689b; 
    text-decoration: none; 
    font-weight:600; 
    height:100%; 
    display: inline-block; 
    padding: 20px 14px 0 14px;
    font-size: 16px;
    line-height: 1.3;
    text-align: center;
    text-transform: capitalize;
}
#navonecontainer a:hover{ color: #2d8328;}
#navonecontainer ul ul a:focus{ background: #2d8328; color: #fff; }
#navonecontainer ul > li:hover > ul{ display:block;}
#navonecontainer ul ul{ display: none; position:absolute; left:-40px; top:93px; background:#47494B; z-index:1000; width:225px; padding: 0; 	-webkit-box-shadow: 6px 7px 35px -16px rgba(0,0,0,0.45);
	-moz-box-shadow: 6px 7px 35px -16px rgba(0,0,0,0.45);
	box-shadow: 6px 7px 35px -16px rgba(0,0,0,0.45);}

#navonecontainer ul .navclass-6 ul {left:-10px;}

#navonecontainer ul ul li{width:100%; text-align:left; display:block; height: auto; margin-bottom: 0 !important;}
#navonecontainer ul ul li a{ display:block; padding:10px 20px; border-bottom: #fff 1px solid; font-weight: 400; color: #fff; text-align: left; font-size: 14px;}
#navonecontainer ul ul li:last-of-type a{border-bottom: none;}
#navonecontainer ul ul li a:hover{ text-decoration:none; background: #333; color: #fff;}
#navonecontainer-responsive{ display: none;}

@media (max-width: 991px){
	#navonecontainer{ display: none;}
	#navonecontainer-responsive{ position: absolute; width:350px; background:#47494B; left:0; z-index:1000; top: 119px; }
	#navonecontainer-responsive ul{ 
	display:table; width: 100%; padding: 0 50px 0 50px; margin:0;}
	#navonecontainer-responsive ul ul{ display: none; position: absolute; width:0; height:0; overflow: hidden;}
	#navonecontainer-responsive li{
		transition: all 0.5s; position:relative; vertical-align:top;
		 width:100%; text-align:left; display:block; height:auto;}
	#navonecontainer-responsive a{ 
	color: #fff; text-decoration: none; font-weight:500; height:100%; 
	display:block; padding:15px; border-bottom: #fff 1px solid;}
	#navonecontainer-responsive a:hover{ text-decoration: none; background: #18818A;}
	#navonecontainer-responsive a:focus{ text-decoration: underline;}
	#navonecontainer-responsive li:last-of-type a{ border-bottom: none;}
}

#adminbar {
	height: 30px;
	width: 100%;
	padding: 0px 180px 0px 180px;
	background: #586875 url(/images/cakepresstiny.jpg) no-repeat 15px center;
	border-bottom: 1px solid #D5D8C2;
	z-index: 999;
	position:fixed;
	color: #fff;
	top:0;
	font-size: 14px;
	font-weight:normal;
}

#adminbar h1 {
	font-family: 'myriad-pro';
	font-size: 14px;
	float: left;
	color: #ffffff;
	margin: 0;
	padding: 2px 0 0 0;
}
@media (max-width: 520px){
#adminbar h1{ display: none;}
}

#adminbar a {
	color: #ffffff;
	text-decoration: underline;
}
#adminbar a{ text-decoration: none; font-weight: normal !important;}
#adminbar p.page{
	width: 200px;
	margin: 0 auto 0 auto;
	text-align: center;
	border: 1px dashed #FFF;
}
#adminbar p.page a{ display: inline-block; width:100%; height:100%; padding: 2px 0px 2px 0px; background: #8797A5;}
#adminbar p.page a:hover{
	background: #517A80;
}
#adminbar p.logout{ position: absolute; top:3px; right:10px; background:url(/images/icon-exit.png) no-repeat left center; padding:0px 10px 0px 40px;}


@media (max-width: 880px){
#adminbar .name{ display: none;}
}

#skiplink a{ position:absolute; width:0; height: 0; overflow: hidden; display:block;}
#skiplink a:focus{ width: auto; height:auto; padding:10px; text-align:center; color: #fff; background: #333; border: 2px dashed #fff; text-decoration: none; z-index:1001; }


.navcontent { 
    float:left;    
    width: 50%;
    margin-bottom: 30px;
    padding-right: 50px;
}
.navcontent:nth-of-type(2n+1){ clear: left;}

@media (max-width: 800px){
	.navcontent { float:left; width: 44%; margin: 0 12% 50px 0; text-align:center;}
	.navcontent:nth-of-type(3n+3) { margin:0 12% 50px 0;}
	.navcontent:nth-of-type(2n+2) { margin:0 0 50px 0;}
	.navcontent:nth-of-type(3n+1){ clear: none;}
	.navcontent:nth-of-type(2n+1){ clear: left;}
}
@media (max-width: 500px){
	.navcontent { float:none; width: 100%; margin: 0 0 30px 0; text-align:left;}
	.navcontent:nth-of-type(3n+3) { margin:0 0 30px 0;}
	.navcontent:nth-of-type(2n+2) { margin:0 0 30px 0;}
	.navcontent:nth-of-type(2n+1){ clear: none;}
}



.navcontent{text-align: center;}
.navcontent a{ 
    /* margin-top: 6px;
    padding-right: 30px;
    padding-left: 30px;*/
    font-size: 1.15em;
    line-height: 1.4;
    font-weight: 700;
    
    color: #000;
}
.navcontent a:hover{color: #3baa35;}




.navcontent span{ 
    width: 100%; display:block;  margin-bottom:20px; transition:all 0.5s;
height: 250px;
    }


.container { width:1040px; margin: 0 auto;}
@media (max-width: 1000px){
	.container { width:100%; padding:0 20px;}
}

.centre{ text-align: center; max-width: 60%; margin: 0 auto; display: block; height: auto !important;}

#backtotop{ clear: both;}

.clearfix:before,
.clearfix:after {
    content: " "; 
    display: table;
}
.clearfix:after {
    clear: both;
}

img.small{ width: 25%; min-width: 250px; height: auto !important; }
img.smallmiddle{ width: 25%; min-width: 250px; height: auto !important; margin: 0 auto; display: block; }
.media_embed {
    position: relative;
    padding-bottom: 33.75%;
    padding-top: 30px; 
	height: 0; 
	overflow: hidden;
    clear: both;
    max-width:60%;
    margin: 20px auto;
}
@media (max-width: 800px){
	.media_embed {
		padding-bottom: 56.75%;
		max-width:100%;
	}
}
.media_embed.width100 {
    position: relative;
    padding-bottom: 56.75%;
    padding-top: 30px; 
	height: 0; 
	overflow: hidden;
    clear: both;
    max-width:100%;
    margin: 20px auto;
}


.sound_embed {
    position: relative;
    padding-bottom: 15%;
    padding-top: 30px; height: 0; overflow: hidden;
	margin:0 0 20px 0;
     clear: both;
}
.media_embed iframe, .media_embed object, .media_embed embed,
.sound_embed iframe, .sound_embed object, .sound_embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    
}
h2.media_embed, h2.sound_embed{ padding:0; height:auto;}

img.width33{ width: 33%; float: left; padding: 0 30px 30px 0;}
img.width33:nth-of-type(3n+1){clear: both;}






#maincontent main .moreinfo-block:last-of-type{ margin-bottom:30px;}
#maincontent main .moreinfo-block h2, #maincontent .moreinfo-block h3{
	background:#33689b;
	margin: 0 0 10px 0;
	transition:all 0.5s;
	line-height:24px;
	color: #fff;
    font-size: 20px !important;
    font-weight: 400 !important;
    text-align: center;
    cursor: pointer;
}
.moreinfo-container{ padding:5px 0 0 0; background: #fff;}

.moreinfo-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 20px;
  -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;
  flex-wrap: wrap;
  margin-right: auto;
  margin-left: auto;
}
.moreinfo-container > p{flex-basis: 100%;}


#maincontent .moreinfo-block h2:focus, #maincontent .moreinfo-block h3:focus, #maincontent .moreinfo-block h2 a:focus, #maincontent .moreinfo-block h3 a:focus{background: #3baa35;}

#maincontent main .moreinfo-block .moreinfo-container h2, #maincontent .moreinfo-block .moreinfo-container h3{
	background: none;
	color: #47494B;
	font-size:18px;
	margin: 0 0 20px 0;
	border: none;
}
#maincontent main .moreinfo-block .moreinfo-container h2:hover, #maincontent .moreinfo-block .moreinfo-container h3:hover{ background: none;}

#maincontent .moreinfo-block h2 a, #maincontent .moreinfo-block h3 a{
	color: #fff;
	 text-decoration: none;
	 display:block;
	 width:100%;
	 height:100%;
	 padding:10px;
	 transition:all 0.5s;
	 position:relative;
	 padding-right:50px;
	 font-weight: normal !important
	 
}


#maincontent .moreinfo-block h2 a::after, #maincontent .moreinfo-block h3 a::after {
    content: url(/userfiles/images/icon_arrow_accord.svg);
    -moz-transition: 0.5s all;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    -webkit-transform-origin: 50% 45%;
    -moz-transform-origin: 50% 45%;
    transform-origin: 50% 45%;
	position:absolute;
	right:12px;
	top:12px;
}
#maincontent .moreinfo-block h2 a:hover::after, #maincontent .moreinfo-block h3 a:hover::after {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
#maincontent .moreinfo-container {text-align: center;}
#maincontent .moreinfo-container p, #maincontent .moreinfo-container li { font-size:16px; }

.moreinfo-block:first-of-type{ margin-top: 40px;}



.childpaging {
    color: #666;
    margin-top: 5px;
}
#maincontent .childpaging li{
background:none; 
padding: 0 5px 0 0; 
margin:0 0 10px 0;     
display: inline-block;
}
#maincontent .childpaging li a, .childpaging li a, .childpaging li.current{
    display: block;
    padding: 8px 25px;
    margin-right: 4px;
    background: #1f1f1f;
    text-decoration: none;
    color: #fff;
    border-radius:3px;
	font-weight: 400;
}
#maincontent .childpaging li span.inactive, .childpaging li span.inactive{
    display: block;
    padding: 8px 25px;
    margin-right: 4px;
    background: #1f1f1f;
    text-decoration: none;
    color: #fff;
    border-radius:3px;
	font-weight: 400;
	opacity: 0.3;
}

#maincontent .childpaging li span.inactive, .childpaging li span.inactive { color: #cccccc; }

#maincontent .childpaging li a:hover, #maincontent .childpaging li a:focus, .childpaging li a:hover, .childpaging li a:focus {
    background: #33689b;
}
#maincontent .childpaging li.current a, .childpaging li.current a {
    border: solid 1px #3baa35;
    background: #3baa35;
    color: #fff;
    
}


.childpaging li.current{
margin:0 0 10px 0 !important;     
display: inline-block !important;
border: solid 1px #2d8328 !important;
background: #2d8328 !important;
color: #fff !important;
padding: 8px 25px !important;
}

.crt-post-c { width: auto !important;}
.crt-post .crt-post-header { margin: 0 0 17px 0;}


.featured{ clear: both; margin: 130px 0 80px 0;}
.featuredfull{ clear: both; margin: 80px 0 80px 0;}
.featuredfull.coloured{background: #33689b; margin: 80px 0 80px 0; padding: 80px 0 80px 0; color: #fff; }
.featureditem{width: 47.5%; margin: 0 5% 50px 0 ;  float: left; text-align: center; color: #fff; }
.featureditem:nth-of-type(2n+2){background: #3baa35; margin: 0 0 50px 0% ;}
.featureditem:nth-of-type(2n+1){background: #33689b;}
.featureditem .featuredimage{ width: 100%; background: #E3E3E3; padding: 30px;  }
.featureditem img{ margin: 0 auto 0px auto; background: #fff; max-width: 100%; display: block; }
.featureditem h2{ margin: 30px auto 0 auto; font-size: 25px;}
.featureditem p{ max-width: 90%; margin: 30px auto 0 auto; min-height: 81px;}




.slidespacer{ height:335px;}
#slidernews div.img{height: 300px; }
#slidernews a{ width: 100%; height: 100%; display: block;}
#slidernews{ background: #fff;  padding:80px 5%;}
.smallslider .slide{ height: 420px; margin: 0 15px 0 0;}
.smallslider .slide div.news{ width:100%; float:none; background: #fff; height:25%; text-align:left; padding: 0 0 30px 0;}
.smallslider h3, .smallslider p{ font-size:18px!important; text-align:left; margin-top: 20px !important; }

.smallslider .slide div.img{ width:100%; float:none; height:100%; position:relative;}
.smallslider .slide .slidertext{ padding: 0 40px 40px 40px; font-weight:400; font-size:16px;  }
.slidertext p {margin: 0 10px 10px 0;}
@media (max-width: 1919px){
	.smallslider h3{ font-size:23px; padding:35px;}
	.smallslider .slide .slidertext{ padding: 0 35px 35px 35px; font-size:15px;}
}
@media (max-width: 1650px){
	.smallslider h3{ font-size:20px; padding:30px;}
	.smallslider .slide .slidertext{ padding: 0 30px 30px 30px;}
}
@media (max-width: 1500px){
	.smallslider h3{ font-size:23px; padding:40px;}
	.smallslider .slide .slidertext{ padding: 0 40px 40px 40px;}
}
@media (max-width: 1250px){
	.smallslider h3{ font-size:23px; padding:35px;}
	.smallslider .slide .slidertext{ padding: 0 35px 35px 35px;}
}
@media (max-width: 1050px){
	.smallslider h3{ font-size:20px; padding:30px;}
	.smallslider .slide .slidertext{ padding: 0 30px 30px 30px;}
}
@media (max-width: 1000px){
	.smallslider h3{ font-size:23px; padding:40px;}
	.smallslider .slide .slidertext{ padding: 0 40px 40px 40px;}
}
@media (max-width: 700px){
	.smallslider h3{ font-size:23px; padding:35px;}
	.smallslider .slide .slidertext{ padding: 0 35px 35px 35px;}
}
@media (max-width: 600px){
	.smallslider h3{ font-size:20px; padding:30px;}
	.smallslider .slide .slidertext{ padding: 0 30px 30px 30px; font-size:14px;}
}
.bx-wrapper .bx-pager .bx-pager-item{ display: inline-block; margin: 10px;}
.smallslider .slide .slidertext b, .smallslider .slide .slidertext strong { font-weight:bolder;  }
.smallslider a.newlink{  text-decoration: none; display: block; color: #1f1f1f;}
.smallslider a.newlink:hover, .smallslider a.newlink:focus{ color: #33689b; }

.smallslider .bx-wrapper .bx-viewport{  background: none !important;}
#slidernews.smallslider .bx-wrapper .bx-pager.bx-default-pager a{ background: #757575 !important; display: inline-block !important; width: 20px !important; height: 20px !important; }
#slidernews.smallslider .bx-wrapper .bx-pager.bx-default-pager a span{position: absolute; width: 0; height: 0; overflow: hidden;}
@media (max-width: 800px){
	.smallslider .bx-wrapper .bx-pager{display: none;}
}
#slidernews.smallslider .bx-wrapper .bx-pager.bx-default-pager a.active{ background:#3baa35 !important;}
.smallslider .bx-wrapper .bx-pager{ margin-bottom:-49px !important; height:40px !important;  bottom:0 !important; width:100% !important; text-align:center !important;}
.smallslider .bx-wrapper .bx-controls-auto{ top:0; margin-top:-40px; height:40px !important;  bottom:0 !important; width:100% !important; text-align:center !important;}
.smallslider .bx-controls-direction{ position: relative; margin-top: 8px;}
.smallslider .bx-pager { margin-top: 20px;}
.smallslider .bx-wrapper .bx-prev {
    background: #1f1f1f url(/userfiles/images/icon_arrow_newer.svg) no-repeat 25px center;
    padding: 8px 25px 8px 50px;
    margin-right: 4px;
    text-decoration: none;
    color: #fff;
    border-radius: 3px;
    font-weight: 400;
	position: absolute;
	left: 0;
	width: 150px !important;
    display: inline-block !important;
	height: auto !important;
}
.smallslider .bx-wrapper .bx-next {
	background: #1f1f1f url(/userfiles/images/icon_arrow_older.svg) no-repeat 110px center;
    padding: 8px 50px 8px 25px;
    margin-right: 4px;
    text-decoration: none;
    color: #fff;
    border-radius: 3px;
    font-weight: 400;
	position: absolute;
	right: 0;
	width: 150px !important;
    display: inline-block !important;
	height: auto !important;
	text-align: right;
}
.smallslider .bx-wrapper .bx-next:hover {
	background: #33689b url(/userfiles/images/icon_arrow_older.svg) no-repeat 110px center;
	}
.smallslider .bx-wrapper .bx-prev:hover{
	background: #33689b url(/userfiles/images/icon_arrow_newer.svg) no-repeat 25px center;
}
.smallslider .slidertext a{ color:#EC4067; }

h2.casestudiesheader{ margin: 0 0 80px 0; text-align: center;}

.awards .twocolumns img{ display: block; width: 50%; padding: 30px 0 30px 0; float: left; }
.awards .twocolumns img:nth-of-type(2n+1){padding-right: 1.5%; }
.awards .twocolumns img:nth-of-type(2n+2){padding-left: 1.5%; }

.awards .threecolumns img{ display: block; width: 32%; margin: 2% 2% 2% 0; float: left; }
.awards .threecolumns img:nth-of-type(3n+1){margin-right: 0%; }

@media (max-width: 500px){
	.awards .twocolumns img{ display: block; width: 100%; padding: 30px 0 0 0; float: none; }
	.awards .twocolumns img:nth-of-type(2n+1){padding-right: 0; }
	.awards .twocolumns img:nth-of-type(2n+2){padding-left: 0; }
	.awards .threecolumns img{ display: block; width: 100%; padding: 30px 0 0 0; margin: 0; float: none; }
	.awards .threecolumns img:nth-of-type(3n+1){margin-right: 0%; }
}

/*.awards img:first-of-type {
	width: 100%; 
	float: none;
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin: 0 !important;
	
}*/
.awards{ margin: 0 0 60px 0;
}




.awards {text-align: center;}

a.lbimglink{display: block; width: 30%; float: left; margin: 0 30px 30px 0; position: relative; height: 200px; overflow: hidden;}
a.lbimglink:nth-of-type(3n+1){clear: both;}
a.lbimglink img:first-child{ position: absolute; width: 120% !important;}
a.lbimglink img.width33{ float: none; height: auto !important; padding: 0 !important;}
.lbimgzoomicon{ margin-left: 10px;}



.blocker { z-index: 998 !important; }
#tracksharemodal { z-index: 999; }

#tracksharemodal h1 { margin: 0 0 20px 0; font-size: 28px; margin-top: -27px}
#tracksharemodal p { margin: 0 0 10px 0; }
#tracksharemodal label { display: block; margin: 10px 0; }
#tracksharemodal input { width: auto; margin: 10px 5px 10px 0; }
#tracksharemodal input[type='submit'] { width: 100%; margin: 10px 0; }


@media (max-width: 1372px) and (min-width: 1350px){
	#navonecontainer ul{ width: 100%; }
  }
  
@media (max-width: 1350px) and (min-width: 992px){
    .nav-social-icon {display: none;}
    .nav-menu{width: 100%;}	
	#navonecontainer ul{ width: 95%; }
  }
  @media (max-width: 1250px) and (min-width: 992px){
    .nav-link {
      padding-left:9px;
      padding-right:9px;
      margin-left:1px;
      margin-right:1px;
    }
    .content-container.cc-nav {
      padding-left:5px !important;
      padding-right:5px !important;
    }
  }
  @media (max-width: 650px){
    .case-study-image-holder{
      width:100%;
      margin-left:0px;
    }
}


.invisible, .sronly, #respnav-button-content {

position: absolute;
display: block;
height: 0;
width: 0;
padding: 0;
margin: 0;
overflow: hidden;
top: -9999px;
left: -9999px;
}



/*
  .html-css-embed, .popup-cookie, .le-hide {
    display:none;
  	}
  input[type="radio"]:checked + .radio-button-new, 
  input[type="checkbox"]:checked + .radio-button-new { 
    background-color: #3baa35;
    border-color: #3baa35;
    color: #fafafa;
    }
  input[type="radio"]:checked + .radio-button-new.rbn-white, 
  input[type="checkbox"]:checked + .radio-button-new.rbn-white { 
    background-color: #fff;
    border-color: #fff;
    color: #3baa35;
  	}
*/


.partner-arrow-holder {
	position: relative; /* this causing some trouble atm */
	overflow: show;
}

.partner-arrow {
	left: 50%;
	margin-left: -10px;
	bottom: -10px;
}

#maincontent a{ text-decoration: underline;}
#maincontent .news-list-item a{ text-decoration: none;}

.featureditemfull .featuredimage{float: left; width: 40%;}
.featureditemfull .featuredtext{float: left; width: 60%; padding:  0 10% 0 10%;}
.featureditemfull p{ margin-bottom: 20px;}

@media (max-width: 800px){
	.featureditemfull .featuredimage{float: none; width: 100%; padding:  0 10% 40px 10%; max-width: 400px; margin: 0 auto;}
	.featureditemfull .featuredtext{float: none; width: 100%; padding:  0 10% 0 10%; text-align: center;}
	.featureditemfull p{ margin-bottom: 20px;}
}


.crt-panel-next, .crt-panel-prev{
background-color: #33689b !important;
}
.crt-panel-next:hover, .crt-panel-prev:hover{
opacity: 0.8 !important;
}


a.scroll-to-top {
	display: none;
}

a.scrolltotop-show {
	display: block !important;
}

.crt-logo {
	display: none !important;
}


@media only screen and (min-width: 991.01px) {

	#maintopnav {
		right: auto !important;
	}
}

@media only screen and (max-width: 991px) {

	.w-nav-menu {
		display: block !important;
		z-index: 9999;
		position: fixed;
		/*right: 0;*/
		right: -300px;
		width: 300px;
		max-width: 85%;
		height: 200vw; /* overkill to account for other fixed elements  eg: header/footer */
	}


	#navonecontainer, nav#one ul, nav#one ul li {
		display: block;
		width: 100%;
	}

	nav#one ul {
		margin: 0;
	}

	nav#one ul li {
		height: auto;
		border-bottom: 1px solid #edeeed;
		border-top: 1px solid #edeeed;
		transition: none;
		margin: 0;
	}

	nav#one ul li ul {
		display: none !important;
	}

	#navonecontainer a {

		padding: 14px 20px 14px;
		transition: none;
	}

	nav#one ul li a {
		text-align: right;
		display: block;
	}

	.scroll-to-top {
		z-index: 99;
	}


}


a.button{ text-decoration: none !important;}
.cmsbutton{
display: inline-block; border: 1px solid #ededed; background: #33689b; padding: 4px 8px; border-radius: 4px;
}

.form-message, .form-message.fm-error {
	max-width: 100%;
}



#slidernews .bx-pager {	padding: 0 150px;}


.socialm{ 
	padding: 60px 0;
	text-align: center;
}
.socialm .nav-social-icon.si-contact {
	width: 100px; 
	height: 100px;   
	font-size: 40px;
	display: inline-block;
	padding-top: 16px; 
	background-color: #33689b;
	color: #fff !important;
}
.socialm .nav-social-icon.si-contact:hover{
	background-color: #2d8328;
}

/*.navclass-6 ul{ display: none !important;}*/


#sow{ background: #33689b; color: #fff; margin-top:0; margin-bottom:0; padding-top: 80px; padding-bottom: 80px;}

.video-container {
	width: 100%;
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


#searchmodalcontent {
	height: 100vh;
}

#searchmodalform label{ 
	text-align:center; 
	color: #fff;
	font-size:18px;
	clear:both;
	font-family: "opensans-semibold";
	display:block;
	margin:0 0 20px 0;
}
#searchmodalform input[type="text"]{
	padding: 14px;
	border: 1px solid #fff;
	width: 100%;
	border-radius: 4px;
	margin:0 0 20px 0;
	background: #333;
	color:#fff;
	font-size:18px;
}

#searchmodalform input[type="submit"] {
    padding: 14px 10px;
    background: #33689b;
    color: #FFF;
    text-transform: uppercase;
    border: solid 1px #33689b;
    width: 100%;
	border-radius: 4px;
	transition: all 0.5s ease;
    font-size: 20px;
    font-weight: 500;
}
#searchmodalform input[type="submit"]:hover, #searchmodalform input[type="submit"]:focus, #col1 input[type="submit"]:hover,#col1 input[type="submit"]:focus {
      background: none;
	  border: solid 1px #fff;
}

#searchmodalclose span{ position:absolute; width: 0; height:0;overflow: hidden;}
#searchmodalclose{width: 50px; height:50px; display:block; margin: 0 auto; background:url(/userfiles/images/icon_close.png) no-repeat center center;}

#searchmodalform {

	position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*margin-left: -20px;*/

  color: #ffffff;
}

#searchmodalclose {

	position: absolute;
	top: 100px;
	left: 50%;
	/*margin-left: -25px;*/
	transform: translate(-50%, -50%);
	color: #ffffff;
}


#searchmodalbg {

position: fixed;
top: 0;
left: 0;
bottom: 0;
right: 0;
background: rgb(0,0,0,0.99);
visibility: hidden;
opacity: 0;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-ms-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
z-index: 2000;
}


#searchmodalbg.open {
visibility: visible;
opacity: 0.95;
}

body.searchresults .navcontent { width:100%; float:none; margin:0 0 0 0 ; clear:both; border-bottom: 1px solid #C9C3BA; padding:0 0 0 0;}
body.searchresults .navcontent:last-child{ border-bottom: none;}
body.searchresults #col1 .navcontent img{ float:left; width: 20%; margin:0; }
body.searchresults #col1 .navcontent h2{ 
	position:relative; 
	top:auto; 
	color:#333333; 
	font-size:110%; 
	float: none;
	width: 100%; 
	border: none;
	clear:none;
	padding:10px;
	margin:0;
}
body.searchresults #maincontent .navcontent a{ display:block; width:100%; height:100%; text-align: left; padding: 20px 0; text-decoration: none;}
body.searchresults .navcontent a:hover{
	background-color: #FCFCFC;
}
body.searchresults .navcontent .links{ display: none;}
body.searchresults .navcontent .excerpt, body.index #maincontent .navcontent .excerpt{ display: none;}
body.searchresults .navcontent .navcontent_date{ display:block; font-style:italic; color:#777; font-size:85%; margin-bottom:5px;}



html {
  scroll-padding-top: 140px; /* height of sticky header */
}

#search2{display: none;}
@media (max-width: 1150px) and (min-width: 992px){
  #search2{display: block; position: absolute !important; right:0 !important; top:0 !important; overflow: hidden !important; z-index: 100 !important;}
  .content-container.cc-nav {
  width: 100%;
  max-width: 100%;
}
}

.nav-social-row.sh-contact .insta{ border-radius: 4px; background: #ffffff url(/userfiles/images/instagram.svg) no-repeat center center; margin-left: 0px;}
.nav-social-row.sh-contact .insta:hover{ background: #33689b url(/userfiles/images/instagram_hover.svg) no-repeat center center;}

.nav-social-row .insta{ 
	border-bottom-right-radius: 4px; 
	border-bottom-left-radius: 4px; 
	border-top-right-radius: 0px; 
	border-top-left-radius: 0px; 
	background: #33689b url(/userfiles/images/instagram_hover.svg) no-repeat center center;
	margin-left: 2px;
}
.nav-social-row .insta:hover{ background: #3baa35 url(/userfiles/images/instagram_hover.svg) no-repeat center center;}

.textDiv{
    background: #CD4518 !important;
    border: #CD4518;
    color: white;
	font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
	position: relative;
    display: inline-block;
    font-family: "Open Sans", Arial, sans-serif;
	padding: 10px 20px !important;
    height: 44px;
    min-width: 15px;
	border-radius: 22px;
	text-align: center;
}
.textDiv:hover{
	background: #A13612 !important;
    border: #A13612;
	}