body {
  background-color: #FFFFFF;
  text-align: center;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  overflow-x: hidden;

}

a {
  text-decoration: none;
  color: #7F0145;
}

a:hover {
  text-decoration: underline;
}

select:focus, select.active,
a:focus, a.active,
input:focus, input.active {
  outline: none;
}

h1,h2,h3,h4,h5,h6 {
  font-weight: 400;
}

::-webkit-input-placeholder {
   color: #000000;
}

:-moz-placeholder { /* Firefox 18- */
   color: #000000;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #000000;
}

:-ms-input-placeholder {  
   color: #000000;
}

.video-aspect-ratio {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56%;
}

.video-aspect-ratio iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0; top: 0;
}

#page {
  max-width: 1050px;
  text-align: left;
  margin: 0 auto;
}


.screen-reader-text {
  display: none;
}

.hide {
  display: none;
}


.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
  background-color: #434851;
  color: #FFFFFF;
  display: none;
  text-align: center;
  z-index: 999;
}

.cookie-banner p {
  margin: 0 auto 15px auto;
  text-align: center;
  line-height: 1.2em;
  font-size: 0.9em;
  max-width: 800px;
}

.cookie-banner a {
  color: #FFFFFF;
}

.cookie-banner .button {
  background-color: #7F0145;
  display: inline-block;
  padding: 5px 10px;
  cursor: pointer;
  color: #FFFFFF;
  margin-bottom: 10px;
}


#masthead {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #000000; 
}

#masthead:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100vw;
  left: 50%;
  background-color: #000000;
  margin-left: -50vw;
  z-index: -1;
}

#masthead > .sleeve {
  overflow: hidden;
  padding: 20px 0 20px 0;
}

#masthead .site-branding {
  float: left;
}


#masthead .site-branding .site-title {
  width: 275px;
  height: 136px;  
  margin: 0;
  background-image: url(img/main-logo-text-only.png);
  background-size: contain;
  background-repeat: no-repeat;
}

#masthead .site-branding .site-title a {

}

#masthead .site-branding .site-title a span {
  text-indent: -9999px;
  width: 220px;
  height: 109px; 
  display: block;
}

#masthead .site-branding .site-description {
  margin-top: 10px;
  color: #FFFFFF;
  font-size: 0.8em;
  width: 275px;
  text-align: center;
}

#masthead nav#main-nav {
  margin-left: 300px;
  text-align: right;
}

#masthead nav#main-nav ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

#masthead nav#main-nav ul li {
  display: inline-block;
  margin: 0;
  padding: 0;  
  white-space: nowrap;
  font-size: 1.2em;
  margin: 0 10px 0 10px;
  border-bottom: 1px solid transparent;
}

#masthead nav#main-nav ul li.hide {
  display: none;
}

#masthead nav#main-nav ul li.current-menu-item,
#masthead nav#main-nav ul li:hover {
  border-bottom: 1px solid #FFFFFF;
}

#masthead nav#main-nav ul li a {
  color: #FFFFFF;
  display: block;
  padding: 10px 5px 10px 5px;
}

#masthead nav#main-nav ul li:last-child {
  margin-right: 0;
}

#masthead nav#main-nav ul li:last-child a {
  padding-right: 0;
}

#masthead nav#main-nav ul li a:hover {
  text-decoration: none;
}

#masthead nav#main-nav ul ul {
  display: none;
  position: absolute;
  background-color: #000000;
  padding: 5px 20px;
  margin-left: -20px;
}

#masthead nav#main-nav ul li:hover ul {
  display: block;
}

#masthead nav#main-nav ul ul li {
  display: block;
  text-align: left;
  font-size: 0.9em;
  margin-left: 0;
  margin-right: 0;
}
#masthead nav#main-nav ul ul li a {
  padding-left: 0;
  padding-right: 0;
}



#language-switcher {
  text-align: right;
  background-color: #222222;
  position: relative;
  border: none;
}

#language-switcher:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100vw;
  left: 50%;
  background-color: #222222;
  margin-left: -50vw;
  z-index: -1;
}

#language-switcher .wpml-ls-legacy-list-horizontal,
#language-switcher ul {
  display: inline-block;
}

#language-switcher ul li {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
}

#language-switcher ul li a {
  color: #FFFFFF;
  font-size: 0.8em;
  display: block;
  text-decoration: none;
  padding: 5px 10px;
  line-height: 1;
  text-transform: capitalize;
}

#site-footer .support-info {
  background-image: url(img/robert-carr.png);
  background-position: center 20px;
  background-repeat: no-repeat;
  background-size: 150px auto;
  padding-top: 150px;
  text-align: center;
  border-top: 1px solid #F1F1F1;
  margin-top: 75px;
  margin-bottom: 200px;
}



#subscribe-section {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0,0,0,0.9);
  color: #FFFFFF;
  text-align: center;
}

#subscribe-section .sleeve {
  max-width: 1050px;
  margin: 0 auto;
  padding: 20px 20px;
}


#subscribe-section .input-wrap {
  margin-bottom: 10px;
  border-radius: 3px;
  overflow: hidden;
}

#subscribe-section label {
  display: block;
  letter-spacing: 1px;
  margin-bottom: 15px;
  line-height: 1.2em;
}

#subscribe-section input[type=text] {
  border: none;
  padding: 5px;
  font-size: 1.0em;
}

#subscribe-section select {
  border: none;
  padding: 4px;
  font-size: 1.0em;
}

#subscribe-section input[type=submit] {
  border: none;
  padding: 5px;
  font-size: 1.0em;
  background-color: #FFFFFF;
  cursor: pointer;
}

#subscribe-section .input-wrap {
  display: inline-block;
  margin-right: 5px;
}

#subscribe-section .validation-failed,
#subscribe-section .form-confirmation {
  margin-bottom: 15px;
  position: relative;
}

#subscribe-section .validation-failed:before {
  content: '';
  position: absolute;
  height: 17px;
  width: 17px;
  background-color: red;
  border-radius: 50%;  
  margin-left: -25px;
  top: 0;
  bottom: 0;
}

#subscribe-section .form-confirmation:before {
  content: '';
  position: absolute;
  height: 17px;
  width: 17px;
  background-color: green;
  border-radius: 50%;  
  margin-left: -25px;
  top: 0;
  bottom: 0;
}




.entry-header,
.entry-content {
  margin: 0;
  padding: 0 15px;
}

.entry-header h1 {
  margin-top: 75px;
  margin-bottom: 25px;
  font-size: 3em;
  line-height: 1.2em;
  font-weight: 700;
}

.entry-content p {
  margin-bottom: 30px;
  font-size: 1.4em;
  line-height: 1.6em;
}

.entry-content h2 {
  font-size: 1.8em;
  line-height: 1.4em;
  padding-bottom: 30px;
  padding-top: 30px;
}

.entry-content h3 {
  font-size: 1.6em;
  line-height: 1.4em;
  padding-bottom: 30px;
  padding-top: 30px;
}

.entry-content img {
  margin-bottom: 5px;
}

.entry-content ol, 
.entry-content ul {
  margin: 0 0 30px 0;
  padding: 0 0 0 25px;
}

.entry-content ol li,
.entry-content ul li {
  margin-bottom: 10px;
  font-size: 1.4em;
  line-height: 1.6em;
}

.entry-content ul li:last-child {
  margin-bottom: 0;
}

.entry-content .answer-style {
  display: none;
  padding: 0 20px;
}

.entry-content .question-style {
  cursor: pointer;
  background-color: #333333;
  color: #FFFFFF;
  padding: 10px 20px;
  margin-bottom: 5px;
}

.entry-content iframe {
  max-width: 100%;
  min-width: 100%;
}

.entry-content img {
  width: 100%;
  height: auto;
}

.entry-content img.no-resize {
  width: auto;
}

body.page-id-1290 .entry-content img.no-resize {
  width: 175px;
  height: auto;
  margin-right: 20px;
}

.main-image-wrap {
  padding: 15px;
  background-color: #e6e6e6;
  margin-bottom: 30px;
  overflow: hidden;
}

.main-image-wrap .caption {
  margin-left: 50%;  
  padding: 0 20px;
  box-sizing: border-box;
  font-size: 0.9em;
  line-height: 1.4em;
}

.main-image {
  width: 50%;
  float: left;
}

.main-image img {
  width: 100%;
  height: auto;
}

.user-form {
  margin-top: 30px;
}

.user-form .field-wrap {
  overflow: hidden;
  margin-bottom: 15px;
  position: relative;
}

.user-form .field-wrap.disabled:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  background-color: rgba(255,255,255,0.75);
}

.user-form .field-wrap > label {
  width: 30%;
  display: block;
  float: left;
  text-align: right;
  line-height: 43px;
  padding-right: 30px;
  box-sizing: border-box;  
}

.user-form .field-wrap > label.hide {
  display: none;
}

.user-form .field-wrap .input-wrap {
  margin-left: 30%;
  margin-bottom: 5px;
  position: relative;
}

.user-form .field-wrap .description {
  margin-left: 30%;
  margin-bottom: 5px;
  font-size: 1.1em;
  line-height: 1.4em;
  margin-top: 9px;
}

.user-form .field-wrap .input-wrap input[type=checkbox],
.user-form .field-wrap .input-wrap input[type=radio] {
  position: absolute;
  left: -99999px;
}

.user-form .field-wrap .input-wrap input[type=checkbox] ~ label,
.user-form .field-wrap .input-wrap input[type=radio] ~ label {
  position: relative;
  min-height: 43px;
  display: block;
  padding-left: 30px;
  line-height: 40px;
}

.user-form .field-wrap .input-wrap input[type=checkbox] ~ label:before,
.user-form .field-wrap .input-wrap input[type=radio] ~ label:before {
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #FFFFFF;
  border: 2px solid #000000;
  position: absolute;
  left: 0;
  top: 7px;
}

.user-form .field-wrap .input-wrap input[type=checkbox]:checked ~ label:after,
.user-form .field-wrap .input-wrap input[type=radio]:checked ~ label:after {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #000000;
  border: 2px solid #000000;
  position: absolute;
  left: 5px;
  top: 12px;
}


.user-form .field-wrap .input-wrap select,
.user-form .field-wrap .input-wrap textarea,
.user-form .field-wrap .input-wrap input[type=text] {
  box-sizing: border-box;
  width: 100%;
  padding: 5px 10px;
  font-size: 1.3em;
  border-radius: 5px;
  border: 1px solid #CCCCCC;
  font-family: inherit;
}


.user-form ::-webkit-input-placeholder {
  color: #CCCCCC;
  font-weight: 100;
}
.user-form ::-moz-placeholder {
  color: #CCCCCC;
  font-weight: 100;
}
.user-form :-ms-input-placeholder {
  color: #CCCCCC;
  font-weight: 100;
}
.user-form :-moz-placeholder {
  color: #CCCCCC;
  font-weight: 100;
}

.user-form .field-wrap .input-wrap input[type=submit] {
  display: block;
  background-color: #000000;
  color: #FFFFFF;
  box-sizing: border-box;
  width: 100%;
  padding: 5px 10px;
  font-size: 1.3em;
  border-radius: 5px;
  border: 1px solid #CCCCCC;
  font-family: inherit;
  cursor: pointer;
}

.user-form .field-wrap .input-wrap input[type=submit]:hover {
  background-color: #333333;
}


.user-form div.field-wrap .input-wrap.validation-failure:after,
.user-form div.field-wrap .input-wrap.validation-success:after {
  content: '';
  position: absolute;
  top: 15px;
  right: 10px;
  z-index: 1;  
  width: 15px;
  height: 15px;
  border-radius: 50%;
  color: #FFFFFF;
  line-height: 15px;
  font-size: 10px;
  text-align: center;
}

.user-form div.field-wrap .input-wrap.validation-failure:after {
  content: '\f00d';
  background-color: red;
  font-family: fontawesome;
}

.user-form div.field-wrap .input-wrap.validation-success:after {
  content: '\f00c';
  background-color: green;
  font-family: fontawesome;
}

.user-form div.field-wrap.with-error select,
.user-form div.field-wrap.with-error textarea,
.user-form div.field-wrap.with-error input {
  border: 1px solid red !important;
}

.user-form .field-wrap.with-error .input-wrap input[type=checkbox] ~ label {
  color: red;
}


.user-form .form-message-wrap {
  margin-left: 30%;
}

.user-form .form-message-error {
  color: red;
}

.user-form .form-message-success {
  color: green;
}

.user-form .scrolling-content {
  overflow: hidden;
  overflow-y: scroll;
  height: 250px;
  border: 1px solid #e6e6e6;
  background-color: #e6e6e6;
  padding: 10px;
  font-size: 0.8em;
  margin: 20px 0 20px 30%; 
}

.user-form .scrolling-content h3 {
  padding-top: 0;
}

.user-form input.loading {
  background-image: url(img/loading.svg);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: right center;  
}


.newsletter-archive ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  border-top: 1px solid #F1F1F1;
}

.newsletter-archive ul li {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #F1F1F1;
}

.newsletter-archive ul li a {
  display: block;
  padding: 10px 20px;
}

.newsletter-archive ul li a:hover {
  text-decoration: none;
  background-color: #F1F1F1;
}


.milestone-item {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}

.milestone-item:after {
  content: '';
  position: absolute;
  left: 20px;
  border-left: 1px solid #333333;
  top: 40px;
  bottom: 0;
}

.milestone-item h3 {
  background-color: #333333;
  color: #FFFFFF;
  padding: 10px 20px;
  font-size: 0.9em;
  font-weight: 100;
  margin-bottom: 15px;
}

.milestone-item .content {
  margin-left: 40%;
}

.milestone-item .content h4 {
  margin-bottom: 20px;
  font-size: 1.6em;
  line-height: 1.4em;
}

.milestone-item .content p,
.milestone-item .content li {
  font-size: 1.2em;
  line-height: 1.4em;
}

.milestone-item .media-wrap {
  float: left;
  width: calc( 40% - 20px );
  margin-left: 20px;
  box-sizing: border-box;
  padding: 5px 20px 20px 20px ;
}

.milestone-item .media-wrap .video-wrap {
  margin-bottom: 20px;
}

.milestone-item .media-wrap .image-wrap {
  margin-bottom: 20px;
}

.logo-section {
  text-align: center;
  border-top: 1px solid #E6E6E6;
  margin-top: 50px;
}
 
.logo-wall {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -webkit-justify-content: center;
  justify-content: center;
}

.logo-wall .logo-item {
  margin: 15px;
  border: 1px solid #E6E6E6;
}

.logo-wall .logo-item img {
  display: none;
}

.logo-wall .logo-item span,
.logo-wall .logo-item a {
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  margin: 10px;
  width: 200px;
  height: 125px;
  position: relative;
}

.logo-wall .logo-item label {
  display: block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
} 



body.page-id-1539 .entry-content iframe,
body.page-id-1392 .entry-content iframe,
body.page-id-117 .entry-content iframe,
body.page-id-119 .entry-content iframe {
  border: 1px solid #E6E6E6;
}

body.page-id-1539 .entry-content ul,
body.page-id-1392 .entry-content ul,
body.page-id-117 .entry-content ul,
body.page-id-119 .entry-content ul {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

body.page-id-1539 .entry-content ul li,
body.page-id-1392 .entry-content ul li,
body.page-id-117 .entry-content ul li,
body.page-id-119 .entry-content ul li {
  padding: 0;
  margin: 0;
  list-style-type: none;  
  width: calc(33% - 20px);
  text-align: center;
  border: 1px solid #000000;
  padding: 20px;
  margin: 10px;
  box-sizing: border-box;
  background-color: #E6E6E6;
}

body.page-id-1539 .entry-content ul li:first-child,
body.page-id-1392 .entry-content ul li:first-child,
body.page-id-117 .entry-content ul li:first-child,
body.page-id-119 .entry-content ul li:first-child {
  margin-left: 0;
}

body.page-id-1539 .entry-content ul li:last-child,
body.page-id-1392 .entry-content ul li:last-child,
body.page-id-117 .entry-content ul li:last-child,
body.page-id-119 .entry-content ul li:last-child {
  margin-right: 0;
}

body.page-id-1539 .entry-content ul li:hover,
body.page-id-1392 .entry-content ul li:hover,
body.page-id-117 .entry-content ul li:hover,
body.page-id-119 .entry-content ul li:hover {
  background-color: #7F0145;
}


body.page-id-1539 .entry-content ul li a,
body.page-id-1392 .entry-content ul li a,
body.page-id-117 .entry-content ul li a,
body.page-id-119 .entry-content ul li a {
  color: #000000;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 95%;
}

body.page-id-1539 .entry-content ul li:before,
body.page-id-1392 .entry-content ul li:before,
body.page-id-117 .entry-content ul li:before,
body.page-id-119 .entry-content ul li:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

body.page-id-1539 .entry-content ul li:hover a,
body.page-id-1392 .entry-content ul li:hover a,
body.page-id-117 .entry-content ul li:hover a,
body.page-id-119 .entry-content ul li:hover a {
  text-decoration: none;
  color: #FFFFFF;
}

.toggle-form-wrap {
  text-align: center;
  padding-bottom: 30px;
}

.toggle-form {
  display: inline-block;
  margin: 0 20px;
  position: relative;
  padding-left: 75px;
  line-height: 50px;
  font-weight: 400;
}

.toggle-form:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 4px solid #000000;
}

.toggle-form.active:after {
  content: '';
  position: absolute;
  top: 9px;
  left: 9px;
  bottom: 9px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #000000;
}


.organisation-wrap {
  overflow: hidden;
  margin-top: 75px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse; 

}

.organisation-wrap .content-wrap {
  width: calc( 100% - 350px );
  position: relative;
  overflow: hidden;
}

.organisation-wrap .content-wrap .sleeve {
  border: 1px solid #F1F1F1;
}

.organisation-wrap .content-wrap select {
  width: calc( 100% - 20px );
  font-size: 1.0em;
  padding: 5px 10px;
  margin: 10px;
}

.organisation-wrap .content-wrap .map *[cc].has-orgs {
  fill: #d9c3cf;
  cursor: pointer;
}

.organisation-wrap .content-wrap .map *[cc].has-orgs:hover {
  fill: #7F0145;
}

.organisation-wrap .list-wrap {
  width: 300px;
}

.organisation-wrap h2 {
  padding-bottom: 0;
}

.organisation-wrap h2:first-child {
  padding-top: 0;
}

.organisation-wrap h2,
.organisation-wrap .organisation-item {
  border-bottom: 1px solid #F1F1F1;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.organisation-wrap .organisation-item h3 {
  padding-top: 0;
  padding-bottom: 10px;
  font-size: 1.4em;
  line-height: 1.4em;
}

.organisation-wrap .organisation-item .meta-item {
  margin-bottom: 10px;
}

@media screen and ( max-height: 600px ), screen and ( max-width: 1000px ) {

 #subscribe-section {
    position: static;
 } 
 
 #subscribe-section .sleeve {
   padding-left: 15px;
   padding-right: 15px;
 } 

 #subscribe-section .input-wrap {
   display: block;
 }

 #subscribe-section select,
 #subscribe-section input[type=submit],
 #subscribe-section input[type=text] {
   width: 100%;
   max-width: 100%;
   display: block; 
   box-sizing: border-box;
 }

}

@media screen and ( max-width: 950px ) {
 
 #masthead .site-branding,
 .entry-header,
 .entry-content {
   margin-left: 100px;
   margin-right: 100px;
 }
}

@media screen and ( max-width: 768px ) {
 
 #masthead .site-branding,
 .entry-header,
 .entry-content {
   margin-left: 0;
   margin-right: 0;
 }

 #masthead .site-branding {
    float: none;
 }

 #masthead .site-branding .site-title {
   width: 150px;
   height: 75px;
   text-align: center;
   margin: 0 auto 20px auto;
 }

 #masthead .site-branding .site-description {
   text-align: center;
   margin: 0 auto;
 }

 #masthead .site-title a span {
   width: 280px;
   height: 139px;  
 }

 #main-nav {
   display: none;
 }

 .entry-header {
   text-align: center;
 }

 .entry-content p,
 .entry-content ul li,
 .entry-content ol li {
   font-size: 1.2em;
   line-height: 1.4em;
 }

 #masthead .menu-languages-container:before {
  left: -15px;
  width: calc(100% + 30px);
 }

 .main-image {
   width: auto;
   float: none;
 }

 .main-image-wrap .caption {
   margin-left: 0;
   padding: 10px 0;
 }

 .milestone-item .media-wrap {
    margin-left: 30px;
    float: none;
    margin-bottom: 20px;
    width: auto;
    padding: 0 10px 0 0;   
 }

 .milestone-item .content {
    margin-left: 30px;
 }

 body.page-id-1539 .entry-content ul li,
 body.page-id-1392 .entry-content ul li,
 body.page-id-117 .entry-content ul li,
 body.page-id-119 .entry-content ul li {
   width: 100%;
   margin-left: 0;
   margin-right: 0;
 }

 .user-form .field-wrap > label {
   width: 100%;
   text-align: left;
 }

 .user-form .scrolling-content,
 .user-form .field-wrap .input-wrap,
 .user-form .field-wrap .description {
   margin-left: 0%;
 }
}