.ticker-wrap {width: 100%;height: 60px;margin: 0 auto;white-space: nowrap;position: relative;bottom: 0;background-color: transparent;}.ticker {display: inline-block;margin-top: 2.5px;animation: marquee 200s linear infinite;}.item-collection-1 {position: relative;left: 0%;animation: swap 200s linear infinite;}.item {display: inline-block;padding: 0 1rem;}.item h3 {font-family: "tenon", sans-serif;font-weight: 200;font-style: normal;}@keyframes marquee {0% {transform: translateX(0) }100% {transform: translateX(-100%) }}@keyframes swap {0%, 50% {left: 0%;}50.01%, 100% {left: 100%;}}.flag {height: 32px;vertical-align: baseline;}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body{
font-family: "tenon", sans-serif;
font-weight: 400;
font-style: normal;
   font-size: clamp(16px, 3vw, 22px);
   line-height: clamp(21px, 3vw, 30px);
   color: #fff !important;
   background: #2F60FF;
}

h1 {
    font-family: "field-gothic-xxcondensed", sans-serif;
	font-weight: 900;
	font-style: normal;
    font-size: 280px !important;
}

h2 {
	font-family: "field-gothic-xwide", sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 80px !important;
	line-height: 70px !important;
}

h3{
  font-family: "tenon", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 34px !important;
  line-height: 1.2;
}



h4{
 font-family: "field-gothic-xwide", sans-serif;
font-weight: 600;
font-style: normal;
 font-size: clamp(22px, 3vw, 32px);
 line-height: clamp(26px, 3vw, 36px); 
}

h5{
font-family: "tenon", sans-serif;
font-weight: 500;
font-style: normal;
 font-size: 20px;
 line-height: 1.3; 
 
}

strong, footer {
  font-family: "tenon", sans-serif;
  font-weight: 500;
  font-style: normal;
}

p{
font-family: "tenon", sans-serif;
  font-weight: 400;
  font-style: normal;
   font-size: clamp(16px, 3vw, 22px);
   line-height: clamp(21px, 3vw, 30px);
}
em {
  font-family: 'Victor-Serif-Light-Italic'  !important;
}

::-ms-input-placeholder { /* Edge 12-18 */
  color: #fff;
}

::placeholder {
  color: #fff;
}
*:focus {
    outline: none;
}
textarea:focus, input:focus{
    outline: none;
}
.award-logo-intro {
  height: 80px;
  object-fit: contain;
  max-width: 200px;
}
.logo-spacer-intro {
  margin: 15px;
}
.logo-spacer-intro:first-child {
  margin: 15px 15px 15px 15px !important;
}

.supporters {
  width: 450px;
}
.slick-dots {
    bottom: -20px !important
  }
  .slick-dots li {
    margin: 0 !important;
  }
  .slick-dots li button:before {
    font-size: 10px !important;
    color: #2b393c !important;
  }
  .slick-dots li.slick-active button:before {
    opacity: 1.0 !important;
    color: #2b393c !important;
  }
  .menu-overlay {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, rgba(43,57,60,0) 0%, rgba(43,57,60,1) 84%);
    opacity: 1.0;
    display: none;
  }
  .overlayOn {
    display: block;
  }


/*
  header a {
    opacity: 0.75;
  }
  header a:hover {
    opacity: 1.0;
  }
*/
  .current_page_item a {
    opacity: 1.0;
  }
  header .row {
    margin-left: 0px;
    margin-right: 0px;
  }
  .menu-padding {
    background: white;border-radius: 30px;margin-right: 15px;
  }
  .search-is-open {
    background: #2A393C !important;
    }
  input.search-field {
  width: 100% !important;
  background: transparent;
  border-bottom: 0px solid #727B7B;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  padding: 0px;
  border-radius: 0px;	
  font-family: "tenon", sans-serif;
  color: white;
}
  #menu-oso {
    margin-bottom: 0px !important;
    margin-block-start: 0px;
    padding-inline-start: 0px;
    font-family: "tenon", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
    display: flex;
    justify-content: space-between;
  }
  #oso-logo {
    font-family: "tenon", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
    display: block;
    color: white;
  }
  #menu-oso li {
    list-style: none;
    display: inline;
    padding-right: 5px;
  }
  .margin-top-30 {
    margin-top: 30px;
  }
  .innerpadding-menu {
    padding: 15px 30px;
  }
  .innerpadding-60 {
    padding: 60px 30px;
  }
  .innerpadding-30 {
    padding: 30px;
  }
  .innerpadding-15 {
    padding: 15px;
  }
  .row-padding-30 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .margin-bottom-30 {
    margin-bottom: 30px;
  }
  .island-hover {
    cursor: pointer;
  }
  .island-hover .status-badge {
    transition: .5s ease-in-out;
  }
  .island-hover:hover .status-badge {
    background: #BDEAE5;
  }
  .island-hover, span.button, a.island-link {
    transition: .5s ease-in-out;
  }
  .island-hover:hover .island-colour {
    background: #FCF6E4;
    color: #45B3C3 !important;
    transform: scale(1.025); 
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
  }
  .island-hover:hover a.island-link {
    color: #45B3C3;
  }

  .island-hover:hover span.button {
    background: #45B3C3 !important;
    color: #F9F6F0;
  }
  .island-colour {
    background: #BDEAE5;
    transition: .5s ease-in-out;
  }
  
  .main-hover {
    cursor: pointer;
    background: #BDEAE5;
  }
  .main-hover, .button {
    transition: .5s ease-in-out;
  }
  .main-hover:hover  {
    background: #FCF6E4;
    color: #ffffff !important;
    transform: scale(1.025); 
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
  }
  .main-hover:hover .card-footer {
    background: #FCF6E4 !important;
  }
  .main-hover img.call-icon {
    transition: .5s ease-in-out;
  }
  .main-hover:hover img.call-icon {
    filter: invert(79%) sepia(38%) saturate(249%) hue-rotate(143deg) brightness(88%) contrast(88%);
  }

  
  .main-hover:hover .button {
    background: #2F60FF !important;
    color: #fff !important;
  }
  

  .menu-show {
    display: none;
  }
  footer {
    font-size: 18px;
  }
  
  footer a:link, footer a:visited {
    color: #fff;
    text-decoration: none;
  }
  header a:link, header a:visited {
    text-decoration: none;
  }
  a:link, a:visited {
    color: #03e38b;
  }
  a.button:link, a.button:visited {
    color: #F9F6F0;
  }
  .call-to-action {
    height: 90vh;
  }
  .call-to-action a:link, .call-to-action a:visited {
    color: #2A393C;
  }
  .call-to-action .button {
    background: #F9F6F0;
    color: #2A393C;
  }
  footer input[type=submit] {
      font-size: inherit !important;
      text-transform: capitalize !important;
      font-weight: 500 !important;
      letter-spacing: 0px !important;
      background: #F9F6F0 !important;
  }
  .button, div.wpforms-container-full button[type=submit] {
    background: #03E38B !important;
    color: #00502B !important;
    font-size: 16px !important;
    line-height: 30px !important;
    display: inline-block !important;
    padding: 7.5px 15px !important;
    text-decoration: none;
    font-family: "tenon", sans-serif;
    font-weight: 700 !important;
    font-style: normal !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    box-shadow: none !important;
  }
  div.wpforms-container-full input, div.wpforms-container-full textarea {
    background: transparent !important;
    border-left: 0px !important;
    border-right: 0px !important;
    border-top: 0px !important;
    border-bottom: 1px solid white !important;
    border-radius: 0px !important;
    font-size: clamp(14px, 2vw, 18px) !important;
    line-height: 1.3 !important;
  }
  div.wpforms-container-full .wpforms-field-label {
    font-size: clamp(14px, 2vw, 18px) !important;
    line-height: 1.3 !important;
    margin-bottom: 0px !important;
    color: white !important;
  }
  .wpforms-container .wpforms-form .wpforms-field-sublabel, .wpforms-container .wpforms-form .wpforms-field-description {
    color: white !important;
  }
  div.wpforms-container-full input[type=text] {
    padding: 0px !important;
  }
  .add-colour {
    
  }
  .hidden-xs {
    display: block;
  }
  .visible-xs {
    display: none;
  }
  .spacerTop {
    margin-top: 94.8px;
  }
  div.wpforms-container-full {
    margin: 0 !important;
    font-family: "tenon", sans-serif;
  }
  .wpforms-container .wpforms-field {
      padding: 0px 0px 15px 0px !important
    }
    .wpforms-container .wpforms-submit-container {
      padding: 0px !important;
      margin: 0px !important;
    }
  .page-id-1080 header {
    background: rgb(198, 178, 70);
  }
  .menu-show.menu-clicked {
    display: block;
    position: fixed;
    z-index: 3;
    background: #2b393c;
    width: calc(50vw + 1px);
    right: 0;
    height: 100dvh;
    border-left: 0px solid black;
    top: 0;
    padding-top: 90px;
    font-family: "tenon", sans-serif;
    font-weight: 500;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
  }
  ul#menu-oso-1 {
    padding-left: 0px !important;
    list-style: none;
  }
  #menu a:link, #menu a:visited {
    color: #F9F6F0;
    text-decoration: none;
  }
  .show-on-mobile {
    display: none;
  }
  .border-b-l-radius {
    border-bottom-left-radius: 30px;
  }
  .border-b-r-radius {
    border-bottom-right-radius: 30px;
  }
  .border-t-l-radius {
    border-top-left-radius: 30px;
  }
  .border-t-r-radius {
    border-top-right-radius: 30px;
  }
  .small-logo {
    height: 50px;
    object-fit: contain;
    max-width: 200px;
  }
  @media only screen and (max-width: 1300px) {
    .hide-from-desktop {
      display: none;
    }
    .innerpadding-menu {
      padding: 12.5px 15px;
    }
    .show-on-mobile {
      display: block;
    }
  
    header .row {
      margin-left: -5px;
      margin-right: -5px;
    }
  
  .margin-top-30 {
      margin-top: 20px;
    }
  .innerpadding-menu.mobile-menu-icon, .innerpadding-menu.mobile-search-icon  {
    padding: 11px 0px;
  }
  
  .mobile-menu-icon, .mobile-search-icon {
    height: 55px;
    width: 55px;
  }
  
    .menu-show.menu-clicked {
      padding-top: 70px;
    }
  .innerpadding-30 {
    padding: 20px;
  }	
  .innerpadding-15 {
    padding: 12.5px;
  }
  .spacerTop {
    margin-top: 80px;
  }
  
  .search-container-mobile {
    position: fixed;
    z-index: 3;
    background: #2b393c;
    width: 50vw;
    right: 0;
    height: 100dvh;
    border-left: 0px solid black;
    padding-top: 0px;
    font-size: 22px !important;
    top: 0;
  }
  }
  
  @media only screen and (max-width: 1200px) {
    
    h1 {
        font-size: 110px !important;
    }
    h2 {
        font-size: 60px !important;
        line-height: 56px !important;
    }
    h3 {
        font-size: 28px !important;
    }
    
    
}  @media only screen and (max-width: 767px) {
	  
h1 {
    font-size: 90px !important;
}
h2 {
    font-size: 40px !important;
    line-height: 36px !important;
}
h3 {
    font-size: 20px !important;
}
.call-to-action {
    height: 60vh;
  }
  
    .button, div.wpforms-container-full button[type=submit] {
    font-size: 14px !important;
    line-height: 24px !important;
  }
  
    .small-logo {
      height: 40px;
      object-fit: contain;
      max-width: 100px;
    }
    .award-logo-intro {
      height: 40px;
      object-fit: contain;
      max-width: 100px;
    }
    .supporters {
      width: 330px;
    }	
    .mapplic-pin.pin-sm {
      margin: -5px 0 0 -5px;
      font-size: 0;
      width: 12px !important;
      height: 12px !important;
    }
    .transform-slider .card.main-hover {
      margin: 0px 7.5px !important;
    }
    .main-hover:hover  {
      background: #FCF6E4;
      color: #45B3C3;
      transform: scale(1.0) !important;
      box-shadow: none !important;
    }
    .island-hover:hover .island-colour {
      background: #FCF6E4;
      color: #45B3C3;
      transform: scale(1.0) !important;
      box-shadow: none !important;
    }
    
    .shadow {
      box-shadow: 0 .1rem 1rem rgba(0,0,0,.15)!important;
    }
    .margin-top-30 {
      margin-top: 15px;
    }
  .innerpadding-menu.mobile-menu-icon, .innerpadding-menu.mobile-search-icon  {
    padding: 8px 0px;
  }
  .innerpadding-menu {
    padding: 10px 15px;
  }
  .mobile-menu-icon, .mobile-search-icon {
    height: 41px;
    width: 41px;
  }

  .oso-text {
    padding-left: 32.5px;
  }
  
    header .row {
      margin-left: -15px;
      margin-right: -15px;
    }
  .margin-bottom-30 {
    margin-bottom: 12.5px;
  }
  .status-badge {
    right: 15px; top: 15px;
  }
  .category-badge {
    right: 15px; top: 15px;
  }
  
  .border-b-l-radius {
    border-bottom-left-radius: 10px;
  }
  .border-b-r-radius {
    border-bottom-right-radius: 10px;
  }
  .border-t-l-radius {
    border-top-left-radius: 10px;
  }
  .border-t-r-radius {
    border-top-right-radius: 10px;
  }
    .spacerTop {
      margin-top: 60px;
    }
  .innerpadding-60 {
    padding: 12.5px 12.5px;
  }	
  .innerpadding-30 {
    padding: 12.5px;
  }	
  .innerpadding-15 {
    padding: 12.5px;
  }
  .hidden-xs {
    display: none;
  }
  .visible-xs {
    display: block;
  }
  .menu-show.menu-clicked {
    display: block;
    position: fixed;
    z-index: 3;
    background: #2b393c;
    width: calc(100vw + 1px);
    right: 0;
    height: 100dvh;
    border-left: 0px solid black;
    padding-top: 40px;
    font-size: 22px !important;

  }
  .search-container-mobile {
    position: fixed;
    z-index: 3;
    background: #2b393c;
    width: calc(100vw + 1px);
    right: 0;
    height: 100dvh;
    border-left: 0px solid black;
    padding-top: 0px;
    font-size: 22px !important;
    top: 0;
  }
  }