/*!
Theme Name: World Diabetes Day Theme
Theme URI: https://www.berkeleypr.com/
Description: A bespoke Wordpress theme for World Diabetes Day.
Author: Rob Plumley
Author URI: https://www.berkeleypr.com/
Version: 2.0
*/
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq6R9WXh0ow.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq0N6WXh0ow.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Hw5aX8.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtZ6Hw5aX8.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM73w5aX8.ttf) format('truetype');
}
/* Ok, this is where the fun starts.
-------------------------------------------------------------------------------*/
body {
  font: 15.5px Helmet, Freesans, sans-serif;
  font-family: 'Montserrat', sans-serif;
}
body,
select,
input,
textarea {
  color: #1d155d;
}
/* Link defaults */
a {
  color: #03f;
  text-decoration: none;
}
a:hover {
  color: #69f;
}
a:link {
  -webkit-tap-highlight-color: #fcd700;
}
/* Custom text-selection colors */
::-moz-selection {
  background: #fcd700;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #fcd700;
  color: #fff;
  text-shadow: none;
}
ins {
  background-color: #fcd700;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #fcd700;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
/* Mozilla dosen't style place holders by default */
input:-moz-placeholder {
  color: #a9a9a9;
}
textarea:-moz-placeholder {
  color: #a9a9a9;
}
h1 {
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1em;
  margin-bottom: 20px;
}
h1 span {
  font-weight: 600;
}
h1.lead-heading {
  color: #ffffff;
  font-size: 55px;
}
h1.lead-heading span {
  color: #1d155d;
}
h1.lead-heading.light-span span {
  color: #1d155d;
}
h2.lead-subheading,
span.lead-subheading {
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 6px;
  font-size: 22px;
  display: block;
}
h2.lead-subheading.goupper,
span.lead-subheading.goupper {
  font-size: 30px;
}
h3.panel-heading {
  margin-bottom: 30px;
  padding: 0;
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 600;
}
img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}
/* Header styles
-------------------------------------------------------------------------------*/
.header-wrapper {
  background-color: rgba(255, 255, 255, 0.01);
  color: #ffffff;
  z-index: 100;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
.header-wrapper.active {
  background-color: #ffffff;
}
.header-wrapper .header-logo {
  width: 35%;
  min-width: 280px;
  padding: 59px 0 20px;
  float: left;
  position: relative;
  z-index: 25;
}
.header-wrapper .header-logo h1.logo {
  margin-bottom: 0;
}
.header-wrapper .header-tools {
  color: #1d155d;
  padding-top: 20px;
  left: 0;
  top: 0;
  position: absolute;
}
.header-wrapper .header-tools .leftcol,
.header-wrapper .header-tools .rightcol {
  float: right;
}
.header-wrapper .header-tools .leftcol {
  width: 650px;
  padding-top: 9px;
}
.header-wrapper .header-tools .leftcol .countup {
  color: #004c97;
  font-family: plantin, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  line-height: 1.05em;
}
.header-wrapper .header-tools .leftcol .countup span {
  font-family: plantin, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 32px;
}
.header-wrapper .header-tools .leftcol .subline {
  color: #83cde8;
  font-family: plantin, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 12.5px;
}
.header-wrapper .header-tools .rightcol {
  max-width: 350px;
  position: relative;
}
.header-wrapper .header-tools ul.language-links {
  font-weight: 500;
  float: right;
}
.header-wrapper .header-tools ul.language-links li {
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
}
.header-wrapper .header-tools ul.language-links li a {
  color: #1d155d;
  text-decoration: none;
}
.header-wrapper .header-tools ul.language-links li a:hover {
  text-decoration: underline;
}
.header-wrapper .header-tools .search-wrapper {
  padding-top: 18px;
  position: relative;
}
.header-wrapper .header-tools .search-wrapper .header-search {
  background-color: rgba(255, 255, 255, 0.95);
  border-bottom: 2px solid #1d155d;
  width: 1px;
  height: 32px;
  margin-top: -2px;
  margin-right: 6px;
  float: right;
  border-radius: 4px 0 0 0;
  overflow: hidden;
  opacity: 0;
  right: 25px;
  position: absolute;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.header-wrapper .header-tools .search-wrapper .header-search.active {
  width: 300px;
  opacity: 1;
}
.header-wrapper .header-tools .search-wrapper .header-search input[type="search"] {
  background: transparent;
  border: none;
  width: 100%;
  height: 32px;
  padding: 5px 10px;
}
.header-wrapper .header-tools .search-wrapper .header-search input[type="submit"] {
  background-color: transparent;
  border: none;
  width: 24px;
  height: 24px;
  right: 0;
  top: 18px;
  position: absolute;
}
.header-wrapper .header-tools .search-wrapper .search-trigger {
  padding-top: 2px;
  padding-bottom: 2px;
  float: right;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
.header-wrapper .header-tools .search-wrapper .search-trigger img {
  max-height: 24px;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
.header-wrapper .header-tools .search-wrapper .search-trigger:hover {
  padding-top: 0;
  padding-bottom: 0;
  cursor: pointer;
}
.header-wrapper .header-tools .search-wrapper .search-trigger:hover img {
  max-height: 27px;
}
.header-wrapper .header-tools .search-wrapper .search-trigger.active img {
  transform: rotate(90deg);
}
.header-wrapper .header-tools .search-wrapper .search-trigger.active:hover {
  padding-top: 2px;
  padding-bottom: 2px;
}
.header-wrapper .header-tools .search-wrapper .search-trigger.active:hover img {
  max-height: 24px;
}
.header-wrapper .header-right {
  width: 65%;
  margin-top: 102px;
  float: right;
}
/*
----------
Main menu styling
----------
*/
ul.main-menu {
  z-index: 100;
  float: right;
  /* Position the list items */
  /* Style the link elements */
}
ul.main-menu li {
  height: 60px;
  margin-left: 45px;
  float: left;
  /* Hide sub menu */
}
ul.main-menu li:first-child {
  margin-left: 0;
}
ul.main-menu li.menu-item-has-children:after {
  content: "";
  background-image: url('_/img/icon_menu_arrow.png');
  background-position: center;
  background-repeat: no-repeat;
  width: 14px;
  height: 9px;
  margin-left: -5px;
  margin-top: -5px;
  opacity: 0.6;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
ul.main-menu li.menu-item-has-children:hover {
  background-image: url('_/img/icon_hover_sub.png');
  background-position: center bottom -3px;
  background-repeat: no-repeat;
}
ul.main-menu li.menu-item-has-children:hover:after {
  opacity: 1;
}
ul.main-menu li.menu-item-has-children.item-1 .sub-menu ul.submenu-column.subitem-1 li.menu-heading {
  opacity: 1;
}
ul.main-menu li.menu-item-has-children.item-1 .sub-menu ul.submenu-column.subitem-1 li a {
  font-weight: 500;
  opacity: 1;
}
ul.main-menu li.menu-item-has-children.item-2 .sub-menu ul.submenu-column.subitem-2 li.menu-heading {
  opacity: 1;
}
ul.main-menu li.menu-item-has-children.item-2 .sub-menu ul.submenu-column.subitem-2 li a {
  font-weight: 500;
  opacity: 1;
}
ul.main-menu li.menu-item-has-children.item-3 .sub-menu ul.submenu-column.subitem-3 li.menu-heading {
  opacity: 1;
}
ul.main-menu li.menu-item-has-children.item-3 .sub-menu ul.submenu-column.subitem-3 li a {
  font-weight: 500;
  opacity: 1;
}
ul.main-menu li.menu-item-has-children.item-4 .sub-menu ul.submenu-column.subitem-4 li.menu-heading {
  opacity: 1;
}
ul.main-menu li.menu-item-has-children.item-4 .sub-menu ul.submenu-column.subitem-4 li a {
  font-weight: 500;
  opacity: 1;
}
ul.main-menu li.menu-item-has-children.item-5 .sub-menu ul.submenu-column.subitem-5 li.menu-heading {
  opacity: 1;
}
ul.main-menu li.menu-item-has-children.item-5 .sub-menu ul.submenu-column.subitem-5 li a {
  font-weight: 500;
  opacity: 1;
}
ul.main-menu li.current-menu-item a {
  font-weight: 500;
}
ul.main-menu li .sub-menu {
  background-color: #86c1d2;
  color: #1d155d;
  width: 100%;
  min-height: 200px;
  margin-top: -1px;
  padding: 50px 0 80px;
  left: -999em;
  position: absolute;
  z-index: 100;
  opacity: 0;
  transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
}
ul.main-menu li .sub-menu ul.submenu-column {
  width: 22%;
  margin-right: 3%;
  padding-bottom: 10px;
  float: left;
}
ul.main-menu li .sub-menu ul.submenu-column li {
  width: 100%;
  margin-left: 0;
  padding: 0;
  padding-right: 25px;
  height: auto;
  display: block;
}
ul.main-menu li .sub-menu ul.submenu-column li.menu-heading {
  margin-bottom: 30px;
  font-size: 19px;
  font-weight: bold;
  text-transform: uppercase;
  opacity: 0.5;
}
ul.main-menu li .sub-menu ul.submenu-column li a {
  color: #1d155d;
  margin-bottom: 15px;
  padding: 0;
  font-size: 17px;
  line-height: 1em;
  font-weight: 300;
  text-transform: none;
  opacity: 0.5;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
ul.main-menu li .sub-menu ul.submenu-column li a:hover {
  color: #000000;
  padding-left: 5px;
  opacity: 1;
}
ul.main-menu li .sub-menu ul.submenu-column.subitem-sup li {
  margin-bottom: 12px;
}
ul.main-menu li .sub-menu ul.submenu-column.subitem-sup li a {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
ul.main-menu li:hover {
  /* Show sub menu on hover */
  /* Hold the main menu hover colour while in sub menu */
}
ul.main-menu li:hover .sub-menu {
  left: 0;
  opacity: 1;
}
ul.main-menu li:hover a {
  color: #000000;
}
ul.main-menu a {
  display: block;
  color: #1d155d;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1em;
  font-size: 14px;
  font-weight: bold;
  /* Set submenu to auto stretch width */
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
ul.main-menu a:hover {
  color: #000000;
}
/* Current menu item styling */
.post-type-archive-product .menu-item.item-3 a,
.tax-product_cat .menu-item.item-3 a,
.single-product .menu-item.item-3 a {
  color: red;
}
.parent-pageid-83 .menu-item.item-2 a {
  color: red;
}
/*
----------
Mobile header menu styling
----------
*/
.openmenu-button {
  width: 36px;
  height: 28px;
  margin-top: 5px;
  display: inline-block;
  position: relative;
  float: right;
}
.openmenu-button .menu-line {
  background-color: #312f4c;
  width: 100%;
  height: 4px;
  left: 0;
  position: absolute;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
  border-radius: 3px;
}
.openmenu-button .menu-line.top {
  top: 0;
}
.openmenu-button .menu-line.middle {
  top: 50%;
  margin-top: -2px;
}
.openmenu-button .menu-line.bottom {
  bottom: 0;
}
.openmenu-button:hover {
  cursor: pointer;
}
.openmenu-button:hover .menu-line {
  opacity: 0.8;
}
.openmenu-button.active .menu-line {
  background-color: #1d155d;
}
.openmenu-button.active .menu-line.top {
  top: 10px;
  transform: rotate(45deg);
}
.openmenu-button.active .menu-line.middle {
  opacity: 0;
}
.openmenu-button.active .menu-line.bottom {
  bottom: inherit;
  top: 10px;
  transform: rotate(-45deg);
}
.openmenu-button:hover .menu-line {
  opacity: 0.8;
}
.accordion-menu-wrap {
  width: 100%;
  text-transform: uppercase;
  position: relative;
  float: left;
  z-index: 110;
}
.accordion-menu-wrap ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.accordion-menu-wrap a {
  color: #FFFFFF;
  text-decoration: none;
}
.accordion-menu-wrap .accordion-menu {
  border-bottom: 2px solid #1d155d;
  display: none;
}
.accordion-menu-wrap .accordion-menu li a {
  background-color: #ffffff;
  color: #1d155d;
  padding: 12px 2%;
  border-top: 1px solid rgba(168, 168, 168, 0.8);
  font-weight: bold;
  display: block;
  width: 100%;
}
.accordion-menu-wrap .accordion-menu li:first-child a {
  border-top: none;
}
.accordion-menu-wrap .accordion-menu li ul li a {
  background: #86c1d2;
  color: #ffffff;
  border-top: 1px solid rgba(255, 255, 255, 0.5) !important;
  border-bottom: none;
  font-size: 18px;
  font-weight: 500;
  text-transform: none;
}
.accordion-menu-wrap .accordion-menu li ul li:first-child a {
  border-top: none;
}
.accordion-menu-wrap .accordion-menu .openmenu a.ui-accordion-header,
.accordion-menu-wrap .accordion-menu .openmenu a.ui-state-active {
  background-position: 98% center;
  background-repeat: no-repeat;
}
.accordion-menu-wrap .accordion-menu .openmenu a.ui-accordion-header {
  background-image: url("_/img/menu_down.png");
}
.accordion-menu-wrap .accordion-menu .openmenu a.ui-state-active {
  background-image: url("_/img/menu_up.png");
}
/* Mobile sub-menu content */
.accordion-menu .sub-menu {
  display: none;
}
.accordion-menu .sub-menu li.menu-heading {
  background-color: #000000;
  color: #ffffff;
  padding: 10px 2% 6px;
  text-align: center;
}
.accordion-menu .sub-menu li a {
  background: #000000;
  color: #bea658;
}
.accordion-menu .menu-item-has-children a {
  background-position: 98% center;
  background-repeat: no-repeat;
  background-image: url("_/img/menu_down.png");
}
.accordion-menu .menu-item-has-children a.active {
  background-image: url("_/img/menu_up.png");
}
/* Main container styles
-------------------------------------------------------------------------------*/
#wrapper {
  background-repeat: no-repeat;
}
#wrapper:before {
  content: "";
  width: 100%;
  height: 870px;
  left: 0;
  top: 0;
  position: absolute;
  z-index: -1;
}
#wrapper:after {
  content: "";
  background-image: url('_/img/pink_circles.png');
  background-position: center right -60px;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 960px;
  padding-top: 960px;
  right: 0;
  top: 175px;
  position: absolute;
  z-index: -1;
  display: none;
}
.page-template-home-page-hundredyears #wrapper {
  background-image: url('_/img/2021_insulin_lab.png');
  background-position: left 87% top 173px;
  background-size: auto 395px;
}
.page-template-home-page-hundredyears #wrapper::before {
  background-color: #ececec;
}
.fullcol {
  width: 100%;
}
.midcol {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.midcol.limited {
  max-width: 1105px;
}
.halfcol {
  width: 50%;
  float: left;
}
/* Page content rows
-------------------------------------------------------------------------------*/
.leading-panel {
  padding-top: 60px;
  margin-top: -45px;
}
.leading-panel .leading-inner.pattern-bg {
  background-color: #fed5b3;
  background-position: center;
  background-repeat: repeat;
}
.leading-panel .leading-inner.pattern-bg.circles {
/*   background-image: url('_/img/bg_WDD-Site-Header-Graphic-1920x440-A.png'); */
/*   background-position: top center; */
}
.leading-panel .leading-inner.pattern-bg.triangles {
/*   background-image: url('_/img/bg_WDD-Site-Header-Graphic-1920x440-B.png'); */
}
.leading-panel .leading-inner.pattern-bg.triangles-alt {
  background-image: url('_/img/bg_WDD-Site-Header-Graphic-1920x440-B.png');
}
.leading-panel .leading-inner.pattern-bg.stripes,
.leading-panel .leading-inner.pattern-bg.stripes-alt {
/*   background-image: url('_/img/bg_WDD-Site-Header-Graphic-1920x440-C.png'); */
  background-repeat: no-repeat;
  background-size: cover;
}
.leading-panel .leading-inner.pattern-bg.stripes-alt {
  background-image: url('_/img/bg_WDD-Site-Header-Graphic-1920x440-C.png');
}
.leading-panel .leading-inner.pattern-bg.squares {
  background-image: url('_/img/bg_WDD-Site-Header-Graphic-1920x440-D.png');
}
.leading-panel .leading-inner.pattern-bg.diamonds {
  background-image: url('_/img/bg_WDD-Site-Header-Graphic-1920x440-D.png');
}
.leading-panel .leading-inner.pattern-bg .stat-circle {
  margin-top: 60px;
  float: right;
  display: none;
}
.leading-panel .leading-inner.pattern-bg .midcol {
  min-height: 440px;
}
.leading-panel .leading-inner .leading-image {
  right: 300px;
  bottom: 0;
  position: absolute;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
.leading-panel .leading-inner .leading-image img {
  display: block !important;
}
.leading-panel .midcol .leading-copy {
  width: 42%;
  max-width: 600px;
  padding-top: 50px;
  float: left;
}
.leading-panel .midcol .leading-copy p {
  margin-bottom: 20px;
  padding-right: 10px;
  font-size: 21px;
  font-weight: 500;
}
.leading-panel .midcol .leading-image img {
  display: inline-block;
}
.leading-panel.leading-home .leading-inner.pattern-bg .midcol {
  min-height: 575px;
}
.leading-panel.leading-home .midcol .leading-copy {
  width: 100%;
  max-width: 775px;
  padding-top: 70px;
  padding-bottom: 50px;
}
.leading-panel.leading-home .midcol .leading-copy h1.lead-heading {
  margin-bottom: 30px;
  font-size: 50px;
}
.leading-panel.leading-home .midcol .leading-copy p {
  max-width: 630px;
  font-size: 19px;
}
.leading-panel.leading-home .midcol .leading-copy .button-link {
  margin-top: 20px;
}
.leading-panel.leading-home .midcol .leading-image {
  width: 45%;
  right: 0;
  overflow: hidden;
}
.leading-panel.leading-home .midcol .leading-image img {
  position: relative;
}
.leading-panel.leading-home-hundredyears .colour-bar {
  left: 0;
  top: 35px;
  position: absolute;
}
.leading-panel.leading-home-hundredyears .colour-bar img {
  width: auto;
  height: 320px;
}
.leading-panel.leading-home-hundredyears .midcol .leading-copy {
  width: 48%;
  max-width: 675px;
}
.leading-panel.leading-home-hundredyears .midcol .leading-copy h1.lead-heading {
  color: #004c97;
  margin-bottom: 0;
  font-family: plantin, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 82px;
  text-transform: none;
}
.leading-panel.leading-home-hundredyears .midcol .leading-copy h2.lead-subheading,
.leading-panel.leading-home-hundredyears .midcol .leading-copy span.lead-subheading {
  color: #83cde8;
  font-family: plantin, sans-serif;
  font-weight: 600;
  font-style: normal;
  margin-bottom: 20px;
  font-size: 54px;
  font-weight: inherit;
  line-height: 1.075em;
}
.leading-panel.leading-home-hundredyears .midcol .leading-copy p {
  font-family: plantin, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 21px;
  font-weight: inherit;
  line-height: 1.25em;
}
.leading-panel.leading-home-hundredyears .midcol .leading-copy .colour-bar {
  left: -2%;
  display: none;
}
.leading-panel.leading-home-hundredyears .midcol .leading-image {
  width: 34%;
  margin: 10px 0 10px 7.5%;
  float: left;
}
.leading-panel.leading-about .midcol .leading-copy {
/*   padding-top: 85px; */
}
.leading-panel.leading-about .midcol .leading-image {
/*   width: 37%; */
}
.leading-panel.leading-involved .midcol .leading-copy {
/*   padding-top: 70px; */
}
.leading-panel.leading-involved .midcol .leading-image {
  /* width: 54%;
  right: 125px;
  overflow: hidden; */
}
.leading-panel.leading-involved .midcol .leading-image img {
/*   margin-bottom: -22%; */
/*   position: relative; */
}
.leading-panel.leading-resources .midcol .leading-copy {
/*   padding-top: 70px; */
}
.leading-panel.leading-resources .midcol .leading-image {
  /* width: 34%;
  right: 315px;
  overflow: hidden; */
}
.leading-panel.leading-resources .midcol .leading-image img {
  /* margin-bottom: -15%;
  position: relative; */
}
.leading-panel.leading-activity .midcol .leading-copy {
/*   padding-top: 70px; */
}
.leading-panel.leading-activity .midcol .leading-image {
  /* width: 44%;
  right: 280px;
  overflow: hidden; */
}
.leading-panel.leading-activity .midcol .leading-image img {
  /* margin-bottom: -1.5%;
  position: relative; */
}
.leading-panel.leading-media .midcol .leading-copy {
/*   padding-top: 70px; */
}
.leading-panel.leading-media .midcol .leading-image {
  /* width: 34.5%;
  overflow: hidden; */
}
.leading-panel.leading-media .midcol .leading-image img {
  /* margin-bottom: -19%;
  position: relative; */
}
.leading-panel.leading-contact .midcol .leading-copy {
/*   padding-top: 70px; */
}
.leading-panel.leading-contact .midcol .leading-image {
  /* width: 48%;
  right: 235px;
  overflow: hidden; */
}
.leading-panel.leading-contact .midcol .leading-image img {
  /* margin-bottom: -45%;
  position: relative; */
}
.content-panel {
  background-color: #ffffff;
  padding-top: 45px;
}
.content-panel.nopad {
  padding-top: 0;
}
.content-panel:before {
  content: "";
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  right: 100%;
  top: 0;
  position: absolute;
}
.content-panel .leftcol {
  width: 27%;
  padding-right: 2%;
  float: left;
}
.content-panel .rightcol {
  width: 73%;
  padding-right: 9%;
  padding-bottom: 130px;
  float: left;
}
.content-panel .rightcol .fullcol.copycol {
  min-height: 600px;
}
.linkblock-panel {
  background-color: #ffffff;
  padding-top: 1.25%;
  padding-bottom: 50px;
  text-align: center;
}
.linkblock-panel .link-block {
  background-color: #1b9191;
  background-position: center 36px;
  background-repeat: no-repeat;
  background-size: auto 185px;
  width: 30%;
  margin: 1.1%;
  text-align: left;
  position: relative;
  display: inline-block;
  vertical-align: top;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.linkblock-panel .link-block .inner {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: auto 90%;
  width: 100%;
  padding-top: 83%;
}
.linkblock-panel .link-block a {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
}
.linkblock-panel .link-block .link-text {
  background-color: #87c1d2;
  min-height: 56px;
  padding: 25px 8%;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.25em;
  text-transform: uppercase;
  display: block;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
.linkblock-panel .link-block:hover {
  background-position: center 31px;
  background-size: auto 195px;
}
.linkblock-panel .link-block:hover .link-text {
  color: #000000;
}
.assessment-panel {
  display: flex;
  overflow: hidden;
}
.assessment-panel .leftcol {
  width: 39%;
  padding-right: 1%;
  padding-bottom: 10px;
  align-self: flex-end;
  float: left;
}
.assessment-panel .leftcol h3,
.assessment-panel .leftcol p {
  max-width: 425px;
}
.assessment-panel .rightcol {
  width: 61%;
  float: right;
}
.assessment-panel.cta-panel .button-link {
  margin-bottom: 0;
}
.assessment-panel.cta-panel.panel-copy p {
  color: #000000;
  font-weight: normal;
}
.assessment-panel.image-left .leftcol {
  width: 61%;
  padding-bottom: 0;
}
.assessment-panel.image-left .rightcol {
  width: 34.5%;
  margin-left: auto;
  padding-right: 0;
  padding-bottom: 10px;
  padding-left: 1%;
  align-self: flex-end;
}
.assessment-panel.image-left .rightcol h3,
.assessment-panel.image-left .rightcol p {
  max-width: 425px;
}
.eventsmap-panel {
  overflow: hidden;
}
.eventsmap-panel .leftcol {
  width: 60%;
  padding-bottom: 10px;
  display: inline-block;
  vertical-align: top;
}
.eventsmap-panel .rightcol {
  width: 39%;
  min-height: 0 !important;
  padding-top: 30px;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 4%;
  display: inline-block;
}
.eventsmap-panel .rightcol .count-box {
  width: 100%;
  margin-bottom: 60px;
  overflow: hidden;
}
.eventsmap-panel .rightcol .count-box .count-column {
  margin-right: 30px;
  text-align: center;
  display: inline-block;
}
.eventsmap-panel .rightcol .count-box .count-column.last {
  margin-right: 0;
}
.eventsmap-panel .rightcol .count-box .count-column .count-disc {
  border: 13px solid #6b8bc3;
  width: 105px;
  height: 105px;
  margin-bottom: 15px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.eventsmap-panel .rightcol .count-box .count-column .count-disc .inner {
  font-size: 29px;
}
.eventsmap-panel .rightcol .count-box .count-column .count-name {
  font-weight: 700;
  text-transform: uppercase;
}
.eventsmap-panel .rightcol h3,
.eventsmap-panel .rightcol p {
  max-width: 425px;
}
.statvid-panel {
  overflow: hidden;
  display: flex;
}
.statvid-panel .leftcol {
  background-color: #ffffff;
  width: 36.75%;
  margin-right: 1.75%;
  padding: 15px 30px ;
}
.statvid-panel .leftcol .inner {
  text-align: center;
}
.statvid-panel .leftcol .inner img {
  width: 52%;
  max-width: 215px;
  margin-bottom: 10px;
}
.statvid-panel .leftcol .inner .stat-subtext {
  margin-bottom: 30px;
  text-transform: uppercase;
}
.statvid-panel .leftcol .inner .stat-subtext span {
  color: #a8a8a8;
}
.statvid-panel .rightcol {
  width: 61.5%;
  float: left;
}
.statvid-panel .rightcol .count-box {
  width: 100%;
  margin-bottom: 60px;
  overflow: hidden;
}
.statvid-panel .rightcol .count-box .count-column {
  margin-right: 30px;
  text-align: center;
  display: inline-block;
}
.statvid-panel .rightcol .count-box .count-column.last {
  margin-right: 0;
}
.statvid-panel .rightcol .count-box .count-column .count-disc {
  border: 13px solid #6b8bc3;
  width: 105px;
  height: 105px;
  margin-bottom: 15px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.statvid-panel .rightcol .count-box .count-column .count-disc .inner {
  font-size: 29px;
}
.statvid-panel .rightcol .count-box .count-column .count-name {
  font-weight: 700;
  text-transform: uppercase;
}
.statvid-panel .rightcol h3,
.statvid-panel .rightcol p {
  max-width: 425px;
}
.partners-panel {
  margin-top: 60px;
}
.flickr-panel .centred-link a.button-link {
  margin-top: 45px;
  margin-bottom: 20px;
}
.contact-panel {
  margin-bottom: 60px;
  overflow: hidden;
}
.contact-panel .contact-left {
  width: 50%;
  float: left;
}
.contact-panel .contact-right {
  width: 50%;
  padding-left: 11%;
  float: left;
}
.contact-panel .contact-right.copycol p {
  margin-bottom: 45px;
  line-height: 2em;
}
.greybox {
  background-color: #eff4f9;
  padding: 40px 30px;
}
.stat-circle {
  background-color: #ffffff;
  border: 16px solid #d75d2b;
  color: #312f4c;
  width: 255px;
  height: 255px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.stat-circle .inner {
  position: relative;
  z-index: 15;
}
.stat-circle span {
  line-height: 1em;
  font-weight: 600;
  text-align: center;
  display: inline-block;
}
.stat-circle span.blocked {
  display: block;
}
.stat-circle .lead-text {
  margin-bottom: 2px;
  font-size: 22px;
}
.stat-circle .lead-text.under {
  margin-bottom: 10px;
  font-size: 23.5px;
}
.stat-circle .key-stat {
  margin-bottom: 10px;
  font-size: 54px;
}
.stat-circle .key-stat.smaller {
  margin-bottom: 10px;
  font-size: 48px;
}
.stat-circle .key-stat.smaller span {
  margin-left: 5px;
  font-size: 32px;
}
.stat-circle .key-stat.smaller span.number {
  margin: 0;
  font-size: 40px;
  line-height: 1.15em;
}
.stat-circle .key-stat.smaller span.gonavy.middle {
  margin: 0 2px;
  font-size: 27px;
  letter-spacing: -0.025em;
}
.stat-circle .key-stat.smaller span.gonavy.middle.smaller {
  font-size: 17.5px;
}
.stat-circle .key-stat.gapped {
  margin-bottom: 12px;
}
.stat-circle .key-stat .smaller {
  font-size: 36px;
}
.stat-circle .sub-text {
  font-size: 15px;
  line-height: 1.25em;
}
.stat-circle .sub-text.larger {
  font-size: 16.5px;
}
.stat-circle .sub-text.blocked {
  font-family: plantin, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0em;
}
/* Post formatting
-------------------------------------------------------------------------------*/
.archive-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 45px;
  padding-bottom: 20px;
}
.archive-item h3 {
  margin-top: 0 !important;
}
.archive-item span.post-meta {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 700;
  display: block;
}
.pagination {
  width: 100%;
  margin-bottom: 20px;
  padding-top: 6px;
  text-align: right;
  display: block;
  float: left;
}
.pagination span.pages {
  color: #312f4c;
  margin-right: 5px;
}
.pagination span.current,
.pagination a {
  background-color: #d75d2b;
  color: #ffffff !important;
  margin: 0 1px;
  padding: 3px 8px;
  display: inline-block;
}
.pagination a:hover {
  background-color: #312f4c;
  color: #ffffff;
  text-decoration: none !important;
}
.pagination span.current {
  background-color: #6b8bc3;
  border-color: #6b8bc3;
  color: #ffffff;
  font-weight: 700;
}
.flickr-wrapper {
  text-align: center;
  overflow: hidden;
}
.flickr-wrapper .holder-509 a,
.flickr-wrapper .holder-580 a,
.flickr-wrapper .holder-585 a {
  background-color: #d75d2b;
  color: #ffffff;
  margin: 0 3px 10px;
  padding: 3px 8px;
  font-weight: 500;
  display: inline-block;
}
.flickr-wrapper .holder-509 a:hover,
.flickr-wrapper .holder-580 a:hover,
.flickr-wrapper .holder-585 a:hover {
  background-color: #312f4c;
}
.flickr-wrapper .holder-509 a.jp-current,
.flickr-wrapper .holder-580 a.jp-current,
.flickr-wrapper .holder-585 a.jp-current {
  background-color: #6b8bc3;
  color: #ffffff;
}
.flickr-wrapper .holder-509 a.jp-current:hover,
.flickr-wrapper .holder-580 a.jp-current:hover,
.flickr-wrapper .holder-585 a.jp-current:hover {
  background-color: #6b8bc3 !important;
  color: #ffffff;
}
.flickr-wrapper .holder-509 a.jp-previous,
.flickr-wrapper .holder-580 a.jp-previous,
.flickr-wrapper .holder-585 a.jp-previous,
.flickr-wrapper .holder-509 a.jp-next,
.flickr-wrapper .holder-580 a.jp-next,
.flickr-wrapper .holder-585 a.jp-next {
  background-color: #312f4c;
  color: #ffffff;
  height: 27px;
  min-width: 95px;
  padding: 5px 8px 0;
  font-size: 14px !important;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  border-radius: 0;
  display: inline-block;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
.flickr-wrapper .holder-509 a.jp-previous:hover,
.flickr-wrapper .holder-580 a.jp-previous:hover,
.flickr-wrapper .holder-585 a.jp-previous:hover,
.flickr-wrapper .holder-509 a.jp-next:hover,
.flickr-wrapper .holder-580 a.jp-next:hover,
.flickr-wrapper .holder-585 a.jp-next:hover {
  background-color: #6b8bc3 !important;
  cursor: pointer;
}
.flickr-wrapper .holder-509 a.jp-previous.jp-disabled,
.flickr-wrapper .holder-580 a.jp-previous.jp-disabled,
.flickr-wrapper .holder-585 a.jp-previous.jp-disabled,
.flickr-wrapper .holder-509 a.jp-next.jp-disabled,
.flickr-wrapper .holder-580 a.jp-next.jp-disabled,
.flickr-wrapper .holder-585 a.jp-next.jp-disabled {
  opacity: 0.2;
}
.flickr-wrapper .holder-509 a.jp-previous.jp-disabled:hover,
.flickr-wrapper .holder-580 a.jp-previous.jp-disabled:hover,
.flickr-wrapper .holder-585 a.jp-previous.jp-disabled:hover,
.flickr-wrapper .holder-509 a.jp-next.jp-disabled:hover,
.flickr-wrapper .holder-580 a.jp-next.jp-disabled:hover,
.flickr-wrapper .holder-585 a.jp-next.jp-disabled:hover {
  background-color: #312f4c !important;
  opacity: 0.2;
}
.flickr-wrapper .holder-509 a.jp-previous,
.flickr-wrapper .holder-580 a.jp-previous,
.flickr-wrapper .holder-585 a.jp-previous {
  margin: 0 10px 0 0;
}
.flickr-wrapper .holder-509 a.jp-next,
.flickr-wrapper .holder-580 a.jp-next,
.flickr-wrapper .holder-585 a.jp-next {
  margin: 0 0 0 10px;
}
div.holder-509:first-of-type {
  display: none !important;
}
div.holder-580:first-of-type {
  display: none !important;
}
div.holder-585:first-of-type {
  display: none !important;
}
/* Resource rows
-------------------------------------------------------------------------------*/
.resource-desc {
  margin-bottom: 60px;
}
.resource-row {
  width: 100%;
  margin-bottom: 45px;
  padding-right: 8%;
  overflow: hidden;
}
.resource-row .halfcol {
  width: 50%;
  float: left;
}
.resource-row .halfcol.right.copy {
  padding-left: 30px;
}
.resource-row .halfcol.image {
  text-align: center;
}
.resource-row .halfcol.image img {
  max-height: 400px;
}
.resource-row .halfcol.copy h4 {
  color: #1d155d;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.5em;
}
.resource-row .halfcol.copy a.resource-link {
  font-size: 18px;
}
.resource-row .halfcol.copy a.fullkit {
  margin: 12px 0 25px;
  display: block;
}
.resource-item {
  margin-bottom: 45px;
}
.resource-item .leftcol {
  width: 34%;
  padding-right: 0;
  float: left;
}
.resource-item .leftcol img {
  margin-bottom: 0;
}
.resource-item .rightcol {
  width: 66%;
  padding-right: 30px;
  padding-bottom: 0;
  padding-left: 30px;
  float: left;
}
.resource-item .rightcol h4 {
  color: #1d155d;
  font-size: 18px;
}
/* Sidebar styles
-------------------------------------------------------------------------------*/
.sidebar h4 {
  color: #000000;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
}
.sidebar ul {
  margin-bottom: 45px;
  font-size: 18px;
}
.sidebar ul li {
  margin-bottom: 15px;
}
.sidebar ul li a {
  color: #1d155d;
  text-decoration: none;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
.sidebar ul li a:hover {
  color: #000000;
  padding-left: 5px;
}
.sidebar ul li.current_page_item {
  font-weight: 700;
}
.sidebar ul li.current_page_item a:hover {
  padding-left: 0;
}
.sidebar .archive-list {
  border-top: 1px solid #312f4c;
  padding-top: 20px;
}
.sidebar .tooltip-orange {
  background-color: #d75d2b;
  color: #ffffff;
  width: 90%;
  margin: 70px 0 45px;
  padding: 15px;
  font-size: 15px;
  line-height: 1.5em;
}
.sidebar .tooltip-orange:before {
  content: " ";
  position: absolute;
  left: 0;
  top: -25px;
  border-top: none;
  border-right: 25px solid transparent;
  border-bottom: 25px solid #d75d2b;
}
.sidebar .tooltip-orange strong {
  font-weight: 700;
  text-transform: uppercase;
}
.sidebar .tooltip-orange a {
  color: #ffffff;
  font-weight: 700;
}
.sidebar .tooltip-orange a:hover {
  text-decoration: underline;
}
/* Footer styles
-------------------------------------------------------------------------------*/
.totop-wrap {
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: right;
}
.totop-wrap .toplink img {
  width: 20px;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
.totop-wrap .toplink:hover img {
  opacity: 0.8;
}
.footer-wrapper {
  background-color: #312f4c;
  color: #ffffff;
  padding: 60px 0 20px;
}
.footer-wrapper a {
  text-decoration: none;
}
.footer-wrapper a:hover {
  text-decoration: underline;
}
.footer-wrapper input {
  -webkit-appearance: none;
  -moz-appearance: none;
}
.footer-wrapper .footer-main {
  margin-bottom: 40px;
  font-size: 14px;
}
.footer-wrapper .footer-main p {
  margin-bottom: 35px;
}
.footer-wrapper .footer-main a {
  color: #ffffff;
  text-decoration: none;
}
.footer-wrapper .footer-main a:hover {
  text-decoration: underline;
}
.footer-wrapper .footer-main h5 {
  margin-bottom: 16px;
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase;
}
.footer-wrapper .footer-main ul.footer-list {
  text-transform: uppercase;
}
.footer-wrapper .footer-main ul.footer-list li {
  margin-bottom: 12px;
}
.footer-wrapper .footer-main ul.useful-links li {
  background-image: url("_/img/list_arrow.png");
  background-position: left 3px;
  background-repeat: no-repeat;
  margin-bottom: 12px;
  padding-left: 12px;
}
.footer-wrapper .footer-main hr {
  border-top: 1px solid #ffffff;
  margin: 20px 0;
}
.footer-wrapper .footer-main .footer-block {
  margin-bottom: 40px;
}
.footer-wrapper .footer-main .footer-block.contact p {
  margin-bottom: 12px;
}
.footer-wrapper .footer-main .footer-left {
  width: 60%;
  float: left;
}
.footer-wrapper .footer-main .footer-left .logo-row {
  width: 100%;
  margin-bottom: 80px;
  float: left;
}
.footer-wrapper .footer-main .footer-left .logo-row img {
  width: auto;
  height: 80px;
}
.footer-wrapper .footer-main .footer-left .leftcol {
  width: 49%;
  float: left;
}
.footer-wrapper .footer-main .footer-left .rightcol {
  width: 36%;
  float: right;
}
.footer-wrapper .footer-main .footer-right {
  width: 30%;
  float: right;
}
.footer-wrapper .footer-sub small,
.footer-wrapper .footer-sub a {
  color: #bfbfc7;
}
.footer-wrapper .footer-sub a {
  margin-left: 15px;
}
.social-tools {
  right: 0;
  top: 249px;
  position: fixed;
  z-index: 125;
}
.social-tools ul.social-list li.link-item a {
  background-color: #312f4c;
  color: #ffffff;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
}
.social-tools ul.social-list li.link-item.long-link {
  transform: rotate(90deg);
  transform-origin: 100% 0;
  right: 0;
  top: 0;
  position: absolute;
}
.social-tools ul.social-list li.link-item.long-link a {
  width: auto;
  min-width: 160px;
  height: 36px;
  padding: 9px 5px 0;
  text-align: center;
  display: block;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
.social-tools ul.social-list li.link-item.long-link a:hover {
  height: 44px;
  padding: 17px 5px 0;
}
.social-tools ul.social-list li.link-item.social-link {
  margin-bottom: 1px;
  float: right;
  clear: both;
}
.social-tools ul.social-list li.link-item.social-link a {
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 18px;
  width: 36px;
  height: 36px;
  display: block;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
.social-tools ul.social-list li.link-item.social-link a:hover {
  width: 44px;
}
.social-tools ul.social-list li.link-item.social-link a img {
  display: none;
}
.social-tools ul.social-list li.link-item.social-link.facebook a {
  background-image: url('_/img/icon_facebook.png');
}
.social-tools ul.social-list li.link-item.social-link.linkedin a {
  background-image: url('_/img/icon_linkedin.png');
}
.social-tools ul.social-list li.link-item.social-link.twitter a {
  background-image: url('_/img/icon_twitter.png');
}
.social-tools ul.social-list li.link-item.social-link.youtube a {
  background-image: url('_/img/icon_youtube.png');
}
.social-tools ul.social-list li.link-item.social-link.share a {
  background-image: url('_/img/icon_share.png');
}
.social-tools ul.social-list li.spacer-item {
  width: 32px;
  height: 36px;
}
/* Form styles
-------------------------------------------------------------------------------*/
.gform_wrapper form .gform_body .gform_fields .gfield {
  width: 100%;
  margin-bottom: 10px;
}
.gform_wrapper form .gform_body .gform_fields .gfield.hidden_label .gfield_label {
  display: none;
}
.gform_wrapper form .gform_body .gform_fields .gfield input[type="text"],
.gform_wrapper form .gform_body .gform_fields .gfield input[type="email"],
.gform_wrapper form .gform_body .gform_fields .gfield textarea {
  background-color: #e5e5e5;
  color: #000000;
  border: none;
  width: 100%;
  padding: 16px 25px;
  border-radius: 12px;
}
.gform_wrapper form .gform_body .gform_fields .gfield.gfield_error input[type="text"],
.gform_wrapper form .gform_body .gform_fields .gfield.gfield_error input[type="email"],
.gform_wrapper form .gform_body .gform_fields .gfield.gfield_error textarea {
  border: 1px solid red;
}
.gform_wrapper form .gform_footer {
  margin-top: 35px;
}
.gform_wrapper form .gform_footer input[type="submit"] {
  border: none;
  min-width: 150px;
  background-color: #d75d2b;
  color: #ffffff !important;
  margin-bottom: 30px;
  padding: 6px 20px;
  font-size: 14px;
  font-weight: 500 !important;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
  margin-bottom: 0;
  padding: 10px 20px 7px;
}
.gform_wrapper form .gform_footer input[type="submit"].nomargin {
  margin-bottom: 0;
}
.gform_wrapper form .gform_footer input[type="submit"].larger {
  padding: 12px 25px;
}
.gform_wrapper form .gform_footer input[type="submit"].half {
  width: 49%;
  float: left;
}
.gform_wrapper form .gform_footer input[type="submit"].half.even {
  float: right;
}
.gform_wrapper form .gform_footer input[type="submit"]:hover {
  background-color: #312f4c;
  color: #ffffff;
  text-decoration: none !important;
}
.gform_wrapper form .gform_footer input[type="submit"].alt-hover:hover {
  background-color: #6b8bc3;
}
.validation_error {
  color: red;
  margin-bottom: 10px;
}
.validation_message {
  color: red;
  margin-top: 5px;
}
.gform_confirmation_message {
  border-top: 2px solid;
  border-bottom: 2px solid;
  margin-top: 45px;
  padding: 45px;
  font-size: 20px;
  line-height: 1.5em;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
}
/* Mailchimp forms */
#mc_embed_signup form {
  text-align: left !important;
}
#mc_embed_signup form input[type="email"] {
  background-color: transparent;
  color: #ffffff;
  border: none;
  border-bottom: 1px solid #ffffff;
  width: 100%;
  margin-bottom: 8px;
  padding: 10px 0;
  border-radius: 0;
}
#mc_embed_signup form input.button {
  background-color: #d75d2b;
  color: #ffffff !important;
  margin-bottom: 30px;
  padding: 6px 20px;
  font-size: 14px;
  font-weight: 500 !important;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
  min-width: 147px;
  margin-bottom: 0;
  font-family: 'Montserrat', sans-serif;
  line-height: 1em;
  border-radius: 0;
}
#mc_embed_signup form input.button.nomargin {
  margin-bottom: 0;
}
#mc_embed_signup form input.button.larger {
  padding: 12px 25px;
}
#mc_embed_signup form input.button.half {
  width: 49%;
  float: left;
}
#mc_embed_signup form input.button.half.even {
  float: right;
}
#mc_embed_signup form input.button:hover {
  background-color: #312f4c;
  color: #ffffff;
  text-decoration: none !important;
}
#mc_embed_signup form input.button.alt-hover:hover {
  background-color: #6b8bc3;
}
#mc_embed_signup form input.button:hover {
  background-color: #6b8bc3;
}
#mc_embed_signup ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ffffff;
  font-weight: 200;
  opacity: 0.5;
  /* Firefox */
}
#mc_embed_signup :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ffffff;
  font-weight: 200;
  opacity: 0.5;
}
#mc_embed_signup ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #ffffff;
  font-weight: 200;
  opacity: 0.5;
}
/* Embedded fonts
-------------------------------------------------------------------------------*/
.plantin-reg {
  font-family: plantin, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.plantin-semi {
  font-family: plantin, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.plantin-bold {
  font-family: plantin, sans-serif;
  font-weight: 700;
  font-style: normal;
}
/* And here begins the WordPress fun.
-------------------------------------------------------------------------------*/
#wrapper {
  width: 100%;
  margin: 0 auto;
}
.copycol {
  color: #000000;
}
.copycol h2 {
  color: #1d155d;
  margin-top: 10px;
  margin-bottom: 36px;
  font-size: 26.5px;
  font-weight: 600;
  text-transform: uppercase;
}
.copycol h3 {
  color: #6b8bc3;
  margin-top: 45px;
  margin-bottom: 20px;
  font-size: 19px;
  font-weight: 700;
  text-transform: uppercase;
}
.copycol h4 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
}
.copycol p,
.copycol ul,
.copycol ol {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.5em;
}
.copycol p.has-small-font-size,
.copycol ul.has-small-font-size,
.copycol ol.has-small-font-size {
  font-size: 15px;
}
.copycol p.listhead,
.copycol ul.listhead,
.copycol ol.listhead {
  margin-bottom: 3px;
  font-weight: 500;
}
.copycol ul,
.copycol ol {
  margin-left: 16px;
  margin-bottom: 35px;
}
.copycol ul li,
.copycol ol li {
  margin-bottom: 15px;
}
.copycol ul {
  list-style: disc;
}
.copycol ul.unstyled {
  list-style: none;
  margin-left: 0;
}
.copycol ul.resource-list li {
  margin-bottom: 5px;
}
.copycol a {
  color: #d75d2b;
  font-weight: 700;
  text-decoration: none;
}
.copycol a:hover {
  text-decoration: underline;
}
.copycol img {
  margin-bottom: 25px;
}
.copycol .wp-block-image img,
.copycol img.size-full {
  margin-top: 45px;
  margin-bottom: 45px;
}
.copycol .wp-block-button a {
  background-color: #d75d2b;
  color: #ffffff !important;
  margin-bottom: 30px;
  padding: 6px 20px;
  font-size: 14px;
  font-weight: 500 !important;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
  margin-bottom: 45px;
  border-radius: 0;
}
.copycol .wp-block-button a.nomargin {
  margin-bottom: 0;
}
.copycol .wp-block-button a.larger {
  padding: 12px 25px;
}
.copycol .wp-block-button a.half {
  width: 49%;
  float: left;
}
.copycol .wp-block-button a.half.even {
  float: right;
}
.copycol .wp-block-button a:hover {
  background-color: #312f4c;
  color: #ffffff;
  text-decoration: none !important;
}
.copycol .wp-block-button a.alt-hover:hover {
  background-color: #6b8bc3;
}
.copycol .wp-block-embed {
  margin-bottom: 45px;
}
.copycol .toptip .tip-icon {
  display: block;
}
.copycol .toptip .tip-icon img {
  max-width: 60px;
  margin-bottom: 8px;
}
.copycol .toptip .tiptext {
  color: #d75d2b;
  font-weight: 700;
  text-transform: uppercase;
}
.copycol .iconsteps {
  margin-bottom: 60px;
}
.copycol .iconsteps .iconstep {
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
}
.copycol .iconsteps .iconstep .step-left {
  width: 15%;
  margin-right: 4%;
  float: left;
}
.copycol .iconsteps .iconstep .step-right {
  width: 81%;
  padding-top: 4.5%;
  float: left;
}
.copycol .iconsteps .iconstep .step-right .step-count {
  color: #d75d2b;
  margin-right: 1.5%;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5em;
  text-transform: uppercase;
  float: left;
}
.copycol .iconsteps .iconstep .step-right .step-count.fullwidth {
  width: 100%;
  margin-bottom: 12px;
}
.copycol .iconsteps .iconstep .step-right .step-copy {
  width: 90%;
  max-width: 600px;
  float: left;
}
.copycol .statrow {
  width: 100%;
  overflow: hidden;
}
.copycol .statrow .stat-item {
  width: 30%;
  margin-right: 2.5%;
  margin-bottom: 30px;
  text-align: center;
  float: left;
}
.copycol .statrow .stat-item img {
  width: 100%;
  max-width: 265px;
}
.copycol .statrow.type-logo {
  margin-top: 45px;
  display: flex;
  align-items: center;
}
.copycol .statrow.type-logo .stat-item {
  margin-right: 5%;
  text-align: left;
  float: none;
}
.copycol .statrow.type-logo .stat-item img {
  max-width: 250px;
}
.copycol .statrow.type-logo .stat-item.last {
  margin-right: 0;
}
.panel-copy {
  font-weight: 600;
}
.panel-copy p {
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 600;
}
.panel-copy span {
  font-size: 18px;
  font-weight: 600;
  display: block;
}
.block-setter {
  height: auto;
}
.bgwhite {
  background-color: #ffffff;
}
.gocopy {
  color: #1d155d !important;
}
.gonavy {
  color: #312f4c;
}
.gorel {
  position: relative;
}
.goupper {
  text-transform: uppercase;
}
.centred {
  text-align: center;
}
.button-link {
  background-color: #d75d2b;
  color: #ffffff !important;
  margin-bottom: 30px;
  padding: 6px 20px;
  font-size: 14px;
  font-weight: 500 !important;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
.button-link.nomargin {
  margin-bottom: 0;
}
.button-link.larger {
  padding: 12px 25px;
}
.button-link.half {
  width: 49%;
  float: left;
}
.button-link.half.even {
  float: right;
}
.button-link:hover {
  background-color: #312f4c;
  color: #ffffff;
  text-decoration: none !important;
}
.button-link.alt-hover:hover {
  background-color: #6b8bc3;
}
/* Animation functions */
.trans {
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
.translow {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
/* Plugin styles!
-------------------------------------------------------------------------------*/
/* Slick styles */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.logo-carousel {
  max-width: 1350px;
  margin: 25px auto 60px;
}
.logo-carousel .carousel-item {
  margin-left: 35px;
  margin-right: 35px;
  text-align: center;
  float: none;
  display: inline-block;
  vertical-align: middle;
}
.logo-carousel .carousel-item img {
  margin: 0 auto;
}
.logo-carousel-off {
  max-width: 1350px;
  margin: 25px auto 60px;
  text-align: center;
}
.logo-carousel-off .carousel-item {
  width: 31.333%;
  margin: 0 1% 20px;
  display: inline-block;
  vertical-align: top;
}
.logo-carousel-off .carousel-item .inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.logo-carousel-off .carousel-item .inner img {
  width: auto;
  max-height: 130px;
}
/* Twitter widget styles */
#ctf {
  margin-top: -15px;
}
#ctf .ctf-author-avatar {
  border-radius: 0 !important;
}
#ctf.ctf-narrow .ctf-author-avatar,
#ctf.ctf-narrow .ctf-author-avatar img {
  width: 50px !important;
  height: 50px !important;
}
#ctf.ctf-narrow .ctf-tweet-content {
  margin-left: 60px !important;
}
.pulsating-circle {
  position: relative;
  z-index: 10;
}
.pulsating-circle:before {
  content: '';
  position: absolute;
  display: block;
  width: 136%;
  height: 136%;
  top: -18%;
  left: -18%;
  box-sizing: border-box;
  border-radius: 50%;
  background-color: #6b8bc3;
  animation: pulse-ring 2s cubic-bezier(1, 1, 1, 1) infinite;
  z-index: 5;
}
.pulsating-circle:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #d75d2b;
  border-radius: 50%;
  z-index: 10;
}
@keyframes pulse-ring {
  0% {
    transform: scale(0.33);
  }
  55% {
    opacity: 1;
  }
  90%,
  100% {
    opacity: 0;
  }
}
@keyframes pulse-dot {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
  }
}
/* Print styles!
-------------------------------------------------------------------------------*/
/* Media queries!
-------------------------------------------------------------------------------*/
.mobile-only {
  display: none;
}
.desktop-only {
  display: block;
}
/* Universal (under 1480px) ----------- */
@media only screen and (max-width: 1480px) {
  .social-tools {
    top: 300px;
  }
}
/* Universal (under 1440px) ----------- */
@media only screen and (max-width: 1440px) {
  .leading-panel.leading-home-hundredyears .colour-bar {
    display: none;
  }
  .leading-panel.leading-home-hundredyears .midcol .leading-copy {
    padding-left: 10px;
  }
  .leading-panel.leading-home-hundredyears .midcol .leading-copy .colour-bar {
    left: -3.1%;
    top: 51px;
    display: block;
  }
}
/* Universal (under 1400px) ----------- */
@media only screen and (max-width: 1400px) {
  .page-template-home-page #wrapper {
    background-position: right 1% top 150px;
    background-size: 46.625% auto;
  }
  .leading-panel.leading-home-hundredyears .midcol .leading-copy h1.lead-heading {
    font-size: 5.85vw;
  }
  .leading-panel.leading-home-hundredyears .midcol .leading-copy h2.lead-subheading {
    font-size: 3.855vw;
  }
  h1.lead-heading {
    font-size: 4.3vw;
  }
  ul.main-menu li {
    margin-left: 20px;
  }
  .midcol {
    padding-left: 1.5%;
    padding-right: 1.5%;
  }
  .midcol.linkblock-panel {
    padding-left: 0;
    padding-right: 0;
  }
}
/* Universal (under 1140px) ----------- */
@media only screen and (max-width: 1140px) {
  .header-wrapper .header-tools .leftcol {
    max-width: 480px;
  }
  .header-wrapper .header-right {
    width: 100%;
    margin-top: 0;
  }
  .page-template-home-page #wrapper {
    background-position: right 1% top 300px;
  }
  ul.main-menu {
    float: left;
  }
  ul.main-menu li {
    margin-left: 0;
    margin-right: 25px;
  }
  .leading-panel .midcol .leading-copy {
    width: 50%;
    padding-top: 0;
    max-width: none;
  }
  .leading-panel .midcol .leading-image {
    margin-right: 0;
  }
  .leading-panel .midcol .stat-circle {
    right: 1.5%;
    top: 0;
    position: absolute;
  }
  .leading-panel.leading-home-hundredyears .midcol .leading-copy .colour-bar {
    top: 0;
  }
  .leading-panel.leading-home-hundredyears .midcol .leading-image {
    margin-left: 7%;
    padding-top: 155px;
  }
  .leading-panel.leading-about .midcol .leading-copy {
    padding-top: 60px;
  }
  .leading-panel.leading-about .midcol .leading-image {
    width: 30%;
    padding-top: 175px;
  }
  .leading-panel.leading-involved .midcol .leading-image img {
    margin-bottom: -5%;
  }
  .leading-panel.leading-activity .midcol .leading-image {
    width: 50%;
  }
  .leading-panel.leading-activity .midcol .leading-image img {
    margin-bottom: -5%;
  }
  .content-panel .leftcol {
    width: 30%;
  }
  .content-panel .rightcol {
    width: 70%;
    padding-right: 3%;
  }
}
/* Universal (under 1000px) ----------- */
@media only screen and (max-width: 1000px) {
  .assessment-panel {
    display: block;
  }
  .assessment-panel .leftcol {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0;
    text-align: center;
  }
  .assessment-panel .leftcol h3,
  .assessment-panel .leftcol p {
    margin-left: auto;
    margin-right: auto;
  }
  .assessment-panel .rightcol {
    width: 100%;
  }
  .eventsmap-panel .leftcol {
    width: 49%;
  }
  .eventsmap-panel .rightcol {
    width: 50%;
  }
  .statvid-panel {
    display: block;
  }
  .statvid-panel .leftcol {
    width: 100%;
    margin-right: 0;
    padding-top: 30px;
    padding-bottom: 45px;
    text-align: center;
  }
  .statvid-panel .rightcol {
    width: 100%;
  }
  .contact-panel .contact-right {
    padding-left: 5%;
  }
}
/* Universal (under 900px) ----------- */
@media only screen and (max-width: 900px) {
  .header-wrapper .header-tools {
    position: relative;
  }
  .header-wrapper .header-logo {
    padding-top: 0;
  }
}
/* Universal (under 800px) ----------- */
@media only screen and (max-width: 800px) {
  .mobile-only {
    display: block;
  }
  .desktop-only {
    display: none;
  }
  h1.lead-heading {
    font-size: 55px;
  }
  .header-wrapper .header-logo {
    padding: 6px 0 25px;
  }
  .header-wrapper .header-tools {
    position: relative;
  }
  .header-wrapper .header-tools .leftcol,
  .header-wrapper .header-tools .rightcol {
    width: 100%;
    margin-bottom: 5px;
    max-width: none;
  }
  .header-wrapper .header-tools .leftcol {
    margin-bottom: 25px;
  }
  .header-wrapper .header-tools ul.language-links {
    float: left;
  }
  .page-template-home-page #wrapper {
    background-position: right 1% top 360px;
    background-size: 480px auto;
  }
  .leading-panel {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 160px;
    overflow: hidden;
  }
  .leading-panel .midcol .leading-copy {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
  .leading-panel .midcol .leading-image {
    width: 100% !important;
    right: 0;
    position: relative !important;
  }
  .leading-panel .midcol .stat-circle {
    top: inherit;
    margin-left: -128px;
    bottom: -160px;
    left: 50%;
    position: absolute;
  }
  .leading-panel.leading-home {
    padding-bottom: 0;
  }
  .leading-panel.leading-home .midcol .leading-copy p {
    max-width: none;
  }
  .leading-panel.leading-home-hundredyears .midcol .leading-copy {
    width: 100%;
  }
  .leading-panel.leading-home-hundredyears .midcol .leading-copy h1.lead-heading {
    font-size: 55px;
  }
  .leading-panel.leading-home-hundredyears .midcol .leading-copy h2.lead-subheading {
    font-size: 32px;
  }
  .leading-panel.leading-home-hundredyears .midcol .leading-image {
    padding-bottom: 20px;
  }
  .leading-panel.leading-home-hundredyears .midcol .leading-image img {
    max-width: 350px;
    margin-right: 10%;
    float: right;
  }
  .leading-panel.leading-about .midcol .leading-image img {
    margin-right: -15%;
    float: right;
  }
  .leading-panel.leading-involved .midcol .leading-image {
    width: 100%;
    right: 0;
  }
  .leading-panel.leading-activity .midcol .leading-image {
    width: 100%;
    right: 0;
  }
  .leading-panel.leading-media .midcol .leading-image {
    width: 110% !important;
    right: 2%;
  }
  .leading-panel.leading-media .midcol .leading-image img {
    width: 100%;
    margin-bottom: -17%;
    float: right;
  }
  .leading-panel.leading-home .midcol .leading-image,
  .leading-panel.leading-home-hundredyears .midcol .leading-image,
  .leading-panel.leading-about .midcol .leading-image,
  .leading-panel.leading-involved .midcol .leading-image,
  .leading-panel.leading-resources .midcol .leading-image,
  .leading-panel.leading-activity .midcol .leading-image,
  .leading-panel.leading-contact .midcol .leading-image {
    padding-top: 0;
  }
  .leading-panel.leading-resources .midcol .leading-image {
    width: 100% !important;
    right: -26%;
  }
  .leading-panel.leading-contact .midcol .leading-image {
    width: 100% !important;
    right: -28%;
  }
  .halfcol {
    width: 100%;
  }
  .content-panel .leftcol {
    width: 100%;
    padding-right: 0;
  }
  .content-panel .rightcol {
    width: 100%;
    padding-right: 0;
  }
  .linkblock-panel .link-block {
    width: 97%;
    margin: 0.75% 1.5%;
    text-align: center;
  }
  .eventsmap-panel .leftcol {
    width: 100%;
  }
  .eventsmap-panel .rightcol {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
  .eventsmap-panel .rightcol h3,
  .eventsmap-panel .rightcol p {
    margin-left: auto;
    margin-right: auto;
  }
  .eventsmap-panel .rightcol .button-link {
    margin-bottom: 0;
  }
  .assessment-panel .leftcol,
  .assessment-panel .rightcol {
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: center;
  }
  .assessment-panel .leftcol h3,
  .assessment-panel .rightcol h3,
  .assessment-panel .leftcol p,
  .assessment-panel .rightcol p {
    margin-left: auto;
    margin-right: auto;
  }
  .assessment-panel .leftcol .button-link,
  .assessment-panel .rightcol .button-link {
    margin-bottom: 0;
  }
  .contact-panel .contact-left {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    width: 100%;
    margin-bottom: 45px;
    padding-bottom: 45px;
  }
  .contact-panel .contact-right {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
  .resource-row {
    padding-right: 0;
  }
  .resource-item .leftcol {
    width: 40%;
  }
  .resource-item .rightcol {
    width: 60%;
  }
  .sidebar ul.page-tree {
    border-top: 1px solid rgba(29, 21, 93, 0.25);
    border-bottom: 1px solid rgba(29, 21, 93, 0.25);
    padding: 30px 0 15px;
    text-align: center;
  }
  .sidebar ul.page-tree li {
    padding: 0 15px;
    display: inline-block;
  }
  .sidebar ul li a:hover {
    color: #d75d2b;
    padding-left: 0;
  }
  .sidebar ul li.current_page_item a:hover {
    color: #1d155d;
  }
  .sidebar .tooltip-orange {
    width: 100%;
    padding: 5%;
  }
  .footer-wrapper .footer-main .footer-left,
  .footer-wrapper .footer-main .footer-right {
    width: 100%;
  }
  .social-tools {
    background-color: #d75d2b;
    width: 100%;
    height: 50px;
    left: 0;
    top: inherit;
    bottom: 0;
  }
  .social-tools ul.social-list li.link-item a {
    background-color: #d75d2b;
    display: block;
  }
  .social-tools ul.social-list li.link-item.long-link {
    transform: rotate(0);
    transform-origin: 0;
    position: relative;
    float: left;
  }
  .social-tools ul.social-list li.link-item.long-link a {
    width: 135px;
    height: 50px;
    padding: 15px 6px 0;
    font-size: 14px;
    font-weight: 600;
  }
  .social-tools ul.social-list li.link-item.long-link a:hover {
    height: 36px;
    padding: 13px 12px 0;
  }
  .social-tools ul.social-list li.link-item.social-link {
    margin-bottom: 0;
    clear: none;
  }
  .social-tools ul.social-list li.link-item.social-link a {
    width: 42px;
    height: 50px;
  }
  .social-tools ul.social-list li.link-item.social-link a:hover {
    background-size: auto 22px;
    width: 42px;
  }
  .social-tools ul.social-list li.spacer-item {
    display: none;
  }
}
/* Universal (under 600px) ----------- */
@media only screen and (max-width: 600px) {
  .header-wrapper .header-logo {
    max-width: 100%;
    margin: 0 auto;
    float: none;
  }
  .header-wrapper .header-logo img {
    max-width: 100%;
  }
  .leading-panel {
    margin-bottom: 40px;
  }
  .leading-panel .midcol {
    text-align: center;
  }
  .leading-panel.leading-home-hundredyears .midcol .leading-image {
    padding-top: 0;
  }
  .leading-panel.leading-involved .midcol .leading-image {
    width: 150% !important;
    left: -15%;
  }
  .leading-panel.leading-activity .midcol .leading-copy {
    margin-bottom: 80px;
  }
  .leading-panel.leading-activity .midcol .leading-image {
    width: 135% !important;
    right: 0;
  }
  .leading-panel.leading-activity .midcol .leading-image img {
    width: 100%;
  }
  .leading-panel.leading-resources .midcol .leading-image {
    width: 100% !important;
    right: 0 !important;
  }
  .leading-panel.leading-resources .midcol .leading-image img {
    margin-bottom: -12.5%;
  }
  .leading-panel.leading-contact .midcol .leading-image {
    width: 128% !important;
    right: -9% !important;
  }
  .leading-panel.leading-contact .midcol .leading-image img {
    margin-bottom: -20%;
  }
  .content-panel {
    padding-top: 0;
  }
  .content-panel .rightcol {
    padding-bottom: 60px;
    text-align: center;
  }
  .content-panel.retain-padding {
    padding-top: 30px;
  }
  .resource-row {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 55px;
    padding-bottom: 15px;
  }
  .resource-row .halfcol {
    width: 100%;
  }
  .resource-row .halfcol.right.copy {
    padding-left: 0;
  }
  .resource-row.resource-merchandise {
    padding-bottom: 60px;
  }
  .resource-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 55px;
    padding-bottom: 15px;
  }
  .resource-item .leftcol {
    width: 100%;
    margin-bottom: 30px;
  }
  .resource-item .leftcol img {
    width: 100%;
    max-width: 300px;
  }
  .resource-item .rightcol {
    width: 100%;
    padding-right: 20px;
    padding-bottom: 0;
    padding-left: 20px;
  }
  .footer-wrapper .footer-main ul.last {
    border-bottom: 1px solid #ffffff;
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
  .footer-wrapper .footer-main .footer-block {
    border-bottom: 1px solid #ffffff;
    padding-bottom: 40px;
  }
  .footer-wrapper .footer-main .footer-block.last {
    border-bottom: none;
    padding-bottom: 0;
  }
  .footer-wrapper .footer-main .footer-left .leftcol,
  .footer-wrapper .footer-main .footer-left .rightcol {
    width: 100%;
  }
  .copycol .statrow .stat-item {
    width: 100%;
    margin-right: 0;
  }
}
/* Universal (under 480px) ----------- */
@media only screen and (max-width: 480px) {
  h1.lead-heading {
    font-size: 12.5vw;
  }
  .leading-panel.leading-home-hundredyears .midcol .leading-image img {
    margin-right: 0;
  }
  .sidebar ul li {
    width: 100%;
  }
  .copycol .statrow.type-logo {
    margin-top: 20px;
    display: inline-block;
  }
  .copycol .statrow.type-logo .stat-item {
    margin-right: 0;
    text-align: center;
    float: none;
  }
  .flickr-wrapper .holder-509 a,
  .flickr-wrapper .holder-580 a,
  .flickr-wrapper .holder-585 a {
    margin: 0 1px 10px;
  }
  .flickr-wrapper .holder-509 a.jp-previous,
  .flickr-wrapper .holder-580 a.jp-previous,
  .flickr-wrapper .holder-585 a.jp-previous,
  .flickr-wrapper .holder-509 a.jp-next,
  .flickr-wrapper .holder-580 a.jp-next,
  .flickr-wrapper .holder-585 a.jp-next {
    min-width: 0;
  }
  .flickr-wrapper .holder-509 a.jp-previous,
  .flickr-wrapper .holder-580 a.jp-previous,
  .flickr-wrapper .holder-585 a.jp-previous {
    margin: 0 5px 0 0;
  }
  .flickr-wrapper .holder-509 a.jp-next,
  .flickr-wrapper .holder-580 a.jp-next,
  .flickr-wrapper .holder-585 a.jp-next {
    margin: 0 0 0 5px;
  }
}
.contact-left .frm_forms {
  padding: 0;
  background-color: transparent;
  border: none;
  box-shadow: none;
}
.contact-left .with_frm_style .frm_primary_label {
  padding-bottom: 10px !important;
}
.contact-left .frm_style_formidable-style.with_frm_style .form-field {
  margin-bottom: 30px;
}
.contact-left input[type="text"],
.contact-left input[type="phone"],
.contact-left input[type="email"] {
  background-color: #e5e5e5 !important;
  color: #000000 !important;
  border: none !important;
  width: 100% !important;
  padding: 16px 25px !important;
  border-radius: 12px !important;
  height: auto !important;
}
.contact-left textarea {
  background-color: #e5e5e5 !important;
  color: #000000 !important;
  border: none !important;
  width: 100% !important;
  padding: 16px 25px !important;
  border-radius: 12px !important;
}
.contact-left .frm_button_submit {
  border: none;
  min-width: 150px !important;
  color: #ffffff !important;
  background-color: #d75d2b !important;
  border-color: #d75d2b !important;
  margin-bottom: 30px;
  padding: 6px 20px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  text-decoration: none;
  display: inline-block !important;
  transition: all 250ms ease;
  margin-bottom: 0;
  padding: 10px 20px 7px !important;
}
.contact-left .frm_button_submit:hover {
  background-color: #312f4c !important;
  border-color: #312f4c !important;
}
.contact-left .frm_primary_label {
  font-size: 18px !important;
  font-weight: 400 !important;
}
